@font-face {
    font-family: "DS-DIGIT";
    src: url(../fonts/DS-DIGIT.TTF);
}

[v-cloak] {
    display: none;
}

body {
    margin: 0;
    color: var(--el-text-color-primary);
    font-size: var(--el-font-size-base);
    font-family: var(--el-font-family);
    line-height: 1.5;
    background-color: #f6f7fa;
}

a {
    text-decoration: none;
}

.lk-aside {
    width: 250px;
    transition: .3s width ease-in-out;
    overflow: visible;
}

.lk-aside .lk-logo {
    padding: 30px 20px;
    overflow: hidden;
}

.lk-aside .lk-logo img {
    width: 210px;
    display: block;
}

.lk-aside .lk-icon {
    font-size: 20px;
    width: 36px;
    flex-shrink: 0;
    color: #70869d;
}

.lk-aside--collapse {
    width: 64px;
}

.lk-aside--collapse .lk-logo {
    padding: 12px 12px 30px;
}

.lk-aside--collapse .lk-logo img {
    width: 40px;
}

.lk-aside .lk-aside-control {
    position: relative;
}

.lk-aside .lk-aside-control .lk-icon-link {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 32px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #0077ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.lk-aside,
.lk-aside .el-menu {
    background-color: #00162a;
}

.lk-aside .el-menu {
    border-right: 0;
    overflow: hidden;
}

.lk-aside .el-menu-item,
.lk-aside .el-sub-menu__title {
    color: #fff;
    height: 46px;
    line-height: 46px;
}

.lk-aside .el-sub-menu .el-menu-item {
    height: 42px;
    line-height: 42px;
    margin: 4px 0;
    color: #a9afb3;
}

.lk-aside,
.lk-aside .el-menu-item,
.lk-aside .el-sub-menu__title,
.lk-aside .el-menu-item:hover i,
.lk-aside .el-sub-menu:hover i,
.lk-aside .el-sub-menu__title:hover i,
.lk-aside .el-menu-item-group__title {
    color: #fff;
}

.lk-aside .el-menu-item:hover,
.lk-aside .el-sub-menu__title:hover,
.lk-aside .el-menu-item.is-active {
    background-color: #0090ff;
    color: #fff;
}

.lk-aside .el-menu-item.is-disabled {
    opacity: .5;
}

.lk-aside .el-sub-menu .el-menu-item,
.lk-aside .el-sub-menu .el-sub-menu .el-menu-item,
.lk-aside .el-sub-menu .el-sub-menu .el-sub-menu__title,
.lk-aside .el-menu-item-group .el-menu-item {
    padding-left: 56px !important;
}

.lk-aside .el-link,
.lk-aside .el-link .el-link__inner {
    width: 100%;
    display: block;
}

.lk-aside .el-link:hover::after {
    display: none;
}

.lk-aside .el-menu .el-menu .el-menu .el-menu-item {
    padding-left: 71px !important;
}

.lk-header {
    overflow: hidden;
    background: #fff;
    padding-left: 40px;
    padding-right: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
}

.lk-header .el-row {
    width: 100%;
}

.lk-header .el-col {
    display: flex;
    align-items: center;
}

.lk-header .el-row .el-col:last-child {
    justify-content: flex-end;
}

.lk-header .lk-profile {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.lk-header .el-avatar {
    margin-right: 12px;
}

.lk-header .lk-name {
    font-size: 15px;
    margin-right: 6px;
}

.lk-header .lk-key {
    font-size: 12px;
    color: #666;
}

.lk-header .lk-role.is-plain.is-disabled {
    border-color: #86ea8a;
    background: #eaf9ea;
    margin-left: 40px;
}

.lk-header .lk-role span {
    color: #666;
}

.lk-header .lk-role i {
    margin-right: 4px;
    color: #86ea8a;
}

.lk-header .lk-icon-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    outline: 0 none;
}

.lk-main {
    position: relative;
    min-height: calc(100vh - 100px);
}

.lk-block {
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.lk-block-head .el-col:first-child {
    font-size: 18px;
}

.lk-block-head .el-col:first-child span {
    font-size: 12px;
    color: #999;
    vertical-align: baseline;
    margin-left: 12px;
}

.lk-block-head .el-col:last-child {
    display: flex;
    justify-content: flex-end;
}

.lk-block-foot {
    margin-top: 20px;
}

.lk-block-foot i {
    margin-right: 4px;
}

.lk-block-nodata {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    color: #999;
}

.lk-block-form {
    width: 70%;
}

.lk-form {
    margin-top: 20px;
}

.lk-form .el-form-item__label {
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lk-form.el-form--inline .el-form-item {
    width: 300px;
}

.lk-form.el-form--inline .el-form-item__label {
    width: 90px;
}

.lk-form.el-form--inline .lk-form-item {
    width: 100%;
}

.lk-form .el-textarea {
    display: inline-flex;
    align-items: flex-start;
}

.lk-form .el-textarea__inner {
    min-height: 64px;
}

.lk-form .lk-form-desc {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: 20px;
    min-width: 140px;
}

.validation-summary-errors {
    color: var(--el-color-danger);
}

.lk-breadcrumb {
    padding-left: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #909399;
}

.lk-breadcrumb [class^=el-icon-] {
    margin: 0 9px;
    color: #a8abb2;
}

.lk-table-search {
    padding: 10px 20px 12px;
}

.lk-table-search .el-tab-pane {
    padding-top: 15px;
}

.lk-table-search .el-tabs__item {
    min-width: 100px;
    text-align: center;
}

.lk-table-search .el-form--inline .el-form-item {
    width: 300px;
}

.lk-table-search .el-form--inline .el-form-item__label {
    width: 90px;
}

.lk-table-search .el-form--inline .lk-form-item {
    width: 100%;
}

.lk-table-search .el-tabs__nav-wrap::after {
    height: 1px;
}

.lk-table-head {
    justify-content: flex-end;
}

.lk-table-head .el-col:last-child {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.lk-table-divider {
    margin: 20px 0 0;
}

.lk-table-body {
    width: 100%;
}

.lk-table-foot {
    margin-top: 20px;
}

.lk-table-foot .el-pagination {
    justify-content: flex-end;
    overflow: hidden;
}

.lk-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
    color: #666;
    height: 40px;
}

.lk-footer a {
    margin: 0 6px;
}

.lk-login {
    height: 100vh;
    background-color: #f5f5f5;
}

.lk-login .lk-top-bar {
    height: 7px;
    background-color: #1989fa;
}

.lk-login .lk-container {
    padding-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lk-login .lk-login-box {
    position: relative;
    width: 380px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    padding: 24px 40px;
    box-sizing: border-box;
}

.lk-login .lk-login-switch {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.lk-login .lk-login-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lk-login .lk-login-title {
    margin: 0 0 8px;
    color: #2d2f33;
    font-size: 18px;
}

.lk-login .lk-login-subtitle {
    margin: 0 0 23px;
    color: #999;
}

.lk-login .el-tabs__nav-scroll {
    display: flex;
    justify-content: center;
}

.lk-login .el-tabs__item {
    height: 46px;
}

.lk-login .el-input__prefix-inner i {
    font-size: 18px;
    color: #2d2f33;
    display: flex;
    align-items: center;
    margin-left: -4px;
}

.lk-login .el-tabs__header {
    margin-bottom: 24px;
}

.lk-login .el-tabs__nav-wrap::after {
    height: 1px;
}

.lk-login .el-tabs__content {
    overflow: initial;
}

.lk-login .el-form-item {
    margin-bottom: 24px;
}

.lk-login .lk-form-item .el-button {
    width: 100%;
}

.lk-login .lk-form-item .el-button--large+.el-button--large {
    margin: 10px 0 0;
    padding: 12px 19px;
}

.lk-login .lk-login-logo {
    background: #1989fa;
    width: 100px;
    height: 100px;
    padding: 10px;
}

.lk-login .lk-login-qrcode {
    width: 200px;
    height: 200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lk-login .lk-login-qrcode img {
    width: 100%;
    height: 100%;
    display: block;
}

.lk-login .lk-login-qrcode .el-icon-refresh-right {
    color: #999;
    font-size: 30px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lk-login .lk-login-qrcode .el-icon-success {
    color: #67c23a;
    font-size: 70px;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-login .lk-login-qrcode .lk-login-refresh {
    display: none;
}

.lk-login .lk-login-qrcode:hover .lk-login-refresh {
    display: flex;
}

.lk-login .lk-login-overlay {
    background: rgba(0, 0, 0, .5);
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-login .lk-login-overlay p {
    position: absolute;
    margin: 0;
    bottom: -30px;
    font-size: 14px;
}

.lk-login .lk-login-provider a {
    margin-right: 20px;
    margin-top: 10px;
}

.lk-login .lk-login-tips {
    text-align: center;
    color: #999;
    margin-top: 30px;
}

.lk-login .lk-login-sms {
    display: flex;
}

.lk-login .lk-login-sms .el-button {
    margin-left: 5px;
}

.lk-login .lk-tabs-title {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid var(--el-border-color-light);
}

.lk-login .lk-qrcode-expired {
    position: absolute;
    background: hsla(0, 0%, 100%, .9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 800;
    font-size: 16px;
    flex-direction: column;
    text-align: center;
    padding-top: 70px;
}

.lk-login .lk-qrcode-expired .el-button {
    margin-top: 12px;
}

.lk-tree-table .el-tree-node__content {
    height: auto;
    border-bottom: 1px solid #ebeef5;
}

.lk-tree-table table {
    width: 100%;
    border: 0;
    border-spacing: unset;
    font-size: 14px;
    line-height: 23px;
}

.lk-tree-table thead {
    color: #909399;
    font-weight: 500;
}

.lk-tree-table th {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #ebeef5;
}

.lk-tree-table td {
    padding: 8px 12px;
}

.lk-upload-tip {
    display: flex;
    color: var(--el-text-color-regular);
    margin-top: 7px;
}

.lk-upload-tip a {
    margin: 0 6px;
}

.lk-preview-table table {
    min-width: 100%;
    border: 0;
    border-spacing: unset;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.lk-preview-table td {
    padding: 8px 12px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

.lk-preview-table table tr:first-child td {
    white-space: nowrap;
    font-weight: bold;
}

.lk-preview-table .data {
    overflow: auto;
    margin-top: 20px;
    max-height: 500px;
}

.lk-descriptions-label {
    width: 180px;
}

.lk-digital-flop {
    text-align: center;
    padding-top: 12px;
}

.lk-digital-flop strong {
    font-size: 40px;
    font-family: 'DS-DIGIT';
    color: #409eff;
}

.lk-digital-flop p {
    margin: 0;
    font-size: 13px;
}

.lk-dropdown-menu .el-dropdown-menu__item {
    padding: 0;
}

.lk-dropdown-menu .el-dropdown-menu__item a {
    line-height: 22px;
    padding: 5px 16px;
}

.lk-photo-gallery {
    padding: 20px 0;
}

.lk-photo-gallery .is-leaf {
    display: none;
}

.lk-photo-gallery .item-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

.lk-photo-gallery .el-tree-node__content {
    height: auto;
}

.lk-photo-gallery .item-gallery .el-image {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: block;
    margin-right: 12px;
}

.lk-photo-gallery .item-gallery .item-before,
.lk-photo-gallery .item-gallery .item-after {
    width: 40px;
    text-align: center;
    flex-shrink: 0;
    font-size: 18px;
}

.lk-photo-gallery .item-gallery .item-after {
    color: #f56c6c;
}

.lk-product-spec .item-spec {
    padding-bottom: 4px;
    width: 100%;
}

.lk-product-spec .item-spec:hover {
    background: #f5f7fa;
}

.lk-product-spec .item-spec td {
    vertical-align: top;
    padding: 0 4px;
}

.lk-product-spec .item-spec tr td:first-child {
    text-align: center;
}

.lk-product-spec .item-del {
    color: #f56c6c;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
}

.lk-product-spec .item-tag {
    margin-right: 10px;
}

.lk-password-strength {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.lk-password-strength td {
    padding: 0;
    line-height: 1;
}

.lk-password-block {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    display: block;
    background: #ccc;
    margin-top: 11px;
}

.lk-password-strength.s0 .lk-password-block.low,
.lk-password-strength.s1 .lk-password-block.low,
.lk-password-strength.s2 .lk-password-block.low {
    background: #f56c6c;
}

.lk-password-strength.s3 .lk-password-block.middle,
.lk-password-strength.s4 .lk-password-block.middle {
    background: #e6a23c;
}

.lk-password-strength.s5 .lk-password-block.high {
    background: #67c23a;
}

.lk-password-text {
    line-height: 25px;
    visibility: hidden;
}

.lk-password-text.low {
    color: #f56c6c;
}

.lk-password-text.middle {
    color: #e6a23c;
}

.lk-password-text.high {
    color: #67c23a;
}

.lk-password-strength.s0 .lk-password-text.low,
.lk-password-strength.s1 .lk-password-text.low,
.lk-password-strength.s2 .lk-password-text.low,
.lk-password-strength.s3 .lk-password-text.middle,
.lk-password-strength.s4 .lk-password-text.middle,
.lk-password-strength.s5 .lk-password-text.high {
    visibility: visible;
}

@media screen and (max-width: 992px) {

    .lk-col-0,
    .lk-col-1,
    .lk-col-2,
    .lk-col-3,
    .lk-col-4,
    .lk-col-5,
    .lk-col-6,
    .lk-col-7,
    .lk-col-8,
    .lk-col-9,
    .lk-col-10,
    .lk-col-11,
    .lk-col-12,
    .lk-col-13,
    .lk-col-14,
    .lk-col-15,
    .lk-col-16,
    .lk-col-17,
    .lk-col-18,
    .lk-col-19,
    .lk-col-20,
    .lk-col-21,
    .lk-col-22,
    .lk-col-23,
    .lk-col-24 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .lk-block-form {
        width: auto;
    }

    .lk-block-form .el-form-item__label {
        width: 80px;
    }

    .lk-block-form .el-form-item {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .lk-table-search .el-form--inline .el-form-item {
        width: auto;
    }

    .lk-table-search .el-form--inline .el-form-item__label {
        width: auto;
    }

    .lk-aside .lk-aside-control {
        display: none;
    }

    .lk-breadcrumb {
        font-size: 12px;
        white-space: nowrap;
        padding-left: 0;
    }

    .lk-main {
        padding: 12px;
        overflow: hidden;
    }

    .lk-main .lk-block {
        padding: 12px;
        width: auto !important;
    }

    .lk-form .el-form-item__label {
        width: auto;
    }

    .el-row .el-col:last-child {
        justify-content: flex-start;
    }

    .lk-table-foot .el-pagination {
        justify-content: flex-start;
        display: block;
    }

    .lk-block-head .el-col {
        flex-wrap: wrap;
    }

    .lk-block-head .el-button {
        margin-right: 12px;
        margin-top: 12px;
        margin-left: 0;
    }

    .lk-table-foot .el-button {
        margin-right: 12px;
        margin-bottom: 12px;
        margin-left: 0;
    }

    .lk-table-search .el-form-item {
        display: block;
    }

    .lk-form .el-input,
    .lk-form .el-textarea {
        display: block;
    }

    .lk-form .lk-form-desc {
        margin: 0
    }
}

/* ===== 标签页模式（Tabs）样式 ===== */

.lk-main-tabs {
    height: 100%;
    background: #fff;
}

.lk-main-tabs .el-tabs__nav-next,
.lk-main-tabs .el-tabs__nav-prev {
    width: 40px;
}

.lk-main-tabs .el-tabs__header {
    background: #fff;
    margin: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.lk-main-tabs .el-tabs__nav-wrap:after {
    display: none;
}

.lk-main-tabs .el-tabs__item {
    padding: 0 10px;
    min-width: 100px;
    border-radius: 2px;
}

.lk-main-tabs .el-tabs__item.is-active {
    background: var(--el-color-primary);
    color: #fff;
}

.lk-main-tabs .el-tabs__nav {
    padding-left: 20px;
}

.lk-main-tabs .el-tabs__nav-wrap.is-scrollable {
    padding: 0 40px;
    margin-right: 40px;
}

.lk-main-tabs .el-tabs__content {
    padding: 0;
}

.lk-main-tabs .el-tab-pane {
    height: 100%;
}

.lk-tab-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    background: #fff;
}

.lk-main-tabs-control {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.lk-main-tabs-control .lk-icon-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    outline: 0 none;
}

.lk-mode-tabs .lk-header {
    padding-left: 20px;
    padding-right: 0;
}

/* 标签页 iframe 模式下隐藏面包屑 */
.lk-tabs-iframe .lk-breadcrumb,
.lk-tabs-iframe .el-page-header__back,
.lk-tabs-iframe .el-divider--vertical {
    display: none;
}