body{
	margin: 0;
	padding: 0;
	font-family: "寰蒋闆呴粦";
}
header img{
	margin-top: 10px;
	height: 46px;
}
/*鐧婚檰*/
html, body, .mload {
    height: 100%;
}
.mload{
	background-image: url(../img/beijing.png);
	background-repeat: round;
	background-size:cover;
}
.mload header{
	background-color: rgba(0,0,0,0)
}
.logo1{
	margin-left: 5%;
}
.load-main{
		/* background-color: rgba(0,0,0,0.6); */
		min-height: 90vh;
		position: relative;
		top: 0;
		left: 0;
}

.loadbtn{
/* 	background-color: rgb(143,143,143); */
    font-size: 20px;
    color: #eee;
	padding: 26px 19px;
}
.loadbtn,.regbtn{
	line-height: 74px;
	font-weight: bold;
}
.regbtn{
	color: white;
	padding: 28px 19px;
}
.load-btns{
		/* margin-left:10%; */
}
.load-main>img{
	width: 500px;
	position: absolute;
	top: 400px;
	left: 40%;
	margin-left:-425px ;
	
}
.loadw{
	/*width: 380px;*/
	height: 100%;
	/* background-color: rgba(255,255,255,0.6); */
	/* border-radius: 20px; */
	/* box-shadow: 3px 4px 20px 3px #111111; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.heiyejiao{
	margin: 30px;
	vertical-align:90px;
}
.logo{
    width: 200px;
    height: 120px;
    margin: 20px 20px 5px 90px;
}
.load-form{
	width: 290px;
	margin: auto;
	text-align: center;
}
.load-form>div{
	border-bottom: 1px solid #ccc;		
	margin-top:20px ;
}
.input-div{
	border-bottom: 1px solid #ccc;	
	margin:10px;
}
.input-div input{
	outline: none;
	border: none;
	margin-left: 10px;
	margin-bottom: 0;
	background-color:rgb(250,250,250)!important;
	
}
.load-form .iconfont{
	font-size:25px ;
	font-weight: bold;
}
.load-form input{
	outline: none;
	border: none;
	margin-left: 10px;
	margin-bottom: 0;
}
.load-btn1,.register-submit{
	background-color: #0d4f96;
	width: 280px;
	color: white;
	padding: 10px;
	border-radius: 30px;
	font-weight: bold;
	margin-top: 10px;
}
.load-btn2,.load-btn3{
	border: none;
	font-size: small;
	color: #aaa;
}
.load-btn2{
	position: absolute;
	top: 510px;
	left: 40px;
}
.load-btn3{
	position: absolute;
	top: 510px;
	right: 40px;
}
#phone,#psd{
	width: 80%;
	margin-left: 10px;
}
.regcode {
	padding-bottom: 10px;
}
.regcode input{
	width: 30%;
	margin: 0;
	margin-top: -10px;
	margin-left: 10px;
}
.regcode .iconfont{
	margin: 0 10px;
}
.loadf{
	background-color: rgba(0,0,0,0);
    /* height: 133px; */
    text-align: center;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
/*娉ㄥ唽*/
/*澶撮儴*/
.mregister{
	background-color: white;
	display: none;
}
.register-main{
	background-color: rgba(245,246,247,0.6);
		min-height: 750px;
		padding: 2% 0;
		position: relative;
		top: 0;
		left: 0;
}
.mregister .loadbtn{
	background-color: white;
	color: rgb(194,194,194);
}
.mregister .regbtn{
	background-color: rgb(245,246,247);
	color:black ;
}
/*娉ㄥ唽妗�*/
.register-box{
	width: 60%;
	min-width: 578px;
	height: 100%;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 0 20px 3px #ccc;
	margin: auto;
	padding: 30px;
	position: relative;
	top: 0;
	left: 0;
}
.register-box .heiyejiao{
	display: block;
	margin: 0;
}
.register-form{
	width: 576px;
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -174px;
}
.register-form>div{
	width: 348px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	white-space:nowrap;
	padding-top:8px;
}
.register-form input{
	border: none !important;
	width: 213px;
}
.yanzhengma{
	display: inline-block;
	padding: 8px 18px;
	background-color: rgb(51,51,51);
	color: #f3f3f3;
	border-radius: 6px;
	font-size: 12px;
}
.register-form .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.register-submit{
	width: 348px;
	margin-top: 20px;
}
.reg-read{
	color: black;
}
.reg-read input[type="checkbox"]{		
	cursor: pointer;
	width: 16px;
	height: 16px;
	appearance: none; 
	-webkit-appearance: none;
	outline: none;
	opacity: 0;
}
.check-label{
	width:348px;
	height:16px;
	display:inline-block;	
	text-align: center;
	}
.check-label input[type="checkbox"] + span{
	cursor:pointer;
	border: 1px solid black;
	border-radius:50% ;
	width:16px;
	height:16px;
	display:inline-block;
	background:url(../img/inputchecked.png) no-repeat;
	background-size: 9px 9px;
	background-position:0px -21px;
	position: relative;
	top: 3px;
	right:10px;
	}
.check-label input[type="checkbox"]:checked + span{
	background-position:2px 2px;
	}
.reg-read a{
	color: rgb(237,203,0);
}
.register-form .error{
	color: red;
}
/*娉ㄥ唽鑴氶儴*/
.registerf{
	background-color: white;
	height: 133px;
	text-align: center;
	padding-top: 50px;
}
#messageBox button{
	display:none;
}