body,html{
	height: 100%;
	position: relative;
}
.logo_bg{
	width: 100%;
	height:306px;
	background: url(../Images/bg.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.logo_bg img{
	position: absolute;
	left: 50%;
	top: 32%;
	transform: translate(-50%, -50%);
}
.test_name{
	width:78%;
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.test_name h2{
	text-align: center;
	font-weight:bold;
	line-height: 26px;
	color:#fff;
	text-shadow:0px 3px 3px rgba(0,92,173,0.5);
}
.test_name p{
	padding-top: 20px;
	text-align: center;
	color: #fff;
}
.main{
	width: 88%;
	min-height: 100px;
	margin: 0 auto;
}
.main_btm{
	padding-top: 40px;
	padding-bottom: 70px;
}
.ipt_msg ul li{
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 4px;
	position: relative;
	border-bottom: 1px solid #E9E9E9;
}
.ipt_msg ul li img{
	width: 22px;
	height: 22px;
	display: block;
}
.ipt_msg ul li input{
	padding-left: 25px;
	height: 28px;
	width: 100%;
	font-size: 16px;
	border: 0;
}
.codes{
	width: 40% !important;
}
.btn{
	width:100%;
	height:44px;
	background:linear-gradient(0deg,rgba(0,130,244,1),rgba(31,164,255,1));
	border-radius:22px;
	display: block;
	margin: 39px auto 0;
	border: 0;
	color: #FFF;
	box-shadow: 0px 8px 6px 0px #BADEFC;
}
.bottom_name{
	text-align: center;
	padding-top: 30px;
	color: #BBB;
}
.result_list li{
	display: flex;
	justify-content: space-between;
}
.result_list li label{
	width: 35%;
	display: block;
	font-weight: bold;
}
.result_list li span{
    width: 65%;
    text-align: right;
}