.pop_verification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 403px;
  z-index: 999;
  font-size: 0;
}

.pop_verification::after {
  display: block;
  content: "";
  width: 800%;
  height: 800%;
  position: fixed;
  left: -400%;
  top: -400%;
  z-index: 2 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.phone_verification>* {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

.phone_verification iframe {
  border: none;
  position: relative;
  top: -17px;
  width: 100% !important;
  height: 280px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.phone_verification .desc_txt {
  text-align: left;
  background: #fff;
  z-index: 202;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 0;
  margin: -1px 0;
  overflow: hidden;
}

.phone_verification .desc_txt br {
  display: none;
}

.phone_verification .desc_txt p {
  line-height: 24px;
  font-size: 14px;
  text-indent: 0 !important;
  margin-bottom: -1px !important;
}

.email_verification iframe {
  border: none;
  position: relative;
}

.pc_email_verificatio {
  width: 560px;
  height: auto;
}

.pc_email_verificatio .pc_email_iframe {
  position: relative;
  z-index: 999;
  padding: 10px;
  width: 540px;
  background: #fff;
  border-top: 1px solid #eee;
}

.pc_email_verificatio .pc_email_iframe iframe {
  width: 540px !important;
}

.pop_verification .email_iframe {
  top: 0;
  left: 0;
}

.change_verification {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 14px;
}

.change_verification a {
  color: #1890ff;
  margin-left: 20px;
}

.pop_verification h6 {
  text-align: left;
  position: relative;
  font-size: 20px;
  color: #303133;
  font-weight: 600;
  z-index: 201;
  padding: 20px 30px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.close_icon_d {
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 16px;
  color: #666;
  font-size: 24px;
}

.seeHide_new_login {
  display: none;
  position: absolute;
  top: 451px;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  padding: 32px 0;
  z-index: 1;
}

.seeHide_new_login:before {
  display: block;
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  top: -50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), #fff);
  z-index: 666;
}

.seeHide_new_login a {
  display: inline-block;
  width: 160px;
  padding: 6px 0;
  border-radius: 30px;
  color: #d22222 !important;
  border: 1px solid #d22222;
}

@media (max-width: 750px) {
  .phone_verification {
    width: 98%;
  }

  #drag_verify {
    margin: 0 !important;
  }
}