.aboutBox {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  color: #ffffff;
  background: linear-gradient(113deg, #facd68 0%, #fc76b3 100%);
}
.talcalss {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  box-sizing: border-box;
}
.talcalss .bthClass {
  width: 120px;
  height: 95px;
  float: right;
  border-radius: 12px;
  background: url("https://res.weturing.club/joygameday/img/backImg/select.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 4px 8px 1px rgba(252, 118, 179, 0.13);
  border: transparent;
  position: sticky;
  top: 0;
  z-index: 9999;
  margin-right: 30px;
  box-sizing: border-box;
}
.talcalss .bthClass .homecClass {
  width: 30px;
  margin-top: 30px;
  margin-left: 21px;
  box-sizing: border-box;
}
.talcalss .bthClass .tablecClass {
  width: 30px;
  margin-top: 30px;
  margin-left: 5px;
  box-sizing: border-box;
  position: relative;
}
.talcalss .bthClass .tableListClass {
  position: absolute;
  top: 90px;
  right: 4px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  z-index: 9999;
  color: #b24409;
  padding: 16px 0px;
  padding-bottom: 0px;
  margin-top: 4px;
  box-sizing: border-box;
  text-align: center;
}
.talcalss .bthClass .tableListClass li {
  width: 100px !important;
  height: 19px !important;
  margin-bottom: 16px !important;
}
.talcalss .bthClass .tableListClass li .nuxtlinkClass {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #b24409 !important;
  line-height: 19px !important;
}
.privacy-wrapper > h2 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}
.bannerClass {
  width: 100%;
  /* margin-bottom: 32px; */
}
.bannerClass > img {
  width: 100%;
}
h3 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.conentList {
  margin-top: 56px;
}
.conentList > p {
  margin-bottom: 56px;
}
@media (min-width: 100px) and (max-width: 600px) {
  .privacy-wrapper {
    padding: 15px 32px;
  }
}
@media screen and (max-width: 539px) {
  .privacy-wrapper {
    width: 311px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 540px) {
  .aboutBox {
    min-width: 1500px;
  }
  .privacy-wrapper {
    width: 1422px;
    margin: 56px auto;
  }
  .bthClass {
    display: none;
  }
}
