/* 登录弹窗 */
.pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}

.pop_bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.pop_w {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  /* paddig:20px;  */
  overflow: hidden;
}

.pop_w .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-style: normal;
  border: none;
  transition: color 0.3s ease;
}

.pop_w .close:hover {
  color: #666;
}

.pop_w .pop_nav {
  height: 80px;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e4e4e4;
  color: #5d5d5d;
}

.pop_w .pop_nav li {
  width: 100px;
  text-align: center;
  position: relative;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.pop_w .pop_nav li.on {
  color: #1dabfc;
}

.pop_w .pop_nav li.on::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  background: #1dabfc;
  border-radius: 2px;
}

.pop_content {
  padding: 40px;
}

.pop_login_tel,
.pop_register_tel {
  background-image: url(../images/shoujihao.png);
}

.pop_login_password,
.pop_register_password {
  background-image: url(../images/mima.png);
}

.pop_login_code,
.pop_register_code {
  background-image: url(../images/yanzhengma.png);
}

.pop_register_username {
  background-image: url(../images/nicheng.png);
}

.pop_login_text {
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8;
  cursor: pointer;
}

.pop_login_btn,
.pop_register_btn {
  height: 60px;
  background: #1dabfc;
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  cursor: pointer;
}

.pop_forgot_password {
  display: none;
}

.pop_forgot_password_text {
  color: #13abfb;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
}

.pop_getcode {
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #13abfb;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.pop_input_common {
  height: 60px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 35px;
  padding-left: 50px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.pop_input_common::after {
  position: absolute;
  right: 10px;
  top: 23px;
  color: red;
  content: "*";
}

.pop_input_common input {
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 60px;
  outline: none;
  font-size: 18px;
}

.pop_input_common input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.pop_input_common input::-moz-placeholder {
  color: #b8b8b8;
}

.pop_input_common input:-ms-input-placeholder {
  color: #b8b8b8;
}

.pop_input_common input::-webkit-outer-spin-button,
.pop_input_common input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.captcha-main {
  height: 60px;
  margin-bottom: 20px;
}

.captcha-main img {
  width: 100%;
  cursor: pointer;
}

.pop_school_name {
  background-image: url(../images/name.png);
}
.pop_school_url {
  background-image: url(../images/url.png);
}
