
.top{
    width: 100%;
    height: 2.5rem;
    font-size: 0;
    /*background-color: red;*/
}

.home-pic{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(/static/novel/images/home-pic.png);
    background-size: 100% 100%;
    position: relative;
    top: 0.2rem;
    left: 0;
}

.left-area{
    width: 30%;
    display: inline-block;
}

.title_1{
    line-height: 3rem;
    display: inline-block;
    font-size: 1rem;
    margin-left: 0.3rem;
    /*padding-left: 5%;*/
    /*background-color: red;*/
}

.btn-tab_1,.btn-tab_2{
    width: 15%;
    color: #ed424b;
    border: 1px solid #ed424b;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
}

.btn-tab_1{
    border-style: solid none solid solid;
    border-top-left-radius: 8%;
    /*border-top-right-radius: 8%;*/
    border-bottom-left-radius: 8%;
    /*border-bottom-right-radius: 8%;*/
}

.btn-tab_2{
    /*border-top-left-radius: 8%;*/
    border-top-right-radius: 8%;
    /*border-bottom-left-radius: 8%;*/
    border-bottom-right-radius: 8%;
}

.active>.btn-tab_1,.btn-tab_1.active {
    color: #fff;
    background-color: #ed424b;
}

.active>.btn-tab_2,.btn-tab_2.active {
    color: #fff;
    background-color: #ed424b;
}

.btn-login{
    width: 30%;
    display: inline-block;
    font-size: 1rem;
    text-align: right;
}

.head-pic-class{
    display: inline-block;
}
.head-pic{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: url("/static/novel/images/head.png");
    background-size: 100% 100%;
    position: relative;
    top: 0.2rem;
    left: -0.5rem;
    -webkit-tap-highlight-color:white;
}

.search{
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    background: url("/static/novel/images/search.jpg");
    background-size: 100% 100%;
    position: relative;
    top: 0.2rem;
}

.page{
    background-color: #f6f7f9;
    width: 100%;
    /*overflow-x: hidden;*/
}
.wuxia-div, .kehuan-div, .xuanhuan-div, .kongbu-div{
    width: 100%;
    height: 9rem;
    background-color: white;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5rem;
}

#wuxia-pic, #kehuan-pic, #xuanhuan-pic, #kongbu-pic{
    height: 9rem;
}

.wuxia-1, .kehuan-1, .xuanhuan-1, .kongbu-1{
    position: relative;
    background-color: green;
    height: 9rem;
    width: 6rem;
    float:left;
    margin-left: 0.2rem;
}

.wuxia-2, .kehuan-2, .xuanhuan-2, .kongbu-2{
    height: 9rem;
    width: 100%;
    background-color: #fff;
}

.wuxia-ol, .kehuan-ol, .xuanhuan-ol, .kongbu-ol{
    margin-top: 0;
    margin-left: 6rem;
}

.wuxia-ol-li, .kehuan-ol-li, .xuanhuan-ol-li, .kongbu-ol-li{
    line-height: 1.79rem;
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(240, 241, 242, 1);
}

.kehuan-div{
    margin-top: 0.8rem;
}
.xuanhuan-div{
    margin-top: 0.8rem;
}
.kongbu-div{
    margin-top: 0.8rem;
}


.wuxia-ol-li-a, .kehuan-ol-li-a, .xuanhuan-ol-li-a, .kongbu-ol-li-a{
    color: black;
    display: block;
}

.wuxia-title, .kehuan-title, .xuanhuan-title, .kongbu-title{
    font: normal 1.75rem/1.375rem KUHEI;
    position: absolute;
    left: 1.2rem;
    top: 3.7rem;
    color: #fff;
}

.btn-tab {
    font-size: .8125rem;
    line-height: 1.6875rem;
    display: block;
    padding: 0 .5rem;
    text-align: center;
    color: #ed424b;
    border: 1px solid #ed424b
}

.arrow{
    float: right;
    margin-right: 1rem;
}

.arrow_back{
    width: 100%;
    /*float: left;*/
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    line-height: 2rem;
    font-size: 0.875rem;
    color: black;
}

.novel-type{
    width: 30%;
    line-height: 2rem;
    display: inline-block;
    font-size: 1rem;
    padding-left: 5%;
}

/*.book-item{*/
    /*width: 100%;*/
    /*height: 2rem;*/
    /*background-color: red;*/
/*}*/

#books{
    margin: 0.5rem;
    padding: 0;
}

.book-li{
    list-style: none;
    height: 6.5rem;
    /*width: 100%;*/
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f1f2;
    position: relative;
}
.rank-index{
    display: inline-block;
    font-size: 0.75rem;
    width: 5%;
}

.book-layout{
    display: inline-block;
    width: 93%;
}

.book-cover{
    width: 5rem;
    height: 5.5rem;
    float: left;
}

.book-cover-img {
    width: 4.125rem;
    height: 5.5rem;
    margin-right: .5rem;
    margin-left: .5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.book-cell{
    margin-left: 5rem;
    height: 5.5rem;
}

.book-title{
    font-size: 0.875rem;
    color: black;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.book-tags, .book-desc , .book-author{
    font-size: .8125rem;
    margin: .125rem 0;
    color: #969ba3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4rem;
}

.page-read {
  position: relative
}

.page-read-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;

}

.page-read-top-day{
    background: url("/static/novel/images/skin-default-t.ece62.jpg");
    color: rgba(0,0,0,.4)
}

.page-read-top-night{
    background: #1a1a1a;
    color: rgba(255,255,255,.5);
}
.page-read-top-blue{
    background: #cad9e8;
}
.page-read-top-green{
    background: #d1edd1;
}
.page-read-top-light{
    background: #e6e6e6;
}

.read-book-name{
  font-size: .75rem;
  font-weight: 400;
  position: absolute;
  top: 15px;
  left: 1rem;
}

.page-read-content{
    position: fixed;
    top: 43px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

.page-read-content-day{
    background: url("/static/novel/images/skin-default-m.35905.jpg") fixed;
}

.page-read-content-night{
    background: #1a1a1a;
    color: rgba(255,255,255,.5);
}

.page-read-content-blue{
    background: #cad9e8;
}

.page-read-content-green{
    background: #d1edd1;
}

.page-read-content-light{
    background: #e6e6e6;
}

.read-section h3{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2rem;
    margin: 1rem 0
}

.read-article p {
    line-height: 48px;
    font-size: 24px;
    margin: .5rem 0;
    word-break: break-all;
    text-align: justify;
}

.read-section{
    margin: 0 0.5rem;
}

.btn-group {
    position: fixed;
    height: 3rem;
    bottom: -3rem;
    right: 0;
    left: 0;
}

.btn-group.active{
    position: fixed;
    height: 3rem;
    /*bottom: 0rem;*/
    /*right: 0;*/
    /*left: 0;*/
    font-size: 0;
    background-color: black;
    /*color: lightgray;*/
    /*opacity: 100;*/

    transform: translate3d(0px, -3rem, 0px) rotate(0deg);
    transition: transform 0.1s linear 0s;
}

.btn-group-cell{
    display: inline-block;
    width: 25%;
    line-height: 3rem;
    font-size: 0.8rem;
    color: lightgray;
    text-align: center;
    -webkit-tap-highlight-color:black;
}

.header{
    position: fixed;
    top: -2rem;
}

.header.active{
    position: fixed;
    height: 2rem;
    top: -2rem;
    right: 0;
    left: 0;
    background-color: black;

    transform: translate3d(0px, 2rem, 0px) rotate(0deg);
    transition: transform 0.1s linear 0s;
}

.header-back{
    margin-left: 1rem;
    color: white;
    display: inline-block;
    line-height: 2rem;
    font-size: 0.8rem;
}

.read-opt-bot{
    position: fixed;
    right: 0;
    bottom: -8rem;
    left: 0;
}

.read-opt-bot.active {
    position: fixed;
    right: 0;
    bottom: 3rem;
    left: 0;
    opacity: 100;
    background-color: black;
    background-clip: padding-box;
}

.read-set-font, .read-set-skin, .read-set-layout{
    /*padding-top: .5rem;*/
    border-bottom: 1px solid rgba(255,255,255,.2);
    /*border-bottom: 1px solid #fff;*/
    height: 4rem;
}

.read-set-font, .read-set-skin{
    font-size: 0;
}

.font-size-show, .read-font-down, .read-font-up, .choice-font-family{
    display: inline-block;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 1rem;
    width: 20%;
    margin-left: 4%;

    color: white;
    text-align: center;
    margin-top: 1rem;
}

.read-font-down, .read-font-up, .choice-font-family{
    border: solid 1px #ffffff;
    border-radius : 10px;
    box-sizing: border-box;
}


.read-set-skin-default, .read-set-skin-blue, .read-set-skin-green, .read-set-skin-light{
    display: inline-block;
    height: 1.9rem;
    width: 20%;
    margin-left: 4%;
    background-color: white;
    margin-top: 1rem;
}

.read-set-skin-default{
    background: #c4b395 url("/static/novel/images/skin-default-s.e7086.png") center;
    background-size: 100%
}

.read-set-skin-blue{
    background: #cad9e8;
}

.read-set-skin-green{
    background: #d1edd1;
}

.read-set-skin-light{
    background: #e6e6e6;
}

.read-opt-prog{
    position: fixed;
    right: 0;
    bottom: -4rem;
    left: 0;
}

.read-opt-prog.active{
    position: fixed;
    right: 0;
    bottom: 3rem;
    left: 0;
    opacity: 100;
    background-color: black;
    background-clip: padding-box;
}

.read-prog-info{
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.read-prog-prev, .read-prog-val, .read-prog-next{
    display: inline-block;
    color: white;
    font-size: .7rem;
    height: 4rem;
    -webkit-tap-highlight-color:black;
}

.read-prog-val{
    width: 60%;
}

.read-prog-prev{
    width: 20%;
    float: left;
    line-height: 4rem;
}

.read-prog-next{
    width: 20%;
    float: right;
    line-height: 4rem;
}

.ell, .presentation{
    height: 2rem;
    width: 100%;
    line-height: 2rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside-content{
    position: relative;
    top: 0;
    right: 4rem;
    left: -50rem;
    bottom: 0;
    background-color: white;
}

.page-read-opt{
    position: relative;
}

.aside-content{
    position: fixed;
    top: 0;
    right: 0;
    left: 100%;
    bottom: 0;
    width: 85%;
    background-color: white;
    transform: translate3d(0, 0px, 0px) rotate(0deg);
    transition: transform 0.1s linear 0s;

}
.aside-content.active{
    position: fixed;
    /*top: 0;*/
    /*right: 0;*/
    /*left: 60%;*/
    /*bottom: 0;*/
    width: 85%;
    background-color: white;
    transform: translate3d(-100%, 0px, 0px) rotate(0deg);
    transition: transform 0.1s linear 0s;
}


.btn-group-tab{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid red;

    background-color: white;
    text-align: center;
    z-index: 3;

}

.module-header{
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;

    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
    background-color: white;
    z-index: 2;
}

.module{
    position: absolute;
    top: 3.2rem;
    right: 0;
    left: 0;
    bottom: 0;

    overflow-y: auto;
    z-index: 1;
    font-size: 0.8rem;
    background-color: white;
}

.module-header-l{
    float: left;
    margin-left: 0.5rem;
}

.module-header-r{
    float: right;
    margin-right: 0.5rem;
}

.chapter-ol{
    overflow-y: auto;
}

.chapter-ol li{
    font-size: 0;
    height: 2rem;
    width: 105%;
    line-height: 2rem;
    background-color: white;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-left: -1.4rem;
}

.chapter-index{
    color: black;
    font-size: 0.75rem;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chapter-li-a{
    display: block;
}

.chapter-li-a:active{
    background-color: lightgray;
}


.load-next-chapter{
    margin: 2rem auto;
    width: 80%;

    font-size: .875rem;
    line-height: 2.25rem;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 99px;
    background-color: #ed424b;
    z-index: 10;
}

#readBtnChapter.active, #readBtnProg.active, #readBtnSet.active, #readBtnMode.active{
    color: white;
}

.page-index{
    background-color: #f6f7f9;
    font-size: 0;
    margin: 0 calc(50% - 155px) 0 calc(50% - 155px);
}

.page-index a{
    display: inline-block;
    font-size: 20px;
    color: black;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #e1e2e3;
}

.pages{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.search-header{
    position: fixed;
    right: 120%;
}

.search-header.active{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-color: white;
    border-bottom: #e1e2e3 solid 1px;
}

.search-form{
    display: inline-block;
    height: 3rem;
    width: 80%;
}

.search-input{
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    width: 98%;
    border: solid 1px #e1e2e3;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
}

.search-cancel{
    display: inline-block;
    height: 3rem;
    line-height: 2rem;
    float: right;
    width: 20%;
    text-align: center;
    margin-top: 0.5rem;
}

.search-body{
    position: fixed;
    right: 120%;
}

.search-body.active{
    background-color: white;
    position: fixed;
    top: 3rem;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.book-detail-btn{
    font-size: 0;
}
.book-btn-group-cell{
    display: inline-block;
    width: 33%;
    line-height: 3rem;
    font-size: 0.8rem;
    color: lightgray;
    text-align: center;
    -webkit-tap-highlight-color: red;
}

.book-btn-group-cell a{
    display: inline-block;
    background-color: white;
    color: black;
    width: 80%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px;
}

#btnReadBook{
    background-color: #ed424b;
    color: white;
}

#myCart, #btnAddToBookshelf{
    -webkit-tap-highlight-color: white;
}

.book-summary{
    position: absolute;
    top: 13.5rem;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f6f7f9;
}

.book-summary-show{
    position: absolute;
    top: 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: justify;
    overflow-y: auto;
}

.top-img{
    display: block;
    width: 100%;
    height: 4rem;
    background: url("/static/novel/images/top_red_13.png");
    background-size:100% 100%;
}

.login-form{
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    top: -1rem;
}

.username-class{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid lightgray;
    color: lightgray;
}

.username, .passwd{
    width: 80%;
    outline: none;
    border: 0;
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    position: relative;
    left: 1rem;
}

.passwd-class{
    width: 100%;
    height: 2.5rem;
    outline: none;
    border: 0;
    border-bottom: 1px solid lightgray;
    margin-top: 1rem;
    /*margin-bottom: 3rem;*/
}

.login-btn{
    width: 100%;
    height: 2.5rem;
    outline: none;
    border: 0;
    border-radius: 50px;
    background-color: #EE434C;
    color: white;
    font-size: 0.8rem;
    margin-top: 1.5rem;
}

.account-login-wrap{
    background-color: white;
    position: relative;
}

.icon-user{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/novel/images/user.svg");
    background-size:100% 100%;
    position: relative;
    top: 0.1rem;
    left: 0.5rem;
}

.icon-lock{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/novel/images/lock.svg");
    background-size:100% 100%;
    position: relative;
    top: 0.1rem;
    left: 0.5rem;
}

.logo{
    background-color: white;
    width: 100%;
    height: 5rem;
}

.logo-img{
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: 5rem;
    margin: 2rem auto;
}

.login-body{
    background-color: white;
    position: relative;
}

.login-error-box{
    position: absolute;
    display: inline-block;
    width: 80%;
    height: 9rem;
    background-color: rgba(0,0,0, .7);
    top: 10rem;
    left: 10%;
    border-radius: 20px;
    color: white;
    line-height: 9rem;
    text-align: center;
    font-size: 1.2rem;
    white-space:normal;
}

.center-header{
    width: 100%;
    height: 8rem;
    background: url("/static/novel/images/center-header.jpg");
    background-size:100% 100%;
}

.center-header-class{
    padding-top: 20px;
}
.center-header-img{
    display: block;
    height: 3rem;
    width: 3rem;
    border-radius: 1.5rem;
    margin: 0 auto;
}

.center-header-p{
    color: white;
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.7rem;

}

.center-header-top-a{
    color: white;
    font-size: 0.8rem;
    padding-top: 0.4rem;
    padding-left: 0.4rem;
}

.personal-li{
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-bottom: solid 1px rgba(240, 241, 242, 1);
    font-size: 0.875rem;
    background-color: white;
}

.personal-layout{
    display: block;
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.logout{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    text-align: center;

    background-color: white;
}

.logout-a{
    display: block;
    color: red;
}

.personal-page{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f6f7f9;
}

.center-nav{
    margin-top: 1rem;
}

.link-1, .link-2{
    font-size: 0.6rem;
    color: #0091DE !important;
    margin-top: 0.8rem;
    -webkit-tap-highlight-color: white;
}

.link-1{
    float: left;
}

.link-2{
    float: right;
}

.register-page{
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.register-header-top-a{
    font-size: 0.8rem;
    display: block;
    color: black;
    height: 2rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

.register-form{
    position: absolute;
    left: 10%;
    right: 10%;
    /*bottom: 0;*/
    top: 4.5rem;
}

.is_on_shelf{

}

.remove-book-class{
    display: inline-block;
}

.remove-book{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("/static/novel/images/del_log.jpg");
    background-size: 100% 100%;
    position: absolute;
    top: 1.6rem;
    right: 0.5rem;
}

.forget-psw-page{
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    right: 0;
    left: 0;
}

.show-info{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: black;
    font-size: 1rem;
}
