/* 小说章节列表 */
.oc-body *{margin: 0;padding: 0;box-sizing: border-box;}
.oc-body li{list-style: none;}
.top-bg{height: 200px;background: rgb(15, 120, 132);}
.book-body{background: rgb(249, 249, 236);border-radius: 10px 10px 0 0px;width: 98%;margin: auto;margin-top: -100px;padding: 0 20px;color:rgba(55,107,79,0.8);}
.book-title{}
.book-title>div{display: inline-block;vertical-align: bottom;}
.book-title .bookimg{
    width: 200px;
    height: 280px;
    margin-top: -50px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.book-title .bookimg>img{width: 100%;height: 100%;object-fit: cover;}
.book-title .bookname{font-size: 20px;font-weight: bolder}
.bookuser,.booktags,.book-subject{
    margin-bottom: 10px;
}
.book-des{
    font-size: 12px;
}
.btn-box{padding-left: 180px;padding-top: 20px;}
.btn-box>a{color: rgb(158, 105, 36);background: rgb(255, 219, 111);width: 100px;display: inline-block;vertical-align: middle;height: 40px;text-align: center;line-height: 40px;font-size: 16px;border-radius: 6px;}
.btn-box>a:last-child{width: 200px;color: #fff;background: rgb(253, 17, 58);}
.btn-box>a:first-child{padding-left: 10px;position: relative;}
.btn-box>a:first-child::after{content: "";width:20px;height:20px;display: block;position: absolute;background: url(./icon/bookicon18.png) no-repeat;background-size: 100% ;top: 10px;left: 10px;}
.book-list{margin-top: 10px;color:rgba(50,50,50,0.7)}
.list-head{height: 40px;background: rgb(151, 197, 217);color: rgb(24, 95, 140);text-align: center;position: relative;line-height: 40px;font-size: 16px;}
.list-head>span:last-child{position: absolute;right: 16px;}
.book-list ul li{float:left;width: 33.33%;border-bottom:1px dashed  rgb(151, 197, 217);padding: 6px 16px;}
.book-list ul li>span{display: inline-block;vertical-align: middle;}
.book-list ul li>span:nth-child(3){color:grey;
    /*padding-left: 12px;*/
    float: right;
    /*background: url(./icon/bookicon0.png) no-repeat;*/
    background-size: 10px;background-position-y: 3px;}
.book-list ul li>span:nth-child(4){font-size: 12px;color: rgb(78, 111, 112);margin-top: 2px;}
.book-list ul li>span:nth-child(4)>span{display: inline-block;vertical-align: middle;}
.book-list ul li>span:nth-child(4)>span:nth-child(2){display: inline-block;vertical-align: middle;height: 16px;width: 16px;background: url(./icon/bookicon20.png) no-repeat;background-size: 100% 100%;}
.book-list ul li>span:nth-child(4)>span:nth-child(2).buyed{background:url(./icon/bookicon22.png) no-repeat;background-size: 100% 100%;}
.book-list ul::after{content: "";display: block;clear: both;}
.px-icon{display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url(./icon/bookicon4.png) no-repeat;background-size: 100% 100%;}
/* 漫画章节列表 */
.book-list2{margin-top: 20px;}
.list-head2{height: 40px;text-align: center;position: relative;line-height: 40px;font-size: 16px;}
.book-list2 ul li span{display: inline-block;vertical-align: middle;}
.book-list2 ul li a:nth-child(2){display: inline-block;vertical-align: middle;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.list-head2>span:last-child{position: absolute;left: 16px;color: #666;display: inline-block;height: 30px;line-height: 30px;padding-left: 36px;}
.list-head2>span:last-child::after{content: "";display: block;position: absolute;height: 30px;width: 30px;background: url(./icon/bookicon5.png) no-repeat;background-size: 100% 100%;left: 0;top: 0;}
.book-list2 ul li{float:left;width: 281px;padding: 6px 16px;background: rgb(151, 197, 217);margin: 10px 20px;border-radius: 4px;color: rgb(26, 93, 138);font-weight: bold;}
.book-list2 ul::after{content: "";display: block;clear: both;}
.gold-box{color: rgb(236, 50, 70);font-size: 12px;background: url(./icon/bookicon1.png) no-repeat;background-size: 10px;padding-left: 12px;background-position-y: 3px;margin-left:10px}
.usernum-box{color: #333;float: right;}
.usernum-box>span:nth-child(2){width: 16px;height: 16px;background:url(./icon/bookicon20.png) no-repeat;background-size: 100% 100%;}
.usernum-box>span:nth-child(2).buyed{background:url(./icon/bookicon22.png) no-repeat;background-size: 100% 100%;}
/* 小说详情 */
.book-title3{border-top:10px solid rgb(15, 120, 132);text-align: center;padding: 10px 0 ;color: rgb(106, 109, 109);}
.book-title3>div:first-child{font-size: 20px;}
.top-nav{margin-top: 16px;}
.top-nav>a{display: inline-block;vertical-align: middle;margin: 0 20px;font-size: 14px;color: rgb(59, 121, 64)}
.book-body3{border-top: 1px solid rgb(193, 219, 225);padding: 20px;font-size: 20px;color: rgb(106, 109, 109);min-height: 600px;}
.bottom-box{background: rgb(151, 197, 217);text-align: center;height: 50px;line-height: 50px;font-size: 10px;}
.bottom-box>a{display: inline-block;vertical-align: middle;margin: 0 20px;color: rgb(59, 121, 64);font-size: 14px}
.footer{border-bottom: 1px solid rgb(193, 219, 225);padding: 16px;}
.chapter-list{
    float: left;
    position: fixed;
    top: 100px;
    border-style: none;
    border-radius: 5px;
    color: #b1d3e0;
}

#chapter-list-content{
    float: left;
    overflow: hidden;
}

#book-menu-div{
    float: left;
    background: #132d30;
    margin-top: 30px;
}

.chapter-list ul{
    background: rgb(19 45 48);
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
}
.chapter-list li {
    margin-bottom:5px;
}

.chapter-list li span:first-child{
    float:left;
}

.chapter-list li img{
    margin-top:1px;
    float: right;
}

.chapter-list a {
    color: #eeedee
}

#chapter-list-header {
    background: #020a0b;
    text-align: left;
    padding: 5px 10px;
}
.d-none{
    display: none;
}

/* 漫画详情 */
.details{width:1288px;margin:auto;height: 800px;border: 1px solid rgb(15, 120, 132);border-top:10px solid rgb(15, 120, 132);}
.details>div{float: left;}
.nav-body{width: 200px;background: rgb(177, 211, 224);height: 100%;color: rgb(15, 88, 135);}
.nav-body>div{font-size: 18px;font-weight: bold;padding: 10px;border-bottom: 1px solid rgb(249, 249, 236);}
.nav-body>div>span:last-child{float: right;}
.nav-body>ul{padding: 0 10px;overflow-y: auto;}
.nav-body>ul li{padding: 10px 0 10px;position: relative;}
.nav-body>ul li>span{display: inline-block;vertical-align: middle;height: 20px;line-height:20px;}
.nav-body>ul li>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 110px;}
.nav-body>ul li>span:nth-child(3){width: 20px;height: 20px;background: url(./icon/bookicon20.png) no-repeat;background-size: 100% 100%;position: absolute;right: 5px;top: 10px;}
.nav-body>ul li>span:nth-child(3).buyed{background:url(./icon/bookicon22.png) no-repeat;background-size: 100% 100%;}
.book-body2{width: 1088px;height: 100%;position: relative;padding-top: 40px;}
.book-body2>img{display: block;margin: auto;}
.nav-body>ul::-webkit-scrollbar,.book-body2::-webkit-scrollbar { width: 6px;}
.nav-body>ul::-webkit-scrollbar-thumb,.book-body2::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(15, 120, 132);background: rgba(0,0,0,0.2);}
.nav-body>ul::-webkit-scrollbar-track,.book-body2::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(15, 120, 132);border-radius: 0;background: rgba(0,0,0,0.1);}
.mh-title{font-size: 30px;text-align: center;font-weight: bold;color: #0f5887;position: absolute;top: 0;width: 100%;}
.scroll-box{height: 100%;overflow-y: auto;}

/*for bookstore */
.text-center {
    text-align: center;
}
.padding-50{
    padding:0 50px 0 50px;
}

.content-padding{
    padding:0 20px 0 20px;
}

.width-ratio-80 {
!important;
    width: 80%;
}

.text-content {
    width: 100%;
}

#listChapter li{
    line-height: 30px;
}
#listChapter a{
    color: #0f7884;
}

@media (min-width: 0px) {
    .text-content {
        width: 100%
    }

    .content-padding{
        padding:0 20px 0 20px;
    }

    #listChapter li{
        !important;
        width: 100%;
    }

    /*.book-list ul li>span:nth-child(3){float:right}*/

    .bookattr > span{
        display: block;
    }
    #book-info{
        width: 100%;
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .text-content {
        width: 100%
    }

    .content-padding{
        padding:0 30px 0 30px;
    }

    #listChapter li{
    !important;
        width: 33%;
    }

    #book-info{
        width: 65%;
        margin-left: 14px;
    }

    .book-title .bookimg{
        width: 250px;
        height: 350px;
    }

}

@media (min-width: 992px) {
    .text-content {
        width: 100%
    }

    .content-padding{
        padding:0 50px 0 50px;
    }

    .bookattr > span{
        display: inline;
    }

    .book-title .bookimg{
        width: 200px;
        height: 280px;
    }
    #book-info{
        margin-left: 14px;
    }

}

@media (min-width: 1200px) {
    .text-content {
        width: 100%
    }

    .content-padding{
        padding:0 50px 0 50px;
    }

}

@media (min-width: 1537px) {
    .text-content {
        width: 100%
    }

    .content-padding{
        padding:0 50px 0 50px;
    }
}

.content-img-width{
    width: calc(100% - 50px);
}

.text-10{
    font-size: 10px;
}

.text-13{
    font-size: 13px;
}

.text-15{
    font-size: 15px;
}

.text-20{
    font-size: 20px;
}

.text-30{
    font-size: 30px;
}
.clearfix{
    background: #87b6bd;
    height: 1px;
}

.bookattr span{
    margin-bottom: 10px;
}

.booktags {
    display: inline-block;
}

.bookPurchaseStatus {
    padding-top: 5px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
   margin-top: 20px;
}

.button-submit {
    padding: 3px;
    font-size: 9px;
    border-style: none;
    border-radius: 5px;
    color: #f9f9ec;
    background: #0f7884;
    margin-left: 20px;
}

.button-tag {
    padding: 3px;
    font-size: 10px;
    border-style: none;
    border-radius: 3px;
    background-color: gray;
    color:wheat;
    margin-left: 20px;
}

.bg-blue{
   background: dodgerblue;
}

.bg-oragne{
   background: darkorange;
}

.coin{
    display: inline-block;
    width: 16px;
    height: 16px;
    color: rgb(0 57 63);
    background-color: #aaaa8d;
    border-style: solid;
    border-radius: 8px;
    text-align: center;
    line-height: 12px;
}

.coin-png{
   vertical-align: middle;
}
.text-price{
    color: #3f3f01;
}
.text-bold{
    font-weight: bolder;
}
.text-grey{
    color:grey;
}
.align-middle{
    vertical-align: middle;
    width: 14px;
    height: 14px;
}
.float-right{
   float: right;
}

.float-left{
    float: left;
}
.text-bold{
    font-weight: bold;
}
.book-price{
    margin-top: 10px;
    display: inline-block;
}

#read_count {
    margin-left: 50px;
    margin-top: 10px;
    font-size: 12px;
    color: #72311a
}

#purchase_count {
    margin-left: 50px;
    margin-top: 10px;
    font-size: 12px;
    color: #72311a
}
#book-info{
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
}
.t3 a{
    font-size: 13px;
}

.top-adv{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-adv-left{
    display: inline-block;
    width: 48%;
    margin-right: 1%;
}


.top-adv-right{
    text-align: right;
    display: inline-block;
    width: 48%;
}
.top-adv img{
    height: 200px;
    width: 100%;
}
.book-score{
    font-family: fantasy;
    font-size: 20px;
    margin-bottom: 10px;
    color: goldenrod;
}
.book-score-unit{
    font-size: 15px;
    color: #0f7884;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

/**
for book comment area
 */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding:10px 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#bookComment {
    width: 100%;
    height: 80px;
    border-color: lightgrey;
}

#bookComment:focus {
    outline: none !important;
    border:1px solid grey;
    box-shadow: 0 0 10px #719ECE;
}

.text-right{
    text-align: right;
}

#comment-label {
    font-size: 13px;
    line-height: 21px;
    color: dimgrey;
}

.avatar{
    border-radius: 30px;
    width: 35px;
    height: 35px;
}

.avatar-mobile{
    margin-top: 7px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}

.love-icon{
    width: 10px;
    height: 10px;
}

.name-label{
    font-size: 19px;
    line-height: 26px;
    margin-left: 10px;
}

.time-label{
    font-size: 10px;
    line-height: 23px;
    margin-left: 10px;
}

#comment-area{
    border-style: groove;
    border-width: 1px;
    margin-top: 10px;
    padding: 0px 10px 0px 10px;
}

#comment-area-mobile{
    border-style: groove;
    border-width: 1px 1px 0px 1px;

    margin-top: 10px;
    padding: 0px 10px 0px 10px;
}
.comment-row{
   margin-top: 10px;
    line-height: 50px;
    list-style: none;
}

.comment-row-mobile{
    margin-top: 10px;
    line-height: 11px;
    list-style: none;
}

.love-block{
    line-height: initial;
    margin-top: 16px;
}


.love-block-mobile{
    line-height: initial;
    margin-right: 20px;
}

.book-comment{
    margin-top: 12px;
    line-height: 20px;
    width: 95%;
    margin-left: -32px;
}

.book-comment-mobile{
    line-height: 20px;
    margin-top: 5px;
    width: 99%;
    padding-bottom: 10px;
    border-style: groove;
    border-width: 0px 0px 1px 0px;
}
#bookComments{
    padding-left: 0px;
    margin-bottom: 20px;
}

.height-60{
    height: 60px;
}
.height-90{
    height: 90px;
}

#pages-section{
    text-align: right;
}
.height-50{
    height: 50px;
}

.height-40{
    height: 40px;
}
.bottom-border{
    border-style: groove;
    border-width: 0px 0px 1px 0px;
}
#no-comment{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: darkgrey;
}
.no-border{
    !important;
    border-style: none;
}
