.box_bg {
  background-color: #f2f7ff;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.box_bg .login_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 67px;
  padding: 0 161px;
}

.box_bg .login_header>a {
  background: url(../img/logo.svg) no-repeat center;
  background-size: cover;
  width: 150px;
  height: 40px;
  display: block;
}

.box_bg .cont_box {
  display: flex;
  /* width: 1362px; */
  margin: 0 auto;
  justify-content: center;
  margin-top: 50px;
  padding: 0 50px;
  align-items: center;
}

.containerLogin {
  width: auto;
  padding-top: 20px;
  margin-left: 100px;
  position: relative;
}

.right_cont {
  padding-top: 40px;
}

.right_cont .right_cont_top {
  padding-left: 89px;
}

.right_cont .right_cont_top h2 {
  font-size: 34px;
  color: #333333;
}

.right_cont_top .advantage {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}

.right_cont .right_cont_top .c_text {
  position: relative;
  /* width: 383px; */
  flex-basis: 48%;
}

.right_cont .right_cont_top .c_text i {
  background: url(../img/user/green_yes.png) no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 4px;
}

.right_cont .right_cont_top .c_text span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-left: 24px;
  line-height: 18px;
}

.right_cont .img_cont {
  background: url(../img/user/img_cont.png) no-repeat center;
  width: 638px;
  height: 429px;
  background-size: 100% 100%;
}

.form_logo {
  background: url(../img/logo.svg) no-repeat center;
  background-size: cover;
  width: 89px;
  height: 24px;
  position: absolute;
  top: 40px;
  left: 20px;
}

.text-left {
  color: #163561;
  font-size: 28px;
  margin-top: 14px;
}

.bottom {
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px 4px 20px 0px rgba(184, 191, 218, 0.25);
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}

.bottom .bottom_text {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom p {
  font-size: 14px;
  color: #121212;
  /* margin-top: 30px; */
}

.bottom p a {
  color: #5976f7;
}

.bottom .bottom_text .agree {
  cursor: pointer;
  height: 56px;
  background-color: #3d84f7;
  border-radius: 8px;
  /* margin-top: 10px; */
  font-size: 14px;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 110px;
}

.bottom .bottom_text .agree:hover {
  background-color: #49a4ff;
}

.box_bg.forgot .loginContent {
  margin-top: -70px;
}

.box_bg.forgot .form_logo {
  top: 55px;
}

.box_bg .bottom_img {
  width: 400px;
  height: 169px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.img_desc_3 {
  height: 18px;
}

.item_desc {
  display: flex;
  margin-top: 8px;
  align-items: center;
}

.item_desc img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.item_desc span {
  color: #163561;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.text_desc {
  color: #163561;
  line-height: 40px;
  font-family: poppins-semibold;
  margin-top: 20px;
  max-width: 600px;
  font-size: 32px;
}

.google_login {
  display: block;
  height: 44px;
  position: relative;
  /* margin-bottom: 24px; */
  flex: 1;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #163561;
  border-radius: 4px;
}

.google_login:hover {
  opacity: 0.8;
}

.google_login .google_cover {
  /* border: 1px solid #163561; */
  height: 44px;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.google_login .google_cover:hover {
  border: 1px solid #0086ff;
  color: #0086ff;
}

.or_line {
  width: 100%;
  height: auto;
  position: relative;
  padding: 35px 38px 28px;
  box-sizing: border-box;
}

.or_line span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9bafcc;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background-color: white;
}

.or_line hr {
  border: none;
  border-bottom: 1px solid #dce4f0;
  width: 100%;
  top: 50%;
}

@media screen and (max-width: 1300px) {
  .img_cont {
    display: none;
  }

  .right_cont .right_cont_top .c_text {
    flex-basis: 100%;
  }

  .right_cont .right_cont_top h2 {
    font-size: 27px;
  }

  .box_bg .cont_box {
    align-items: center;
  }

  .bottom .bottom_text {
    width: 100%;
  }

  .containerLogin {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {

  .containerLogin {
    margin-left: 0px;
  }

  .right_cont {
    display: none;
  }

  .info_banner {
    display: none;
  }

  .loginContent {
    width: 100%;
  }

  .form-control .login-submit {
    width: 90%;
  }

  .box_bg .cont_box {
    padding: 0;
    padding-bottom: 150px;
  }

  .box_bg .login_header {
    padding: 0 20px;
  }

  .nav_language .langu_tip .li_language {
    left: auto;
    right: 0;
  }

  .pwd_rule_box::before {
    display: none;
  }

  .bottom p {
    font-size: 12px;
  }

  .registerTips {
    padding-right: 20px;
  }

  .s_h_pwd_cont {
    right: 10%;
  }

  .pwd_rule_box {
    right: 9%;
    top: 100px;
  }

  .protocol_cont p {
    width: auto;
  }

  .sendCode {
    right: 10%;
  }

  .text-left {
    font-size: 24px;
  }

  .google_login {
    flex: auto;
    width: 100%;
  }
}

.three_party_login {
  display: flex;
  align-items: center;
  padding: 0 38px;
  gap: 20px;
}