/**!
 * 回复详情
 * author: xy;
 * date:2019-09-04
 */

.ewb-right {
	width: 736px;
}

.ewb-right-bd {
	padding-top: 20px;
}

.ewb-right-h {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #037cb4;
	background-color: #fafafa;
}

.ewb-right-row {
	margin-top: 30px;
	padding-bottom: 3px;
}

.ewb-right-row-hd {
	height: 25px;
	border-bottom: 1px solid #ccdfe8;
}

.ewb-right-row-tt {
	width: 80px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #38aadf;
}

.ewb-right-date {
	line-height: 25px;
	font-size: 12px;
	color: #999;
}

.ewb-right-date span {
	margin: 0 8px;
}

.ewb-right-row-bd {
	padding-top: 8px;
}

.ewb-right-row-p {
	line-height: 28px;
	font-size: 14px;
}

.ewb-right-comment {
	padding-top: 11px;
}

.ewb-right-form {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
}

.ewb-right-form-sp {
	width: 42px;
}

.ewb-right-rad {
	margin-top: 8px;
	width: 14px;
	height: 14px;
}

.ewb-right-radio {
	padding-left: 20px;
	margin-right: 15px;
	color: #333;
	background: url("../images/radio.png") left center no-repeat;
}

.ewb-right-radio.active {
	background: url("../images/radioh.png") left center no-repeat;
}

.ewb-right-form.textarea {
	line-height: 90px;
}

.ewb-right-form-textarea {
	width: 684px;
	height: 88px;
	resize: none;
	border: 1px solid #c9d3d9;
	border-radius: 2px;
}

.ewb-right-form-txt {
	width: 158px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c9d3d9;
	border-radius: 2px;
}

.ewb-right-btn {
	margin-top: 25px;
	text-align: center;
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.ewb-right-link {
	display: inline-block;
	margin: 0 15px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	font-size: 15px;
	border-radius: 2px;
	color: #fff;
}

.ewb-right-link.submit {
	background-color: #fe7b07;
}

.ewb-right-link.again {
	background-color: #adb4c2;
}