/*書详情开始*/
.bookinfo{
	padding: 0.2rem;
    background: #fff;
}
.bookinfo img{
	display: block;
    width: 1.7rem;
    height: 2.4rem;
    -webkit-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    -moz-box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
    box-shadow: 0 0 0.2rem 0.01rem #ccc;
    margin-right: 0.25rem;
}
.bookinfo-title{
	font-size: 0.35rem;
    color: #333;
    margin-bottom: 0.18rem;
    height: 0.4rem;
    line-height: 0.43rem;
}
.bookinfo-title p {
    background: rgb(251,148,59);
    color: #fff;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
}
.bookinfo-type{
	font-size: 0.25rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.18rem;
}
.bookinfo-type p{
	color: rgb(251,148,59);
    border: 1px solid rgb(251,148,59);
    padding: 0 0.2rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    margin-right: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bookinfo-type div{
    color: rgb(32,175,156);

}
.bookinfo-text{
	font-size: 0.25rem;
    color: black;
    margin-bottom: 0.12rem;
}
.bookinfo-text1{
	font-size: 0.25rem;
    color: rgb(154,154,154);
    margin-bottom: 0.12rem;
}
.bookinfo-auto{
    font-size: 0.25rem;
    color: rgb(154,154,154);
}
/*按钮*/
.bookinfo-btns{
	background: #fff;
    height: 0.9rem;
    padding: 0 0.2rem;
    padding-bottom: 0.3rem;
}
.bookinfo-btns-read {
    display: block;
    width: 48%;
    height: 0.75rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    background: #7b694c;
    color: #fff;
}
.bookinfo-btns-chas {
    display: block;
    width: 48%;
    height: 0.75rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    border: 1px solid #7b694c;
    color: #7b694c;
}
.zan{
	display: inline-block;
    font-size: .3rem;
    text-align: center;
    padding: 10px 0;
    position: relative;
    width:48%;
    float:right;
}
.zan:first-child {
    float: left;
}
.zan:first-child:before{
    content: "";
    position: absolute;
    right: 0px;
    height: 60%;
    width: 1px;
    background-color: #E0E0E0;
    top: 20%;
    transform: scaleX(0.5);

}
.zan1{
	text-align: left;
    margin-left: 45%;
    position: relative;
    width: 1rem;
}
.zan1>a{
	position: absolute;
    left: -0.55rem;
    top: 50%;
    margin-top: -.3rem;
    background: url(../image/all_sprites.png) no-repeat center center;
    width: .4rem;
    height: .4rem;
    background-size: 380px 324px;
    -webkit-background-size:380px 324px;
    transform: rotateY(180deg);
    padding: .1rem;
    background-position: -297px -185px; 
}
.zan-dz{
	font-size: .38rem;
    color: #ff9800;
    text-align: center;
}
.zan-text{
	color: #bbb;
    text-align: center;
    margin-top: 5px;
    font-size: .23rem;
}
.zan-book>.zan1>a{
	background: url(../image/all_sprites.png) no-repeat center center;
    background-size: 380px 324px;
    -webkit-background-size:380px 324px;
    background-position: -342px -139px; 
}
/*作品簡介*/
.bookinfo-info{
	position: relative;
    padding: 0.1rem 0.2rem 0 0.2rem;
    font-size: 0.246rem;
    margin-bottom: 0.2rem;
}
.bookinfo-info-main{
	border-bottom: 1px solid rgb(238,238,238);
    padding-bottom: 0.4rem;
    position: relative;
}
.bookinfo-info p{
	padding-bottom: 0.2rem;
    height: 0.58rem;
    overflow: hidden;
    position: relative;
    line-height: 0.65rem;
}
.bookinfo-info-more {
    position: absolute;
    right: 0;
    bottom: -0.15rem;
    padding: 0.3rem 0;
    color: #7b694c;
}
.bookinfo-info-more i{
    width: 12.5px;
    height: 12.5px;
    display: inline-block;
    background:url(../image/css_sprites_other.png) no-repeat;
    background-size:38px 31px ;
    -webkit-background-size:38px 31px;
    background-position: -0px -12px
}
.bookinfo-info-state {
    height: 0.35rem;
    font-size: 0.22rem;
    color: #fff;
    background: #7b694c;
    padding: 0 0.15rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    margin: 0 0.2rem;
}
.bookinfo-info-title{
	font-size: 0.26rem;
    color: #333;
    padding-right: 0.2rem;
}
.bookinfo-info-time{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    padding: 0.2rem 0 0.2rem 0;
}
.bookinfo-info-more-btn{
    height: 1.1rem;
    padding: 0 0.25rem;
    display: block;	
}
.bookinfo-info-more-btn div{
	border-top: 1px solid rgb(238,238,238);
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
}
.bookinfo-info-more-btn a{
	display: block;
    width: 100%;
    height: 1.1rem;
}
    .bookinfo-info-more-btn span {
        font-size: 0.26rem;
        color: #7b694c;
        position: relative;
        top: -0.2rem;
    }
.bookinfo-info-more-btn div a i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../image/css_sprites_other.png) no-repeat center center;
    -webkit-background-size: 45.6px 38.85px;
    background-size: 45.6px 38.85px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top:-10px;
    background-position:-15px -15px;
}	
/*礼物块样式开始*/
.gift-content{
	margin-top: 0.25rem;
    background: #fff;
    border-top: 1px solid rgb(238,238,238);
    border-bottom: 1px solid rgb(238,238,238);
}
.gift-box-title{
	width: 100%;
    height: 0.8rem;
    background: #fff;
    position: relative;
    align-items: center;
}

.gift-title-name{
	padding: 0 0.4rem 0 0.5rem;
    font-size: 0.3rem;
    height: 0.8rem;
    position: relative;
    line-height: 0.82rem;
}
.gift-title-type{
	color: rgb(251,127,86);
    background: url(../img/title1.png) no-repeat 0.2rem center;
    -webkit-background-size: 0.11rem 0.42rem;
    background-size: 0.11rem 0.42rem;
}
.gift-content-box{
	padding: 0.2rem 0.1rem;
    margin:0 0 0.1rem;
    word-break: break-all;
}

.gift-content-item{
	display: block;
    padding: 0.1rem;
    text-align: center;
    font-size: 0.28rem;
}
.gift-content-item img {
    width: 43px;
    border: 0;
    vertical-align: middle;
    min-height: 43px;
}
.gift-content-item p{
	line-height: 0.4rem;
    margin-top: 0.1rem;
    color:rgb(234,98,123);
}
/*礼物清單*/
.gift-red-border{
	border: 1px solid red !important;
}
.gift-user-list{
	padding: 0.1rem 0.2rem;
}
.gift-user-list li{
	line-height: 0.4rem;
    padding: 0.1rem 0;
}
.gift-user-listmain{
	min-width: 220px;
    height: 0.4rem;
    font-size: 0.28rem;
}
.gift-user-name{
	float: left;
    max-width: 120px;
    height: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gift-user-give{
	float: left;
    margin-left: 0.1rem;
    color: #666;
    word-break: break-all;
}
.gift-user-listmain img{
	float: left;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.2rem;
   
}
.gift-user-num{
	float: left;
    margin-left: 0.1rem;
    color: red;
}
.gift-give-who{
	float: left;
    max-width: 120px;
    height: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0.1rem;
}
.gift-user-time{
    height: 0.4rem;
    
    text-align:right;
    color: #969ba5;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gift-user-lookmore{
    font-size: 12px;
    display:block;
    text-align: center;
    padding-bottom: 5px;
    color: #666;
}
/*弹出礼物框框*/
.gift-slow-bgbox{
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
    display: none;
    z-index: 111111;
}
.gift-slow-box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
}
.gift-slow-title{
	padding: 0.1rem;
	text-align: center;
	font-size: 0.28rem;
	background: rgb(248,248,248);
	position: relative;
}
.gift-slow-title span{
	line-height: 0.5rem;
	border-bottom: 2px solid #ff3955;
    padding: 0.1rem 0;
}
.gift-slow-main{
	min-height: 304px;
    position: relative;
    padding: 0.32rem;
}
.gift-slow-list{
	margin-right: 0;
    padding-bottom: .25rem;
    overflow: hidden;
}
.gift-slow-list li {
    width: 30%;
    float: left;
    margin-top: .25rem;
    position: relative;
    border: 1px solid #cbced2;
    margin-left: 2%;
    text-align: center;
    font-size: 0;
}
.gift-slow-list > li > img {
    pointer-events: none;
    width: 40px;
    display: inline-block;
}
.gift-slow-name{
	display: block; 
    border-radius: 2px;
    font-size: .24rem;
    text-align: center;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.gift-slow-thisname{
	display: block;
	margin-top: 0.1rem;
}
.gift-slow-name output{
	display: block;
	width: 100%;
	
}
.gift-much-money{
	color: grey;
	font-size: 12px;
}
.gift-much-money span{
	font-weight: 600;
}
/*赠送礼物信息框*/
.gift-slow-infobox{
	margin-top: 0.24rem;
    height: 1.12rem;
    padding: 0 .1rem .25rem;
    color: #1a1a1a;
}
.gift-slow-infolf {
    display: inline-block;
    float: left;
    width:45%;
}
.gift-slow-infolf p{
	word-break: break-all;
	display: block;
    line-height: 0.56rem;
    font-size: .24rem;
}
.gift-slow-btnbox{
	display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 100%;
    height: 0.8rem;

}
.gift-slow-removebtn{
	display: inline-block;
    width: 40px;
    height: 0.8rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: #f5f5f5;
    color: #b3babd;
    line-height: 0.48rem;
    font-family: bonds,sans-serif;
    cursor: pointer;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
    left: 0;
    bottom:0;
    float:left;
}
.gift-slow-removebtn:before{
	content: "-";
    font-size: 0.44rem;
    color: #a0a9ad;
}
.gift-slow-numinput {
    height: 0.8rem;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.28rem;
    font-weight: 400;
    text-align: center;
    background: #f5f5f5;
    color: #1a1a1a;
    left: 0.92rem;
    width: -moz-calc(100% -80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
.gift-slow-addbtn{
	display: inline-block;
    width: 40px;
    height: 0.8rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: #f5f5f5;
    color: #b3babd;
    line-height: 0.48rem;
    font-family: bonds,sans-serif;
    cursor: pointer;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
    right: 0;
    bottom:0;
    float:right;
}
.gift-slow-addbtn:before{
	content: "+";
    font-size: 0.44rem;
    color: #a0a9ad;
}
button,input,select,option{
	border: 0;
	outline: none;
}
.gift-slow-inforight {
    display: inline-block;
    float: right;
    margin-right: 0.064rem;
    width: 45%
}

.gift-slow-inforight p{
	word-break: break-all;
	display: block;
    line-height: 0.56rem;
    font-size: .24rem;
}
.gift-slow-select{
	text-align-last: center;
    -webkit-appearance: none;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    padding: 0 0.4rem 0 0.4rem;
    appearance: none;
    background: #f5f5f5;
    color: #444;
    font-size: .28rem;
   
}
/*用戶余额*/
.gift-user-balancebox{
	line-height: 0.88rem;
    border-top: 1px solid #f0f1f2;
    overflow: hidden;
    width: 100%;
}
.gift-user-balancetext{
	width: 100%;
	float: left;
    font-size: .3rem;
    padding-left: 0.32rem;
    color: #1a1a1a;
}
.gift-bxb-money{
	color: red;
}
.gift-nomore-balance{
	float:right;
	display: block;
	line-height: 0.28rem;
    background-color: #ff3955;
    border-radius: 0.64rem;
    padding: 0.15rem;
    color: #f6f7f9;
    font-size: 0.24rem;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    opacity: 0;
}
.gift-sure-btnbox{
	background-color: #f6f7f9;
    overflow: hidden;
    text-align: center;
}
.gift-sure-btn, .gift-Recharge-btn {
    display: block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.96rem;
    font-size: 14px;
    background-color: #7b694c;
    color: white;
    margin: 0.32rem auto;
    width: 5.6rem;
}
.gift-two-btncss{
	display: none;
}
.close-this-giftbox{
    position: absolute;
    font-size: 12px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.boxflex_bookinfo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.free-time-box {
    font-size: 0.25rem;
    position: relative;
    color: #7b694c;
    margin-top: 0.1rem;
}
.title-font{
    font-size: 12px;
}