.wdxx{
	width: 100%;
	padding: 10% 25%;
}
.wdxxfrom{
	width: 100%;
	margin-top: 30px;
}
.wdxxinput{
	width: 100%;
	margin-bottom: 20px;
}
.wdxxinput p{
	width: 250px;
	float: left;
	height: 39px;
	line-height: 39px;
	text-align: right;
	font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
}
.wdxxinput .text{
	width: 428px;
height: 39px;
background: #FFFFFF;
border: 1px solid #DDDDDD;
padding: 0 2%;
line-height: 39px;
float: left;
}
.wdxxinput select.text{
	color:#666666;
}
.radio{
	width: 428px;
height: 39px;
background: #FFFFFF;
border: 1px solid #DDDDDD;
padding: 0 2%;
line-height: 39px;
float: left;
}
.radiocheck{
	line-height: 39px;
	margin-right: 60px;
	float: left;
	position: relative;
} 
.radiocheck input{
	width: 21px;
height: 21px;
position: absolute;
top: 9px;
}
.radiocheck font{
	height: 39px;
	line-height: 39px;
	margin-left: 34px;
}
#dlm{
	border: none;
	outline: none;
}
#vercode{
	width: 298px;
}
.wdxxinput button{
	width: 118px;
height: 39px;
background: #2A58AD;
float: left;
border: none;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 39px;
text-align: center;
margin-left: 12px;
}
/*按钮*/
.mbqr{
	width: 380px;
	margin: 20px auto;
}
.mbqr button{
	width: 168px;
height: 47px;
background: #2957A2;
border-radius: 2px;
float: left;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
border: none;
margin: 0 10px;
}
.close{
	background: #D4DDEC !important;
	color: #2957A2 !important;
}

@media screen and (max-width: 768px) {
	.wdxx{
		font-size: 14px;
		padding: 0;
	}
	.mbqr{
		width: 100%;
	}
	.mbqr button{
		width: 40%;
	}
	.wdxxinput p{
		width: 30%;
		font-size: 14px;
	}
	.wdxxinput .text{
		width: 70%;
		font-size: 14px;
	}
	#vercode{
		width: 40%;
	}
	.wdxxinput button{
		width: 25%;
		font-size: 14px;
	}
	.radiocheck{
		margin-right: 10%;
		font-size: 14px;
	}
	}