@font-face {
    font-family: PingFangSC-Regular;
    
}

@font-face {
    font-family: PingFangSC-Regular;

}
*{
	margin:0;
	padding:0;
    font-family: PingFangSC-Regular, sans-serif;
}
.l{
	float:left;
}
.r{
	float:right;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
input,button{
	outline:none;
}
input::-webkit-input-placeholder{
　　color:#000000;
	font-size: 0.24rem;
}
button::-webkit-input-placeholder{
　　color:#000000;
	font-size: 0.24rem;
}
.login{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background-color:rgb(0,0,0,0.5);  */

	filter: alpha(opacity=50);
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);

	z-index: 2; 
}
.login-main{
	width:100%;
	height:100%;
	position: relative;
}
.login-main-cont{
	background-color: #ffffff;
	width:6.1rem;
	height:6rem;
	border-radius: 0.05rem;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	margin: auto;
}
.login-header{
	height:0.9rem;
	line-height: 0.9rem;
	width:100%;
	position: relative;
}
.login-header .login-header-login{
	width:1.97rem;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto;
}
.login-header .login-hidden{
	width:0.34rem;
	margin:0.3rem 0.3rem 0 0;
	cursor: pointer;
}
.login-button{
	width:5.6rem;
	height:0.6rem;
	line-height: 0.6rem;
	margin:0 auto;
	font-size: 0.28rem;
	color:#000000;
}
.login-button li{
	width:50%;
	text-align: center;
	border-bottom:0.02rem solid #c6c6c6;
	cursor: pointer;

}
.login-button .active{
	color:#ffad43;
	border-bottom:0.02rem solid #ffad43;
}
.clear {
  clear: both;
}
.login-content{
	width:4.55rem;
	margin:0 auto;
	margin-top:0.2rem;
}
.login-content .li{
	width:100%;
	display: none;

}
.login-content .active{
	display: block;
}
.login-content .li li{
	height:0.68rem;
	border:0.01rem solid #ffad43;
	margin:0.1rem 0;
	border-radius: 0.4rem;
}
.login-content .li li .icon{
	width:0.55rem;
	height:0.55rem;
	line-height: 0.55rem;
	border:0.01rem solid #ffad43;
	border-radius: 0.4rem;
	text-align: center;
	margin:0.06rem 0 0 0.06rem;
	position: relative;
}
.login-content .li li .icon img{
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	width:0.3rem;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto;
}
.login-content .li li input{
	width:3.45rem;
	height:0.55rem;
	line-height: 0.55rem;
	margin-top:0.06rem;
	padding-left:0.2rem;
	font-size: 0.24rem;
	color:#000000;
	border:none;
}
.login-content .li li .getver{
	width:1.8rem;
	padding-right: 0.1rem;
}
.login-content .li li .verify{
	width:1.6rem;
	height:0.55rem;
	line-height: 0.57rem;
	margin-top:0.06rem;
	font-size: 0.2rem;
	text-align: center;
	cursor: pointer;
	background-color: #ffad43;
	border-radius: 0.1rem;
}
.login-content .li li .hui{
	background-color: #cccccc;
}
.login-content .sub{
	width:2.95rem;
	height:0.7rem;
	line-height: 0.7rem;
	border-radius: 0.4rem;
	margin:0 auto;
	margin-top:0.5rem;
}
.login-content .sub button{
	width:100%;
	height:100%;
	border:none;
	background-color:#ffad43;
	font-size: 0.24rem;
	color:#000000;
	border-radius: 0.4rem;
	cursor: pointer;
}
.tourist{
	font-size: 0.24rem;
	color:#ff0000;
	margin-top:0.2rem;
	text-align: center;
	cursor: pointer;
}
.login .login-hint{
	display:none;
}
.login  .login-hint-active{
	display: block;
}
.visitors-login{
	width:5.6rem;
	margin:0 auto;
	text-indent:2em;
	line-height: 0.4rem;
}
.visitors-login .tit{
	font-size: 0.28rem;
	color:#ffad43;
	height:0.6rem;
	line-height: 0.6rem;
	border-bottom:0.02rem solid #ffad43;
	text-align: center;
	margin-bottom:0.1rem;
}
.visitors-login p{
	color:#000000;
	font-size: 0.22rem;
}
.visitors-login .p2{
	line-height: 0.3rem;
}
.visitors-login .red{
	color:#ff0000;
	font-size: 0.18rem;
}