 body,html{
	 height: 100%;
	 background: url(../img/pic_log%20.png);
	 background-size:cover ;
 }
.hz_container{
	height: 100%;
	/* background: pink; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.login{
	width: 440px;
	padding-top:48px;
	padding-bottom: 50px;
	/* height: 470px; */
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border-radius: 6px;
}
.login .log{
	/* margin-top:48px;
	margin-bottom: 48px; */
}
.tab{
	width: 100%;
	margin-top:10px;
}
.tab_menu ul{ 
	display: flex;
	padding-left: 92px;
	padding-right: 92px;
}
.tab_menu li { 
	text-align:center; 
	cursor:pointer; 
	list-style:none; 
	/* padding:1px 6px; */
	margin-right:4px; 
	border-bottom:none;
	color: #999999;
}
.tab_menu li:first-child{
	margin-right: 50px;
}
.tab_menu span{
	color: #E7E7E7;
	margin-right: 50px;
}
/* .tab_menu li.hover { 
	background:#333333;
} */
 .tab_menu li.selected { 
	color:#333333; 
}
.tab_box { 
	clear:both; 
	margin-top: 48px;
}
.tab_box_content{
	width: 322px;
	margin: 0 auto;

}
.tab_box_content .kuang_bao{
	position:relative;
}

.tab_box_content .kuang{
	width:275px;
	height: 44px;
	border: 1px solid #E2E2E2;
	padding-left: 45px;
}
.tab_box_content .kuang:focus{
	border: 1px solid #E50012;
}

.tab_box_content .kuang:focus + .img1{
	display: none;
}
.tab_box_content .kuang:focus + .img1 +.img2{
	display: block;
}
.tab_box_content .img1, 
.tab_box_content .img2{
	position: absolute;
	line-height: 48px;
	top: 0px;
	left: 0px;
	margin-top: 12px;
	margin-left: 15px;
}
.tab_box_content .tel{
	/* margin-bottom: 28px;
	 */
	margin-bottom: 20px;
}
.tab_box_content .pass,.tab_box_content .ver_code{
	/* margin-bottom: 40px; */
}
.tab_box_content .ver{
	width:96px;
	height: 46px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: #E7E7E7;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.tab_box_content .ver.active{
	background: #E00512;
	color: #FFFFFF;
	pointer-events: auto;
	cursor: pointer;
}
.tab_box_content .ver.active:hover{
	background: #FA0015;
}
.btn_login{
	width: 320px;
	height: 40px;
	background: #E50012;
	color: #FFFFFF;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	margin-top: 40px;
}
.btn_login:hover{
	background: #FA0015;
}
.login .xiaozi ,.register .xiaozi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 322px;
	margin: 0 auto;
	font-size: 14px;
}
.login .xiaozi .wangj_mm ,
.login .xiaozi .wangj_zh,
.register .xiaozi .wangj_mm ,
.register .xiaozi .wangj_zh
{
	color: #999999;
}
.login .xiaozi .wangj_zh span,
.register .xiaozi .wangj_zh span{
	color: #E50012;
}
.login .xiaozi .wangj_mm:hover,
.register .xiaozi .wangj_mm:hover
{
	color: #E50012;
}
.hide{
	display:none;
}

/* 注册页面 */
.register{
	width: 440px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 48px;
	padding-bottom: 48px;
	position: absolute;
}
.register .log{
/* 	margin-top:48px;
	margin-bottom: 24px; */
}
.register .tab_menu{
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.err_info{
	width: 322px;
	margin: 0 auto;
	color: #E50012;
	margin-top: 15px;
	font-size: 10px;
}
.register .pass{
	/* margin-top: 28px; */
}
.register .tab_box_content >div.kuang_bao {
    margin-bottom: 16px;
}

/* 修改的 */
.xiugaide{
	display: flex;
	align-items: center;
	/* width: 100%; */
	/* width: 322px; */
	margin: 0 auto;
}
.xiugaide span{
	/* font-size: 16px; */
	margin-left: 22px;
	font-size: 24px;
}

.register_type{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 322px;
	margin: 0 auto;
	margin-top: 48px;
	
}
.register_type li{
	padding: 14px 27px;
	border:1px solid rgba(227,227,227,1);
	cursor: pointer;
}
.register_type li.selected{
	border:1px solid rgba(229,0,18,1);
}
.xiaozi.reg_login{
	display: flex;
	justify-content: center;
}
.log22{
	position: absolute;
	width: 78px;
	height: 20px;
	top: 16px;
	left: 16px;
	z-index: 3;
}
.tab_box2{
	margin-top: 28px;
}	


/* 设置密码 */
.wrapp{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000000;
	opacity: 0.75;
	z-index: 3;
}
.wrapp.hide{
	display: none;
}
.tanchunag.hide{
	display: none;
}
.tanchunag{
	width:400px ;
	height: 300px;
	background: #FFFFFF;
	z-index: 5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 15px;
}
.tanchunag .tit{
	display: flex;
	color:#333333;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
	margin-left: 30px;
	border-bottom: 1px solid #E2E2E2;
}
.tanchunag .tit img{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
div[class^="form-int"]{
	margin-left: 30px;
	margin-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
div[class^="form-int"] .kuangk{
	width:240px;
	height: 32px;
	border-radius: 8px;
	border: 1px solid #E2E2E2;
	padding-left: 15px;
}
.form-int1{
	margin-top: 30px;
	margin-bottom: 40px;
}
.btncon{
	width: 150px;
	height: 50px;
	background: #E50012;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 14px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}
	