* {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
/*登录弹层
*/
.palau-mask-bottom {
  position: absolute;
  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: 12rem;
  height: 11rem;
  top: 50%;
  left: 50%;
  margin-left: -6rem;
  margin-top: -5.28rem;
  background-color: #fff;
  /*display:none;*/
  cursor: pointer;
  z-index: 120;
  border-radius: 0.12rem;
}
.close {
  width: 0.52rem;
  height: 0.52rem;
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  cursor: pointer;
}
.palau-login-info {
  padding: 1.12rem 0.6rem 0rem 0.6rem;
}
.palau-login-info h3 {
  font-size: 0.68rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.palau-login-info .palau-login-account {
  width: 100%;
  height: 1.72rem;
  border-bottom: 2px solid #d8d8d8;
  clear: both;
}
.palau-login-info .palau-login-account img {
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin-top: 0.48rem;
  float: left;
}
.palau-login-account input {
  width: 9rem;
  height: 1.6rem;
  float: left;
  font-size: 0.64rem;
  margin-left: 0.4rem;
  border: 0px;
  vertical-align: middle;
}
.palau-login-account input:focus {
  outline: none;
}
.palau-login-info .palau-btn {
  width: 100%;
  height: 1.76rem;
  background: #009eff;
  text-align: center;
  line-height: 1.76rem;
  color: #fff;
  font-size: 0.68rem;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  border-radius: 0.12rem;
}
.palau-login-info .palau-bottom-info {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  clear: both;
}
.palau-login-info .palau-bottom-info .sp1 {
  cursor: pointer;
  display: block;
  float: left;
  color: #009eff;
  font-size: 0.48rem;
}
.palau-login-info .palau-bottom-info .sp2 {
  float: right;
  color: #acacac;
  font-size: 0.48rem;
  cursor: pointer;
  display: block;
}
.palau-layer {
  width: 10rem;
  height: 1.44rem;
  border-radius: 0.2rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  text-align: center;
  font-size: 0.56rem;
  color: #fff;
  line-height: 1.44rem;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.palau-register {
  position: fixed;
  width: 12rem;
  height: 12.32rem;
  top: 50%;
  left: 50%;
  margin-left: -6rem;
  margin-top: -6.16rem;
  background-color: #fff;
  display: none;
  cursor: pointer;
  z-index: 120;
  border-radius: 0.12rem;
}
.close_register {
  width: 0.52rem;
  height: 0.52rem;
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  cursor: pointer;
}
.palau-register-info {
  padding: 1.12rem 0.6rem 0rem 0.6rem;
}
.palau-register-info h3 {
  font-size: 0.68rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4rem;
}
.palau-register-info .palau-register-account {
  width: 100%;
  height: 1.72rem;
  border-bottom: 2px solid #d8d8d8;
  clear: both;
}
.palau-register-info .palau-register-account img {
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  margin-top: 0.48rem;
  float: left;
  cursor: pointer;
}
.palau-register-account input {
  width: 9rem;
  height: 1.6rem;
  float: left;
  font-size: 0.64rem;
  margin-left: 0.4rem;
  border: 0px;
  vertical-align: middle;
}
.palau-register-account input:focus {
  outline: none;
}
.palau-register-account button {
  outline: none;
  width: 2.8rem;
  height: 1.12rem;
  display: block;
  line-height: 1.12rem;
  text-align: center;
  float: right;
  border: 1px solid #009eff;
  color: #009eff;
  font-size: 0.56rem;
  margin-top: 0.28rem;
  cursor: pointer;
  background: none;
}
.palau-register-info .palau-btn {
  width: 100%;
  height: 1.76rem;
  background: #acacac;
  text-align: center;
  line-height: 1.76rem;
  color: #fff;
  font-size: 0.68rem;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  border-radius: 0.12rem;
}
.login-bottom {
  width: 100%;
  height: 0.6rem;
  color: #acacaf;
  text-align: left;
  font-size: 0.52rem;
  line-height: 0.6rem;
  display: none;
}
.login-bottom .sp1 {
  color: #009eff;
  cursor: pointer;
}
.checkbox-label {
  width: 0.56rem;
  height: 0.56rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 0.2rem;
}
.checkbox-label input {
  display: none;
  vertical-align: middle;
  border: 0px;
}
.checkbox-label input:focus {
  outline: none;
}
.checkbox-label .round {
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  left: 0;
  top: 0.06rem;
  display: block;
  cursor: pointer;
  /*background: url(../img/yes.png) no-repeat;*/
  background-size: 100%;
}
.palau-code {
  position: fixed;
  width: 10.8rem;
  height: 9.2rem;
  top: 50%;
  left: 50%;
  margin-left: -5.4rem;
  margin-top: -4.6rem;
  background-color: #fff;
  display: none;
  cursor: pointer;
  z-index: 600;
  border-radius: 0.12rem;
}
.close_code {
  width: 0.52rem;
  height: 0.52rem;
  display: block;
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  cursor: pointer;
}
.palau-code-info {
  padding: 1.12rem 0.6rem 0.4rem 0.6rem;
}
.palau-code-info h3 {
  font-size: 0.68rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.palau-code-info .code_img {
  width: auto;
  height: auto;
  display: block;
  margin: 0rem auto;
}
.palau-code-info p {
  font-size: 0.48rem;
  color: #acacac;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
  cursor: pointer;
  text-align: right;
}
.palau-code-info .code-info {
  width: 100%;
  height: 1.32rem;
  border-bottom: 1px solid #d8d8d8;
  clear: both;
}
.palau-code-info .code-info input {
  width: 6rem;
  height: 1.2rem;
  float: left;
  font-size: 0.8rem;
  border: 0px;
  vertical-align: middle;
  color: #000000;
}
.palau-code-info .code-info input:focus {
  outline: none;
}
.palau-code-info .code-info .code-sub {
  width: 2rem;
  height: 1.12rem;
  text-align: center;
  line-height: 1.12rem;
  color: #009eff;
  border: 1px solid #009eff;
  font-size: 0.56rem;
  float: right;
  cursor: pointer;
}
.palau-login-wap {
  width: 100%;
  overflow: hidden;
}
.palau-login-code {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  clear: both;
}
.palau-login-code li {
  list-style: none;
  font-size: 0.68rem;
  color: #acacac;
  font-weight: bold;
  text-align: center;
  float: left;
}
.palau-login-code li.on {
  color: #000000;
  font-weight: bold;
}
.palau-login-code li:first-child {
  width: 100%;
  color: #000000;
  font-weight: bold;
}
.palau-login-qrcode {
  width: 100%;
  overflow: hidden;
  display: none;
}
.palau-login-qrcode .qrcode {
  width: 7.52rem;
  height: 7.52rem;
  margin: 0.2rem auto;
  display: block;
}
.palau-login-qrcode .err-qrcode {
  width: 7.52rem;
  height: 7.52rem;
  display: none;
  margin: 0.2rem 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.56rem;
  color: #acacac;
  text-align: center;
}
