*{padding: 0;margin: 0;list-style: none;}
body{  
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
/*登录弹层
*/
.palau-mask-bottom{
	position:fixed;
	left:0px;
	top:0px;
    background:rgba(0, 0, 0, 0.5);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    /*display:none; */
    z-Index:100;  
    cursor:pointer;
}
.palau-mask-top{
	position:fixed;
	left:0px;
	top:0px;
    background:rgba(0, 0, 0, 0.5);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    display:none; 
    z-Index:500;  
    cursor:pointer;
}
.palau-login{
    position:fixed;
    width:6rem;
    height:5.5rem;
    top:50%;
    left:50%;
    margin-left: -3rem;
    margin-top: -2.64rem;
    background-color:#fff;
    /*display:none;*/
    cursor:pointer;
    z-Index:120; 	
    border-radius: 0.06rem;
}
.close{
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	cursor: pointer;
}
.palau-login-info{
    padding: 0.56rem 0.3rem 0rem 0.3rem;
}
.palau-login-info h3{
    font-size:0.34rem;
    color:#000000;
    font-weight: bold;
    text-align:center;   
    margin-bottom: 0.5rem;
}
.palau-login-info .palau-login-account{
    width:100%;
    height:0.86rem;
    border-bottom:2px solid #D8D8D8;
    clear:both;
}
.palau-login-info .palau-login-account img{
    width:0.32rem;
    height: 0.32rem;
    display: block;
    margin-top: 0.24rem;
    float: left;
}
 .palau-login-account input{
	width: 4.5rem;
	height: 0.8rem;
	float: left;
	font-size: 0.32rem;
    margin-left: 0.2rem;
    border: 0px;
    vertical-align: middle;
}
.palau-login-account input:focus {
    outline: none;
}
.palau-login-info .palau-btn{
	width: 100%;
	height: 0.88rem;
	background: #ff2824;
	text-align: center;
	line-height: 0.88rem;
	color: #fff;
	font-size: 0.34rem;
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
	border-radius: 0.06rem;
}
.palau-login-info .palau-bottom-info{
	width: 100%;
	height: 0.3rem;
	line-height: 0.3rem;
	clear: both;
}
.palau-login-info .palau-bottom-info .sp1{
	cursor: pointer;
	display: block;
	float: left;
	color: #009EFF;
	font-size: 0.24rem;
}
.palau-login-info .palau-bottom-info .sp2{
	float: right;
	color: #ACACAC;
	font-size: 0.24rem;
	cursor: pointer;
	display: block;
}
.palau-layer{
	width: 5rem;
	height: 0.72rem;
	border-radius: 0.1rem;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.72rem;
	background: rgba(0,0,0,0.5);
	display: none;
}
.palau-register{
    position:fixed;
    width:6rem;
    height:6.16rem;
    top:50%;
    left:50%;
    margin-left: -3rem;
    margin-top: -3.08rem;
    background-color:#fff;
    display: none;
    cursor:pointer;
    z-Index:120; 	
    border-radius: 0.06rem;
}
.close_register{
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	cursor: pointer;
}
.palau-register-info{
    padding: 0.56rem 0.3rem 0rem 0.3rem;
}
.palau-register-info h3{
    font-size:0.34rem;
    color:#000000;
    font-weight: bold;
    text-align:center;   
    margin-bottom: 0.2rem;
}
.palau-register-info .palau-register-account{
    width:100%;
    height:0.86rem;
    border-bottom:2px solid #D8D8D8;
    clear:both;
}
.palau-register-info .palau-register-account img{
    width:0.32rem;
    height: 0.32rem;
    display: block;
    margin-top: 0.24rem;
    float: left;
    cursor: pointer;
}
.palau-register-account input{
	width: 4.5rem;
	height: 0.8rem;
	float: left;
	font-size: 0.32rem;
    margin-left: 0.2rem;
    border: 0px;
    vertical-align: middle;
}
.palau-register-account input:focus {
    outline: none;
}
.palau-register-account button{
	outline: none;
	width: 1.4rem;
	height: 0.56rem;
	display: block;
	line-height: 0.56rem;
	text-align: center;
	float: right;
	border:1px solid #009EFF;
	color: #009EFF;
	font-size: 0.28rem;
	margin-top: 0.14rem;
	cursor: pointer;
	background: none;
}
.palau-register-info .palau-btn{
	width: 100%;
	height: 0.88rem;
	background: #ACACAC;
	text-align: center;
	line-height: 0.88rem;
	color: #fff;
	font-size: 0.34rem;
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
	border-radius: 0.06rem;
}
.login-bottom{
	width: 100%;
	height: 0.3rem;
	color: #ACACAF;
	text-align: left;
	font-size: 0.26rem;
	line-height: 0.3rem;
	display: none;
}
.login-bottom .sp1{
	color: #009EFF;
	cursor: pointer;
}
.checkbox-label{
	width: 0.28rem;
	height: 0.28rem;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 0.1rem;
}
.checkbox-label input{
    display: none;
    vertical-align: middle;
    border: 0px;
}
.checkbox-label input:focus {
    outline: none;
}
.checkbox-label .round{
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    left: 0;
    top: 0.03rem;
    display: block;
    cursor: pointer;
    /*background: url(../img/yes.png) no-repeat;*/
    background-size: 100%;
}
.palau-code{
    position:fixed;
    width:5.4rem;
    height:4.6rem;
    top:50%;
    left:50%;
    margin-left: -2.7rem;
    margin-top: -2.3rem;
    background-color:#fff;
    display:none;
    cursor:pointer;
    z-Index:600; 	
    border-radius: 0.06rem;
}
.close_code{
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	cursor: pointer;
}
.palau-code-info{
    padding: 0.56rem 0.3rem 0.2rem 0.3rem;
}
.palau-code-info h3{
    font-size:0.34rem;
    color:#000000;
    font-weight: bold;
    text-align:center;   
    margin-bottom: 0.5rem;
}
.palau-code-info .code_img{
	width: auto;
	height: auto;
	display: block;
	margin: 0rem auto;
}
.palau-code-info p{
	font-size: 0.24rem;
	color: #ACACAC;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
	cursor: pointer;
	text-align: right;
}
.palau-code-info .code-info{
	width: 100%;
	height: 0.66rem;
	border-bottom: 1px solid #D8D8D8;
	clear: both;
}
.palau-code-info .code-info input{
	width: 3rem;
	height: 0.6rem;
	float: left;
    font-size: 0.4rem;
    border: 0px;
    vertical-align: middle;
	color: #000000;
}
.palau-code-info .code-info input:focus {
    outline: none;
}
.palau-code-info .code-info .code-sub{
	width: 1rem;
	height: 0.56rem;
	text-align: center;
	line-height: 0.56rem;
	color: #009EFF;
	border: 1px solid #009EFF;
	font-size: 0.28rem;
	float: right;
	cursor: pointer;
}
.palau-login-wap{
  width: 100%;
  overflow: hidden;
}
.palau-login-code{
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  clear: both;
}
.palau-login-code li{
  list-style:none;
  font-size:0.34rem;
  color:#ACACAC;
  font-weight: bold;
  text-align:center;   
  float: left;
  text-align: center;
}
.palau-login-code li.on{
	color:#000000;
	font-weight: bold;
}
.palau-login-code li:first-child{
	/* border-right: 1px solid #ACACAC; */
	width: 60%;
	color:#000000;
	font-weight: bold;
}
.palau-login-code li:last-child{
	width: 100%;
}
.palau-login-qrcode{
	width: 100%;
	overflow: hidden;
	display: none;
}
.palau-login-qrcode .qrcode{
	width:3.76rem; 
	height:3.76rem;
	margin:0.1rem auto;
	display: block;
}
.palau-login-qrcode .err-qrcode{
	width:3.76rem; 
	height:3.76rem;
	display: none;
	margin:0.1rem auto;
	cursor: pointer;
}
.palau-login-qrcode .qrcode img{
	width: 100%;
	height: 100%;
}
.palau-login-qrcode .qrcode canvas{
	width: 100%;
	height: 100%;
}
.palau-login-qrcode p{
	font-size: 0.28rem;
	color: #ACACAC;
	text-align: center;
}
