*{
	margin: 0;padding: 0;
}
body{
	width: 1240px;margin: auto;
}
input,textarea,select{
	border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    max-width: 100%;
    min-width: 100px;
    height: 20px;
    width: 200px;
}
button{
	border: 0;background: #1FBCB6;color:#fff;padding: 8px 15px;cursor: pointer;margin: 0 5px;
	border-radius: 5px;-webkit-border-radius: 5px;
}
textarea{
	max-height:700px;
	min-height:200px;
	max-width: 100%;
	height: 400px;
	background: #f5f6f7;
}
select{
	height: 34px;width: 220px;
}
.tit{
	text-align: center;color: #666;width: 100%;padding: 20px 0;
}
.box{
	margin: auto;text-align: center;width: 90%;max-width:1240px;margin: auto;
}
.box .content{
	overflow: hidden;margin: 20px auto;width: 100%;
}
.box .content textarea{
	width: 48%;
	box-sizing: border-box;
	float: left;
}
.box .content #result{
	float: right;
}
.box .ts{
	margin: 20px auto;
} 
.box .ts p{
	color:#F08047;font-size: 14px;
}
.des{
	margin: 30px auto; width: 100%;text-align: left;color:#888;font-size: 14px;
}
.foot{
	width: 100%;text-align: center;font-size: 12px;margin: 20px auto;padding-top: 50px;color:#666; clear: both;
}
