﻿
/* 書籍详情页样式开始 */
.bookdetails-main-bgbox{
    width: 1020px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
    min-height: 700px;
}
.bookdetails-left-mainbox{
    float: left;
    width: 730px;
    padding-bottom: 12px;
}
.bookdetails-left-padding{
    padding: 20px;
    background: #fff;    
    margin-bottom: 20px;
}
.bookdetails-bookinfo-box{
    display: block;
    cursor: pointer;
    position: relative;
    
}
.bookdetails-bookinfo-bookpic{
    float: left;
    position: relative;
    margin-right: 20px;
}
.bookdetails-bookinfo-bookpic img{
    width: 180px;
    height: 240px;
    -webkit-box-shadow: 3px 3px 3px #7D879F;
    -moz-box-shadow: 3px 3px 3px #7D879F;
    box-shadow: 3px 3px 3px #7D879F;
}
.bookdetails-bookinfo-allinfo{
    float: left;
    overflow: hidden;
    width: 490px;
    margin-top: 10px;
}
.bookdetalis-bookinfo-title{
    width: 100%;
}
.bookdetalis-bookinfo-bookname{
    width: 60%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1B2641;
    font-size: 16px;
    float: left;
}
.bookdetalis-bookinfo-authname{
    width: 30%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color:#7D879F;
    float: right;
    text-align: right;
}
.bookdetalis-bookinfo-someinfo{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:15px;
    color: #7D879F;
}
.bookdetalis-bookinfo-someinfo a{
    display: inline-block;
    color: #7D879F;
    font-size: 14px;
}
.bookdetalis-bookinfo-someinfo i{
    font-style: normal;
    margin: 0 3px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.bookdetalis-new-update{
    display: block;
    font-size: 14px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:red;
}
.bookdetalis-bookinfo-bookintro{
    font-size: 14px;
    color:#7D879F;
    margin-top: 15px;
    overflow: hidden;
    height: 40px;
    text-align: inherit;
}
.bookdetalis-bookinfo-bookbtnbox{
    font: 14px/24px PingFangSC-Regular,'-apple-system',Simsun;
    margin-top: 10px;
}
.bookdetalis-bookinfo-readthis:hover{
    color:white;
}
.bookdetalis-bookinfo-readthis{
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: center;
    background: #823efc;
    color: white;
    float: left;
    border-radius: 5px;
    margin-right: 60px;
}
.bookdetalis-bookinfo-collthis{
    display: block;
    width: 100px;
    line-height: 40px;
    text-align: center;
    border:1px solid #823efc;
    color: #823efc;
    float: left;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.bookdetalis-readwithiphone-box{
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 18px;
    height: 20px;
   
}
.bookdetalis-readwithiphone-box a{
    position: relative;
    z-index:2;
    color: #7D879F;
    font-size: 14px;
    padding: 10px;
}
.bookdetalis-code-box{
    position: absolute;
    z-index: 1;
    top: 40px;
    right: -80px;
    width: 168px;
    height: 148px;
    padding: 20px;
    animation: .15s ease-out;
    animation-name: fadeinT;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    display: none;
}
.bookdetalis-code-box cite{
    position: absolute;
    bottom: 100%;
    left: 48%;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 0 none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e5e5;
    border-left: 8px solid transparent;
}
.bookdetalis-code-box i{
    position: absolute;
    top: 1px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 0 none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}
.bookdetalis-code-box img{
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
}
.bookdetalis-code-box h3{
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
}
.bookdetalis-readwithiphone-box a:hover .bookdetalis-code-box{
    display: block;
}
/* 書籍其他信息 */
.bookdetails-other-titlebox{
    
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
.bookdetailis-title-selecthis{
    background:#4c7ffc;
    color:white !important;
}
.bookdetailis-title-btn1{
    height: 47px;
    padding: 0 20px;
    line-height: 47px;
    display: block;
    float: left;
    color:black;
    cursor: pointer;
}
.bookdetailis-title-btn2{
    height: 47px;
    padding: 0 20px;
    line-height: 47px;
    display: block;
    float: left;
    color:black;
    margin-left: 20px;
    cursor: pointer;
}
.bookdetails-user-tips{
    font-size: 14px;
    line-height: 20px;
    margin: 25px 0;
    color: #7D879F;
    
}
/* 打赏 */
.bookdetails-reward-box{
    overflow: hidden;
}
.bookdetails-reward-title{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #1B2641;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0;
    font-size: 16px;
}
.bookdetails-reward-num{
    font-size: 12px;
    margin-left: 10px;
}
.bookdetailis-gift-box{
    overflow: hidden;
    margin-top: 25px;
}
.bookdetails-gift-item{
    float: left;
    width: 114px;
    margin-left: 1px;
    padding-bottom: 25px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}
.bookdetails-gift-item:first-child{
    margin-left: 0;
}
.bookdetailis-gift-pic{
    width: 90px;
    height: 90px;
}
.bookdetailis-gift-box h5{
    font: 14px/1 PingFangSC-Regular,'-apple-system',Simsun;
    margin-top: 8px;
    color: red;
}
.bookdetailis-gift-box p{
    font: 12px/1 PingFangSC-Regular,'-apple-system',Simsun;
    color: #444;
    margin-top: 8px;
}
/* 赠送礼物 */
.bookdetails-recevid-userpic{
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.bookdetails-recevid-box{
    max-height: 50px !important;
}
.bookdetails-recevid-userpic img{
    width: 100%;
    height: 100%;
    border-radius:100%; 
}
.bookdetails-usercontainer-info>h4>span{
    margin-left: 20px;
}
.bookdetails-usercontainer-info>h4>img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.bookdetails-recevid-num{
    letter-spacing: 2px !important;
    margin-left: 5px !important;
    
}
/* 評論*/
.bookdetails-comment-box{
    overflow: hidden;
}
.booldetails-comment-main{
    overflow: hidden;
    
    margin-bottom: 10px;
}
.bookdetails-user-headicon{
    width: 44px;
    height: 44px;
    margin: 20px 15px 20px 20px;
    border-radius: 100%;
    float: left;
}
.bookdetails-user-headicon img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.bookdetails-comment-inputbox{
    margin-top: 20px;
    float: left;
}
.bookdetails-comment-textbox{
    position: relative;
    z-index: 1;
    width: 608px;
    height: 70px;
    border: 1px solid #e6e6e6;
}
.bookdetails-comment-text{
    font-family: PingFangSC-Regular,'-apple-system',Simsun;
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 588px;
    height: 60px;
    padding: 4px 10px;
    border: none;
    font: 14px/1.8 PingFangSC-Regular,HelveticaNeue-Light,'Helvetica Neue Light','Microsoft YaHei',sans-serif;
    resize: none;
    outline: 0;
}
.bookdetails-comment-btnbox{
    font-size: 0;
    float: right;
    margin-top: 16px;
    cursor: pointer;
}
.not-comment-btn{
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    display: inline-block;
    width: 76px;
    height: 32px;
    vertical-align: middle;
    border-radius: 2px;
    color: #997f5d;
}
.publish-comment-btn{
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    border-color: #ff7b2b;
    background: #ff7b2b;
    font: 14px/32px PingFangSC-Regular,'-apple-system',Simsun;
    display: inline-block;
    width: 76px;
    height: 32px;
    vertical-align: middle;
    border-radius: 2px;
}
.publish-comment-btn:hover{
    color:#fff;
}
.bookdetails-comment-usercontainer{
    padding: 0 0px 20px 20px;
    margin-top: 20px;
}
.bookdetails-usercontainer-item{
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
}
.bookdetails-usercontainer-userpic{
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    float: left;
    margin: 0 12px 0 0;
}
.bookdetails-usercontainer-userpic a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.bookdetails-usercontainer-userpic img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.bookdetails-usercontainer-info{
    float: left;
    width: 610px;
    margin-top: 14px;
}
.bookdetails-usercontainer-info h4{
    font: 12px/14px PingFangSC-Regular,'-apple-system',Simsun;
    overflow: hidden;
    max-height: 16px;
    margin-bottom: 12px;
    color: #999;
}
.bookdetails-usercontainer-username{
    margin: 0 5px;
    cursor: text;
    color: #1a1a1a;
}
.bookdetails-usercontainer-info i{
    font-family: Arial;
    margin: 0 8px 0 2px;
    font-style: normal;
}
.bookdetails-usercontainer-time{
    font-style: normal;
}
.bookdetails-usercontainer-info p{
    font: 14px/24px PingFangSC-Regular,'-apple-system',Simsun;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 72px;
    margin-top: 8px;
    word-wrap: break-word;
    word-break: break-all;
}
.bookdetalis-main-commenttext{
    text-decoration: none;
    color: #262626;
    outline: 0;
    cursor: pointer;
}
.bookdetalis-reply-commentbox{
    padding: 18px 0 0;
}
.bookdetalis-reply-iconbox{
    display: inline-block;
    margin-bottom: 14px;
    color: grey;
}
.bookdetalis-reply-iconbox img{
    width: 15px;
    display: inline-block;
    height: 15px;
    vertical-align: inherit;
}
.bookdetalis-reply-iconbox b{
    font-weight: 400;
}
/* 无評論时显示 */
.bookstack-vif-nocommentbox{
    width: 100%;
    padding: 30px 0 0;
}
.bookstack-vif-nocommentbox img{
    display: block;
    width: 30%;
    margin: 0 auto;
}
.bookstack-vif-nocommentbox p{
    text-align: center;
    color: #7D879F;
}
/* 目錄 */
.bookdetails-catalog-box{
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.bookdetails-catalog-list{
    width: 690px;
}
.bookdetails-cataloglist-item{
    font: 14px/40px PingFangSC-Regular,'-apple-system',Simsun;
    float: left;
    overflow: hidden;
    width: 200px;
    height: 40px;
    padding-right: 30px;
    border-bottom: 1px solid #ebebeb;
}
.bookdetails-cataloglist-item a{
    float: left;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #262626;
}
.bookdetails-cataloglist-item a:hover{
    color:#6067fc;
}
/* VIP章節 */
.bookdetails-cataloglist-vipitem{
    background: url(../../img/icon/wan_vip.png) no-repeat left center;
    background-size:15px 15px ;  
}
.bookdetails-cataloglist-vipitem a{
    margin-left: 15px;
}
/* 右边的框 */
.bookdetails-right-mainbox{
    position: relative;
    z-index: 1;
    width: 270px;
    float: right;
    overflow: hidden;
}
.bookdetails-right-itembox1{
    background: #fff;
    padding:20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.bookdetails-right-itembox1 h3{
    padding: 0 0 10px;
    border-bottom: 1px solid #1a1a1a;
}
.bookdetails-rightitem-firstbox{
    margin-top: 20px;
    margin-bottom:20px;
}
.bookdetails-rightitem-picbox{
    float: left;
    position: relative;
    margin-right: 15px;
}
.bookdetails-rightitem-picbox img{
    width: 85px;
    height: 95px;
    -webkit-box-shadow: 3px 3px 3px #7D879F;
    -moz-box-shadow: 3px 3px 3px #7D879F;
    box-shadow: 3px 3px 3px #7D879F;
}
.bookdetails-rightitem-fbookinfo{
    overflow: hidden;
}
.bookdetails-rightitem-fbookname{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#1a1a1a;
}
.bookdetails-rightitem-fbookauth{
    color: #7D879F;
    margin: 7px 0;
    max-height: 21px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bookdetails-rightitem-authbox{
    display: inline-block;
    color: #7D879F;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
.bookdetails-rightitem-authbox img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -3px;
}
.bookdetails-rightitem-fbookauth i{
    font-style: normal;
}
.bookdetails-rightitem-authbox2{
    display: inline-block;
    color: #7D879F;
    font-size: 12px;
    vertical-align: middle;
}
.bookdetails-rightiem-bookintro{
    color: #7D879F;
    overflow: hidden;
    font-size: 14px;
    max-height: 38px;
}
.bookdetails-right-itembox1list{
    overflow: hidden;
    padding-top: 5px;
}
.bookdetails-right-itembox1list li{
    margin-bottom: 25px;
}
.bookdetails-right-circle{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #838383;
    display: inline-block;
}
.bookdetails-rightlist-booktype{
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
    color: #823efc;
}
.bookdetails-rightlist-booktype span{
    display: inline-block;
}
.bookdetails-rightlist-bookname{
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    color: #1B2641;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 赠送礼物弹框样式 */
.bookdetails-getgift-alterbox{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index:2333;
    display: none;
}
.bookdetails-getgift-altermain{
    position: absolute;
    width: 476px;
    left: 50%;
    top: 50%;
    z-index: 20;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    font-size: 14px;
}
.bookdetails-close-giftalert{
    width: 20px;
    height: 20px;
    float: right;
    margin: 10px;
    cursor: pointer;
}
.bookdetails-giftbox-alteritem{
    padding:15px 20px 30px;
}
.bookdetails-alertgift-itemlist{
    overflow: hidden;
    height: auto;
}
.bookdetails-alertgift-item{
    float: left;
    width: 33.3%;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 5px;
}
.bookdetails-alertgift-item img{
    width: 60%;
    height: auto;
    padding-top: 15px;
}
.bookdetails-alertgift-item span{
    
    font-size: 12px;
}
.bookdetails-alter-selsecthis{
    background: #7b694c;
    color:white !important;
    padding: 0
}
.bookdetails-giftbox-userbox{
    padding: 10px 0 20px;
}
.bookdetails-giftbox-userbox img{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.bookdetails-giftbox-numbox{
    margin: 10px 0;
}
.bookdetails-giftbox-num{
    width: 65px;
    height: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 0 5px;
    text-align: center;
    padding: 0 5px;
}
.bookdetails-giftbox-spend{
    float:right;
}
.bookdetails-giftbox-spend i{
    font-style: normal;
    color:red;
}
.bookdetails-giftbox-btn{
    width: 100px;
    height: 33px;
    background:#7b694c;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
}
.bookdetails-goto-recharge{
    float: right;
    color: red;
    font-size: 12px;
    vertical-align: middle;
    line-height: 28px;
    display: none;
}

.bookdetalis-bookinfo-someinfo a:hover {
    color: #6067fc;
}