@charset "UTF-8";
::selection {
    color: #fff!important;
    background-color: #409eff!important
}

::-moz-selection {
    color: #fff!important;
    background-color: #409eff!important
}

::-webkit-scrollbar-track {
    background: #ccc!important
}

::-webkit-scrollbar-thumb {
    background-color: #666!important
}

::-webkit-input-placeholder {
    color: #aaa
}

div.layui-side>div.layui-side-scroll::-webkit-scrollbar {
    width: 3px
}

div.layui-side>div.layui-side-scroll::-webkit-scrollbar-track {
    background: #fff!important
}

div.layui-side>div.layui-side-scroll::-webkit-scrollbar-thumb {
    background-color: #ddd!important
}

:-webkit-autofill,
:-webkit-autofill:active,
:-webkit-autofill:focus,
:-webkit-autofill:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset!important;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out!important;
    -webkit-transition-delay: 9999s!important;
    -webkit-text-fill-color: #333!important
}

body {
    color: #333;
    font-size: 12px
}

body a {
    color: #06C;
    cursor: pointer
}

body a:hover {
    color: #039
}

body input::-ms-clear {
    display: none
}

.notdata {
    padding: 15px;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    letter-spacing: 6px;
    border: 1px solid #DCDCDC;
    background-color: #f2f2f2
}

.notselect {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.transition {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.overhide {
    overflow: hidden!important
}

.absolute {
    position: absolute!important
}

.relative {
    position: relative!important
}

.block {
    display: block!important
}

.pointer {
    cursor: pointer!important
}

.nowrap {
    white-space: nowrap!important
}

.shadow {
    box-shadow: 0px 15px 40px 0px rgb(17 58 93 / 3%) !important
}

.shadow-mini {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .11)
}

.shadow-none {
    box-shadow: none!important
}

.help-block {
    color: #999;
    font-size: 12px
}

.table-block {
    width: 100%;
    display: table!important;
    box-sizing: border-box
}

.inline-block {
    display: inline-block!important
}

.think-box-shadow {
    padding: 20px!important;
    background: #fff!important;
    box-shadow: 0px 15px 40px 0px rgb(17 58 93 / 3%) !important;
    border-radius: 0px
}

.think-box-shadow>form.layui-card {
    box-shadow: none
}

.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

.full-width {
    width: 100%!important
}

.full-height {
    height: 100%!important
}

.color-red {
    color: #e44!important
}

.color-blue {
    color: #29f!important
}

.color-desc {
    color: #999!important
}

.color-text {
    color: #333!important
}

.color-green {
    color: #409eff!important
}

.sub-span-red span {
    color: #e44!important
}

.sub-span-blue span {
    color: #29f!important
}

.sub-span-desc span {
    color: #999!important
}

.sub-span-text span {
    color: #333!important
}

.sub-span-green span {
    color: #409eff!important
}

.sub-strong-s10 b {
    font-size: 10px
}

.sub-strong-s12 b {
    font-size: 12px
}

.sub-strong-s14 b {
    font-size: 14px
}

.sub-strong-red b {
    color: #409eff!important
}

.sub-strong-blue b {
    color: #2494f2!important
}

.sub-strong-desc b {
    color: #999!important
}

.sub-strong-text b {
    color: #333!important
}

.sub-strong-green b {
    color: #409eff!important
}

.text-top {
    vertical-align: top!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-middle {
    vertical-align: middle!important
}

.text-bottom {
    vertical-align: bottom!important
}

.think-bg-white {
    background: #fff!important
}

.think-bg-blue {
    background: linear-gradient(-125deg, #57bdbf, #2f9de2)!important
}

.think-bg-orig {
    background: linear-gradient(-141deg, #ecca1b, #f39526)!important
}

.think-bg-red {
    background: linear-gradient(-125deg, #ff7d7d, #fb2c95)!important
}

.think-bg-violet {
    background: linear-gradient(-113deg, #c543d8, #925cc3)!important
}

.hr-line-dashed {
    color: #fff;
    height: 1px;
    margin: 15px 0;
    background-color: #fff;
    border-top: 1px dashed #e7eaec
}

.hr-line-solid {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0)
}

.input-right-icon {
    top: 0;
    right: 0;
    width: 30px;
    height: 38px;
    display: inline-block;
    position: absolute;
    text-align: center;
    line-height: 38px
}

.pace-inactive {
    display: none
}

.pace-progress {
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    z-index: 2000;
    position: fixed;
    background: #409eff
}

.uploadimage {
    width: 77px;
    height: 77px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px dashed #e2e2e2;
    background: url(../img/upimg.png) no-repeat center center;
    background-size: cover
}

.uploadimage span.layui-icon {
    right: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    text-align: center;
    line-height: 22px;
    background: rgba(0, 0, 0, .5)
}

.uploadimage:hover span.layui-icon {
    display: inline-block
}

.uploadimagemtl {
    margin-right: 8px
}

.uploadimagemtl a {
    color: #fff;
    width: 20px;
    height: 20px;
    float: right;
    display: none;
    text-align: center;
    line-height: 22px;
    background: rgba(0, 0, 0, .5)
}

.uploadimagemtl:hover a {
    cursor: pointer;
    display: inline-block
}

.uploadimagemtl:hover a:hover {
    color: #fff;
    text-decoration: none
}

[data-tips-image] {
    cursor: zoom-in!important
}

[data-lazy-src] {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center
}

.portal-block-container {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.portal-block-container .portal-block-icon {
    top: 45%;
    right: 8%;
    font-size: 65px;
    position: absolute;
    color: rgba(255, 255, 255, .4)
}

.portal-block-container .portal-block-item {
    color: #fff;
    padding: 15px 25px;
    position: relative;
    line-height: 3em;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2)
}

.portal-block-container .portal-block-item>div:nth-child(2) {
    font-size: 46px;
    line-height: 46px
}

.pagination-container {
    margin-top: 20px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px
}

.pagination-container span {
    color: #666;
    font-size: 9pt
}

.pagination-container ul {
    float: right;
    height: 30px;
    margin: 0;
    padding: 0;
    display: inline-block
}

.pagination-container ul li {
    z-index: 1;
    height: 30px;
    line-height: 30px;
    display: inline-block
}

.pagination-container ul li a,
.pagination-container ul li span {
    color: #333;
    width: 30px;
    height: 30px;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin-right: 3px;
    display: inline-block;
    box-sizing: border-box
}

.pagination-container ul li span {
    cursor: default;
    background: #DCDCDC
}

.pagination-container ul li a:hover {
    border-color: #409eff
}

.pagination-container ul li.active {
    z-index: 2
}

.pagination-container ul li.active span {
    color: #fff;
    border-color: #409eff;
    background: #409eff!important
}

.pagination-container ul li.disabled span {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.pagination-container ul li:first-child a,
.pagination-container ul li:first-child span,
.pagination-container ul li:last-child a,
.pagination-container ul li:last-child span {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px
}

.border-0 {
    border: 0!important
}

.border-line {
    border: 1px solid #DCDCDC
}

.border-bottom-line {
    border-bottom: 1px solid #DCDCDC
}

.border-top-0 {
    border-top: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-radius {
    border-radius: 50%!important
}

.border-radius-0 {
    border-radius: 0!important
}

.border-radius-5 {
    border-radius: 5px!important
}

.border-radius-6 {
    border-radius: 6px!important
}

.border-radius-left-0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.border-radius-right-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.font-s10 {
    font-size: 10px!important
}

.font-s11 {
    font-size: 11px!important
}

.font-s12 {
    font-size: 12px!important
}

.font-s13 {
    font-size: 13px!important
}

.font-s14 {
    font-size: 14px!important
}

.font-s15 {
    font-size: 15px!important
}

.font-s16 {
    font-size: 16px!important
}

.font-s18 {
    font-size: 18px!important
}

.font-s20 {
    font-size: 20px!important
}

.font-s30 {
    font-size: 30px!important
}

.font-s40 {
    font-size: 40px!important
}

.font-w1 {
    font-weight: 100!important
}

.font-w2 {
    font-weight: 200!important
}

.font-w3 {
    font-weight: 300!important
}

.font-w4 {
    font-weight: 400!important
}

.font-w5 {
    font-weight: 500!important
}

.font-w6 {
    font-weight: 600!important
}

.font-w7 {
    font-weight: 700!important
}

.font-w8 {
    font-weight: 800!important
}

.font-w9 {
    font-weight: 900!important
}

.padding-0 {
    padding: 0!important
}

.padding-5 {
    padding: 5px!important
}

.padding-10 {
    padding: 10px!important
}

.padding-15 {
    padding: 15px!important
}

.padding-20 {
    padding: 20px!important
}

.padding-25 {
    padding: 25px!important
}

.padding-30 {
    padding: 30px!important
}

.padding-40 {
    padding: 40px!important
}

.padding-col-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.padding-col-5 {
    padding-left: 5px!important;
    padding-right: 5px!important
}

.padding-col-10 {
    padding-left: 10px!important;
    padding-right: 10px!important
}

.padding-col-15 {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.padding-col-20 {
    padding-left: 20px!important;
    padding-right: 20px!important
}

.padding-col-25 {
    padding-left: 25px!important;
    padding-right: 25px!important
}

.padding-col-30 {
    padding-left: 30px!important;
    padding-right: 30px!important
}

.padding-col-40 {
    padding-left: 40px!important;
    padding-right: 40px!important
}

.padding-row-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.padding-row-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.padding-row-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.padding-row-15 {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.padding-row-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
}

.padding-row-25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important
}

.padding-row-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
}

.padding-row-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
}

.padding-top-0 {
    padding-top: 0!important
}

.padding-top-5 {
    padding-top: 5px!important
}

.padding-top-10 {
    padding-top: 10px!important
}

.padding-top-15 {
    padding-top: 15px!important
}

.padding-top-20 {
    padding-top: 20px!important
}

.padding-top-30 {
    padding-top: 30px!important
}

.padding-top-40 {
    padding-top: 40px!important
}

.padding-left-0 {
    padding-left: 0!important
}

.padding-left-5 {
    padding-left: 5px!important
}

.padding-left-10 {
    padding-left: 10px!important
}

.padding-left-15 {
    padding-left: 15px!important
}

.padding-left-20 {
    padding-left: 20px!important
}

.padding-left-30 {
    padding-left: 30px!important
}

.padding-left-40 {
    padding-left: 40px!important
}

.padding-right-0 {
    padding-right: 0!important
}

.padding-right-5 {
    padding-right: 5px!important
}

.padding-right-10 {
    padding-right: 10px!important
}

.padding-right-15 {
    padding-right: 15px!important
}

.padding-right-20 {
    padding-right: 20px!important
}

.padding-right-30 {
    padding-right: 30px!important
}

.padding-right-40 {
    padding-right: 40px!important
}

.padding-bottom-0 {
    padding-bottom: 0!important
}

.padding-bottom-5 {
    padding-bottom: 5px!important
}

.padding-bottom-10 {
    padding-bottom: 10px!important
}

.padding-bottom-15 {
    padding-bottom: 15px!important
}

.padding-bottom-20 {
    padding-bottom: 20px!important
}

.padding-bottom-30 {
    padding-bottom: 30px!important
}

.padding-bottom-40 {
    padding-bottom: 40px!important
}

.margin-0 {
    margin: 0!important
}

.margin-5 {
    margin: 5px!important
}

.margin-10 {
    margin: 10px!important
}

.margin-15 {
    margin: 15px!important
}

.margin-20 {
    margin: 20px!important
}

.margin-25 {
    margin: 25px!important
}

.margin-30 {
    margin: 30px!important
}

.margin-40 {
    margin: 40px!important
}

.margin-col-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.margin-col-5 {
    margin-left: 5px!important;
    margin-right: 5px!important
}

.margin-col-10 {
    margin-left: 10px!important;
    margin-right: 10px!important
}

.margin-col-15 {
    margin-left: 15px!important;
    margin-right: 15px!important
}

.margin-col-20 {
    margin-left: 20px!important;
    margin-right: 20px!important
}

.margin-col-25 {
    margin-left: 25px!important;
    margin-right: 25px!important
}

.margin-col-30 {
    margin-left: 30px!important;
    margin-right: 30px!important
}

.margin-col-40 {
    margin-left: 40px!important;
    margin-right: 40px!important
}

.margin-row-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.margin-row-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important
}

.margin-row-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important
}

.margin-row-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important
}

.margin-row-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
}

.margin-row-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important
}

.margin-row-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.margin-row-40 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
}

.margin-top-0 {
    margin-top: 0!important
}

.margin-top-5 {
    margin-top: 5px!important
}

.margin-top-10 {
    margin-top: 10px!important
}

.margin-top-15 {
    margin-top: 15px!important
}

.margin-top-20 {
    margin-top: 20px!important
}

.margin-top-25 {
    margin-top: 25px!important
}

.margin-top-30 {
    margin-top: 30px!important
}

.margin-top-40 {
    margin-top: 40px!important
}

.margin-left-0 {
    margin-left: 0!important
}

.margin-left-5 {
    margin-left: 5px!important
}

.margin-left-10 {
    margin-left: 10px!important
}

.margin-left-15 {
    margin-left: 15px!important
}

.margin-left-20 {
    margin-left: 20px!important
}

.margin-left-25 {
    margin-left: 25px!important
}

.margin-left-30 {
    margin-left: 30px!important
}

.margin-left-40 {
    margin-left: 40px!important
}

.margin-right-0 {
    margin-right: 0!important
}

.margin-right-5 {
    margin-right: 5px!important
}

.margin-right-10 {
    margin-right: 10px!important
}

.margin-right-15 {
    margin-right: 15px!important
}

.margin-right-20 {
    margin-right: 20px!important
}

.margin-right-25 {
    margin-right: 25px!important
}

.margin-right-30 {
    margin-right: 30px!important
}

.margin-right-40 {
    margin-right: 40px!important
}

.margin-bottom-0 {
    margin-bottom: 0!important
}

.margin-bottom-5 {
    margin-bottom: 5px!important
}

.margin-bottom-10 {
    margin-bottom: 10px!important
}

.margin-bottom-15 {
    margin-bottom: 15px!important
}

.margin-bottom-20 {
    margin-bottom: 20px!important
}

.margin-bottom-25 {
    margin-bottom: 25px!important
}

.margin-bottom-30 {
    margin-bottom: 30px!important
}

.margin-bottom-40 {
    margin-bottom: 40px!important
}

.layui-layout>.layui-side {
    top: 55px;
    bottom: 0;
    overflow: auto;
    border-right: 1px solid #e6e6e6;
}

.layui-layout>.layui-body {
    top: 55px;
    bottom: 0;
    overflow: auto;
    background: #eee;
}

.layui-layout>.layui-body>.layui-card {
    overflow: visible;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    box-shadow: none;
    background: 0 0!important
}

.layui-layout>.layui-body>.layui-card>.layui-card-header {
    top: 55px;
    left: 200px;
    right: 0;
    height: 50px;
    border: none;
    z-index: 3;
    padding: 0 15px;
    position: fixed;
    background: #fff;
    line-height: 50px;
    /*box-shadow: 0 2px 3px 0 rgb(0 0 0 / 22%);*/
}

.layui-layout>.layui-body>.layui-card>.layui-card-header+.layui-card-body {
    top: 50px
}

.layui-layout>.layui-body>.layui-card>.layui-card-body {
    z-index: 2;
    padding: 15px
}

.layui-layout>.layui-body>.layui-card>.layui-card-body>.layui-tab.layui-tab-card {
    border: none;
    box-shadow: 0px 15px 40px 0px rgb(17 58 93 / 3%) !important
}

.layui-layout>.layui-body>.layui-card>.layui-card-body>.layui-tab.layui-tab-card>.layui-tab-content.think-box-shadow {
    box-shadow: none
}

.layui-header {
    height: 55px;
    background: #303848 !important;
    /*border-bottom: 1px solid #409eff!important;*/
}

.layui-header .layui-layout-left,
.layui-header .layui-layout-right {
    margin: 0;
    padding: 0
}

.layui-header .layui-logo {
    color: #fff;
    width: 199px;
    height: auto;
    font-size: 18px;
    line-height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.layui-header .layui-logo img {
    width: 85%;
}

.layui-header .layui-logo sup {
    font-size: 9px;
    line-height: 9px;
    padding-left: 0px;
    position: absolute;
    right: 4px;
    top: 7px;
}

.layui-header .layui-nav-item {
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    font-weight: 600;
}

.layui-header .layui-nav-item.layui-this {
    background: #fff
}

.layui-header .layui-nav-item>a {
    color: #fff;
    font-size: 15px;
}

.layui-header .layui-nav-item .layui-nav-child {
    top: 49px;
    border: 0;
    padding: 0;
    background: #eef;
    line-height: 45px
}

.layui-header .layui-nav-item .layui-nav-child+a.layui-elip {
    padding-right: 35px
}

.layui-header .layui-nav-item .layui-nav-child+a.layui-elip img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.layui-header .layui-nav-item .layui-nav-child+a.layui-elip span {
    padding-left: 5px
}

.layui-header .layui-nav-item .layui-nav-child.layui-show+a {
    background: #fff
}

.layui-header .layui-nav-item .layui-nav-child.layui-show+a span {
    color: #333
}

.layui-header .layui-nav-item .layui-nav-child dd {
    background: #fff
}

.layui-textarea .layui-elip {
    color: #000;
}

.layui-bg-wait {
    background-color: #000 !important;
}

.layui-header .layui-nav-item .layui-nav-child dd a {
    padding: 0;
    color: #333;
    margin-top: 1px;
    text-align: center;
    font-weight: 400;
}

.layui-header .layui-nav-item .layui-nav-child dd a .layui-icon {
    margin-right: 5px
}

.layui-header .layui-nav-bar,
.layui-header .layui-nav-item:after {
    display: none!important
}

.layui-header .layui-layout-right>li>a {
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid transparent
}

.layui-layout>.layui-side .layui-nav-bar {
    display: none!important
}

.layui-layout>.layui-side .layui-side-scroll {
    width: 100%!important
}

.layui-layout>.layui-side .layui-nav-item {
    border-bottom: 1px solid #f3f3f3;
}

.layui-layout>.layui-side .layui-nav-item a {
    height: 50px;
    display: block;
    line-height: 50px;
    color: #5e6166 !important
}

.layui-layout>.layui-side .layui-nav-item a:hover {
    background: #f5f5f5;
    color: #4685fd !important;
}

.layui-layout>.layui-side .layui-nav-item a .nav-icon,
.layui-layout>.layui-side .layui-nav-item a .nav-text {
    padding-left: 5px
}

.layui-layout>.layui-side .layui-nav-itemed {
    border-bottom: none!important
}

.layui-layout>.layui-side .layui-nav-tree-top a {
    height: 28px!important;
    line-height: 28px!important
}

.layui-layout.layui-layout-left-mini>.layui-body {
    left: 50px
}

.layui-layout.layui-layout-left-mini>.layui-body>.layui-card>.layui-card-header {
    left: 50px
}

.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-more {
    display: none!important
}

.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item a {
    padding: 0
}

.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-text {
    display: none
}

.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .nav-icon {
    display: inline-block!important;
    padding: 0!important
}

.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-item .layui-nav-child {
    padding: 0;
    display: block!important;
    background-color: #fff !important
}

.layui-layout.layui-layout-left-mini>.layui-side,
.layui-layout.layui-layout-left-mini>.layui-side .layui-nav-tree,
.layui-layout.layui-layout-left-mini>.layui-side .layui-side-scroll {
    width: 50px;
    text-align: center
}

.layui-layout.layui-layout-left-mini [data-target-menu-type] i {
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.layui-layout.layui-layout-left-hide>.layui-body {
    left: 0!important
}

.layui-layout.layui-layout-left-hide>.layui-body>.layui-card>.layui-card-header {
    left: 0!important
}

.layui-layout.layui-layout-left-hide>.layui-side {
    display: none
}

.layui-layout.layui-layout-left-hide [data-target-menu-type] {
    display: none
}

.mobile-preview {
    width: 317px;
    height: 580px;
    position: relative;
    background: url(../img/mobile_head.png) no-repeat 0 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .11);
    border-radius: 5px
}

.mobile-preview .mobile-header {
    color: #fff;
    width: auto;
    margin: 0 30px;
    overflow: hidden;
    font-size: 15px;
    padding-top: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    -webkit-pointer-events: none
}

.mobile-preview .mobile-body {
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    position: absolute;
    background: #f5f5f5;
    border-radius: 0 0 5px 5px
}

.mobile-preview .mobile-body iframe {
    width: 100%;
    height: 100%
}

.mobile-preview .mobile-footer {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    padding-left: 43px;
    background: url(../img/mobile_foot.png) no-repeat 0 0;
    list-style-type: none;
    border-radius: 0 0 5px 5px
}

.mobile-preview .mobile-footer li {
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
    line-height: 50px
}

.mobile-preview .mobile-footer li a {
    width: auto;
    color: #616161;
    border: 1px solid hsla(0, 0%, 100%, 0);
    display: block;
    overflow: hidden;
    word-wrap: normal;
    margin-top: -1px;
    border-left: 1px solid #e7e7eb;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: -1px;
    text-decoration: none
}

.mobile-preview .mobile-footer li a:hover {
    background: rgba(0, 0, 0, .02)
}

.mobile-preview .mobile-footer li a.active {
    border: 1px solid #44b549!important;
    box-shadow: 0 0 1px #44b549
}

.mobile-preview .mobile-footer li a span:before {
    width: 1px;
    height: 1px;
    content: '';
    display: inline-block
}

.mobile-preview .mobile-footer li>.close {
    top: 1px;
    right: 1px;
    width: 18px;
    height: 18px;
    display: none;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 18px
}

.mobile-preview .mobile-footer li:hover>.close {
    display: inline-block
}

.mobile-preview .mobile-footer li:hover>.close:hover {
    color: #fff!important;
    background: #999!important
}

.mobile-preview .mobile-footer .icon-add,
.mobile-preview .mobile-footer .icon-sub {
    display: inline-block;
    vertical-align: middle
}

.mobile-preview .mobile-footer .icon-add {
    width: 14px;
    height: 14px;
    border-bottom: none!important;
    background: url(../img/index.png) 0 0 no-repeat
}

.mobile-preview .mobile-footer .icon-sub {
    width: 7px;
    height: 7px;
    margin-right: 2px;
    background: url(../img/index.png) 0 -3pc no-repeat
}

.mobile-preview .mobile-footer .sub-menu {
    width: 100%;
    bottom: 60px;
    margin: -1px;
    display: block;
    position: absolute;
    border: 1px solid #d0d0d0;
    background-color: #fafafa
}

.mobile-preview .mobile-footer .sub-menu ul li {
    float: none;
    width: 100%;
    padding: 0;
    z-index: 11;
    display: block
}

.mobile-preview .mobile-footer .sub-menu ul li a {
    padding: 0 5px;
    border: 1px solid hsla(0, 0%, 100%, 0)
}

.mobile-preview .mobile-footer .sub-menu ul li a.bottom-border {
    margin: -1px -1px 0;
    border-bottom: 1px solid #e7e7eb
}

.mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border {
    border-bottom-color: #fff
}

.mobile-preview .mobile-footer .arrow {
    left: 50%;
    position: absolute;
    margin-left: -6px
}

.mobile-preview .mobile-footer .arrow_in,
.mobile-preview .mobile-footer .arrow_out {
    width: 0;
    height: 0;
    z-index: 10;
    border: 6px dashed transparent;
    display: inline-block;
    border-top-style: solid;
    border-bottom-width: 0
}

.mobile-preview .mobile-footer .arrow_in {
    bottom: -5px;
    z-index: 3;
    border-top-color: #fafafa
}

.mobile-preview .mobile-footer .arrow_out {
    bottom: -6px;
    z-index: 2;
    border-top-color: #d0d0d0
}

.layui-nav .layui-nav-item .layui-nav-more {
    top: 0;
    right: 15px;
    width: auto;
    height: auto;
    border: none;
    margin-top: 0;
    font-size: 14px;
    font-style: normal;
    font-family: layui-icon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.layui-nav .layui-nav-item .layui-nav-more::before {
    content: "\e619"
}

.layui-nav .layui-nav-item .layui-nav-mored,
.layui-nav .layui-nav-itemed .layui-nav-more {
    border: none;
    margin-top: 0;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}


/*! 重置 Iframe 页面样式 */

.iframe-pagination {
    padding: 20px 20px 45px 20px
}

.iframe-pagination .pagination-container {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    position: fixed;
    background: #fff;
    border-top: 1px solid #ddd
}


/*! 首页加载动画 */

.layui-page-loader {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    background-color: #f5f5f5
}

.layui-page-loader .loader {
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -30px auto 40px;
    z-index: 999999;
    position: relative;
    background-color: #f5f5f5
}

.layui-page-loader .loader:before {
    top: 59px;
    left: 0;
    width: 50px;
    height: 7px;
    opacity: .1;
    content: "";
    background: #000;
    border-radius: 50%;
    position: absolute;
    animation: shadow .5s linear infinite
}

.layui-page-loader .loader:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    border-radius: 3px;
    background-color: #409eff;
    animation: loading .5s linear infinite
}

@-webkit-keyframes loading {
    17% {
        border-bottom-right-radius: 3px
    }
    25% {
        transform: translateY(9px) rotate(22.5deg)
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }
    75% {
        transform: translateY(9px) rotate(67.5deg)
    }
    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes loading {
    17% {
        border-bottom-right-radius: 3px
    }
    25% {
        transform: translateY(9px) rotate(22.5deg)
    }
    50% {
        border-bottom-right-radius: 40px;
        transform: translateY(18px) scale(1, .9) rotate(45deg)
    }
    75% {
        transform: translateY(9px) rotate(67.5deg)
    }
    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@-webkit-keyframes shadow {
    0%,
    100% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.2, 1)
    }
}

@keyframes shadow {
    0%,
    100% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.2, 1)
    }
}

fieldset {
    margin: 0 0 10px 0;
    border: 1px solid #ebeef5;
    padding: 10px 20px 5px 20px;
    background: #fff;
    border-radius: 5px
}

fieldset legend {
    color: #666;
    padding: 0 10px;
    font-size: 13px
}

.layui-card,
.layui-tab {
    border-radius: 0px
}

.layui-tab .layui-tab-title {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.layui-tab .layui-tab-title>li:first-child {
    border-top-left-radius: 0px
}

.layui-tab .layui-tab-content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.layui-tab>.layui-tab-content {
    padding: 20px;
    background: #fff
}

.layui-card>.layui-card-header {
    padding: 0 20px
}

.layui-card>.layui-card-body {
    padding: 20px
}

.layui-code {
    border-radius: 5px
}

.layui-btn {
    border: 1px solid #409eff
}

.layui-btn-warm {
    border: 1px solid #FFB800
}

.layui-btn-danger {
    border: 1px solid #FF5722
}

.layui-btn-normal {
    border: 1px solid #1E9FFF
}

.layui-btn-disabled {
    border: 1px solid #DCDCDC
}

.layui-btn-group {
    border: 1px solid #409eff;
    overflow: hidden;
    background: #409eff;
    line-height: 28px;
    border-radius: 2px
}

.layui-btn-group+.layui-btn {
    margin-left: 8px
}

.layui-btn-group .layui-btn {
    height: 28px;
    line-height: 28px;
    border-width: 0!important;
    border-radius: 0!important
}

.layui-btn-group .layui-btn+.layui-btn {
    margin-left: 1px!important
}

.layui-btn-group .layui-btn-primary:hover {
    border-color: #409eff
}

.layui-btn .layui-icon {
    float: left;
    margin-right: 5px
}

.layui-btn+.layui-btn {
    margin-left: 8px
}

.layui-badge {
    margin-right: 5px
}

.layui-badge-middle {
    width: 1em;
    height: auto;
    padding: 5px;
    white-space: normal;
    vertical-align: middle
}


/*! 搜索表单样式 */

.form-search .layui-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 32px
}

.form-search .layui-btn .layui-icon {
    font-size: 15px
}

.form-search .layui-form-label {
    width: auto!important;
    height: 32px;
    padding: 0 8px;
    line-height: 32px
}

.form-search .layui-input-inline {
    width: 170px;
    display: inline-block!important;
    margin: 0 10px 0 -1px!important
}

.form-search .layui-input-inline input,
.form-search .layui-input-inline select {
    width: 100%;
    height: 32px;
    padding: 0 8px;
    line-height: 32px
}

.form-search .layui-form-select dl {
    top: 31px;
    padding: 0
}

.label-required-prev:before {
    width: 1em;
    color: red;
    content: '*';
    display: inline-block;
    position: absolute;
    text-align: left;
    font-weight: 700;
    line-height: 1.6em;
    margin-left: -.8em
}

.label-required-next:after,
.label-required:after {
    top: 6px;
    right: 5px;
    color: red;
    content: '*';
    position: absolute;
    margin-left: 4px;
    font-weight: 700;
    line-height: 1.8em
}

.label-required-null:before {
    content: none!important
}

.layui-input,
.layui-select {
    line-height: 38px
}

.layui-disabled,
.layui-disabled:hover {
    color: #333!important;
    background: #EEE!important
}

.layui-form-checkbox.layui-form-checked i {
    border-color: #409eff
}

label.think-checkbox,
label.think-radio {
    cursor: pointer;
    margin-right: 10px;
    display: inline-block
}

.think-checkbox,
.think-radio {
    margin-top: 10px;
    font-weight: 400;
    line-height: 18px
}

.think-checkbox input[type=checkbox],
.think-checkbox input[type=radio],
.think-radio input[type=checkbox],
.think-radio input[type=radio] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #DCDCDC;
    position: relative;
    background: #fff;
    margin-right: 5px;
    vertical-align: bottom;
    display: inline-block!important;
    box-sizing: border-box!important;
    appearance: none;
    -webkit-appearance: none
}

.think-checkbox input[type=checkbox]:checked,
.think-checkbox input[type=radio]:checked,
.think-radio input[type=checkbox]:checked,
.think-radio input[type=radio]:checked {
    border-color: #409eff
}

.think-checkbox input[type=checkbox]:checked:after,
.think-checkbox input[type=radio]:checked:after,
.think-radio input[type=checkbox]:checked:after,
.think-radio input[type=radio]:checked:after {
    display: block;
    position: relative;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: layui-scale-spring;
    -webkit-animation-name: layui-scale-spring
}

.think-checkbox input[type=radio],
.think-radio input[type=radio] {
    border-radius: 1em
}

.think-checkbox input[type=radio]:checked:after,
.think-radio input[type=radio]:checked:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    content: '';
    background: #409eff;
    border-radius: 1em
}

.think-checkbox input[type=checkbox],
.think-radio input[type=checkbox] {
    border-radius: 1px
}

.think-checkbox input[type=checkbox]:checked:after,
.think-radio input[type=checkbox]:checked:after {
    color: #409eff;
    cursor: pointer;
    padding: 2px;
    content: "\e605";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: layui-icon!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layui-table td,
.layui-table th {
    font-size: 12px
}

.layui-table td.list-table-check-td+td,
.layui-table th.list-table-check-td+th {
    padding-left: 5px
}

.layui-table div.headimg {
    width: 35px;
    height: 35px;
    border: 1px solid #DCDCDC;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .11);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.layui-table div.headimg-good {
    width: 60px;
    height: 60px;
    border: 1px solid #DCDCDC;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .11);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.layui-table div.headimg-no {
    border: none;
    box-shadow: none;
    border-radius: 0
}

.layui-table div.headimg-xs {
    width: 28px;
    height: 28px
}

.layui-table div.headimg-md {
    width: 55px;
    height: 55px
}

.layui-table div.headimg>img {
    width: 110%;
    height: 110%;
    max-width: 110%;
    max-height: 110%;
    margin: -5% 0 0 -5%
}

.layui-table div.headimg+* {
    vertical-align: middle
}

.layui-table .list-table-sort-td {
    width: 10px!important;
    text-align: center!important;
    padding-left: 5px!important;
    padding-right: 5px!important
}

.layui-table .list-table-sort-td button {
    width: 56px;
    background: #409eff
}

.layui-table .list-table-sort-td input {
    width: 50px;
    color: #666;
    padding: 2px;
    font-size: 9pt;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 18px
}

.layui-table .list-table-check-td {
    width: 10px!important;
    text-align: center!important;
    padding-left: 15px!important;
    padding-right: 15px!important
}

.layui-table .list-table-check-td input {
    margin: 0!important;
    vertical-align: middle
}

.layui-layer-content .layui-form.layui-card {
    margin: 0;
    box-shadow: none!important
}

.layui-layer-content .layui-form.layui-card .layui-card-body {
    padding: 20px 40px 0 0
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    top: 50%!important;
    margin-top: -15px!important
}

.laydate-footer-btns span {
    line-height: 24px!important
}

.layui-tags {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle
}

.layui-tags .layui-tag {
    color: #FFF;
    height: 38px;
    margin: 3px 4px 3px 0;
    padding: 0 4px 0 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    border-radius: 2px;
    white-space: nowrap;
    background: #1E9FFF!important;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.layui-tags .layui-tag .layui-icon {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px
}

.layui-tags .layui-tag .layui-icon:hover {
    cursor: pointer;
    color: #FF5722
}

.layui-tags .layui-tag-input {
    width: 100px;
    resize: none;
    margin: 3px 8px 3px 0;
    overflow: hidden;
    white-space: nowrap
}


/*# sourceMappingURL=console.css.map */

@CHARSET "UTF-8";

/* 后台首页隐藏功能菜单	.ncsc-path */

.tabmenu,
.tabmenu_hr {
    display: none;
}

.ns-main {
    background: transparent;
    display: inline-block;
}

.main {
    margin: 0;
}

.home {
    overflow: hidden;
    color: #999;
    margin-bottom: 20px;
}

.home article {
    float: left;
}

.home article:FIRST-CHILD {
    width: 40%;
}

.home article:LAST-CHILD {
    width: 60%;
}

.home-shop,
.home-info {
    float: left;
}

.home-shop {
    padding: 20px 30px 0px 40px;
}

.home-shop span {
    margin-top: 5px;
    display: block;
    color: #0578c4;
}

.home-info {
    width: 50%;
}

.home-info p {
    margin: 8px 0;
}

.home-info p:FIRST-CHILD {
    margin-top: 20px;
    margin-bottom: 10px;
}

.home-info p:FIRST-CHILD span {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.home-info p:NTH-CHILD(2) span {
    color: #666;
}

.last-login-time {
    padding-top: 47px;
}

.level {
    float: left;
}

.text-center {
    text-align: center;
}

.goods-prompt,
.merchants-help,
.sales,
.sales-ranking,
.charts,
.system-config {
    width: 56%;
    float: left;
    height: 432px;
    background: #ffffff;
    margin: 5px 0;
    padding: 10px;
}

.goods-prompt,
.charts {
    width: 57%;
}

.system-config {
    width: 100%;
}

.goods-prompt {
    height: inherit;
}

.sales,
.merchants-help,
.sales-ranking {
    width: 39.5%;
    float: right;
}

@media(max-width: 1250px) {
    .sales,
    .merchants-help,
    .sales-ranking {
        width: 37.5%
    }
}

.merchants-help {
    height: inherit;
}

.goods-prompt h3,
.merchants-help h3,
.sales h3,
.sales-ranking h3,
.charts h3,
.system-config h3 {
    color: #333;
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i-circular {
    display: inline-block;
    background: #126AE4;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.goods-prompt h3 span,
.sales h3 span,
.sales-ranking h3 span,
.merchants-help h3 span,
.system-config h3 span {
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.system-config {
    height: inherit;
}

.system-config h3 i {
    padding-right: 3px;
}

.system-config table {
    width: 98%;
    margin: 20px auto;
    border: 1px solid #e5e5e5;
}

.system-config table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
}

.system-config table td:NTH-CHILD(odd) {
    background: #f7f7f7;
    text-align: right;
}

.goods-state {
    overflow: hidden;
    text-align: center;
}

.goods-state.a-line {
    padding: 0 0 30px;
}

.goods-state ul,
.merchants-use ul {
    margin: 0;
    overflow: hidden;
}

.goods-state ul li {
    float: left;
    width: 20%;
    margin-top: 30px;
    cursor: pointer;
}

.goods-state ul li a {
    display: block;
}

.goods-state ul li a strong {
    font-size: 22px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #126AE4;
    display: block;
    margin: 10px 0;
}

.goods-state ul li a .tips {
    color: red;
}

.goods-state ul li a span {
    color: #999999;
}

.merchants-use {
    padding: 25px 0;
    overflow: hidden;
}

.merchants-use ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.merchants-use ul li span {
    display: block;
    color: #A7A7A7;
    margin-top: 10px;
}

.sales,
.sales-ranking {
    /* 	border-right: 0; */
}

.sales table,
.sales-ranking table {
    width: 100%;
    text-align: center;
    margin: 0 15px;
    max-width: calc(100% - 30px);
    border: 1px solid #F6F6F6;
}

.sales table {
    margin-top: 0;
}

.sales-ranking table tr:first-child {
    background: #F6F6F6;
}

.sales-ranking table tr td {
    border-bottom: 1px solid #F6F6F6;
    padding: 15px;
}

.sales-ranking table tr td a {
    color: #333333;
}

.sales table tr td {
    padding: 13px 0;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

.sales table tr td strong {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 20px;
}

.sales table tr td span {
    color: #999999;
    margin-left: 20px;
    width: 90px;
    text-align: right;
    display: inline-block;
}

.sales-ranking {
    height: 432px;
}

.promote-img,
.promote-h5 {
    float: left;
}

.promote-img {
    padding: 0 10px;
}

.promote-h5 {
    color: #fff;
    width: 70%;
    font-size: 20px;
}

.promote-h5 span {
    color: #FFFF00;
    font-size: 14px;
    margin-left: 10px;
}

.promote-p {
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.snapup {
    background: #FF8C8C;
}

.time-limit {
    background: #33B5CC;
}

.full_present {
    background: #FF984C;
}

.preferential-suit {
    background: #33CDA6;
}

.black {
    color: #666 !important;
}

.recommended_booth {
    background: #EDC230;
}

.kims_volume {
    background: #7ACE52;
}

.frist {
    color: #F44336;
    font-weight: bold;
    font-size: 19px;
}

.second {
    color: #FF9800;
    font-weight: bold;
    font-size: 17px;
}

.third {
    color: #03A9F4;
    font-weight: bold;
    font-size: 15px;
}

.nother {
    background: #333;
}

.charts-title {
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif !important;
    font-size: 14px;
    color: #FF984C;
    margin-right: 10px;
}

.charts-title:hover {
    cursor: pointer;
}

.charts-title-ordernum {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.charts-title-ordernum i {
    font-style: normal;
    color: #10bbee;
    font-size: 16px;
    vertical-align: middle;
}

.charts {
    height: inherit;
}

#orderCharts,
#focusCharts {
    height: 210px;
}

.charts h3 span {
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

.charts h3 span i {
    width: 12px;
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
    background: #126AE4;
}


/*顶部统计*/

.statistical {
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 5px;
}

.statistical ul li {
    float: left;
    width: 15%;
    color: #999999;
    padding: 10px;
}

.statistical ul li>.left,
.statistical ul li>.right {
    float: left;
}

.statistical ul li>.left svg {
    padding-top: 15px;
}

.statistical ul li>.left {
    width: 20%;
    text-align: right;
    line-height: 60px;
}

.statistical ul li>.right {
    width: 79%;
}

.statistical ul li>div strong {
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.statistical ul li:after {
    content: '';
    border-right: 1px solid #e5e5e5;
    display: block;
    float: right;
    height: 80px;
}

.statistical ul li:LAST-CHILD:after {
    content: '';
    border: 0;
    height: 0;
}

.statistical ul li p {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.ns-base-section {
    background: #F2F6FC;
}

@media ( max-width: 1440px) {
    .statistical ul li {
        width: 14.7%;
    }
}

@media ( max-width: 1280px) {
    .statistical ul li p {
        font-size: 14px;
    }
    .statistical ul li:after {
        height: 60px;
    }
}

@media ( max-width: 1214px) {
    .statistical ul li {
        width: 14.6%;
    }
}

@media ( max-width: 1152px) {
    .statistical ul li {
        width: 14.6%;
        padding: 10px 6px;
    }
    .statistical ul li>div strong {
        padding: 5px;
    }
    .statistical ul li p {
        padding: 0 0 0 5px;
    }
    .statistical ul li>.left {
        padding: 0;
    }
}

@media ( max-width :800px) {
    .statistical ul li {
        padding: 10px 3px;
    }
}

.sys .layui-btn {
    background-color: #fff;
    color: #000;
}

.sys .layui-btn-active {
    background-color: #409eff;
    color: #fff;
}


/* 温馨提示 */

.warm-tip {
    padding-left: 40px;
    line-height: 32px;
    background: #fff5eb url(../img/message-warn.png) no-repeat 16px 9px;
    border: 1px solid #ffcf99;
    font-size: 12px;
    color: #ff8800;
}

.warm-tip+.warm-tip {
    margin-top: 20px;
}

.info-tip {
    padding-left: 40px;
    line-height: 32px;
    background: #ebf3ff url(../img/message-info.png) no-repeat 16px 9px;
    border: 1px solid #99c2ff;
    font-size: 12px;
    color: #0066ff;
}

.info-tip+.info-tip {
    margin-top: 20px;
}

.success-tip+.success-tip {
    margin-top: 20px;
}

.upgrade-icon-wrapper {
    padding-top: 64px;
}

.upgrade-text {
    margin-bottom: 24px;
    line-height: 32px;
    font-size: 16px;
    color: #292929;
    text-align: center;
}

.system-content-wrapper {
    margin: 0 auto 40px;
    border: 1px solid #e0e0e0;
    padding: 22px 33px 0;
    width: 640px;
    background: #fafafa;
}

.system-content-top {
    margin-bottom: 22px;
    line-height: 24px;
    font-size: 12px;
    color: #292929;
}

.system-content-bottom {
    font-size: 12px;
}

.system-content-bottom-title {
    line-height: 38px;
    color: #292929;
    font-weight: bold;
}

.system-content-bottom-rules {
    margin-bottom: 25px;
    padding-left: 25px;
    line-height: 24px;
    color: #a3a3a3;
}

.system-content-control {
    border-top: 1px solid #ebebeb;
    height: 39px;
    line-height: 39px;
    text-align: center;
}

.system-content-control-btn {
    position: relative;
    display: inline-block;
    padding-right: 19px;
    font-size: 12px;
    color: #292929;
    cursor: pointer;
}

.check-system-btn {
    display: block;
    margin: 0 auto 22px;
}

.last-update-time {
    height: 58px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #cccccc;
}


/* 更新步骤 */

.upgrade-step-wrapper {
    padding: 40px 0 32px;
    text-align: center;
}

.upgrade-step-item {
    display: inline-block;
}

.upgrade-step-item-left {
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #fff;
}

.upgrade-step-item-left,
.upgrade-step-item-right {
    float: left;
}

.upgrade-step-item-right {
    position: relative;
    padding-right: 8px;
    width: 268px;
    height: 32px;
    text-align: left;
}

.upgrade-step-item-right:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    margin-top: -0.5px;
    content: ' ';
    width: 260px;
    display: block;
    height: 1px;
    background: #ebebeb;
}

.upgrade-step-item.item4 .upgrade-step-item-right {
    width: auto;
}

.upgrade-step-item.item4 .upgrade-step-item-right:before {
    display: none;
}

.upgrade-step-whole-wrapper.item1 .item1 .upgrade-step-item-left {
    background: #0066ff;
}

.upgrade-step-whole-wrapper.item1 .item1 .upgrade-step-item-right:before {
    background: #0066ff;
}

.upgrade-step-whole-wrapper.item2 .item2 .upgrade-step-item-left {
    background: #0066ff;
}

.upgrade-step-whole-wrapper.item2 .item2 .upgrade-step-item-right:before {
    background: #0066ff;
}

.upgrade-step-whole-wrapper.item3 .item3 .upgrade-step-item-left {
    background: #0066ff;
}

.upgrade-step-whole-wrapper.item3 .item3 .upgrade-step-item-right:before {
    background: #0066ff;
}

.upgrade-step-whole-wrapper.item4 .item4 .upgrade-step-item-left {
    background: #0066ff;
}

.upgrade-step-item-right-text {
    position: relative;
    /* z-index: 1; */
    display: inline-block;
    padding: 0 8px;
    line-height: 32px;
    background: #fff;
}

.upgrade-title {
    line-height: 44px;
    font-size: 14px;
    color: #666666;
}


/* 步骤4 */

.success-content-block {
    display: none;
    padding-top: 48px;
    text-align: center;
}

.upgrade-success-icon {
    margin: 0 auto 25px;
    width: 64px;
    height: 64px;
    background: url(../img/upgrade_success_icon.png) no-repeat center;
}

.upgrade-success-text {
    margin-bottom: 26px;
    height: 16px;
    font-size: 16px;
    color: #292929;
    line-height: 16px;
}

.upgrade-success-sub-text {
    margin-bottom: 39px;
    font-size: 12px;
    line-height: 24px;
    color: #a3a3a3;
}

.upgrade-complete-btn {
    margin-bottom: 16px;
}

.upgrade-step-whole-wrapper.item4 .content-block {
    display: none;
}

.upgrade-step-whole-wrapper.item4 .success-content-block {
    display: block;
}

.tips-content-block {
    margin-top: 44px;
    border-top: 1px solid #ebebeb;
    padding: 20px 0 40px 25px;
}

.tips-title-top {
    margin-bottom: 10px;
}

.tips-content-rules {
    padding-left: 25px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    border: none;
    border-radius: 2px!important;
    height: 32px;
    line-height: 32px!important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #fff;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.btn-primary {
    position: relative;
    background-color: #0066ff;
    border: none;
    color: #fff;
}

.check-show-btn {
    display: block;
    margin: 0 auto 22px;
}

#upgradeSystemWrapper {
    background: #fff;
    padding: 24px;
}

.upgrade-icon {
    margin: 0 auto 14px;
    width: 160px;
    height: 160px;
    background: url(../img/upgrade_arrow.png) no-repeat center;
}
/** 自增样式 */

div .good-green {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0 6px 0 0;
    padding: 0 5px; 
    border: #56AA16 solid 1px;
    color: #56AA16!important;
    background: #E9F7DA;
    cursor: pointer;
}

div .good-blue {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0 6px 0 0;
    padding: 0 5px;
    border: #498BF8 solid 1px;
    color: #498BF8!important;
    background: #eef9ff;
    cursor: pointer;
}

div .good-white {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0 6px 0 0;
    padding: 0 5px;
    border: #ddd solid 1px;
    color: #999!important;
    background: #f9f9f9;
    cursor: pointer;
}

div .good-click:hover {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0 6px 0 0;
    padding: 0 5px;
    border: #F77E13 solid 1px;
    color: #F77E13!important;
    background: #F7E2DA;
    cursor: pointer;
}

.nowrap div b {
    color: #ff6600;
}

.nowrap .covers-good {
    background: #F3F3F3;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: #E6E6E6 solid 1px;
    text-align: center;
    OVERFLOW: hidden;
    margin-right: 5px;
    color: rgb(51, 102, 204);
}

.sbutton-kai,.sbutton-guan {
    display: inline-block;
    float: left;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: pink;
    border: #409eff solid 1px;
    text-decoration: none;
}
.sbutton-kai {
    background-color: #409eff;
    color: #fff;
}

.sbutton-guan {
    background-color: #fff;
    color: #409eff;
}

.sbutton-kai:hover {
    color: #fff;
}

.sbutton-guan:hover {
    background-color: #409eff;
    color: #fff;
}

.layui-layer-content .margin-top-15 .layui-bg-black {
    background-color: #393D49!important;

}

.layui-layer-content .margin-top-15 .layui-textarea .layui-elip {
    color: #fff!important;
}

/** 自增样式 */