@charset "UTF-8";
html{font-size:62.5%;font-family:'helvetica neue',tahoma,arial,'hiragino sans gb','Simsun',sans-serif} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0}
body{line-height:1.333;font-size:12px}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:arial,'hiragino sans gb','microsoft yahei','Simsun',sans-serif}
li{list-style:none}
a:link,a:visited{text-decoration:none}
input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.div-peripheral {
	position: relative;
	margin: auto;
	width: 1000px; 
	padding-bottom: 50px;
}
.div-peripheral .div-inner-head{
	position: relative;
	margin: auto; 
	height:360px;  
	border-bottom: 2px solid #F0F0F0;
}
.div-peripheral .div-inner-head .div-head-select{
	font-size: 16px; 
	margin-left: 50px; 
	width: 150px;
	float: left;
}
.div-peripheral .div-inner-head .div-head-select select {
	height:40px; 
	width: 140px;
}
.div-inner-content {
	margin-left: 50px; 
	height:180px; 
	width: 900px;
}
.div-inner-content textarea {
	width:800px;
	height:180px; 
	font-size: 16px; 
	padding:2px;
	resize: none; 
	outline:none; 
	warp: soft;
}
.div-inner-content p{
	font-size: 15px;
}
.div-inner-foot {
	margin-left: 50px; 
	width: 800px; 
	height: 100px;
	padding: 30px 0;
}
.div-inner-foot .inner-foot-check {
	height: 40px; 
	width:180px; 
	font-size: 20px; 
	float: left;
}
.inner-foot-check input{
	height: 40px; 
	width:200px; 
	outline:none;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.div-inner-foot .inner-foot-checkshow{
	margin-left: 40px; 
	height: 40px; 
	width:120px; 
	font-size: 23px; 
	float: left; 
	background: #D2D2D2; 
	color: white;
	display: table-cell; 
	text-align: center; 
	padding-top: 5px;
	border-radius: 5px;
}
.div-inner-foot .inner-foot-submit{
	height: 40px; 
	width:160px; 
	font-size: 23px; 
	float: right; 
	background: #1BD185; 
	color: white; 
	display: table-cell; 
	text-align: center;
	padding-top: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.msg-peripheral-div {
	position: relative;
	margin:  auto; 
	width: 1000px;
}
.msg-peripheral-div .msg-content {
	margin: auto;
	width: 900px; 
	margin-top: 40px; 
	padding-bottom: 20px;
	border-bottom: 2px solid #F0F0F0;
}
.msg-content-question{
	width: 900px; 
	height: auto;
	padding-top: 10px; 
	padding-bottom: 15px; 
	overflow:hidden; 
	background-color: #F0F0F0; 
	display:table;
}
.msg-content-question .content-question-left {
	position: relative; 
	width: 50px; 
	float: left; 
	height: 100%; 
	margin-left: 10px; 
	display:table-cell;
}
.content-question-left span {
	width: 50px; 
	height: 50px; 
	font-size: 35px; 
	background: black; 
	color: white; 
	text-align:center; 
	padding-left: 10px;
	padding-right: 10px; 
	border-radius: 50px;
}
.msg-content-question .content-question-right {
	position: relative; 
	width: 840px; 
	float: left; 
	height: 100%; 
	padding-left: 20px;
	display:table-cell;
}
.question-right-time {
	font-size: 16px; 
	padding-top:5px;
}
.question-right-content {
	font-size: 18px; 
	padding-top: 10px; 
	color: black;
}
.msg-content-answer{
	width: 900px;  
	padding-top: 20px; 
	overflow:hidden;  
	display:table;
}
.content-answer-left {
	position: relative; 
	width: 50px; 
	float: left; 
	height: 100%; 
	margin-left: 10px;  
	display:table-cell;
}
.content-answer-left span {
	width: 50px; 
	height: 50px; 
	font-size: 35px; 
	background: #1BD185; 
	color: white; 
	text-align:center; 
	padding-left: 13px;
	padding-right: 13px; 
	border-radius: 50px;
}
.content-answer-right {
	position: relative; 
	width: 840px; 
	float: left; 
	height: 100%; 
	padding-left: 20px;  
	display:table-cell;
}
.content-answer-right p {
	font-size: 18px; 
	padding-top: 10px;
}
.msg-pageinfo {
	font-size: 16px; 
	padding-top:15px; 
	margin: auto; 
	width: 900px;
}