[v-cloak] {
    display: none;
}

.History .sms-content {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.Alarm-send .tpl-value {
    color: red;
}

.Profile .el-input {
    width: 250px;
}

.Login {
    height: 100%;
    overflow: hidden;
}

.Login .login-form {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.Login .login-box {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    /* padding-left: 300px; */
    border-radius: 5px;
    overflow: hidden;
    width: 640px;
}

.Login .login-side {
    flex: 1 1 45%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-direction: column;
    color: #0e5e9d;
    margin-right: 15px;
    line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
    .Login .login-box {
        flex-wrap: wrap;
    }

    .Login .login-box > div {
        flex: 100%;
    }

    .Login .login-side {
        margin: 20px 0;
    }
}

.Login .login-side p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    color: #3975ab;
    margin: 0;
}

.Login .login-main {
    background-color: #ffffff;
    border-radius: 5px;
    flex: 1 1 55%;
    padding: 20px;
}

.Login .login-main .captcha .el-form-item__content {
    display: flex;
}

.Login .login-main .captcha img {
    height: 38px;
    width: 120px;
    margin-left: 10px;
}

.Pic-store .layui-layer-photos .layui-layer-content {
    height: auto !important;
}

.Index-sort-list .el-transfer-panel__body {
    height: 447px;
}

.Index-sort-list .el-transfer-panel__list {
    height: 400px !important;
}

.Market .layui-table img.cover {
    width: 120px !important;
    height: 80px;
}

.Fetch .layui-table th {
    background-color: #fafafa;
}

.Report .times {
    display: flex;
    align-items: center;
}

.Report .times input {
    width: 60px;
    text-align: center;
    margin: 0 5px;
}

.Index-banner .banner {
    border: solid 1px #eee;
    padding: 2px;
    max-width: 80%;
    max-height: 130px;
}

.layui-table-cell .layui-form-checkbox {
    margin-top: 0 !important;
}

.Level .level {
    background-color: cornflowerblue;
    width: 50px;
    border-radius: 3px;
    color: #fff;
}

.Badwords #content {
    height: 400px;
}

.Index-page .layui-tab {
    margin: 30px 0;
}

.Index-page .tab-add i {
    display: none;
}

.Rule .permissions {
    display: flex;
    flex-wrap: wrap;
}

.Rule .permissions .layui-form-checkbox {
    width: 32%;
}

.Rule .permissions .layui-form-checkbox span {
    white-space: normal;
}

.Send .contact {
    display: flex;
    max-height: 500px;
}

.Send .contact .tree {
    flex: 0 0 200px;
    background: #fff;
    border: solid 1px #eee;
    margin-right: 15px;
    padding: 5px 0;
    overflow: auto;
}

.Contact .layui-fluid {
    padding-left: 250px;
}

.Contact .tree {
    position: absolute;
    left: 15px;
    width: 220px;
}

.Contact .checked .layui-tree-entry {
    background-color: #eee;
}

.Contact .checked .layui-tree-txt {
    color: #009688;
    font-weight: bold;
}

.Ppt .cover {
    max-height: 80px;
    max-width: 210px;
}

.Ppt td[data-field=url] {
    white-space: normal;
    word-break: break-all;
    height: auto;
}


.Config textarea, .Config input {
    max-width: 500px;
}

.Config .layui-form-label {
    width: 90px;
}

.Config .layui-input-block {
    margin-left: 120px;
}

.Car-selector {
}

.cover-uploader img {
    width: 190px;
    height: 150px;
    object-fit: contain;
    border: solid 1px #eee;
    border-radius: 3px;
}

.cover-uploader .upload {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.3);
    flex-direction: column;
}

.cover-uploader:hover .upload {
    display: flex;
    cursor: pointer;
}

.cover-uploader .upload::before {
    font-size: 56px;
    margin-bottom: 10px;
}

.Comment .avatar {
    object-fit: contain;
    width: 100%;
    height: 40px;
}

.Comment .view {
    font-size: 12px;
    color: steelblue;
}


.Password input {
    /* width: 200px; */
}

.Login {
    background-color: #fff;
    background-image: linear-gradient(skyblue, #fff);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

.Login .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    filter: blur(1px);
}

.Login input {
    background-color: #f1f1f1;
    color: #01203c;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.Login .layui-btn {
    background-color: #106fb7;
}


.Main .shorkut {
    display: flex;
    flex-wrap: wrap;
}

.Main .shorkut a {
    background-color: #F2F2F2;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 80px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
}

.Main ul {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.Main ul li {
    background: #f7f7f7;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    padding: 10px 0 7px 0;
    min-width: 80px;
}

.Main ul li span {
    display: block;
    color: tomato;
    font-size: 20px;
    /* line-height: 1em; */
}

.Main ul li label {
    font-size: 13px;
}

.el-table .cell-cover .el-upload {
    display: flex;
    position: relative;
}

.el-table .cell-cover .el-upload i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
}

.el-table .cell-cover .el-upload:hover i {
    display: flex;
}

.Sort .cell-cover img {
    width: 40px;
    height: 40px;
}

.Upload-popup {
    text-align: center;
    padding: 20px;
}

.Upload-popup .box {
    text-align: center;
    margin: 20px;
}

.Upload-popup .layui-progress {
    margin: 40px 20px;
    display: none;
}

#browser {
    height: 40px;
    width: 150px;
}

input, select, textarea {
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 5px;
}

.Help .layui-table-cell { /* height: auto; *//* white-space: normal; *//* word-break: break-all; */
}

.Preview {
    padding: 15px;
    text-align: center;
}

.Preview img {
    width: 90%;
    margin-bottom: 15px;
    box-shadow: 0 0 1px 1px #ccc;
}

.Data .layui-tab-content {
    padding: 10px 0 0;
}

.Data .layui-card-header {
    padding: 5px;
}

.Data .Wlines a {
    display: inline-block;
    background-color: #F5F5F5;
    margin-right: 3px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    color: #009688;
    border-radius: 3px;
}

.Main li {
    text-align: center;
}

.Main li i {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2px;
    font-size: 30px;
    background-color: #F8F8F8;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.Main li cite {
    position: relative;
    top: 2px;
    display: block;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.Boxes .layui-btn-xs {
    padding: 0 10px;
}

.layadmin-pagetabs .layui-tab-title li {
    max-width: 100px;
    padding-left: 10px;
}

.layui-layout-body {
    overflow: auto;
}


.QRCode #qrcode {
    border: solid 1px #ccc;
    padding: 5px;
    width: 250px;
    height: 250px;
}


.en {
    font-family: Tahoma, Arial;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.floatbox::after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.layui-card-header .layui-icon {
    line-height: inherit;
    position: static;
    right: auto;
    top: auto;
    margin-top: auto;
}

.sort-dlg .el-tree {
    max-height: 500px;
    overflow: auto;
}

.card-header {
    display: flex;
    align-items: center;
}

.card-header .left {
    flex: 1;
    font-weight: bold;
}

.el-kai-guan.is-checked .el-switch__core:before {
    content: 'N';
}

.el-table .cell img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: fill;
    border: solid 1px #eee;
    box-sizing: border-box;
}
