@charset "utf-8";
/**/
.headNav{
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.login_bg{
		margin-top: -20px;
	}
body{
	height: 100%;
	background: #fff;
}
.login_header{
	position: relative;
}
.login_header .myhead_img {
    position: absolute;
    width: 45%;
    border-radius: 50%;
    top: 96%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.login_tit{
	font-size: 19px;
	font-weight: bold;
	color: #111;
	margin-bottom: 15px;
}
.login_bgbox{
	padding: 0 12px;
	margin-top: 80px;
}
.info_item{
	margin-top: 15px;
	margin-bottom: 5px;
}
.login_img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
}
.login_img img{
	width: 24px;
}
.login_span{
	font-size: 16px;
	color: #111;
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
}
.user-input,.info_box2{
	width: calc(100% - 48px);
	box-sizing: border-box;
	margin: 0 auto;
}
.user-input input{
    -webkit-user-select:text !important;
	padding: 0 5px;
	font-size: 15px;
}
.info_box2{
	margin-top: 10px;
}
.info_sub{
	height: 30px;
}
.info_sub .layui-form-checkbox{
	margin: 0;
	padding: 0;
	
}
.info_sub .layui-form-checkbox i{ 
	position: inherit;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	position: relative;
	font-size: 0;
}
.info_sub .layui-form-checked i,.info_sub .layui-form-checked:hover{
	border-color: #FF302A;
}
.info_sub .layui-form-checked i:before{
	display: block;
	width:15px;
	height: 15px;
	background-image:url(../img/tool_yz_checked.png) ;
	background-repeat: no-repeat;
	background-size:100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.info_sub .layui-form-checkbox span{
	background: none !important;
	color: #888;
	float: right;
}
.info_sub .layui-form-checkbox:after{
	display: block;
	content: '';
	clear: both;
}
.login_foot{
	text-align: center;
}
.login_foot .login_line{
	display: inline-block;
	margin-right: 10%;
	/*border: 1px solid #FF302A;*/
	color: #FF302A;
	border-radius: 50px;
	font-size: 16px;
	width: 38%;
	padding: 5px 4px;
	box-sizing: border-box;
	text-align: center;
}
.login_foot .login_line:last-child{
	margin-right: 0;
}
/*注册页面*/
.myhead_img img{
	width: 1.8rem;
}
.reg_body .login_header .login_bg{
	margin-top: -60px;
}

.reg_pgbox{
	margin-top: 30px;
}
.reg_pgbox .login_tit{
	margin-bottom: 5px;
}
.reg_pgbox .info_item{
	margin-top: 10px;
	margin-bottom: 0;
}
.user-btn{
	margin-bottom: .35rem;
}
.reg_pgbox .login_foot{
	margin-top: 0;
}
/*忘记密码*/
.user-input{
	position: relative;
}
.forget_pg .user-input a{
	display: block;
	padding: 6px 12px;
	background: #efefef;
	border-radius: 5px;
	font-size: 13px;
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
}
.forget_pg .login_bgbox{
	margin-top: 50px;
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.login_bg{
		margin-top: -10px;
	}
	.login_span{
		font-size: 15px;
	}
	.user-input input,.login_foot .login_line{
		font-size: 14px;
	}
	.forget_pg .user-input a{
		padding: 4px 8px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 360px) {
	.reg_pgbox .login_tit{
		font-size: 17px;
	}
	.reg_pgbox .login_img{
		margin-right: 0;
	}
	.reg_pgbox .login_img img{
		width: 20px;
	}
	.reg_pgbox .info_item{
		margin-top: 7px;
	}
}
@media only screen and (min-width: 375px) and (min-height: 760px) {
	.login_bg,.reg_body .login_header .login_bg{
		margin-top: -20px;
	}
	.reg_pgbox .info_item{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.user-btn{
		margin-bottom: .5rem;
	}
	.forget_pg .login_bgbox{
		margin-top: 80px;
	}
}