.main_top_w {
  width: 25%;
}
.emailContent{
  width: 100%;
  height:3rem;
}
#wrap {
  margin: auto;
  width: 300px;
}
#wrap input[type="text"] {
  width: 30px;
  height: 20px;
  float: left;
  text-align: center;
}
.pwd-box {
  width: 310px;
  padding-left: 1px;
  position: relative;
  border: 1px solid #9f9fa0;
  border-radius: 3px;
  overflow: hidden;
}
.pwd-box input[type="tel"] {
  width: 99%;
  height: 45px;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  font-size: 18px;
  opacity: 0;
  z-index: 1;
  letter-spacing: 35px;
}
.fake-box input {
  width: 44px;
  height: 48px;
  border: none;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 30px;
}
.fake-box input:nth-last-child(1) {
  border: none;
}
.Resend {
  color: #00b1e8;
  cursor: pointer;
  /* visibility: hidden; */
}
.bc_main {
  /* background-image: url("/webindex/assets/images/forgetPass/a1.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.forgetPass_a2 {
  width: 0.54rem;
}
.been_changed {
  position: absolute;
  text-align: center;
  background-color: white;
  z-index: 99;
  top: 50%;
  transform: translateY(-40%);
  padding: 0.2rem;
  display: none;
}
.Back_to_sign {
  background-color: black;
  color: #fff;
  width: 3.08rem;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  margin-top: 0.4rem;
  cursor: pointer;
}
.mask_div {
  background-color: rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
