/* 全局样式 start */
@font-face {
    font-family: 'iconfont';  /* project id 2136135 */
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/iconfont.woff2') format('woff2'),
    url('fonts/iconfont.woff') format('woff'),
    url('fonts/iconfont.ttf') format('truetype'),
    url('fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html, a, p, h1, h2, h3, h4, h5, span, button, option, li, input {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

html{
    font-size: 16px;
}

a {
    cursor: pointer;
}

img {
    display: block;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}
img[src=""],img:not([src]){
    opacity: 0;
}
.gg-gap img[src=""], .gg-gap img:not([src]){
    height: 0;
}
input[aria-describedby="searchBTN"]:focus::-webkit-input-placeholder {
    opacity: 0.1;
}
input[aria-describedby="searchBTN"]:focus::-moz-placeholder {
    opacity: 0.1;
}
input[aria-describedby="searchBTN"]{
    border-right: 0;
}
input[aria-describedby="buttonSearch"]:focus::-webkit-input-placeholder {
    opacity: 0.1;
}
input[aria-describedby="buttonSearch"]:focus::-moz-placeholder {
    opacity: 0.1;
}
input[aria-label="Search"]:focus::-webkit-input-placeholder {
    opacity: 0.1;
}
input[aria-label="Search"]:focus::-moz-placeholder {
    opacity: 0.1;
}
.searchBtn{
    background-color: #2780e3;
    border-color: #93c0f1;
    color: #fff;
}
.searchBtn::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.searchBtn::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchBtn:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.searchBtn:hover{
    background-color: #166ccc;
    border-color: #fff;
    color: #fff;
}
.searchBtn:focus{
    background-color: #166ccc!important;
    border-color: #fff!important;
}
.rounded{
    border-radius: 0!important;
}
.btn-outline-grey {
    color: #6c757d;
    border-color: #ddd;
}
.btn-outline-grey:hover{
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.btn .iconfont{
    font-size: inherit;
    line-height: 1;
}
.cursor-pointer{
    cursor: pointer!important;
}
.pointer-none{
    pointer-events: none;
}
.user-avatar{
    width: 100%;
    height: 100%;
}
.px-6{
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}
.py-6{
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.form-control:focus{
    box-shadow: none;
}
.in-error{
    border-color: #dc3545!important;
}
.subsitute-bg{
    background-color: #fff;
    background-image: url("../img/substitute-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subsitute-bg img{
    background-color: #fff;
    transition: all .2s ease;
    transform-origin: right;
}
.position-center-img.subsitute-bg:hover{
    border-color: #2780e3!important;
}
.position-center-img.subsitute-bg:hover img{
    width: 120% !important;
}
button .spinner-border{
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.height-100{
    height: 100%;
}
.width-100{
    width: 100% !important;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.dropdown-menu-nav {
     min-width: 26.25rem;
     padding-left: 0.5rem;
     padding-right: 0.5rem;
}
.dropdown-menu-nav a {
    display: inline-block;
    width: auto;
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.page-list button{
    margin: 0 .2rem;
}
.page-list .btn-primary{
    color: #fff;
}
.page-list-c{
    padding: 1rem 0;
}
.page-list-c a, .page-list-c b{
    display: inline-block;
    padding: 0 12px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ccc;
    color: #030303;
    *zoom: 1;
    *display: inline;
    margin: 0 2px;
    overflow: hidden;
}
.page-list-c b{
    background-color: #2780e3;
    border: 1px solid #2780e3;
    color: #fff;
}
.page-list-c [title="Total record"],.page-list-c [title="总数"]{
    background-color: transparent;
    border: none;
}

.page-list-c [title="Total record"] b, .page-list-c [title="总数"] b{
    background-color: transparent;
    border: none;
    color: #23272b;
}
.page-list-c [title="Total record"] b:before{
    content: '共 ';
}
.page-list-c [title="Total record"] b:after{
    content: ' 页';
}
.page-list-c [title="总数"] b:before{
    content: '共 ';
}
.page-list-c [title="总数"] b:after{
    content: ' 页';
}
.width-out {
    max-width: 1200px;
    margin: 0 auto;
}
.popover{
    z-index: 9;
}
.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nav-body footer{
    background-color: #f8f9fa!important;
}
.img-txt{
    position: absolute;
    height: 44%;
    top: 28%;
    color: #6c757d;
    padding: 0 .5rem 0 1rem;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
    /*text-shadow: 0 0 2px rgba(0,0,0,.5);*/
}
.empty-btn {
    border: 1px solid #2780e3;
    border-radius: 3px;
    color: #2780e3;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-align: center;
}

.empty-btn:hover {
    border: 1px solid #0fbd8c;
    color: #0fbd8c;
}

.full-btn {
    border: 1px solid #2780e3;
    background-color: #2780e3;
    color: #fff;
    border-radius: 3px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-align: center;
}

.full-btn:hover {
    background-color: #0fbd8c;
    border: 1px solid #0fbd8c;
}
.width-auto{
    width: auto!important;
}
.rotate-180{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.success-message, .error-message {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    padding: 10px 15px;
    opacity: 0;
    transition: all .2s ease;
    margin-bottom: 25px;
}

.success-message i, .success-message span, .error-message i, .error-message span {
    font-size: 14px;
    color: #2780e3;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.error-message i, .error-message span {
    color: red;
}

.success-message i, .error-message i {
    font-size: 18px;
}

.success-message span, .error-message span {
    margin-left: 10px;
}

.success-message.active, .error-message.active {
    opacity: 1;
}

#messageAlert {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999;
}

.with-midline:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.empty-btn[disabled="disabled"] {
    opacity: .8;
    border-color: #ccc;
    color: #ccc;
}

.full-btn[disabled="disabled"] {
    opacity: .8;
    border-color: #ccc;
    background-color: #ccc;
}

.btn-loading {
    position: relative;
}

.btn-loading:before, .box-loading:before, .body-loading:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\27F3';
    position: absolute;
    font-size: 20px;
    color: #999;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 9;
    animation: loading 1s infinite linear;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -ms-animation: loading 1s infinite linear;
}
.btn.searchActive{
    background-color: #2780e3;
    border-color: #2780e3;
    color: #fff;
}
.btn.searchActive:hover{
    color: #fff;
    background-color: #007bff!important;
    border-color: #007bff!important;
}
.box-loading, .body-loading {
    position: absolute;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.body-loading {
    position: fixed;
}

.box-loading:before, .body-loading:before {
    font-size: 30px;
    padding: 0;
    margin-top: -35px;
}

.box-loading p, .body-loading p {
    font-size: 14px;
    color: #999;
    text-align: center;
    position: relative;
    top: 50%;
}

.box-loading:after, .body-loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    left: 0;
    top: 0;
    z-index: 1;
}
.loading-icon{
    animation: loading 1s infinite linear;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -ms-animation: loading 1s infinite linear;
    font-size: inherit;
    display: block;
    color: #2780e3;
}

@keyframes loading {
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-ms-keyframes loading {
    from {
        transform: rotate(0);
        -wekbit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

.font-16 {
    font-size: 1rem;
}

.font-18 {
    font-size: 1.125rem;
}


.font-20 {
    font-size: 1.25rem;
}

.font-14 {
    font-size: 0.875rem;
}

.font-24{
    font-size: 1.5rem;
}
.font-40{
    font-size: 2.5rem;
}

.font-12 {
    font-size: 0.75rem;
}

.text-warning {
    color: #ff7518 !important;
}

.text-primary {
    color: #2780e3 !important;
}
.text-black-d{
    color: #dee2e6!important;
}
.btn-primary {
    border-color: #2780e3;
    background-color: #2780e3;
}

.btn-light-primary {
    border-color: #c3dbf7;
    background-color: #d4e6f9;
    color: #144376 !important;
}

.btn-light-primary:hover {
    border-color: #144376;
}

.btn-outline-primary {
    border-color: #2780e3;
    color: #2780e3;
}

.btn-outline-primary:hover {
    border-color: #2780e3;
    background-color: #2780e3;
}

.text-dark {
    color: #3f3f3f !important;
}

.btn-primary {
    background-color: #2780e3;
    border-color: #2780e3;
}

.badge-drop-danger {
    background-color: #fde9e9;
    color: #f60b0b;
}
.badge-drop-danger2 {
    background-color: #d90e0e;
    color: #fff;
    position: absolute;
    border-radius: 20px;
    top: 0rem;
    left: 80%;
}

.badge-drop-danger:after,.badge-drop-danger2:after {
    content: '';
    position: absolute;
    background-color: #fde9e9;
    width: 14px;
    height: 10px;
    left: -2px;
    bottom: -1px;
    transform: rotateZ(62deg) skew(20deg, 20deg);
    z-index: 0;
}
.badge-drop-danger2:after{
    background-color: #d90e0e;
}
.badge-drop-danger2 span{
    color: #fff!important;
}

.badge-drop-primary {
    background-color: #2780e3;
    color: #fff;
}

.badge-drop-primary:after {
    content: '';
    position: absolute;
    background-color: #2780e3;
    width: 14px;
    height: 10px;
    left: -2px;
    bottom: -1px;
    transform: rotateZ(62deg) skew(20deg, 20deg);
    z-index: 0;
}

.badge span {
    position: relative;
    z-index: 2;
    font-size: 0.75rem;
}
.position-right{
    right: 0!important;
    left: auto!important;
}
.position-left{
    left: 0!important;
    right: auto!important;
}

.left-border-3 {
    position: relative;
}

.left-border-3:before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 50%;
    margin-top: -10px;
    background-color: #2780e3;
    width: 8px;
    height: 20px;
}
.bg-primary-d{
    background-color: #0062cc;
    border-color: #0062cc;
}

.office-icon {
    position: relative;
    padding-left: 1.625rem;
}

.office-icon:before {
    width: 1rem;
    height: 1rem;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
    position: absolute;
    content: '';
    background-image: url("../img/other-small.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.office-icon-img {
    position: relative;
}
.position-center-img{
    position: relative;
}
.position-center-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}
.position-center-60 img{
    width: 60%!important;
}
.position-center-img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/substitute-bg-w.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
}

.office-icon-img:before {
    width: 1rem;
    height: 1rem;
    left: .5rem;
    top: .5rem;
    position: absolute;
    content: '';
    background-image: url("../img/other-small.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}
.office-icon-doc:before, .office-icon-word:before, .office-icon-docx:before,
.office-icon-dot:before, .office-icon-wps:before, .office-icon-wpt:before,
.office-icon-dotx:before, .office-icon-docm:before, .office-icon-dotm:before{
    background-image: url("../img/word-small.png");
}
.office-icon-ppt:before, .office-icon-pptx:before,
.office-icon-dps:before, .office-icon-dpt:before,
.office-icon-pot:before, .office-icon-pps:before,
.office-icon-ppsx:before, .office-icon-ppsm:before,
.office-icon-pptm:before, .office-icon-potx:before,
.office-icon-potm:before{
    background-image: url("../img/ppt-small.png");
}
.office-icon-xls:before, .office-icon-xlsx:before,
.office-icon-xlt:before, .office-icon-xlsm:before,
.office-icon-et:before, .office-icon-ett:before,
.office-icon-excel:before {
    background-image: url("../img/excel-small.png");
}
.office-icon-mp3:before, .office-icon-audio:before,.office-icon-wav:before,
.office-icon-wma:before, .office-icon-mp3:before{
    background-image: url("../img/audio-small.png");
}
.office-icon-mp4:before,.office-icon-video:before,.office-icon-mkv:before,
.office-icon-flv:before,.office-icon-avi:before,.office-icon-rmvb:before,
.office-icon-mov:before,.office-icon-3gp:before,.office-icon-rm:before{
    background-image: url("../img/video-small.png");
}
.office-icon-picture:before,.office-icon-png:before,.office-icon-jpg:before,.office-icon-jpeg:before,
.office-icon-gif:before,.office-icon-ttf:before,.office-icon-webp:before,.office-icon-bmp:before,
.office-icon-pcx:before,.office-icon-tif:before,.office-icon-svg:before,.office-icon-psd:before,
.office-icon-ai:before,.office-icon-eps:before,.office-icon-cdr:before{
    background-image: url("../img/picture-small.png");
}
.office-icon-html:before, .office-icon-url:before, .office-icon-htmlx:before, .office-icon-htm:before{
    background-image: url("../img/html-small.png");
}
.office-icon-pdf:before{
    background-image: url("../img/pdf-small.png");
}
.office-icon-zip:before{
    background-image: url("../img/zip-small.png");
}
.office-icon-rar:before{
    background-image: url("../img/rar-small.png");
}
.office-icon-txt:before{
    background-image: url("../img/txt-small.png");
}


.office-pic{
    width: 75px;
    height: 90px;
    background-image: url("../img/other-large.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.office-pic-60{
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center;
}
.office-pic-60:after{
    display: none!important;
}
.office-pic-doc, .office-pic-word, .office-pic-docx,
.office-pic-dot, .office-pic-wps, .office-pic-wpt,
.office-pic-dotx, .office-pic-docm, .office-pic-dotm{
    background-image: url("../img/word-large.png");
}
.office-pic-xls, .office-pic-xlsx,
.office-pic-xlt, .office-pic-xlsm,
.office-pic-et, .office-pic-ett,
.office-pic-excel {
    background-image: url("../img/excel-large.png");
}
.office-pic-ppt, .office-pic-pptx,
.office-pic-dps, .office-pic-dpt,
.office-pic-pot, .office-pic-pps,
.office-pic-ppsx, .office-pic-ppsm,
.office-pic-pptm, .office-pic-potx,
.office-pic-potm{
    background-image: url("../img/ppt-large.png");
}
.office-pic-mp3, .office-pic-audio,.office-pic-wav,
.office-pic-wma, .office-pic-mp3{
    background-image: url("../img/audio-large.png");
}
.office-pic-mp4,.office-pic-video,.office-pic-mkv,
.office-pic-flv,.office-pic-avi,.office-pic-rmvb,
.office-pic-mov,.office-pic-3gp,.office-pic-rm{
    background-image: url("../img/video-large.png");
}
.office-pic-picture,.office-pic-png,.office-pic-jpg,.office-pic-jpeg,
.office-pic-gif,.office-pic-ttf,.office-pic-webp,.office-pic-bmp,
.office-pic-pcx,.office-pic-tif,.office-pic-svg,.office-pic-psd,
.office-pic-ai,.office-pic-eps,.office-pic-cdr{
    background-image: url("../img/picture-large.png");
}
.office-pic-html, .office-pic-url .office-pic-htmlx, .office-pic-htm{
    background-image: url("../img/html-large.png");
}
.office-pic-pdf{
    background-image: url("../img/pdf-large.png");
}
.office-pic-zip{
    background-image: url("../img/zip-large.png");
}
.office-pic-rar{
    background-image: url("../img/rar-large.png");
}
.office-pic-txt,.office-pic-text{
    background-image: url("../img/txt-large.png");
}



.gg-gap {
    /*height: 100px;*/
    width: 100%;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.gg-gap img {
    width: 100%;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
}

.custom-tab a {
    color: #343a40;
}

.custom-tab .active {
    position: relative;
    color: #2780e3;
}

.custom-tab .active:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #2780e3;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.mx-75 {
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
}

.dropdown-menu {
    margin: 0;
}
.article-collection{
    color: #6c757d;
}
.box-bs-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 99999999999;
}
.box-bs-loading h5{
    font-size: 1rem;
    text-align: center;
    color: #2780e3;
    position: absolute;
    top: 50%;
    margin-top: 3.5rem;
    width: 100%;
}
.bs-box-loading:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    text-outline: none;
    background-color: rgba(255,255,255,.5);
}
.action-progress{
    position: relative;
}
.action-progress:after{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #ddd;
    left: 0;
    bottom: -0.5rem;
    width: 100%;
    z-index: 1;
}
.breadcrumb{
    font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item::before{
    position: relative;
    top: -1.5px;
}
.action-progress p{
    position: relative;
    display: block;
    margin: 0;
    text-align: left!important;
    padding: 0;
}
.action-progress p:last-child{
    text-align: right!important;
}
.action-progress p:before{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ddd;
    border-radius: 50%;
    left: 0;
    bottom: -0.68rem;
    position: absolute;
    z-index: 3;
}
.action-progress p:after{
    content: '';
    width: 200%;
    height: 2px;
    right: 100%;
    bottom: -0.5rem;
    position: absolute;
    z-index: 2;
}
.action-progress p:first-child:after{
    display: none;
}
.action-progress p:last-child:before{
    left: auto;
    right: 0;
}
.action-progress p.active{
    color: #2780e3;
}
.action-progress p.active:before{
    background-color: #2780e3;
}
.action-progress p.active:after{
    background-color: #2780e3;
}
.action-progress p.active:last-child:after{
    width: 200%;
    right: 0;
}
.wechat-icon,.alipay-icon{
    position: relative;
}
.wechat-icon:after,.alipay-icon:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("../img/wechat-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.alipay-icon:after{
    background-image: url("https://picsum.photos/id/937/50/50");
}
.wechat-icon .spinner-border,.alipay-icon .spinner-border{
    z-index: 3;
}
/*.article-collection:after{*/
/*    content: '收藏';*/
/*}*/
.article-collection[data-collection="true"]{
    color: #ff7518;
}
.article-collection[data-collection="true"]:hover{
    color: #dc7700;
}

.topic-collection[data-collection="true"]{
    color: #ff7518;
}
.topic-collection[data-collection="true"]:hover{
    color: #dc7700;
}
.topic-detail-title-img{
    width: 200px;
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/substitute-bg.jpg");
}
.bg-item{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-indent-2{
    text-indent: 1.75rem;
}
.file-drop-zone-title{
    padding-top: 66.5px;
    padding-bottom: 66.5px;
}
.file-preview .fileinput-remove{
    top: 10px;
    right: 10px;
}
/*.article-collection[data-collection="true"]:after{*/
/*    content: '取消收藏';*/
/*}*/
.spinner-border-lg{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.3rem 0 0.3rem 0;
}
.fixedNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.opacity-1{
    opacity: 1!important;
}
.opacity-0{
    opacity: 0!important;
}
.userMessage .badge{
    position: absolute!important;
    top: -0.3rem!important;
    left: 50%!important;
    right: auto!important;
    font-size: 0.625rem;
}
.modal-backdrop.show{
    opacity: 0.5;
}
.rotate-throw{
    position: relative;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.rotate-throw:before,.rotate-throw:after{
    height: 1px;
    width: 59%;
    content: '';
    transition: all .3s cubic-bezier(0.68, -0.3, 0.27, 1.3);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.3, 0.27, 1.3);
    -moz-transition: all .3s cubic-bezier(0.68, -0.3, 0.27, 1.3);
    -ms-transition: all .3s cubic-bezier(0.68, -0.3, 0.27, 1.3);
    -o-transition: all .3s cubic-bezier(0.68, -0.3, 0.27, 1.3);
    background-color: #6c757d;
    position: absolute;
    top: 50%;
    margin: -0.5px 0 0 0;
    padding: 0;
}
.rotate-throw:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 0;
}
.rotate-throw:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 0;
}
.collapsed .rotate-throw:before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.collapsed .rotate-throw:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.top-0{
    top: 0px!important;
}
.breadcrumb a{
    color: #6c757d;
}
.flex-grow-1{
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    flex-shrink: 1;
    -ms-flex-negative: 1;
}
.flex-1{
    flex: 1;
}
[data-loading="true"] {
    position: relative;
}
[data-loading="true"]:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: #94c7ff;
    border-left-color: #94c7ff;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #2780e3;
}
.spinner-border{
    border-right-color: #94c7ff;
    border-left-color: #94c7ff;
}
.columnHistorySelect,.column-book-back{
    display: flex;
    display: -ms-flexbox;
}
.column-book-back{
    padding: .5rem .5rem 0 .5rem;
}
.column-mutiple-item{
    width: calc(50% - 0.5rem);
    float: left;
    height: 445px;
    background-color: #fff;

    margin-bottom: 1rem;
}
.column-mutiple-item:nth-child(2n){
    float: right;
}
.columnHistorySelect .alert,.column-book-back .alert{
    padding: .25rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.column-book-back .alert{
    padding: 0 0.5rem;
}
.columnHistorySelect .alert-dismissible,.column-book-back .alert-dismissible{
    padding-right: 1.5rem;
}
.columnHistorySelect .alert-dismissible .close,.column-book-back .alert-dismissible .close{
    padding: 0.5rem;
    font-size: 0;
}
.column-book-back .alert-dismissible .close{
    font-size: inherit;
    padding: 0.25rem 0.5rem;
}
/* 全局样式 end */

/*顶部导航样式 start*/
.switch-theme{
    position: absolute;
    right: 0;
    top: 100%;
    width: 50px;
    cursor: pointer;
}
.switch-theme img{
    width: 100%;
}
.top-nav {
    background-color: #f8f9fa;
}
.top-nav .navbar .navbar-text{
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.top-nav .navbar .navbar-nav .nav-link{
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.navbar-dark .navbar-nav .nav-link:hover{
    background-color: #1d73d4;
}
.top-nav .dropdown-img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .3rem;
}

.top-nav .dropdown-img img {
    width: 100%;
    height: 100%;
}

.top-nav .navbar-text {
    font-size: 0.875rem;
}

.top-nav a {
    font-size: 0.875rem;
    display: block;
}

.top-nav .navbar {
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0;
}

.top-nav .navbar-collapse {
    flex-grow: 0;
    -ms-flex-positive: 0;
}

.top-nav .history-list, .top-nav .nav-list {
    font-size: 0.875rem;
    width: 300px;
}
.history-list .empty-box[data-empty="true"] i{
    font-size: 3rem;
}

.top-nav .nav-list {
    left: auto;
    right: 0;
}

.top-nav .history-list ul {
    list-style: none;
    margin: 0;
    padding: .5rem 1rem .5rem 1rem;
    min-height: 100px;
    max-height: 170px;
    overflow: auto;
}

.top-nav .history-list ul li {
    margin-bottom: .5rem;
}

.empty-box, .empty-box-2 {
    position: relative;
}

.empty-box .empty-box-i {
    font-family: "iconfont" !important;
    font-size: 3rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ccc;
    text-align: center;
    max-width: 300px;
    line-height: 1;
}
.empty-box-2 .empty-box-img{
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.empty-box-2 .empty-box-img img{
    height: 100%;
    width: auto;
    display: inline-block;
}

.empty-box[data-empty="true"] .empty-box-i, .empty-box-2[data-empty="true"] .empty-box-img {
    display: block;
}

.empty-box[data-empty="false"] .empty-box-i, .empty-box-2[data-empty="false"] .empty-box-img {
    display: none;
}

.empty-box .empty-box-i p, .empty-box-2 .empty-box-img p{
    margin-bottom: 0;
    font-size: 0.875rem;
    display: block;
    font-weight: normal;
}
.empty-box-2 .empty-box-img p{
    margin-top: 1rem;
}

.toast-area {
    position: fixed;
    top: 3rem;
    left: 50%;
    z-index: 99999;
    width: 350px;
    margin-left: -175px;
}

.toast-area .toast {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.toast-area .toast:first-child {
}
.toast-header strong.mr-auto{
    display: block;
}
.toast-custom .mr-auto{
    display: none!important;
}
.toast-custom .toast-header{
    height: 3px;
    padding: 0;
}
.toast-custom button.close{
    position: absolute;
    top: 12px;
    right: 10px;
    color: #999!important;
}
.toast-custom-success{
    background-color: #f3fff6;
    color: #28a745;
    padding-right: 2.4rem;
    padding-left: 2.5rem;
}
.toast-custom-error{
    background-color: #fff4f5;
    color: #dc3545;
    padding-right: 2.4rem;
    padding-left: 2.5rem;
}
.toast-custom-warning{
    background-color: #fff9e6;
    color: #e0a800;
    padding-right: 2.4rem;
    padding-left: 2.5rem;
}
.toast-custom-success i, .toast-custom-error i, .toast-custom-warning i{
    position: absolute;
    font-size: 0.625rem;
    left: 10px;
    top: 17px;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    text-align: center;
    line-height: 19px;
    background-color: #dc3545;
}
.toast-custom-success i{
    background-color: #28a745;
}
.toast-custom-warning i{
    background-color: transparent;
    color: #e0a800;
    font-size: 1rem;
}
.login-show {
    display: none;
}
.btn-features-box{
    position: relative;
}
.btn-features-box span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
}
.bg-white-50{
    background-color: rgba(255,255,255,.5);
}
.viewNoDownload .view-modal-features>div:last-child{
    display: none!important;
}
.viewNoCollection .view-modal-features>div:nth-child(2){
    display: none!important;
}
.viewNoMore .view-modal-features>div:first-child{
    display: none!important;
}
/*顶部导航样式 end*/

/* 动画样式 start */
.animation-custom{
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.animation-t{
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
}
.animation-r{
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    opacity: 0;
}
.animation-l{
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    opacity: 0;
}
.animation-b{
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    opacity: 0;
}
/* 动画样式 end */

/* 头部样式 start */

/* 头部广告样式 start*/
.header-top {
    background-color: #fff;
    min-height: 56px;
    z-index: 9;
}
.header-top>nav{
    min-height: 56px;
}
.header-top>nav .navbar-nav{
    min-width: 640px;
}
.header-top .input-group {
    max-width: 450px;
    padding: 0.6rem 0;
}

.header-top .badge {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    top: -1.5rem;
}

.header-top .logo {
    width: 190px;
}

.header-top .logo img {
    width: 190px;
}

.header-top a {
    cursor: pointer;
}

.header-top .avatar {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    border-radius: 19px;
    overflow: hidden;
}

.header-top img {
    width: 100%;
}

.header-top .nav-img {
    width: 200px;
    height: 40px;

    border-top-left-radius: 0.25rem;
    overflow: hidden;
    padding: 0;
}

.header-top .nav a {
    color: #212529;
    position: relative;
}
.header-top .main-nav a:hover{
    color: #2780e3;
}
.header-top .main-nav a:active{
    color: #fff;
}

.header-top .nav .badge {
    position: absolute;
    top: -4px;
    left: calc(100% - 1rem);
}

/*.header-top .nav .nav-item:first-child a{*/
/*    padding-left: 0;*/
/*}*/
/*.header-top .nav .nav-item:last-child a{*/
/*    padding-right: 0;*/
/*    float: right;*/
/*}*/
.header-top .nav .dropdown-more:after {
    display: none;
}

.header-top .nav a:hover {
    /*color: #555;*/
}

.header-top .nav-img img {
    width: 200px;
}

.nav-sidebar {
    position: relative;
    padding: 0;
    height: 241px;
}
.nav-sidebar.test-high{
    height: 440px;
}
.nav-sidebar.test-high ul li a span{
    display: inline;
}

.nav-sidebar .tab-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1rem;
    height: 257px;
    background-color: #F7FBFF;
    border: 1px solid #2780e3;
    border-top: none;
}
.nav-sidebar .tab-content.paper-tab-content{
    position: relative;
    top: 0;
}
.paper-jpsj{
    min-height: 500px;
}

.nav-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-sidebar .tab-pane > ul > li a {
    padding: .5rem 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*overflow: hidden;*/
    display: block;
    position: relative;
}

.nav-sidebar .tab-pane > ul > li:hover > a{
    color: #fff!important;
    background-color: #2780e3;
}
.nav-sidebar .tab-pane > ul > li:hover > a:after{
    position: absolute;
    content: '';
    width: 1rem;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #2780e3;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 0.5rem;
    border-right-width: 0.5rem;
    border-top-color: #f8f9fa;
    border-bottom-color: #f8f9fa;
    border-right-color: #f8f9fa;
    border-left-color: #2780e3;
    border-style: solid;
}
.nav-sidebar .tab-pane > ul > li:hover > a i {
    color: #fff;
    position: relative;
    right: -1rem;
    z-index: 999;
}

.nav-sidebar .tab-pane > ul > li > a i {
    font-size: 0.625rem;
    color: #6c757d;
    display: block;
}
.nav-sidebar .tab-pane > ul > li > a span{
    display: block;
}

.nav-sidebar-tab {
    background-color: #2780e3;
    overflow: hidden;
    border-left: 1px solid #2780e3;
    border-right: 1px solid #2780e3;
}

.nav-sidebar-tab ul li .nav-link {
    border-radius: 0;
    padding: .5rem .9rem;
    color: #fff;
}
.paper-nav-sider-tab{
    border-radius: 0!important;
}
.paper-nav-sider-tab .nav-pills{

}
.nav-sidebar-tab.paper-nav-sider-tab ul li .nav-link{
    padding: .5rem .87rem;
    cursor: pointer;;
}

.nav-sidebar-tab .nav-pills .nav-link.active {
    background-color: #F7FBFF;
    color: #212529;
    position: relative;
}
.nav-sidebar-tab .nav-pills .nav-link.active:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2780e3;
}

.nav-sidebar .nav-popover {
    position: absolute;
    height: 100%;
    width: calc(500% + 6.6rem);
    padding: 1rem 0 0 1rem;
    left: 100%;
    bottom: 0;
    z-index: 99;
    display: none;
}
.nav-sidebar.paper-nav-sidebar .nav-popover{
    padding-top: 0;
    bottom: auto;
    top: 0;
    width: calc(500% + 7.4rem);
}
.nav-sidebar.paper-nav-sidebar .nav-popover:before{
    height: 2.62rem;
    width: calc(100% - 1rem);
    content: '';
    right: 0;
    top: -2.62rem;
    position: absolute;
    background-color: rgba(255,255,255,.95);
}
.nav-sidebar.paper-nav-sidebar{
    height: 484px;
    /*border: 2px solid #2780e3;*/

}

.nav-sidebar .nav-popover ul {
    background-color: #fff;

    padding: 1rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.index-nav-sidebar .nav-popover ul{
    border: 1px solid #2780e3;
}

.nav-sidebar .nav-popover ul li p {
    padding: 0.2rem 0;
    margin-bottom: 0;
    width: 70px;
}

.nav-sidebar .nav-popover dl {
    margin-left: 1rem;
    flex-shrink: 1;
    -ms-flex-negative: 1;
}

.nav-sidebar .nav-popover dl dd {
    margin-right: 1rem;
}

.nav-sidebar .nav-popover dl dd a {
    padding: 0;
}

.nav-sidebar .nav-popover dl dd .btn {
    font-size: 0.875rem;
    padding: 0.2rem .5rem;
}

.limit-shopping {
    height: 168px;
    background-color: #fff;
}

.limit-shopping ul {
    margin: 0;
    padding: 1rem;
    max-width: calc(100% - 137px);
    overflow-x: auto;
}

.limit-shopping ul {
    list-style: none;
}

.limit-shopping ul li {
    margin-left: 1rem;
}

.limit-shopping ul li a {
    display: block;
    width: 150px;
    height: 100px;
}

.limit-shopping ul li .rounded {
    overflow: hidden;
    width: 100%;
    height: 90px;
}

.limit-shopping .limit-shopping-tip {
    width: 137px;
    height: 168px;
}

/* 头部广告样式 end */

/* 导航样式 start*/
/* 导航样式 end */

/* 登录注册样式 start */
.login-module {

    float: right;
}

.login-module button {
    margin: 9.5px 0;
}

.login-module .header-user-box {
    display: block;
}

.login-module .header-user-box .img-box {
    width: 31px;
    height: 31px;
    border-radius: 20px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.login-module .header-user-box .img-box img {
    width: 100%;
}

.login-module .header-user-box p {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
}

.login-module .header-user-box p i {
    line-height: 14px;
    margin-left: 5px;
}

.login-module .header-user-box > a {
    padding: 9px 0;
}

.login-module .header-user-box:after {
    clear: both;
    content: '';
    display: block;
}
.custom-modal-dialog label {
    display: block;
    margin-top: 25px;
    position: relative;
}
.custom-modal-dialog label div {
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    font-weight: normal;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: red;
}
.custom-modal-dialog div.error{
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    font-weight: normal;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: red;
}
.custom-modal-dialog input {
    border: 1px solid #dee2e6;
    font-size: 14px;
    width: 100%;
    padding: 10px 15px 10px 35px;
    font-weight: normal;
    color: #999;
}
.custom-modal-dialog .picVericodeBtn{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 33px;
    padding: 0;
    border: 0;
}
.custom-modal-dialog .pic-vericode img {
    height: 33px;
    float: right;
}
.custom-modal-dialog label .iconfont {
    position: absolute;
    left: 10px;
    top: 10px;
}
.custom-modal-dialog  input[type="checkbox"]{
    width: auto;
    position: relative;
    top: 2px;
}
.custom-modal-dialog label {
    font-weight: normal;
    position: relative;
}
.custom-modal-dialog label .success {
    border: 1px solid #2780e3;
}
.custom-modal-dialog button.submit {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 1rem;
}
.custom-modal-dialog .login-vericode input {
    float: left;
    width: calc(100% - 116px);
}
.custom-modal-dialog .login-vericode button{
    float: right;
    padding: 10px 0px;
    width: 101px;
    font-size: 14px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}
.custom-modal-dialog .login-vericode button:hover{
    color: #fff;
}
.custom-modal-dialog .login-vericode:after{
    content: '';
    display: block;
    clear: both;
}
.custom-modal-dialog .modal-remember-forget{
    margin-top: 25px;
}
.custom-modal-dialog .modal-remember-forget:after{
    content: '';
    display: block;
    clear: both;
}
.custom-modal-dialog .modal-remember-forget label{
    float: left;
    margin-top: 0;
}
.custom-modal-dialog .modal-remember-forget a {
    float: right;
    color: #2780e3;
    position: relative;
    top: 2px;
}
.custom-modal-dialog .modal-dialog{
    width: 400px;
}
.custom-modal-dialog .modal-header{
    border: none;
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 99;
}

.custom-modal-dialog .modal-content{
    padding: 15px 50px;
    box-sizing: border-box;
}

#loginModal .modal-dialog {
    /*top: 100px;*/
    /*transform: translate(0, -80%);*/
    /*-webkit-transform: translate(0, -80%);*/
    /*-ms-transform: translate(0, -80%);*/
    /*-moz-transform: translate(0, -80%);*/
}

#loginModal .modal-content {
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

#loginModal .modal-body {
    border-top: none;
    padding: 0;
}

#loginModal .modal-header {
    border: none;
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 99;
}

#loginModal .modal-body:after {
    content: '';
    display: block;
    clear: both;
}

#loginModal .modal-body .modal-body-left, #loginModal .modal-body .modal-body-right {
    width: 50%;
    float: left;
    height: 440px;
}
#loginModal .modal-body .login-modal-left-bg{
    background-size: cover;
    width: 51.51%;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-position: center;
}

#loginModal .modal-body .modal-body-left {
    /*background-image: url("https://picsum.photos/id/944/300/440");*/
    background-size: cover;
    width: 34%;
    background-color: #fafafa;
}

#loginModal .modal-body .modal-body-right {
    width: 66%;
    position: relative;
}

#modalMobileLogin {
    display: none;
}
#modalOldLogin {
    display: none;
}

#modalQrcodeLogin {
    text-align: center;
    padding: 1rem 2rem;
    box-sizing: border-box;
}

#modalQrcodeLogin h5, #modalForgetPassword h5, #modalFreeReg h5, #modalForgetPasswordNext h5 {
    color: #2780e3;
    font-size: 1.5rem;
    margin: 2rem 0 0.5rem 0;
    text-align: center;
}

#modalQrcodeLogin p, #modalForgetPassword p, #modalFreeReg p, #modalForgetPasswordNext p {
    color: #666;
    position: relative;
    text-align: center;
}

#modalQrcodeLogin p span, #modalForgetPassword p span, #modalFreeReg p span, #modalForgetPasswordNext p span {
    color: #999;
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #fff;
}

.modal-body-right-qrcode {
    margin: 30px auto 15px auto;
}

.modal-body-right-qrcode #loginWechat {
    width: 170px;
    height: 170px;
    border: 1px solid #dee2e6;
    /*padding: 15px;*/
    box-sizing: border-box;
    margin: 0 auto;
}

.modal-body-right-other {
    padding: 0 50px;
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
}

.modal-body-right-other:after {
    content: '';
    display: block;
    clear: both;
}

.modal-body-right-other div {
    float: left;
    color: #999;
    cursor: pointer;
}

.modal-body-right-other div[data-type="tab"] {
    float: right;
    display: none;
}

.modal-body-right-other div:hover {
    color: #2780e3;
}

#modalMobileLogin ,#modalOldLogin{
    padding: 15px 50px;
    box-sizing: border-box;
}

.modal-custom-box {
    padding: 1rem 2rem;
    box-sizing: border-box;
}

#modalMobilePasswordLogin, #modalForgetPassword, #modalFreeReg, #modalForgetPasswordNext, #modalOldLoginSecond{
    display: none;
}

.modal-body-right-tab {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-body-right-tab a {
    color: #999;
    margin: 0 10px;
}

.modal-body-right-tab a.active {
    color: #2780e3;
}

#modalMobileLogin label,#modalOldLogin label {
    display: block;
    margin-top: 25px;
    position: relative;
}

#modalMobileLogin label div,#modalOldLogin label div {
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    font-weight: normal;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: red;
}

#modalMobileLogin input,#modalOldLogin input {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding: 10px 15px 10px 35px;
    font-weight: normal;
    color: #999;
}

#modalMobileLogin .picVericodeBtn, #modalOldLogin .picVericodeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 33px;
    padding: 0;
    border: 0;
}

#modalMobileLogin .pic-vericode img, #modalOldLogin .pic-vericode img {
    height: 33px;
    float: right;
}

#modalMobileLogin label .iconfont,#modalOldLogin label .iconfont {
    position: absolute;
    left: 10px;
    top: 10px;
}

#modalMobileLogin input[type="checkbox"], #modalOldLogin input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 2px;
}

#modalMobileLogin label, #modalOldLogin label {
    font-weight: normal;
    position: relative;
}

#modalMobileLogin label .success, #modalOldLogin .success {
    border: 1px solid #2780e3;
}

#modalMobileLogin button.submit,#modalOldLogin button.submit {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 1rem;
}

#modalMobileLogin .login-vericode input,#modalOldLogin .login-vericode input {
    float: left;
    width: calc(100% - 116px);
}

#modalMobileLogin .login-vericode button,#modalOldLogin .login-vericode button {
    float: right;
    padding: 10px 0px;
    width: 101px;
    font-size: 14px;
}

#modalMobileLogin .login-vericode:after, #modalOldLogin .login-vericode:after {
    content: '';
    display: block;
    clear: both;
}

#modalMobileLogin .modal-remember-forget, #modalOldLogin .modal-remember-forget {
    margin-top: 25px;
}

#modalMobileLogin .modal-remember-forget:after, #modalOldLogin .modal-remember-forget:after {
    content: '';
    display: block;
    clear: both;
}

#modalMobileLogin .modal-remember-forget label, #modalOldLogin .modal-remember-forget label {
    float: left;
    margin-top: 0;
}

#modalMobileLogin .modal-remember-forget a, #modalOldLogin .modal-remember-forget a {
    float: right;
    color: #2780e3;
    position: relative;
    top: 2px;
}

*[data-needqrcode="true"]{
    position: relative;
    cursor: pointer;
}
*[data-needqrcode="true"]:after{
    content: '点击重新加载二维码';
    width: 100%;
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -0.4375rem;
    left: 0;
}

.modal-custom-box label {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.modal-custom-box .require, .modal-custom-box .unrequire{
    margin-bottom: 0;
    margin-right: 1rem;
}
.modal-custom-box .require:before{
    content: '*';
    color: #dc3545;
}

.modal-custom-box label:first-child{
    margin-top: 0;
}

.modal-custom-box label div {
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    font-weight: normal;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: red;
}

.modal-custom-box input,.modal-custom-box textarea {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    font-size: 0.875rem;
    width: 100%;
    padding: 10px 15px 10px 15px;
    font-weight: normal;
    color: #999;
}
.modal-custom-box textarea{
    display: block;
}
.modal-custom-box select{
    border: 1px solid #dee2e6;
    border-radius: 3px;
    font-size: 0.875rem;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
    color: #999;
}

.modal-custom-box .picVericodeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 33px;
    padding: 0;
    border: 0;
}

.modal-custom-box .pic-vericode img {
    height: 33px;
    float: right;
}

.modal-custom-box label .iconfont {
    position: absolute;
    left: 10px;
    top: 10px;
}

.modal-custom-box input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 2px;
}

.modal-custom-box label {
    font-weight: normal;
    position: relative;
}

.modal-custom-box label .success {
    border: 1px solid #2780e3;
}

.modal-custom-box button.submit {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 1rem;
}

.modal-custom-box .login-vericode input {
    float: left;
    width: calc(100% - 116px);
}

.modal-custom-box .login-vericode button {
    float: right;
    padding: 10px 0px;
    width: 101px;
    font-size: 14px;
}

.modal-custom-box .login-vericode:after {
    content: '';
    display: block;
    clear: both;
}

.modal-custom-box .modal-remember-forget {
    margin-top: 25px;
}

.modal-custom-box .modal-remember-forget:after {
    content: '';
    display: block;
    clear: both;
}

.modal-custom-box .modal-remember-forget label {
    float: left;
    margin-top: 0;
}

.modal-custom-box .modal-remember-forget a {
    float: right;
    color: #2780e3;
    position: relative;
    top: 2px;
}

.custom-form-box label {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.custom-form-box .require, .custom-form-box .unrequire{
    margin-bottom: 0;
    margin-right: 1rem;
}
.custom-form-box .require:before{
    content: '*';
    color: #dc3545;
}

.custom-form-box label:first-child{
    margin-top: 0;
}

.custom-form-box label div {
    position: absolute;
    font-size: 12px;
    bottom: -20px;
    left: 0;
    font-weight: normal;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: red;
}

.custom-form-box input,.custom-form-box textarea {
    border: 1px solid #dee2e6;
    font-size: 0.875rem;
    width: 100%;
    padding: 10px 15px 10px 15px;
    font-weight: normal;
    color: #999;
}
.custom-form-box textarea{
    display: block;
}
.custom-form-box select{
    border: 1px solid #dee2e6;
    border-radius: 3px;
    font-size: 0.875rem;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
    color: #999;
}

.custom-form-box .picVericodeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 33px;
    padding: 0;
    border: 0;
}

.custom-form-box .pic-vericode img {
    height: 33px;
    float: right;
}

.custom-form-box label .iconfont {
    position: absolute;
    left: 10px;
    top: 10px;
}

.custom-form-box input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 2px;
}

.custom-form-box label {
    font-weight: normal;
    position: relative;
}

.custom-form-box label .success {
    border: 1px solid #2780e3;
}

.custom-form-box button.submit {
    padding: 10px 2rem;
    font-size: 1rem;
    margin-left: 1rem;
}
.custom-form-box input[type="reset"]{
    padding: 10px 2rem;
    font-size: 1rem;
    width: auto;
}

.custom-form-box .login-vericode input {
    float: left;
    width: calc(100% - 116px);
}

.custom-form-box .login-vericode button {
    float: right;
    padding: 10px 0px;
    width: 101px;
    font-size: 14px;
}

.custom-form-box .login-vericode:after {
    content: '';
    display: block;
    clear: both;
}

.custom-form-box .modal-remember-forget {
    margin-top: 25px;
}

.custom-form-box .modal-remember-forget:after {
    content: '';
    display: block;
    clear: both;
}

.custom-form-box .modal-remember-forget label {
    float: left;
    margin-top: 0;
}

.custom-form-box .modal-remember-forget a {
    float: right;
    color: #2780e3;
    position: relative;
    top: 2px;
}
.file-drop-zone{
    border: none;
}
.file-preview-frame{
    box-shadow: none;
}
.file-preview{
    border-radius: 0;
    margin-bottom: .5rem;
}
.file-preview-image{
    display: inline-block;
}
.file-preview-frame:hover{
    box-shadow: none;
}
.file-error-message{

}
.kv-upload-progress{
    margin-bottom: .5rem;
}
/*.file-preview-success .kv-file-remove{*/
/*    display: none;*/
/*}*/
.fileinput-remove{
    display: none;
}

/* bootstrap 4 轮播图 垂直滚动*/
.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

/* 登录注册样式 end */

/* 头部样式 end */


/* 内容样式 start */

/* 轮播样式 start */
.gg-area .carousel {
    /*width: 600px;*/
    height: 240px;

    overflow: hidden;
}
.gg-area.paper-gg-area .carousel{
    height: 285px;
}

.gg-area .col-6,.gg-area .col-lg-6 {
    padding: 0;
}

.gg-area .gg-mid a {
    display: block;
    height: 112px;
    width: 100%;

    overflow: hidden;
    width: 100%;
}

.gg-area .gg-mid a:last-child {
    margin-top: 1rem;
}

.gg-area a {
    cursor: pointer;
}

.gg-area .gg-data {
    height: 80px;
    width: 100%;

    background-color: #fff;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.gg-area .gg-data p {
    margin-bottom: .25rem;
}

.gg-area .gg-announce {
    height: 1.8rem;
    overflow: hidden;

    background-color: #fff;
    margin-top: 0.2rem;
    padding: 0 1rem;
}

.gg-area .gg-announce a {
    font-size: .875rem;
    line-height: 1.7rem;
    padding-top: 1px;
}

.gg-area .gg-announce a i {
    position: relative;
    top: 1px;
}

.gg-area .gg-nav {
    overflow: hidden;

    background-color: #fff;
    margin-top: 0.5rem;
    padding: 0 1rem;
    height: 112px;
    margin-left: 0;
    margin-right: 0;
}

.gg-area .gg-nav a {
    padding-left: 40px;
    position: relative;
    padding-top: 15px;
    display: block;
}

.gg-area .gg-nav a:before {
    content: '';
    position: absolute;
    background-image: url("../img/iwant-prepare.png");
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.gg-area .gg-nav a:nth-child(2):before {
    background-image: url("../img/iwant-upload.png");
}

.gg-area .gg-nav a:nth-child(3):before {
    background-image: url("../img/personal-center.png");
}

.gg-area .gg-nav a:nth-child(4):before {
    background-image: url("../img/part-time.png");
}

/* 轮播样式 end */

/* 内容样式 end */
.today-recommond, .topic-and-paper, .latest-information, .lesson-preparation, .lianshan-boutique, .excellent-author, .friend-link {
    background-color: #fff;

}
.excellent-author{
    background-image: url("../img/show-user-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.today-recommond h5, .topic-and-paper h5, .latest-information h5, .lesson-preparation h5, .lianshan-boutique h5, .excellent-author h5, .friend-link h5 {
    width: 160px;
}

.today-recommond ul, .topic-and-paper ul, .latest-information ul, .lesson-preparation ul, .lianshan-boutique ul, .excellent-author ul, .friend-link ul {
    list-style: none;
}

.friend-link ul li {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}

.friend-link ul li a {
    padding: 0 1rem;
    color: #3f3f3f;
}

.friend-link ul li a:hover {
    color: #121416;
}
.friend-link.tree-container{
    float: left;
    width: calc(100% - 270px - 1rem);
}
.test-high-list.tree-container{
    float: left;
    width: calc(100% - 270px - 1rem);
    background-color: #fff;
}
.friend-link.tree-container .category-list-items ul li{
    margin-right: 0;
    margin-bottom: 0;
    padding: 1.5rem 0 1.5rem 0;
}
.friend-link.tree-container .category-list-items ul li:last-child{
    border-bottom: 0!important;
}
.friend-link.tree-container .category-list-items ul li:first-child{
    padding-top: 0;
}
.friend-link.tree-container .category-list-items{
    min-height: auto;
}
.friend-link.tree-container .category-list-items ul li h5{
    font-size: 1rem;
}
.friend-link.tree-container ul li a{
    padding: 0;
}

.topic-and-paper.tree-container{
    float: left;
    width: calc(100% - 270px - 1rem);
}
.topic-and-paper.tree-container .category-list-items ul li{
    margin-right: 0;
    margin-bottom: 0;
    padding: 1.5rem 0 1.5rem 0;
}
.topic-and-paper.tree-container .category-list-items ul li:last-child{
    border-bottom: 0!important;
}
.topic-and-paper.tree-container .category-list-items ul li:first-child{
    padding-top: 0;
}
.topic-and-paper.tree-container .category-list-items{
    min-height: auto;
}
.topic-and-paper.tree-container .category-list-items ul li h5{
    font-size: 1rem;
}

.topic-and-paper .topic-and-paper-con-item li:nth-child(2n-1) {
    padding-left: 0!important;
    padding-right: 1.5rem;
}

.topic-and-paper .topic-and-paper-con-item li:nth-child(2n) {
    padding-right: 0!important;
    padding-left: 1.5rem;
}
.topic-and-paper .topic-content li{
    width: 50%;
    float: left;
    padding-bottom: 1.5rem!important;
    padding-top: 0!important;
}
.topic-and-paper .topic-content li h5{
    font-size: 1rem;
}
.topic-and-paper .topic-container .topic-list-items .btn-warning, .topic-and-paper .topic-container .topic-list-items .btn-danger{
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 0 0.2rem;
}
.topic-and-paper .topic-container{
    float: none;
}
.topic-and-paper .topic-content li:nth-child(2n+1){
    padding-right: 0.75rem;
}
.topic-and-paper .topic-content li:nth-child(2n){
    padding-left: 0.75rem;
}
.topic-and-paper .topic-container .topic-list-items .items-img{
    width: 90px;
}
.topic-and-paper .topic-container .topic-list-items .items-img .img-box{
    width: 80px;
    height: 104px;
}
.paper-new-shop .img-box{
    width: 90px;
    height: 120px;
    margin: 0 auto;
}
.paper-new-shop .img-box img{
    width: 100%;
    height: 100%;
}
.topic-and-paper .topic-container .topic-list-items .img-txt{
    padding: 0 0.3rem 0 0.5rem;
    height: 50%;
    top: 25%;
}
.topic-and-paper .topic-container .topic-list-items{
    min-height: auto;
}
.latest-information .latest-information-con-item li,
.lianshan-boutique .lianshan-boutique-con-item li,
.lesson-preparation .lianshan-boutique-con-item li{
    width: 120px;
    margin: 0 0.75rem 1.5rem 0.75rem;
}

.latest-information .latest-information-con-item li a {
    display: block;
}

.latest-information .latest-information-con-item li .rounded,
.lianshan-boutique .lianshan-boutique-con-item li .rounded{
    width: 100%;
    height: 157px;
}
.lesson-preparation .lesson-preparation-con-item li .rounded{
    width: 100%;
    height: 157px;
}

.latest-information .latest-information-con-item li .rounded img,
.lesson-preparation .lesson-preparation-con-item li .rounded img,
.lianshan-boutique .lianshan-boutique-con-item li .rounded img {
    float: left;
    width: 50%;
}

.latest-information .latest-information-con-item li .rounded img:first-child,
.lesson-preparation .lesson-preparation-con-item li .rounded img:first-child,
.lianshan-boutique .lianshan-boutique-con-item li .rounded img:first-child {
    width: 100%;
}

.latest-information .latest-information-con-item li .rounded:after,
.lesson-preparation .lesson-preparation-con-item li .rounded:after,
.lianshan-boutique .lianshan-boutique-con-item li .rounded:after {
    content: '';
    display: block;
    clear: both;
}

.latest-information .latest-information-hotlist {
    width: 300px;
}

.latest-information .latest-information-hotlist li .rounded {
    width: 106px;
    height: 141px;
}

.latest-information .latest-information-hotlist li .rounded img {
    float: left;
    width: 50%;
}

.latest-information .latest-information-hotlist li .rounded img:first-child {
    width: 100%;
}

.latest-information .latest-information-hotlist li .rounded:after {
    content: '';
    display: block;
    clear: both;
}

.latest-information .latest-information-hotlist li a {
    position: relative;
    padding-left: 32px;
}

.latest-information .latest-information-hotlist li:last-child {
    margin-bottom: 0 !important;
}

.latest-information .latest-information-hotlist li a span {
    position: absolute;
    left: 0;
    top: 0;

    background-color: #f5f5f5;
    color: #999;
    width: 21px;
    height: 21px;
    text-align: center;
    z-index: 9;
}
.latest-information .latest-information-hotlist li a span:after{
    content: '';
    background-color: inherit;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    border-left: 10.5px solid #f5f5f5;
    border-right: 10.5px solid #f5f5f5;
    border-bottom: 5px solid #fff;
    position: absolute;
}
.latest-information .latest-information-hotlist li:first-child a span:after{
    border-left-color: #d90030;
    border-right-color: #d90030;
}
.latest-information .latest-information-hotlist li:nth-child(2) a span:after{
    border-left-color: #ff7518;
    border-right-color: #ff7518;
}
.latest-information .latest-information-hotlist li:nth-child(3) a span:after{
    border-left-color: #ffc107;
    border-right-color: #ffc107;
}

.latest-information .latest-information-hotlist li:first-child a span{
    background-color: #d90030;
    color: #fff;
}
.latest-information .latest-information-hotlist li:nth-child(2) a span{
    background-color: #ff7518;
    color: #fff;
}
.latest-information .latest-information-hotlist li:nth-child(3) a span {
    background-color: #ffc107;
    color: #fff;
}

.latest-information .latest-information-hotlist li div a {
    padding-left: 0;
}

.lesson-preparation .lesson-preparation-con-item li {
    width: 120px;
    margin: 0 0.9em 1.5em 0.9rem;
}

.lesson-preparation .lesson-preparation-con-item li a {
    display: block;
}

.lesson-preparation .lesson-preparation-con-item li a p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.lesson-preparation .lesson-preparation-con-item li .rounded {
    width: 100%;
}

/*.lesson-preparation .lesson-preparation-con-item li:nth-child(5n){*/
/*    margin-right: 0;*/
/*}*/

.lianshan-boutique .lianshan-boutique-left {
    width: 276px;
}

.lianshan-boutique .lianshan-boutique-left .rounded {
    width: 100%;
    height: 368px;
}

.excellent-author ul li {
    display: block;
    width: 193px;
}
.excellent-author ul li .card-text{
    min-height: 71px;
}

.excellent-author .excellent-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-right: 0.5rem;
}

.excellent-author .excellent-author-avatar img {
    width: 100%;
    height: 100%;
}

.excellent-author .excellent-author-info {
    width: 193px;
    border-radius: .25rem;
    background-color: #fff;
    position: relative;
    top: -40px;
    padding: 3rem 1rem 1rem 1rem;
}

.excellent-author .excellent-author-info h5 {
    width: 100%;
}

.excellent-author .carousel-indicators li {
    background-color: #f9b25f;
}

.excellent-author .carousel-control-next, .excellent-author .carousel-control-prev {
    width: 2rem;
}

.excellent-author .carousel-inner {
    padding: 0 2rem;
}

.excellent-author .carousel-inner .carousel-item ul li {
    margin: 0 0.75em;
}

.excellent-author .carousel-control-prev,
.excellent-author .carousel-control-next {
    height: 206px;
}

.excellent-author .carousel-control-prev i,
.excellent-author .carousel-control-next i {
    color: #6c757d;
    font-size: 1.5rem;
}

/* 404样式 start */
.no-exist-page{
    padding: 4rem 0;
    text-align: center;
}
.no-exist-page .img-box{
    height: 250px;

}
.no-exist-page .img-box img{
    height: 100%;
    margin: 0 auto 1rem auto;
}
.no-exist-page p{
    color: #6c757d;
}
.no-exist-page .btn{
    font-size: 1.125rem;
    padding: .5rem 3rem;
    margin-top: 2rem;
}
/* 404样式 end */

/* 底部样式 start */
footer {
    background-color: #fff;
    padding: 2rem 0;
    margin-top: 1rem;
}
.footer-no-nav>.width-out,.footer-no-nav>.container{
    display: none;
}

footer .footer-nav {
    border-bottom: 1px solid #ddd;
    padding: 0 1.5rem;
    text-align: center;
}
footer .footer-nav a{
    display: inline-block;
    color: #6c757d;
    font-size: 1rem;
    padding: 0 1rem 1rem;
    position: relative;
}
footer .footer-nav a:hover{
    color: #2780e3;
}
footer .footer-nav a:after{
    content: '';
    position: absolute;
    top: 0.7rem;
    right: -0.35rem;
    width: 0.5rem;
    height: 1px;
    background-color: #6c757d;
}
footer .footer-nav a:last-child:after{
    display: none;
}

footer .foot-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .foot-nav li {
    margin-right: 3rem;
}

footer .foot-nav li h5 {
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

footer .foot-nav li a {
    font-size: 0.875rem;
    color: #6c757d;
    display: block;
    margin-bottom: 1.5rem;
}

footer .foot-nav li a:hover {
    color: rgba(0, 0, 0, .9);
}

footer .foot-qrcode > div {
    width: 145px;
    margin-left: 2rem;
}

footer .foot-qrcode div img {
    width: 100%;
    height: 145px;
    margin-bottom: 1rem;

}

footer .foot-qrcode div p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
}

footer .footer-copyright {
    padding: 0 1.5rem;
}

footer .footer-copyright p {
    text-align: center;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.875rem;
}

footer .footer-copyright p:last-child {
    margin-top: 1rem;
}
.footer-no-nav .footer-copyright{
    margin-top: 0;
}
.footer-no-nav{
    padding: 1.5rem 0;
}

/* 底部样式 end */

/* 登录页样式 start */
.login-content {
    width: 100%;
    height: 680px;
    background-color: #367bf0;
    position: relative;
    overflow: hidden;
}

.login-content .loginbg-office {
    position: absolute;
    bottom: 107px;
    width: 642px;
    left: 50%;
    margin-left: -381px;
    z-index: 9;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.login-content .loginbg-bubble {
    position: absolute;
    bottom: 238px;
    width: 1279px;
    left: 50%;
    margin-left: -462px;
    z-index: 8;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.login-content .loginbg-wave1, .login-content .loginbg-wave2, .login-content .loginbg-wave3, .login-content .loginbg-wave4 {
    position: absolute;
    bottom: 0;
    width: 1967px;
    left: 50%;
    margin-left: -980px;
    z-index: 9;
}

.login-content .loginbg-wave4 {
    z-index: 7;
    bottom: -234px;
    animation: wave 3s infinite ease-in-out;
    -moz-animation: wave 3s infinite ease-in-out;
    -ms-animation: wave 3s infinite ease-in-out;
    -webkit-animation: wave 3s infinite ease-in-out;
}

.login-content .loginbg-wave3 {
    z-index: 6;
    bottom: -60px;
    animation: wave 4s infinite ease-in-out;
    -webkit-animation: wave 4s infinite ease-in-out;
    -moz-animation: wave 4s infinite ease-in-out;
    -ms-animation: wave 4s infinite ease-in-out;
}

.login-content .loginbg-wave2 {
    z-index: 5;
    bottom: -230px;
    animation: wave 5s infinite ease-in-out;
    -webkit-animation: wave 5s infinite ease-in-out;
    -moz-animation: wave 5s infinite ease-in-out;
    -ms-animation: wave 5s infinite ease-in-out;
}

.login-content .loginbg-wave1 {
    z-index: 4;
    bottom: -234px;
}

@keyframes wave {
    0% {
        transform: translateY(0) translateX(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    50% {
        transform: translateY(15px) translateX(1%);
        -wekbit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
    }
    100% {
        transform: translateY(0) translateX(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes wave {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
        -wekbit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@-moz-keyframes wave {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
        -wekbit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@-ms-keyframes wave {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
        -wekbit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}
.login-content .container{
    position: relative;
    z-index: 10;
    padding-top: 6rem;
}
.login-content .container .btn-warning{
    font-size: 1.25rem;
    margin-top: 5rem;
    color: #367bf0;
    padding: .5rem 2rem;
    font-weight: bold;
}
.login-content .login-box{
    background-color: #fff;

    position: relative;
    height: 480px;
    width: 400px;
}

/* 登录页样式 end */

/* 栏目页样式 start */
.tree-sidebar{
    border-radius: .25rem;
    width: 300px;
    float: left;
    z-index: 101;
}
.tree-sidebar.fixedSidebar{
    position: fixed;
    top: 66px;
    left: 50%;
    margin-left: -600px;
}
#columnDetailSiderRight{
    transition: margin-top .2s ease;
    -webkit-transition: margin-top .2s ease;
}
.columnFixedSidebar{
    position: fixed;
    top: 54px;
    right: 50%;
    margin-top: 0px;
    margin-right: -600px;
    width: 300px;
}
.columnFixedSidebar2{
    position: fixed;
    top: 54px;
    margin-top: -131px;
    right: 50%;
    margin-right: -600px;
    width: 300px;
}
.tree-sidebar #tree{
    position: relative;
}
.tree-iscroll{
    position: relative;
    overflow-y: auto;
    background-color: #fff;
}
.tree-container{
    width: calc(100% - 316px);
    float: right;
}
.tree-sidebar .detail-yourlike .like-list li{
    padding: 1rem 0;
    border-bottom: 1px dashed #ddd;
}
.tree-sidebar .detail-yourlike .like-list li:first-child{
    padding-top: 0;
}
.tree-sidebar .detail-yourlike .like-list .office-icon:before{
    top: 0;
    margin-top: 2.5px;
}
.tree-sidebar .btn-group{
    width: 100%;
}
.tree-sidebar .dropdown-toggle{
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tree-sidebar .dropdown-menu{
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.tree-sidebar .treeview{
    padding: 1rem;
}
.tree-sidebar .treeview .treeview{
    padding: 0;
}
.tree-sidebar .treeview a,.tree-sidebar .treeview span{
    top: -5px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #3f3f3f;
    font-size: 0.875rem;
    padding-left: 5px;
}
.tree-sidebar>.treeview>li>a,.tree-sidebar>.treeview>li>span{
    font-weight: bold;
    font-size: 1rem;
}
.tree-sidebar .treeview a:hover{
    color: #121416;
}
.tree-sidebar .treeview a.selected{
    background-color: transparent;
    color: #2780e3;
}
.tree-sidebar .drop-type{
    padding: 1rem 1rem .5rem 1rem;
}
.tree-sidebar .drop-type .btn{
    padding: .175rem .75rem;
    font-size: 0.875rem;
    margin-bottom: .5rem;
}
.tree-sidebar .drop-type .btn-primary{
    color: #fff;
}
.tree-sidebar .drop-type .btn-default:hover{
    background-color: #eee;
}
.tree-sidebar .drop-type .btn-group{
    margin-right: 1rem;
}
.tree-sidebar .tree-notree li{
    padding: 0;
}
.tree-sidebar .tree-notree li a{
    top: 0;
    padding: .75rem 1.25rem;
    display: block;
}
.tree-sidebar .tree-notree li:hover{
    background-color: #eee;
}
.tree-sidebar .tree-notree li a.active{
    background-color: #2780e3;
    color: #fff;
}
.tree-sidebar .tree-notree li a.active *{
    color: #fff;
}
.tree-sidebar .tree-notree li a:hover{
    text-decoration: none;
}
.tree-sidebar .tree-notree li a *{
    display: block;
    top: 0;
    font-size: 1rem;
    padding-left: 0;
}
.tree-container .category-list{
    background-color: #fff;

    padding: 1.5rem;
}
.tree-container .category-list .btn-group{
    margin-right: 0!important;
}
.tree-container .category-list-search{
    width: calc(100% - 316px);
}
.tree-container .category-list-search .dropdown-toggle-init.btn-secondary{
    background-color: #fff;
    border-color: #ddd;
    color: #ddd;
}
.tree-container .category-list-search .dropdown-toggle-init.btn-secondary:focus{
    box-shadow: 0 0 0 0.1rem rgba(130,138,145,.2);
}
.tree-container .category-list .dropdown-toggle-init.btn-secondary{
    background-color: #fff;
    border-color: #ddd;
    color: #ddd;
}
.tree-container .category-list .dropdown-toggle-init.btn-secondary:focus{
    box-shadow: 0 0 0 0.1rem rgba(130,138,145,.2);
}
.search-subject-box .btn{
    margin-bottom: .5rem;
}
.tree-container .subject-list{
    background-color: #fff;

    padding: 1.5rem;
    width: 300px;
}
.tree-container .subject-list .tab-item{
    text-align: center;
    position: relative;
    padding-bottom: 0.5rem;
    display: block;
}
.tree-container .subject-list .tab-item:after{
    content: '';
    width: 0;
    height: 2px;
    background-color: #2780e3;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transition: all .2s ease;
    transform: translateX(-50%);
    overflow: hidden;
}
.tree-container .subject-list .tab-item.active:after{
    width: 100%;
}
.tree-container .category-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tree-container .category-list ul li{
    margin-bottom: 1rem;
}
.tree-container .category-list ul li:last-child{
    margin-bottom: 0!important;
}
.tree-container .category-list li p{
    width: 66px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.875rem;
    text-align: justify;
    text-align-last: justify;
    padding-left: 0!important;
    padding-right: 0!important;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}
.tree-container .category-list li span{
    color: #6c757d;
    font-size: 0.875rem;
    padding-left: 0!important;
    padding-right: 0!important;
}
.tree-container .category-list li .btn{
    padding: .175rem .75rem;
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.6;
}
.tree-container .category-list li .btn-primary{
    color: #fff;
}
.tree-container .category-list li .btn-default:hover{
    background-color: #eee;
}
.tree-container .category-list li .btn-group{
    margin-right: 1rem;
}
.tree-container .category-list li .dropdown-menu{
    width: 500px;
    min-height: 86.59px;
}
.dropdown-custom{
    white-space: normal;
}
.more-item-show .more-item{
    display: inline-block!important;
}
.tree-container .category-container{
    margin-top: 1rem;
    background-color: #fff;
    border-radius: .25rem;
    padding: 0 1.5rem;
}
.tree-container .category-container .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.tree-container .category-container .navbar-expand-lg .navbar-nav {
     -ms-flex-direction: row;
     flex-direction: row;
 }
.tree-container .category-container .navbar-toggler {
    display: none;
}
.tree-container .category-container nav{
    padding: 0;
}
.tree-container .category-container nav li{
    position: relative;
}
.tree-container .category-container nav li.active:after{
    width: 100%;
    height: 2px;
    background-color: #2780e3;
    bottom: -1px;
    left: 0;
    content: '';
    position: absolute;
}
.tree-container .category-container nav li{
    padding: 1rem 0.5rem;
    margin-right: 1rem;
}
.tree-container .category-container nav li.active>a{
    color: #3d7efe!important;
}
.tree-container .category-list-items{
    min-height: 300px;
}
.tree-container .category-list-items ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tree-container .category-list-items ul li{
    padding: 1.5rem 0;
}
.tree-container .category-list-items ul li:last-child{
    /*border-bottom: 0!important;*/
}
.tree-container .category-list-items .bread-nav span:last-child{
    display: none;
}
.tree-container .category-list-items .btn-outline-warning,
.tree-container .category-list-items .btn-outline-primary,
.tree-container .category-list-items .btn-outline-danger{
    font-size: 0.875rem;
    padding: 0rem .5rem;
    pointer-events: none;
    cursor: default;
}
.tree-container .category-list-items .btn-outline-warning{
    color: #c7a152;
    border-color: #c7a152;
}
.tree-container .category-list-items .btn-outline-primary{
    color: #2780e3;
}
.tree-container .category-list-items .btn-outline-danger{
    color: #dc3545;
}
.tree-container .category-list-items .btn-sign{
    font-size: 0.875rem;
    padding: 0rem .5rem;
}
.tree-container .category-list-items .items-img{
    width: 72px;
    text-align: center;
    font-size: 0.875rem;
    position: relative;
}
.tree-container .category-list-items .items-img2{
    width: 40px;
}
.tree-container .category-list-items .items-img .img-box{
    width: 75px;
    height: 90px;
    /*margin-bottom: .5rem;*/
    z-index: 1;
}
.tree-container .category-list-items .items-img2 .img-box{
    width: 40px;
    height: 48px;
    /*margin-bottom: .5rem;*/
}
.category-list-items ul li{
    border-bottom-style: dashed!important;
}
.category-list-items ul li .items-info{
    color: #aaa!important;
    margin-top: 0.75rem!important;
}
.category-list-items ul li .items-info p{
    font-size: 0.75rem;
}
.category-list-items ul li .sign a{
    color: #999;
}
.tree-container .category-list-items .items-img img{
    width: 100%;
}
.tree-container .category-list-items .items-img p{
    margin-top: -13px;
    color: #6c757d;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 2px;
}
.tree-container .category-list-items .title{
    width: 1px;
    display: block;
}
.tree-container .category-list-items .title h5{
    margin-bottom: 0;
    width: 100%;
}
.category-list-items .title{
    text-decoration: none;
}
.category-list-items .title h5{
    font-size: 1rem;
}
.category-list-items .title h5:hover{
    color: #2780e3;
}
.category-list-items .title h5 tag{
    color: #dc3545;
}
.tree-container .category-list-items .breadcrumb a{
    padding-top: 0;
    padding-bottom: 0;
}
.tree-container .category-list-items .sign .btn-light{
    font-size: 0.875rem;
    padding: 0.1rem .5rem;
}
.tree-container .category-list-items .items-info i{
    font-size: 0.875rem;
}
.tree-container .category-list-items .flex-grow-1{
    width: 0px;
}
/* 栏目页样式 end */

/* 专题页样式 start */
.topic-bg-gap{
    position: absolute;
    top: 84px;
    width: 100%;
    left: 0;
    background-color: #2f89ff;
    z-index: -1;
    height: 168px;
    background-image: url("../img/topic-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topic-breadcrumb li,.topic-breadcrumb li.active,.topic-breadcrumb li.active:before{
    color: #fff;
}
.topic-breadcrumb a{
    color: #fff;
}
.topic-sidebar{
    width: 290px;
    float: left;
}
.topic-container{
    float: right;
    width: calc(100% - 306px);
}
.topic-sidebar ul{
    margin-bottom: 1rem;
    padding: .5rem 0;
    background-color: rgba(255, 255, 255, 1);

    list-style: none;
}
.topic-sidebar ul li a{
    padding: 0.5rem 1.5rem;
    text-decoration: none;
}
.topic-sidebar ul li a i{
    margin-left: 1.5rem;
    color: #6c757d;
    font-size: 0.875rem;
    display: block;
}
.topic-sidebar ul li a span{
    display: block;
}
.topic-container .topic-attr-list{
    background-color: rgba(255, 255, 255, 1);

    padding: 1.5rem;
    z-index: 10;
    position: relative;
}
.topic-container .topic-attr-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.topic-container .topic-attr-list ul li{
    margin-bottom: 1rem;
    position: relative;
}
.topic-container .topic-attr-list ul li .collapse-more-list{
    white-space: nowrap;
    width: 0px;
    /*overflow: hidden;*/
}
.topic-container .topic-attr-list ul li .collapse-more-list .more-item{
    display: none;
}
.topic-container .topic-attr-list ul li .collapse-more-list *[data-moreshow="true"] {
    display: inline-block;
}
.collapse-items{
    font-size: 0;
}
.topic-container .topic-attr-list ul li .collapse-more{
    margin-left: 1rem;
    display: none;
}
.topic-container .topic-attr-list ul li .collapse-more span{
    margin-right: .3em;
}
.topic-container .topic-attr-list ul li .collapse-more i{
    font-size: 0.875rem;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    display: inline-block;
}
.topic-container .topic-attr-list ul li:last-child{
    margin-bottom: 0;
}
.topic-container .topic-attr-list li p{
    width: 66px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.875rem;
    text-align: justify-all;
    text-align-last: justify;
    padding-left: 0!important;
    padding-right: 0!important;
}
.topic-container .topic-attr-list li span{
    color: #6c757d;
    font-size: 0.875rem;
    padding-left: 0!important;
    padding-right: 0!important;
}
.topic-container .topic-attr-list li .btn{
    padding: .175rem .75rem;
    font-size: 0.875rem;
    margin: .2rem .4rem .5rem .2rem;
}
.topic-container .topic-attr-list li .btn-primary{
    color: #fff;
}
.topic-container .topic-attr-list li .btn-default:hover{
    background-color: #eee;
}
.topic-container .topic-attr-list li .btn-group{
    margin-right: 1rem;
}
.topic-container .topic-attr-list li .dropdown-menu{
    width: 500px;
}
.topic-container .topic-content{
    margin-top: 1rem;
    background-color: #fff;
    border-radius: .25rem;
    padding: 0 1.5rem;
}
.topic-container .topic-content nav{
    padding: 0;
}
.topic-container .topic-content nav li{
    position: relative;
    margin-right: 2rem;
}
.topic-container .topic-content nav li.active:after{
    width: 100%;
    height: 2px;
    background-color: #2780e3;
    bottom: -1px;
    left: 0;
    content: '';
    position: absolute;
}
.topic-container .topic-content nav li a{
    padding: 1rem 0rem!important;
}
.topic-container .topic-list-items{
    min-height: 300px;
}
.topic-container .topic-list-items ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.topic-container .topic-list-items ul li{
    padding: 1.5rem 0;
    position: relative;
}
.topic-container .topic-list-items ul li:last-child{
    /*border-bottom: 0!important;*/
}
.topic-container .topic-list-items .bread-nav span:last-child{
    display: none;
}
.topic-container .topic-list-items .btn-warning,.topic-container .topic-list-items .btn-danger{
    font-size: 0.875rem;
    padding: 0rem .3rem;
    color: #fff;
    margin-right: .3rem;
}
.topic-container .topic-list-items .items-img{
    width: 100px;
    text-align: center;
}
.topic-container .topic-list-items .items-img .img-box{
    width: 100px;
    height: 130px;
}
.topic-container .topic-list-items .items-img img{
    width: 100%;
    height: 100%;
}
.topic-container .topic-list-items .title{
    width: 1px;
}
.topic-container .topic-list-items .title h5{
    margin-bottom: 0;
}
.topic-container .topic-list-items .flex-grow-1{
    width: 0px;
}
.tree-container .topic-list-items li{
    width: 20%;
    border-bottom: none!important;
    padding: 0.75rem!important;
}
.tree-container .topic-list-items li .text-ellipsis-2{
    min-height: 42px;
    overflow: hidden;
}
.tree-container .topic-list-items li .rounded{
    display: block;
    width: 100%;
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/substitute-bg.jpg");
}
.tree-container .topic-list-items li .rounded:hover{
    border: 1px solid #2780E3;
}
.category-container-topic{
    padding: 0.75rem!important;
}
/* 专题页内容样式 end */


.topic-con-title{
    background-color: #fff;
    padding: 0 1.5rem;
}
.topic-con-title .topic-con-title-imgbox{
    width: 123px;
    height: 166px;
    margin: 1.5rem 2rem 1.5rem 0;
    overflow: hidden;
}
.topic-con-title .topic-con-title-imgbox img{
    width: 100%;
    height: 100%;
}
.topic-con-title .topic-con-title-info{
    padding: 1.5rem 0;

    background-color: #fff;
}
.topic-con-title .topic-con-title-info h5{
    margin-bottom: 1rem;
    margin-left: .3rem;
    min-height: 48px;
}
.topic-con-title .topic-con-title-info .title-box .btn-warning,.topic-con-title .topic-con-title-info .title-box .btn-danger{
    font-size: 0.75rem;
    padding: 0rem .3rem;
    color: #fff;
    margin-right: .3rem;
    margin-top: 3px;
    display: block;
}
.topic-con-title .topic-con-title-info .title-box .title{
    display: block;
    flex-basis: 0;
}
.topic-con-title .topic-con-title-info .btn-danger{
    color: #fff;
}
.topic-con-title .topic-con-title-info .download-btn{
    padding: .9rem 1.5rem;
}
.topic-con-title .topic-con-title-qrcode{
    text-align: center;
    font-size: 0.875rem;
    width: 120px;
    margin-left: 2rem;
    margin-top: 1.5rem;
}
.topic-con-title .topic-con-title-qrcode .img-box{
    width: 102px;
    height: 102px;

    border: 1px solid #dee2e6;
    overflow: hidden;
    display: inline-block;
}
.topic-con-title .topic-con-title-qrcode .imgbox img{
    width: 100%;
    display: block;
}
.topic-con-title .topic-con-title-qrcode p{
    margin-bottom: 0;
}
.topic-con-title .topic-con-title-qrcode img{
    width: 102px;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.topic-con-title .topic-con-feature{
    margin-top: 1.3rem;
}
.topic-con-sidebar{
    width: 300px;
    float: right;
}
.topic-con-container{
    float: left;
    width: calc(100% - 316px);
}
.topic-con-container .topic-content nav{
    padding: 0;
}
.topic-con-container .topic-content nav li{
    position: relative;
    margin-right: 2rem;
}
.topic-con-container .topic-content nav li.active:after{
    width: 100%;
    height: 2px;
    background-color: #2780e3;
    bottom: -1px;
    left: 0;
    content: '';
    position: absolute;
}
.topic-con-container .topic-content nav li a{
    padding: 1rem 0rem!important;
}
.topic-content-catalog{
    padding: 1.5rem 0;
}
.topic-content-catalog .catalog-item{
    top: -2.5px;
    display: block;
    color: #3f3f3f;
    font-size: 0.875rem;
    position: relative;
}
.topic-content-catalog .unview{
    color: #6c757d;
    top: -3.5px;
}
.topic-content-catalog .unview .custom-control-label::before{
    left: -1.3rem;
}
.topic-content-catalog .unview .custom-control-label::after{
    left: -1.3rem;
}
.topic-content-catalog .unview span{
    padding-left: 0;
}
.topic-content-catalog h5{
    margin-bottom: 1.5rem;
}
.topic-content-catalog .custom-checkbox{
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}
.topic-content-catalog .custom-control-label::after,.topic-content-catalog .custom-control-label::before{
    top: 0.18rem;
}
.topic-content-catalog ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.topic-content-catalog .custom-checkbox{
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;

}
.topic-content-catalog .custom-checkbox label{
    padding: 0;
    cursor: pointer;
}
.topic-content-catalog ul li .flex-grow-1{
    width: 0;
}
.topic-content-catalog ul li label{
    width: 100%;
}
.topic-content-catalog ul li label span{
    width: 100%;
    padding-left: 1.3rem;
}
.topic-content-catalog ul li label span.office-icon:before{
    margin-top: -0.45rem;
}
.topic-content-catalog-price{
    width: 120px;
    margin-left: 1.5rem;
    font-size: 0.875rem;
}
.topic-content-catalog-price p{
    margin-bottom: 0;
    padding: 0;
}
.topic-content-catalog-price a{
    color: #2780e3;
    padding: 0;
    font-size: 0.875rem;
    background-color: transparent!important;
}
.topic-content-catalog-price i{
    font-size: 0.875rem;
}

.topic-con-sidebar .topic-content-command{

    background-color: #fff;
    margin-top: 1rem;
}
.topic-con-sidebar .topic-content-command .imgbox{
    width: 120px;
    height: 157px;
    overflow: hidden;
}
.topic-con-sidebar .topic-content-command .imgbox img{
    width: 100%;
}
.topic-con-sidebar .topic-content-command h5{
    font-size: 1rem;
    padding: 1rem 0;
    margin: 0 1rem;
}
.topic-con-sidebar .topic-content-command ul{
    margin: 0;
    padding: 1rem;
    list-style: none;
}
.topic-con-sidebar .topic-content-command ul li a{
    font-size: 0.875rem;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
#downloadSelectedFiles{
    margin-right: -1.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}
#downloadSelectedFiles:after{
    content: '';
    background-color: #dee2e6;
    height: 1px;
    width: 1.5rem;
    bottom: -0.64rem;
    right: 0;
    position: absolute;
    pointer-events: none;
}
/* 专题页内容样式 end */

/* 专题页样式 end */

/* 学科学段样式 start */
.set-meal-gap{
    height: 152px;
    margin-top: 1rem;
}
.set-meal-gap .set-meal-gap-item{
    width: 290px;
    height: 152px;

    overflow: hidden;
    position: relative;
    display: block;
}
.set-meal-gap .set-meal-gap-item img{
    height: 100%;
}
.set-meal-gap.paper-set-meal-gap{
    height: 120px;
}
.set-meal-gap.paper-set-meal-gap .set-meal-gap-item{
    height: 120px;
    display: block;
}
.subject-area{
    width: 270px;
    float: right;
    margin-top: 1rem;

    overflow: hidden;
}
.subject-area .btn{
    border-color: #ddd;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
}
.subject-type-list{
    /*border-top-left-radius: 0!important;*/
    /*border-bottom-left-radius: 0!important;*/
}
.subject-area .btn:nth-child(2n+1){
    float: left;
}
.subject-area .btn:nth-child(2n){
    float: right;
}
.subject-footer .foot-qrcode{
    padding-bottom: 1rem;
}
.subject-footer .footer-nav p{
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.2rem;
}
.subject-footer .footer-nav h2{
    margin-top: 1.5rem;
}
.subject-footer .footer-nav h2 i{
    font-size: 1.75rem;
}
footer.subject-footer .foot-nav li{
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #ddd;
    margin-bottom: 1.5rem;
}
footer.subject-footer .foot-nav li:last-child{
    border-right: 0;
}
footer.subject-footer .foot-nav li a{
    margin-bottom: 0;
}
.sbujectstage-bg-gap{
    position: absolute;
    top: 84px;
    width: 100%;
    left: 0;
    background-color: #f4f4f6;
    z-index: -1;
    height: 419px;
    background-image: url("../img/subject-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.subjectstage-title{
    font-size: 1.75rem;
    font-weight: bold;
    margin: 2rem 0;
}
.subjectstage-img-1{
    height: 90px;
    overflow: hidden;
    width: 100%;

}
.subjectstage-img-1 img{
    height: 100%;
    width: auto;
}
.subjectstage-shijuan-img-list li{
    width: 120px;
}
.subjectstage-shijuan-img-list li .rounded{
    height: 160px;
}
.subjectstage-shijuan-img-list li .rounded img{
    width: 100%;
}
/* 学科学段样式 end */

/* 试卷样式 start */
.paper-hot-sign{
    overflow-y: auto;
    height: 229px;
}
.paper-hot-sign a{
    margin-right: .5rem;
    margin-bottom: .5rem;
}
/* 试卷样式 end */

/* 导航样式 start */
.scene-bg-gap{
    position: absolute;
    top: 27px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: -1;
    height: 561px;
    background-image: url("../img/subjectstage-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.type-bg-gap{
    position: absolute;
    top: 27px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: -1;
    height: 561px;
    background-image: url("../img/nav-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.scene-logo img{
    height: 60px;
}
.scene-nav-box{
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 3rem;
}
.scene-title-item{
    margin-right: 3rem;
    width: 147px;
    position: relative;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}
.scene-title-item:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: rgba(0,0,0,.1);
    right: 30px;
    top: 15px;
    border-radius: 5px;
}
.scene-title-item:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 54px;
    background-color: rgba(0,0,0,.1);
    right: 0px;
    top: 0px;
    border-radius: 1px;
    transform: rotate(25deg);
}
.scene-title-item h2{
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 4px 4px 2px rgba(0,0,0,.2);
    text-align: justify-all;
    text-align-last: justify;
    width: 100px;
}
.scene-title-item p{
    color: #6c757d;
    font-size: 0.75rem;
    margin-bottom: 0;
}
.scene-nav-box .btn-link{
    color: #007bff;
    margin-right: 2rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}
.scene-nav-box .btn-default{
    margin-right: .5rem;
}
/* 导航样式 end */

/* 详情样式 start */
.fixed-detail-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 999;
}
.fixed-detail-nav h1{
    font-size: 1.25rem;
}
.detail-sidebar{
    width: 300px;
    float: right;
}
.detail-con{
    float: left;
    width: 100%;

}
.detail-con-zip-statistics{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.detail-con .detail-con-detail{
    background-color: #fff;
}
.detail-con .detail-con-header{
    padding: 1.5rem;
}
.detail-con .detail-con-header h1{
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.detail-con .detail-download-btn{
    margin-left: 2rem;
    color: #fff;
    /*line-height: 2.2;*/
    padding-left: 1rem;
    padding-right: 1rem;
}
.detail-con .detail-download-btn:hover{
    color: #fff;
}
.detail-con .detail-con-con{
    padding: 1.5rem;
    min-height: 300px;
}
.detail-con .detail-con-con img{
    max-width: 100%;
    margin: 0 auto 1rem auto;
    pointer-events: none;
}
.detail-con-inner{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.detail-con-txt{
    max-height: 960px;
    overflow: hidden;
    position: relative;
}
.detail-con-txt-more{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 4rem 0 2rem 0;
    cursor: pointer;
    background-image: linear-gradient(to top,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 30%,
    rgba(255,255,255,0) 100%); );
    background-position: center;
    background-blend-mode: normal;
    right: 0;
    font-size: 1rem;
    color: #23272b;
}
.detail-con-txt-more i{
    margin-left: .5rem;
}
.detail-con-txt-more span{
     color: #2780e3;
}
.detail-con-img-more,#dataLoading{
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.detail-con-img-more i,#dataLoading i{
    display: inline-block;
}
.detail-con-img-more span,#dataLoading span{
    margin-right: 0.5rem;
}
.detail-con-img-more:active,#dataLoading:active{
    border-color: transparent!important;
    box-shadow: none!important;
}
.detail-con-img-more:focus,#dataLoading:focus{
    border-color: transparent!important;
    box-shadow: none!important;
}

.detail-con-zip {

}
.detail-con-zip .treeview{
    padding: 1.5rem;
    border: 1px dashed #2780e3;
    background-color: #f0fbff;
}
.detail-con-zip .treeview ul{
    background-color: #f0fbff;
}
.detail-con-zip .treeview .view,.detail-con-zip .treeview .unview,.detail-con-zip.treeview span{
    top: -4px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #3f3f3f;
    font-size: 0.875rem;
    padding-left: 5px;
}
.detail-con-zip .treeview .unview{
    font-size: 1rem;
    background-color: transparent;
    padding-left: 1.45rem;
    margin-left: 0.2rem;
}
.detail-con-zip>.treeview>li>a,.detail-con-zip>.treeview>li>span{
    font-weight: bold;
    font-size: 1rem;
    cursor: default;
}
.detail-con-zip .treeview .view:hover{
    color: #121416;
}
.detail-con-zip .treeview .view.selected{
    background-color: transparent;
    color: #23272b;
}
.detail-con-zip .treeview .view .text-ellipsis{
    padding-right: 1rem;
    background-color: transparent;
    color: #3f3f3f;
}
.detail-con-zip .treeview a.selected{
    background: transparent;
}
.detail-con-zip .treeview .view .text-primary{
    margin-left: 1rem;
}
.detail-con-zip .treeview .view a:hover{
    color: #2780e3;
}
.detail-con-zip .treeview .view.unview{
    cursor: default;
}
.detail-con-zip .treeview .view.unview span{
    color: #6c757d;
    margin-left: 1rem;
}
.detail-con-zip .treeview .view span{
    color: #2780e3;
    margin-left: 1rem;
}
.detail-con-zip .treeview .view.office-icon{
    padding-left: 1.4rem;
    margin-left: .2rem;
}
.detail-con-none.empty-box[data-empty="true"] i{
    font-size: 6rem;
}
.detail-con-download{

    background-color: #fff;
    margin-top: 1rem;
    padding: 1.5rem;
}
.detail-gg{
    height: 100px;
    margin-top: 1rem;
}
.detail-gg .img-box{
    overflow: hidden;
    height: 100px;
    width: 100%;
    display: block;
}
.detail-gg .img-box img{
    height: 100%;
}
.detail-introduction, .detail-yourlike{
    background-color: #fff;

    margin-top: 1rem;
    padding: 0 1.5rem;
}
.show-classroom{
    margin: 0;
    padding: 0;
}
.show-classroom li{
    margin-bottom: 1rem;
    height: 80px;
    width: 100%;
}
.show-classroom li:last-child{
    margin-bottom: 0;
}
.show-classroom li .classroom-img{
    height: 100%;
    width: 140px;
    position: relative;
    background-color: #fff;
    background-image: url("../img/substitute-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.show-classroom li .classroom-img2{
    width: 110px;
}
.show-classroom li .classroom-img img{
    width: 100%;
    height: 100%;
}
.show-classroom li .classroom-img2 a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.show-classroom li .classroom-img2 a:hover{
    border: 1px solid #2780E3;
}
.show-classroom li .classroom-info{
    width: calc(100% - 148px);
}
.show-classroom li .classroom-info2{
    width: calc(100% - 118px);
}
.show-classroom li .classroom-info a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: -3px;
    height: 66px;
    font-size: 14px;
}
.show-classroom li .classroom-info p{
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.detail-yourlike{
    padding: 0 1rem;
}
#introductionBox{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
.detail-introduction h5, .detail-yourlike h5{
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.detail-introduction .detail-introduction-hide{
    height: 85px;
    overflow: hidden;
}
.detail-introduction #detailIntroductionCol{
    display: none;
}
#detailIntroductionCol i{
    display: inline-block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
#detailIntroductionCol .rotate-throw{
    top: -2px;
    margin-left: .5rem;
}
.detail-yourlike ul{
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}
.detail-yourlike ul li:nth-child(2n){
    padding-right: 0!important;
}
.detail-yourlike ul li:nth-child(2n - 1) {
    padding-left: 0!important;
}
.detail-sidebar .detail-qrcode-box{

    background-color: #fff;
    padding: 1.5rem;
}
.detail-sidebar .detail-qrcode-box .img-box{
    width: 90px;
    height: 90px;
}
.detail-sidebar .detail-sidebar-gg{
    height: 125px;
    overflow: hidden;
    margin-top: 1rem;
}
.detail-sidebar .detail-sidebar-gg:last-child{
    height: 200px;
}
.detail-sidebar .detail-sidebar-gg img{
    width: 100%;
}
.detail-sidebar .detail-yourlike .like-list .office-icon:before{
    top: 0;
    margin-top: 2.5px;
}
.detail-sidebar .detail-yourlike .like-list li{
    padding: 1rem 0;
    border-bottom: 1px dashed #ddd;
}
.detail-sidebar .detail-yourlike .like-list li:first-child{
    padding-top: 0;
}
.detail-sidebar .detail-yourlike .like-list li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.detail-title:before {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.35rem;
    top: 0;
}

/* 详情页样式 end */

/* 帮助中心样式 start */
.custom-textarea-calc{
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
    font-size: 14px;
    color: #6c757d;
}
.help-sidebar .help-nav-item{
    color: #6c757d;
}
.help-sidebar .help-nav-item:hover{
    color: #494f54;
}
.help-sidebar .help-nav-item.active{
    color: #2780e3;
}
.help-sidebar .help-nav-item.active:hover{
    color: #007bff;
}
.help-sidebar{
    width: 240px;
    float: left;

    background-color: #fff;
    padding: 1.5rem;
}
.help-container{
    width: calc(100% - 256px);
    float: right;

    background-color: #fff;
    padding: 1.5rem;
}
.help-sidebar a{
    display: block;
    padding: .375rem .75rem;
    font-size: 0.875rem;
}
.help-sidebar .accordion-item a:first-child{
    margin-top: .5rem;
}
.help-sidebar .accordion-item{
    margin-top: 1rem;
}
.help-sidebar .accordion-item:first-child{
    margin-top: 0;
}
.help-sidebar .accordion-item i{
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.help-sidebar .accordion-item .collapsed i.float-right{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.help-sidebar .accordion-item .rotate-throw{
    top: 3px;
    float: right;
}
.help-container h5{
    font-size: 1rem;
    padding: 0 0 1rem 0;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.help-container h5:after{
    content: '';
    position: absolute;
    bottom: -1px;
    background-color: #2780e3;
    height: 2px;
    width: 100%;
    left: 0;
}
.help-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.help-container .help-data-box li{
    border-bottom: 1px solid #dee2e6;
}
.help-container .help-data-box li a{
    padding: 1rem 0;
    font-size: 0.875rem;
}
.help-container .help-data-box li i{
    font-size: 0.75rem;
    margin-left: 1rem;
}
.announce-data-box,.announce-data-detail{
    min-height: 300px;
}
.help-container .empty-box{
    min-height: 300px;
}
.help-container .empty-box[data-empty="true"] i{
    font-size: 6rem;
}
/* 帮助中心样式 end */

/* 个人中心样式 start */
.member-sidebar .member-nav-item{
    color: #6c757d;
    position: relative;
    padding: 0.75rem 1rem 0.75rem 2.4rem;
    font-size: 0.875rem;
}
.member-sidebar .member-nav-item:hover{
    color: #494f54;
}
.member-sidebar .member-nav-item.active{
    color: #2780e3;
    background-color: #f0f6ff;
}
.member-sidebar .member-nav-item.active:before{
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #2780e3;
    position: absolute;
}
.member-sidebar .member-nav-item.active:hover{
    color: #007bff;
}
.member-sidebar{
    width: 190px;
    float: left;

    background-color: #fff;
    padding: 1rem 0;
}
.member-container{
    width: calc(100% - 190px);
    float: right;

}
.member-container .circle-dot{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: red;
}
.member-container .circle-dot[data-read="1"]{
    background: #6c757d;
}
.user-system-list{
    min-height: 300px;
}
.user-system-list li .is-no-read{
    padding-left: 1.5rem;
    position: relative;
}
.user-system-list li{
    padding: 1rem 0;
    cursor: pointer;
}
.user-system-list li .is-no-read:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: red;
}
.user-system-list li i{
    position: relative;
    top: 1px;
}
.user-system-list li[data-read="1"] .is-no-read:before{
    background: #999;
}
.user-system-list li[data-read="1"] .is-no-read{
    color: #999;
}
.member-sidebar a{
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-size: 1rem;
    color: #6c757d;
}
.member-sidebar .accordion-item a{
    text-decoration: none;
}
.member-sidebar .accordion-item a:first-child{

}
.member-sidebar .accordion-item{
    /*margin-top: 1rem;*/
}
.member-sidebar .accordion-item:first-child{
    margin-top: 0;
}
.member-sidebar .accordion-item i{
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.member-sidebar .accordion-item .collapsed i.float-right{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.member-sidebar .accordion-item .rotate-throw{
    top: 3px;
    float: right;
}
.membercontainer h5{
    font-size: 1rem;
    padding: 0 0 1rem 0;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.member-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.member-container .help-data-box li{
    border-bottom: 1px solid #dee2e6;
}
.member-container .help-data-box li a{
    padding: 1rem 0;
    font-size: 0.875rem;
}
.member-container .help-data-box li i{
    font-size: 0.75rem;
    margin-left: 1rem;
}
.announce-data-box,.announce-data-detail{
    min-height: 300px;
}
.member-container .empty-box{
    min-height: 300px;
}
.member-container .empty-box[data-empty="true"] i{
    font-size: 6rem;
}
.member-index-info-left, .member-assets-info-left{
    width: 300px;
    height: 180px;

    background-color: #fff;
}
.member-assets-info-left{
    width: 500px;
}
.member-index-info-right{
    height: 180px;

    background-color: #fff;
}
.member-index-info-left .user-avatar{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.w-33{
    width: 33.3333%;
}
.member-index-info-right .btn{
    max-width: 110px;
    margin: 0 auto;
}
.member-announce{
    width: calc(100% - 120px);
}
.member-announce a{
    padding-right: 2.5rem;
    width: 50%;
}
.member-list-items.tree-container{
    width: calc(100% - 1rem);
}
.member-user-info-card{
    width: 100%;
}
.member-user-info-card *{
    font-size: 0.875rem;
}
.member-user-info-card span.label{
    margin-bottom: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 120px;
    display: block;
}
/*.member-user-info-card *[readonly]{*/
/*    border: none;*/
/*    background-color: transparent;*/
/*}*/
.member-user-info-card.cant-change .input-box{
    display: none!important;
}
.member-user-info-card.can-change .info-box{
    display: none;

}
.member-user-info-card li{
    min-height: 60px;
}
.member-user-info-card .info-box{
    margin-bottom: 0;
    margin-left: 0.8rem;
    color: #6c757d;
}
.member-user-info-card li span{
    padding-left: 0.75rem;
}
.member-user-info-card .cover-wrap{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000000;
    text-align: center;
}
.member-user-info-card .avatar-input {
    width: 100%;
    opacity: 0;
    padding: 0;
    line-height: 80px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.member-user-info-card .clip-modal{
    width:500px;
    height:500px;
    margin:100px auto;
    background-color:#FFFFFF;
    overflow: hidden;
    border-radius:5px;
}
.member-user-info-card .view-image,.member-user-info-card .info-view-image{
    width:80px;
    height:80px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.member-user-info-card .avatar-input-tip{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    line-height: 2;
    z-index: 1;
    font-size: 0.75rem;
}
.member-user-info-card .avatar-input:disabled + .avatar-input-tip{
    display: none;
}

.member-user-info-card .clip-area{
    margin:10px;height: 400px;
}
.member-bind-box{
    border: 1px solid #dee2e6;

    padding: 1rem;
    margin-bottom: 1.5rem;
}
.member-bind-box i{
    font-size: 2rem;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #f2fbff;
    text-align: center;
    line-height: 70px;
    color: #2780e3;
}
.member-change-password,.member-user-verified{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    min-height: 320px;
}
.member-user-verified {
    max-width: 470px;
}
.member-user-verified .label{
    width: 120px;
}
.member-user-verified input{
    padding: 10px 15px;
}
.member-user-verified .error{
    left: 120px!important;
}
.bind-identify, .preview-img{
    background-color: #eeeeee;
    line-height: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #888888;
    font-size: 16px;
    width: 240px;
    height: 150px;
    background-image: url(../img/identify-plus.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: auto;
}
.bind-identify img, .preview-img img{
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.bind-identify-1:after, .preview-img:after{
    content: "添加手持身份证正面照";
    color: #cccccc;
    width: 240px;
    height: 150px;
    line-height: 220px;
}
.preview-img:after{
    content: '添加图片';
}
.bind-identify-2:after{
    content: "添加手持身份证背面照";
    color: #cccccc;
    width: 240px;
    height: 150px;
    line-height: 220px;
}
.bind-identify input, .preview-img input{
    width:  240px;
    height: 150px;
    line-height: 100px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.junior-and-high.member-custom-list-items .category-list-items li .column-features{
    display: block!important;
}
.junior-and-high.member-custom-list-items ul{
    min-height: 300px;
}
.member-upload-items .tab-content .tab-pane{
    min-height: 300px;
}
.member-upload-items .nav-pills .nav-link{
    padding: 0.35rem 1rem;
}
.member-withdraw-items .nav-pills .nav-link{
    padding: 1rem 0rem;
    margin: 0 1.5rem;
    background: transparent;
    color: #23272b;
    font-size: 1rem;
    position: relative;
    border: none;
}
.member-withdraw-items .nav-pills .nav-link:focus{
    outline: none;
}
.member-withdraw-items .nav-pills .nav-link:disabled{
    opacity: 0.5;
}
.member-withdraw-items .nav-pills .nav-link.active:after{
    content: '';
    position: absolute;
    height: 2px;
    background: #2780e3;
    width: 100%;
    bottom: -1px;
    left: 0;
}
/* 个人中心样式 end */


/* 他人用户中心 start */
.usercenter-lesson-preparation{
    min-height: 300px;
}
.usercenter-left{
    float: right;
    width: calc(100% - 245px - 1rem);
    background-color: #fff;

    padding: 1rem 0;
}
.usercenter-left .category-container{
    margin-top: 0;
}
.usercenter-right{
    float: left;
    width: 245px;
    background: #fff;

    padding: 1.5rem;
}
.usercenter-head{
    width: 100%;
    background-image: url("../img/usercenter-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.usercenter-avatar{
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    margin-right: 1rem;
}
.usercenter-avatar img{
    border-radius: 50px;
    width: 100%;
    height: 100%;
}
.usercenter-avatar i{
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    color: #6c757d;
}
.usercenter-avatar.vip i{
    color: #ff7518;
}
/* 他人用户中心 end */

/* 充值样式 start */
.recharge-container{
    border: 1px solid #dee2e6;

    background-color: #fff;
    overflow: hidden;
}
.recharge-open-btn{
    margin: 0.89rem 0;
}
.recharge-person .dropdown-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .3rem;
}

.recharge-person .dropdown-img img {
    width: 100%;
    height: 100%;
}

.recharge-person .history-list, .top-nav .nav-list {
    font-size: 0.875rem;
    width: 300px;
}

.recharge-person .nav-list {
    left: auto;
    right: 0;
}
.recharge-person .history-list{
    left: auto!important;
    right: 0!important;
    top: 100% !important;
    transform: translate3d(0,0,0) !important;
}
.recharge-person .history-list ul {
    list-style: none;
    margin: 0;
    padding: 1rem 1rem .5rem 1rem;
    min-height: 100px;
}

.recharge-person .history-list ul li {
    margin-bottom: .5rem;
}
.recharge-person .nav-link{
    padding: 1.1rem 1rem;
    font-size: 0.875rem;
    color: #6c757d;
}
.recharge-member-list{
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 90.31px;
    position: relative;
}
.recharge-member-list2{
    min-height: 63px;
}
.recharge-member-list2 .selected{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.recharge-member-list .selected .lianquan-sign{
    color: #fff;
    background-color: #f1bc4f;
}
.recharge-member-list li button{
    border: 2px solid #dee2e6;

    position: relative;
    padding: 0;
    background-color: #fff;
    width: 100%;
}
.recharge-member-list li button .title-box{
    background-color: #dee2e6;
    text-align: center;
    width: 2.5rem;
    line-height: 1.2;
    font-size: 1rem;
    padding: 1.5rem .5rem 1.52rem .5rem;
    box-sizing: content-box;
}
.recharge-member-list li button:hover{
    background-color: #fafafa;
    border-color: #dee2e6;
}
.recharge-member-list li button:active{
    background-color: #f6f6f6!important;
    border-color: #ddd!important;
}
.recharge-member-list li button:focus{
    background-color: #f6f6f6;
    border-color: #ddd;
}
.recharge-member-list li button p{
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0;
    text-align: center;
}
.recharge-member-list li button p.text-danger{
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 0.5rem;
}
.recharge-member-list li button p.lianquan-item{
    font-size: 1.125rem;
    font-weight: bold;
}
.recharge-member-list li button p span{
    font-size: 0.875rem;
}
.recharge-member-list li button i{
    position: absolute;
    right: -1px;
    bottom: 0;
    font-size: 1.125rem;
    line-height: 1;
    display: none;
}
.recharge-member-list li button[disabled]{
    opacity: .7;
}
.recharge-member-list li .selected{
    border-color: #f1bc4f;
    background-color: #fff;
}
.recharge-member-list li .selected i{
    color: #f1bc4f;
    display: block;
}
.recharge-member-list li .selected .title-box{
    background-color: #fceed3;
    color: #000;
}
.recharge-member-list li .selected:hover{
    border-color: #cbac6b;
    background-color: #fdffd7;
}
.recharge-member-list li.col-3{
    padding-right: 0;
}
.recharge-member-list .lianquan-sign{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dee2e6;
    /*background-image: linear-gradient(to left,*/
    /*rgba(235,86,79,1) 0%,*/
    /*rgba(235,117,79,1) 100%); );*/
    background-position: center;
    background-blend-mode: normal;
    padding: .2rem .5rem;
    color: #da261b;
    font-size: .875rem;
    line-height: 1;
    border-bottom-left-radius: .7rem;
}
.recharge-member-list .recharge-tip{
    position: absolute;
    left: -2px;
    top: -1rem;
    background-color: #dc3545;
    background-position: center;
    background-blend-mode: normal;
    padding: .2rem .5rem;
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    border-radius: 2px;
    font-size: 0.75rem;
}
.recharge-member-power{
    padding: 0;
    margin: 0 0 0 1rem;
    list-style: none;
    background-color: #fafafa;
    padding: 1rem 0;
}
.recharge-member-power i{
    font-size: 2rem;
    color: #cbac6b;
}
.recharge-member-pay{
    margin-left: 1rem;
    padding: 1.5rem;
    border: 1px solid #dee2e6;

}
.recharge-member-pay .img-box{
    position: relative;
    width: 136px;
    height: 136px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
    padding: .5rem;
}
.recharge-member-pay .img-box img{
    width: 100%;
}
.recharge-member-pay .pay-item{
    margin-right: 1.5rem;
    text-align: center;
}
.recharge-member-pay .pay-item .login-modal{
    position: relative;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
}
.recharge-member-pay .pay-item .login-modal:before{
    content: '登录注册';
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 115px;
}
.recharge-member-pay .pay-item .login-modal:after{
    display: none;
}
.recharge-member-pay .pay-item p{
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1;
}
.recharge-member-pay .pay-item p i{
    font-size: 1.125rem;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
.recharge-member-pay .pay-info{
    background-color: #fafafa;

    padding: 1.5rem;
}
.recharge-record-list{
    position: relative;
    height: 40px;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 0 1rem;
    width: 295px;
    margin-right: 110px;
}
.recharge-record-list .swiper-wrapper{
    height: 40px;
}
.recharge-record-list .swiper-slide{
    height: 40px;
}
.recharge-record-list .swiper-slide p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 38px;
    white-space: nowrap;
}
.recharge-record-list .swiper-slide p span{
    padding-left: .5rem;
}
.recharge-record-list .swiper-slide p span:last-child{
    color: #f1bc4f;
}
.recharge-header{
    background: #303145;
    background: -webkit-linear-gradient(0deg, #303145 0, #44495e 100%);
    background: linear-gradient(0deg, #303145 0, #44495e 100%);
}
.recharge-user{
    background-image: url("../img/recharge-header-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.recharge-user-avatar{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 1rem;
}
.recharge-user-avatar img{
    width: 100%;
}
.recharge-user-info h5{
    color: #fff;
}
.recharge-user-info h5 *{
    color: #fff;
}
.recharge-user-info p{
    color: #fff;
}
.recharge-user-info p span{
    color: #999;
}
.common-header-nav{
    min-height: 56px;
    min-width: 464px;
}
.common-header-nav li a:hover{
    color: #2780e3;
}
.header-member-power{
    background-image: url("../img/recharge-power-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
}
.header-member-power .header-top{
    background-color: transparent;
}
.header-member-power .member-power-banner{
    padding: 3rem 0 0rem 0;
    min-height: 413px;
}
.header-member-power .member-power-banner .authenticate-link{
    display: block;
    width: 100%;
    height: calc(413px - 3rem);
}
.header-member-power .member-power-banner h1{
    color: #f5ca5a;
    margin-bottom: 2rem;
}
.header-member-power .member-power-banner button{
    font-size: 1.125rem;
}
.header-member-power ul{
    margin: 2rem 0 0 0;
    padding: 0;
    list-style: none;
}
.member-login-a{
    padding: 1.2rem 1rem
}
.header-member-power .member-power-banner ul li{
    background-color: rgba(255,255,255,.95);
    border-top-left-radius: 0.25rem;

    text-align: center;
    padding: 2rem 0;
    box-shadow: inset 0px -2px 12px rgba(0,0,0,.1);
}
.header-member-power ul li p{
    color: #6c757d;
    margin-bottom: 2rem;
}
.header-member-power ul li i{
    font-size: 3.8rem;
    line-height: 1;
    color: #c7a152;
}
.member-power-info{
    margin: 3rem 0;
    text-align: center;
}
.member-power-info .power-info-header i{
    font-size: 3.7rem;
}
.member-power-info .power-info-header{
    text-align: left;
    background-color: #f6f6f6;

    overflow: hidden;
    background-image: url("../img/power-info-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem 0;
}
.member-power-info .power-info-header span,.member-power-info .power-info-header i{
    color: #c7a152;
}
.member-power-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.member-power-info ul li{
    text-align: center;
    width: 20%;
    padding: 4rem 1rem 0rem 1rem;
    float: left;
}
.member-power-info ul li i{
    line-height: 1;
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 3.7rem;
    color: #c7a152;
}
.member-power-info ul li p{
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0;
}

.member-power-list{
    margin: 3rem 0;
    text-align: center;
}

.member-power-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.member-power-list ul li{
    text-align: center;
    width: 20%;
    float: left;
    border: 1px solid #dee2e6;

}
.member-power-list ul li h5{
    font-weight: bold;
}
.member-power-list ul li>span{
    display: block;
    color: #23272b;
    padding: 1rem;
    background-color: #f6f6f6;
}
.member-power-list ul li>span:nth-child(2n+1){
    background-color: #fff;
}
.member-power-list ul li>div{
    padding: 2rem 1rem;
    min-height: 132px;
}
.member-power-list .power-list-rec{
    background-color: #fef9e9;
    border-color: #efc250;
}
.member-power-list .power-list-rec h5{
    color: #c7a152;
}
.member-power-list .power-list-rec>span:nth-child(2n+1){
    background-color: #fef9e9;
}
.member-power-list button{
    padding: 0.3rem 1rem;
}
.member-power-list .power-list-rec{
    box-sizing: content-box;
    padding: 1rem 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.member-power-gg{
    background-color: #434343;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0.5rem 0;
}
.member-power-gg h5,.member-power-gg p,.member-power-gg i{
    color: #efc250;
}
.member-power-gg i{
    font-size: 2rem;
    line-height: 1;
    margin-right: .5rem;
}
.member-power-gg button{
    padding: .6rem 1.5rem;
    font-size: 1.125rem;
}
/* 充值样式 end */

/* 中考样式 end */
.junior-and-high .category-list-items li{
    width: calc(50% - 0.5rem);
    float: left;
}
.junior-and-high.topic-and-paper .topic-container .topic-list-items .items-img .img-box{
    width: 40px;
    height: 48px;
}
.junior-and-high.topic-and-paper .topic-container .topic-list-items .items-img{
    width: 40px;
}
.junior-and-high.topic-and-paper .category-list-items .title h5{
    font-weight: normal!important;
}
.junior-and-high .category-list-items ul li .items-info p{
    padding-right: 0!important;
}
.junior-and-high .category-list-items ul li .sign{
    display: none!important;
}
.junior-and-high .category-list-items li{
    min-height: 98px;
}
.junior-and-high .category-list-items li:nth-child(2n){
    float: right;
}
.junior-and-high .category-list-items li .column-features{
    display: none!important;
}
.nav-sidebar .junior-tab-content{
    top: 0;
    border-top: 1px solid #2780e3;
}
.junior-tab-content li{
    position: relative;
}
.nav-sidebar .junior-tab-content .nav-popover{
    padding-top: 0;


}
.nav-sidebar .junior-tab-content .nav-popover ul{
    height: auto;
}
.nav-sidebar .tab-child-content{
    position: relative;
    border-radius: 0;
    height: auto;
    top: 0;
    left: 0;
    border: none;
}
.nav-sidebar  .junior-tab-content .nav-popover{
    min-height: 178px;
    top: 0;

}
.nav-sidebar .junior-tab-content .junior-tab-list li a{
    padding: .25rem .5rem;
    display: inline-block;
    margin-right: 1rem;
    font-size: 0.875rem;
}
.nav-sidebar .junior-tab-content .junior-tab-list{
    padding: 0;
    background-color: #fff;
    overflow: visible;
}
.nav-sidebar .junior-tab-content .junior-tab-list li a.active{
    border-color: #f0f7fa;
    background-color: #f0f7fa;
    color: #2780e3 !important;
}
.junior-lnzt-list li:nth-child(2n){
    padding-left: 0.75rem;
}
.junior-lnzt-list li:nth-child(2n+1){
    padding-right: 0.75rem;
}
/* 中考样式 end */

/* 认证样式 start */
.authenticate-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3d7efe;
    background-image: url("../img/re-banner.jpg");
    background-position: center;
}
.authenticate-info{

}
.authenticate-itembox{
    padding: 100px 0;
    overflow: hidden;
}
.authenticate-itembox .authenticate-info-title{
    margin-bottom: 100px;
}
.authenticate-info .img-box{
    max-width: 161px;
    max-height: 184px;
    overflow: hidden;
    margin: 0 auto 1rem auto;
}
.authenticate-reason{
    padding: 2rem;

    display: inline-block;
    box-shadow: 0 0 .25rem rgba(0,0,0,.075)!important;
    background-color: #fff;
    max-width: 300px;
}
.authenticate-reason h5{
    position: relative;
    display: inline-block;
    margin-bottom: 2.5rem;
}
.authenticate-reason h5:after{
    content: '';
    position: absolute;
    height: 3px;
    background-color: #2780e3;
    bottom: -1rem;
    left: 18%;
    width: 64%;
}
.authenticate-reason p{
    text-align: justify;
}
.authenticate-info .img-reason-box{
    width: 63px;
    overflow: hidden;
    margin: 0 auto 1rem auto;
}
.authenticate-info .img-box img{
    width: 100%;
    padding-bottom: 1.5rem;
}
.authenticate-item{
    padding: 0 1.5rem;
}
.authenticate-item .item-box{

    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/auth-real.png");
    min-height: 260px;
    padding: 3rem 2rem;
    background-position: center;
}
.authenticate-item:last-child .item-box{
    background-image: url("../img/auth-teacher.png");
}
.authenticate-item .item-box h3{
    color: #fff;
}
.authenticate-item .item-box p{
    color: #fff;
    margin-bottom: 3rem;
}
.authenticate-item .item-box h5{
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1rem;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 0;
}
.authenticate-item .item-box h5 span{
    font-weight: bold;
    padding: 0 .2rem;
}
/* 认证样式 end */

/* 预览弹窗样式 start */
#viewModal{
    overflow: hidden;
}
#viewModal .modal-dialog{
    max-width: 100%;
    width: 800px;
}
#viewModal .modal-content{
    height: 100%;
}
#viewModal .modal-body {
    padding: 0 1rem;
}
#viewModal #viewImgBox{

}
#viewModal .modal-body img{
    max-width: 100%;
    margin: 0 auto 1rem auto;
    pointer-events: none;
}
#viewModal .empty-box-2[data-empty="true"] .empty-box-img img{
    height: auto;
    width: 100%;
}
.spinner-border-center{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    width: 3rem;
    height: 3rem;
}
#viewModal .view-modal-features{
    position: fixed;
    left: 50%;
    top: 29px;
    z-index: 999;
    margin-left: 416px;
    display: none;
}
#viewModal .view-modal-features i{
    font-size: 1.5rem;;
}
#viewModal .view-modal-features div{
    display: block;
    margin-bottom: 1rem;
}
#viewModal #dataLoading{
    text-align: center;
    color: #6c757d;
    padding: 0rem 0 1rem 0;
}
/* 预览弹窗样式 end */

/* 支付弹窗 start */
.balance-gg{
    width: 518px;
    height: 56px;
    margin: 0 auto 0 auto;
    display: block;
}
.balance-header h5{
    font-size: 1rem;
    color: #23272b;
    line-height: 1.5;
}
.balance-header p{
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}
.balance-header p span{
    padding: 0 .5rem;
}
.balance-header p span:last-child{
    padding-right: 0;
}
.no-more-balance-tip{
    background-color: #f6f6f6;

    border: 1px solid #dee2e6;
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    color: #dc3545;
    margin-top: .5rem;
}
.no-more-balance-qrcode{
    margin-top: 2rem;
}
.no-more-balance-qrcode .qrcode-box{
    width: 136px;
    height: 136px;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    padding: .5rem;
}
.no-more-balance-qrcode .qrcode-box img{
    width: 100%;
}
.no-more-balance-qrcode p{
    margin-top: .5rem;
    text-align: center;
}
.no-more-balance-qrcode p i{
    margin-right: .5rem;
}
.modal-office-icon:before{
    margin-top: 3.5px;
    top: 0;
}
.successdownload-modal-body .success-icon{
    font-size: 3rem;
    line-height: 1;
}
.successdownload-modal-body .error-icon{
    font-size: 1.5rem;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #dc3545;
    color: #fff;
    text-align: center;
}
.successdownload-modal-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.successdownload-modal-body ul li{
    margin-top: .5rem;
    font-size: 0.875rem;
}
.successdownload-modal-body ul li:nth-child(2n){
    padding-right: 0;
}
.successdownload-modal-body ul li:nth-child(2n - 1){
    padding-left: 0;
}
.successdownload-modal-body .input-group{
    position: relative;
}
.successdownload-modal-body .input-group p{
    color: #dc3545;
    font-size: 0.75rem;
    margin-bottom: 0;
    position: absolute;
    bottom: -1.2rem;
    left: 1.5rem;
    display: none;
}
.successdownload-modal-body #sendSuccess{
    display: none;
    padding-top: 0.5rem;
}
.btn-lianquanpay{
    font-size: 0.875rem;
    padding: 0.2rem 0.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    line-height: 1;
    position: relative;
    top: -2px;
}
.pay-success-redownload{
    padding: .375rem .75rem;
    font-size: 1rem;
    display: block;
    line-height: 1.5;
    top: 0;
}
/* 支付弹窗 end */

/*提示框弹窗样式 start*/
.dialog-confirm,.dialog-alert{
    overflow: hidden!important;
}
.dialog-confirm .modal-dialog,.dialog-alert .modal-dialog{
    max-width: 320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.dialog-confirm .modal-content,.dialog-alert .modal-content{
    box-shadow: 0px 0px 2rem rgba(0,0,0,.1);
    background-color: rgba(255,255,255,.85);
}
.dialog-confirm .modal-footer,.dialog-alert .modal-footer{
    border-top: 0;
}
.dialog-confirm .modal-header{

}
.dialog-confirm .modal-header h5,.dialog-alert .modal-header h5{
    font-size: 1rem;
    color: #6c757d;
}
.dialog-confirm .modal-header,.dialog-alert .modal-header{
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
}
.dialog-alert-success .modal-header{
    background-color: #28a745;
}
.dialog-alert-warning .modal-header{
    background-color: #ffc107;
}
.dialog-alert-danger .modal-header{
    background-color: #dc3545;
}
.dialog-alert-primary .modal-header{
    background-color: #2780e3;
}
.dialog-alert-success .modal-header h5, .dialog-alert-danger .modal-header h5, .dialog-alert-primary .modal-header h5{
    color: #fff;
}
.dialog-alert-warning .modal-header h5{
    color: #23272b;
}
/*确认框弹窗样式 end*/

/* 悬浮框样式 start */
.fixed-commond {
    position: fixed;
    top: 128px;
    left: 50%;
    margin-left: -696px;
    z-index: 100;
}

.fixed-nav {
    position: fixed;
    bottom: 130px;
    right: 1rem;
    width: 55px;
    z-index: 100;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.fixed-nav .toast-body li{
    margin-bottom: 0.5rem;
    background-color: rgba(255,255,255,.85);
}

.fixed-commond .close, .fixed-nav .close {
    margin-bottom: 0 !important;
}

.fixed-commond ul, .fixed-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fixed-commond ul li a {
    padding: .5rem 0rem;
    display: block;
}

.fixed-nav ul li a {
    display: block;
    text-align: center;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    color: #6c757d;
    line-height: 1.3;
}

.fixed-nav ul li a i {
    display: block;
    text-align: center;
    font-size: 1.5rem;
}

.fixed-nav .toast-body {
    padding: 0;
}

.fixed-nav ul li:first-child a {
    color: #ff7518;
}

/* 悬浮框样式 end */

/* 首页样式 start */
.index-style #TAPtabContent .tab-pane{
    min-height: 330px;
}
.index-style #LItabContent .tab-pane{
    min-height: 508px;
}
.index-style #LPtabContent .tab-pane{
    min-height: 472px;
}
.index-style #LBtabContent .tab-pane{
    min-height: 497px;
}
.index-ad-modal .modal-dialog{
    background-color: transparent;
    width: 500px;
}
.index-ad-modal .modal-content{
    background-color: transparent;
    border: none;
}
.index-ad-modal .close{
    position: absolute;
    bottom: 10px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    opacity: 0!important;
}
.index-ad-modal .close span{
    opacity: 0!important;
}
.index-ad-modal .close:not(:disabled):not(.disabled):focus, .index-ad-modal .close:not(:disabled):not(.disabled):hover{
    opacity: 0!important;
}
.index-ad-window{
    width: 150px;
    position: fixed;
    bottom: 139px;
    right: 80px;
    z-index: 9;
    display: none;
}
.index-ad-window img{
    width: 100%;
}
.index-ad-window button{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}
.tree-drop-down .tree-dropdown-menu{
    position: initial!important;
    top: initial!important;
    left: initial!important;
    transform: translate3d(0,0,0) !important;
    z-index: initial;
    display: initial;
    float: initial;
    min-width: initial;
    padding: initial;
    margin: initial;
    font-size: initial;
    color: inherit;
    text-align: initial;
    list-style: initial;
    background-color: initial;
    background-clip: initial;
    border: initial;
    border-radius: initial;
}
/* 首页样式 end */


/* 移动端 start */
.m-header,.m-list-filter{
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.m-list-filter{
    top: 48px;
    height: 40px;
}
.m-list-filter a{
    font-size: 14px;
    padding: 0 .5rem;
    line-height: 37px;
    display: block;
    min-width: 62px;
}
.m-list-filter .flex-grow-1 a{
    width: 50%;
}
.m-list-filter a span{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1;
    width: calc(100% - 1rem);
    position: relative;
    top: -1px;
}
.m-footer{
    height: 48px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}
.m-header .container,.m-footer .container{
    height: 100%;
}
.m-header .m-header-left{
    display: block;
    padding: 0 1rem;
    color: #23272b;
    text-decoration: none;
}
.m-header .m-header-left span,.m-header .m-header-left i{
    line-height: 48px;
    display: block;
}
.m-header .m-header-title{
    display: block;
    line-height: 1;
}
.m-header .m-header-right a{
    padding: 0 1rem;
    display: block;
    line-height: 48px;
    color: #23272b;
    text-decoration: none;
}
.m-header .m-header-right a + a{
    padding-left: 0!important;
}
.m-main-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 48px;
}
.m-main-nav li{
    list-style: none;
    width: 25%;
}
.m-main-nav li a{
    display: block;
    text-align: center;
    padding:  7px 0;
}
.m-main-nav li a.active *{
    color: #2780e3;
}
.m-main-nav li a span{
    font-size: 12px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 1;
}
.m-main-nav li a i{
    display: block;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 4px;
}
.m-main-nav-box{
    position: fixed;
    left: 0;
    top: 48px;
    width: 100%;
    box-shadow: none;
    max-width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    z-index: 100;
}
.m-main-nav-box .dropdown-menu{
    padding: 0;
    width: 100%;
    position: relative!important;
    top: 0!important;
    margin: 0;
    left: 0!important;
    transform: translate3d(0,0,0) !important;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
.m-header-search{
    opacity: 0.8;
}
.hot-nav-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.hot-nav-list li a{
    padding: 0;
    display: block;
}
.hot-nav-list li a img{
    width: 100%;
    max-width: 42px;
    margin: 0 auto;
}
.hot-nav-list li{
    padding-left: 0.5rem;
    padding-top: 1rem;
    width: 20%;
}
.hot-nav-list.shti li{
    width: 25%;
}
.hot-nav-list.shti li a img{
    min-width: 53px;
}
.m-bottom-nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.pt-5-5{
    padding-top: 5.5rem;
}
.pt-4-5{
    padding-top: 2rem;
}
.filter-reset-box{
    vertical-align: middle;
}
.mobile-pay-box{
    display: none;
    position: fixed;
    top: 48px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    /*box-shadow: #666 0 3px 3px ;*/
    border-radius: 3px;
    overflow: hidden;
}
.mobile-pay-box iframe {
    width: 100%;
    height: 100%;
}
.close-ali-pay {
    display: none;
    position: fixed;
    top: 54px;
    left: 10px;
    z-index: 99999999;
    color: #888;
    border-radius: 1px;
    padding: 10px 20px;
    width: 100%;
    background-color: #fff;
}
.close-ali-pay i{
    background-color: #fff;
    font-size: 32px;
}
/* 移动端 end */

/* 若浏览器支持 backdrop-filter，启用毛玻璃 */
/*此样式有点消耗性能，导致低端安卓机滑动略卡顿，酌情启用*/
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    #scrollFixed {
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
    .detail-con-txt-more{
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
    }
    .dialog-confirm .modal-content,.dialog-alert .modal-content{
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
    .topic-container .topic-attr-list, .topic-sidebar ul{
        background-color: rgba(255, 255, 255, 0.95);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
    .nav-sidebar .nav-popover ul{
        background-color: rgba(255,255,255,.95);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
    .nav-sidebar.paper-nav-sidebar .nav-popover:before{
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
    .fixed-detail-nav,.m-header .container,.m-footer .container,.m-main-nav-box .dropdown-menu,.stage-subjects-dropdown .dropdown-menu, .bg-filter,.filter-reset-box,.mobile-pay-box{
        background-color: rgba(255, 255, 255, 0.8)!important;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
    }
}
/* 若浏览器支持 backdrop-filter，启用毛玻璃 */


/* 黑夜主题 start */
.dark-theme .bg-light{
    background-color: #3c3f41!important;
}
/* 黑夜主题 end */

/* 覆盖bootstrap start */
.container, .container-lg, .container-md, .container-sm, .container-xl{
    padding: 0;
}
.breadcrumb{
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.breadcrumb li{
    white-space: nowrap;
    display: inline-block;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
/* 覆盖bootstrap end */

/* 响应样式 start */
@media (min-width: 992px) {
    .detail-con{
        width: calc(100% - 316px);
    }
}
@media screen and (max-width: 1400px) {
    .fixed-commond {
        left: 0;
        margin-left: 0;
    }

    .fixed-nav {
        left: auto;
        right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .tree-sidebar.fixedSidebar{
        left: 0;
        margin-left: 0;
    }
    .columnFixedSidebar{
        right: 50%;
        margin-right: -480px;
    }
    .columnFixedSidebar2{
        right: 50%;
        margin-right: -480px;
    }
    .nav-sidebar-tab ul li .nav-link{
        padding: .5rem 0.48rem;
    }
    .navAd{
        display: none;
    }
}

@media screen and (max-width: 1135px) {
    .navAd{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .fixed-nav{
        box-shadow: none;
        border: none;
        text-align: center;
        width: 40px;
    }
    .fixed-nav ul li a{
        border: 1px solid #dee2e6;
        padding: 0.5rem 0;
    }
    .fixed-nav li a span{
        display: none;
    }
    .index-ad-modal .modal-dialog{
        width: 300px;
        margin: 0 auto;
    }
    #loginModal .modal-body .modal-body-right{
        width: 100%;
    }
    .m-fullscreen-modal .modal-dialog,.m-fullscreen-modal .modal-content{
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        margin: 0 auto;
        border: none;
    }
    .m-fullscreen-modal .modal-content{
        padding-top: 2rem;
    }
    .detail-con-zip-statistics{
        width: 100%;
    }
    .empty-box-2 .empty-box-img{
        width: 80%;
    }
    .detail-con .detail-con-con{
        min-height: 200px;
    }
    .empty-box-2 .empty-box-img{
        width: 100%;
    }
    .nav-sidebar{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: 100%;
        width: 100%;
        background-color: #F7FBFF;
        overflow-y: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
    }
    .nav-sidebar.slide-show{
        transition: all .3s ease;
        -wekbit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }
    .m-nav-sidebar-tab{
        height: 48px;
        position: relative;
    }
    .m-nav-sidebar-tab ul{
        height: 100%;
    }
    .m-close-nav-sidebar{
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        padding: 0 1rem;
        line-height: 44px;
        color: #999;
        cursor: pointer;
    }
    .m-nav-sidebar-tab .nav-link{
        padding: 0.25rem 1rem;
    }
    .nav-sidebar .tab-content{
        position: relative;
        top: 0;
        border: none;
        height: calc(100% - 48px);
    }
    .nav-sidebar .tab-content>.tab-pane>ul{
        width: 100%;
        height: 100%;
    }
    .nav-sidebar .tab-pane > ul > li > a{
        width: 120px;
        padding-right: 48px;
        z-index: 299;
    }
    .nav-sidebar .tab-pane > ul > li > a span{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    .nav-sidebar .tab-content>.tab-pane{
        height: 100%;
    }
    .nav-sidebar .nav-popover{
        width: calc(100% - 120px);
        left: 120px;
        border-left: 1px solid #a8c4e0;
        border-top: 1px solid #a8c4e0;
    }
    .nav-sidebar .nav-popover{
        padding: 0;
        overflow-y: auto;
    }
    .nav-sidebar .nav-popover ul{
        border-radius: 0;
        border: none;
        -webkit-overflow-scrolling: touch;
    }
    .nav-sidebar .nav-popover ul li{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .nav-sidebar .nav-popover ul li p{
        width: 100%;
    }
    .nav-sidebar .nav-popover dl{
        margin-left: 0;
        margin-top: 1rem;
    }
    .nav-sidebar .tab-pane > ul > li > a i{
        position: absolute;
        right: 0px;
        top: 0;
        height: 100%;
        background-color: #F7FBFF;
        padding-left: 16px;
        padding-right: 16px;
        line-height: 40px;
        z-index: 999;
    }
    .nav-sidebar .tab-pane > ul > li > a i.bg-white{
        border: 1px solid #a8c4e0!important;
        border-right: 1px solid #fff!important;
        right: -1px!important;
    }
    .nav-sidebar .nav-popover dl dd .btn{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    .nav-sidebar .nav-popover dl dd{
        max-width: 100%;
    }
    .nav-sidebar .nav-popover dl{
        width: 100%;
    }
    .nav-sidebar .tab-pane > ul > li:hover > a{
        color: inherit!important;
        background-color: transparent;
    }
    .nav-sidebar .tab-pane > ul > li:hover > a:after{
        display: none;
    }
    .nav-sidebar .tab-pane > ul > li:hover > a i {
        color: #6c757d;
        position: absolute;
        right: 0;
        z-index: 2;
    }
    .nav-sidebar .tab-pane > ul > li:first-child .nav-popover{
        display: block;
    }
    .nav-sidebar .tab-pane > ul > li:first-child i{
        background-color: #fff;
        border: 1px solid #a8c4e0;
        border-right: 1px solid #fff;
        right: -1px;
    }
    .gg-area .carousel{
        height: auto;
        border-radius: 0;
        min-height: 153px;
    }
    .friend-link ul li{
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
    .limit-shopping ul{
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .limit-shopping ul li{
        margin-left: 0;
        margin-right: 1rem;
    }
    .latest-information .latest-information-con-item li, .lianshan-boutique .lianshan-boutique-con-item li, .lesson-preparation .lianshan-boutique-con-item li{
        width: 33.33333%;
        margin: 0 0 1rem 0;
        padding: 0 0.5rem;
    }
    .left-border-3:before{
        left: -1rem;
    }
    .lesson-preparation .lesson-preparation-con-item li{
        width: 33.33333%;
        margin: 0 0 1rem 0;
        padding: 0 0.5rem;
    }
    .stage-subjects-dropdown{
        position: fixed;
        top: 48px;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .stage-subjects-dropdown .dropdown-menu{
        transform: translate3d(0px, 0px, 0px)!important;
        border-top: none;
        border-left: none;
        border-right: none;
        position: fixed!important;
        top: 48px!important;
        z-index: 99;
    }
    .tree-drop-down .tree-dropdown-menu{
        position: fixed!important;
        top: 48px!important;
        left: 0!important;
        max-width: 100%;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border-bottom: 1px solid rgba(0,0,0,.15);
        transform: unset !important;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        max-height: 420px;
        overflow-y: auto;
    }
    .tree-drop-down .tree-dropdown-menu.tree-dropdown-menu2{
        top: 88px!important;
    }
    .tree-iscroll{
        max-height: none!important;
    }
    .tree-drop-down .tree-dropdown-menu.show{
        display: block;
    }
    .tree-container .category-list li .tree-drop-down .btn{
        display: block;
        width: 100%;
        text-align: left;
        padding: 11px 5px;
        margin-bottom: 0;
        line-height: unset;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #eee;
    }
    .tree-container .category-list li .tree-drop-down .dropdown-menu .dropdown-menu{
        padding: 0!important;
        padding-left: 1rem!important;
        position: relative!important;
        transform: unset!important;
        max-width: 100%;
        border-radius: 0;
        border: none;
        top: 0;
        left: 0;
        float: none;
    }
    .tree-container .category-list li .tree-drop-down .btn-outline-primary{
        color: #23272b;
        background-color: #fff;
        outline: none!important;
        box-shadow: none!important;
    }
    .tree-container .category-list li .tree-drop-down .btn.searchActive{
        background-color: #fff!important;
        color: #007bff!important;
    }
    .tree-container .tree-drop-down .btn-group{
        display: block;
        width: 100%;
        text-align: left;
    }
    .tree-container .m-more-filter{
        position: fixed;
        width: 80%;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        background-color: #fff;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    .tree-container .m-more-filter li{
        border-bottom: 1px solid #eee;
        padding-bottom: 0.5rem;
    }
    .tree-container .m-more-filter.show-filter{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
    }
    .tree-container .m-more-filter dd{
        height: calc(100% - 36px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 1rem 1rem 1rem;
        margin-bottom: 0;
    }
    .filter-reset-box{
        font-size: 0;
        width: 100%;
    }
    .filter-reset-box .btn{
        width: 50%;
        border-radius: 0;
        margin-bottom: 0!important;
        padding: .375rem .75rem!important;
    }
    .tree-container .m-more-filter .more-filter-box .dropdown-menu{
        transform: unset!important;
        position: relative!important;
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem!important;
        display: block!important;
        top: 0;
        float: none;
    }
    .tree-container .m-more-filter .more-filter-box .btn-group{
        display: block;
    }
    .tree-container .m-more-filter .more-filter-box .btn-group .dropdown-toggle{
        width: 100%;
        background-color: #fff!important;
        color: #23272b!important;
        text-align: left;
        border: none!important;
        outline: none!important;
        box-shadow: none!important;
    }
    .tree-container .m-more-filter .more-filter-box .btn-group .dropdown-toggle::after{
        display: none;
    }
    .treeview-mobile{
        /*padding: 1rem 1rem 1rem 0!important;*/
    }
    .treeview-mobile ul{
        margin-top: 0;
    }
    .treeview-mobile li{
        position: relative;
        /*padding: 0px 0pt 0px 0px;*/
        background-image: none;
    }
    .treeview-mobile li a{
        /*padding: 8px 60px 8px 0;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        display: block;
    }
    .treeview-mobile .hitarea{
        position: absolute;
        right: 0;
        top: 3.5px;
        width: 60px;
        height: 20px;
        background-color: #f5f5f5;
        border-radius: 3px;
        text-align: center;
        background-image: none;
        z-index: 99;
    }
    .tree-sidebar .treeview-mobile li a *{
        font-size: 0.875rem;
    }
    .tree-sidebar .card{
        border: none;
    }
    .tree-sidebar .tree-notree li a{
        padding: 11px 5px;
    }
    .tree-sidebar .tree-notree li a.active{
        color: #2780e3;
        background-color: transparent;
    }
    .tree-sidebar .tree-notree li a.active * {
        color: #2780e3;
    }
    .tree-sidebar .tree-notree li a i{
        display: none;
    }
    .tree-sidebar .tree-notree li{
        border: none;
    }
    .tree-sidebar{
        width: 0;
        float: none;
        position: relative;
    }
    .tree-container{
        width: 100%;
        float: none;
    }
    .tree-container .category-list-items .items-img{
        width: 51px;
    }
    .tree-container .category-list-items .items-img .img-box{
        width: 50px;
        height: 61px;
    }
    .navbar-light .navbar-nav .nav-link{
        outline: none!important;
    }
    .category-list-items ul li .items-info p{
        border-right: 1px solid #dee2e6!important;
    }
    .category-list-items ul li .items-info p:last-child{
        border-right: none!important;
        padding-right: 0!important;
        margin-right: 0!important;
    }
    .category-list-items .title h5{
        font-weight: normal!important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: initial;
        min-height: 38px;
    }
    .category-list-items ul li .items-info{
        margin-top: 0.4rem!important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute;
    }
    .page-list button{
        display: none;
    }
    .page-list button[data-normal="true"]{
        display: inline-block;
    }
    .page-list .page-input{
        max-width: 80px
    }
    .login-content{
        height: 100%;
    }
    .login-content .container{
        padding-top: 0;
    }
    .login-content .login-box{
        border-radius: 0;
    }
    .member-container{
        width: 100%;
    }
    .member-index-info-left, .member-assets-info-left{
        width: 100%;
        height: auto;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .member-index-info-right{
        height: auto;
    }
    .member-index-info-right .w-33{
        width: 50%;
    }
    .member-index-info-right .w-33:first-child{
        border-right: 1px solid #dee2e6;
    }
    .member-sidebar{
        width: 100%;
        margin: 0 auto;
    }
    .member-user-info-card .clip-modal{
        width: calc(100% - 2rem);
        height: 360px;
    }
    .member-user-info-card .clip-area{
        height: 280px;
    }
    .member-bind-box{
        margin-bottom: 1rem;
    }
    .m-half-fullscreen-modal .modal-dialog{
        width: 100%;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0;
        min-height: 100%;
    }
    .m-half-fullscreen-modal .modal-content{
        padding: 16px 32px;
    }
    .bind-identify-modal{
        height: 90px;
    }
    .junior-and-high .category-list-items ul li .items-info p{
        padding-right: 0.5rem!important;
        margin-right: 0.5rem!important;
    }
    .junior-and-high .category-list-items ul li .items-info p:last-child{
        padding-right: 0!important;
        margin-right: 0!important;
    }
    .bg-lg-white{
        background-color: #fff!important;
    }
    .member-sidebar .member-nav-item{
        border-bottom: 1px solid #dee2e6;
        position: relative;
    }
    .member-sidebar .member-nav-item:after{
        content: '';
        position: absolute;
        right: 1rem;
        top: 0.85rem;
        background-image: url("../img/right.png");
        background-repeat: no-repeat;
        width: 1rem;
        height: 1rem;
        background-size: cover;
    }
    .member-logout{
        position: absolute;
        right: 1rem;
        font-size: 12px;
        top: 0.8rem;
        color: #999!important;
    }
    .toast-area{
        width: 300px;
        margin-left: -150px;
    }
    .help-sidebar{
        width: 60%;
        padding: 1rem;
        position: fixed;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        z-index: 999;
        border-radius: 0;
    }
    .help-sidebar-show{
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
    }
    .help-container{
        width: 100%;
        padding: 1rem;
    }
    .help-sidebar-mask{
        width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        display: none;
        z-index: 888;
    }
    .help-mask-show{
        opacity: 1;
        display: block;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    .m-forbiden-scroll{
        overflow: hidden;
    }
    .m-forbiden-scroll body{
        overflow: hidden;
    }
    .recharge-container{
        border-radius: 0;
        border: none;
    }
    .recharge-member-list li.col-3{
        padding-left: 0;
        width: 100% !important;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 0.5rem;
    }
    .recharge-member-list li button .title-box{
        width: 5rem;
        padding: 1.2rem .5rem 1.22rem .5rem;
    }
    .text-lg-ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    .text-lg-ellipsis-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .text-lg-ellipsis-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .recharge-member-power{
        padding-left: 1rem;
        padding-right: 1rem;
        overflow-x: auto;
        margin-left: 0;

    }
    .recharge-member-power li{
        padding-right: 1rem!important;
    }
    .recharge-member-list .recharge-tip{
        top: -0.7rem;
    }
    .recharge-member-pay{
        margin-left: 0;
        padding: 1rem;
        border: none;
    }
    .recharge-member-pay>.flex-grow-1{
        border: 1px solid #ddd;
        padding: 1rem;
    }
    .recharge-member-pay .pay-info{
        padding: 0;
        background-color: transparent;
        text-align: center;
    }
    .recharge-member-pay #downloadAgain{
        text-align: center;
    }
    .successdownload-modal-body ul li{
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .recharge-member-list li button i{
        bottom: -1px;
    }
    .page-list-c a, .page-list-c b{
        display: inline-block;
        padding: 0 10px;
        height: 30px;
        line-height: 28px;
        *zoom: 1;
        *display: inline;
        margin: 0 2px 7px 2px;
    }
    .page-list-c [title="Total record"] b, .page-list-c [title="总数"] b,.page-list-c [title="Total record"], .page-list-c [title="总数"] {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }
    .usercenter-head{
        background-position: top center;
    }
    .usercenter-left.tree-container .category-container{
        padding: 0 0.5rem;
    }
    .fixed-nav .toast-body li{
        margin-bottom: 0;
    }
    .tree-container .topic-list-items li{
        width: 50%;
        padding: 0.5rem!important;
    }
    .category-container-topic{
        padding: 0.5rem!important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        /*margin: 30px auto;*/
        max-width: 600px;
    }
}
@media (max-width: 768px) {
    .authenticate-reason{
        max-width: 33.33333333333%;
    }
    footer .footer-nav{
        display: none!important;
    }
    footer .footer-copyright{
        margin-top: 0;
    }
    footer{
        /*padding-top: 0;*/
    }
    .authenticate-info .authenticate-itembox:nth-child(3) .text-left img{
        float: right;
    }
    .fixed-nav{
        /*display: none!important;*/
    }
    .header-member-power .member-power-banner{
        min-height: 100px;
    }
    .header-member-power .member-power-banner .authenticate-link{
        height: calc(200px - 3rem);
    }
    .header-top .logo img{
        width: 120px;
    }
    .authenticate-itembox .authenticate-info-title{
        margin-bottom: 50px;
    }
    .authenticate-itembox{
        padding: 50px 0;
    }
    .width-out{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media print{
    body{display:none}
}

/* 响应样式 end */
