.clear{
	clear: none!important;;
}
.clear:after{
	content: '';
	display: block;
	clear: both;
}
.comment-list-wrapper{
	margin-bottom:30px;
}

.comment-title-box{
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
	margin-left: -28px;
	margin-right: -28px;
	padding: 15px 28px;
	border-bottom: solid 1px #ebebeb;
	margin-top: -28px;
	vertical-align: middle;
}

.publish-comment-btn{
	display: block;
	padding: 2px 10px;
	border: solid 1px #bf160a;
	color: #bf160a;
	border-radius: 20px;
	line-height: 25px;
	float: right;
	font-size: 14px;
	cursor: pointer;
	font-weight: normal;
	vertical-align: middle;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.publish-comment-btn:hover{
	background: #fff2f1;
	color: #a9150a;
	border: solid 1px #ef968f;
}
.publish-comment-btn.opend{
	background: #bf160a;
	color:#fff;
}

.publish-comment-btn .icon-dialogue{
	font-size:18px;
	vertical-align: middle;
}
#comment-count-txt{
	color: #a9150a;
}
.comment-title-box.disabled .publish-comment-btn{
	/*pointer-events: none;*/
	border: solid 1px #bdb9b9;
	color: #938a8a;
	cursor: not-allowed;
}

.comment-title-box.disabled .publish-comment-btn:hover{
	background: none;
	cursor: not-allowed;
	border: solid 1px #bdb9b9;
	color: #938a8a;
}

.comment-tip{
	text-align: center;
	margin: 100px 0;
	font-size: 17px;
	color: #8b8a8a;
}
.comment-tip .layui-icon{
	font-size:35px;
}

.comment-tip .comment-text{
	margin-top:10px;
}

.comment-editor-box{
	margin:20px 0;
	display: none;
}

.comment-editor-box .layui-textarea{
	min-height:60px;
}

.comment-editor-box-btns{
	margin-top:10px;
	text-align: right;
}

.comment-editor-box-btns .comment-subbmit-btn{
	display: inline-block;
	padding: 5px 10px;
	background: #bf160a;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}

.comment-editor-box-btns .comment-subbmit-btn:hover{
	background: #df2a1d;
}

.comment-data-list{
	margin:0px 0 15px 0;
}

.comment-avatar{
	display:inline-block;
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:5px;
	float:left;
}

.comment-avatar img{
	width:50px;
	height:50px;
}

.comment-username{
	font-weight: bold;
	font-size:16px;
	margin-left:20px;
	display: inline;
	float:left;
	line-height: 50px;
}

.comment-content-box{
	padding-left:70px;
	margin-top:5px;
	font-size:14px;
}

.comment-content-box .comment-content{
	position:relative;
}
.comment-content-box .comment-content .comment-content-text{
	max-height: 4em;
	overflow: hidden;

}
.comment-item-wrapper.opend  .comment-content .comment-content-text{
	max-height: 10000px;
	overflow: auto;
}

.comment-item-wrapper{

	border-bottom: solid 1px #dbdbdb;
	padding:  20px 0;
}

.comment-item-wrapper:hover{
	background: #fbfbfb;
}


.comment-collapse-btn{
	float:right;
	position: relative;
}

.comment-expand-btn:before{
	content:'...';
}

.comment-extras{
	display:flex;
	margin-top:10px;
}
.comment-extras .comment-tools{
	flex:1 auto;
	text-align: right;
}

.comment-time{
	font-size:14px;
	color: #9f9b9b;
}

.comment-tool-delete,.comment-tool-like{
	color: #bf160a;
	cursor: pointer;
	margin:0 5px;
}

.comment-tool-delete:hover,.comment-tool-like:hover{
	color: #cd2114;
}

.comment-tool-like .layui-icon{
	vertical-align: middle;
}

/* 新增详情底部样式 */
.footer-list {
	padding: 28px 28px 13px 28px;
	background-color: #ffffff;
}

.footer-list .dis-none {
	display: none !important;
}

.footer-list .dis-block {
	display: block !important;
}

.footer-list .footer-items {
	margin-top: 8px;
}

.main-book-list .footer-list-title {
	font-size: 18px;
}

.main-book-list .footer-list-title .list-title-tabs li {
	cursor: pointer;
	margin: 0 15px 0 0;
	float: left;
}

.main-book-list .footer-list-items {
	margin-top: 8px;
}

.main-book-list .footer-list-items .footer-list-item {
	position: relative;
	width: 100%;
}

.main-book-list .footer-list-items .footer-list-item:nth-of-type(2n+1) {
	background-color: rgb(244, 243, 247);
}

.main-book-list .footer-list-items .footer-list-item:first-child {
	font-weight: bold;
}

.main-book-list .footer-list-items .footer-list-item>i {
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	display: inline-block;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	opacity: 0;
}

.main-book-list .footer-list-items .footer-list-item span {
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
	width: calc(100% - 120px);
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.main-book-list .footer-list-items .footer-list-item a {
	line-height: 30px;
	float: right;
	margin-right: 20px;
}

.main-book-list #demo3 {
	text-align: center;
}


.main-book-list #demo3 .layui-laypage {
	margin: 0;
}

.main-book-list #demo3 .layui-laypage a {
	padding: 0 8px;
}

.main-book-list #demo3 .layui-laypage input {
	margin: 0 5px;
	width: 30px;
}

