.headerBox {display:block;width: 100%;height: 4.5rem;position: relative;overflow: hidden;padding:.65rem .4rem;z-index: 0;}
.headerBoxBg {width: 10rem;position: absolute;left: 0;top: -3rem;z-index: 0;height:13.75rem;margin-left:-1rem}
.header-left {width: 1.76rem;height: 2.42rem;float: left;display: block;position: relative;z-index: 1;border-radius: .15rem;overflow: hidden;
}
.content {background: #f5f5f5;margin-bottom: 1.2rem;}
.brown {background: linear-gradient(to bottom right, #af9587, #563d30);}
.blue {background: linear-gradient(to bottom right, #8c99ac, #35435b);}
.violet {background: linear-gradient(to bottom right, #a98c99, #573343);}
.green {background: linear-gradient(to bottom right, #94b0a4, #3a5a4b);}
.yellow {background: linear-gradient(to bottom right, #aba48c, #5e5129);}
.header-left img {width: 1.76rem;height: 2.42rem;}
.header-right {display:inline-block;margin-left:.4rem;width: 4.54rem;position: relative;z-index: 1;}
.novelTitle {color: #fff;font-size:0.34rem;line-height: .4rem;font-weight:normal;}
.novelAuthor {color: rgba(255,255,255,.5);font-size: .26rem;}
.novel-label-box {color: rgba(255,255,255,.5);font-size: 0.22rem;}
.novel-label-box span {}
#introduce {color: #4b4c4f;font-size: .28rem;margin-top: .28rem;line-height: .48rem;position: relative;}
.alsoLike {background: #fff;padding:0 .4rem .4rem;margin-top: 0.2rem;display:inline-block;}
.alsoLike .title {font-size: 0.32rem;font-weight: bold;margin-top:.4rem;}
.alsoLike li {width: 1.76rem;float: left;margin-top: .3rem;margin-left: .7rem;height: 3.26rem;}
.alsoLike li:nth-child(3n+1) {margin-left: 0;}
.alsoLike li img {width:1.76rem;height:2.42rem;border-radius: .15rem;}
.alsoLike li text {margin-top: .23rem;color: #1e2226;font-size: .24rem;line-height:.34rem;}
.introduce_a {position: absolute;right:0;bottom:0;background:#fff url(../images/arrowBottom.png) no-repeat center right;background-size: .21rem .11rem;padding:0 .3rem;color:#1878f3;}
.change_a {background:#fff url(../images/arrowTop.png) no-repeat center right;background-size: .21rem .11rem;}

.score {height: .44rem;}
.score span {color: #fff;font-size: 0.38rem;font-weight: bold;}
.halfStar::before {content: "";
    -webkit-transform-origin: left;
    transform-origin: left;
    width:.125rem;
    height: .25rem;
    position: absolute;
    top: 0;
    left: 0;}
.starBox {margin-left: 0.06rem;}
.starBox ul li {width: 0.25rem;height: 0.25rem;margin-left: 0.1rem;position: relative;}
.starBox ul li.starLight,.halfStar::before {background:url(../images/starLight.png) no-repeat left center;background-size: .25rem;}
.starBox ul li.halfStar {}
.starBox ul li.star {background:url(../images/star.png) no-repeat center;background-size: .25rem;}
#details {border-radius: .3rem .3rem 0 0;z-index: 1;margin-top: -.73rem;padding:0 .4rem;position: relative;background: #fff;padding-top:.4rem;}
.detailsTitle {font-size: .32rem;font-weight: bold;}
.novelCategory {background: #fff;height:1.4rem;padding: 0 .4rem;padding-top: 0.3rem;}
.novelCategory span {background: #f5f5f5;color: #6f6f70;height: .7rem;padding:0 .3rem;border-radius: .35rem;font-size: .28rem;line-height: 0.7rem;}

.BookDetailsContents {height: 1.3rem;padding: 0 .4rem;margin-top:.2rem;background: #fff;}
.BookDetailsContents .title {font-weight: bold;font-size: .32rem;color:#1e2226;}
.BookDetailsContents .updated {font-size:.26rem;color: #68696a;margin-left: .2rem;}
.BookDetailsContents .updated span {margin:0 .1rem;}
.BookDetailsContents .chapter {font-size: .26rem;color: #68696a;}
.BookDetailsContents .chapter span {margin:0 .14rem 0 .1rem;}
.BookDetailsContents .chapter i {background:url(../images/contents_rightward_icon.png) no-repeat center;background-size: .13rem .22rem;display: block;width: .13rem;height: .22rem;}
.copyright {margin-top: 0.2rem;background: #fff;padding:.36rem .4rem}
.copyright div:first-child {font-size: 0.32rem;font-weight: bold;}
.copyright div:nth-of-type(2) {font-size: 0.26rem;color: #68696a;line-height: 0.4rem;margin-top: 0.06rem;}
.BookDetailsBtns {position: fixed;bottom: 0;left: 0;right: 0;z-index: 4;height: 1.2rem;background: #fff;}
.BookDetailsBtns a {width: 3.2rem;height: 0.88rem;border-radius: .44rem;font-weight: bold;font-size: .28rem;}
.BookDetailsBtns a:first-child {color: #1878f3;border:1px solid #1878f3 }
.BookDetailsBtns a:first-child i {display: block;height: .38rem;width: .38rem;margin-right: 0.12rem;background:url(../images/addToLibrary_bule.png) no-repeat center;background-size: .38rem;}
.BookDetailsBtns a:nth-of-type(2) {background: #1878f3;color: #fff;margin-left: 0.28rem;}
.BookDetailsBtns a:first-child.InLibrary {color: #a4a4a4;border: 1px solid #a4a4a4;}
.BookDetailsBtns a:first-child.InLibrary i {background:url(../images/InLibrary.png) no-repeat center;background-size: .38rem;}

/* iphonex 适配 */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .BookDetailsBtns {border-bottom:.32rem solid rgba(0,0,0,0);height:1.52rem;}
}
