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;
}


/*免责声明*/
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background:rgba(0,0,0,.5);
	display: none;
}

.explain{
	width:800px;
	height: 80%;
	background: #fff;
	position: fixed;
	top: 120px;
	z-index: 100;
	left: 50%;
	margin-left: -400px;
	display: none;
	padding: 30px 30px 50px;
}

.explain .content{
	height: 90%;
	overflow: auto;
}

.explain .exit{
	width: 40px;
	height: 40px;
	background: #CC0000;
	font-size: 38px;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
}

.explain h1{
	color: #C00;
	height: 60px;
	line-height: 40px;
	text-align: center;
	border-bottom: 2px solid #C00;
	margin-bottom: 20px;
}

.explain p{
	margin-bottom: 20px;
	color: #666666;
	line-height: 24px;
}

.explain p strong{
	color: #C00;
}

@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;
	}
	
	.explain{
		width:90%;
		padding: 20px;
		margin-left: 0;
		top: 70px;
	    left: 5%;
	}
	
	.explain h1{
		height: 50px;
		font-size: 26px;
	}
	
	.explain .content{
		height: 85%;
	}
	
	.explain .exit {
	    width: 35px;
	    height: 35px;
	    font-size: 32px;
	    line-height: 31px;
	}
}

@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;
	}
	
	.explain{
		width:90%;
		padding: 20px;
		margin-left: 0;
	    left: 5%;
	}
}

@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;
	}
	
	.explain{
		width:90%;
		padding: 20px;
		margin-left: 0;
	    left: 5%;
	}
}


