@charset "utf-8";

.box{
	border: 1px solid #D8D8D8;
	width: 670px;
	margin: 20px auto;
}
.top{
	width: 600px;
	height: 180px;
	margin: 10px auto;
	color: rgb(51, 51, 51);
}
.box h1{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #ff8c0e;
}
.top h2{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.top p{
	line-height: 20px;
	text-indent: 2em;
}
.line{
	border-bottom: 1px solid #D8D8D8; 
}
#xm{
	width: 148px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	/*margin: 10px 0 0 55px;*/
	margin: 20px 255px;
	border: 1px solid #D8D8D8;
	display: block;
	font-size: 16px;
	float: left;
}

.bnt{
	width: 198px;
	height: 50px;
	font-size: 26px;
	border: 1px solid #D8D8D8;
	font-weight: bold;
	color: #ff8c0e;
	background-color: #f7f7f7;
	margin: 20px 235px;
}
.text{
	text-align: center;
}
