.popmask {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.popmask input[type="tel"] {
  border: none;
}

.popmask .logincontent {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 0.1rem;
  z-index: 222;
  padding: 0.28rem;
}

.popmask .logincontent .logo {
  width: 1.34rem;
}

#logincheck {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.05rem;
  -webkit-appearance: auto;
  cursor: pointer;
}

.popmask .logincontent .CloseModal {
  position: absolute;
  /* width: .65rem;
      height: .65rem; */
  top: -0.11rem;
  right: 0;
  width: 0.36rem !important;
  height: 0.36rem !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 0.02rem 0.04rem 0 rgb(0 0 0 / 17%);
  -webkit-box-shadow: 0 0.02rem 0.04rem 0 rgb(0 0 0 / 17%);
  -ms-box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.17);
  background-image: url("../images/close1.png");
  cursor: pointer;
}

.popmask .logincontent .logintitle {
  padding-left: 0.1rem;
  padding-top: 0.3rem;
}

.popmask .logincontent .title {
  text-align: left;
  font-size: 0.18rem;
  border-bottom: 0.02rem solid rgb(249, 98, 3);
  color: rgb(249, 98, 3);
  padding-bottom: 0.05rem;
  display: inline-block;
}

.popmask .logincontent .loginphone {
  width: 100%;
  padding: 0 0.12rem;
  height: 0.4rem;
  background: #f8f8f8;
  margin-top: 0.1rem;
  border-radius: 0.06rem;
}

.popmask .logincontent .codeview {
  width: 100%;
  margin-top: 0.1rem;
}

.popmask .logincontent .logincode {
  width: calc(100% - 0.98rem);
  padding: 0 0.12rem;
  height: 0.4rem;
  border-radius: 0.06rem;
  background: #f8f8f8;
}

.popmask .logincontent .codebtn {
  width: 0.98rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #f96203;
  text-align: center;
  color: #fff;
  font-size: 0.13rem;
  border-radius: 0.06rem;
  cursor: pointer;
}

.popmask .logincontent .agreementview {
  /* height: .5rem; */
  margin: 0.2rem 0;
  width: 100%;
  cursor: pointer;
}

.popmask .logincontent .agreementtitle {
  color: #999;
  margin-left: 0.05rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
}

.popmask .logincontent .agreementlable {
  color: #000;
  margin-left: 0.05rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  cursor: pointer;
}

.popmask .logincontent .loginbtn {
  background: #ff7106;
  height: 0.4rem;
  width: 100%;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  border-radius: 0.06rem;
}

/*
  codemask
  */
.codeMask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 999;
}

.codemaskBox {
  /* background-color: #ffffff; */
  box-shadow: 0.02rem 0rem 0.2rem 0rem rgba(102, 102, 102, 0.2);
  border-radius: 0.1rem;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/background.png) top center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-evenly;
  width: 100%;
  height: 60%;
}
.codemaskBox .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.codemaskBox .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.codemaskBox .right .img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.codemaskBox .right .img img {
  width: 1rem;
  height: 1rem;
}
.codemaskBox .right .img p {
  font-size: 0.4rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.8rem;
}
.codemaskBox .left img {
  width: 100%;
  height: 2rem;
}
.codemaskBox .left h3 {
  width: 4rem;
  font-size: 0.15rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.3rem;
}
.codemaskBox .left ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.codemaskBox .left ul li {
  font-size: 0.12rem;
  color: #222222;
  position: relative;
  margin-bottom: 0.1rem;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.codemaskBox .left ul li p {
  width: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.codemaskBox .left ul li::before {
  content: "";
  position: absolute;
  width: 0.11rem;
  height: 0.11rem;
  background: #ff9446;
  border-radius: 50%;
  left: -0.11rem;
  top: 0.05rem;
}

.codemaskBox .right .inp1,
.codemaskBox .right .inp3,
.codemaskBox .right .inp4 {
  width: 7rem;
  height: 1rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(71, 71, 71, 0.23);
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}

.codemaskBox .right .inp1 img,
.codemaskBox .right .inp3 img,
.codemaskBox .right .inp4 img {
  margin: 0 0.2rem;
  width: 0.18rem;
}
.codemaskBox .right input {
  font-size: 0.3rem;
  color: #000;
  border: 0;
  width: 100%;
}
.but {
  width: 3rem;
  height: 0.8rem;
  border: 0.02rem solid #ffffff;
  border-radius: 0.35rem;
  background: #fc6f19;
  text-align: center;
  line-height: 0.69rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.04rem;
  letter-spacing: 0.2em;
}
.closeBtnBox {
  overflow: hidden;
  width: 0.4rem;
  height: 0.4rem;
  float: right;
  cursor: pointer;
  margin: 0.1rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.codemaskBoxTitle {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.36rem;
  text-align: center;
  margin-top: 0.07rem;
}

.closecodeimg {
  width: 1.23rem;
  /* margin-top: .1rem; */
  /* margin-bottom: .1rem; */
  position: absolute;
  left: 1.7rem;
  bottom: 0.5rem;
  cursor: pointer;
}
.inp6 {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
}
.filed4631 {
  width: 1.5rem;
  height: 1rem;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  color: #999;
  border: 0;
  text-align: center;
}
.inp5 {
  width: 5.5rem;
  height: 1rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(71, 71, 71, 0.23);
  border-radius: 0.1rem;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
}
.inp5 img {
  margin: 0 0.2rem;
  width: 0.18rem;
}
.inp2 {
  display: flex;
  align-items: center;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(71, 71, 71, 0.23);
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
