/* 弹框 */
.pop-box {
  display: none;
  position: absolute;
  height: 100%;
  width: 80%;
  margin: 0 10%;
  font-size: 14px;
  color: #333;
}

.pop-box .tab-box {
  padding: 30px 0;
}

.pop-box .tab-box .login-tab {
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}

.pop-box .tab-box .login-tab-active {
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #333;
  font-weight: 600;
}

.input-box {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 20px;
  padding: 10px 0;
}

.input-box .login-input {
  border: 0;
  font-size: 16px;
  color: #333;
}

.input-box .get-captcha {
  float: right;
  color: #538deb;
  cursor: pointer;
  font-size: 16px;
}

.error-msg {
  color: red;
  height: 30px;
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.pop-btn {
  background-color: #538deb;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  height: 44px;
  display: block;
  width: 100%;
  font-size: 16px;
}

.pop-title {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  margin-top: 40px;
}

.pop-desc {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* 审核状态 */
/* 通过 */
.shenb-jg {
  min-height: 85px;
  position: relative;
}
.shenb-jg i {
  position: absolute;
  width: 85px;
  height: 85px;
  display: block;
  left: 0;
  top: 0;
  /* background-size: 100% 100% !important; */
}
.shenb-jg span {
  width: 900px;
  min-height: 85px;
  text-align: left;
  font-size: 18px;
  display: inline-block;
  letter-spacing: 1px;
  padding-left: 70px;
  font-weight: 800;
  word-break: break-all;
  padding-top: 25px;
  box-sizing: border-box;
}
.tgpass {
  background-color: #eefcf8;
  border: solid 1px #9ce3cc;
  color: #14d094;
}
.tgpass-icon {
  background: url("/resource/images/shtg.png")  no-repeat!important;
  background-size: 100% 100%!important;
}
.nopass {
  background-color: #fdf0f0;
  border: solid 1px #f28282;
  color: #d84040;
}
.nopass-icon {
  background: url("/resource/images/wtg.png") no-repeat;
}
