/* header */
.header{
	/* box-shadow: rgba(0,0,0,0.02) 0px 1px 3px; */
}


/* content */

.top_area{
	text-align: center;
	padding: 20px 0;
}
.top_area h2{
	font-size: 20px;
	font-weight: 600;
	color: #444;
	margin-bottom: 10px;
}
.top_area p{
	font-size: 11px;
}
.top_area p span{
	color: #e42323;
}

.form_area{
	width: 100%;
	background: url(../img/form_bg.png) no-repeat center / cover;
	padding: 20px 0 30px;
}
.form_area form{
	width: 90%;
	margin: auto;
}

.radio_list li{
	margin-bottom: 10px;
	overflow: hidden;
}
.radio_list li:last-child{
	margin-bottom: 20px;
}
.radio_list li h5{
	width: 60px;
	float: left;
	line-height: 40px;
}
.radio_list li div{
	width: calc(100% - 60px);
	float: left;
	overflow: hidden
}
.radio_list li div label{
	margin-right: 3%;
	display: block;
	float: left;
	background: rgba(255,255,255,0.7);
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	font-size: 13px;
	text-align: center;
	white-space: pre;
	color: #555;
}
.radio_list li div label:last-child{
	margin-right: 0;
}
.radio_list li div label.on{
	background: #213568;
	color: #fff;
}
.radio_list li div.six label{
	width: 31.33%;
	margin-bottom: 10px;
}
.radio_list li div.six label:nth-child(3n){margin-right: 0;}
.radio_list li div.five label{
	width: 19.6%
}
.radio_list li div.four label{
	width: 22.75%
}
.radio_list li div.three label{
	width: 31.33%
}
.radio_list li div.two label{
	width: 48.5%
}
.radio_list li div label input{
	position: absolute;
	bottom: -99999px;
	opacity: 0;
	display: none
}

.text_area li{
	margin-bottom: 10px;
	overflow: hidden
}
.text_area li input{
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	padding-left: 6px;
	outline: none;
	color: #666;
}
.text_area li input::placeholder{
	color: #999;
}
.text_area li select{
	margin-right: 3%;
	width: 48.5%;
	float: left;
	background: transparent;
	height: 40px;
	line-height: 40px;
	border: none;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
	outline: none;
	color: #666;
}
.text_area li select option{
	color: #666;
}
.text_area li select:last-child{
	margin-right: 0;
}

.agree_area{
	text-align: center;
}
.agree_area *{
	vertical-align: middle;
}
.agree_area input{margin-right: 3px;}
.agree_area label{
	font-size: 12px;
}
.agree_area a{
	font-size: 12px;
}

.form_area .submit{
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #213568;
	color: #fff;
	border-radius: 7px;
}

.sms_proof{
	position: relative;
}
.sms_proof .sms_send{
	position: absolute;
	top: 0%;
	transform: translateY(-0%);
	right: 0px;
	font-size: 12px;
	display: block;
	width: 70px;
	text-align: center;
	background: #ccc;
	height: 30px;
	line-height: 30px;
	color: #444;
}
.sms_proof .sms_send.on{
	background: #213568;
	color: #fff;
	font-weight: 300;
}