.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;
}
.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;
  color: #fff;
  position: relative;
  z-index: 9;
  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 {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 16px;
  color: #666;
  font-size: 24px;
}
footer {
  background: #333333;
}
.footer {
  padding: 36px 0;
  box-sizing: border-box;
}
.footer h6 {
  color: #fff;
}
.footer,
.footer a {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
}
.footer a:hover {
  color: #fff;
}
.footer p {
  margin-bottom: 5px;
}
.last_footer {
  background: #2b2b2b;
  color: #666;
  height: 60px;
  line-height: 60px;
}
.number-info {
  display: inline-block;
  margin: 0 0px 0 50px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*限制阅读*/
.seeHide_new_login {
  display: none;
  position: absolute;
  top: 451px;
  left: 0%;
  right: 0px;
  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;
}
/*限制阅读*/
