/*
******************************
********** author  :@zhou小白猪
********** date    :2015-06-08
********** type    :css
********** css     :list.css
******************************
*/

.message_title{
	width:100%;
	height:4em;
	line-height:4em;
	float:left;
}
.message_title_text{
	width:auto;
	float:left;
	font-size:1.6em;
	padding:0 0.8em;
	color:#303030;
}
.message_box{
	width:100%;
	height:auto;
	float:left;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	padding:0 20px;
	margin-top:2.5em;
}
.message_box_text{
	width:100%;
	text-align:center;
	height:auto;
	font-size:1.6em;
	color:#555;
	margin-bottom:1em;
}
.message_li{
	width:100%;
	height:auto;
	float:left;
}
.message_li li{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	border:1px solid #d7d7d7;
}
.message_li li i{
	position:absolute;
	top:0;
	left:0;
	width:2.5em;
	height:2.5em;
	line-height:2.5em;
	text-align:center;
	font-size:1.6em;
	color:#888;
}
.message_li li input{
	width:100%;
	height:2.5em;
	line-height:2.5em;
	font-size:1.6em;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	padding-left:2.5em;
	border:0;
	background:none;
	outline:none;
	color:#707070;
	font-family:"微软雅黑";
}
.message_li li textarea{
	width:100%;
	height:5em;
	font-size:1.6em;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	padding-left:2.5em;
	padding-top:0.6em;
	border:0;
	background:none;
	outline:none;
	resize:none;
	color:#707070;
	font-family:"微软雅黑";
}
.yzm{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	border:1px solid #e6e6e6;
	border-radius:2px;
}
.yzm input{
	width:40%;
	height:2.5em;
	line-height:2.5em;
	border:0;
	float:left;
	font-size:1.6em;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	padding:0 5px;
	color:#707070;
}
.yzm img{
	width:auto;
	height:3em;
	float:right;
	margin-top:0.5em;
}
.yzm span{
	width:auto;
	height:2.5em;
	line-height:2.5em;
	float:right;
	font-size:1.6em;
	color:#707070;
	margin-right:20px;
	cursor:pointer;
}
.post_btn{}
.post_btn a{
	width:100%;
	text-align:center;
	height:2.5em;
	line-height:2.5em;
	font-size:1.4em;
	float:left;
	color:#fff;
	margin-top:2em;
	margin-bottom:2em;
}