* {
	margin: 0;
	padding: 0;
}

.wrap {
	min-width: 300px;
	max-width: 750px;
	margin: 0px auto;
	width: 100%;
}

.infos {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: left;
	text-indent: 20px;
	background: #ff5600;
	float: left;
	margin: 10px 0;
	color: #fff;
}

.a1 {
	width: 100%;
	height: auto;
	float: left;
}

html {
	background: none !important;
}

.biaodan {
	width: 96%;
	float: left;
	margin: 0px 2%;
}

.biaodan input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.tijiao {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	float: left;
	text-align: center;
	background: #ff5600;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.beian {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
	text-align: center;
	width: 100%;
	float: left;
}