.mian_wrapper{
	padding-bottom: 0!important;
	margin: 0!important;
	max-width: 100%!important;
}
.nav,.nav_search{
	display: none!important;
}
.header {
    width: 100%!important;
	max-width: 1400px!important;
}
	
/* 登录注册 */
.wrap_bj{
	background: url(/images/login_bj.png) no-repeat center center;
	background-size: cover;
	padding: 40px 0 150px;
}
.login_wrapper,.forget_wrapper{
	width: 500px;
	padding: 80px;
	background: rgba(255,255,255,.5);
	border-radius: 10px;
	user-select: none;
	margin: 0 auto;
}

.login_tit{
	padding-bottom: 30px;
	font-size: 30px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 50px;
}

.login_wrapper input,.forget_wrapper input{	
	width: calc(100% - 40px);
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background-image: linear-gradient(#fff, #f5f4f5);
	margin-bottom: 30px;
}
.codeCon{
	
}
.codewrap{
	overflow: hidden;
}
.code{
	float: left;
	width: 300px!important;
}
.getCode{
	width: 110px;
	height: 48px;
	line-height: 48px;
	float: right;
	color: #999999;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background-image: linear-gradient(#fff, #f5f4f5);
	margin-bottom: 30px;
}
.login_bottom{
	overflow: hidden;
}
.goReg{
	float: left;
}

.forget{
	float: right;
}
.goReg:hover,.forget:hover,.change_login>span:hover,.gologin>span:hover{
	cursor: pointer;
	text-decoration: underline;
}
.login_btn,.reg_btn{
	width: 100%;
	font-size: 20px;
	background: #a37c4c;
	color: #fff;
	height: 57px;
	line-height: 57px;
	margin: 30px 0 20px;
	border-radius: 10px;
	text-align: center;
}
.change_login{
	text-align: center;
}

.reg_wrapper{
	width: 500px;
	padding: 80px;
	background: rgba(255,255,255,.5);
	border-radius: 10px;
	user-select: none;
	margin: 0 auto;
	overflow: hidden;
}
 .reg_bar{
	overflow: hidden;
	margin-bottom: 30px;
}
.reg_wrapper .label{
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 20px;
	margin-top: 14px;
	color: #999999;
}
.reg_wrapper .label span{
	color: #ff4a4a;
	margin-right: 10px;
}
.reg_wrapper input{	
	width: calc(100% - 162px);
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background-image: linear-gradient(#fff, #f5f4f5);
	/* margin-bottom: 30px; */
}
/* .reg_btn,.gologin{
	width: calc(100% - 110px);
	float: right;
	text-align: center;
}
 */

.codeImgWrap{
	overflow: hidden;
}
.signUp_codeImg{
	width:300px!important;
	float: left;
}
.codeImg{
	width: 110px;
	margin:0;
	height:40px;
	margin-top:8px;
	margin-left:5px;
	float: right;
}
.err_msg{
	width: calc(100% - 40px);
	padding: 10px 20px;
	border: 1px solid #A71D2A;
	color: #A71D2A;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px){
	.header {
	    width: 96%!important;
	}
	.header_right {
		align-items: center;
	}
	.login_tit{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.login_wrapper input, .forget_wrapper input,.reg_wrapper input{
		height: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.codeImgWrap,.codewrap{
		/* display: flex; */
	}
	.codeImg{
		margin-top: 0;
	}
	.getCode{
		height: 40px;
		line-height: 40px;
		width: 110px
	}
	.reg_wrapper .label{
		width: 100%;
		text-align: left;
	}
	.reg_wrapper input{
		width: calc(100% - 42px);
		margin-bottom: 0;
	}
	.reg_bar{
		margin-bottom: 0;
	}
	.signUp_codeImg,.code{
		width: calc(100% - 110px - 62px)!important;
	}
}