.admin-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #3c3c3c;
    height: 60px;
}

.admin-header .nav-logo {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    line-height: 30px;
    padding: 15px 0;
    font-weight: 600;
}

.admin-header .nav-list > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.admin-header .nav-list > li:hover,
.admin-header .nav-list > li.active {
    background: #222;
}

.admin-header .nav-list > li > a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    font-weight: 600;
}

.admin-header .user-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
}

.admin-header .user-info .user-img {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 5px;
}

.admin-header .user-info .user-exit {
    background: #fff;
    margin-left: 5px;
}

.left-menu {
    position: fixed;
    left: 0px;
    top: 60px;
    height: 100%;
    padding: 0;
    z-index: 99;
    background: #3c3c3c;
}

.left-menu .menu_1 a {
    color: #fff;
    text-decoration: none;
}

.left-menu .menu_1 > li {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.left-menu .menu_1 > li:hover,
.left-menu .menu_1 > li.active {
    background: #007bff;
}

.left-menu .menu_1 .menu_1_item {
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px solid #000;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-menu .menu_1 .menu_1_item > a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
}

.left-menu .menu_1 .menu_1_item > .l-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    background: url(../images/icon/icon-l-slide.png) no-repeat;
    background-position: center center;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    cursor: pointer;
}

.left-menu .menu_1 .menu_2 {
    display: none;
    background: #e5e5e5;
    border-bottom: 1px solid #fff;
}

.left-menu .menu_1 .menu_2 li {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.left-menu .menu_1 .menu_2 li:hover {
    background: #fff;
    padding-left: 5px;
}

.left-menu .menu_1 .menu_2 li > a {
    display: block;
    padding: 10px 5px 10px 15px;
    color: #222;
    border-top: 1px solid #cbcbcb;
}

html,
body {
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    height: 100%;
    min-height: 100%;
}

@media screen and (max-width: 370px) {
    html,
    body {
        font-size: 12px;
    }
}

body {
    background: #fbfbfb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #cbcbcb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cbcbcb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cbcbcb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #cbcbcb;
}

.btn {
    border: 0;
}

.fuil-img {
    max-width: 100%;
    max-height: 100%;
}

.body-main {
    padding: 60px 0 0 16.666666666666664%;
    height: 100%;
    min-height: 100%;
}

.breadcrumb {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > li + li::before {
    padding-right: 5px;
    padding-left: 5px;
    color: #818a91;
    content: "> ";
}

.page-wrap {
    padding: 0 15px 30px;
}

.badge {
    margin-left: 5px;
}

.normal-table thead {
    background: #007bff;
    color: #fff;
}

.normal-table tbody {
    line-height: 32px;
}

.normal-table tbody > tr {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.normal-table tbody > tr:hover {
    background: #e0e0e0;
}

.normal-table tbody > tr > td {
    vertical-align: middle;
}

.normal-table .t-act {
    text-align: center;
}

.normal-table .goods-img {
    display: block;
    max-width: 100px;
    max-height: 100px;
}

.normal-table .goods-link {
    max-width: 200px;
    word-break: break-all;
    word-wrap: break-word;
}

.normal-table.middle tr td {
    vertical-align: middle;
}

.normal-table .dg-act {
    font-size: 14px;
}

.normal-table .td-email {
    max-width: 150px;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 20px;
}

.normal-table .td-timed {
    min-width: 80px;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 20px;
}

/* 底部菜单 */
.page-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0.3rem 0;
}

.page-footer .f-item {
    float: left;
    width: 33%;
    text-align: center;
}

.page-footer .f-item .f-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.page-footer .f-item .f-name {
    line-height: 1.2rem;
}

.normal-card {
    margin-bottom: 15px;
}

.normal-card .card-header {
    background: #007bff;
    color: #fff;
}

.normal-card .card-header .c-checkbox input[type='checkbox'] {
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 2px;
}

.normal-card .form-check-inline {
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    min-width: 100px;
}

.normal-card .form-check-inline > label {
    cursor: pointer;
}

.page-save-btn {
    text-align: center;
    padding: 15px 0;
}

.page-save-btn .btn {
    padding: 8px 25px;
    margin: 0 15px;
}

.trial-alert h4 {
    font-size: 16px;
    font-weight: 600;
}

.trial-alert .a-tips {
    font-size: 16px;
    text-align: center;
}

.trial-alert .a-num {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
}

.modal-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-footer .btn {
    min-width: 80px;
    margin: 0 10px;
}

.form-inline .form-group {
    margin-right: 20px;
    margin-bottom: 15px;
}

.form-inline .form-group > label {
    margin-right: 10px;
}

.form-inline .btn {
    margin-bottom: 15px;
    margin-right: 10px;
}

.form-inline .slc-box {
    position: relative;
    cursor: pointer;
}

.form-inline .slc-box .slc-curr {
    min-width: 120px;
}

.form-inline .slc-box .slc-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    background: #fff;
    padding: 0 10px;
    min-width: 120px;
    line-height: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.rt-label-form .col-form-label {
    text-align: right;
}

.updata-file {
    text-align: center;
}

.updata-file > img {
    margin-bottom: 10px;
}

.updata-file .btn-up {
    position: relative;
}

.updata-file .btn-del {
    display: none;
}

.updata-file .u-file {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-colum .slc-box {
    position: relative;
    cursor: pointer;
}

.form-colum .slc-box .slc-curr {
    width: 100%;
}

.form-colum .slc-box .slc-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    background: #fff;
    padding: 0 10px;
    width: 100%;
    line-height: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.form-colum .fc-check {
    margin-top: 10px;
}

.edit-box {
    border: 1px solid #ced4da;
    min-height: 400px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.edit-box img {
    max-width: 100%;
    height: auto !important;
}

/* login */
.admin-login-wrap {
    position: relative;
    height: 100%;
    background: url(../images/icon/login-bg.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-perspective: 800px;
    perspective: 800px;
    overflow: hidden;
}

.admin-login-wrap .login-box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 350px;
    height: 440px;
    padding: 100px 40px 40px;
    border-top: 2px solid #1c99e6;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform-origin: 161px 100%;
    -ms-transform-origin: 161px 100%;
    transform-origin: 161px 100%;
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    background: -webkit-linear-gradient(45deg, #35394a 0%, #1f222e 100%);
    background: -o-linear-gradient(45deg, #35394a 0%, #1f222e 100%);
    background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
    -webkit-box-shadow: 0px 20px 30px 3px transparent;
    box-shadow: 0px 20px 30px 3px transparent;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: opacity, top, left, -webkit-transform, -webkit-box-shadow;
    transition-property: opacity, top, left, -webkit-transform, -webkit-box-shadow;
    -o-transition-property: transform, opacity, box-shadow, top, left;
    transition-property: transform, opacity, box-shadow, top, left;
    transition-property: transform, opacity, box-shadow, top, left, -webkit-transform, -webkit-box-shadow;
}

.admin-login-wrap .login-box .lb-title {
    font-size: 16px;
    color: #afb1be;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.admin-login-wrap .login-box .lb-line {
    position: relative;
    background: #32364a;
    border-top: 2px solid #393d52;
    border-bottom: 2px solid #393d52;
    margin: -2px -40px 0;
    padding: 5px 40px;
}

.admin-login-wrap .login-box .lb-line .code-img {
    vertical-align: middle;
    width: 68px;
    height: 30px;
}

.admin-login-wrap .login-box .user,
.admin-login-wrap .login-box .pass,
.admin-login-wrap .login-box .code {
    height: 30px;
    padding-left: 24px;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
}

.admin-login-wrap .login-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #32364a inset;
    box-shadow: 0 0 0px 1000px #32364a inset;
    -webkit-text-fill-color: #fff;
}

.admin-login-wrap .login-box .i-user,
.admin-login-wrap .login-box .i-pass,
.admin-login-wrap .login-box .i-code {
    position: absolute;
    left: 40px;
    top: 5px;
    display: block;
    width: 30px;
    height: 30px;
}

.admin-login-wrap .login-box .i-user {
    background: url(../images/icon/login-user.png) left center no-repeat;
}

.admin-login-wrap .login-box .i-pass {
    background: url(../images/icon/login-pass.png) left center no-repeat;
}

.admin-login-wrap .login-box .i-code {
    background: url(../images/icon/login-code.png) left center no-repeat;
}

.admin-login-wrap .login-box .to-login {
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    padding: 10px 30px;
    border: 2px solid #1c99e6;
    color: #1c99e6;
    outline: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.admin-login-wrap .login-box .to-loginhover {
    background: #1c99e6;
    color: #fff;
}

.admin-login-wrap .login-box .l-result {
    display: none;
}

.admin-login-wrap .login-box .l-result .l-status {
    color: #d5d8e2;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.admin-login-wrap .login-box .l-result .l-tips {
    color: #5b5e6f;
}

.admin-login-wrap .login-box .l-result .l-back {
    margin-top: 50px;
    color: #1c99e6;
    background: transparent;
    border: 0;
    outline: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    cursor: pointer;
}

.admin-login-wrap .login-box.result .l-result {
    display: block;
}

.admin-login-wrap .login-box.result .l-form {
    display: none;
}

.admin-login-wrap .login-box.result.success .l-back {
    display: none;
}

.admin-login-wrap.anim1 .login-box {
    -webkit-box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
    pointer-events: none;
    top: -100px;
    -webkit-transform: rotateX(70deg) scale(0.8);
    transform: rotateX(70deg) scale(0.8);
    opacity: 0.6;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.admin-login-wrap.anim2 .login-box {
    left: -640px;
}

.admin-login-wrap .validate {
    visibility: hidden;
    background: #35394a;
    background: -webkit-linear-gradient(45deg, #35394a 0%, #1f222e 100%);
    background: -o-linear-gradient(45deg, #35394a 0%, #1f222e 100%);
    background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
    position: absolute;
    left: -20px;
    right: 90px;
    margin: auto;
    width: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 70px;
    top: 200px;
    bottom: 0;
    height: 70px;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.admin-login-wrap .validate p {
    margin-top: 10px;
}

.admin-login-wrap.anim2 .validate {
    visibility: visible;
    opacity: 1;
    left: 100px;
}

/* login */

.asterisk_em {
    color: red;
}

.check {
    padding: 0 1rem;
    border: 1px solid #ccc;
    color: #999;
    cursor: pointer;
}

.check.checked {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}

.hidden {
    display: none;
}

.user-photo {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 5px;
}

.cur {
    background: #3c3c3c;
}

.goods-detail .gd-swiper-wrap .swiper-slide {
    text-align: center;
}
