.banner {
  height: 623px;
  position: relative;
}
.banner .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .login-box {
  width: 514px;
  height: 444px;
  position: absolute;
  background: #ffffff;
  border-bottom: 0.75px solid #e6e6e6;
  bottom: -147px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .login-box .img2 {
  width: 42px;
  height: 164px;
  position: absolute;
  bottom: -1px;
  right: -40px;
  z-index: 999;
}
.banner .login-box .img3 {
  width: 42px;
  height: 164px;
  position: absolute;
  bottom: -1px;
  left: -40px;
  z-index: 999;
}
.banner .login-box .img5 {
  width: 79px;
  height: 79px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.banner .login-box .title1 {
  font-size: 24px;
  margin: 47px auto 0;
  text-align: center;
  font-weight: 700;
  color: #333;
}
.banner .login-box .scan-code-login {
  margin-top: 47px;
  position: relative;
}
.banner .login-box .scan-code-login .img4 {
  display: block;
  width: 236px;
  height: 236px;
  margin: 0 auto;
}
.banner .login-box .scan-code-login .refresh-qr-code-mask {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 236px;
  height: 236px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}
.banner .login-box .scan-code-login .refresh-qr-code-mask img {
  width: 60px;
  height: 60px;
}
.banner .login-box .scan-code-login .refresh-qr-code-mask .text {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.banner .login-box .mobile-login {
  display: none;
}
.banner .login-box .mobile-login .input-phone-number {
  width: 402px;
  height: 42px;
  border: 0.75px solid #e6e6e6;
  margin: 47px auto 0;
  display: flex;
  align-items: center;
}
.banner .login-box .mobile-login .input-phone-number .icon3-area {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .login-box .mobile-login .input-phone-number .icon3-area .icon3 {
  width: 14px;
  height: 20px;
}
.banner .login-box .mobile-login .input-phone-number input {
  width: 352px;
  height: 100%;
}
.banner .login-box .mobile-login .input-veri-code {
  width: 402px;
  height: 42px;
  border: 0.75px solid #e6e6e6;
  margin: 36px auto 0;
  display: flex;
  align-items: center;
}
.banner .login-box .mobile-login .input-veri-code .icon4-area {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .login-box .mobile-login .input-veri-code .icon4-area .icon4 {
  width: 16px;
  height: 18px;
}
.banner .login-box .mobile-login .input-veri-code input {
  flex: 1;
}
.banner .login-box .mobile-login .input-veri-code .get-sms {
  width: 80px;
  height: 26px;
  border-left: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #031fc9;
  background: #ffffff;
}
.banner .login-box .mobile-login .service-agreement {
  margin: 37px auto 0;
  width: 402px;
  display: flex;
  align-items: center;
}
.banner .login-box .mobile-login .service-agreement .checkbox {
  margin-right: 6px;
}
.banner .login-box .mobile-login .service-agreement .agreement-detail {
  color: #2875e0;
  cursor: pointer;
}
.banner .login-box .mobile-login .submit-button {
  width: 402px;
  height: 50px;
  background: #2578f5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 51px auto 0;
  font-size: 18px;
  cursor: pointer;
}
.banner .login-box .bind-phone-number-area {
  display: none;
}
.banner .login-box .bind-phone-number-area .input-phone-number {
  width: 402px;
  height: 42px;
  border: 0.75px solid #e6e6e6;
  margin: 47px auto 0;
  display: flex;
  align-items: center;
}
.banner .login-box .bind-phone-number-area .input-phone-number .icon3-area {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .login-box .bind-phone-number-area .input-phone-number .icon3-area .icon3 {
  width: 14px;
  height: 20px;
}
.banner .login-box .bind-phone-number-area .input-phone-number input {
  width: 352px;
  height: 100%;
}
.banner .login-box .bind-phone-number-area .input-veri-code {
  width: 402px;
  height: 42px;
  border: 0.75px solid #e6e6e6;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
}
.banner .login-box .bind-phone-number-area .input-veri-code .icon4-area {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .login-box .bind-phone-number-area .input-veri-code .icon4-area .icon4 {
  width: 16px;
  height: 18px;
}
.banner .login-box .bind-phone-number-area .input-veri-code input {
  flex: 1;
}
.banner .login-box .bind-phone-number-area .input-veri-code .get-sms {
  width: 80px;
  height: 26px;
  border-left: 1px solid #e6e6e6;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #031fc9;
}
.banner .login-box .bind-phone-number-area .submit-button {
  width: 402px;
  height: 50px;
  background: #2578f5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 46px auto 0;
  font-size: 18px;
  cursor: pointer;
}
.banner .login-box .bind-phone-number-area .not-bound-temporarily {
  width: 402px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  margin: 20px auto 0;
  font-size: 18px;
  cursor: pointer;
}
.banner .pop-up-notifications {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.banner .pop-up-notifications .pop-up1 {
  position: fixed;
  width: 380px;
  height: 260px;
  background: #ffffff;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
}
.banner .pop-up-notifications .pop-up1 .title-area {
  height: 52px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 18px;
  color: #333333;
  position: relative;
}
.banner .pop-up-notifications .pop-up1 .title-area .title {
  height: 100%;
  line-height: 52px;
}
.banner .pop-up-notifications .pop-up1 .title-area .close1 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.banner .pop-up-notifications .pop-up1 .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .pop-up-notifications .pop-up1 .details .info1 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-top: 30px;
}
.banner .pop-up-notifications .pop-up1 .details .info2 {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
.banner .pop-up-notifications .pop-up1 .details .i-know {
  width: 200px;
  height: 50px;
  background: #2578f5;
  border-radius: 5px;
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}
