@font-face {
    font-family: 'iconfont';  /* Project id 2800165 */
    src: url('//at.alicdn.com/t/font_2800165_ticihsk4dn.woff2?t=1642230557341') format('woff2'),
         url('//at.alicdn.com/t/font_2800165_ticihsk4dn.woff?t=1642230557341') format('woff'),
         url('//at.alicdn.com/t/font_2800165_ticihsk4dn.ttf?t=1642230557341') format('truetype');
  }
.is_vip{
    display: none;
}
.no_vip{
    display: none;
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.rotate-180{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.picVericodeBtn{
    top: 5px;
    right: 11.5px;
    height: 32px;
    padding:0;
    border:0;
}
.picVericodeBtn img{
    height: 32px;
    position: relative;
    z-index: 9;
}
/* 旋转图标 */
[data-loading="true"] {
    position: relative;
}
.breadcrumb a{
    font-size: 14px;
}
.breadcrumb-item.active{
    font-size: 14px;
}
[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: .4em solid currentColor;
    /*border-right-color: #94c7ff;*/
    /*border-left-color: #94c7ff;*/
    border-right-color: #00deff;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #2780e3;
    z-index: 9;
}
div[data-pre="true"] .spinner-border {
    display: block;
    margin: 0 auto 1rem auto;
    width: 3rem;
    height: 3rem;
    border-width: 0.4rem;
}
.w-33{
    width: 33%;
}
.btn-loading {
    position: relative;
}
.schedule{
    color: #999;
    pointer-events: none;
}
.spinner-border-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    width: 3rem;
    height: 3rem;
}
.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;
}

.box-loading,
.body-loading {
    position: absolute;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#speed-watch-box .modal-content{
    width: 650px;
}
.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;
}

/* 图标样式 */
.file-audio {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/audio-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.file-excel {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/excel-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.file-xlsx{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/excel-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.file-html {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/html-large.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.file-other {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/other-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.file-pdf {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/pdf-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.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;
}
.picVericodeBtn{
    min-width: 100px;
    background-color: #ccc;
}
.picVericodeBtn:after{
    content: '点击刷新';
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.picVericodeBtn img{
    position: relative;
    z-index: 9;
}
/*绑定手机弹窗*/
.custom-modal-dialog .pic-vericode img {
    height: 33px;
    float: right;
    position: relative;
    z-index: 9;
}

.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;
}

.custom-modal-dialog.recharge-bind-dialog .modal-content {
    padding: 15px;
}

.file-picture {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/picture-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.file-ppt {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/ppt-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.file-pptx {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/ppt-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


.file-rar {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/rar-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


.file-txt {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/txt-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.file-video {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/video-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


.file-doc{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/word-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


.file-docx {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/word-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}


.file-zip {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
    background-image: url(../img/zip-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
/*首页跳转背景*/
#exampleModalhref .modal-content{
    background-image: url('//static.61baobao.com/61baobao/img/bkc_course_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
#exampleModalhref .modal-header .close {
    padding: 0.4rem;
    padding-top: 0;
    margin: 0rem -1rem -1rem auto;
}
.cascade-nav-item::after{
    content: '>>';
    position: absolute;
    right: -33px;
    color: #999;
    cursor: auto;
}
/*去除所有按钮的outline*/
.btn-outline-secondary:hover{
    background-color:  #2b99ff;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus{
    box-shadow: none;
}
/*弹窗样式*/
.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;
}

.bg-darkblue {
    background-color: #3399FF!important;
}

.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;
}

button .spinner-border {
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

li{
    list-style: none;
}
a:hover{
    text-decoration: none!important;
}
.container{
    max-width: 1200px;
}
.a-inherit{
    color: inherit;
    cursor: pointer;
}
.a-inherit:hover{
    text-decoration: none;
   color: #2b99ff;
}

/* 字体颜色样式 */
.font-blue{
    color: #2b99ff;
}
.font-orange{
    color: #f40;
}
.font-999{
    color: #999;
}
.font-666{
    color: #666;
}
.font-red{
    color: #e00;
}
/* 背景颜色大小 */
.bg-yellow{
    background-color: #ffaf00;
}
.bg-red{
    background-color: #e6321a;
}
.bg-orange{
    background-color: #f60;
}
.bg-blue{
    background-color: #2b99ff;
}
.bg-eee{
    background-color: #eee;
}
.bg-f6{
    background-color: #f6f6f6;
}
.bg-f2{
    background-color: #f2f2f2;
}
.bg-fa{
    background-color: #fafafa;
}
.bg-666{
    background-color: #666;
}
/* 字体大小样式 */
.font-12{
    font-size: 0.75rem;
}
.font-14{
    font-size: 0.875rem;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 1rem;
}
.font-18{
    font-size: 1.125rem;
}
.font-20{
    font-size: 1.25rem;
}
.font-22{
    font-size: 1.375rem;
}
.font-24{
    font-size: 1.5rem;
}
.font-28{
    font-size: 1.8rem;
}
.font-30{
    font-size: 30px;
}
.font-34{
    font-size: 34px;
}
.font-40{
    font-size: 40px;
}
/* 溢出文字省略 */
.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;
    position: relative;
}
.new-upload-box>div{
    min-height: 150px;
}
.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.w-48{
    width: 48%;
}
.w-4{
    width: 4%;
}
.position-r{
    position: relative;
}
.position-x-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); 	/* IE 9 */
    -moz-transform:translateX(-50%); 	/* Firefox */
    -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
    -o-transform:translateX(-50%);
}

/*  */
.breadcrumb {
    margin-bottom: 0;
    background-color: #f2f2f2;
    padding: .5rem 0;
}
body{
    background-color: #f2f2f2;
}
.site-header{
    height: 32px;
    color: #999;
    font-size: 12px;
    line-height: 32px;
    background-color: #f2f2f2;
}
.part-time-job{
    color: #f40;
    font-weight: 600;
}
.site-header-right a:hover{
    text-decoration: none;
}
.bkc-home{
    height: 100%;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background-color: #2b99ff;
}
.bkc-home:hover{
    color: #fff;
}
.border-blue{
    border: 1px solid #2b99ff;
}
.border-999{
    border: 1px solid #999;
}

.navigation{
    display: none;
    position: absolute;
    top: 0;
    left: 199px;
    z-index:100;
    min-width:702px;
    background-color: #fff;
    min-height: 371px;
    border: 1px solid #2b99ff;
}
.position-r .li-nav:hover >.navigation{
    display: block;
}
.li-nav-link{
    background-color: #333;
    color: #fff;
    padding: 0rem 0.5rem;
    font-size: 12px;
    line-height: 24px;
}
.li-nav-link:hover{
    background-color: #2b99ff;
    color: #fff;
}
.display-nav{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    height: 0px;
    left: 0;
    min-width: 100px;
    z-index: 1000;
    overflow: hidden;
    transition: 0.1s;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}
.header-nav-item:hover .display-nav{
    visibility: visible;
    opacity: 1;
    top: 39px;
    height: auto;
}

/*  */
.header-next{
    background-color: #fff;
    padding: 30px 0;
    height: 150px;
    line-height: 90px;
}
.header-logo{
    width: 238px;
    margin-right: 100px;
}
.header-logo2{
    width: 238px;
    
}
.form-control{
    border: 2px solid #2b99ff;
}
.shop-cart{
    height: 38px;
    line-height: 38px;
}
.shop-cart:hover{
    background-color: #f2f9ff;
}
.shop-cart-icon{
    position: relative;
}
.shop-cart-icon .shop-cart-num{
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    padding: 1px 3px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #f60;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
    box-sizing: initial;
}
.fixed-innerBox .shop-cart-num{
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    padding: 1px 3px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #f60;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
    box-sizing: initial;
}
.header-nav-item:hover{
    background-color: #067ff3;
}
.header-nav-item .iconfont{
    display: inline-block;
    transition: 0.5s ;

}

.focus{
    background-color: #2b99ff;
    color: #FFF;
}
.hover-nav-a:hover{
    color: #fff;
    background-color: #2b99ff;
}

.header-next .up-load-link{
    font-size: 16px;
    color: #f60;
    border-radius: 4px;
    border: 2px solid #f60;
    position: relative;
}
.header-next .up-load-link:hover{
    background-color: #fffbf1;
}
.header-next .up-load-link button{
    color: #f60;
}
.upload-tips{
    position: absolute;
    top: -10px;
    left: 80px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    width: 44px;
    height: 17px;
    background-color: #f60;
    line-height: 17px;
}
.upload-tips::after{
    position: absolute;
    content: " ";
    border-width: 3px 0 3px 3px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f60;
    border-style: solid;
    top: 13px;
    margin-left: -3px;
    left: 3px;
}

.header-nav{
    line-height: 36px;
    border-bottom: 2px solid #2b99ff;
}
.header-nav-item{
    position: relative;
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
}
#carouselExampleIndicators{
    height: 370px;
}
.subject-nav{
    width: 200px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    color: #fff;
    background-color: #2b99ff;
    margin: 0 auto;
}
.subject-nav-item{
    position: relative;
    width: 200px;
    background-color: #fff;
}
.subject-nav-item:hover{
    background-color: #2b99ff;
    color: #fff;
}
.subject-nav-item:hover .iconfont{
    color: #fff;
}
.subject-nav-item .iconfont-pa{
    position: absolute;
    right: 15px;
}
.nav-item{
    margin-left: 40px;
    font-weight: 700;
    font-size: 16px;
}
.bk-center{
    font-weight: 700;
}
.all-zl{
    position: relative;
}
.blue-box{
    width: 15px;
    margin-right: 0.5rem;
    background-color: #2b99ff;
}
.green-box{
    width: 15px;
    margin-right: 0.5rem;
    background-color: #14b926;
}
.purple-box{
    background-color: #a539fe;
    width: 15px;
    margin-right: 0.5rem;
}
.nav-tabs {
    border-bottom: none;
}
#ctzl .box-title .active{
    background-color: #f2f2f2;
    border-bottom: 2px solid #2b99ff!important;
    color: #2b99ff;
}
.tab-pane{
    background-color: #fff;
    padding: 1rem 2rem;
}
.zl-content .tab-pane{
    background-color: #f2f2f2;
    padding: 0;
}
#jpzl .box-title .active{
    background-color: #f2f2f2;
    border-bottom: 2px solid #14b926!important;
    color: #14b926
}
#jpsj .box-title .active{
    background-color: #f2f2f2;
    border-bottom: 2px solid #a539fe!important;
    color: #a539fe;
}
.nav-tabs .nav-link {
    border: none;
}
.bg-zhuanti1{
    background: url(/static/img/zhuanti1.png) no-repeat;
}
.bg-zhuanti2{
    background: url(/static/img/zhuanti2.png) no-repeat;
}
.bg-zhuanti3{
    background: url(/static/img/zhuanti3.png) no-repeat;
}
.card-img-top{
    
    height: 214px;
}
.zl-content .tab-content .card{
    width: 32%;
}
.zl-content .tab-content .card:nth-child(2n){
    margin-left: 2%;
    margin-right: 2%;
}
.jpzy-list{
    width: 31%;
}
.jpzy-list:nth-child(2n){
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.carousel-item .teacher-choose{
    width: 31%;
}
.carousel-item .teacher-choose:nth-child(2n){
    margin-left:3.5% ;
    margin-right: 3.5%;
}
.teacher-show .carousel-indicators li{
    background-color: #ccc;
}
.teacher-show .carousel-indicators .active{
    background-color: #2b99ff;
}
.product-center{
    width: 18%;
}
.product-center-list li:nth-child(3n-1){
    margin-left: 1rem;
    margin-right: 1rem;
}
.carousel-control-next, .carousel-control-prev {
    background-color:transparent;
    border: none;
    opacity: 0;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: transparent;
    border: none;
}
#carouselExampleIndicators:hover .carousel-control-next,#carouselExampleIndicators:hover .carousel-control-prev{
    opacity: 1;
}
footer{
    background-color: #e1e1e1;
}
.fixed-nav{
    position: fixed;
    right: 1rem;
    bottom: 9rem;
    z-index: 100;
    border-radius: 6px;
}
.fixed-innerBox{
    width: 4rem;
    height: 4rem;
    background-color: #fff;
}
.fixed-innerBox:hover{
    background-color: #2b99ff;
    color: #fff;
}
.fixed-text{
    color: #999;
}
.fixed-innerBox:hover .fixed-text{
    color: #fff;
}
#backTop{
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    z-index: 100;
    border-radius: 6px;
}
.backTop-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
}
.hover-text{
    display: none;
    height: 100%;
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#backTop:hover .backTop-icon{
    display: none;
}
#backTop:hover .hover-text{
    display: block;
}
.fixed-hover-show{
    display: none;
    position: absolute;
    left: -160px;
    top: 0;
    padding-top: 17px;
    width: 140px;
    height: 170px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 6px;
    z-index: 100;
}
.new-doc-items{
    box-sizing:border-box;
}
.new-ppt-items:hover{
    outline: 1px solid #2b99ff;
}
.new-doc-items:hover{
    outline: 1px solid #2b99ff;
}
.speed-watch{
    display: none;
}
.new-doc-items:hover .new-ppt-items:hover{
    border: 1px solid #2b99ff;
}
.new-doc-items:hover .speed-watch,.new-ppt-items:hover .speed-watch{
    display: block;
}
.page-item{
    margin: 0 0.2rem;
}
.page-link{
    border-radius: 4px;
    overflow: hidden;
}
.page-list button {
    margin: 0 .12rem;
}

.page-list .btn-primary {
    color: #fff;
}

.page-list {
    padding: 1rem 0;
}

.page-list a,
.page-list 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 b {
    background-color: #2b99ff;
    border: 1px solid #2b99ff;
    color: #fff;
}

.page-list [title="Total record"],
.page-list [title="总数"] {
    background-color: transparent;
    border: none;
}

.page-list [title="Total record"] b,
.page-list [title="总数"] b {
    background-color: transparent;
    border: none;
    color: #23272b;
}

.page-list [title="Total record"] b:before {
    content: '共 ';
}

.page-list [title="Total record"] b:after {
    content: ' 条';
}

.page-list [title="总数"] b:before {
    content: '共 ';
}

.page-list [title="总数"] b:after {
    content: ' 条';
}
.filters-list{
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    min-width: 212px;
    margin-left: -100px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 2px;
    z-index: 1000;
}
.subject-item{
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
}
.choose-nav{
    height: 46px;
    line-height: 46px;
}
.choose-nav:hover .filters-list{
    display: block;
}
.filters-list .nav-link{
    height: 40px;
    line-height: 24px;
}

.site-main{
    height: 100%;
    position: relative;
}
.login-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
    height: 615px;
    width: 70%;
}
#modalMobilePasswordLogin{
    padding: 1rem;
}
#modalMobilePasswordLogin label, #modalOldLogin label {
    margin-top: 25px;
    position: relative;
    width: 100%;
}
#modalMobilePasswordLogin label .iconfont{
    position: absolute;
    left: 10px;
    top: 10px;
}
#modalMobilePasswordLogin label .success, #modalOldLogin .success {
    border: 1px solid #2780e3;
}
#modalMobilePasswordLogin 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;
}
.checktrue{
    position: absolute;
    top: 50px;
    left: 0;
}
#false-phonenumber ,#false-password{
    display: none;
}
/*.picVericodeUrl{*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/
.h-w-20{
    width: 22px;
    height: 21px;
}
.download-total-wrap{
    position: absolute;
    right: -10px;
    top: 20px;
    padding-left: 25px;
    border-left: 1px solid #f2f2f2;
}
.download-total-wrap-left{
    margin-right: 25px;
}
.download-total-wrap-right{
    background: url(/static/img/album_boutique.png) center no-repeat;
    color: #fff;
    width: 70px;
    height: 36px;
    line-height: 27px;
    text-align: center;
}
.file-wrap{
    width: 500px;
}
.side-right{
    width: 280px;
}
.side-left{
    width: calc(100% - 296px);
}
.empty-box{
    height: 408px;
    padding-top: 60px;
    text-align: center;
}
.empty-box .none-links{
    padding: 20px 20px 10px;
    width: 520px;
    background: #f2f2f2;
    margin: 0 auto;
    text-align: left;
    border-radius: 4px;
}
.empty-box .jx-btn {
    width: 90px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
.cascade-nav-item{
    position: relative;
    padding: 0.5rem 1rem;
    margin-right: 3rem;
    cursor: pointer;
    border-radius: 0.3rem;
}
.display-nav a:hover {
    color: #2399ff!important;
    background-color: #e9ecef;
}
.cascade-item{
    position: relative;
    padding: 0.3rem 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 0.3rem;
    border:1px solid #e5e5e5;
    border-radius: 50rem;
}
.cascade-item:hover{
    background: #2b99ff;
    color: #fff;
}
.cascade-nav-item.active{
    color: #2b99ff;
    font-weight: 700;
}
.cascade-item.active{
    background: #2399ff;
    color: #fff;
}


/*登录栏样式*/
.login-show .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .3rem;
}
.login-hover-box{
    width: 270px;
    right: 0;
    z-index: 100;
    display: none;
    top: 32px;
    background-color: #FFF;
    box-shadow: 0 0 7px 0 rgb(42 0 1 / 9%);
}
.login-show-box:hover .login-hover-box{
    display: block;
}
.form-control:focus{
    outline: none;
}
/*模态样式*/
.thislogin .modal-dialog{
    max-width: 880px!important;
}
#rechargeModalK12 .modal-dialog{
    max-width: 730px!important;
}
.thislogin .modal-content{
    width: 1000px!important;
}
#rechargeModalK12 .modal-content{
    width: 730px!important;
}
.thislogin .left-modal{
    width: 330px;
    background:  url(https://picsum.photos/id/18/330/535) center no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}
.wechat-code-icon{
    background-image: url('//static.61baobao.com/61baobao/img/wechat-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}
.transform-center{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.thislogin .left-modal .slogan-title{
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 90px;
}
.thislogin .left-modal .slogan-list{
    font-size: 15px;
    color: #fff;
    line-height: 64px;
    padding-left: 52px;
    margin-top: 46px;
}
.thislogin .left-modal .slogan-list .list-item {
    position: relative;
    padding-left: 36px;
}
.thislogin .right-modal .modal-right-content{
    width: 472px;
    height: 100%;
    margin: 0 auto;
}
#rechargeModalK12 .right-modal .modal-right-content{
    width: 650px;
}
.thislogin .right-modal .modal-right-content .modal-right-content-top{
    width: 100%;
    height: 487px;
}
.thislogin .modal-body {
    padding: 0rem;
}
.modal-header {
    padding: 0.5rem 1rem;
}
#rechargeModalK12 .modal-header .close {
    padding: 0.5rem 0rem;
}
.thislogin .right-modal{
    width: 550px;
    margin: 0 auto;
}
#rechargeModalK12 .right-modal{
    width: 650px;
}
.thislogin .right-modal .modal-right-content .modal-right-content-top .form-view {
    width: 100%;
    height: 100%;
    padding: 10px 60px 0;
    box-sizing: border-box;
}
.thislogin .right-modal .modal-right-content .modal-right-content-top .form-view .login-logo {
    width: 259px;
    height: 75px;
    margin: 0 auto;
}
.thislogin .right-modal .modal-right-content .modal-right-content-top .form-view .tab-title{
    margin-top: 34px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    color: #666666;
}
.thislogin .right-modal .modal-right-content .modal-right-content-top .form-view .login-qrcode{
    width: 200px;
    height: 200px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 22px auto 22px;
    position: relative;
    overflow: hidden;
}
.thislogin .right-modal .right-modal-bottom {
    width: 100%;
    height: 83px;
    text-align: right;
    padding: 15px 15px;
    border-top: 1px solid #eaeaea;
    position: relative;
    box-sizing: border-box;
}
.thislogin .right-modal .right-modal-hover-a:hover{
    color: #2b99ff!important;
}
.thislogin .input-inner{
    height: 42px;
    line-height: 42px;
    border: 1px solid #ccc;
    padding: 0 12px;
    margin-left: 6.5px;
    margin-right: 6.5px;
}
.thislogin .right-modal .login-btn {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 339px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
    border: 0;
    margin: 16px auto 42px;
    display: block;
    cursor: pointer;
}
.thislogin .code-btn {
    border: none;
    color: #fff;
    width: 140px;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    margin-right: 6.5px;
    cursor: pointer;
}
.thislogin .is-login{
    display: none;
}
.thislogin .is-login-box{
    width: 100px;
    height: 100px;
    right: 80px;
    top: 16px;
    cursor: pointer;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.thislogin .text-left{
    text-align:left;
}
.thislogin .text-weight-bold{
    font-weight: bold;
}
.thislogin .login-box-hover{
    width: 180px;
    top: 50px;
    right: 0;
    display: none;
    z-index: 1000;
    cursor:auto;
}
.thislogin .login-box-hover a:hover{
    color: #FF5580;
}
.thislogin .is-login-box:hover .login-box-hover{
    display: block;
}
.thislogin .font-weight-bold{
    font-weight: 700;
}
.thislogin .font-12{
    font-size: 12px;
}
#rechargeModal .modal-header {
    background-color: #41444B;
    color: #fff;
}
.thislogin .modal-title-name{
    color: #fff;
    font-size: 18px;
}

.dialog-alert .reset-order{
    color: #FFD283;
    background: linear-gradient(90deg, #432C1F 0%, #29180E 100%);
    border: none;
}
.wechat-icon,
.alipay-icon {
    position: relative;
}

.wechat-icon:after,
.alipay-icon:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("../img/wechat-alipay.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;
}

/*列表树*/
.tree-drop-down .tree-dropdown-menu {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 1;
    display: block;
    float: none;
    min-width: 0;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: inherit;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: inherit;
    border: none;
    border-radius: 0;
    opacity: 1;
    width: 100%!important;
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
    background-position: -80px -3px;
}
.treeview div.lastCollapsable-hitarea, .treeview div.img-pic{
    background-position: -64px -25px!important;
}
.tree-sidebar {
    border-radius: .25rem;
    width: 300px;
    float: left;
    z-index: 101;
}

.tree-sidebar.fixedSidebar {
    position: fixed;
    top: 66px;
    left: 50%;
    margin-left: -600px;
}
.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;
}
#rechargeModalK12 .modal-header {
        background-color: #41444B;
}
#rechargeModalK12 .pay-item{
    min-height: 211px;
}
.dialog-alert .modal-header{
    background-color: #41444B;
    color: #fff;
}
.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: 0.85rem;
}

.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: #333;
}

.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;
    transition: all .2s ease;
    border-width: 0;
    perspective: 300px;
}

.tree-sidebar .tree-notree li a {
    top: 0;
    padding: .75rem 1.25rem;
    display: block;
    transition: all .2s ease;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.05);
    background-color: #eee;
    background-image: linear-gradient(to right, #ffffff, #f5f5f5);
}

.tree-sidebar .tree-notree li:hover a {
    background-image: linear-gradient(to right, #ffffff, #f2f8ff);
    box-shadow: 0px -2px 5px rgba(39, 128, 227, 0.1);
    color: #2780e3;
    transform: rotateY(-5deg);
}

.tree-sidebar .tree-notree li:hover+li a {
    transform: rotateY(-2deg);
}

.tree-sidebar .tree-notree li a.active {
    background-color: #2780e3!important;
    background-image: linear-gradient(to right, #2780e3, #2780e3)!important;
    color: #fff;
    box-shadow: 0px -2px 5px rgba(39, 128, 227, 0.2);
}
.category-list>ul{
    width: 90%;
}
.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;
}
footer .footer-nav a {
    padding: 0 ;
    position: relative;
}
.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;
    border-bottom: none!important;
}

.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;
}
.take-more{
    display: none;
}
.tree-container .category-container nav li {
    padding: 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: 1rem 0;
}

.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;
}
.selected{
    color: #2780e3!important;
}

.tree-container .category-list-items .btn-sign {
    font-size: 0.875rem;
    padding: 0rem .5rem;
}

.tree-container .category-list-items .items-img {
    text-align: center;
    font-size: 0.875rem;
    position: relative;
    perspective: 500px;
    -webkit-perspective: 500px;
}

.tree-container .category-list-items .items-img2 {
    width: 40px;
}

.tree-container .category-list-items .items-img .img-box {
    width: 20px;
    height: 20px;
    /*margin-bottom: .5rem;*/
    z-index: 1;
}



/* #myTab .nav-link:hover{
    background-color: #f5f5f5;
} */

.tree-container .category-list-items .items-img2 .img-box {
    width: 40px;
    height: 48px;
    /*margin-bottom: .5rem;*/
}
.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;
}



/*内容页压缩包样式*/
.detail-sidebar {
    width: 300px;
    float: right;
}

.detail-con {
    float: left;
    width:calc(100% - 316px)
}

.detail-con-zip-statistics {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.detail-con .detail-con-header {
    padding: 1.5rem;
    background: #fff;
}

.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 {
    min-height: 300px;
}

.detail-con .detail-con-con .detail-con-item-img-box {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 0.5rem;
    background-color: #fff;
}

.detail-con .detail-con-con img {
    max-width: 100%;
    margin: 0 auto 0 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 {
    background-color: #fff;
}

.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;
}
.no-preview-wrap{
    padding: 2rem;
    text-align: center;
}
.no-preview-wrap .no-detail-img{
    width: 50px;
    height: 50px;
    background-image: url(//static.61baobao.com/61baobao/img/danger.svg);
    background-size: cover;
    margin: 2rem auto;
}
.user-avatar.vip_icon::after{
    content: '';
    width: 10px;
    height: 10px;
    background: url(/static/61baobao/img/VIP.svg) no-repeat;
}
.no-preview-wrap .text{
    color: #999;
    font-size: 14px;
}
/*内容页下载fixed*/
.content-download-nav{
    position:fixed;
    bottom:0;
    z-index:100;
    background-color:#Fff;
    width:874px;
}
/*绑定手机模态框样式*/
#bindPhoneModal .modal-content{
    height: auto;
    width: auto!important;
}
#bindPhoneModal .modal-dialog{
    max-width: 457px!important;
}
#bindPhoneForm{  
    padding: 1rem 3rem;
    margin-bottom: 1rem;
}
#bindPhoneModal label{
    width: 359px;
}
/*   举报弹窗 */
.modal-custom-box {
    padding: 1rem 2rem;
    box-sizing: border-box;
}
.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;
}
.ppt-img{
    overflow: hidden;
}
.ppt-img img{
    transition: .3s;
}
.ppt-img:hover img{
    transform:scale(1.1)
}
.container{
    position: relative;
}
/* 手机端样式 */
@media screen and (max-width: 992px){
    .tree-drop-down .tree-dropdown-menu {
        position: relative!important;
        top: 0px!important;
        left: 0!important;
        max-width: 100%;
        z-index: 1000;
        display: block;
        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: none;
        transform: none !important;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        max-height: 420px;
        overflow-y: auto;
    }
    .bkc-home{
        color: #333;
        background-color: #f6f6f6;
    }
    .empty-box .none-links{
        width: 90%;
        margin: 0 auto;
        
    }
    .empty-box .none-links{
        
    }
    .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;
        visibility: visible;
    }
    .tree-container .category-list li .tree-drop-down .btn {
        display: block;
        width: 100%;
        text-align: left;
        padding: 11px 5px;
        margin-bottom: 0;
        line-height: normal;
        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: none!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: none!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;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .treeview-mobile .hitarea {
        position: absolute;
        right: 0;
        top: 0px;
        width: 60px;
        height: 23px;
        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;
        background-color: #fff;
        box-shadow: none;
        background-image: none;
    }
    .tree-sidebar .tree-notree li a.active {
        color: #2780e3;
        background-color: transparent!important;
        background-image: none!important;
        box-shadow: none;
    }
    .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: 49px;
        height: 55px;
    }
    .collapsable-hitarea{
        background-color: #2780e3!important;
    }
    .collapsable-hitarea::after{
        content: "收起";
        color: #fff;
        font-size: 14px;
        display: block;
    }
    .treeview li.lastExpandable {
        background-position: -32px -67px;
        background: none;
    }
    .expandable-hitarea::after{
        content: "查看";
        font-size: 14px;
        display: block;
    }
    .thislogin .modal-dialog{
        padding: 0;
        justify-content: flex-end;
        margin: 0;
        border: none;
        max-height: 100%;
    }
    .thislogin .modal-content{
        width: 100% !important;
        border: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .thislogin .right-modal{
        width: 100%;
        padding: 0;
    }
    #rechargeModalK12 .modal-content{
        width: 100%!important;
    }
    #rechargeModalK12 .right-modal {
        width: 100%;
    }
    #rechargeModalK12 .right-modal .modal-right-content {
        width: 100%;
    }
    .thislogin .right-modal .modal-right-content{
        width: 100%;
        padding-top: 1rem!important;
    }
    .recharge-window-modal.fade .modal-dialog {
        transform: translate(0,50px);
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    }
    .recharge-window-modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none;
    }
    .mobile-pay-box {
        display: none;
        position: fixed;
        top: 0px;
        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: 0px;
        left: 0px;
        z-index: 99999999;
        color: #888;
        border-radius: 1px;
        padding: 10px 16px;
        width: 100%;
        background-color: #fff;
    }

    .close-ali-pay i {
        background-color: #fff;
        font-size: 32px;
    }
    .m-header {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0.5rem 1rem;
        width: 100%;
        height: 48px;
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        background: #f6f6f6;
    }
    .m-logo{
        position: absolute;
        left: 1rem;
        width: 93px;
        height: 30px;
    }
    .nav{
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow-x: scroll;
    }
    .nav::-webkit-scrollbar{
        display: none;
    }
    .m-tongbu{
        position: absolute;
        right: 50%;
        transform: translate(50%);
    }
    .m-search{
        height: 36px;
    }
    #carouselExampleIndicators {
        height: auto;
    }
    .carousel-indicators{
        margin-bottom: 0;
    }
    .title-icon{
        position: relative;
        width: 10px;
        height: 10px;
        background: #197de0;
        opacity: .5;
        border-radius: 50%;
    }
    .title-icon-inner {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #a5e05a;
        opacity: 1;
        border-radius: 50%;
    }
    .title-icon-inner.left {
        transform: translate(-50%,40%);
    }
    .title-icon-inner.right{
        transform: translate(100%,40%);
    }
    .w-33{
        width: 33.3%;
    }
    .zone-item{
        width: 25%;
    }
    .album-item{
        width: 48.5%;
        height: 80px;
    }
    .album-item:nth-child(1){
        background-image: url(/static/61baobao/img/bg-purple.png);
        margin-bottom: 10px;
    }
    .album-item:nth-child(2){
        background-image: url(/static/61baobao/img/bg-green.png);
        margin-bottom: 10px;
    }
    .album-item:nth-child(3){
        background-image: url(/static/61baobao/img/bg-orange.png);
    }
    .album-item:nth-child(4){
        background-image: url(/static/61baobao/img/bg-blue.png);
    }
    .nav-link.active{
        color: #2b99ff!important;
        border-bottom: 2px solid #2b99ff!important;
    }
    .tab-pane{
        min-height: 150px;
        background-color: #fff;
        padding: 0.5rem 1rem;
    }
    .m-search input{
        height: 100%;
    }
    footer{
        background-color: #f0f0f0;
        margin-bottom:49px ;
    }
    .m-navbar{
        
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #fff;
    }
    .hd{
        position: relative;
        width: 100%;
        height: 150px;
        background: -webkit-linear-gradient(315deg,#2b99ff,#00a9ff);
        background: linear-gradient(135deg,#2b99ff,#00a9ff);
        border-radius: 0 0 .26667rem .26667rem;
        text-align: center;
        overflow: hidden;
    }
    .coins-detail{
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 40%;
        width: 60px;
        height: 24px;
        line-height: 24px;
        background-color: hsla(0,0%,100%,.2);
        border-radius: 12px 0 0 12px;
        transform: translateY(-50%);
        color: #fff;
    }
    .bd{
        transform: translateY(-30px);
        padding: 0.8rem;
        width: 90%;
        background: #fff;
        border-radius: .5rem;
        margin: 0 auto;
    }
    .line{
        display: block;
        width: .2rem;
        height: 1rem;
        background: -webkit-linear-gradient(315deg,#2b99ff,#00a9ff);
        background: linear-gradient(135deg,#2b99ff,#00a9ff);
        margin-right: 0.5rem;
    }
    .blue-box{
        display: block;
        width: 3.5rem;
        height: 1.5rem;
        line-height: 1.3rem;
        background: #2b99ff;
        border-radius: 0.75rem;
        border: .1rem solid #2b99ff;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    .top-con img{
        width: 54px;
        height: 54px;
    }
    .noLogin{
        line-height: 54px;
    }
    .others-links{
        width: 90%;
        margin: -20px auto;
        border-radius: .5rem;

    }
    .Login{
        display: none;
    }
    .modal .nav-link.active {
        color: #fff!important;
        border: 1px solid #2b99ff!important;
        background-color: #2b99ff;
    }
    .modal .tab-pane .active,.card-body .active{
        color: #fff!important;
        border: 1px solid #2b99ff!important;
        background-color: #2b99ff;
    }
    .subject-list-item {
        width: auto;
        height: 33px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 8px;
        background-color: #f2f2f2;
        font-size: 14px;
        padding: 5px 10px;
    }
    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: none;
    }
    .max-90{
        max-width: 90px;
    }
    .card-header {
        background-color: #fff;
    }
    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
    }
    .btn-link:hover {
        text-decoration: none;
    }
    .accordion{
        /*display: none;*/
        visibility: hidden;
        position: absolute;
        z-index: 100;
        width: 100%;
    }
    .accordion .card .card-header .iconfont{
        transform: rotate(180deg);
        -ms-transform:rotate(180deg); 	/* IE 9 */
        -moz-transform:rotate(180deg); 	/* Firefox */
        -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
        -o-transform:rotate(180deg); 	/* Opera */
        transition: 0.5s;
    }
    .accordion .card .card-header .collapsed .iconfont{
        transform: rotate(360deg);
        -ms-transform:rotate(360deg); 	/* IE 9 */
        -moz-transform:rotate(360deg); 	/* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); 	/* Opera */
        transition: 0.5s;
    }
    .card-header {
        padding: .5rem
    }
    .card-body{
        padding: 1rem 0.5rem;
    }
    .nav-link {
        padding: .5rem .5rem;
    }
    #filter{
        width: 3.5rem;
    }
    .van-overlay{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
    }
    .list-left{
        position: absolute;
        width: 30%;
        left: 0;
    }
    .list-right{
        background-color: #f2f2f2;
        position: absolute;
        width: 70%;
        right: 0;
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
    }
    .van-overlay-bottom{
        position:absolute;
        bottom:0;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    .item-active{
        background: rgba(35,184,255,.1);
        border: 1px solid #2b99ff!important;
        color: #2b99ff;

    }
    .login-box input{
        border: none;
    }
    .login-box input:focus{
        outline: none;
    }
    .login-box-div{
        margin:0 auto;
    }
    /* #clear-pn{
        display: block;
    }
    #pw-t{
        display: block;
    } */
    #qq-img{
        width: 30px;
        height: 30px;
        background: url(/static/img/qq-img.png) 50%;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }
    .pic-box:nth-child(2n){
        margin-left: 2%;
    }
    .text-div-box{
        height: 150px;
        overflow:scroll;
    }
    body .text-div-box-1{
        height: auto;
        overflow:auto;
    }
    .more-book{
        height: 50px;
        overflow: hidden;
    }
    body .more-book-1{
        height: auto;
        overflow: auto;
    }
    .develop-1 ,.develop-2{
        transition: 0.3s;
    }
    .fix-top{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .fix-bottom{
        background-color: #fff;
        height: 44px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .fix-top-drop-content{
        display: none;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .album-title{
        background: url(/static/img/6010131.png) no-repeat top;
        background-size: cover;
    }
    .intro{
        width: 100%;
        max-height: 60px;
        overflow-y: auto;
        overflow-x: hidden;
        word-break: break-all;
        background-color: hsla(0,0%,100%,.2);
        margin-top: .4rem;
        padding: .24rem .18667rem;
    }
    .white-line{
        background-color: #fff;
        width: 1px;
        height: 12px;
    }
    .take-more{
        display: block;
    }
    .action-bar{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .albums-fixed-bar{
        position:fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .discount-tips{
        background: #fef7ec;
    }
    .van-checkbox-icon .iconfont{
        display: none;
    }
    .modal-dialog{
        height: 100%;
    }
    #exampleModalhref .modal-dialog {
        height: auto;
    }
    .thislogin .input-inner {
     margin-left: 0 ;
     margin-right: 0;
    }
    .thislogin .code-btn{
        width: auto;
    }
    .thislogin .right-modal .login-btn{
        width: 100%;
    }
    .thislogin .right-modal .right-modal-bottom{
        height: auto;
    }
    .picVericodeBtn{
        right: 6.5px;
    }
    #searchInput:focus{
        outline: none;
    }
    #searchInput{
        border: 0;
        background: transparent;
    }
    .fixed-nav{
        display: none;
    }
    .pic-box{
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #f6f6f6;
    }
    .pic-box .pic-div{
        height: 236px;
        overflow: hidden;
    }
    .pic-box img{
        border-bottom: 1px solid #dee2e6;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .warm-tips{
        height: 100px;
        overflow: hidden;
        transition: 0.5s;
    }
    /*绑定手机模态框样式*/
    #bindPhoneForm{  
        padding: 1rem!important;
        margin-bottom: 1rem;
    }
    #bindPhoneModal label{
        width: auto;
    }
    #bindPhoneModal .modal-content {
        width: 100%!important;
        height: auto!important;
    }
    .custom-modal-dialog .modal-dialog {
        width: auto;
    }
}