/* 基础样式 */
body {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

/* 字体定义 */
@font-face {
  font-family: "MyCustomFont1";
  src: url("1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyCustomFont";
  src: url("2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* 背景容器 */
.background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: -1;
  overflow: hidden;
}

.background-gif {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 主容器 */
.container {
  width: 584px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

/* 头部样式 */
.header-container {
  display: flex;
  background-color: black;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.top-nav {
  position: fixed;
  top: 0;
  display: flex;
  background-color: black;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  z-index: 500;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  padding: 0 15% 0 0;
}

.nav-right {
  gap: 15px;
}

/* 导航链接 */
.nav-link {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-link:hover {
  opacity: 0.8;
}

.home-link {
  background-color: #ffcc00;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home-button {
  background-color: #ffcc00;
  color: #000;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  text-decoration: none;
}

.home-button:hover {
  opacity: 0.8;
}

.buy-button {
  background-color: #ffcc00;
  color: #000;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* 语言选择器 */
.language-selector {
  margin: 0;
}

select {
  padding: 6px;
  background: #ffcc00;
  color: #000;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

/* Logo样式 */
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 2% 0 0 15%;
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

#title {
  font-size: 60px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: bold;
}

/* 内容区域 */
.content {
  margin: 0;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.main-description {
  font-family: "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif; /* 使用类似的加粗无衬线字体 */
  font-size: 50px; /* 调整为较大的字体大小，具体数值可能需要根据实际情况微调 */
  font-weight: 300; /* 超粗体 */
  color: black; /* 黑色文字 */
  margin: 0; /* 移除默认的外边距 */
  line-height: 3; /* 调整行间距，使其更紧凑 */
  position: relative; /* 相对定位 */
  transform: translateY(-50%); /* 向上移动以调整位置 */
  text-align: center; /* 文字居中对齐 */
  z-index: 15; /* 确保文字在其他内容之上 */
  transform: translateY(-450px); /* 向上移动20px */
}

.sub-description {
  font-size: 30px;
  margin: 30px 0;
  padding: 15px 0;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "mycustomfont2" monospace;
}

.meaning-text {
  font-size: 35px;
  margin: 20px auto 30px;
  line-height: 1.5;
  font-weight: 610;
  width: 100%;
  max-width: 610px;
  text-align: center;
}

/* 黑色背景区域 */
.black-section {
  background-color: #000;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  z-index: -1;
  margin: 0;
  padding: 0;
  height: auto;
}

/* 字体内容区域 */
.font-content {
  margin-top: 800px;
  position: relative;
  z-index: 2;
}

/* 图标区域 */
.description-icons {
  display: flex;
  justify-content: center;
  margin: 0 0 300px;
  gap: 152px;
}

.b-icon-c {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.icons-button {
  width: 287px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.content-icon {
  width: 300px;
  height: 314px;
  margin: 15px auto;
  border-radius: 50% 50% 0 0;
}

/* 图片区域 - 可自由调整位置 */
.meaning-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 21px auto;
  width: 125%;
  flex-wrap: wrap;
  max-width: 105%;
  gap: 40px;
}

/* 所有图片的通用样式 */
.b-icon1,
.b-icon2,
.b-icon3,
.b-icon4,
.b-icon5,
.b-icon6,
.b-icon7 {
  border-radius: 0%;
  transition: transform 0.5s ease;
  margin: 3 10px;
  object-fit: cover;
}

/* 上排图片样式 */
.b-icon1 {
  width: 194px;
  height: 276.14px;
}

.b-icon2 {
  width: 194px;
  height: 276.14px;
}

.b-icon3 {
  width: 359.99px;
  height: 276.14px;
}

.b-icon4 {
  width: 378px;
  height: 276.14px;
}

/* 下排图片样式 */
.b-icon5 {
  width: 423px;
  height: 263.1px;
}

.b-icon6 {
  width: 276px;
  height: 263.1px;
}

.b-icon7 {
  width: 461.99px;
  height: 263.1px;
}

/* 图片悬停效果 */
.b-icon:hover {
  transform: scale(1.1);
}

/* 平台按钮 */
.platform-buttons {
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 10px;
  width: 100%;
}

.platform-button {
  background-color: #ffcc00;
  color: #000;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.platform-button:hover {
  opacity: 0.9;
}

/* 社交链接 */
.social-links {
  background-color: #000;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 50px 0 10px 0;
  position: relative;
  z-index: 10;
}

.social-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}

.social-link:hover {
  opacity: 0.8;
}

.x-icon {
  fill: white;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.x-icon:hover {
  fill: #ffcc00;
  width: 100px;
  transform: scale(1.2);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 15px;
  }

  .top-nav {
    flex-direction: column;
    gap: 15px;
  }

  .nav-right {
    flex-direction: column;
    gap: 10px;
  }

  .platform-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .platform-button {
    width: 80%;
  }

  .meaning-icons {
    flex-wrap: wrap;
  }

  #title {
    font-size: 40px;
  }

  .main-description {
    font-size: 24px;
  }

  .sub-description {
    font-size: 20px;
  }

  .meaning-text {
    font-size: 24px;
  }

  .font-content {
    margin: 300px 0 50px 0;
  }

  .black-section {
    top: 50%;
  }
}

/* 更小屏幕的响应式设计 */
@media (max-width: 480px) {
  .content-icon {
    width: 80px;
    height: 80px;
  }

  .b-icon1,
  .b-icon2,
  .b-icon3,
  .b-icon4,
  .b-icon5,
  .b-icon6,
  .b-icon7 {
    width: 180px;
    height: 100px;
  }

  .main-description {
    font-size: 20px;
  }

  .sub-description {
    font-size: 16px;
  }

  .meaning-text {
    font-size: 18px;
  }

  .font-content {
    margin: 200px 0 30px 0;
  }
}
