.popmask {
  position: fixed;
  top: 0px;
  left: 0px;
  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: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 222;
  padding: 28px;
}

.popmask .logincontent .logo {
  width: 134px;
}

#logincheck {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  -webkit-appearance: auto;
  cursor: pointer;
}

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

.popmask .logincontent .logintitle {
  padding-left: 10px;
  padding-top: 30px;
}

.popmask .logincontent .title {
  text-align: left;
  font-size: 18px;
  border-bottom: 2px solid rgb(249, 98, 3);
  color: rgb(249, 98, 3);
  padding-bottom: 5px;
  display: inline-block;
}

.popmask .logincontent .loginphone {
  width: 100%;
  padding: 0 12px;
  height: 40px;
  background: #f8f8f8;
  margin-top: 10px;
  border-radius: 6px;
}

.popmask .logincontent .codeview {
  width: 100%;
  margin-top: 10px;
}

.popmask .logincontent .logincode {
  width: calc(100% - 98px);
  padding: 0 12px;
  height: 40px;
  border-radius: 6px;
  background: #f8f8f8;
}

.popmask .logincontent .codebtn {
  width: 98px;
  height: 40px;
  line-height: 40px;
  background: #f96203;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
}

.popmask .logincontent .agreementview {
  /* height: 50px; */
  margin: 20px 0;
  width: 100%;
  cursor: pointer;
}

.popmask .logincontent .agreementtitle {
  color: #999;
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
}

.popmask .logincontent .agreementlable {
  color: #000;
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

.popmask .logincontent .loginbtn {
  background: #ff7106;
  height: 40px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
}

/*
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 {
  width: 800px;
  height: 500px;
  /* background-color: #ffffff; */
  box-shadow: 2px 0px 20px 0px rgba(102, 102, 102, 0.2);
  border-radius: 10px;
  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;
}
.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: 40px;
  height: 40px;
}
.codemaskBox .right .img p {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  line-height: 80px;
}
.codemaskBox .left img {
  width: 100%;
  height: 200px;
}
.codemaskBox .left h3 {
  width: 320px;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 30px;
}
.codemaskBox .left ul {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}
.codemaskBox .left ul li {
  width: 50%;
  font-size: 12px;
  color: #222222;
  position: relative;
  margin-bottom: 10px;
}
.codemaskBox .left ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ff9446;
  border-radius: 50%;
  left: -11px;
  top: 5px;
}

.codemaskBox .right .inp1,
.codemaskBox .right .inp3,
.codemaskBox .right .inp4 {
  width: 300px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.23);
  border-radius: 10px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}

.codemaskBox .right .inp1 img,
.codemaskBox .right .inp3 img,
.codemaskBox .right .inp4 img {
  margin: 0 20px;
  width: 18px;
}
.codemaskBox .right input {
    font-size: 12px;
    color: #000;
    border: 0;
    width: 100%;
    height: 80%;
    background: #fff;
}
.but {
  width: 240px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 35px;
  background: #fc6f19;
  text-align: center;
  line-height: 69px;

  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 4px;
}
.closeBtnBox {
  overflow: hidden;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  margin: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.codemaskBoxTitle {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 7px;
}

.closecodeimg {
  width: 123px;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  position: absolute;
  left: 170px;
  bottom: 50px;
  cursor: pointer;
}
.inp6 {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.filed4631 {
  width: 70px;
  height: 50px;
  border-radius: 10px;
  font-size: 12px;
  color: #a7a7a7;
  border: 0;
  text-align: center;
  background: #fff;
}
.inp5 {
  width: 220px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.23);
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.inp5 img {
  margin: 0 20px;
  width: 18px;
}
.inp2 {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(71, 71, 71, 0.23);
  border-radius: 10px;
  margin-bottom: 19px;
}
