
.popbox {
  display: none; 
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(133, 133, 133, 0.8);
  z-index: 9999;
}
.regist {
  display: none;
  width: 6.01rem;
  height: 8.07rem;
        
  background-image: url(../images/popbg.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding-top: .6rem;
  overflow: hidden;
}
.regist .reTitle {
  text-align: center;
  font-size: .52rem;
  color: #ffffff;
  font-family: FZLTCHGBK;
}
.regist .p1 {
  margin-top: .2rem;
  text-align: center;
  line-height: .38rem;
  font-size: .3rem;
  color: #ffffff;
  font-family: FZLTCHGBK;
}
.regist .contentI {
  width: 5.1rem;
  padding: .3rem 0rem;
  background-color: #ffffff;
  margin: 0rem auto;
  margin-top: .32rem;
  box-shadow: 0rem 0rem 0.18rem 0.04rem rgb(240,240,240)
}
.regist .contentI .tr {
  position: relative;
  width: 4.7rem;
  height: 0.65rem;
  margin: 0rem auto;
  margin-bottom: 0.2rem;
  font-size: 0.26rem;
  color: #242424;
  font-family: FZLTHGBK;
  line-height: 0.67rem;
}
.regist .contentI .tr label {

  display: inline-block;
  width: .8rem;
}
.regist .contentI .tr input {
  display: inline-block;
  width: 3.5rem;
  height: 0.65rem;
  border-radius: .08rem;
  border: .01rem solid rgb(220,220,220);
  margin-left: 0.18rem;
  padding-left: 0.2rem;
  font-size: 0.26rem;
  color: #242424;
  font-family: FZLTHGBK;
  line-height: 0.67rem;
}
.getYzmcode {
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 0.34rem;
  border-left: .01rem solid #cccccc;
  right: 0.15rem;
  top: 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: rgb(255,37,37);
  font-family: FZLTHGBK;
  line-height: 0.34rem;
}
.regist .buttonT {
  display: block;
  width: 1.55rem;
  height: 0.54rem;
  margin: 0rem auto;
  margin-top: .3rem;
  text-align: center;
  line-height: 0.54rem;
  font-size: 0.28rem;
  color: #ffffff;
  font-family: FZLTCHGBK;
  background-image: url(../images/bottonT.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.regist .buttonT:hover {
  box-shadow: 0rem 0rem 0.18rem 0.04rem rgb(240,240,240)
}
.registok {
  display: none;
  width: 6.01rem;
  height: 7.14rem;
  background-image: url(../images/popOk.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding-top: .84rem;
  overflow: hidden;
}
.registok .okTitle {
  text-align: center;
  font-size: .52rem;
  color: #ffffff;
  font-family: FZLTCHGBK;
}
.registok .okP1 {
  margin-top: .18rem;
  text-align: center;
  line-height: .38rem;
  font-size: .3rem;
  color: #ffffff;
  font-family: FZLTCHGBK;
}
.registok .donwnButton {
  display: block;
  width: 5.1rem;
  height: 0.78rem;
  margin: 0rem auto;
  margin-top: 3.6rem;
  border-radius: 0.4rem;
  background-image: linear-gradient(to right, rgb(255,118,98), rgb(255,79,55));
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  color: #ffffff;
  font-family: FZLTCHGBK;
}
.popbox .closeAll {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 0.66rem;
  color: #242424;
  font-family: FZLTCHGBK;

}
