/*评论*/
.book_comment{
	margin: 38px auto;
	position: relative;
}
.book_comment_title{
	color: #666666;
	font-size: 12px;
	padding: 12px 0;
	margin-bottom: 12px;
	border-bottom: solid 1px #ededed;
}
.book_comment_title p{
	display: inline-block;
}
.book_comment_title p:first-child{
	width: 88%;
	font-weight: bold;
	font-size: 14px;
}
.book_comment_title p:last-child{
	width: 11%;
	text-align: right;
}
#comment:hover{
	cursor: pointer;
}
.book_comment_item{
	color: #666666;
	font-size: 14px;
}
.book_comment_user{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: top;
}
.book_comment_right{
	width: 650px;
	margin-left: 10px;
}
.comment_info{
	font-size: 16px;
	color: #999999;
	padding: 12px 0;
}
.book_comment_user,.book_comment_right,.comment_info p,.comment_info p span{
	display: inline-block;
}
.comment_info p .comment_name{
	vertical-align: middle;
	width: 57%;
	white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.book_comment_right .none{
	display: none;
}
.comment_info .info_left{
	width: 60%;
}
.info_left span:nth-child(2){
	margin: 0 6px;
}
.info_left .icon_top{
	width: 42px;
	height: 16px;
	vertical-align: middle;
	background-image: url(../img/comment/icon_top.png);
	background-size: 100% 100%;
}
.info_left .icon_hero{
	width: 30px;
	height: 16px;
	vertical-align: middle;
}
.hero1{
	background-image: url(../img/comment/hero_01.png);
	background-size: 100% 100%;
}
.hero2{
	background-image: url(../img/comment/hero_02.png);
	background-size: 100% 100%;
}
.hero3{
	background-image: url(../img/comment/hero_03.png);
	background-size: 100% 100%;
}
.hero4{
	background-image: url(../img/comment/hero_04.png);
	background-size: 100% 100%;
}
.hero5{
	background-image: url(../img/comment/hero_05.png);
	background-size: 100% 100%;
}
.info_left .icon_level{
	width: 16px;
	height: 16px;
	padding-left: 27px;
	line-height: 16px;
	color: #fe8f4f;
	font-size: 12px;
	vertical-align: middle;
	background-image: url(../img/comment/icon_level.png);
	background-size: 100% 100%;
}
.info_left .level_ten{
	width: 19px;
	padding-left: 24px;
}
.comment_info .info_right{
	width: 39%;
	text-align: right;
	font-size: 12px;
}
.info_right .score{
	color: #ffb039;
	padding: 0 6px;
	border: solid 1px #ededed;
	border-radius: 4px;
	margin-right: 6px;
}
.comment_details{
	line-height: 1.8;
	text-align: justify;
}
.comment_details p img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.comment_other{
	background: #f9fbfc;
	padding: 16px 20px;
	margin-top: 10px;
}
.comment_other .other_praise{
	color: #56a4f8;
	padding-bottom: 10px;
	border-bottom: solid 1px #ededed;
}
.other_praise .praise_icon{
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-right: 8px;
	background-image: url(../img/comment/icon_heart.png);
}
.comment_other .other_reply p{
	margin-top: 24px;
}
.comment_other .other_reply p span{
	color: #aeaeae;
}
.comment_other .other_reply p img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.comment_other .other_more{
	color: #56a4f8;
	margin-top: 24px;
	cursor: pointer;
}
.other_more span{
	width: 9px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	background-image: url(../img/comment/icon_up.png);
	background-size: 100% 100%;
}
.comment_code{
	position: absolute;
	right: 0;
	top: 44px;
	border: solid 1px #EDEDED;
	padding: 20px;
	font-size: 16px;
	background: #FFFFFF;
	z-index: 999;
}
.comment_code .code_con{
	margin-top: 10px;
}
