/*书架*/
.nav{
    width: 100%;
    height: 0.88rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow: hidden;
}
.nav-bottom{
    border-bottom:1px solid #eee;
}
.reading{
    width: 100%;
    height: 4.68rem;
}
.reading:before{
    content: "";
    display: table;
}
.reading-book{
    width: 5.3rem;
    margin: 1.38rem auto 0;
}
.book-img{
    position: relative;
    width: 2rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    overflow: hidden;
}
.book-img img{
    width: 100%;
}
.hot{
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-2.png") no-repeat;
    background-size: cover;
    z-index: 101;
}
.recommend{
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-1.png") no-repeat;
    background-size: cover;
    z-index: 101;
}
.reading-details{
    margin-left: 0.3rem;
    width: 3rem;
}
.reading-details p{
    color: #ffffff;
    line-height: 1.7;
}
.reading-details a {
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 0.5rem;
    width: 1.5rem;
    margin-top: 0.15rem;
    display: inline-block;
    line-height: 0.5rem;
    text-align: center;
}
.bookshelf{
    padding-bottom: 1.2rem;
}
.bookshelf:before{
    content: "";
    display: table;
}
.book-list{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.book-list li{
    font-size: 0.24rem;
    width: 33.3%;
    padding: 0 0.2rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media screen and (min-width: 641px){
    .book-list li{
        width: 25%;
    }
}
@media screen and (min-width: 997px){
    .book-list li{
        width: 20%;
    }
}
.book-list li a{
    position: relative;
    display: block;
}
.book-list a img{
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.book-list li span{
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #535353;
    text-align: center;
}
.book-list li span.hot,
.book-list li span.recommend{
    margin: 0;
}
.book-list li span.more{
    color: transparent;
    text-indent: -99999px;
}
.tag{
    height: 0.96rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dbd6d6;
    z-index: 1001;
}
.tag-list{
    width: 100%;
}
.tag-list li{
    width: 33%;
    text-align: center;
    float: left;
}
.tag-list li a{
    display: block;
    text-align: center;
}
.tag-list li a img,
.tag-list li a span{
    display: block;
}
.tag-list li a img{
    width: 0.5rem;
    margin: 0.05rem auto;
}
.tag-list li a span{
    color: #535353;
}
.tag-list li a.active span{
    color: #3fd0b2;
}

/*我的*/
.to-login{
    width: 100%;
    height: 4.68rem;
}
.to-login:before{
    content: "";
    display: table;
}
.login {
    width: 100%;
    text-align: center;
    margin-top: 1.1rem;
}
.login a{
    display: block;
}
.login a.account {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
}
.login a img{
    width: 1.4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
}
.login .login-btn{
    font-size: 0.24rem;
    margin-top: 0.5rem;
    text-align: center;
}
.login .login-btn a{
    display: block;
    background: #ffffff;
    color: #3fd0b2;
    font-size: 0.24rem;
    width: 1.2rem;
    height: 0.48rem;
    line-height: 2;
    border-radius: 0.24rem;
    margin: 0 auto;
}
.option{
    width: 100%;
    margin-bottom: 1.2rem;
}
.option ul{
    width: 100%;
}
.option ul li a{
    display: block;
    line-height: 0.8rem;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.option ul li a img{
    width: 0.4rem;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
}
.option ul li a em{
    color: #535353;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.option ul li a img{
    width: 0.4rem;
    height: 0.4rem;
}
.option ul li a span.fl img{
    margin-right: 0.2rem;
    margin-left: 0.05rem;
}
.option ul li a span.fr img{
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    margin-right: 0.05rem;
}
.option ul li a span.fr em{
    color: #535353;
}
/*登录*/
.back{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.back img{
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    vertical-align: middle;
    margin-left: 0.3rem;
    margin-top: 0.19rem;
}
.nav span{
    line-height: 0.88rem;
    width: 0.8rem;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -0.4rem;
    color: #ffffff;
}
.login-form{
    padding-top: 1.5rem;
}
.login-form div{
    border-bottom: 1px solid #eeeeee;
    padding: 0.1rem 0;
}
.login-form .tel,
.login-form .yzm{
    width: 100%;
    font-size: 0.28rem;
}
.login-form .tel input{
    font-size: 0.28rem;
    padding: 0.2rem 0.1rem;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.login-form .yzm input{
    width: 70%;
    font-size: 0.28rem;
    padding: 0.2rem 0.1rem;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.login-form .yzm .yzm-btn{
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0.2rem 0.1rem;
    font-size: 0.28rem;
    background-color: transparent;
    width: 30%;
    border-left: 1px solid #eeeeee;
    color: #a3a3a3;
}
.log-btn{
    width: 100%;
    background-color: #a3a3a3;
    color: #ffffff;
    font-size: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    outline: none;
}



/*推荐*/
.nav-tag{
    width:80%;
    position: relative;
    font-size: .24rem;
    margin:0 auto;
    height:.88rem;
    line-height: .88rem;
}
.nav-tag a{
    display: inline-block;
    color:#a3a3a3;
    text-align: center;
    height:.88rem;
    line-height: .88rem;
    width:33%;
}
.nav-tag a.curr{
    color:#3fd0b2;
}
.nav-tag span.slip{
    position: absolute;
    width: 4%;
    border: 1px solid #3fd0b2;
    height: 0;
    bottom:.1rem;
    left:21%; /*33%*/
}
.page{
    margin-top:0.88rem;
    margin-bottom: 0.96rem;
    display: none;
}
.page li.bg-ff{
    margin-bottom:0.1rem;
}
.page li.bg-ff:last-child{
    margin-bottom:0;
}
.pageShow{
    display: block;
}
.banner img{
    width: 100%;
}
.page ul li:before{
    content: "";
    display: table;
}
.page ul li{
    margin-bottom: 0.1rem;
}
.page ul li:last-child{
    margin-bottom: 0;
}
.book-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:90%;
    padding-left: .2rem;
    color:#535353;
    margin:0.2rem 0 0.2rem 0.3rem;
    border-left:4px solid #34d1b2;
    line-height: 1;
}
.img-t{
    font-size: 0.24rem;
    padding: 0 0.2rem;
}
.book-banner{
    width:100%;
}
.book-detail{
    margin-left:.2rem;
    width:3.8rem;
    font-size: .24rem;

}
.book-detail span.f32{
    color:#535353;
    display: block;
    margin-bottom: .2rem;
}
.book-detail span.f26{
    color:#a3a3a3;
}
.did-line{
    border-bottom:1px solid #eeeeee;
    padding-bottom:.2rem;
    margin-bottom:0;
}
a.more{
    padding:.2rem 0;
    display: block;
    width:100%;
    color:#535353;
    text-align: center;
}

/**分类**/
.fe_male{
    font-size:0.28rem;
    width:2.9rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top:0.19rem;
    margin-left: -1.45rem;
    border: 1px solid #e7e7e7

}
.nav-bottom{
    border-bottom: 1px solid #eeeeee;
}
.fe_male a{
    color:#34d1b2;
    display: inline-block;
    text-align: center;
    width:50%;
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    border-radius: .24rem;
    height:.48rem;
    line-height: .48rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.fe_male a.curr{
    color: #fff;
    background:#34d1b2;
}

.search{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.search img{
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    vertical-align: middle;
    margin-right: 0.3rem;
    margin-top: 0.19rem;
}
.class-list{
    margin-top:.88rem;
    margin-bottom:.9rem;
}
.class-list ul{
    width: 100%;
}
.class-list li{
    width: 100%;
    font-size:.24rem;
    border-bottom:1px solid #e7e7e7;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.class-list li a{
    display: block;
    padding:.16rem 0;
}
.class-list li a img{
    width:2.6rem;
}
.class-list li .classShow{
    width:calc(100% - 3.3rem);
    margin-left:0.2rem;
    margin-right: 0.2rem;
    padding: .45rem 0;
}
.class-list li .classShow span{
    display: block;
    text-align: center;
}
.class-list li .classShow span.f32{
    color:#535353;
}
.class-list li .classShow span.f22{
    color:#a3a3a3;
    margin-top:.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width:100%;
}
.class-list li a>span:last-child{
    width:.3rem;
    padding:0.85rem 0;
}

/*搜索*/
.hot-list{
    margin-top: .88rem;
    margin-bottom:.9rem;
    padding:.1rem .2rem;
}
.hot-list h2{
    font-size: .32rem;
    color:#535353;
    padding:.15rem 0;
    margin-bottom:.2rem;
}
.hot-list li{
    float: left;
    font-size: .24rem;
    width:48%;
    margin:.15rem 1%;
}
.hot-list li a{
    font-size:.26rem;
    color:#535353;
}
.hot-list li span{
    display: inline-block;
    background:#ebebeb;
    width:.3rem;height:.3rem;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    text-align: center;
    color:#7f7f7f;
    margin-right:.2rem;
}
.hot-list li:nth-child(1) span{
    color:#fff;
    background-color:#f00
}
.hot-list li:nth-child(2) span{
    color:#fff;
    background-color:#f53c0b;
}
.hot-list li:nth-child(3) span{
    color:#fff;
    background-color: #fff600;
}
.search-group{
    font-size:.24rem;
    padding: .14rem;
}
.search-group input{
    width:80%;
    height: .6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    background: #ebebeb url(../images/icon-14.png) no-repeat 3% center;
    background-size:.3rem auto;
    padding-left:.6rem;
    outline: none;
    font-size:.28rem;
}
.search-group a{
    float:right;
    margin-right:.3rem;
    width:13%;
    text-align: center;
    color:#535353;
    font-size:.28rem;
    height:.6rem;line-height: .6rem;
}

/*分类详情*/
.nav.classify-nav{
    border-bottom: 1px solid #eeeeee;
}
.nav .classify-name{
    width: 2rem;
    margin-left: -1rem;
}
.nav b{
    color: #535353;
}
.all-screen{
    padding-top: 0.88rem;
    padding-bottom: 0.96rem;
}
.screen{
    font-size: 0.26rem;
    color: #616161;
    padding-top: 0.2rem;
}
.screen a{
    font-size: 0.26rem;
    color: #616161;
}
.screen-list>li{
    border-bottom: 1px solid #fafafa;
}
.screen-list>li:last-child{
    border-bottom: none;
}
.screen-list ul{
    width: 100%;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}
.screen-list ul li{
    float: left;
    margin-left: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.screen-list ul li a{
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0.05rem 0.2rem;
}
.screen-list ul li a.active{
    border: 1px solid #3fd0b2;
    color: #3fd0b2;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.result{
    margin-top: 0.1rem;
}
.result-list li{
    padding: 0.2rem;
    border-bottom: 1px solid #fafafa;
}
.result-list li a{
    display: block;
}
.abstract{
    margin-left: 0.2rem;
    width: calc(100% - 2.2rem);
}
.abstract p.f32{
    padding-top: 0.05rem;
    color: #535353;
}
.abstract p.f26{
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #a3a3a3;
    line-height: 1.7;
}
.abstract p.f22{
    color: #a3a3a3;
    margin-top: 0.2rem;
    height: 0.25rem;
    line-height: 0.25rem;
}
.abstract p.f22 img{
    width: 0.25rem;
    display: inline-block;
    vertical-align: top;
    height: 0.25rem;
    margin-right: 0.1rem;
}

body{
    position: absolute;
    width: 100%;
    height: 100%;
}
div{    
    border: 0;
    outline: none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.day{
    background: #c3b294;
}

/*书本插件css样式 start*/
.icon>svg, svg.icon {
    width: 0.35em;
    height: 0.35em;
    vertical-align: -.25ex;
    fill: currentColor;
}
a[data-mode=day]>.icon-day, a[data-mode=night]>.icon-night, a[data-mode=set]>.icon-font-set, a[data-mode=seton]>.icon-font-set-on {
    display: inline;
}
a[data-mode=day]>.icon-night, a[data-mode=night]>.icon-day, a[data-mode=set]>.icon-font-set-on, a[data-mode=seton]>.icon-font-set {
    display: none;
}
.book-plugin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transition: opacity .15s,visibility .15s;
    transition: opacity .15s,visibility .15s;
    opacity: 0;
}
.book-plugin.active {
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.book-plugin-header {
    transition: opacity .15s,transform .15s,visibility .15s;
    color: #fff;
    border-bottom: 0;
    background-color: rgba(0,0,0,.9);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 1rem;
}
.book-plugin-header a.back {
    color: #fff;
    line-height: 0.3rem;
    padding-left: 0.3rem;
    float: left;
}
.book-plugin-header .icon {
    font-size: 1.2rem;
}
.active>.book-plugin-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.book-plugin .book-plugin-list {
    width: 100%;
}
.book-plugin-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.1rem;
    webkit-transition: opacity .15s,-webkit-transform .15s,visibility .15s;
    transition: opacity .15s,transform .15s,visibility .15s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    color: #fff;
    background-color: rgba(0,0,0,.9);
    overflow: hidden;
}
.active>.book-plugin-footer {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.book-plugin-list li {
    width: 33%;
    text-align: center;
    float: left;
}
.book-plugin-list li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 0rem;
}
.book-plugin-list li a svg{
    width: 100%;
}
.book-plugin-list li a span {
    color: #fff;
    font-size: 14px;
}

.book-plugin-read{
    position: absolute;
    right: 0;
    bottom: 1.1rem;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateY(.5px);
    transform: translateY(.5px);
    opacity: 0;
    background-clip: padding-box;
    -webkit-transition: opacity .15s,-webkit-transform .15s,visibility .15s;
    transition: opacity .15s,transform .15s,visibility .15s;
    color: #fff;
    border-bottom: 0;
    background-color: rgba(0,0,0,.9);
}
.book-plugin-read.active {
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
}
.read-set-font {
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 1.3rem;
}
.read-set-font a{
    color: #fff;
}
.read-font-down, .read-font-up {
    font-size: 1rem;
    position: absolute;
    width: 1rem;
    text-align: center;
    line-height: 0.6rem;
}
.read-font-down {
    left: 0;
}
.read-font-up {
    right: 0;
}
.read-font-bar {
    margin: 0 1rem;
    padding: 0.65rem 0;
}      
.read-font-bar>input[type=range] {
    -webkit-appearance: none;
    height: 1px;
    border-radius: 2px;
    background: #c5c5c5;                
    width: 100%;
    display: block;
}
.read-font-bar>input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #ed424b;
    border-radius: 50%;
}
.mask{
    position: fixed;
    top: 1rem;
    left: 0;
    width: 100%;
    bottom: 1.1rem;
}
/*书本插件css样式 end*/

.ad{
    width: 80%;
    padding: 10%;
}

/*文章页面css样式 start*/
.page-read-top {
    background: url(../images/bg/t.jpg) no-repeat center top;
    background-size: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
}
.night .page-read-top{
    background: #222222;
}
.night .page-read-top .read-book-name{
    color: rgba(255,255,255,.5);
}
.read-book-name {
    font-size: 0.3rem;
    font-weight: 400;
    position: absolute;
    top: 15px;
    left: 15px;
    color: rgba(0,0,0,.4);
}
.page-read {
    background: url(../images/bg/t.jpg) no-repeat center top,url(../images/bg/b.jpg) no-repeat center bottom,url(../images/bg/c.jpg) repeat-y center 119px;
    background-size: 100%;
}

.night .page-read{
    background: #222222;
    color:rgba(255,255,255,.5);
}
.page-read{
    color: rgba(0,0,0,.85);
}
.page-read.H {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.H .page-read-content {
    position: absolute;
    top: 44px;
    bottom: 20px;
    overflow: hidden;
    width: 100%;
    border-top: 0;
}
.H .read-article {                
    height: 100%;
}
.read-article {
    font-size: 0.4rem;
    line-height: 0.68rem;
    overflow: hidden;
    min-height: calc(100vh - 64px);
    margin: 0 16px;
    text-align: justify;
}
.read-article h3 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    margin: 1em 0;
}
.H .read-section {
    overflow: visible;
    height: 100%;
    -webkit-columns: calc(100vw - 32px) 1;
    -webkit-column-gap: 16px;
    columns: calc(100vw - 32px) 1;
    column-gap: 16px;
}
.read-section p{
    text-indent: 0.8rem;
    line-height: 0.8rem;
}
.read-page-num {
    font-size: 0.3rem;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: rgba(0,0,0,.4);
}
.night .read-page-num{
    color:rgba(255,255,255,.5);
}
/*文章页面css样式 end*/

/*iframe start*/
.iframe_div{
    width: 100%;
    height: 100%;
    webkit-transition: opacity .15s,-webkit-transform .15s,visibility .15s;
    transition: opacity .15s,transform .15s,visibility .15s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.iframe_div.active {
    webkit-transform: translateY(0);
    transform: translateY(0);
}
.close {
    position: fixed;
    right: 0.8em;
    top: 0.8em;
    background: #20B0E9;
    padding: 0 0.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
}
/*iframe end*/