body, html, span, ul, li, img, p {
    padding: 0;
    margin: 0;
    list-style: none;
    /* font-family: 'Open Sans', Arial, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif; */
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

/* IE7 8   */

.ie6 body, .ie7 body, .ie8 body {
    min-width: 960px;
}

/* middle center */

body.body-hidden {
    overflow: hidden;
}

.af-center {
    text-align: center;
}

.af-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.af-center-content {
    display: inline-block;
    vertical-align: middle;
}

.af-highlight-color {
    background-color: yellow;
}

.b-color {
    background-color: #f1f1f1;
}

.scroll-y {
    overflow-y: scroll;
}

.af-bold {
    font-weight: bold;
}

.af-left {
    float: left;
}

.af-right {
    float: right;
}

.af-hide {
    display: none;
}

.af-hidden {
    visibility: hidden;
}

.af-overflow {
    overflow: hidden;
}

.af-inline-block {
    display: inline-block;
}

.af-table {
    display: table;
    width: 100%;
    height: 100%;
}

.af-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.af-loading-gif {
    position: relative;
    display: inline-block;
    margin-top: 50px;
}

.af-loading-gif.center {
    display: block;
    text-align: center;
}

.af-main {
    position: relative;
    width: 100%;
   padding-top:74px;
}

.af-icon-bg {
    background-image: url("/images/icon.png");
}

.af-spin-loading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #666;
    font-size: 25px;
    z-index: 1040;
    background-image: url("/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.af-spin-loading2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #666;
    font-size: 25px;
    z-index: 1040;
    background-image: url("/images/common/progress.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.af-img-loading {
    background: url("/images/loading.gif") no-repeat 50% 50%;
}

.af-img-loading2 {
    background: url("/images/common/progress.gif") no-repeat 50% 50%;
}

/* add mask */

.af-mask-content {
    position: relative;
    text-align: center;
}

.af-mask-text {
    font-size: 30px;
    font-weight: normal;
    color: inherit;
    font-family: helvetica, arial, sans-serif;
    display: inline-block;
}

.af-save-loading {
    background: url('/images/common/saving.gif');
    width: 16px;
    height: 16px;
    margin: 0 2px;
    margin-top: 3px;
    display: inline-block;
    position: relative;
    top: 1px;
}

/* error Mask */

.af-server-error {
    font-size: 18px;
    position: absolute;
    padding: 20px 90px !important;
    box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.5), 0px 1px 1px rgba(128, 128, 128, 0.5);
    color: #CF2222;
}

.af-remove-mask-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    cursor: pointer;
    color: #c02121;
}

.af-spin-loading.top-30 {
    background-position: 50% 30%;
}

.af-validate-fail {
    border-color: #E67070 !important;
    background: #fdd !important;
}

.af-main-color {
    color: #4997ee;
}

.af-error, .af-error-color {
    color: #b94a48;
}

.af-error, .af-success {
    font-size: 12px !important;
}

.af-success, .af-success-color {
    color: #468847;
}

.af-free-color {
    color: #BBBBBB;
}

.af-pro-color {
    color: #D1B681;
}

.af-gold-color {
    color: #C39E57;
}

.af-platinum-color {
    color: #B3852D;
}

.af-height-100 {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.af-user-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.af-remove-btn {
    width: 24px;
    height: 24px;
    background-image: url("/images/icon.png");
    background-position: -379px -303px;
    display: block;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.af-align-r {
    text-align: right;
}

.af-align-l {
    text-align: left;
}

.af-align-c {
    text-align: center;
}

/* mask */

.af-mask-apnel, .af-mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.36);
}

/* group */

.af-form-group {
    position: relative;
    overflow: hidden;
    padding: 6px 0;
}

.af-label {
    width: 90px;
}

/*  check-box */

.hf-checkbox {
    cursor: pointer;
}

.hf-checkbox>.check-icon {
    width: 20px;
    height: 20px;
    background: url("/images/common/blue2.png") no-repeat;
    background-position: -1px -2px;
    cursor: pointer;
}

.hf-checkbox.checked>.check-icon {
    background-position: -41px -2px;
}

.hf-checkbox:not(.checked):hover .check-icon {
    background-position: -21px -2px;
}

.hf-checkbox>.check-text {
    cursor: pointer;
}

.hf-checkbox.disabled, .hf-checkbox.disabled>.check-icon, .hf-checkbox.disabled>.check-text {
    cursor: no-drop;
}

.hf-checkbox.checked.disabled>.check-icon {
    background-position: -80px -2px;
}

.hf-checkbox.disabled:not(.checked):hover .check-icon, .hf-checkbox.disabled>.check-icon {
    background-position: -60px -2px;
    background-color: rgb(235, 235, 228);
}

/*  radio  */

.hf-radio {
    cursor: pointer;
}

.hf-radio>.check-icon {
    width: 20px;
    height: 20px;
    background: url("/images/common/blue2.png") no-repeat;
    background-position: -99px -2px;
    cursor: pointer;
}

.hf-radio.checked>.check-icon {
    background-position: -139px -2px;
}

.hf-radio:not(.checked):hover .check-icon {
    background-position: -119px -2px;
}

.hf-radio>.check-text {
    cursor: pointer;
}

.hf-radio.disabled:not(.checked):hover .check-icon, .hf-radio.disabled>.check-icon {
    background-position: -159px -2px;
    cursor: no-drop;
}

.hf-radio.checked.disabled>.check-icon {
    background-position: -179px -2px;
}

.hf-radio.disabled>.check-text {
    color: #ddd;
    cursor: no-drop;
}

.hf-switch {
    display: inline-block;
    height: 22px;
    position: relative;
    overflow: hidden;
    width: 40px;
}

.hf-switch-toggle {
    position: absolute;
    margin-left: -9999px !important;
    visibility: hidden;
}

.hf-switch-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.hf-switch-toggle+label {
    padding: 2px;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    border-radius: 20px;
}

.hf-switch-toggle+label:before, .hf-switch-toggle+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.hf-switch-toggle+label:before {
    right: 2px;
    background-color: #f2f2f2;
    border-radius: 20px;
    transition: background 0.4s;
}

.hf-switch-toggle+label:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
    top: 2px;
    bottom: 2px;
    left: 2px;
    width: 18px;
}

.hf-switch-toggle.checked+label:before {
    background-color: #5eba5e;
}

.hf-switch-toggle.checked+label:after {
    margin-left: 18px;
}

/*  hover effect  */

.ss-hover-effect-third {
    position: relative;
}

.ss-hover-effect-third .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #000; */
    background-color: rgba(0, 0, 0, 0.2);
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ss-hover-effect-third .inner-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}

.ss-hover-effect-third .mask .mask-quarter-top-left {
    left: 0px;
    top: 0px;
    border-radius: 90px 0 0 0;
    -moz-border-radius: 90px 0 0 0;
    -webkit-border-radius: 90px 0 0 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}

.ss-hover-effect-third .mask .mask-quarter-top-right {
    left: 80px;
    top: 0px;
    border-radius: 0 90px 0 0;
    -moz-border-radius: 0 90px 0 0;
    -webkit-border-radius: 0 90px 0 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}

.ss-hover-effect-third .mask .mask-quarter-bottom-left {
    left: 0px;
    top: 80px;
    border-radius: 0 0 0 90px;
    -moz-border-radius: 0 0 0 90px;
    -webkit-border-radius: 0 0 0 90px;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}

.ss-hover-effect-third .mask .mask-quarter-bottom-right {
    left: 80px;
    top: 80px;
    border-radius: 0 0 90px 0;
    -moz-border-radius: 0 0 90px 0;
    -webkit-border-radius: 0 0 90px 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: alpha(opacity=0);
}

.ss-hover-effect-third .mask .mask-quarter {
    background-color: #d78e0d;
    position: absolute;
    width: 20px;
    height: 20px;
    /*-moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: alpha(opacity=70);*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.ss-hover-effect-third .mask .icon {
    background: url("/images/hoverico.png") center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    left: -10px;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.ss-hover-effect-third .mask .view-icon {
    background-position: 0px 0px;
    position: absolute;
    /*top: 35px;
    left: 35px;*/
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
}

.ss-hover-effect-third:hover .mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
    border: 4px solid #d78e0d;
}

.ss-hover-effect-third:hover .mask-quarter-top-left {
    /*left: 30px;*/
    top: 30px;
    left: 50%;
    margin-left: -20px;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}

.ss-hover-effect-third:hover .mask-quarter-top-right {
    /*left: 50px;*/
    left: 50%;
    top: 30px;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}

.ss-hover-effect-third:hover .mask-quarter-bottom-left {
    /*left: 30px;*/
    left: 50%;
    margin-left: -20px;
    top: 50px;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}

.ss-hover-effect-third:hover .mask-quarter-bottom-right {
    /*left: 50px;*/
    left: 50%;
    top: 50px;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
}

.ss-hover-effect-third:hover .icon {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.af-bookinfo-help-text {
    margin-left: 4px;
    padding: 1px 8px;
    background-position: -403px -687px;
}

.af-bookinfo-help-text:hover {
    background-position: -424px -687px;
}

.af-top-breadcrumb {
    height: 50px;
    line-height: 50px;
    color: #42566e;
    padding-left: 4px;
    overflow: hidden;
    font-size: 13px;
}

.af-top-breadcrumb>a {
    color: #42566e;
    float: left;
}

.af-top-breadcrumb>a:hover {
    text-decoration: underline;
}

.af-top-breadcrumb>span {
    background-image: url("/images/common/help_icon.png");
    width: 20px;
    height: 24px;
    line-height: 0;
    float: left;
    background-position: -76px -6px;
    margin-top: 13px;
}

.af-alter-tip {
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    -webkit-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
    -webkit-transition: -webkit-transform .25s ease-out;
    -moz-transition: -moz-transform .25s ease-out;
    -ms-transition: -ms-transform .25s ease-out;
    transition: transform .25s ease-out;
    z-index: 9999;
    text-align: center;
}

.af-alter-tip.show {
    -webkit-transform: translate(0px, 50px);
    -moz-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

.af-alter-tip>span {
    background-color: #5cb85c;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.af-alter-tip.success>span {
    background-color: #5cb85c;
}

.af-alter-tip.error>span {
    background-color: #d9534f;
}

input.af-input-check[type=radio], input.af-input-check[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

input.af-input-check[type=radio]:checked:before, input.af-input-check[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font: 700 15px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.af-input-check[type=checkbox]:checked:before {
    content: "\2713";
    /* "\f147" */
    margin: 0px 0 0 0px;
    color: #1e8cbe;
}

input.af-input-check[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 8px;
    height: 8px;
    margin: 3px;
    line-height: 16px;
    background-color: #1e8cbe
}

input.af-input-check[type=radio] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px
}

.login-panel {
    position: relative;
    margin: 0 auto;
    width: 100%;
    /* max-width: 450px; */
    max-width: 460px;
    background: #fff;
    /* padding: 15px 10px; */
}

.login-main {
    background: #f8f8f8;
    min-height: 520px;
    /* padding-top: 80px; */
    padding-top: 50px;
    padding-bottom: 60px;
}

/* active-news start */

.active-news-panel {
    position: relative;
    height: 116px;
    overflow: hidden;
    width: 100%;
}

.active-news-item {
    /* position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    height: 100%;
    display: block; */
    display: none;
}

.active-news-item.active {
    display: block;
}

.active-news-img {
    height: 116px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.active-news-item img {
    /* display:block;
    margin:0 auto;
    max-width:100%; */
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.active-news-control {
    position: absolute;
    width: 100px;
    margin-left: -50px;
    height: 28px;
    z-index: 3;
    bottom: 0px;
    left: 50%;
    text-align: center;
    padding-top: 6px;
}

.active-news-tabs {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.active-news-tabs>li {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
    margin: 0px 5px;
}

.active-news-tabs>li.active {
    background-color: #fff;
}
.active-news-animation {
    -webkit-animation: waveRaidus 1s ease-out 0s infinite;
    animation: waveRaidus 1s ease-out 0s infinite;
}

@-webkit-keyframes waveRaidus {
    /* 0% {
        width: 100%;height: 100%;
        opacity: 0;
    }
    65% {
        width: 100%;height: 100%;
        opacity: 0;
    } */
    0% {
        width: 100%;height: 100%;
        opacity: 1;
    }
    100% {
        width: 130%;height: 130%;
        opacity: 0;
    }
}

/* active-news end */

.browser-panel {
    position: relative;
    text-align: left;
    padding: 10px 15px;
}

.browser-header {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 13px;
}

.browser-box {
    font-weight: bold;
    color: #555;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 11px;
}

.browser-box a:hover {
    text-decoration: underline;
}

.browser-footer {
    text-align: right;
    padding-bottom: 0px;
}

.browser-close {
    width: 26px;
    height: 26px;
    background-image: url(/images/icon.png);
    background-position: -377px -301px;
    position: absolute;
    top: 4px;
    cursor: pointer;
    right: 4px;
}

.sensorsWeb-remove{
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 2px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 20px;
}
.button-pure {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(211, 211, 211);
    color: rgb(51, 51, 51);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    /*font-family: Arial, 宋体, Lucida, Verdana, Helvetica, sans-serif;*/
    /*font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    position: relative;
}
.button-pure.disabled {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: #EEE;
    border: 1px solid #DDD;
    text-shadow: 0 1px 1px white;
    color: #CCC;
    cursor: default;
}
.button-pure:not(.disabled):hover {
    background-color: #f0f0f0;
}

.button-pure:not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.button-pure-no-shadow {
    box-shadow: none;
}

.button-pure-large {
    padding: 8px 60px;
}

.button-pure-blue {
    background: #1B7FCC;
    border-color: #1A79C2;
    color: #FFF;
}

.button-pure-blue:not(.disabled):hover{
    background: #1C79C0;
    border-color: #1970B2;
}

.button-pure-deep-pink {
    background-color: #ff3366;
    border-color: #F22F5F;
    color: #fff;
}
.button-pure-deep-pink:not(.disabled):hover {
    background-color: #ee3366 !important;
    /*background-color: #FF144F;*/
    border-color: #E43766 !important;
}

.button-pure-green {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #FFF;
}

.button-pure-green:not(.disabled):hover{
    background-color: #57AD57;
    border-color: #4DA04D;
}

.button-pure-red {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #FFF;
}

.button-pure-red:not(.disabled):hover{
    background-color: #CC4C48;
    border-color: #C54A46;
}

.button-pure-orange {
    background-color: #FF9300;
    border-color: #EC8800;
    color: #FFF;
}

.button-pure-orange:not(.disabled):hover{
    background-color: #f18d05;
    border-color: #E78500;
}

.button-pure-teal {
    background-color: #36BDBD;
    border-color: #33B4B4;
    color: #FFF;
}

.button-pure-teal:not(.disabled):hover {
    background-color: #33B4B4;
    border-color: #2FA7A7;
}

.button-pure-sky-blue {
    background-color: #00a1cb;
    border-color: #0092B8;
    color: #FFF;
}

.button-pure-sky-blue:not(.disabled):hover {
    background-color: #0097BE;
    border-color: #007E9E;
}
.button-pure-purple {
    background-color: #B10DC9;
    border-color: #9A0CAF;
    color: #FFF;
}

.button-pure-purple:not(.disabled):hover {
    background-color: #9F0EB4;
    border-color: #930FA7;
}
.button-pure-black {
    background-color: #444444;
    border-color: #222222;
    color: #FFF;
}
.button-pure-black:not(.disabled):hover {
    background-color: #222222;
    border-color: #000000;
}
.button-pure-gold {
    /*background-color: #ffd700;
    border-color: #f1c400;*/
    background-color: #EBC80D;
    border-color: #d9AA06;
    color: #FFF;
}
.button-pure-gold:not(.disabled):hover {
    background-color: #DBBB0E;
    border-color: #B99413;
}

.button-pure-gray {
    background: #f1f2f7;
    border-color: #999;
    color: #666;
    font-weight: normal;
}
.button-pure-gray:not(.disabled):hover{
    background: #fff;
    border-color: #999;
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F2F2F2;
    width: 100%;
    height: 100%;
}
body, html, img, li, p, span, ul, input, textarea {
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    padding: 0px;
    margin: 0px;
    border: none;
    list-style: none;
}
body {
    -webkit-text-size-adjust : 100% ;
    -moz-text-size-adjust : 100% ;
    -ms-text-size-adjust : 100% ;
    text-size-adjust : 100%;
}
body.w-bg,
.w-bg .m-main {
    background-color: #fff;
}
.clearfix:before, 
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.m-file-input {
    position: absolute;
    right: -10%;
    top: -10%;
    width: 200%;
    height: 200%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
    resize: vertical;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 30px;
}
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 46px;
}
.m-error-input,
.af-validate-fail {
    border-color: #E67070 !important;
}
.m-icon {
    background-image: url("/mobile/images/icon.png");
    background-repeat: no-repeat;
    background-size: 304px 209px;
}
.m-new-i {
    background-image: url("/mobile/images/icon2.png");
    background-repeat: no-repeat;
    /* background-size: 304px 209px; */
}
.m-main {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /* right: 0;
    bottom: 0;*/
    overflow: hidden;
    background-color: #F2F2F2;
    min-height: 100%;
    /*transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);*/
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}
/*.m-main.show {
    transform: translate3d(250px, 0px, 0px);
    -ms-transform: translate3d(250px, 0px, 0px);
    -moz-transform: translate3d(250px, 0px, 0px);
    -webkit-transform: translate3d(250px, 0px, 0px);
    -o-transform: translate3d(250px, 0px, 0px);
}*/
.m-panel {
    padding-top: 46px;
    padding-bottom: 44px;
    /*position: relative;
    left: 0;
    top: 46px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;*/
}
.n-panel{
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 44px;
    overflow-y: auto;
    overflow-x: hidden;
}
.n-new-panel{
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.af-hide {
    display: none;
}
.af-left {
    float: left;
}
.af-right {
    float: right;
}
.af-table {
    display: table;
    width: 100%;
    height: 100%;
}
.af-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.af-error-color,
.af-error {
    font-size: 12px;
    color: #b94a48!important
}
.af-success-color,
.af-success {
    font-size: 12px;
    color: #468847!important;
}
.af-hidden-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}
.m-loading {
    position: relative;
    padding-top: 13px;
    text-align: center;
}
.m-loading > img {
    display: inline-block;
}
.af-spin-loading {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	text-align: center;
	color: #666;
	font-size: 25px;
	z-index: 4;
	background-image: url("/images/loading.gif");
    background-repeat: no-repeat;
	background-position: center center;
}
.hf-radio {
    cursor: pointer
}
.hf-radio>.check-icon {
    width: 20px;
    height: 20px;
    background: url(/images/common/blue2.png) -99px -2px no-repeat;
    cursor: pointer
}
.hf-radio.checked>.check-icon {
    background-position: -139px -2px
}
.hf-radio:not(.checked):hover .check-icon {
    background-position: -119px -2px
}
.hf-radio>.check-text {
    cursor: pointer
}
.hf-radio.disabled:not(.checked):hover .check-icon,.hf-radio.disabled>.check-icon {
    background-position: -159px -2px;
    cursor: no-drop
}
.hf-radio.checked.disabled>.check-icon {
    background-position: -179px -2px
}
.hf-radio.disabled>.check-text {
    color: #ddd;
    cursor: no-drop
}
/*  check-box */ 
.hf-checkbox {
    cursor: pointer;
}
.hf-checkbox > .check-icon {
    width: 20px;
    height: 20px;
    background: url("/images/common/blue2.png") no-repeat;
    background-position: -1px -2px;
    cursor: pointer;
}
.hf-checkbox.checked > .check-icon {
    background-position: -41px -2px;
}
.hf-checkbox:not(.checked):hover .check-icon {
    background-position: -21px -2px;
}
.hf-checkbox > .check-text {
    cursor: pointer;
}
.hf-checkbox.disabled,
.hf-checkbox.disabled > .check-icon,
.hf-checkbox.disabled > .check-text {
    cursor: no-drop;
}
.hf-checkbox.checked.disabled > .check-icon {
    background-position: -80px -2px;
}
.hf-checkbox.disabled:not(.checked):hover .check-icon,
.hf-checkbox.disabled > .check-icon {
    background-position: -60px -2px;
    background-color: rgb(235, 235, 228);
}

/* menu css */
.menu-tab {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: opacity(80);
    z-index: 4;
    display: none;
}
.menu-cover p {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -54px 0 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.menu-panel {
    position: fixed;
    width: 300px;
    /* padding: 0 10px; */
    left: 0px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    /* transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);     
    -moz-transform: translate3d(-100%, 0px, 0px);   
    -webkit-transform: translate3d(-100%, 0px, 0px); 
    -o-transform: translate3d(-100%, 0px, 0px);   */
    transform: translate3d(-300px, 0px, 0px);
    -ms-transform: translate3d(-300px, 0px, 0px);     
    -moz-transform: translate3d(-300px, 0px, 0px);   
    -webkit-transform: translate3d(-300px, 0px, 0px); 
    -o-transform: translate3d(-300px, 0px, 0px);  
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
    z-index: 4;
}
/*.menu-panel.show {
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}*/
.menu-content {
    position: relative;
    padding-bottom: 25px;
    min-height: 100%;
    width: 100%;
}
.menu-pc {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    text-align: right;
    bottom: 3px;
    line-height: 20px;
    padding-right: 20px;
}
.menu-pc > a {
    color: #42566f;
    font-size: 14px;
    text-decoration: none;
}
.menu-user {
    position: relative;
    /* height: 87px; */
    width: 100%;
    /* border-bottom: 1px solid #efefef; */
}
.menu-user-i {
    position: relative;
    /* height: 87px; */
    width: 100%;
    /* border-bottom: 1px solid #efefef; */
    font-size: 0;
    line-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
}
.menu-uesr-icon,
.menu-login-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 50%;
}
.menu-uesr-icon {
    background-position: -176px -228px;
    /* background-color: #f00; */
    /* width: 60px;
    height: 60px; */
    background-size: 320px auto;
    margin-right: 10px;
}
.menu-user-l {
    display: inline-block;
    line-height: 60px;
    font-size: 0;
    height: 60px;
    vertical-align: top;
}
.menu-user-l > span {
    font-size: 19px;
    color: #333;
    vertical-align: top;
    margin: 0px 6px;
    position: relative;
    top: 1px;
}
.menu-user-login,
.menu-user-signin {
    font-size: 15px;
    display: inline-block;
    color: #333;
    vertical-align: top;
    padding: 0 6px;
}
.menu-login-info {
    /* line-height: 40px; */
    position: relative;
}
.menu-login-img {
    position: relative;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}
.menu-login-img > img {
    width: 100%;
    height: 100%;
}
.menu-login-name {
    font-size: 15px;
    color: #333;
    display: inline-block;
    padding-left: 6px;
    max-width: 128px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    font-weight: bold;
}
.menu-logout {
    font-size: 15px;
    color: #666;
    position: absolute;
    right: 13px;
    padding: 0 15px;
    border: 1px solid #a1a1a1;
    line-height: 26px;
    border-radius: 15px;
    top: 50%;
    margin-top: -14px;
}
.menu-lists {

}
.menu-lists > li {
    position: relative;
    /* border-bottom: 1px solid #403F44; */
}
.menu-item {
    text-decoration: none;
    color: #394b63;
    font-size: 17px;
    padding: 15px 18px;
    display: block;
    line-height: 28px;
    overflow: hidden;
}
.menu-lists > li.active > .menu-item {
    background-color: #f3f3f3;
    /* color: #fff; */
}
.menu-item > span.text {
    float: left;
    color: inherit;
    line-height: inherit;
    padding-left: 10px;
}
.menu-item > i.m-new-i {
    float: right;
    width: 15px;
    height: 28px;
    /* background-color: #f00; */
    background-position: -21px -199px;
    background-size: 460px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-item > span.m-new-i {
    float: left;
    width: 28px;
    height: 28px;
    /* background-color: #f00; */
    background-size: 400px auto;
}
.menu-item > span.h-i {
    background-position: -6px -9px;
    background-size: 380px auto;
}
.menu-item > span.e-i {
    background-position: -43px -9px;
    background-size: 380px auto;
}
.menu-item > span.t-i {
    background-position: -85px -10px;
}
.menu-item > span.p-i {
    background-position: -116px -7px;
    background-size: 380px auto;
}
.menu-item > span.s-i {
    background-position: -165px -9px;
}
.menu-item > span.a-i {
    background-position: -183px -7px;
    background-size: 360px auto;
}

.menu-dropdown {
    position: relative;
    display: none;
    overflow: hidden;
}
.menu-dropdown > li {

}
.menu-dropdown > li > a {
    color: #394b63;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding-left: 75px;
    line-height: 38px;
}
.menu-dropdown > li.active > a {
    background-color: #394b63;
    color: #fff;
}
.menu-help.open > .menu-item > i.m-new-i  {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


.menu-login-group {
    border-top: 1px solid #efefef;
}
.menu-login-group > li {
    overflow: hidden;
}
.menu-login-group > li:not(:last-child) {
    border-bottom: 1px solid #efefef;
}
.menu-login-item {
    display: block;
    width: 50%;
    float: left;
    text-decoration: none;
    color: #394b63;
    font-size: 15px;
    text-align: center;
    padding: 13px 0;
    line-height: 24px;
}
.menu-login-group > li > a:nth-child(1) {
    border-right: 1px solid #efefef;
}
.menu-login-item > p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-top: 3px;
}
.menu-login-item > .m-new-i {
    display: block;
    width: 44px;
    height: 44px;
    /* background-color: #ff0b001f; */
    margin: 0 auto;
    background-size: 400px auto;
}
.menu-flips > .m-new-i {
    background-position: -3px -54px;
}
.menu-billing > .m-new-i {
    background-position: -61px -54px;
}
.menu-invoice > .m-new-i {
    background-position: -118px -54px;
}
.menu-bookcases > .m-new-i {
    background-position: -175px -54px;
}
.menu-overlay > .m-new-i {
    background-position: -233px -54px;
}
.menu-statistics > .m-new-i {
    background-position: -290px -54px;
}
.menu-invite > .m-new-i {
    background-position: -348px -54px;
}


.menu-upload {
    color: #fff;
    display: block;
    background: #1B7FCC;
    line-height: 36px;
    height: 36px;
    width: 83%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.menu-upload > .m-icon {
    padding: 3px 12px;
    background-position: -373px -297px;
    background-size: 470px auto;
}
/* header css*/
.header {
    background: #0076FE;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100000;
    top: -60px;
    left: 0;
}

.header_logo {
    border-radius: 10px;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 45px;
    top: 10px;
    background: #ffffff;
    border: 1px solid #d8d5d5;
}

.header_close {
    width: 11px;
    position: absolute;
    left: 17px;
    top: 26px;
}

.header_button {
    padding: 0 10px;
    text-align: center;
    color: #0076FE;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    position: absolute;
    top: 13px;
    right: 15px;
    border-radius: 17px;
    background-color: #ffffff;
}
/* footer css*/
.footer {
    width: 100%;
    height: 44px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    padding: 2px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 4%);
    z-index:3;
}

.footer_item {
    float: left;
    position: relative;
    width: 20%;
    height: 100%;
}

.footer_item_icon {
    width: auto;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
}

.footer_item_text {
    color: #c8baba;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    top: 22px;
    width: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.footer_item img.active {
    display: none;
}

.footer_item img.unactive {
    display: block;
}

.footer_item.active .footer_item_text {
    color: #333940;
}

.footer_item.active img.active {
    display: block;
}

.footer_item.active img.unactive {
    display: none;
}

.footer_item_create {
    position: absolute;
    margin: auto;
    height: 30px;
    width: auto;
    left: 0;
    right: 0;
    /* bottom: 0; */
    top: 5px;
}
/* top css*/
.nav-top {
    position: fixed;
    background-color: #ffffff;
    height: 46px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 7;
    border-bottom: 1px solid #eeeeee;
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}
.nav-panel {

}
.nav-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
}
.nav-menu,
.nav-back {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}
.nav-menu > .m-icon,
.nav-back > .m-icon {
    width: 36px;
    height: 36px;
    margin-left: 2px;
}
.nav-menu > .m-icon {
    background-position: -129px 1px;
}
.nav-menu.show > .m-icon {
    background-position: -161px 1px;
}
.nav-menu .closeBtn{
    display:none;
}
.nav-menu .munuBtn{
    display:block;
}
.nav-menu.show .closeBtn{
    display:block;
}
.nav-menu.show .munuBtn{
    display:none;
}
.nav-back > .m-icon {
    background-position: -255px 0px;
}
.nav-mid {
    position: absolute;
    left: 44px;
    right: 44px;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.nav-logo {
    width: 120px;
    height: 36px;
    margin-top: 5px;
    background-position: -3px 0px;
    display: inline-block;
}
.nav-title {
    text-align: center;
    line-height: 46px;
    color: #333940;
    font-size: 17px;
    font-weight: bold;
}
.nav-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
}
.nav-search-icon {
    width: 36px;
    height: 36px;
    margin-top: 5px;
    margin-left: 2px;
    background-position: -189px 0px;
}
.show > .nav-search-icon{
    background-position: -161px 0px;
}
.nav-search-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7px 8px;
    z-index: 4;
}
.nav-search-inner {
    position: relative;
}
.nav-search-inner > input {
    padding-right: 38px;
}
.nav-search-inner > span {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-position: -177px -84px
}
.nav-home-icon {
    width: 34px;
    height: 36px;
    margin-top: 5px;
    margin-left: 2px;
    background-position: -277px -82px;
}
.nav-text-left {
    text-align: left;
}
.nav-top.white {
    background: #fff;
}
.nav-top.white .nav-title {
    color: #314c6a;
}
.nav-top.white .nav-back > .m-icon {
    background-image: url(/mobile/images/u_icon.png);
    background-size: 350px auto;
    background-position: -147px -75px;
}
/* end top css */

/*  bottom css  */
.footer-panel {
    position: relative;
}
.footer-u {
    background-color: #25282D;
    padding: 17px 17px;
    overflow: hidden;
}
.footer-uleft {
    position: relative;
}
.footer-item {

}
.footer-item.p-t {
    padding-top: 8px;
}
.footer-item > h4 {
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    color: #D3D3D3;
    line-height: 24px;
}
.footer-li {
    color: #686868;
    font-size: 13px;
    line-height: 20px;
}
.footer-li > a {
    color: inherit;
    text-decoration: none;
}
.footer-uright {
    position: absolute;
    top: 0;
    right: 0;
    padding: 28px 15px 0 0;
}
.footer-wechat {
    position: relative;
    text-align: center;
}
.footer-wechat > img {
    width: 98px;
    /*width: 100%;*/
    display: block;
}
.footer-wechat > div {
    color: #686868;
    font-size: 12px;
    padding-top: 2px;
}

.footer-d {
    background-color: #1C1D21;
    overflow: hidden;
    padding: 17px 17px;
}
.footer-dleft {
    float: left;
    line-height: 0;
    font-size: 0;
}
.footer-dli {
    display: inline-block;
    line-height: 17px;
    font-size: 13px;
    color: #656766;
    vertical-align: top;
}
.footer-dli.current {
    color: #444;
}
.footer-dli > a {
    color: inherit;
    padding: 0 1px;
    text-decoration: none;
}
.footer-dright {
    float: right;
    line-height: 0;
    font-size: 0;
}
.footer-dline {
    display: inline-block;
    margin: 0 4px;
    width: 1px;
    height: 15px;
    background: #656766;
    vertical-align: top;
    position: relative;
    top: 1px;
}
/*  end bottom css  */
html.show-menu,
body.show-menu,
html.m-hidden,
body.m-hidden {
    overflow: hidden;
}
body.show-menu .menu-panel {
   /* transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);*/
}
body.show-menu .menu-cover {
    display: block;
}


/* 404  */
.m-404-panel {
    position: relative;
    padding: 0 8px;
}
.m-404-content {
    padding: 33px 0 100px 0;
    text-align: center;
}
.m-404-logo {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.m-404-logo > img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.m-404-text {
    font-size: 15px;
    color: #333;
    padding: 6px 0 40px 0;
}
.m-404-btn {
    color: #fff;
    position: relative;
    display: inline-block;
    max-width: 200px;
    line-height: 50px;
    font-size: 17px;
    cursor: pointer;
    width: 100%;
    border-radius: 2px;
    background-color: #4ea2e0;
}
.af-hidden {
    visibility: hidden;
}

/* mask */
.af-mask-apnel {
    z-index: 4;
}
.af-mask-apnel,
.af-mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.36)
}
.af-mask-content {
    position: relative;
    text-align: center;
}
.af-save-loading {
    background: url(/images/common/saving.gif);
    width: 16px;
    height: 16px;
    margin: 3px 2px 0;
    display: inline-block;
    position: relative;
    top: 1px;
}
.af-mask-text {
    font-size: 30px;
    font-weight: 400;
    color: inherit;
    font-family: helvetica,arial,sans-serif;
    display: inline-block;
}
.af-user-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 3px;
}
.alert-danger, 
.alert-error {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
}
.af-server-error {
    font-size: 18px;
    position: absolute;
    padding: 20px 90px!important;
    box-shadow: 0 1px 1px rgba(128,128,128,.5), 0 1px 1px rgba(128,128,128,.5);
    color: #CF2222;
}
.af-remove-mask-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    cursor: pointer;
    color: #c02121;
}
.af-remove-btn {
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    padding: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url(/images/icon.png);
    background-position: -379px -303px;
    display: block;
}




.af-alter-tip {
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    -webkit-transform: translate(0px,-100%);
    -moz-transform: translate(0px,-100%);
    -ms-transform: translate(0px,-100%);
    transform: translate(0px,-100%);
    -webkit-transition: -webkit-transform .25s ease-out;
    -moz-transition: -moz-transform .25s ease-out;
    -ms-transition: -ms-transform .25s ease-out;
    transition: transform .25s ease-out;
    z-index: 9999;
    text-align: center;
}
.af-alter-tip.show {
    -webkit-transform: translate(0px,50px);
    -moz-transform: translate(0px,50px);
    -ms-transform: translate(0px,50px);
    transform: translate(0px,50px);
}
.af-alter-tip > span {
    background-color: #5cb85c;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.af-alter-tip.success > span {
    background-color: #5cb85c;
}
.af-alter-tip.error > span {
    background-color: #d9534f;
}
.load-error {
    text-align: center;
    color: #666;
    padding-top: 20px;
}


.input-check[type=radio],
.input-check[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}
.input-check[type=radio]:focus,
.input-check[type=checkbox]:focus {
    outline: none;
}
.input-check[type=radio]:checked:before,
.input-check[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font: 700 15px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input-check[type=checkbox]:checked:before {
    content: "\2713"; /* "\f147" */
    margin: 0px 0 0 0px;
    color: #1e8cbe;
}
.input-check[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 8px;
    height: 8px;
    margin: 3px;
    line-height: 16px;
    background-color: #1e8cbe
}
.input-check[type=radio] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px
}


/* progress */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress .bar {
    width: 100%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.jvr-code-panel {
    position: relative;
    margin: 0 auto;
    width: 270px;
}
.jvr-code-panel > .tncode_div {
    border: none;
    filter: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
}
.signup-third {
    padding-top: 6px;
}
.signup-third.p-10 {
    padding-top: 10px;
}
.signup-third > h5 {
    margin: 0;
    height: 18px;
    color: #666;
    overflow: hidden;
    font-size: 13px;
}
.signup-third > ul {
    overflow: hidden;
}
.signup-third > ul > li {
    width: 50%;
    padding-top: 8px;
}
.signup-third-login {
    display: block;
    height: 36px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    transition: background .3s;
    text-decoration: none;
}
.signup-third-login.qq-sign {
    color: #449BF2;
    border: 1px solid #449BF2;
}

/* img error 图片超过大小 */
.hf-imgError-panel {
    padding: 15px;
    text-align: left;
}
.hf-imgError-title {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 4px;
}
.hf-imgError-content {
    line-height: 24px;
    font-size: 13px;
    color: #666;
}
.hf-imgError-content > p {

}
.hf-imgError-tip {
    color: #888;
    font-size: 12px;
    padding-top: 6px;
}
.hf-imgError-btns {
    text-align: right;
    padding-top: 6px;
}
.hf-imgError-btns > .button-pure {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(211, 211, 211);
    color: rgb(51, 51, 51);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    padding: 4px 24px;
}.m-box-panel,
.m-box-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
}
.m-box-bg {
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
}
.m-box-content {
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate(0px,100%);
    -moz-transform: translate(0px,100%);
    -ms-transform: translate(0px,100%);
    transform: translate(0px,100%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.m-box-panel.show .m-box-bg,
.m-box-panel.loading .m-box-bg {
    background: rgba(0,0,0,0.4);
}
.m-box-panel.loading .m-box-bg {
    background-image: url(/images/common/progress.gif);
    background-position: 50%;
    background-repeat: no-repeat;
}
.m-box-panel.show .m-box-content {
    -webkit-transform: translate(0px,0%);
    -moz-transform: translate(0px,0%);
    -ms-transform: translate(0px,0%);
    transform: translate(0px,0%);
}
.m-box-panel.hide .m-box-content {
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    transition: transform .2s ease-out;
}
.m-box-header {
    position: relative;
    padding: 0 20px;
}
.m-box-title {
    font-size: 19px;
    color: #000;
    border-bottom: 1px solid #efefef;
    padding: 12px 6px;
}
.m-box-swipe {
    position: relative;
    overflow-y: auto;
    /* height: 100px; */
}
.m-box-footer {
    overflow: hidden;
    border-top: 1px solid #efefef;
}
.m-box-footer.mode-2 {
    border-top: 1px solid #5b9ee2;
}
.m-box-btn {
    width: 50%;
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 18px;
}
.m-box-btn.w-100 {
    width: 100%;
    float: none;
}
.m-box-btn.cancel-btn {
    color: #5b9ee2;
    background: #fff;
}
.m-box-btn.save-btn {
    color: #fff;
    background: #5b9ee2;
}/* reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.icon {
  background-image: url("/mobile/images/basic_icon.png");
  display: inline-block;
  background-size: 326px 382px;
}
/* content */
#moreBook,
#newBook {
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
}
.cell {
  width: 207px;
  min-height: 100px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 1px 3px #9f9f9f;
}
.cell .img-box {
  font-size: 0;
}
.cell .book-title {
  padding: 5px;
  font-size: 14px;
  color: #333940;
  font-weight: 700;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #ddd;
}
.cell .book-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.cell .book-content .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cell .book-content .left img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
.cell .book-content .left .user-name {
  max-width: 80px;
  padding-left: 3px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cell .book-content .right {
  display: flex;
}
.cell .book-content .right .icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  vertical-align: middle;
}
.cell .book-content .right .collected {
  background-position: -44px 125px;
}
.cell .book-content .right .collect {
  background-position: -44px 153px;
}
.cell .book-content .right .share {
  background-position: -74px 153px;
  margin-left: 5px;
}
@media (max-width: 820px) {
  .cell {
    width: 160px !important;
  }
}
#loading {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(45deg, #2193b0, #6dd5ed);
  color: #ffffff;
}
.af-sign-panel {
	position: relative;
	text-align: left;
	padding: 17px 15px;
}

.af-sign-panel.signin-panel {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	overflow: hidden;
}

.af-sign-t {
	position: relative;
	/* height: 50px; */
	padding: 15px 22px 13px;
	overflow: hidden;
}

.af-sign-close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 13px;
	right: 10px;
	background-image: url(/images/icon.png);
	background-position: -374px -299px;
	cursor: pointer;
}

.af-sign-close:hover {
	background-position: -395px -299px;
}

.af-sign-t-content, .af-sign-content {
	padding-left: 26px;
	padding-right: 26px;
}

.af-sign-t-content {
	/*border-bottom: 1px solid #c9c9c9;*/
}

.af-sign-tabs {
	overflow: hidden;
	/*margin-bottom: -1px;*/
}

.af-sign-tabs>li {
	width: 50%;
	float: left;
	border: 1px solid #c9c9c9;
	text-align: center;
	background-color: #fff;
	line-height: 36px;
	height: 38px;
	font-size: 13px;
	color: #666;
	cursor: pointer;
}

.af-sign-tabs>li:last-child {
	border-left: none;
}

.af-sign-tabs>li.active {
	border-bottom: 1px solid #fff;
	color: #0c76cb;
	cursor: default;
}

.af-sign-tabs>li>i {
	background-image: url(/images/common/signicon.png);
	padding: 4px 15px;
	background-repeat: no-repeat;
}

.af-sign-tabs>li>i.p-inco {
	background-position: 2px -3px;
}

.af-sign-tabs>li>i.e-inco {
	background-position: -28px -4px;
}

.af-sign-tabs>li.active>i.p-inco {
	background-position: 2px -33px;
}

.af-sign-tabs>li.active>i.e-inco {
	background-position: -28px -34px;
}

.af-sign-title {
	float: left;
	color: #333;
	font-size: 22px;
}

.af-sign-other-title {
	float: left;
	font-size: 13px;
	color: #777;
	padding: 10px 0 0 10px;
}

.af-sign-other-title>a {
	margin-left: 6px;
	color: #ff4200;
	cursor: pointer;
}

.af-sign-other-title>a:hover {
	text-decoration: underline;
}

.af-sign-content {
	padding-bottom: 40px;
}

.af-sign-mess-group {
	margin-bottom: 2px;
	height: 24px;
	margin-top: 2px;
}

.af-sign-label {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
}

.af-sign-warn-img {
	position: absolute;
	left: 6px;
	top: 4px;
	width: 16px;
	height: 16px;
}

.af-sign-label.sign-in {
	position: relative;
	color: rgb(102, 102, 102);
	border: 1px solid rgb(255, 229, 125);
	font-size: 12px;
	padding: 4px 10px 4px 28px;
	display: block;
	background: rgb(255, 246, 210);
	line-height: 18px;
}

.af-sign-error-mess {
	position: relative;
	background: #ffebeb;
	color: #e4393c;
	border: 1px solid #e4393c;
	padding: 2px 10px 2px 28px;
	line-height: 18px;
	min-height: 18px;
	display: none;
	font-size: 12px;
}

.af-sign-error-mess>i {
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background-image: url("/images/common/register.png");
	background-position: 0 0px;
}

.af-sign-check-success {
	position: absolute;
	top: 50%;
	right: 2px;
	display: block;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background-image: url("/images/common/register.png");
	background-position: 0 -19px;
}

.af-sign-email, .af-sign-password, .af-sign-group {
	position: relative;
	width: 100%;
	margin-bottom: 11px;
}

.af-sign-group.fixed-height {
	height: 36px;
}

.sign-email-input>input, .af-sign-password>input, .af-sign-code>input, .af-sign-invite-input {
	height: 36px;
	border-radius: 0;
}

.af-sign-btn-content {
	width: 100%;
	margin: 8px 0px;
	position: relative;
}

.af-sign-progress {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -10px;
	padding: 0;
}

.af-sign-btn {
	width: 100%;
	padding: 0;
	height: 38px;
	line-height: 36px;
	font-size: 16px;
}

.af-sign-btn-phonecode {
	float: left;
	height: 36px;
	line-height: 34px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #bbb;
	width: 138px;
	cursor: pointer;
	font-size: 13px;
	color: #555;
}

.af-sign-btn-phonecode.disabled {
	color: #bbb;
	cursor: default;
}

.af-sign-btn-phonecode:not(.disabled):hover {
	color: #F60;
}

.af-sign-btn-phonecode:not(.disabled):active {}

/* d */

.af-sign-b {
	position: relative;
	width: 100%;
	text-align: right;
	line-height: 20px;
	padding: 0px 2px;
}

.af-sign-remember {
	float: left;
}

.af-sign-remember>input {
	margin: 0;
	position: relative;
	top: 3px;
	cursor: pointer;
	float: left;
}

.af-sign-remember>label {
	font-weight: 400;
	font-size: 12px;
	color: #333;
	margin: 0 0 0 6px;
	cursor: pointer;
	display: block;
	float: left;
	max-width: none;
}

.af-sign-f-pass {
	color: #333;
	font-size: 12px;
}

.af-sign-f-pass:hover {
	text-decoration: underline;
}

/*  code  */

.af-code-group {
	overflow: hidden;
}

.af-sign-code {
	width: 140px;
	float: left;
	margin-right: 10px;
}

.af-sign-code.phone-code {
	margin-right: 0;
	width: 168px;
}

.af-sign-code.phone-code>.form-control {
	border-right: none;
}

.af-sign-code-img {
	width: 100px;
	height: 36px;
	cursor: pointer;
}

.af-sign-term-service {
	overflow: hidden;
	padding: 6px 0;
}

.af-sign-term-service>input {
	float: left;
	margin: 0 4px 0 0;
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	cursor: pointer;
}

.af-sign-term-service>label {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.af-sign-term-service a:hover {
	text-decoration: underline;
}

/* thire sign */

.af-sign-third {
	position: relative;
	/* display: none; */
	margin-top: 18px;
}

.af-sign-third>h5 {
	margin: 0;
	height: 18px;
	color: #666;
	overflow: hidden;
	font-size: 13px;
}

.af-sign-third>ul {
	overflow: hidden;
}

.af-sign-third>ul>li {
	/* float: left; */
	width: 46%;
	padding-top: 8px;
	/* padding: 4px 10px 0px 0; */
}

.af-third-reg-login {
	/* background: url("/images/common/login_icon.png");
	width: 32px;
  	height: 32px;
	  display: block; */
	display: block;
	height: 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	transition: background .3s;
}

.af-third-reg-login.qq-sign {
	background: #449BF2;
	/* background-position: 0px 0px; */
}

.af-third-reg-login.qq-sign:hover {
	background: #2486E5;
	/* background-position: 0px -56px; */
}

.af-third-reg-login.sina-sign {
	background-position: -52px 0px;
}

.af-third-reg-login.sina-sign:hover {
	background-position: -52px -56px;
}

.af-third-reg-login.wechat-sign {
	background: #79CD00;
	/* background-position: -159px 0px; */
}

.af-third-reg-login.wechat-sign:hover {
	background: #6CB403;
	/* background-position: -159px -56px;	 */
}

/* invite */

.af-sign-invite-check {
	line-height: 19px;
	width: 100px;
	cursor: pointer;
}

.af-sign-invite-check>.af-checkbox {
	float: left;
	margin: 0 2px 0 0;
}

.af-sign-invite-input-group {
	overflow: hidden;
}

/*.checked > .af-sign-invite-input-group {
	display: block;
}*/

.af-sign-invite-label {
	margin: 0;
	line-height: 36px;
	font-size: 15px;
	font-weight: normal;
	color: #666;
	margin-right: 20px;
	display: none;
}

.af-sign-invite-input {
	width: 140px;
	margin-right: 10px;
	margin-top: 2px;
	/*display: none;*/
}

.af-sign-invite-hint {
	padding: 0px 8px;
	background-position: -403px -687px;
	position: relative;
	top: 8px;
}

.af-sign-invite-hint:hover {
	background-position: -424px -687px;
}

.af-sign-invite-text {
	position: relative;
	top: 8px;
	/*margin-left: 4px;*/
	font-size: 12px;
	color: #BF9B2D;
}

.af-sign-required {
	position: absolute;
	left: -10px;
	top: 7px;
	color: #cc0000;
	font-size: 20px;
}

.af-sign-text {
	text-align: center;
	font-size: 13px;
	color: #FF4200;
	padding-top: 4px;
}

.af-sign-panel.signin-panel .af-sign-t {
	padding-bottom: 15px;
}

.af-sign-panel.signin-panel .af-sign-mess-group {
	margin-bottom: 6px;
}

.jvr-code-btn {
	position: relative;
	height: 36px;
	width: 100%;
	font-weight: normal;
	padding: 0;
	line-height: 34px;
	font-size: 14px;
}

.jvr-code-content {
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -136px;
}

.sign-conde-content {
	position: relative;
	/* display: none; */
}

.af-sign-term-service.official {
	display: inline-block;
}

.signin-official-panel {
	text-align: center;
	padding: 30px 10px 20px;
}

.signin-qrcode-box {
	width: 250px;
	height: 250px;
	margin: 20px auto;
	border: 1px solid #e6e6e6;
}

.signin-qrcode {
	width: 100%;
}

.signin-official-title {
	font-weight: 700;
	font-size: 22px;
	color: #333;
}

.signin-official-other {
	padding-bottom: 15px;
}

.signin-official-other>p {
	width: 250px;
	font-weight: normal;
	padding: 6px 0;
}

.signin-switch {
	width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    /* border-top-right-radius: 3px; */
	z-index: 2;
}

.signin-switch-outer {
    position: relative;
    width: 100%;
    height: 100%;
}

.signin-switch-outer::after {
	content: '';
	width: 120px;
	height: 80px;
	background-color: #fff;
	position: absolute;
	left: -46px;
	top: 25px;
	-webkit-transform: rotate( 45deg);
	-ms-transform: rotate(45deg);
	transform: rotate( 45deg);
	cursor: default;
}

.signin-switch-btn {
	position: relative;
    width: 100%;
    height: 100%;
    /* background: #f00; */
	cursor: pointer;
	background-image: url('/images/switch.png');
	background-position: 5px 0px;
}
.signin-switch-btn:hover {
	background-position: -82px 0px;
}
.signin-switch-btn.show-normal {
	background-position: -169px 0px;
}
.signin-switch-btn.show-normal:hover {
	background-position: -256px 0px;
}.share-book-panel {
    padding: 10px 30px;
    position: relative;
    text-align: left;
}

.share-book-panel .af-label {
    float: left;
    line-height: 24px;
}

.share-qrurl-img {
    border: 1px solid #d0d0d0;
    display: inline-block;
    float: left;
}

.share-qrurl-img.wx-qrcode {
    margin-left: 58px;
}

.share-qrurl-img>img {
    width: 123px;
    height: 123px;
    display: block;
}

.share-book-panel .form-control {
    width: 388px;
    float: left;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.share-link-btn {
    padding: 0;
    height: 32px;
    line-height: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 60px;
}

ul.share-book-btns {
    float: left;
    overflow: hidden;
    display: inline-block;
}

ul.share-book-btns>li {
    float: left;
    margin-right: 10px;
}

ul.share-book-btns>li a {
    position: relative;
}

ul.share-book-btns>li .button-pure {
    width: 84px;
}

.share-qrurl-img.p-12 {
    padding: 12px;
}.af-lightbox-body-hidden {
    overflow: hidden !important;
    padding-right: 17px !important;
}
.af-light-box-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}
.af-light-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow-x: auto;
    overflow-y: scroll;
   -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.corner.af-light-box {
    top: unset;
    left: unset;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
}
.show.af-light-box {
    /*background-color: #e4e8f0;*/
}
.exit.af-light-box {
    /*background-color: rgba(228,232,240,0);*/
}
.af-light-box-header {
    position: relative;
    text-align: left;
}
.af-light-box-title {
    font-size: 25px;
    color: #222;
    padding: 24px 0px 24px 30px;
    line-height: 20px;
}
.af-light-box-desc {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    padding: 0 30px;
    position: relative;
    padding-bottom: 10px;
}
.af-light-box-dialog > .sh5-table-centered {
    position: relative;
    height: 100%;
}
.af-light-box-dialog {
    /*-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    max-width: 1060px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(60em) translateY(0em) scale(1);
    -moz-transform: translateX(60em) translateY(0em) scale(1);
    -ms-transform: translateX(60em) translateY(0em) scale(1);
    -o-transform: translateX(60em) translateY(0em) scale(1);
    transform: translateX(60em) translateY(0em) scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.show .af-light-box-dialog {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0em) translateY(0em) scale(1);
    -moz-transform: translateX(0em) translateY(0em) scale(1);
    -ms-transform: translateX(0em) translateY(0em) scale(1);
    -o-transform: translateX(0em) translateY(0em) scale(1);
    transform: translateX(0em) translateY(0em) scale(1);
    -webkit-transition: opacity 400ms linear,-webkit-transform 300ms ease-out;
    -moz-transition: opacity 400ms linear,-moz-transform 300ms ease-out;
    -o-transition: opacity 400ms linear,-o-transform 300ms ease-out;
    transition: opacity 400ms linear,transform 300ms ease-out;
}
.exit .af-light-box-dialog{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-60em) translateY(0em) scale(1);
    -moz-transform: translateX(-60em) translateY(0em) scale(1);
    -ms-transform: translateX(-60em) translateY(0em) scale(1);
    -o-transform: translateX(-60em) translateY(0em) scale(1);
    transform: translateX(-60em) translateY(0em) scale(1);
    -webkit-transition: opacity 400ms linear,-webkit-transform 400ms ease-out;
    -moz-transition: opacity 400ms linear,-moz-transform 400ms ease-out;
    -o-transition: opacity 400ms linear,-o-transform 400ms ease-out;
    transition: opacity 400ms linear,transform 400ms ease-out
}
.af-light-box-content {
    position: relative;
    background-color: #fff;
    /*border: 1px solid #d8dce4;*/
    /*border-radius: 2px;*/
    /*height: 100%;*/
}
.af-light-box-content.transparent {
    background-color: transparent;
}
.af-light-box-content-panel {
    padding: 10px 30px;
    position: relative;
    text-align: left;
    font-size: 13px;
}
.af-light-box-content-panel.no-padding {
    padding: 0;
}
.af-light-box-panel {
    text-align: left;
    padding: 0px 30px;
    /*padding: 10px 30px;*/
    position: relative;
}
.af-light-box-panel.padding-0 {
    padding: 0;
}
.af-light-box-close {
    position: absolute;
    top: -3px;
    right: -44px;
    cursor: pointer;
    font-size: 36px;
    z-index: 1;
    color: #4797ee;
    width: 44px;
    height: 40px;
    line-height: 40px;
    background-image: url("/images/common/close.png");
    background-position: 4px -1px;
    background-repeat: no-repeat no-repeat;
}
.af-light-box-close > i {
    display: none;
}
/* fast-upload */
.af-fast-upload-floder {
    height: 50px;
    overflow: hidden;
}
.af-light-box-buttons {
    font-size: 13px;
    text-align: right;
    position: relative;
    padding: 14px 20px;
    overflow: hidden;
    width: 100%;
}
.af-light-box-buttons .button-pure {
    margin-left: 10px;
    float: right;
}
.af-fast-upload-title {
    position: relative;
    line-height: 30px;
    float: left;
    margin-right: 17px;
}
.af-fast-upload-folder-content {
    display: inline-block;
    width: 426px;
}
.af-fast-upload-folder-select {
    width: 100%;
}
/* fast-upload */
.af-light-box-help {
    font-size: 12px;
    padding: 5px 30px 20px 30px;
    border-top: 1px solid #ddd;
    color: #8A8A8A;
    line-height: 20px;
    text-align: left;
    background: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* greay */
.af-light-box-content.gray {
    border-radius: 10px;
}
.gray > .af-light-box-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 0;
    background: #f0f2f2;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
}
.af-light-box-header.gray > .fa-caret-down {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -15px;
    color: #f0f2f2;
    text-shadow: 0px 1px 0px #CACACA;
    font-size: 38px;
}
.af-light-box-panel.gray {
    padding: 30px;
}
.af-light-box-title.gray {
    padding: 15px 0;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}
.af-light-box-desc.gray {
    color: #999;
    font-size: 15px;
    padding-bottom: 12px;
}
.af-light-box-buttons.gray {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.gray .af-light-box-help{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.af-light-box-content-panel.gray {
    padding: 40px 20px;
}
/* black */
.af-light-box-content.black {
    border: 5px solid #63696c;
}
.black .af-light-box-title,
.black .af-light-box-desc {
    background-color: #222;
    color: #fff;
}
.af-light-box-content-panel.black {
    background: #eeeeee;
    color: black;
    line-height: 22px;
    border-bottom: 1px solid #63696c;
}
/*  white  */
.af-light-box-content.white {
    border: 8px solid #FFFFFF;
    border-radius: 5px;
}
.af-light-box-title.white {
    font-size: 16px;
    color: #222;
    padding: 1px 0px 8px 5px;
    font-weight: bold;
}
.af-light-box-close.white {
    top: -10px;
    right: -48px;
}
.af-light-box-warning {
    background-color: rgb(72, 72, 72);
    border-radius: 2px;
    /*border: 1px solid rgb(32, 32, 32);*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    overflow: hidden;
    padding: 8px 0px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 80%;
    left: 10%;
    z-index: 1001;
    margin-top: 24px;
    padding-right: 24px;
}
.af-light-box-warning-close-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    font-size: 17px;
    color: #eee;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    opacity: .8;
    margin-top: -10px;
}

.af-light-box-panel.coustom {
    padding: 0 15px;
}
.af-light-box-title.coustom {
    font-size: 20px;
    color: #222;
    padding: 11px 0px 11px 17px;
    line-height: 24px;
}
.af-lightbox-launch-error {
    padding: 28px 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.af-light-box-title.launch-error {
    display: block;
    background-color: #86352A;
    text-align: center;
    color: #fff;
    line-height: 24px;
    padding: 11px 15px;
    font-size: 19px;
}
.af-light-box-title.launch-success {
    display: block;
    background-color: #468847;
    text-align: center;
    color: #fff;
    line-height: 24px;
    padding: 11px 15px;
    font-size: 19px;
}
* {
  box-sizing: border-box;
}
body,
html,
img,
li,
p,
span,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
[v-cloak] {
  display: none;
}
body {
  background: #fafafa;
}
textarea,
input {
  outline: none;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b5bbbe;
}
textarea::-webkit-input-placeholder,
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b5bbbe;
}
textarea::-webkit-input-placeholder,
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b5bbbe;
}
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b5bbbe;
}
button {
  border: none;
}
a {
  text-decoration: none;
  color: #999;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.nav-top {
  display: none;
  position: relative;
}
.m-panel {
  position: absolute;
  padding-bottom: 0;
  padding-top: 0;
  height: 100%;
}
.nav-mid {
  text-align: right;
  overflow: visible;
}
.footer-panel {
  margin-top: 3vw;
}
.book-read-page::-webkit-scrollbar {
  display: none;
}
.book-read-page {
  position: relative;
  height: 100%;
  width: 100vw;
  overflow-y: scroll;
  font-family: PingFang SC;
  background-color: #fff;
  /** top-bar */
  /** book-basic-top */
  /** book-info */
  /** basic-bottom */
  /** basic-box */
  /** bottom-bar */
  /** upload-center */
  /** modal_box */
  /** pc-download */
}
.book-read-page .pointer {
  cursor: pointer;
}
.book-read-page .flex {
  display: flex;
}
.book-read-page .row {
  flex-direction: row;
}
.book-read-page .column {
  flex-direction: column;
}
.book-read-page .vertical {
  align-items: center;
}
.book-read-page .horizontal {
  justify-content: center;
}
.book-read-page .center {
  justify-content: center;
  align-items: center;
}
.book-read-page .between {
  justify-content: space-between;
}
.book-read-page .around {
  justify-content: space-around;
}
.book-read-page .gray-text {
  color: #999;
}
.book-read-page .basic_icon {
  background-image: url("/center/explore/basic/images/basic_icon.png");
  display: inline-block;
}
.book-read-page .basic-icon {
  background-image: url("/center/explore/basic/images/basic-icon.png");
  display: inline-block;
  background-repeat: no-repeat;
}
.book-read-page .noHeader {
  padding: 0 !important;
}
.book-read-page .top-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 88;
  height: 11.4667vw;
  background-color: #fff;
}
.book-read-page .top-bar .menu {
  width: 10vw;
  height: 100%;
}
.book-read-page .top-bar .menu img {
  width: 4.8vw;
}
.book-read-page .top-bar .right {
  height: 100%;
  font-size: 2.9333vw;
}
.book-read-page .top-bar .right .text {
  color: #333940;
  padding: 1.3333vw 2.1333vw;
  border-radius: 3.6vw;
  border: 1px solid #ddd;
  margin-right: 4vw;
}
.book-read-page .top-bar .right .app {
  color: #fff;
  padding: 1.3333vw 2.1333vw;
  border-radius: 3.6vw;
  background-color: #4091f7;
  margin-right: 2vw;
}
.book-read-page .top-bar .right .upload {
  width: 10vw;
  height: 100%;
}
.book-read-page .top-bar .right .upload img {
  width: 4.8vw;
}
.book-read-page .book-basic-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  height: 40px;
  background: #0b0b0b;
}
.book-read-page .book-basic-top .basic-tab {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.book-read-page .book-basic-top .basic-tab .basic-menu {
  padding: 10px;
  border-radius: 4px;
}
.book-read-page .book-basic-top .basic-tab .basic-menu:hover {
  background-color: rgba(160, 160, 160, 0.5);
}
.book-read-page .book-basic-top .basic-tab .basic-menu > i {
  width: 18px;
  height: 18px;
  background-position: -163px -927px;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list {
  z-index: 9999;
  position: absolute;
  top: 35px;
  left: 25px;
  width: 120px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 14px;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list .logo img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list .logout {
  margin: 0 12px;
  border-top: 1px solid #f2f2f2;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list .basic-item {
  display: block;
  padding: 10px;
  color: #666;
  background-color: #fff;
  text-align: center;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list .basic-item:hover {
  color: #0076fe;
  background-color: #e4edfb;
}
.book-read-page .book-basic-top .basic-tab .basic-tab-list .basic-item:last-child {
  padding-bottom: 10px;
}
.book-read-page .book-basic-top .basic-logo {
  position: absolute;
  margin-left: 60px;
}
.book-read-page .book-basic-top .basic-logo a {
  width: 140px;
  height: 40px;
  background-position: -18px -915px;
}
.book-read-page .book-basic-top .book-login {
  color: #333940;
  background-color: #f7f7f8;
  padding: 5px 15px;
  border-radius: 15px;
}
.book-read-page .book-basic-top .book-login:hover {
  color: #0076fe;
  background-color: #e4edfb;
}
.book-read-page .book-basic-top .account {
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 50%;
}
.book-read-page .book-basic-top .account img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.book-read-page .book-basic-top .download-app {
  color: #fff;
  padding: 5px;
  border-radius: 15px;
  background-color: #4091f7;
  font-size: 12px;
}
.book-read-page .content {
  height: calc(100% - 40px - 64px);
}
.book-read-page .content .fullIframe {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 100% !important;
}
.book-read-page .book-info {
  display: none;
  height: 16vw;
  padding: 0 3.7333vw;
}
.book-read-page .book-info .title {
  padding: 2vw 0;
  font-size: 4.2667vw;
  font-weight: bold;
  color: #000;
  max-width: 65vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.book-read-page .book-info .title a {
  color: #000 !important;
}
.book-read-page .book-info .detail {
  font-size: 3.2vw;
  color: #999;
}
.book-read-page .basic-bottom {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 40px;
  height: 64px;
  background: #0b0b0b;
}
.book-read-page .basic-bottom .basic-bottom-left {
  display: flex;
  align-items: center;
}
.book-read-page .basic-bottom .basic-bottom-left .account {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 50%;
  margin: 12px 0;
}
.book-read-page .basic-bottom .basic-bottom-left .account img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title {
  display: inline-block;
  margin: 0 0 0 10px;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title a {
  color: #fff;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title a:hover {
  color: #0076fe;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title .basic-bottom-name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title .basic-bottom-author {
  font-size: 12px;
  color: #999;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title .basic-bottom-author a {
  color: #999;
}
.book-read-page .basic-bottom .basic-bottom-left .basic-bottom-title .basic-bottom-author a:hover {
  color: #0076fe;
}
.book-read-page .basic-bottom .button-box {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  height: 64px;
}
.book-read-page .basic-bottom .button-box .basic-bottom-item {
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
}
.book-read-page .basic-bottom .button-box .basic-bottom-item:hover {
  color: #0076fe;
  background-color: rgba(160, 160, 160, 0.5);
}
.book-read-page .basic-bottom .button-box i {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
.book-read-page .basic-bottom .button-box .collect {
  background-position: -70px -1024px;
}
.book-read-page .basic-bottom .button-box .collected {
  background-position: -18px -1024px;
}
.book-read-page .basic-bottom .button-box .share-box {
  position: relative;
}
.book-read-page .basic-bottom .button-box .share-box:hover .basic-share-pop {
  visibility: visible;
  opacity: 1;
}
.book-read-page .basic-bottom .button-box .share-box .share {
  background-position: -89px -963px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -85px;
  left: -60px;
  padding-bottom: 30px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop:hover {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 5px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip::after {
  display: inline-block;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 67px;
  left: 70px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content {
  display: flex;
  justify-content: space-between;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item {
  padding: 10px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item:hover {
  background-color: #e4edfb;
  border-radius: 4px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item:hover .WeChat {
  background-position: -423px -793px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item:hover .qq {
  background-position: -390px -793px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item:hover .microblog {
  background-position: -228px -219px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item:hover .qqSpace {
  background-position: -282px -219px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item .WeChat {
  background-position: -423px -793px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item .qq {
  background-position: -390px -793px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item .microblog {
  background-position: -228px -219px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip .share-tip-content .share-tip-item .qqSpace {
  background-position: -282px -219px;
}
.book-read-page .basic-bottom .button-box .share-box .basic-share-pop .share-tip p {
  color: #333940;
  padding-left: 8px;
}
.book-read-page .basic-bottom .button-box .qrcode-box {
  position: relative;
}
.book-read-page .basic-bottom .button-box .qrcode-box:hover .qrcode-tip {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}
.book-read-page .basic-bottom .button-box .qrcode-box .prCode {
  background-position: -122px -964px;
}
.book-read-page .basic-bottom .button-box .qrcode-box .qrcode-tip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -220px;
  left: -88px;
  width: 200px;
  padding: 15px;
  background-color: #f7f7f8;
  border-radius: 6px;
}
.book-read-page .basic-bottom .button-box .download {
  background-position: -154px -963px;
}
.book-read-page .basic-bottom .button-box .right-button {
  width: 64px;
  height: 64px;
  background: #0076fe;
  padding: 13px 15px;
  text-align: center;
  vertical-align: middle;
}
.book-read-page .basic-bottom .button-box .right-button:hover {
  color: #0076fe;
  background-color: #e4edfb;
  border-radius: 6px;
}
.book-read-page .basic-bottom .button-box .basic-upload {
  margin-left: 40px;
}
.book-read-page .basic-bottom .button-box .basic-more {
  margin-left: 2px;
}
.book-read-page .basic-bottom .button-box .basic-more i {
  width: 12px;
  height: 12px;
  background-position: -188px -970px;
}
.book-read-page .basic-box {
  max-width: 1460px;
  margin: 0 auto;
}
.book-read-page .basic-box .user-info {
  display: none;
  margin: 4.2667vw 3.7333vw 5.3333vw;
  padding: 4vw 3.4667vw;
  background-color: #f5f7fa;
}
.book-read-page .basic-box .user-info .user-img {
  margin-right: 2.6667vw;
}
.book-read-page .basic-box .user-info img {
  width: 9.3333vw;
  height: 9.3333vw;
  object-fit: cover;
}
.book-read-page .basic-box .user-info .account {
  font-size: 4.2667vw;
  font-weight: 700;
  color: #000;
}
.book-read-page .basic-box .user-info .account a {
  color: #000;
}
.book-read-page .basic-box .user-info .account-detail {
  font-size: 3.2vw;
  color: #999;
}
.book-read-page .basic-box .user-info .account-detail .book {
  margin-right: 4vw;
}
.book-read-page .basic-box .user-info .follow {
  border-radius: 0.5333vw;
  font-size: 3.2vw;
  color: #fff;
}
.book-read-page .basic-box .user-info .followed {
  background-color: #ccc;
  padding: 0 3vw;
  margin: 1.5vw 0;
}
.book-read-page .basic-box .user-info .unFollowed {
  background-color: #4091f7;
  padding: 0 6vw;
  margin: 1.5vw 0;
}
.book-read-page .basic-box .user-info .user-desc {
  margin-top: 2.6667vw;
  font-size: 3.2vw;
  color: #999;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.book-read-page .basic-box .book-detail {
  margin-top: 18px;
  background: #f5f7fa;
  padding: 21px 26px 24px 30px;
}
.book-read-page .basic-box .book-detail .title {
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}
.book-read-page .basic-box .book-detail .title a {
  color: #000 !important;
}
.book-read-page .basic-box .book-detail .book-detail-time {
  margin-top: 8px;
  font-size: 12px;
  color: #999;
}
.book-read-page .basic-box .book-detail .book-detail-time .book-detail-i {
  background-position: -391px -847px;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}
.book-read-page .basic-box .book-detail .book-detail-time a {
  color: #999;
}
.book-read-page .basic-box .book-detail .book-detail-time a:hover {
  color: #0076fe;
}
.book-read-page .basic-box .book-detail .book-detail-time > span {
  margin: 0 4px;
}
.book-read-page .basic-box .book-detail > .introduce {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
}
.book-read-page .basic-box .book-detail > .introduce .content.packUp {
  display: inline-block;
  max-width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-read-page .basic-box .book-detail > .introduce .expandBut {
  color: #0076fe;
  margin-left: 8px;
  vertical-align: top;
}
.book-read-page .basic-box .book-detail .authorBox {
  height: 80px;
  margin-top: 28px;
  display: flex;
}
.book-read-page .basic-box .book-detail .authorBox .left {
  width: 50px;
  margin-right: 16px;
}
.book-read-page .basic-box .book-detail .authorBox .left img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #999;
  object-fit: cover;
}
.book-read-page .basic-box .book-detail .authorBox .left .subscribe {
  display: inline-block;
  width: 50px;
  height: 24px;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
}
.book-read-page .basic-box .book-detail .authorBox .left .followed {
  background-color: #ccc;
}
.book-read-page .basic-box .book-detail .authorBox .left .unFollowed {
  background-color: #0076fe;
  border: 1px solid #0076fe;
}
.book-read-page .basic-box .book-detail .authorBox .right {
  max-width: calc(100% - 50px);
}
.book-read-page .basic-box .book-detail .authorBox .right .name {
  font-size: 14px;
  font-weight: bold;
  color: #333940;
}
.book-read-page .basic-box .book-detail .authorBox .right a {
  font-size: 14px;
  font-weight: bold;
  color: #333940;
}
.book-read-page .basic-box .book-detail .authorBox .right .num {
  font-size: 12px;
  color: #999;
  margin: 6px 0;
}
.book-read-page .basic-box .book-detail .authorBox .right .num > span {
  margin-left: 20px;
}
.book-read-page .basic-box .book-detail .authorBox .right .introduce {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.book-read-page .basic-box .book-text {
  position: relative;
  margin: 16px 0 0;
  background: #f5f7fa;
  border-radius: 4px;
  padding: 13px 30px;
  font-size: 12px;
  color: #999;
}
.book-read-page .basic-box .book-text .book-text-title {
  font-size: 14px;
  color: #333940;
  font-weight: 700;
}
.book-read-page .basic-box .book-text .book-text-contain {
  overflow: hidden;
}
.book-read-page .basic-box .book-text .book-text-contain .book-text-content {
  color: #333940;
  padding: 8px 0;
}
.book-read-page .basic-box .book-text .book-text-contain .book-text-content .text-title {
  font-weight: 700;
}
.book-read-page .basic-box .book-text .book-text-contain .book-text-content .text-body {
  word-wrap: break-word;
}
.book-read-page .basic-box .book-text .book-text-contain .toggle-page {
  padding: 24px 0;
  color: #333940;
}
.book-read-page .basic-box .book-text .book-text-contain .toggle-page .page-btn {
  display: inline-block;
  margin: 10px;
}
.book-read-page .basic-box .book-text .book-text-contain .toggle-page .page-btn .primary_button {
  padding: 0 30px;
  height: 28px;
  background-color: #dbe1e9;
  border-radius: 4px;
  cursor: pointer;
}
.book-read-page .basic-box .book-text .book-text-contain .toggle-page .page-btn .primary_button:hover {
  background-color: #0076fe;
  color: #fff;
}
.book-read-page .basic-box .book-text .book-text-contain .toggle-page .page-btn .currentPage {
  color: #fff;
  background-color: #0076fe;
}
.book-read-page .basic-box .book-text .book-text-footer {
  user-select: none;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 8px;
}
.book-read-page .basic-box .book-text .book-text-footer:hover {
  color: #0076fe;
  background-color: #e4edfb;
  border-radius: 6px;
}
.book-read-page .basic-box .book-text .book-text-footer .book-text-spread {
  width: 20px;
  height: 15px;
  background-position: -91px -606px;
  background-size: 400px 500px !important;
}
.book-read-page .basic-box .book-text .book-text-footer .collapseIcon {
  transform: rotate(180deg);
}
.book-read-page .basic-box .basic-devide {
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  color: #999;
}
.book-read-page .bottom-bar {
  display: none;
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  height: 11.7333vw;
  background-color: #f9f9f9;
  height: calc(11.7333vw + constant(safe-area-inset-bottom));
  height: calc(11.7333vw + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 兼容 iOS >= 11.2 */
}
.book-read-page .bottom-bar .item {
  flex: 1;
  position: relative;
  font-size: 3.4667vw;
  color: #333940;
}
.book-read-page .bottom-bar .item .devide {
  height: 5vw;
  position: absolute;
  left: 0;
  border-left: 1px solid #ccc;
}
.book-read-page .bottom-bar .item .like {
  background-position: -16px 43px;
}
.book-read-page .bottom-bar .item .collect {
  background-position: -57px 212px;
}
.book-read-page .bottom-bar .item .collected {
  background-position: -57px 243px;
}
.book-read-page .bottom-bar .item .share {
  background-position: -94px 243px;
}
.book-read-page .bottom-bar .item .download {
  background-position: -128px 243px;
}
.book-read-page .bottom-bar .basic_icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  vertical-align: middle;
}
.book-read-page .bottom-bar .upload {
  color: #fff;
  background-color: #4091f7;
}
.book-read-page .devideBlock {
  height: 2.6667vw;
  background: #fafafa;
  margin: 2.6667vw 0 0;
}
.book-read-page .recommend_book {
  max-width: 1460px;
  margin: 0 auto;
}
.book-read-page .recommend_book .title {
  font-size: 20px;
  font-weight: bold;
}
.book-read-page .recommend_book .more-book {
  font-size: 3.2vw;
  color: #999;
}
.book-read-page .basic-main {
  max-width: 1460px;
  margin: 0 auto;
}
.book-read-page .basic-main .basic-more-book {
  position: relative;
  width: 100%;
}
.book-read-page .more-book-bottom {
  display: block;
  text-align: center;
  background-color: #cdcdcd;
  color: #333;
  font-size: 13px;
  padding: 7px 0;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
  width: 500px;
  margin-bottom: 30px;
}
.book-read-page .advert-detail {
  margin: 0 3.7333vw 3vw;
  padding: 2.6667vw;
  background-color: #f4f4f4;
  color: #999;
  font-size: 3.2vw;
}
.book-read-page .advert-detail .advert-title {
  padding: 0 0 2.6667vw;
  border-bottom: 1px solid #ddd;
}
.book-read-page .advert-detail .advert-content {
  padding: 2.6667vw 0;
}
.book-read-page .advert-detail .link-free {
  color: #666;
}
.book-read-page .upload-center {
  position: sticky;
  bottom: 14.6667vw;
  width: 100vw;
  height: 11.7333vw;
  height: calc(11.7333vw + constant(safe-area-inset-bottom));
  height: calc(11.7333vw + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.book-read-page .upload-center .upload {
  width: 58.6667vw;
  height: 100%;
  background-color: #4091f7;
  color: #fff;
  font-size: 4vw;
  border-radius: 4px;
}
.book-read-page .modal_box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  visibility: hidden;
}
.book-read-page .modal_box .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.book-read-page .modal_box .modal-popup {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 3.7333vw 3.7333vw 0 0;
  background-color: #fff;
  font-size: 3.7333vw;
  color: #333940;
}
.book-read-page .modal_box .modal-popup .modal-popup-header {
  height: 12vw;
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
}
.book-read-page .modal_box .modal-popup .modal-popup-content {
  flex: 1;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5.3333vw 0;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .basic_icon {
  width: 50px;
  height: 50px;
  background-size: 350px !important;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .qq {
  background-position: -12px 177px;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .qqZone {
  background-position: -85px 177px;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .weibo {
  background-position: -80px 46px;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .baidu {
  background-position: -539px 97px;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .douban {
  background-position: -300px 177px;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .shareItem .copy {
  background-position: -13px 123px;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .downloadItem {
  height: 12vw;
  width: 100vw;
  padding: 0 3.7333vw;
}
.book-read-page .modal_box .modal-popup .modal-popup-content .downloadItem .primary_button {
  width: 21.3333vw;
  height: 8.5333vw;
  background-color: #4091f7;
  border-radius: 4.2667vw;
  color: #fff;
  font-size: 3.2vw;
}
.book-read-page .modal_box .modal-popup .modal-popup-footer {
  height: 12vw;
  border-top: 1px solid #f4f4f4;
  height: calc(12vw + constant(safe-area-inset-bottom));
  height: calc(12vw + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.book-read-page .basic-pc-download {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.book-read-page .basic-pc-download .box-main {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
}
.book-read-page .basic-pc-download .box-main .pc-download-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #666;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 8px;
}
.book-read-page .basic-pc-download .box-main .pc-download-close:hover {
  color: #0076fe;
}
.book-read-page .basic-pc-download .itemList {
  z-index: 9999;
  display: flex;
  padding: 40px 35px 15px;
  text-align: left;
}
.book-read-page .basic-pc-download .itemList .item {
  text-align: center;
  display: inline-block;
  margin-right: 51px;
}
.book-read-page .basic-pc-download .itemList .item:last-child {
  margin-right: 0px;
}
.book-read-page .basic-pc-download .itemList .item .mask {
  z-index: 999;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background: #4997ee;
  border-radius: 24px;
  opacity: 0.9;
  padding: 20px 12px 12px;
}
.book-read-page .basic-pc-download .itemList .item .mask .text {
  color: #fff;
  font-size: 16px;
}
.book-read-page .basic-pc-download .itemList .item .mask .basic_icon {
  margin-bottom: 0px;
}
.book-read-page .basic-pc-download .itemList .itemBtn {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background-color: #f3f8ff;
  color: #9cc8f8;
  margin-bottom: 16px;
  display: inline-block;
  padding: 30px 12px 12px;
}
.book-read-page .basic-pc-download .itemList .itemBtn:hover .mask {
  display: block;
}
.book-read-page .basic-pc-download .itemList .itemBtn .homepageLink {
  display: block;
}
.book-read-page .basic-pc-download .itemList .itemBtn .basic_icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
}
.book-read-page .basic-pc-download .itemList .itemBtn .basic_icon.pdf {
  background-position: -82px -789px;
}
.book-read-page .basic-pc-download .itemList .itemBtn .basic_icon.zip {
  background-position: -139px -789px;
}
.book-read-page .basic-pc-download .itemList .itemBtn .basic_icon.exe {
  background-position: -195px -789px;
}
.book-read-page .basic-pc-download .itemList .itemBtn .basic_icon.mac {
  background-position: -250px -789px;
}
.book-read-page .basic-pc-download .itemList .itemBtn .basic_icon.download {
  background-position: -33px -789px;
}
.book-read-page .basic-pc-download .itemList .tips {
  color: #666;
}
.book-read-page .page-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}
.book-read-page .back-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 32px;
  height: 32px;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
  background-color: #ddd;
  border-radius: 50%;
  background-position: -121px 250px;
  cursor: pointer;
  transform: rotate(180deg);
  background-size: 400px 500px;
}
.book-read-page .show {
  visibility: visible !important;
}
.book-read-page .modal-fade-enter-active {
  transition: all 0.3s linear;
}
.book-read-page .modal-fade-leave-active {
  transition: all 0.3s linear;
}
.book-read-page .modal-fade-enter,
.book-read-page .modal-fade-leave-to {
  transform: translate(0, 100%);
}
.book-read-page .modal-enter-to,
.book-read-page .modal-leave {
  transform: translate(0, 0);
}
.book-read-page .upload-fade-enter-active {
  transition: all 0.3s linear;
}
.book-read-page .upload-fade-leave-active {
  transition: all 0.5s linear;
}
.book-read-page .upload-fade-enter,
.book-read-page .upload-fade-leave-to {
  opacity: 0;
}
.book-read-page .upload-enter-to,
.book-read-page .upload-leave {
  opacity: 1;
}
.book-read-page .toast-fade-enter-active {
  transition: all 0.3s linear;
}
.book-read-page .toast-fade-leave-active {
  transition: all 0.5s linear;
}
.book-read-page .toast-fade-enter,
.book-read-page .toast-fade-leave-to {
  opacity: 0;
}
.book-read-page .toast-enter-to,
.book-read-page .toast-leave {
  opacity: 1;
}
.book-read-page .back-top-fade-enter-active {
  transition: all 0.3s linear;
}
.book-read-page .back-top-fade-leave-active {
  transition: all 0.5s linear;
}
.book-read-page .back-top-fade-enter,
.book-read-page .back-top-fade-leave-to {
  opacity: 0;
}
.book-read-page .back-top-enter-to,
.book-read-page .back-top-leave {
  opacity: 1;
}
.book-read-page .top-bar-fade-enter-active {
  transition: all 0.3s linear;
}
.book-read-page .top-bar-fade-leave-active {
  transition: all 0.3s linear;
}
.book-read-page .top-bar-fade-enter,
.book-read-page .top-bar-fade-leave-to {
  transform: translate(0, -100%);
}
.book-read-page .top-bar-enter-to,
.book-read-page .top-bar-leave {
  transform: translate(0, 0);
}
.book-read-page .book-text .book-text-fade-enter-active {
  transition: all 0.3s linear;
}
.book-read-page .book-text-fade-leave-active {
  transition: all 0.3s linear;
}
.book-read-page .book-text-fade-enter,
.book-read-page .book-text-fade-leave-to {
  transform: translate(0, -100%);
}
.book-read-page .book-text-enter-to,
.book-read-page .book-textr-leave {
  transform: translate(0, 0);
}
.book-read-page .pc-download-fade-enter-active {
  transition: all 0.5s linear;
}
.book-read-page .pc-download-fade-leave-active {
  transition: all 0.5s linear;
}
.book-read-page .pc-download-fade-enter,
.book-read-page .pc-download-fade-leave-to {
  opacity: 0;
}
.book-read-page .book-text-enter-to,
.book-read-page .book-textr-leave {
  opacity: 1;
}
.footer {
  position: relative;
}
.footer .footer-u .af-w-max {
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .footer-u .af-w-max .footer-wrap {
  min-height: 220px;
  padding: 0 90px 0 15px;
  border-right: 1px solid #3b3e43;
}
.footer .footer-u .af-w-max .footer-wrap > h4 {
  margin-top: 0;
  color: #aaaaac;
  font-size: 18px;
  font-weight: 500;
}
.footer .footer-u .af-w-max .footer-wrap > ul > li {
  padding: 6px 0;
}
.footer .footer-u .af-w-max .footer-wrap > ul > li > a {
  color: #626061;
}
.footer .footer-u .af-w-max .footer-wrap > ul > li > a:hover {
  color: #f2f2f2;
  text-decoration: underline;
}
.footer .footer-u .af-w-max .footer-share {
  display: flex;
  justify-content: space-between;
  min-height: 220px;
  position: relative;
  border-left: 1px solid #3b3e43;
  padding-left: 17px;
  padding-bottom: 17px;
}
.footer .footer-u .af-w-max .footer-share .footer-contact {
  width: 152px;
  color: #626061;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-right: 17px;
  font-size: 13px;
  line-height: 18px;
}
.footer .footer-u .af-w-max .footer-share .footer-contact > ul > div {
  color: #aaaaac;
  font-size: 15px;
  padding-bottom: 8px;
}
.footer .footer-u .af-w-max .footer-share .footer-contact > ul > li {
  padding: 2px 0;
}
.footer .footer-u .af-w-max .footer-share .footer-contact > ul > li .weixin-line:hover img {
  display: block;
}
.footer .footer-u .af-w-max .footer-share .footer-contact > ul > li .weixin-img {
  z-index: 9999;
  display: none;
  position: absolute;
  width: 150px;
  left: -155px;
  top: -50%;
}
.footer .footer-u .af-w-max .footer-share .footer-wechat {
  position: relative;
  display: inline-block;
}
.footer .footer-u .af-w-max .footer-share .footer-wechat div {
  width: 100%;
  padding: 8px 0 4px;
  text-align: center;
  color: #626061;
  font-size: 12px;
}
.footer .footer-u .af-w-max .footer-share .footer-wechat img {
  border: none;
  max-width: 124px;
}
.footer .footer-u .af-w-max .no-p {
  border: none;
}
.footer .footer-d {
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}
.footer .footer-d .af-w-max {
  color: #5f6160;
}
.footer .footer-d .af-w-max a {
  color: #5f6160;
}
.cell .book-content .right {
  cursor: pointer;
}
@media (max-width: 1180px) {
  .footer .footer-u .af-w-max .footer-wrap {
    padding: 0 45px 0 15px;
  }
}
@media (max-width: 998px) {
  .footer .footer-u {
    padding: 17px 8px;
  }
  .footer .footer-u .af-w-max {
    padding: 0;
  }
  .footer .footer-u .af-w-max .footer-wrap {
    padding: 0 15px 0 15px;
  }
  .footer .footer-u .af-w-max .footer-share {
    padding-left: 10px;
  }
}
@media (max-width: 888px) {
  .cell {
    width: 160px !important;
  }
}
@media (max-width: 820px) {
  .m-panel {
    height: calc(100% - 46px);
  }
  .nav-top {
    display: block;
  }
  .book-read-page .basic_icon {
    background-size: 400px 500px !important;
  }
  .book-read-page .book-basic-top {
    padding: 0 5px;
  }
  .book-read-page .book-basic-top .basic-tab .basic-menu:hover {
    background-color: transparent;
  }
  .book-read-page .book-basic-top .basic-logo {
    position: relative;
    margin-left: 0;
  }
  .book-read-page .content {
    height: calc(100% - 40px - 11.7333vw - 16vw);
    position: relative;
  }
  .book-read-page .book-info {
    display: block !important;
  }
  .book-read-page .basic-bottom {
    display: none !important;
  }
  .book-read-page .basic-box {
    padding: 0 !important;
  }
  .book-read-page .basic-box .user-info {
    display: flex !important;
  }
  .book-read-page .basic-box .book-detail {
    display: none !important;
  }
  .book-read-page .basic-box .book-text {
    margin: 4.2667vw 3.7333vw 5.3333vw;
    padding: 0 3.4667vw;
    background-color: #f5f7fa;
    overflow: hidden;
  }
  .book-read-page .basic-box .book-text .book-text-title {
    font-size: 3.7333vw;
  }
  .book-read-page .basic-box .book-text .book-text-contain .book-text-content {
    padding: 0.6667vw 0;
    font-size: 3.2vw;
    color: #333940;
  }
  .book-read-page .basic-box .book-text .book-text-contain .toggle-page {
    padding: 8vw 0 0;
    font-size: 3.7333vw;
  }
  .book-read-page .basic-box .book-text .book-text-contain .toggle-page .page-btn {
    margin: 0.6667vw;
  }
  .book-read-page .basic-box .book-text .book-text-contain .toggle-page .page-btn .primary_button {
    padding: 0 4vw;
    height: 6.9333vw;
    border-radius: 1.0667vw;
    color: #333940;
    font-size: 3.2vw;
  }
  .book-read-page .basic-box .book-text .book-text-footer {
    height: 12vw;
    font-size: 3.2vw;
    color: #999;
  }
  .book-read-page .basic-box .book-text .book-text-footer:hover {
    color: #999 !important;
    background-color: #f5f7fa !important;
    border-radius: 0 !important;
  }
  .book-read-page .bottom-bar {
    display: flex !important;
  }
  .book-read-page .recommend_book {
    padding: 4vw 3.7333vw 0;
  }
  .book-read-page .recommend_book .title {
    font-size: 4.2667vw;
    font-weight: bold;
  }
  .book-read-page .more-book-bottom {
    margin: 0 3.7333vw 4vw;
    width: auto;
  }
  .book-read-page .basic-pc-download {
    display: none;
  }
  .book-read-page .back-top {
    position: fixed;
    right: 4vw !important;
    bottom: 20vw !important;
    width: 30px;
    height: 30px;
    background-position: -123px 247px !important;
  }
  .book-read-page .page-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 2vw 5vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5vw;
    color: #fff;
    font-size: 4vw;
  }
  .footer {
    font-size: 12px;
  }
  .footer .footer-u {
    padding: 17px 8px;
  }
  .footer .footer-u .af-w-max {
    padding: 10px 20px;
    max-width: 600px;
  }
  .footer .footer-u .af-w-max .footer-wrap {
    float: none;
    padding: 0 15px 10px;
    border: 0;
    min-height: auto;
  }
  .footer .footer-u .af-w-max .footer-wrap > ul > li {
    padding: 5px 12px 5px 0;
    display: inline-block;
  }
  .footer .footer-u .af-w-max .footer-wrap > ul > li > a {
    display: inline-block;
  }
  .footer .footer-u .af-w-max .footer-share {
    float: none;
    min-height: auto;
    padding: 15px;
    border: 0;
  }
  .footer .footer-u .af-w-max .footer-share .footer-contact {
    font-size: 12px;
  }
  .footer .footer-u .af-w-max .footer-share .footer-contact > ul > li .weixin-img {
    left: 0;
  }
  .footer .footer-u .af-w-max .footer-share .footer-contact > ul > li .a:active img {
    display: block;
    margin: 0;
    left: 0;
  }
}
