﻿/*評論框样式*/
.comment-top-title{
	border-bottom: 1px solid #eee;
}
.comment-all-title{
	width: 100%;
    height: 0.8rem;
    background: #fff;
    position: relative;
    align-items: center;
}
.comment-all-title-name{
	padding: 0 0.4rem 0 0.5rem;
    font-size: 0.3rem;
    height: 0.8rem;
    position: relative;
    line-height: 0.82rem;
}
.comment-all-title-type{
	color: rgb(251,127,86);
    background: url(../image/title1.png) no-repeat 0.2rem center;
    -webkit-background-size: 0.11rem 0.42rem;
    background-size: 0.11rem 0.42rem;
}
.comment-all-title-type2 {
    color: rgb(70,195,127);
    background: url(../image/title1.png) no-repeat 0.2rem center;
    -webkit-background-size: 0.11rem 0.42rem;
    background-size: 0.11rem 0.42rem;
}
.comment-all-title-search{
	position: absolute;
    right: 0;
    top: 0;
    height: 0.8rem;
    display: inline-block;
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: rgb(154,154,154);
    text-align: right;
    margin-right: 0.2rem;
}
/*評論框样式*/
.comment-top-title{
	border-bottom: 1px solid #eee;
}
.comment-main-li{
	
	overflow: hidden;
}
.comment-user-icon{
	margin-left: 3%;
    margin-right: 0.15rem;
    position: relative;
    float: left;
}
.comment-main-box{
	background: #fff;
	padding: 0.3rem 0rem 0 0rem;
}
.comment-user-icon img{
	width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
}
.comment-main-li-box{
	padding-bottom: 0.46875rem;
    padding-right: 0.2rem;
    border-bottom: 1px solid #f0f1f2;
    overflow: hidden;
}
.comment-user-box{
	
    padding-top: 0.078125rem;
    color: #999999;
}
.comment-username{
	line-height: 0.6rem;
	float: left;
	font-size: 0.25rem;
}
.comment-aply{
	color: #999999;
	line-height: 0.6rem;
	float: right;
	font-size: 0.25rem;
}
.aply-pic-box{
	color: #555;
}
.comment-aply-pic{
	
    width: 0.390625rem;
    height: 0.390625rem;
    
}
.comment-apy-picbox{
	position: relative;
	top: 0.1rem;
}
.comment-time{
	font-size: 0.25rem;
    color: #999999;
    line-height: 0.6rem;
}
.user-comment-text{
	color: #666666;
	line-height: 0.45rem;
	font-size: 0.3rem;
}
.user-reply-box{
	background:  #f9f9f9;
	border-radius:10px ;
	margin-top: 0.2rem;
}
.comment-aply-ul{
    font-style: normal;
    padding: 0.1rem 0.2rem;
}
.reply-li{
	text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 0.24rem;
}
.comment-user-reply-type1{
	color: #8ab4b8;
    
}
.comment-user-reply-type2{
	color: #4e4e4e;
    font-size: 0.2rem;
    line-height: 0.4rem;
}
.no-aply-box{
	display: block;
	text-align: center;
    font-size: 0.375rem;
    padding: 0.78125rem 0;
    background-color: #fff;
    color: #c2c7ce;
    
}
.no-aply-box img{
	width: 0.9375rem;
    height: 1.25rem;
    margin-bottom: 0.3125rem;
}

/*通用头部框*/
.comment-alltop-box{
	width: 100%;
	height: 0.9rem;
	background: rgb(253,150,167);
    color: #fff;
    font-size: 0.3rem;
    overflow: hidden;
}
/*居中样式*/
.comment-center_s{
	align-items: center;
    box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
}
.comment-alltop-logo{
	margin-top: 0.05rem;
}
.comment-box_s_flex{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.comment-box_s_style{
	flex-direction: column;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    width: 100%;
}
.comment-top-back {
    display: none;
    color: #fff;
    padding-left: 0.4rem;
    margin-left: 0.06rem;
    background: url(../image/arrow_left.png) no-repeat left center;
    -webkit-background-size: 0.4rem 0.4rem;
    background-size: 0.4rem 0.4rem;
}
.comment-alltop-right-btn-box{
	height: 0.9rem;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.comment-alltop-right-btn-box>a>img{
	width: 100%;
	height: 100%;
}
/*書籍信息*/
.comment-bookinfo{
	padding: 0.4rem;
    background: #fff;
}
.comment-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;
}
.comment-bookinfo-title{
	font-size: 0.35rem;
    color: #333;
    margin-bottom: 0.18rem;
    height: 0.4rem;
    line-height: 0.43rem;
}
.comment-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;
}
.comment-diandian{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.comment-bookinfo-text{
	font-size: 0.25rem;
    color: black;
    margin-bottom: 0.12rem;
}
.comment-bookinfo-text1{
	font-size: 0.25rem;
    color: rgb(154,154,154);
    margin-bottom: 0.12rem;
}
.comment-bookinfo-auto{
    font-size: 0.25rem;
    color: rgb(154,154,154);
}
.comment-bookinfo-type{
	font-size: 0.25rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.18rem;
}
.comment-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;
}
.comment-bookinfo-type div{
    color: rgb(32,175,156);

}
.bookcomment-padding{
	padding-top: 0.1rem;
}

/*下方输入框样式*/

.bookcomment-input{
	background: #F9F9F9;
    position: fixed;
    padding: 0.2rem;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    
}
.bookcomment-input-main{
	border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 0.8rem;
    padding: 0 0.1rem;
    background: #fff;
}
.bookcomment-input-main label {
    background: url(../image/bookComment.png) 0 0.16rem no-repeat;
    background-size: 0.4rem;
    -webkit-background-size: 0.4rem;
    padding-left: 0.56rem;
    display: block;
}
input{
	border: none;
	outline: none;
}
.bookcomment-input-main input{
	-webkit-appearance: none;
    line-height:0.4rem;
    font-size: 0.28rem;
    height: 0.4rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18;
    width: 100%;
    background: #fff;
}

/*隐藏框样式*/
.bookcomment-background-box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:1;
	display: none;
}

/*输入框背景色*/
.bookcomment-hide-box{
	position: fixed;
    bottom: -100%;
    left: 0;]
    height: auto;
    width: 100%;
    padding: 0.2rem 0;
    border: none;
	background: #fff;
	z-index:2;
	
}
.bookcomment-hide-mian{
	line-height: 0.44rem;
}
.bookcomment-warpper{
	background-color: #fff;
    padding: 0.1rem 0 0;
    position: relative;
}

.bookcomment-textarea{
	padding: 0.16rem 0.14rem 0;
    width: 100%;
    height: 2.4rem;
    font-size: 0.32rem;
    resize: vertical;
    border: none;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
.bookcomment-hide-btns{
	margin-top: 0.2rem;
}
.bookcomment-hide-btn{
	width: 1.2rem;
    height: 0.5rem;
    color: #fff;
    line-height: 0.5rem;
    font-size: 0.28rem;
    background: #09B295;
    border-radius: 3px;
    margin-top: 0.2ren;
    text-align: center;
    float: right;
    margin-right: 0.3rem;
}
.bookcomment-hide-btn1{
	width: 1.2rem;
    height: 0.5rem;
    color: #fff;
    line-height: 0.5rem;
    font-size: 0.28rem;
    background: red;
    border-radius: 3px;
    margin-top: 0.2ren;
    text-align: center;
    float: right;
    margin-right: 0.3rem;
}
.no-aply-box{
	text-align: center;
    font-size: 0.375rem;
    padding: 0.78125rem 0;
    background-color: #fff;
    color: #c2c7ce;
    display: none;
}
.no-aply-box img{
	width: 0.9375rem;
    height: 1.25rem;
    margin-bottom: 0.3125rem;
}
/*加載更多*/
.all-jzgd{
	color: black;
    text-align: center;
    font-size: 0.28rem;
    margin-bottom: 10px;
    margin-top: :0px;
    display: block;
    margin-top: 5px;
}
/*下一页*/
.comment-page-box{
	margin-top: 0.1rem;
	padding: 0.1rem;
	padding-bottom: 1.3rem;
	
}
.comment-page-btn{
	font-size: 0.24rem;
	display: block;
	position: relative;
	width: 1.2rem;
	height: 0.5rem;
	border-radius:5px ;
	line-height: 0.5rem;
	text-align: center;
	background: rgb(253,160,167);
	color: white;
}
.page-btn-left{
	float: right;
	right: 20%;
}
.page-btn-right{
	float: left;
	left: 20%;
}
.comment-title{
	text-align: center;
	font-size: 0.3rem;
	padding: 0.1rem 0rem;
}
.bookcomment-animation{
	-moz-animation:myanimation 1s ease-in-out 0s 1 alternate forwards ;
	animation: myanimation 1s ease-in-out 0s 1 alternate forwards;
	-ms-animation: myanimation 1s ease-in-out 0s 1 alternate forwards;
	-webkit-animation:myanimation 1s ease-in-out 0s 1 alternate forwards ;
	transition: all 1ss;
}

@-moz-keyframes myanimation{
	from{bottom:-100%}
	to{bottom: 0;}
}
@-ms-keyframes myanimation{
	from{bottom:-100%}
	to{bottom: 0;}
}
@-webkit-keyframes myanimation{
	from{bottom:-100%}
	to{bottom: 0;}
}
@keyframes myanimation{
	from{bottom:-100%}
	to{bottom: 0;}
}

