* {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
}

.securityCode_error {
  font-size: 14px;
  margin-top: 10px;
  color: #ff6d6d;
}

.bg_top {
  height: 287px;
  background-image: url(../../img/login/pc_BG.jpg);
  background-size: cover;
  background-position: center;
}

.module_common {
  width: 460px;
  margin: 0 auto;
}

.login_method {
  font-size: 18px;
  color: #b1b1b1;
  font-weight: bold;
  margin: 55px auto 30px auto;
  display: flex;
  justify-content: space-around;
}

.click_login {
  cursor: pointer;
}

.login_67cbcb {
  color: #67cbcb;
  padding-bottom: 11px;
}

.underline_67cbcb {
  border-bottom: 3px solid #67cbcb;
  border-radius: 2px;
}

/* 1 账号登录 */
.account_number_module {
  display: none;
}

.common {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.iconfont {
  color: #cdcdcd;
  font-size: 18px;
  padding: 0 22px 0 21px;
}

.linellae {
  display: inline-block;
  width: 1px;
  height: 34px;
  background-color: #eee;
}

.common input {
  width: 82%;
  height: 60px;
  border: none;
  outline: none;
  font-size: 16px;
  padding-left: 20px;
}

.common input::-webkit-input-placeholder {
  color: #b1b1b1;
}

.account_number {
  display: flex;
  align-items: center;
}

.account_number input {
  border-radius: 0 5px 5px 0;
}

.password {
  display: flex;
  align-items: center;
  margin: 20px auto;
}

.password input {
  border-radius: 0 5px 5px 0;
}

.security_code {
  display: flex;
  justify-content: space-between;
}

.security_text_box {
  width: 100%;
  display: flex;
  align-items: center;
}
.security_text_box input {
  width: 75%;
}

.code_img {
  width: 120px;
  height: 36px;
  cursor: pointer;
  margin: 12px 15px 12px 0;
}

.radio_box {
  width: 460px;
  margin: 21px auto;
  color: #b1b1b1;
  display: flex;
  align-items: center;
  position: relative;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  opacity: 0;
}

input[type="password"]::-ms-reveal {
  display: none;
}

#radio_label {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #67cbcb;
  box-sizing: border-box;
  cursor: pointer;
}

.radio_label_text {
  cursor: pointer;
}

#radio:checked + #radio_label {
  background-color: #fff;
}

#radio:checked + #radio_label::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border: 1px solid #67cbcb;
  background-color: #67cbcb;
  border-radius: 50%;
  box-sizing: border-box;
}

.btn {
  width: 460px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  background-image: linear-gradient(90deg, #70dfcc 0%, #63c1cb 100%),
    linear-gradient(#67cbcb, #67cbcb);
}

.account_bottom_text {
  text-align: center;
  font-size: 14px;
  color: #b1b1b1;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

/* 1.1 账号登录-手机验证码 */
.security_code_module {
  font-size: 16px;
  color: #b1b1b1;
}

.security_code_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
}

.security_code_text img {
  width: 48px;
  height: 48px;
  margin-right: 26px;
}

.message_security_code {
  height: 60px;
  line-height: 60px;
  margin-top: 34px;
  border-radius: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.message_security_box {
  width: 314px;
  display: flex;
  align-items: center;
}

.message_security_code .iconshouji {
  color: #cdcdcd;
  font-size: 18px;
  padding: 0 19px 0 24px;
}

.message_input {
  width: calc(100%);
  height: 60px;
  border: none;
  outline: none;
  padding-left: 15px;
}

.message_input::-webkit-input-placeholder {
  font-size: 16px;
  color: #b1b1b1;
}

.get_security_code {
  width: 144px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  background-color: #67cbcb;
  border-radius: 0px 5px 5px 0px;
  outline: none;
  border: none;
  cursor: pointer;
}

.security_bottom_text {
  text-align: center;
  font-size: 14px;
  color: #b1b1b1;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.submit_btn {
  width: 460px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
  outline: none;
  background-image: linear-gradient(90deg, #70dfcc 0%, #63c1cb 100%),
    linear-gradient(#67cbcb, #67cbcb);
}

/* 2 手机验证码登录 */
.message_security_marginTop {
  margin-top: 20px;
}

.security_btn {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .bg_top {
    height: 177px;
    background-image: url(../../img/login/BG.jpg);
  }

  .module_common {
    width: 300px;
  }

  .security_module {
    margin-top: 20px;
  }

  .account_number_module {
    margin-top: 15px;
  }

  .login_method {
    font-size: 16px;
    margin: 22px auto 0 auto;
  }

  .common {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .iconfont {
    font-size: 16px;
    padding: 0 18px 0 17px;
  }

  .linellae {
    height: 28px;
  }

  .common input {
    width: 78%;
    height: 45px;
    font-size: 14px;
    padding-left: 15px;
  }

  .password {
    margin: 10px auto;
  }

  .security_text_box input {
    width: 65%;
  }

  .code_img {
    width: 103px;
    height: 31px;
    margin: 7px 5px 7px 0;
  }

  .radio_box {
    width: 300px;
    margin: 20px auto;
    font-size: 14px;
  }

  input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0 7px 0 0;
  }

  #radio_label {
    width: 14px;
    height: 14px;
  }

  #radio:checked + #radio_label::after {
    width: 6px;
    height: 6px;
  }

  .btn {
    width: 300px;
    height: 45px;
    font-size: 16px;
  }

  .account_bottom_text {
    bottom: 20px;
  }

  /* 验证码登录 */
  .security_code_module {
    width: 300px;
    font-size: 14px;
  }

  .security_code_text {
    margin-top: 25px;
  }

  .security_code_text img {
    width: 43px;
    height: 43px;
    margin-right: 15px;
  }

  .message_security_code {
    height: 45px;
    line-height: 45px;
    margin-top: 22px;
  }

  .message_security_box {
    width: 187px;
    display: flex;
    align-items: center;
  }

  .message_security_code .iconshouji {
    font-size: 16px;
    padding: 0 13px 0 17px;
  }

  .message_input {
    width: calc(67%);
    height: 45px;
    padding-left: 10px;
  }

  .message_input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .get_security_code {
    width: 111px;
    height: 45px;
    font-size: 14px;
  }

  .security_bottom_text {
    bottom: 20px;
  }

  .submit_btn {
    width: 300px;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
  }

  /* 2 手机验证码登录 */
  .message_security_marginTop {
    margin-top: 10px;
  }

  .security_btn {
    margin-top: 20px;
  }
}

.alert.alert-danger {font-size: 14px;margin-top: 10px;color: #FF6D6D;}
