@charset 'utf-8';

.main-box {
	background: url('../img/mainbg.png') top center no-repeat;
	width: 100%;
	height: 4015px;
	position:relative;
}

.main-box .container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.main-box a {
	text-decoration: none;
	color: #000;
}

.alert {
	position: absolute;
	top: 470px;
	right: 0;
	width: 230px;
	height: 55px;
	cursor: pointer;
}

.form-box {
	position: absolute;
	top: 4164px;
}

.form-container {
	width: 450px;
	height: 300px;
	box-sizing: border-box;
	padding: 30px 30px;
	overflow: hidden;
	position: relative;
}
.form-box .ip_base {
	width: 235px;
	height: 43px;
	display: block;
	margin-bottom: 7px;
	font-size: 17px;
	padding-left: 10px;
	border: none;
}
.form-box .ip_sel {
	float: left;
	width: 60px;
	height: 45px;
	outline: none;
	border: 2px solid #888;
	font-size: 17px;
	margin-right: 5px;
	font-weight: bold;
	border: none;
}
.form-box .ip_tel {
	float: left;
	width: 170px;
}

.pure-form>div>span {
	float: left;
	font-size: 18px;
	width: 140px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}


.privacy {
	font-size: 18px;
	height: 35px;
	box-sizing: border-box;
	padding-top: 2px;
	display: block;
}

.privacy input[type="checkbox"] {
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 50px;
	margin-right: 10px;
	float: left;
}
.privacy input[type="checkbox"] + label {
	float: left;
	margin-top: 1px;
	color: #fff;
	font-weight: bold;
}
.privacy a {
	color: #fff;
}

.btn_sub {
	width: 100%;
	height: 55px;
	border:none;
	background: #37474f;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	margin-top: 1px;
	font-weight: bold;
}
.btn_sub:hover {
	background: #1c2428;
}