/* 设置全局 rem 基准 */
html {
  font-size: calc(100vw / 37.5); /* 让 1rem = 10px（在 375px 视口下） */
}

/* body 基础样式 */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem; /* 等于 16px */
  line-height: 1.5;
}

/* 顶部导航栏样式 */
#haima .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #131322;
  padding: 0 1.6rem;
  width: calc(100% - 3.2rem);
  height: 4.4rem;
  position: fixed;
  top: 0;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* 添加阴影 */
}

.nav img {
  width: 9.86rem;
  height: 2.8rem;
}

.nav .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #DEDCF1;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}

.nav .privacy {
  color: #DEDCF1;
  font-family: "PingFang SC", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-decoration: none;
  user-select: none;
}

.section {
  width: 100%;
  height: 66.667rem;
}

.section img {
  width: 100%;
  height: 100%;
}

.contact {
  width: 100%;
  height: 13.1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #0E0E18;
}

.contact-title {
  margin-top: 3.2rem;
  font-family: PingFang SC;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.contact-content {
  font-family: PingFang SC;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #FFFFFF
}

.footer {
  border-top: 1px solid hsla(0, 0%, 92%, .15);
  background: #0E0E18;
  width: 100%;
  height: 13rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 3.8rem;
}

.copy-right {
  font-family: PingFang SC;
  font-size: 1.2rem;
  height: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

.copy-right + .copy-right {
  margin-top: 1rem;
}

.nav .back-a {
  width: 2.4rem;
  height: 2.4rem;
}

.nav a img {
  width: 100%;
  height: 100%;
}

.privacy-content {
  margin-top: 4.4rem;
  width: calc(100% - 3.2rem);
  background: #131322;
  padding: 1.6rem 1.6rem 5.2rem;
}

.privacy-content p {
  font-family: PingFang SC;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #DEDCF1;
  margin: 0;
}

.privacy-content p span {
  font-weight: 600;
}

.privacy-content p a {
  color: #007AFF;
  text-decoration: none;
}

.privacy-content h3 {
  font-family: PingFang SC;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.privacy-content h1 {
  font-family: PingFang SC;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  margin-top: 3rem;
}

.table1 {
  border-collapse: collapse;
  border: none;
  border-left: 1px solid #DEDCF1;
}

.table1 thead {
  border-top:1px solid #DEDCF1;
}

.table1 tr td, .table1 tr th {
  font-size:1.2rem;
  font-family: Alibaba-PuHuiTi-R;
  padding:0.5rem;
  border: 1px solid #DEDCF1;
  border-left:none;
  border-right:1px solid #DEDCF1;
  border-top:none;
  border-bottom:1px solid #DEDCF1;
}

.table1 tr td a {
  width: 4rem;
  display: inline-block;
  font-family: Alibaba-PuHuiTi-R;
  font-size: 1.2rem;
  word-wrap: break-word;
}

.MsoTableGrid {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 1.2rem;
  color: #DEDCF1;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.6rem;
  font-weight: 400;
}

.text-right {
  text-align: right !important;
}

.agreement-link {
  color: #DEDCF1;
}
