header {
  position: fixed;
}
.files {
  display: none;
}
.login {
  width: 100%;
  background: url('/home/img/loginbg_en.png') no-repeat center;
  height: 100%;
  max-height: 1080px;
  overflow: hidden;
}
.login_cont {
  max-width: 1200px;
  margin: 165px auto 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.login_cont .text {
  width: 724px;
  height: auto;
  /*float: left;*/
  font-size: 28px;
  color: #fff;
}
.login_cont .form {
  float: right;
  width: 390px;
  height: auto;
  background: #ffffff;
  box-shadow: 4px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 40px 30px 50px;
  box-sizing: border-box;
}
.login_cont .form .head_nav {
  width: 100%;
}
.login_cont .form .head_nav p {
  height: 28px;
  font-size: 20px;
  color: #333333;
  margin-right: 30px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
}
.login_cont .form .head_nav p.active {
  color: #09a8ff;
  border-bottom: 2px solid #09a8ff;
}
.login_cont .form .item {
  width: 100%;
}
.login_cont .form .col_item {
  width: 100%;
  position: relative;
}
.login_cont .form .col_item .tips_icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 29px;
  background-size: cover;
  background-repeat: no-repeat;
}
.login_cont .form .col_item .error_tips {
  width: 330px;
  height: 57px;
  background: #ffffff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
.login_cont .form .col_item .arrow_up {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid #ffffff;
  border-right: 8px solid transparent;
  transform: rotate(135deg);
  box-shadow: -1px 1px 1px rgb(0 0 0 / 8%);
}
.login_cont .form .col_item .error_tips p {
  font-size: 16px;
  color: #ff4949;
  height: 57px;
  line-height: 57px;
  text-align: center;
  width: 100%;
}
.login_cont .form .col_item.warning .tips_icon {
  background-image: url('/home/img/icon/icon_warning_s.jpg');
}
.login_cont .form .col_item.warning .error_tips {
  display: none;
}
.login_cont .form .col_item.success .tips_icon {
  background-image: url('/home/img/icon/icon_success_s.jpg');
}

.login_cont .form .item input {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.login_cont .form .item .repeat_password {
  display: none;
}

.login_cont .form .other {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #333333;
}
.login_cont .form .other label {
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.login_cont .form .btn {
  width: 330px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto 0;
  background: #09a8ff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.login_cont .form .btn.reg_btn,
.login_cont .form .btn.reset_btn {
  display: none;
}
.login_cont .form .error_msg {
  font-size: 12px;
  color: #fc4343;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: none;
}
/* 注册成功弹窗 */
.reg_popup,
.act_popup {
  float: right;
  width: 390px;
  height: auto;
  background: #ffffff;
  box-shadow: 4px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 40px 30px 50px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.reg_popup img,
.act_popup img {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
}
.reg_popup .p1,
.act_popup .p1 {
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin: 30px auto 0;
}
.reg_popup .p2,
.act_popup .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin: 20px auto 0;
}
.reg_popup .login_in,
.act_popup .resend {
  width: 330px;
  height: 42px;
  line-height: 42px;
  background: #09a8ff;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  margin: 36px auto 0;
  text-align: center;
}
.reg_popup .p3,
.act_popup .p3 {
  font-size: 12px;
  color: #333333;
  margin: 20px auto 0;
}
.reg_popup .p3 span,
.act_popup .p3 span {
  display: inline-block;
  width: 100px;
  color: #09a8ff;
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .login {
    background-size: auto 100%;
    max-height: initial;
  }
  .login_cont {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .login_cont .form {
    width: 60%;
    margin: 30px auto;
  }
}
