body{
	background:#f6f6f6 url(../img/body_bg.jpg)no-repeat center top;
	background-size: 100% auto;
}
.login{
	width: 600px;
	min-height: 700px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(71,71,71,.12);
	-moz-box-shadow: 0 0 7px rgba(71,71,71,.12);
	box-shadow: 0 0 7px rgba(71,71,71,.12);
	margin-top: 42px;
	margin-bottom: 30px;
	border-top: 2px solid #008CE5;
	padding: 15px;
	box-sizing: border-box;
}
.login_a{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 35px;
}
.login_p1{
	font-size: 30px;
	color: #008CE5;
}
.login_p1 span{
	font-size: 16px;
	color: #c9c9c9;
	vertical-align: bottom;
	margin-left: 12px;
	font-family: helvetica;
}
.login_href{
	font-size: 16px;
	color: #008CE5;
	margin-top: 17px;
}
.login_c{
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	margin-top: 27px;
}
.login_c label{
	width: 80px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	text-align: right;
	font-size: 18px;
	color: #717171;
	margin-right: 20px;
}
.login_c input{
	width: 398px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #D5D5D5;
	text-indent: 1.5em;
	font-size: 18px;
}
.login_d{
	width: 398px;
	display: flex;
	justify-content: space-between;
}
.login_dd{
	display: flex;
	justify-content: flex-start;
}
.login_d input{
	width: 218px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #D5D5D5;
}
.yanzheng{
	width: 160px;
	height: 50px;
	display: block;
	cursor: pointer;
}
.login_e{
	display: flex;
	justify-content: center;
	margin-top: 65px;
}
.login_e a{
	display: block;
	width: 196px;
	height: 46px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid #008CE5;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #008CE5;
	margin: 0 25px;
}
.login_e a:first-child{
	background-color: #008CE5;
	color: #FFFFFF;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    text-indent: .15em;
    line-height: 1; 
    box-sizing: border-box;
    
}
input[type="radio"]:checked + label::before {
    background-color: #008CE5;
    background-clip: content-box;
    padding: .2em;
    box-sizing: border-box;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.female, .male {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-right: 40px;
}
.sex label {
    display: block;
    height: 40px;
    width: 40px;
    line-height:40px;
    font-size: 20px;
    cursor: pointer;
}
.sex input {
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.female img{
	height: 20px;
	vertical-align: middle;
	margin: 0 6px;
}
.male img{
	height: 20px;
	vertical-align: middle;
	margin: 0 6px;
}
.female label{
	font-size: 14px;
	color: #717171;
}
.male label{
	font-size: 14px;
	color: #717171;
}