.adultTipBox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}
.showAdultPop{
  display: flex;
}
.adultBox {
  width: 337.5px;
  height: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 6px 3px 20px 8px rgb(64 64 64 / 45%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.adultTipLogo {
  width: 188px;
  height: 51.5px;
}
.wanringtitle {
  font-size: 28px;
  font-weight: 600;
  margin-top: 26px;
  text-align: center;
}
.wanringtext {
  font-size: 16px;
  margin-top: 18px;
  text-align: left;
  line-height: 1.8;
}
.wanrningconfirm{
  width: 238px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  background: rgb(255, 0, 112);
  background: linear-gradient(50deg, rgba(255, 0, 112, 1) 10%, rgba(255, 104, 123, 1) 90%, rgba(255, 122, 125, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.wanrningcancle {
  width: 238px;
  height: 34px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 1px solid white;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .adultBox {
    width: 600px;
    height: auto;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .adultTipLogo {
    width: 260px;
    height: 70px;
  }
  .wanringtitle {
    font-size: 56px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
  }
  .wanringtext {
    font-size: 27px;
    margin-top: 18px;
    text-align: left;
    line-height: 1.8;
  }
  .wanrningconfirm{
    width: 238px;
    height: 50px;
    font-size: 27px;
    font-weight: 600;
    margin-top: 0;
  }
  .wanrningcancle {
    width: 236px;
    height: 48px;
    font-size: 27px;
    margin-top: 0;
  }
  .wanringBtnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 36px;
  }
}