* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
a {
  text-decoration: none;
  border: none;
}
.ExploreMore {
  /* max-width: 1920px; */
  width: 100%;
  min-height: 47.8125rem;
  background-image: url(../images/background-images.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ExploreMore .ExploreMore-content {
  /* width: 761px; */
  height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 6.25rem;
  margin-left: 16.25rem;
}
.ExploreMore .ExploreMore-content .title {
  color: #ffffff;
  font-family: OPPO Sans 4;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: 0px;
  text-align: left;
}
.ExploreMore .ExploreMore-content .title .title-top {
  color: #ffffff;
  font-family: Noto Sans SC;
  font-size: 1rem;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.4375rem;
  margin-bottom: 0.5rem;
}
.ExploreMore .ExploreMore-content .content {
  color: #ffffff;
  font-family: OPPO Sans 4;
  font-size: 1rem;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.625rem;
  width: 47.5625rem;
}
.ExploreMore .ExploreMore-content .btn {
  width: 12.5rem;
  height: 3.1875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem 1rem 1.5rem;
  border-radius: 0.75rem;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
  color: #cc0000;
  border: none;
  transition: all 0.2s ease;
}
.ExploreMore .ExploreMore-content .btn:hover {
  transform: scale(1.05);
}
.ExploreMore .ExploreMore-fixed {
  min-height: 11.25rem;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
}
.ExploreMore .ExploreMore-fixed .fixed-list {
  /* width: calc(100% - 520px);*/
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding: 0 16.25rem;
}
.ExploreMore .ExploreMore-fixed .fixed-list li {
  gap: 10px;
}

@media (max-width: 550px) {
  .ExploreMore .ExploreMore-fixed .fixed-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  
  .ExploreMore .ExploreMore-fixed .fixed-list li {
    width: 33.33%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  .ExploreMore .ExploreMore-fixed .fixed-list li .list-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }
  
  .ExploreMore .ExploreMore-fixed .fixed-list li:nth-child(n+4) {
    width: 50%;
  }
}
.ExploreMore .ExploreMore-fixed .fixed-list li .bigtext {
  display: inline-block;
  color: #ffffff;
  font-family: Red Hat Display;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 4.1875rem;
  letter-spacing: 0px;
  text-align: left;
}
.ExploreMore .ExploreMore-fixed .fixed-list li .smalltext {
  /* 亿*/
  display: inline-block;
  width: 0.875rem;
  height: 1.125rem;
  color: #ffffff;
  font-family: Red Hat Display;
  font-size: 0.875rem;
  font-size: max(0.875rem, 14px);
  font-weight: 400;
  line-height: 1.0625rem;
  letter-spacing: 0px;
  text-align: left;
}
.ExploreMore .ExploreMore-fixed .fixed-list li .whiteIcon {
  width: 0.5625rem;
  height: 0.5625rem;
  background: #ffffff;
  margin-right: 0.5rem;
}
.ExploreMore .ExploreMore-fixed .fixed-list li .text {
  color: #ffffff;
  font-family: Red Hat Display;
  font-size: 1rem;
  font-size: max(1rem, 14px);
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: 0px;
  text-align: left;
}
.ExploreMore .ExploreMore-fixed .fixed-list li .list-bottom {
  display: flex;
  align-items: center;
}
.ExploreMore .ExploreMore-fixed .fixed-list li:last-of-type {
  margin-right: 0;
}

/* 数字动画样式 */
.number-animate {
  display: inline-block;
}

/* 固定导航栏 */
.fixedNav {
  width: 60px;
  /* height: 300px; */
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  position: fixed;
  top: 50%;
  right: -100%;
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); */
  transform: translateY(-100%);
  transition: all 0.4s ease;
}
.fixedNav .fixedNav-list {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  gap: 24px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fixedNav .fixedNav-list .fixedNav-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: #000;
  gap: 5px;
}
.fixedNav .fixedNav-list .fixedNav-list-item img {
  width: 20px;
  height: 20px;
}
.fixedNav .fixedNav-bottomGotop {
  width: 60px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: red;
  margin-top: 10px;
}
.fixedNav .fixedNav-bottomGotop img {
  width: 15px;
  height: 15px;
}
.fixedNav.visible {
  right: 20px;
}

@media (max-width: 1300px) {
  .ExploreMore .ExploreMore-fixed .fixed-list li {
    margin-right: 3.75rem;
    gap: 0.625rem;
  }
  .ExploreMore .ExploreMore-content {
    height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 6.25rem;
    margin-left: 6.25rem;
    margin-right: 3.125rem;
  }
  .ExploreMore .ExploreMore-fixed .fixed-list li .bigtext {
    font-size: 2.8125rem;
  }
  .ExploreMore .ExploreMore-fixed .fixed-list {
    padding: 0 6.25rem;
  }
}

@media (max-width: 775px) {
  .ExploreMore {
    position: relative; /* 父元素设为相对定位，作为伪元素和子元素的定位基准 */
    overflow: hidden; /* 避免模糊边缘溢出 */
  }

  .ExploreMore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background-images.svg"); /* 替换为实际背景图 */
    background-size: cover; /* 背景图自适应 */
    background-position: center;
    filter: blur(5px);
    z-index: 0; /* 伪元素层级低于子元素 */
  }
  .ExploreMore .ExploreMore-content {
    position: relative;
    z-index: 1;
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    margin-top: 0px;
    padding-top: 60px;
    margin-right: 0px;
    flex: 1;
  }
  .ExploreMore .ExploreMore-fixed {
    z-index: 1;
  }
  .ExploreMore .ExploreMore-content .btn {
    width: 150px;
    height: 45px;
  }
  .ExploreMore .ExploreMore-content .content {
    width: 400px;
    font-size: 1rem;
    font-size: max(1rem, 14px);
  }
}

@media (max-width: 675px) {
  .ExploreMore .ExploreMore-fixed .fixed-list li {
    margin-right: 0;
    gap: 0.625rem;
  }
  .ExploreMore .ExploreMore-content {
    height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    margin-left: 0rem;
    padding-left: 1.5rem;
    margin-right: 0rem;
    padding-right: 1.5rem;
    margin-top: 0px;
    white-space: wrap;
  }
  .ExploreMore .ExploreMore-fixed .fixed-list li .bigtext {
    font-size: 2rem;
  }
  .ExploreMore .ExploreMore-fixed .fixed-list {
    padding: 0 2rem;
  }
  .ExploreMore .ExploreMore-fixed .fixed-list li .text {
    font-size: 0.75rem;
    font-size: max(0.75rem, 12px);
  }
  .ExploreMore .ExploreMore-content .title {
    font-size: 2.6rem;
  }
}
@media (max-width: 450px) {
  .ExploreMore .ExploreMore-content .content {
    width: 300px;
  }
  .ExploreMore .ExploreMore-content {
    margin-top: 0px;
    padding-top: 40px;
    margin-left: 0px;
    padding-left: 2rem;
    margin-right: 0px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
  }
  .ExploreMore .ExploreMore-content .btn {
    margin-top: 1rem;
    width: 10rem;
    height: 2.8rem;
  }
  .ExploreMore-fixed {
    margin-top: 4rem;
    /* height: 8.25rem !important; */
  }
}
