@charset 'UTF-8';

/**!
 * 留言评论
 * author: shenyh;
 * date: 2020-4-26
 */

.trade,
.ewb-pan{
    min-height:715px;
}

.message{
    line-height:68px;
    text-align: center;
    color:#6b9bd1;
}
.message-mod{
	position: relative;
    margin-top: 15px;
}
.apply-info {
    float:left;
    width: 270px;
    padding-right: 10px;
	text-align: right;
	line-height: 32px;
}

.apply-txt {
    float:left;
	padding-left: 7px;
	width: 410px;
	height: 32px;
	line-height: 32px;
	font-family: "Microsoft YaHei";
	border: 1px solid #d6d6d6;
}


.apply-txt.area {
	text-indent: 7px;
	height: 96px;
	resize: none;
	overflow-y: hidden;
}

.apply-pwd{
    float:left;
	margin-left: 20px;
	height: 32px;
	background: url(../images/subPage/mes.jpg);
}



.submit {
	width: 242px;
	margin:46px auto 0;
}

.submit a {
	width: 110px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #fff;
	background-color: #339aed;
	text-align: center;
}

.submit a:hover {
    background-color: #08c49e;
    cursor: pointer;
}

.apply-txt.error {
	border-color:#f00;
}
label.error {
    position: absolute;
    left: 271px;
    color: #f00;
    bottom: -17px;
    padding-left: 19px;
    white-space: nowrap;
    background: url(/images/error.png) left center no-repeat;
}

.message-mod {
    position: relative;
    margin-top: 25px;
}