body{
    background: #fff;
}
#v_bookinfo{
    overflow: hidden;
    padding-bottom: 1.2rem;
}
/* 顶部栏样式 */
.topTitle.middleView{
    height: 1.17rem;
    /* background: #9CA5B6; */
    position: absolute;
}
.topTitleL.middleView{
    width: 10%;
    justify-content: flex-start;
    align-items: center;
}
.topTitleL.middleView img{
    margin-left: 0.37rem;
    width: 0.2rem;
    height: 0.33rem;
}
.topTitleC.middleView{
    width: 70%;
}
.topTitleR.middleView{
    width: 20%;
    justify-content: flex-end;
    align-items: center;
}
.topTitleR.middleView div.middleView{
    width: 1.87rem;
    height: 0.67rem;
    background: #FFFFFF;
    font-size: 0.32rem;
    border-radius: 0.33rem;
    justify-content: center;
    align-items: center;
    color: rgba(87, 179, 179, 1);
    margin-right: 0.37rem;
}
.topTitleR.middleView div.middleView img{
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.07rem;
}

/* 小说信息模块样式 */
.bookInfo.middleView{
    min-height: 4.74rem;
    background: url(../../image/page/book/bg.png) top center no-repeat;
    background-size: 10rem 4.19rem;

}
.bookInfoL.middleView{
    width: 29.1%;
    justify-content: flex-end;
}
.bookInfoR.middleView{
    width: 70.9%;
    display: block;
}
.bookImg.middleView{
    width: 2.54rem;
    height: 3.57rem;
    display: block;
    position: relative;
}
.bookImg.middleView img{
    width: 100%;
    height: 100%;
    position: absolute;
    /* bottom: -0.35rem; */
}
.bookName.middleView{
    justify-content: flex-start;
    color: #ffffff;
    font-size: 0.43rem;
    font-weight: 600;
    line-height: 0.5rem;
    margin-left: 0.57rem;
    margin-top: 0.13rem;
}
.author.middleView{
    justify-content: flex-start;
    color: #dbdbdb;
    font-size: 0.32rem;
    font-weight: 400;
    margin-left: 0.57rem;
    margin-top: 0.08rem;
}
.author.middleView img{
    width: 0.4rem;
    height: 0.4rem;
}
.score{
    color: #E6E8EC;
    font-size: 0.35rem;
}
.score.middleView{
    justify-content: flex-start;
    margin-left: 0.57rem;
    margin-top: 0.4rem;
    height: 0.33rem;
}
.score.middleView img{
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.08rem;
}
.score.middleView span{
    margin-left: 0.04rem;
    font-size: 0.29rem;
    color: #a1a1a1;
    font-weight: 400;
}
.label.middleView{
    justify-content: flex-start;
    margin-left: 0.57rem;
    margin-top: 0.41rem;
}
.label.middleView .labelname{
    width: auto;
    height: 0.48rem;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    padding: 0rem 0.2rem;
    border-radius: 0.24rem;
    /* background: #9CA5B6; */
    border: #e7e7e7 1px solid;
    font-size: 0.29rem;
    color: #E6E8EC;
    font-weight: 400;
    line-height: 0.23rem;
    margin-right: 0.13rem;
}
.tag{
    padding: 0.04rem 0.12rem;
    color: #ffffff;
    font-size: 0.29rem;
    background:rgba(87,179,179,1);
    position: relative;
    top:0.23rem;
}
.label.middleView .isvip{
    width: auto;
    height: 0.48rem;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    padding: 0rem 0.2rem;
    font-size: 0.32rem;
    color: #EB9D00;
    font-weight: 400;
    line-height: 0.23rem;
    margin-right: 0.13rem;
}

/* 小说简介样式 */
.bookIntro.middleView{
    margin-top: 0.69rem;
}
.introTitle.middleView{
    margin-left: 0.37rem;
    font-size: 0.43rem;
    color: #333;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 0.4rem;
}
.introContent.middleView{
    margin-top: 0.14rem;
    margin-left: 0.4rem;
    margin-right: 0.52rem;
    position: relative;
}
.introContent.middleView div.middleView{
    color: #333;
    font-size: 0.35rem;
    font-weight: 400;
    line-height: 0.56rem;
    word-wrap:break-word;
    word-break: break-all;
}
.introContent.middleView img{
    width: 0.27rem;
    height: 0.13rem;
    position: absolute;
    right:-0.16rem;
    bottom:-0.1rem;
}
/* 版权信息样式 */
.copyrightBox.middleView{
    margin: 0.40rem 0;
}
.copyrightTitle{
    margin-top:0.37rem;
    margin-right: 0.37rem;
    justify-content: space-between;
}
.copyrightTitleL.middleView{
    width: 30%;
    justify-content: flex-start;
    text-indent: 0.37rem;
    color: #333;
    font-size: 0.43rem;
    font-weight: 600;
    align-items: center;
    align-content: center;
}
.copyrightContent.middleView{
    margin-top: 0.14rem;
    margin-left: 0.4rem;
    margin-right: 0.52rem;
    position: relative;
}
.copyrightContent div{
	line-height:0.38rem;
    font-size: 0.36rem;
    font-weight: 400;
    line-height: 0.56rem;
    word-wrap:break-word;
    word-break: break-all;
	justify-content: flex-start;
	align-content: left;
	/*float:left;*/
	color:rgba(172,172,172,1);
	margin-left:0.37rem;
	margin-right:0.37rem;
	margin-top:0.37rem;
	width:95%;
}
.copyrightContent.middleView img{
    width: 0.27rem;
    height: 0.13rem;
    position: absolute;
    right:-0.16rem;
    bottom:-0.1rem;
}
/* 分割线样式 */
.line.middleView{
    margin-left: 0.37rem;
    margin-right: 0.37rem;
    margin-top: 0.37rem;
    background: #e6e6e6;
    height: 1px;
}
.lineH.middleView{
    height: 0.27rem;
    background: #ecf1f4;
}
.lineR.middleView{
    margin-left: 0.37rem;
    margin-right: 0.37rem;
    margin-bottom: 0.2rem;
    background: #e6e6e6;
    height: 1px;
}

/* 目录样式 */
.chapterBox.middleView{
    height: 1.49rem;
    align-items: center;
    align-content: center;
}
.chapterL.middleView{
    width: 20%;
    justify-content: flex-start;
    text-indent: 0.37rem;
    color: #333;
    font-size: 0.43rem;
    font-weight: 600;
    align-items: center;
    align-content: center;
}
.chapterC.middleView{
    width: 55%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #636363;
    font-size: 0.35rem;
    font-weight: 400;
}
.chapterR.middleView{
    width: 25%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 0.32rem;
    color: #acacac;
    font-weight: 400;
}
.chapterR.middleView img{
    width: 0.13rem;
    height: 0.27rem;
    margin-right: 0.37rem;
}

/* 评论样式 */
.replyBox.middleView{
    margin: 0.40rem 0;
}
.replyTitle.middleView{
    margin-left: 0.37rem;
    margin-right: 0.37rem;
    justify-content: space-between;
}
.replyTitleL.middleView{
    width: 30%;
    justify-content: flex-start;
    color: #333;
    font-size: 0.43rem;
    font-weight: 600;
}
.replyTitleR.middleView{
    background: url(../../image/page/book/reply.png) left center no-repeat;
    background-size: 0.32rem 0.28rem;
    padding-left:0.32rem;
    width: 2.1rem;
    justify-content: flex-end;
    align-items: center;
    color: #57b3b3;
    font-size: 0.32rem;
    font-weight: bold;
}
.reply.middleView{
    margin-left: 0.39rem;
    margin-right: 0.36rem;
    margin-top: 0.39rem;
    margin-bottom: 0.59rem;
}
.replyL.middleView{
    width: 8.65%;
}
.replyL.middleView img{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.replyR.middleView{
    width: 91.35%;
}
.replyName.middleView{
    justify-content: flex-start;
    margin-left: 0.2rem;
    color: #333;
    font-size: 0.35rem;
    font-weight: 600;
}
.replyTime.middleView{
    color: #666666;
    font-size: 0.29rem;
    font-weight: 300;
}
.replyTimeL.middleView{
    justify-content: flex-start;
    width: 80%;
    text-indent: 0.2rem;
}
.replyTimeR.middleView{
    width: 20%;
    justify-content: flex-end;
}
.replyTimeR.middleView img{
    width: 0.33rem;
    height: 0.32rem;
    margin-right: 0.15rem;
}
/* 评论内容 */
.replyContent.middleView{
    margin-left: 0.2rem;
    margin-right: 0.29rem;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    color: #333;
    font-size: 0.35rem;
    line-height: 0.56rem;
    font-weight: 400;
    margin-top: 0.24rem;
}
.replyContent,.replyLine{
    justify-content: flex-start;
}
/* 楼中楼回复 */
.replyList.middleView{
    margin-left: 0.2rem;
    margin-right: 0rem;
    margin-top: 0.16rem;
    background: #f7f9fc;
    padding-bottom: 0.25rem;
}
.replyLine.middleView{
    margin-right: 0.33rem;
    margin-left: 0.27rem;
    margin-top: 0.13rem;
    color: #696c78;
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: 400;
}
.replyLine.middleView span.vname{
    color: #333;
    font-size: 0.29rem;
    font-weight: 600;
    line-height: 0.48rem;
}
.replyLineBottom.middleView{
    align-items: center;
    margin-top: 12px;
    justify-content: flex-end;
    color: #777;
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: 400;
}
.replyLineBottom.middleView img{
    width: 0.13rem;
    height: 0.27rem;
    margin-right: 0.27rem;
    margin-left: 0.09rem;
}
/* 全部评论 */
.allReply.middleView{
    color: #777;
    font-size: 0.32rem;
    font-weight: 400;
    margin-top: 0.48rem;
    margin-bottom: 0.51rem;
    align-items: center;
}
.allReply.middleView img{
    width: 0.13rem;
    height: 0.27rem;
    margin-left: 0.09rem;
}

/* 打赏 */
.giftTitle.middleView{
    justify-content: flex-start;
    margin-left: 0.37rem;
    margin-right: 0.37rem;
    margin-top: 0.5rem;
    color:#333;
    font-size: 0.43rem;
    font-weight: 600;
    align-items: flex-end;
}
.giftTitle.middleView span{
    color: #888;
    font-size: 0.32rem;
    font-weight: 500;
    margin-left: 0.3rem;
}
/* 打赏选项 */
.giftBox.middleView{
    margin-left: 0.37rem;
    margin-right: 0.37rem;
    margin-top: 0.84rem;
    height: 2.13rem;
    justify-content: space-between;
}
.gift.middleView{
    width: 2.03rem;
    height: 2.13rem;
    box-shadow: rgba(60, 157, 157, 0.11) 0 0.03rem 0.32rem;
    display: block;
}
.gift.middleView img{
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
    margin-top: -0.37rem;
}
.giftName.middleView{
    color: #333;
    font-size: 0.37rem;
    line-height: 0.4rem;
    font-weight: 600;
    margin-top: 0.3rem;
}
.giftPrice.middleView{
    color: #888;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.4rem;
    margin-top: 0.08rem;
}
.giftBtnBox.middleView{
    margin-top: 0.59rem;
    margin-bottom: 0.51rem;
}
.giftBtn.middleView{
    width: 2.13rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    background: #57b3b3;
    justify-items: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 0.35rem;
    font-weight: 500;
}

/* 作者其他作品 */
.otherBox.middleView{
    margin-bottom: 0.51rem;
}
.bookList.middleView{
    margin-top:0.44rem;
    height: 4rem;
    /* overflow-x: scroll;
    flex-wrap:nowrap; */
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0.37rem;
    margin-right: 0rem;
    
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
}
.bookList.middleView::-webkit-scrollbar{
    display: none;
}
.bookBox.middleView{
    width: 2.4rem;
    height: 4rem;
    justify-content: flex-start;
    margin-right: 0.41rem;
}
.bookBox.middleView img{
    box-shadow: rgba(60, 157, 157, 0.11) 0 0.03rem 0.32rem;
    width: 2.4rem;
    height: 3.19rem;
    border-radius: 0.08rem;
}
.otherBookName.middleView{
    color: #333;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 0.48rem;
    margin-top: 0.3rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 底部按钮 */
.bottomBtn.middleView{
    height: 1.2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: rgba(60, 157, 157, 0.11) 0 0.03rem 0.32rem;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.4rem;
}
.bottomBtnL.middleView{
    width: 50%;
    background: #fff;
    color: #57b3b3;
    align-items: center;
    box-shadow: none;
}
.bottomBtnL.middleView span{
    margin-left: 0.3rem;
}
.bottomBtnR.middleView{
    width: 50%;
    background: #57b3b3;
    color: #fff;
    align-items: center;
    box-shadow: none;
}

/* 打赏记录样式 20190725 Lsrun */
.rewardTitle.middleView{
    color:#888;
    font-size: 0.32rem;
    justify-content: flex-start;
    margin-left: 0.36rem;
    margin-right: 0.36rem;
    margin-top: 0.09rem;
    margin-bottom: 0.44rem;
}
.rewardBox.middleView{
    padding: 0.37rem 0;
    margin: 0 0.37rem;
    border-bottom: #e6e6e6 solid 0.01rem;
    min-height: 0.88rem;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
.rewardBox.middleView img{
    margin-left: 0.16rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.rewardBox.middleView .rewardMsg{
    margin-left: 0.12rem;
    font-size: 0.35rem;
    color: #57B3B3;
}
.rewardMsg .username{
    color: #333333;
    font-size: 0.35rem;
}
.rewardMsg .time{
    color: #888888;
    font-size: 0.29rem;
    margin-top:0.37rem; 
}
.rewardBottomBtn.middleView{
    color: #777;
    font-size: 0.32rem;
    font-weight: 400;
    margin-top: 0.14rem;
    margin-bottom: 0.33rem;
}
.rewardBottomBtn.middleView img{
    width:0.27rem;
    height:0.13rem;
}