/* page/component/pages/bookInfo/bookInfo.wxss */
.container{
 
}
body{
    background-color: #f6f7f9;
}
*{
    padding: 0;
    margin: 0;
}
.books{
  background: #fff;
  /* padding: 36rpx 36rpx 0; */
}
.books .book_bg{
  width: 100%;
  height: 9.97rem;
  position: absolute;
  left: 0;
  top: -3.38rem;
  /* filter: url(blur.svg#blur); 
  -webkit-filter: blur(4rpx);  */
}
.books_top{
    display:-webkit-flex;
  display: flex;
  padding: .36rem .36rem 0;
  color:#fff;
  background-size: 100% 2.6rem;
  height: 2.6rem;
  position:relative;
}
.books_info_cont{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
    display:-webkit-flex;
  display: flex;
  padding: .36rem;
  box-sizing: border-box;
}
.books_top img{
  margin-top: .15rem;
  width: 2.1rem;
  height: 2.8rem;
  box-shadow:#adabab 0 0 .2rem;
}
.books_info{
  flex: 1;
  margin-left: .2rem;
  margin-top: .3rem;

}
.books_info_mask_box{
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  overflow: hidden;
}
.books_info_mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    
}
.books_info p{
  display: block;
  font-size: .24rem;
  color: #fff;
  line-height: .5rem;
}
.books_info .title{
  margin-bottom: .08rem;
  font-size: .3rem;
  font-weight: 600;
  color: #fff;
  line-height: .58rem;

}
.btns_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 .1rem #f1f1f1;
}
.btns{
    display:-webkit-flex;
  display: flex;
  justify-content: space-between;
}
.btns view{
  width: 48%;
  height: 1rem;
  line-height: 100rpx;
  text-align: center;
  border-radius: .06rem;
  font-size: .26rem;
}
.btns .continue{
  color: #49b390;
}
.btns .join{
  color: #49b390;
}
.btns .joined{
  color: #91d1bd;
}
.books_intro{
  position: relative;
  padding: .24rem .36rem;
  color: #999;
  margin-top: .2rem;
}
.books_intro p{
    font-size: .26rem;
    line-height: .5rem;
}
.catalog {
  border-top: 1px solid #f3f3f3;
  height: .75rem;
  padding: 0 .36rem;
}
.catalog navigator{
    display:-webkit-flex;
  display: flex;
  width: 100%;
}
.books_intro .more{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: .3rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%, #fff);
}
.more image{
  width: .3rem;
  height: .3rem;
  margin-left: .7rem;
}
.catalog .catalog_icon{
  width: .32rem;
  height: .32rem;
  margin-top: .21rem;
}
.catalog .more{
  width: .2rem;
  height: .2rem;
  margin-top: .27rem;
}
.catalog .title{
  flex: 1;
  color:#999;
  font-size: .24rem;
  line-height: .75rem;
  margin-left: .2rem;
  margin-right: .2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: .75rem;
}
.catalog .time{
  color:#999;
  font-size: .24rem;
  line-height: .75rem;
  margin-right: .1rem;
}
.catalog_text{
  font-size: .26rem;
  margin-left: .1rem;
  line-height: .75rem;
}
.tags {
  border-top: 1px solid #f3f3f3;
  padding: 0 .36rem;
}
.tags text {
  padding: 0 .12rem;
  line-height: .6rem;
  font-size: .22rem;
}
.comment{
  background: #fff;
  margin-top: .2rem;
}
.comment .title text{
  flex: 1;
}
.comment .title_l{
  padding-left: .2rem;

}
.comment .edit{
  width: .3rem;
  height: .3rem;
  vertical-align: middle;
  margin-top: -.02rem;
  margin-right: .3rem;
}
.comment .title{
    display:-webkit-flex;
  display: flex;
  font-size: .28rem;
  line-height: .28rem;
  margin-left: .2rem;
  padding: .3rem 0;
  border-bottom:1px solid #f3f3f3;
}
.comment .title .title_l, .recommend .title_l {
  font-size: .3rem;
  line-height: .3rem;
  font-weight: 500;
}
.comment .title_r{
  color: rgb(34,180, 141);
}
.head_img{
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
}
.comment_list_item{
    display:-webkit-flex;
  display: flex;
  margin-left: .3rem;
  border-bottom: 1px solid #f3f3f3;
  padding: .2rem 0;
}
.comment_info{
  flex: 1;
  margin-left: .2rem;
  margin-right: .3rem;
}
.comment_info text{
  /* display: block; */
}
.comment_info .username{
  color: rgb(57,56,60);
  font-size: .26rem;
  line-height: .8rem;
  height: .8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vip_flag {
  width: .4rem;
  height: .4rem;
  vertical-align: middle;
  margin-left: .1rem;
}
.comment_reply {
    display: block;
    margin-bottom: .15rem;
    padding: .10rem .14rem;
    width: 100%;
    line-height: .40rem;
    font-size: .22rem;
    color: #000;
    background-color: #f7f8f9;
    box-sizing: border-box;
}
.comment_info .content{
  display: block;
  font-size: .24rem;
  line-height: .40rem;
}
.comment_list_item_like{
    display:-webkit-flex;
  display: flex;
  line-height: .4rem;
  margin-top: .1rem;
}
.comment_list_item_like .time{
  display: inline;
  flex: 1;
  color: #999;
  font-size: .2rem;
}

.like image{
  width: .26rem;
  height: .26rem;
  margin-right: .1rem;
  margin-top: .07rem;
}
.like{
    display:-webkit-flex;
  display: flex;
  font-size: .24rem;
  color: #999;
}
.look_more{
  line-height: 0.8rem;
  text-align: center;
  font-size: .24rem;
  color: #999;
}
.recommend{
  background: #fff;
  margin-top: 0.2rem;
}
.recommend{
  background: #fff;
  margin-top:.2rem;
}
.recommend .title{
    display:-webkit-flex;
  display: flex;
  font-size: .28rem;
  line-height: .28rem;
  padding: .38rem .30rem .24rem 0;
}
.recommend .title text{
  flex: 1;
}
.title_l{
  padding-left: .20rem;
}
.recommend_list{
    display:-webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: .20rem .10rem;
}
.recommend_list_item{
  flex: 1;
}
.recommend_list_item img{
  width: 1.97rem;
  height: 2.48rem;
  display: block;
  margin: 0 auto;
  /* border: 1px solid rgba(0,0,0,.1); */
  box-shadow:#adabab 0 0 20rpx;
}
.recommend_list_item p{
  display: block;
  width: 1.97rem;
  margin: 0 auto;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.recommend_list_item .recommend_title{
  font-size: .24rem;
  line-height: .36rem;
  padding:0;
  margin-top: .10rem;
  color: #333;
}
.recommend_list_item .author{
  color: #999;
  font-size: .24rem;
  line-height: .36rem;
}
.more{
  width: .20rem;
  height: .20rem;
  vertical-align: middle;
  margin-top: -.08rem;
}
.statement{
  background: #fff;
  margin-top: .20rem;
  padding: .20rem 0; 
}
.statement text{
  display: block;
  padding-left: .30rem;
}
.statement_1{
  font-size: .30rem;
  line-height: .50rem;
}
.statement_2{
  font-size: .24rem;
}
.container {
  padding-bottom: 1.20rem;
}
.recommend navigator{
  color: #999;
}


.container_false {
  padding: 0 .30rem;
}
.describe_box {
  padding: .30rem .04rem;
  border: 1rpx solid #333;
}
.describe_info {
  display: block;
  line-height: .30rem;
  text-align: center;
  font-size: .22rem;
}
.book_info_img {
  padding-top: .40rem;
}
.book_info_img image {
  display: block;
  width: 2.29rem;
  height: 2.69rem;
}
.book_cont {
  padding-top: .60rem;

}
.book_cont text {
  display: block;
  line-height: .50rem;
  font-size: .26rem;
}
.add_btn {
  margin-top: .80rem;
  width: 100%;
  height: .80rem;
  line-height: .80rem;
  text-align: center;
  font-size: .32rem;
  border: 1rpx solid #ccc;
  border-radius: .04rem;
}
.bn-dark2 {
    height: 1.3rem;
    background: url(../images/bg-dark2.png) no-repeat 0 0/cover;
    position: fixed;
    bottom: 0;
    width:100%;
}
.bn-dark2 a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0 .15rem;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.books .book_bg{
    margin-top:0;
}
.bn-logo {
    margin-right: .18rem;
}
.bn-logo img {
    width: .7rem;
    height: .7rem;
    border-radius: .1rem;
}
.bn-dark2 .bn-detail {
    font-size: .2rem;
    color: #b2b2b2;
    flex: 1;
}
.bn-btn {
    font-size: .24rem;
    border-radius: 3px;
    width: 1.5rem;
    line-height: .54rem;
    display: block;
    text-align: center;
    background-color: #49b390;
    color: #fff;
    margin-right: .18rem;
}
.bn-dark2 .bn-close {
    width: .16rem;
    height: .16rem;
    position: absolute;
    right: .1rem;
    top: .1rem;
    background-image: url(../images/close.png);
    background-size: 100%;
}
.read{
  
    width:90%;
    line-height:.8rem;
    background:#49b390;
    font-size:.28rem;
    color:#fff;
    display:block;
    margin-left:5%;
    text-align:center;
    border-radius:.1rem;
    margin: .8rem auto .2rem;
    letter-spacing:.04rem;
    outline:none;
    border: none;  
}
.invite .pic{
    display: block;
    margin: .3rem auto .6rem;
    width: 80%;
}
.invite .title{
    font-size: .35rem;
    font-weight: normal;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .2rem;
}
.invite p{
    font-size: .26rem;
    text-align: center;
}

.form input{
    background: #eee;
    border: none;
    outline: none;
    width: 80%;
    display: block;
    margin: 0.2rem auto;
    font-size: .48rem;
    line-height: .8rem;
    border-radius: .8rem;
    padding: 0 .4rem;
    box-sizing: border-box;
}
.form input[type=button]{
    -webkit-appearance:none;
    background: #49b390;
    color: #fff;
    margin-top: .6rem;
}
.body{
    background: #fff;
}
.user_code_tip{
    position: absolute;
    right: .5rem;
    top: 0.2rem;
    text-align: center;
}
.get_verify{
    width: 80%;
    margin-left: 10%;
    position: relative;
}
.get_verify input[type=text]{
    width: 100%;
}
.rule{
    width: 90%;
    margin-left: 5%;
    margin-top: .6rem;
    background: #f9f9f9;
    border-radius: .3rem;
    padding: .3rem;
    box-sizing: border-box;
}
li{
    list-style: none;
}
.rule h3{
    font-size: .26rem;
    line-height: .5rem;
}
.rule li{
    font-size: .24rem;
    line-height: .4rem;
}
.errMsg{
    background: rgba(0,0,0,.6);
    font-size: .24rem;
    position: fixed;
    color: #fff;
    line-height: .8rem;
    padding: 0 .4rem;
    border-radius: .2rem;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    box-sizing: border-box;
    left: 0;
    top: 5rem;
    display: none;
}
