@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
img{
	/*display:block;*/
	}
li{
	list-style-type:none;
	}
a{
	text-decoration:none;
	color:#333;
	}
body{
	font-family:Arial,"微软雅黑";
	}
.cb{
	clear:both;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.banner img{
	width:100%;
	}
.num{
	text-align:center;
	font-size: 18px;
	width: 250px;
	margin: 20px auto;
	border: 2px dotted #362c51;
	color: #362c51;
	line-height: 40px;
	}
.num span,.footer span{
	color:#ff0000;
	}
form p{
	text-align:center;
	}
form p label{
	display:inline-block;
	font-weight: bold;
	color: #1f143e;
	line-height: 42px;
	font-size: 14px;
	}
form p input,form p select{
	display:inline-block;
	height: 30px;
	/* border-bottom: 1px solid #fff; */
	padding-left: 10px;
	width: 173px;
	margin-left: 3px;
	}
form p select{
	width: 186px;
	margin-left: 0;
	height: 34px;
	}
.submit{
	display:block;
	margin: 15px auto;
	background:url(../images/btn.png) no-repeat center;
	background-size:100% 100%;
	width:210px;
	height:57px;
	line-height:57px;
	text-align:center;
	color: #362c51;
	font-weight: bold;
	font-size: 22px;
	border:0px;
	}
.footer{
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size: 9px;
	padding-bottom: 20px;
	line-height: 20px;
	color: #362c51;
	}
.layout{
	max-width:700px;
	margin:0 auto;
	}
.content{
	width:90%;
	margin:0 auto;
	padding: 20px 0 40px;
	border-top: 5px double #5d1d8b;
	overflow:hidden;
	}

