.commentWrap {
	width: 100%;
	background: #fff;
	padding: 10px 30px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.commentText{
	width: 100%;
	position: relative;
	padding: 10px 20px 40px;
	border: 1px solid #EBEBEB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.commentText textarea{
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.commentText p{
	position: absolute;
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background: #40a9ff;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
.commentList {
	width: 100%;
	border-bottom: 1px solid #f6f6f6;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commentListHeader {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.commentListHeader p {
	margin-left: 15px;
}

.commentListContent {
	padding-bottom: 1px;
	overflow: hidden;
	padding-bottom: 30px;
	position: relative;
}

.commentListContent div.commentListContentMore {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	background: #fff;
	text-align: center;
	margin-bottom: 0;
	box-shadow: 0 -10px 10px #ffff;
	cursor: pointer;
}

.commentListContent div.commentListContentMore span {
	margin: 0;
	cursor: pointer;
}

.commentListContent div.commentListContentMore i {
	cursor: pointer;
}

.commentListContent div,
.commentListContent p,
.commentListContent li,
.commentListContent ul,
.commentListContent span,
.commentListContent img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	color: #1a1a1a;
	font-size: 15px;
}

.commentListContent li.praise {
	color: #76839b;
}

.commentListContent-time {
	color: #8590a6;
	font-size: 14px;
}

.commentListContent_down {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAs0lEQVQYV23MsQpBURzH8e9BGaxyicmgvIC6kydQjjdgcD2FZ7AYzs0zOElmg5GVXUpukU3S5a+jiPIbf79PP+Vpc1LQP9hgyJ94OuyADJTXCkeItHlIM5r0pt82r8O6IHOQmXKD1zIWoaGU8g/j7tJ1WR1WksgaZBXZnv+CLnltFgK1OPUop6+J8z3FEdhGNqi6/QNfz9psgCJwA+LIBoX30Q90ZU6bnYJMMqa0nwaXN3wCQZQ7rTPV3TEAAAAASUVORK5CYII=) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-left: 3px;
}

.commentListContent_up {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAsUlEQVQYV2WPQQpBYRSFv4syMJVHjAyUDSgjK1B+O2DgWYU1mBj8L2vwJxkbGDJlLiWvyEzS44pSes7wnK9z7xFiyhm7F8gkI0qHmX/9xvLLecZugSJwB6LQ+YU/MG/sUqEWpZ7l9C1xeaQ4AbvQ+dU3/Gn02tahNEWkfpz0Vm8va4JKEt2ArkPXr4vXDsaodnhqK5z2Z7+v5E3QUHQBOhfP2LPA4Oj8UXzY55oJuqDDF1qiO60PBjQwAAAAAElFTkSuQmCC) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-left: 3px;
}
