@charset "utf-8";
/* CSS Document */
.login_bg{
	width: 100%;
	height: 100%;
	background: url(../images/login_bg.jpg) no-repeat center center;
	background-size: cover;
}
.login_wrap{
	width: 928px;
	height: 100%;
	margin:0 auto 0;
}
.return_home{
	padding-top:28px;
}
.return_home a{
	color: #fff;
}
.log_box{
	margin: 10px 0 0 0;
	width:928px;
	height:auto;
	background: #fff;
}
.margin-l-r-t-b{
	margin: 25px 20px;
	border: 1px solid #ccc;
	width: 360px;
}
.margin-l-r-t-b .log_H{
	display: block;
	overflow: hidden;
	height: 50px;
}
.margin-l-r-t-b .log_H span{
	display: block;
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #008ae1;
	font-size: 24px;
}
.margin-l-r-t-b .log_H span a{
	display: block;
	width: 100%;
	text-align: center;
	background: #f0f0f0;
	color: #666666;
	font-size: 20px;
}
.log_items{
	
}
.log_H{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
}
.log_H_reg{
	padding-top: 40px;
	/*margin: 0px 40px 35px 40px;*/
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
}
.log_H_reg span{
	font-size: 16px;
	padding-left: 10px;
}
.log_H_reg span a{	
	color: #008ae1;
}
.log_items dl{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 280px;
}
.log_items dl input{
	width: 278px;
	height: 45px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	font-size: 16px;
}
.log_btn .btn{
	width: 280px;
	height: 42px;
	line-height: 42px;
	background: #008ae1;
	margin: 0;
    display: block;
}
.log_items dl.log_tip_items{
	line-height: 40px;
	margin-bottom: 0;
}
.log_tip_items input.check{
	width: auto;
	
	height: a;
}
.me_reg{
	color: #999;
	font-size: 16px;
	margin: 0 auto;
	width: 280px;
}
.me_reg a{
	color: #008ae1;
}
.reg_items{
	
}
.reg_items dl input{
	width: 349px;
}
.reg_items dt{
	text-align: right;
	width: 90px;
	padding-right: 8px;
	line-height: 45px;
	letter-spacing: 3px;
}
.reg_tip_items dd a{
	color: #008ae1;
}
/*手机适配 公用代码*/
@media screen and (min-width: 320px) and (max-width:640px) {	
	.login_wrap {
	    width: 100%;
	    height: 100%;
	    margin: 0 auto 0;
	}
	.log_box{
		width: auto;
		margin:10px;
		padding: 10px;
	}
	.log_items{
		margin:0;
	    width: 100%;
	}
	.wend_moblie{
		display: none;
	}
	.return_home {
	    padding-top: 5px;
	    margin: 0 10px;
	}
	.log_H {
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	.log_items dl {
	    margin-bottom: 10px;
	}
	.log_items dl input {
	    width: 100%;
	    height: 35px;
	    padding: 10px;
	}
	.log_box_in_moblie{
		margin:0;
	}
	.log_H_reg {
	    padding-top: 0px;
	    line-height: 30px;
	}
	.reg_items {
		float: none;
		padding-top: 5px;
		margin-bottom: 2em;
	}
	.reg_items dt {
	    width: 76px;
	    padding-right: 4px;
	    line-height: 35px;
	    float: left;
	}
	.reg_items dd {
		float: none;
		margin-left: 80px;
	}
	.log_items dl.log_tip_items {
	    line-height: 1.2em;
	}
	.log_btn .btn {
	    width: 100%;
	    height: 42px;
	    line-height: 42px;
	}
}












