.recom {
  text-align: center;
  color: #fff;
  background-color: rgb(10, 10, 10);
  font-size: 20px;
  height: 52px;
  line-height: 52px;
}

.text-contain-content {
  background-color: rgba(26, 26, 26, 1);
  padding: 13.5px;
  min-height: 1.6rem;
  font-size: 16px;
  text-indent: 2em;
  word-wrap: break-word;
}

.text-contain-content p span {
  color: rgb(153, 153, 153);
  font-size: 16px;
}

#page-view {
  position: relative; /* 设置父容器相对定位 */
  width: 100%; /* Ensure it takes up the full available width */
  max-width: 500px; /* Limit the maximum width to 500px */
  /* margin-top: 16%; */
  margin-left: auto;
  margin-right: auto; /* Center the page-view horizontally */
  overflow: hidden; /* Prevent overflow */
  padding: 0;
}

/* 适用于小屏幕，如手机 */
@media (max-width: 600px) {
  /* #page-view {
    margin-top: 16%;
  } */
}

/* 适用于中等屏幕，如平板 */
@media (min-width: 601px) and (max-width: 1024px) {
  /* #page-view {
    margin-top: 8%;
  } */
}

/* 适用于大屏幕，如桌面 */
@media (min-width: 1025px) {
  /* #page-view {
    margin-top: 4%;
  } */
}


/* 固定顶部的图片 */
.head-img {
  position: fixed;  
  top: 0;
  left: 49.4%;  
  transform: translateX(-50%);  
  width: 100%;  
  max-width: 500px; 
  z-index: 10;
  display: block;     /* 确保它独占一行 */
}


/* 适用于小屏幕，如手机 */
@media (max-width: 600px) {
  .head-img {
    left: 50%;  /* 小屏幕时，left 值调整为 3% */
  }
}

/* 适用于中等屏幕，如平板 */
@media (min-width: 601px) and (max-width: 1024px) {
  .head-img {
    left: 49.4%;  /* 中屏幕时，left 值调整为 4% */
  }
}

/* 适用于大屏幕，如桌面 */
@media (min-width: 1025px) {
  .head-img {
    left: 49.6%;  /* 大屏幕时，left 值保持为 5% */
  }
}

.head-img img {
  width: 100%;  /* Image takes up 100% of the container */
  height: auto;  /* Maintain aspect ratio */
  display: block;  /* Ensure no inline space */
  margin: 0;
  padding: 0;
}

.adaptation img {
  width: 100%;   /* 图片宽度自适应 */
  height: auto;  /* 保持图片比例 */
  display: block; /* 移除图片的行内元素特性，避免行间的空隙 */
  margin: 0;      /* 确保没有多余的边距 */
  padding: 0;     /* 确保没有多余的内边距 */
}

/* 也可以调整父容器的样式，避免出现间隙 */
.adaptation {
  margin: 0;
  padding: 0;
}

/* 轮播容器设置 */
.swipe-warp {
  width: 100%; /* 容器宽度 */
  height: 100%; /* 高度占满视口高度 */
  margin: 0; /* 去除默认的外边距 */
}

/* 每张图片容器 */
.swipe-warp .slick-slide {
  padding: 0; /* 去除内边距 */
  height: 100%; /* 设置每张图片容器的高度为100% */
}

/* 每张图片设置为完全自适应 */
.swipe-warp img {
  width: 100%; /* 图片宽度占满容器 */
  height: 100%; /* 图片高度占满容器 */
  object-fit: cover; /* 保持比例，裁剪图片以填满容器 */
}


 /* Main container for buttons */
  .button-bg {
    height: 85px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }

 .button-container {
    position: fixed; /* 固定定位 */
    bottom: 20px; /* 距离页面底部 20px，可以根据需要调整 */
    left: 50%; /* 将整个容器向中间移动 */
    transform: translateX(-50%); /* 通过 translateX 来让容器水平居中 */
    width: auto; /* 容器宽度自适应 */
    display: flex;
    gap: 15px; /* 设置按钮之间的间距 */
    justify-content: center; /* 确保按钮水平居中 */
    align-items: center; /* 垂直居中对齐 */
    z-index: 20; /* 确保按钮在其他内容之上 */
  }


  /* 适用于小屏幕，如手机 */
  @media (max-width: 600px) {
    .button-container{
      gap: 15px; /* 设置按钮之间的间距 */
    }
  }


  /* 适用于大屏幕，如桌面 */
  @media (min-width: 1025px) {
    .button-container{
      gap: 45px; /* 设置按钮之间的间距 */
    }
  }

  /* General button styling */
  .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    width: 180px;
    text-align: center;
  }

  /* 适用于大屏幕，如桌面 */
  @media (min-width: 1025px) {
    .button{
      width: 214px;
    }
  }
  

  /* Top part of each button */
  .button .top {
      padding: 10px;
      font-size: 16px;
      color: white;
  }

  /* Bottom part of each button */
  .button .bottom {
    padding: 15px 0;
    font-size: 16px;
    font-weight: normal;
    color: white;
    width: 100%;
  }



  /* Colors for the "Play Now" button */
  .button-play .top {
    position: absolute;
    bottom: 40px;
    left: 50%; /* 将元素水平居中 */
    transform: translateX(-105%); /* 微调，确保其居中 */
    padding: .45rem .896666rem;
    background-color: #ea4e3d;
    border-radius: .523333rem;
    font-size: 0.796666rem;
    max-width: calc(100% - .253333rem);
    white-space: normal;
    word-break: break-all;
    z-index: 30; /* 确保按钮在其他内容之上 */
  }

  .button-play .top:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 0.92rem solid transparent;
    border-left: 0.92rem solid #ea4e3d;
    left: 0;
    bottom: -.286667rem;
    z-index: 30; /* 确保按钮在其他内容之上 */
  }


  .button-play .bottom {
      background-color: #3a85ff; /* Blue */
  }

  /* Colors for the "Download Now" button */
  .button-download .top {
    position: absolute;
    bottom: 55px;
    left: 65%; /* 将元素水平居中 */
    transform: translateX(10%); /* 微调，确保其居中 */
    padding: .45rem .896666rem;
    background-color: #ea4e3d;
    border-radius: .523333rem;
    font-size: 0.796666rem;
    max-width: calc(100% - .253333rem);
    white-space: normal;
    word-break: break-all;
    z-index: 30; /* 确保按钮在其他内容之上 */
  }

  .button-download .top:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 0.92rem solid transparent;
    border-left: 0.92rem solid #ea4e3d;
    left: 0;
    bottom: -.286667rem;
    z-index: 30; /* 确保按钮在其他内容之上 */
  }

  .button-download .bottom {
      background-color: #ffb900; /* Yellow-Orange */
  }

  /* Fixed Center Image */
  .center-image-container {
    position: fixed;
    top: 4rem;
    left: 56%;
    transform: translateX(100%);
    width: 25%;
    max-width: 300px;
    z-index: 100;
  }

  
  /* 适用于小屏幕，如手机 */
  @media (max-width: 600px) {
    .center-image-container {
      top: 5rem;
      left: 56%;
    }
  }

  /* 适用于大屏幕，如桌面 */
  @media (min-width: 1025px) {
    .center-image-container  {
      top: 6rem;
      left: 52%;
      width: 6%;

    }
  }
  

  .center {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: .253333rem;
  }

  .center-image {
    display: block;
  }

  /* 适用于小屏幕，如手机 */
  @media (max-width: 600px) {
    .center-image {
      width: 66.6px;
      height: 66.6px;
    }
  }

  /* 适用于大屏幕，如桌面 */
  @media (min-width: 1025px) {
    .center-image {
      width: 80px;
      height: 80px;
    }
  }

    

  .download-header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 500Px;
    height: 1.6rem;
    z-index: 99;
  }