.let-auto-login-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.let-auto-login-pop .letlogin-pop {
  width: 80%;
  height: 360px;
  background-image: linear-gradient(to bottom, #edeffd 0%, #f7f8fe 10%, #fefeff 20%);
  border-radius: 20px;
  border: solid 2px #ffffff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.let-auto-login-pop .letlogin-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  text-align: center;
}

.let-auto-login-pop .letlogin-phone {
  text-align: center;
  margin-top: 18px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.let-auto-login-pop .letlogin-tips {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  line-height: 14px;
}

.let-auto-login-pop .login-4g-btn {
  width: 80%;
  height: 45px;
  background-color: #1287ff;
  border-radius: 24px;
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  margin: 20px auto 0;
  border: none;
}

.let-auto-login-pop .login-4g-btn .button_disable {
  background-color: #dbdbdb;
}

.let-auto-login-pop .to-msg-login {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin: 8px auto 0;
  text-align: center;
}

.let-auto-login-pop .agreement {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  height:60px;
}

.let-auto-login-pop .agreement .checkbox {
  width: 30px;
  height: 30px;
}

.let-auto-login-pop .agreement .checkbox input {
  display: none;
}

.let-auto-login-pop .agreement .checkbox label {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 4px;
}

.let-auto-login-pop .agreement .checkbox .not_checked,
.let-auto-login-pop .agreement .checkbox .checked {
  width: 16px;
  height: 16px;
  border: solid 1px #999999;
  border-radius: 50%;
  margin-left: auto;
}

.let-auto-login-pop .agreement .checkbox .checked {
  border: none;
  background: url("../images/icon_checked.png");
  background-size: 100% 100%;
}

.let-auto-login-pop .agreement p {
  flex: 1;
  font-size: 12px;
  color: #999;
  margin-left: 10px;
  padding-right: 20px;
  text-align: justify;
}

.let-auto-login-pop .agreement p span, .let-auto-login-pop .agreement p i {
  color: #3085f8;
  font-style: normal;
}

.let-auto-login-pop .close_btn {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%, 0);
  width: 36px;
  height: 36px;
  background: url("../images/login_modal_close.png") no-repeat;
  background-size: 100% 100%;
}