/* 老用户弹窗 */
.alert-wating {
  display: none;
  position: relative;
  z-index: 1000;
}
.alert-wating #mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1000px;
  background: #000;
  opacity: 0.7;
}
.alert-wating .tip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63.1%;
  height: 49.01%;
  min-height: 467px;
  min-width: 1200px;
  margin: auto;
  border-radius: 27px;
  background: #ffffff;
  z-index: 999;
}
.alert-wating .tip-container h2 {
  margin-top: 0;
  margin-bottom: 54px;
}
.alert-wating .tip-container div {
  margin-bottom: 52px;
  font-size: 28px;
  text-align: center;
}
.alert-wating .tip-container div span {
  background: #c9eafb;
}
.alert-wating .tip-container span {
  font-weight: 500;
}
.alert-wating .tip-container .time {
  color: #006ee1;
}
.alert-wating .tip-container p {
  margin-bottom: 0;
  width: 900px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .alert-wating .tip-container {
    width: 62.52%;
    height: 44%;
    min-height: 315px;
    min-width: 810px;
    border-radius: 19px;
  }
  .alert-wating .tip-container h2 {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .alert-wating .tip-container div {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .alert-wating .tip-container p {
    width: 650px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .alert-wating .tip-container {
    padding: 0 20px;
    width: 86.7%;
    height: 49.01%;
    min-width: 325px;
    min-height: 400px;
    border-radius: 20px;
    text-align: center;
  }
  .alert-wating .tip-container h2 {
    margin-bottom: 37px;
    font-size: 24px;
    line-height: 40px;
  }
  .alert-wating .tip-container div {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .alert-wating .tip-container p {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }
}

/* 新用户弹窗 */
.new-user-alert-wating {
  display: none;
  position: relative;
  z-index: 1000;
}
.new-user-alert-wating #mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1000px;
  background: #000;
  opacity: 0.7;
}
.new-user-alert-wating .tip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63.1%;
  height: 49.01%;
  min-height: 467px;
  min-width: 1200px;
  margin: auto;
  border-radius: 27px;
  background: #ffffff;
  z-index: 999;
}
.new-user-alert-wating .tip-container h2 {
  margin-top: 0;
  margin-bottom: 54px;
}
.new-user-alert-wating .tip-container span {
  font-weight: 500;
}
.new-user-alert-wating .tip-container .time {
  color: #006ee1;
}
.new-user-alert-wating .tip-container .img {
  background: url(/wp-content/uploads/2024/09/trial-tip-img-pce.webp) center no-repeat;
  background-size: cover;
  margin-bottom: 55px;
  width: 658px;
  height: 108.65px;
}
.new-user-alert-wating .tip-container p {
  margin-bottom: 0;
  width: 900px;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .new-user-alert-wating .tip-container {
    width: 62.52%;
    height: 44%;
    min-height: 315px;
    min-width: 810px;
    border-radius: 19px;
  }
  .new-user-alert-wating .tip-container h2 {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .new-user-alert-wating .tip-container .img {
    background: url(/wp-content/uploads/2024/09/trial-tip-img-pce.webp) center no-repeat;
    background-size: cover;
    margin-bottom: 39px;
    width: 426px;
    height: 70px;
  }
  .new-user-alert-wating .tip-container p {
    width: 650px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new-user-alert-wating .tip-container {
    padding: 0 20px;
    width: 86.7%;
    height: 49.01%;
    min-width: 325px;
    min-height: 400px;
    border-radius: 20px;
    text-align: center;
  }
  .new-user-alert-wating .tip-container h2 {
    margin-bottom: 37px;
    font-size: 24px;
    line-height: 40px;
  }
  .new-user-alert-wating .tip-container .img {
    background: url(/wp-content/uploads/2024/09/trial-tip-img-pce-mobile.webp) center no-repeat;
    background-size: cover;
    margin-bottom: 42px;
    width: 265px;
    height: 87px;
  }
  .new-user-alert-wating .tip-container p {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }
}
