.comment-send {
	margin: 10px 0;
}

.comment-send .user-face {
	float: left;
	margin: 7px 0 0 5px;
	position: relative;
}

.comment-send .user-face .user-head {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-send  img {
	border: none;
	vertical-align: middle;
}

.comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}

.comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}

.comment-send .textarea-container textarea {
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e5e9ef;
	overflow: auto;
	border-radius: 4px;
	color: #555;
	width: 100% !important;
	height: 65px;
	transition: 0s;
	padding: 5px 10px;
	line-height: normal;
}

.comment-send .textarea-container textarea:focus {
	background-color: #fff;
	border-color: #00a1d6;
}

textarea {
	outline: none;
	resize: none;
}

input, textarea {
	font: 12px 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
		'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

.comment-send .comment-submit {
	width: 70px;
	height: 64px;
	position: absolute;
	right: -80px;
	top: 0;
	padding: 4px 15px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	min-width: 60px;
	vertical-align: top;
	cursor: pointer;
	background-color: #00a1d6;
	border: 1px solid #00a1d6;
	transition: .1s;
	user-select: none;
	outline: none;
}

.comment-send .comment-emoji {
	padding: 0;
	width: 66px;
	height: 24px;
	color: #99a2aa;
	border: 1px solid #e5e9ef;
	border-radius: 4px;
	position: relative;
	z-index: 101;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	margin-left: 86px;
	margin-top: 3px;
	cursor: pointer;
}

.comment-send .comment-emoji .face {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.comment-send .comment-emoji:hover {
	color: #6d757a;
}

.comment-list .list-item>.user-face {
	float: left;
	margin: 24px 0 0 5px;
	position: relative;
}

.main-inner a {
	outline: none;
	color: #00a1d6;
	text-decoration: none;
	cursor: pointer;
}

.main-inner img {
	border: none;
	vertical-align: middle;
}

.comment-list .list-item .user-face img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-list .list-item .con {
	position: relative;
	margin-left: 20px;
	padding: 22px 0 14px;
	border-top: 1px solid #e5e9ef;
}

.comment-list .list-item .user {
	font-size: 12px;
	font-weight: 700;
	display: block;
	word-wrap: break-word;
	margin-right: 20px;
}

.comment-list .list-item .user .text-con {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.comment-list .list-item .user .name {
	color: #6d757a;
}

.comment-list .list-item .user .level {
	display: inline-block;
	width: 19px;
	height: 9px;
	vertical-align: middle;
	margin: 0 8px;
	/* background: url(../../dist/images/icons-comment.png) no-repeat;*/
}

.comment-list .list-item .text {
	line-height: 20px;
	padding: 2px 0;
	font-size: 14px;
	text-shadow: none;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-list .list-item .info {
	color: #99a2aa;
	line-height: 26px;
	font-size: 12px;
}

.comment-list .list-item .info>span {
	margin-right: 20px;
}

.comment-list .list-item .info .like {
	cursor: pointer;
}

.comment-list .list-item .info .hate {
	cursor: pointer;
	margin-right: 15px;
}

.comment-list .list-item .info .btn-hover {
	padding: 0 5px;
	border-radius: 4px;
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	margin-left: 55px;
}

.btn-active, .comment-list .list-item .info .btn-hover:hover {
	color: #00a1d6;
	background: #e5e9ef;
}

.comment-list .list-item .info .operation .spot {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background:
		url(https://static.hdslb.com/phoenix/dist/images/icons-comment.png)
		no-repeat;
	background-position: -151px -280px;
}

.comment-list .list-item .info .like i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.comment-list .list-item .info .like .active {
	color: #00a1d6;
}

.comment-list .list-item .info .operation .opera-list {
	display: none;
	position: absolute;
	width: 100px;
	right: 0;
	top: 20px;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 4px;
	color: #222;
	font-size: 14px;
	padding: 10px 0;
}

.comment-list .list-item .info .operation .opera-list li {
	padding: 0 15px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	transition: all .3s;
}

.comment-list .list-item .reply-box .reply-item {
	padding: 10px 0;
}

.comment-list .list-item .reply-box .reply-item .reply-con {
	margin-left: 34px;
}

.comment-list .list-item .reply-box .reply-item .reply-face img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.comment-list .list-item .reply-box .reply-item .reply-face {
	float: left;
	margin: 5px 0 0;
}

.comment-list .list-item .reply-box .view-more {
	font-size: 12px;
	color: #6d757a;
}

.comment-list .list-item .reply-box .view-more .btn-more {
	padding: 2px 3px;
	border-radius: 4px;
}

.comment-list .list-item .reply-box .view-more .btn-more:hover {
	background: #e5e9ef;
	color: #00a1d6;
}

.comment-list .list-item .info .operation {
	position: relative;
	width: 18px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
}

.comment-list .list-item .info .operation .spot:hover {
	background-position: -216px -280px;
}

.comment-list .list-item .info .operation .opera-list li:hover {
	background: #e5e9ef;
	color: #00a1d6;
}

.comment-send .comment-submit:hover {
	background-color: #00b5e5;
	border-color: #00b5e5;
}

.comment-send .textarea-container:hover textarea {
	background-color: #fff;
	border-color: #00a1d6;
}