html,
body {
	width: 100%;
	background: #F2F2F2;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.moduleWrap {
	width: 100%;
}

.moduleTitle {
	width: 1200px;
	font-size: 36px;
	color: #000000;
	margin: 40px auto;
	text-align: center;
}

.moduleWrap img {
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.forms {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: solid 1px #d2d2d2;
	margin-bottom: 50px;
	padding: 30px 100px 50px;
}

.forms>div {
	margin-bottom: 20px;
}

.forms input {
	height: 30px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #a0a0a0;
	padding-left: 5px;
}

.tips {
	width: 100%;
	height: 18px;
	padding-left: 150px;
	font-size: 14px;
	color: #CC0000;
	margin-bottom: 15px;
	font-weight: 600;
}

.forms label {
	width: 140px;
	text-align: right;
	display: inline-block;
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	margin-right: 10px;
	float: left;
}

.full-name input {
	width: 825px;
}

.info {
	width: 49%;
	display: inline-block;
}

.info input {
	width: 333px;
}

.forms .business-type,
.forms .customer-type {
	width: 100%;
	padding-left: 150px;
	margin-bottom: 10px;
}

.business-type>div,
.customer-type>div {
	width: 121px;
	height: 33px;
	line-height: 31px;
	float: left;
	cursor: pointer;
	text-align: center;
	margin: 0px 20px 15px 0px;
	background: white;
	font-size: 16px;
	border-radius: 3px;
	border: solid 1px #a0a0a0;
}

.read {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.forms .read input {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #a0a0a0;
	vertical-align: -4px;
}

.business-type>.active,
.customer-type>.active {
	background: rgb(164, 0, 0);
	color: white;
}

.privacy,
.exemption {
	color: rgb(164, 0, 0);
	cursor: pointer;
	margin: 0 3px;
}

.forms .sure {
	width: 291px;
	height: 40px;
	background-color: #a40000;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #ffffff;
	outline: none;
	border: none;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width:480px) {
	.moduleTitle {
		width: 100%;
		font-size: 24px;
		color: #000000;
		margin: 20px auto;
	}
	.moduleWrap img {
		width: 100%;
	}
	.forms {
		width: 95%;
		margin: 0 2.5%;
		margin-bottom: 50px;
		padding: 10px 10px 40px;
	}
	.forms>div {
		margin-bottom: 10px;
	}
	.forms input {
		height: 30px;
		padding-left: 5px;
	}
	.tips {
		width: 100%;
		height: auto;
		padding: 0;
		font-size: 12px;
		text-align: justify;
	}
	.forms label {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin-right: 10px;
	}
	.full-name input,
	.info input {
		width: calc(100% - 90px);
	}
	.info {
		width: 100%;
		display: inline-block;
	}
	.forms .business-type,
	.forms .customer-type {
		width: 100%;
		padding-left: 90px;
		margin-bottom: 10px;
	}
	.business-type>div,
	.customer-type>div {
		width: 46%;
		height: 33px;
		line-height: 31px;
		margin: 0px 14px 15px 0px;
		font-size: 14px;
	}
	.business-type>div:nth-of-type(2n),
	.customer-type>div:nth-of-type(2n) {
		margin-right: 0;
	}
	.read {
		font-size: 15px;
	}
	.forms .sure {
		width: 250px;
		height: 40px;
	}
}

@media (min-width:481px) and (max-width:768px) {
	.moduleTitle {
		width: 100%;
		font-size: 24px;
		color: #000000;
		margin: 20px auto;
	}
	.moduleWrap img {
		width: 100%;
	}
	.forms {
		width: 95%;
		margin: 0 2.5%;
		margin-bottom: 50px;
		padding: 10px 10px 40px;
	}
	.forms>div {
		margin-bottom: 10px;
	}
	.forms input {
		height: 30px;
		padding-left: 5px;
	}
	.tips {
		width: 100%;
		height: auto;
		padding-left: 20px;
		font-size: 12px;
		text-align: justify;
	}
	.forms label {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		margin-right: 10px;
	}
	.full-name input,
	.info input {
		width: calc(100% - 110px);
	}
	.info {
		width: 100%;
		display: inline-block;
	}
	.forms .business-type,
	.forms .customer-type {
		width: 100%;
		padding-left: 110px;
		margin-bottom: 10px;
	}
	.business-type>div,
	.customer-type>div {
		width: 123px;
		height: 33px;
		line-height: 31px;
		margin: 0px 14px 15px 0px;
		font-size: 16px;
	}
	.read {
		font-size: 15px;
	}
	.forms .sure {
		width: 250px;
		height: 40px;
	}
}

@media (min-width:769px) and (max-width:1199px) {
	.moduleTitle {
		width: 100%;
		font-size: 28px;
	}
	.moduleWrap img {
		width: 100%;
	}
	.forms {
		width: 95%;
		margin: 0 2.5%;
		margin-bottom: 50px;
		padding: 20px;
	}
	
	.forms label {
		width: 120px;
		font-size: 18px;
	}
	
	.full-name input {
		width: calc(100% - 130px);
	}
	.info {
		width: 49.5%;
		display: inline-block;
	}
	.info input {
		width: calc(100% - 130px);
	}
	
	.forms .business-type,
	.forms .customer-type {
		width: 100%;
		padding-left: 130px;
		margin-bottom: 10px;
	}
	
	.business-type>div,
	.customer-type>div {
		width: 140px;
	}
}