@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.img-box img {
  width: 100%;
  display: block;
}

.main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100rem;
  overflow: hidden;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 156rem 0 156rem;
  background: #000000;
  z-index: 100;
}
.head .left-box {
  font-family: Montserrat, Montserrat;
  font-weight: 900;
  font-size: 32rem;
  color: #fff;
}
.head .right-box {
  width: 1100rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: HelveticaNeue, HelveticaNeue;
  font-weight: bold;
  font-size: 22rem;
  color: #c9c9c9;
}
.head .right-box .active {
  color: #FBE853;
}
.head .right-box div {
  cursor: pointer;
  transition: color 0.3s ease;
}

.tab-bg6 {
  width: 100%;
  height: 182rem;
  background: #000;
  padding-top: 40rem;
}
.tab-bg6 .email {
  margin: 35rem 0;
  font-family: HelveticaNeue;
  font-size: 26rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.tab-bg6 .copyright {
  font-family: HelveticaNeue;
  font-size: 20rem;
  color: #999999;
  text-align: center;
  line-height: 1;
}

.tab1-container, .tab2-container, .tab3-container {
  width: 100%;
}
.tab1-container .tab1-bg1, .tab2-container .tab1-bg1, .tab3-container .tab1-bg1 {
  width: 100vw;
  height: 7923rem;
  background: url("./assets/tab1_1.png") no-repeat center center/100% 100%;
}

/* 添加标签页容器的过渡效果 */
.tab1-container, .tab2-container, .tab3-container {
  transition: opacity 0.3s ease;
}

.other-container {
  width: 100vw;
  background: #000;
  color: #fff;
}

.content-section {
  max-width: 800px;
  margin: 60px auto 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 16px;
  box-shadow: none;
}

.content-title {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  text-align: left;
  letter-spacing: 1px;
}

.content-paragraph {
  font-size: 18px;
  color: #e0e0e0;
  line-height: 2;
  margin-bottom: 24px;
  word-break: break-all;
  letter-spacing: 0.2px;
}

.content-paragraph strong {
  color: #FBE853;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.content-paragraph a {
  color: #FBE853;
  text-decoration: underline;
}

.policy-section-title {
  display: flex;
  align-items: center;
  margin: 48px 0 16px 0;
}

.policy-section-main-title {
  font-size: 28px;
  font-weight: 700;
  color: #FBE853;
  letter-spacing: 0.5px;
}

.policy-section-desc {
  font-size: 16px;
  color: #888;
  margin-bottom: 18px;
  margin-top: 4px;
  letter-spacing: 0.2px;
}

.policy-list-label {
  display: inline-block;
  background: #FBE853;
  color: #222;
  font-weight: 900;
  font-size: 22px;
  border-radius: 20%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  font-family: "Montserrat", "PingFang SC", sans-serif;
}

.policy-list-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.policy-list {
  margin-bottom: 30px;
}

.policy-list-item {
  font-size: 18px;
  color: #e0e0e0;
  margin-bottom: 8px;
  line-height: 1.8;
}

a {
  color: #006CFF;
}

.expand, .pickup {
  display: none;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 20px;
  }
  .show {
    display: block !important;
  }
  .head {
    flex-direction: column;
    height: auto;
    padding: 12px 0 0 0;
  }
  .head .left-box {
    font-size: 22px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  .head .left-box .expand {
    width: 40px;
    height: 40px;
    background: url("./assets/expand.png") no-repeat center center/100% 100%;
    display: block;
  }
  .head .left-box .pickup {
    width: 40px;
    height: 40px;
    background: url("./assets/pickup.png") no-repeat center center/100% 100%;
    display: none;
  }
  .head .right-box {
    width: 100%;
    font-size: 12px;
    display: none;
    gap: 16px;
    overflow-x: auto;
    padding: 0 20px;
  }
  .head .right-box div {
    padding: 15px 8px;
    border-top: 1px solid #25282b;
  }
  .main {
    padding-top: 60px;
  }
  .tab-bg6 {
    height: 100px;
    padding: 16px 0 8px 0;
  }
  .tab-bg6 .email, .tab-bg6 .copyright {
    font-size: 12px;
    text-align: center;
    padding: 0 4vw;
    line-height: 1.5;
  }
  .tab-bg6 .email {
    margin: 10px 0 12px 0;
  }
  .content-section {
    padding: 18px 4vw;
    max-width: 100vw;
  }
  .content-title {
    font-size: 28px;
  }
  .policy-section-num {
    font-size: 36px;
  }
  .policy-section-main-title {
    font-size: 20px;
  }
}
