body {
  background: #1f1f29;
}

.section {
  width: 100%;
  padding: 0.3rem 0;
  min-height: 12rem;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 7rem,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-2 .pgwSlideshow {
  width: 100%;
  display: none;
}

.pgwSlideshow .ps-current {
  height: 7rem;
  position: relative;
  margin-top: -1.52rem;
}

.pgwSlideshow .ps-current > ul {
  width: 100%;
  height: 100%;
}

.pgwSlideshow .ps-current > ul > li {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}

.pgwSlideshow .ps-current > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
}

.pgwSlideshow .ps-current > ul > li img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

.hx-box {
  position: relative;
}
.hx-box .title {
  position: absolute;
  left: 1.55rem;
  bottom: 0.8rem;
  z-index: 999;
  font-size: 0.32rem;
  opacity: 0.6;
}

.hx-box .vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* CSS代码示例 - 四个方向的渐变层 */
.hx-box .vignette-top {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 1) 100%
  );
}

.hx-box .vignette-bottom {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
}

.hx-box .vignette-left {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.hx-box .vignette-right {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.section-2 .ps-list a {
  width: 1.68rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.08rem;
}
.section-2 .pgwSlideshow li:last-child a {
  margin-right: 0;
}
.section-2 a .img-wrap {
  width: 1.68rem;
  height: 0.96rem;
  border-radius: 0.04rem;
  overflow: hidden;
}

.section-2 a .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center;
}
.section-2 a .label {
  padding: 0.1rem 0.06rem;
}

.section-2 a:hover .img-wrap img {
  transform: scale(1.1);
}

.section-2 .ps-list li .ps-item.ps-selected .img-wrap {
  display: block;
  border: 0.02rem solid #ff5c3e;
  overflow: hidden;
}

.title-box .t-left {
  padding: 0.2rem 0;
}

.title-box .t-left h2 {
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.32rem;
}

.title-box .tabs {
  font-size: 0.18rem;
  color: #fff;
}
.title-box .tabs li {
  position: relative;
  margin: 0 0.2rem;
  cursor: pointer;
  color: #c2c2c2;
}

.title-box .tabs li.active {
  color: #fff;
}

.title-box .tabs li.active::after {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.03rem;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.12rem;
  background: #fe325b;
  transform: scaleX(1);
}

.title-box .t-right {
  color: #929292;
  font-size: 0.14rem;
  cursor: pointer;
  padding-right: 0.1rem;
}
.title-box .t-right img {
  width: 0.18rem;
  margin-right: 0.05rem;
}
.title-box .t-right:hover {
  opacity: 0.6;
}

.section-3 {
  margin-top: 0.6rem;
}

.section-3 .hot-ul {
  margin-top: 0.1rem;
}
.section-3 .hot-ul a {
  width: 2.26rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.08rem;
  margin-bottom: 0.16rem;
}
.section-3 .hot-ul a:nth-child(6n + 6) {
  margin-right: 0;
}
.section-3 .hot-ul a:last-child {
  margin-right: 0;
}
.section-3 .hot-ul a .img-wrap {
  position: relative;
  width: 100%;
  height: 1.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #000;
  border: 0.5px solid #414141;
}

.section-3 .hot-ul a .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center;
}

.section-3 .hot-ul a .sort-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.38rem;
  height: 0.38rem;
  flex-shrink: 0;
  border-radius: 0.1rem 0;
  background: #313040;
  font-size: 0.18rem;
  color: #ffffff;
  z-index: 9;
  font-weight: bold;
}

.section-3 .hot-ul a:nth-child(1) .sort-box {
  background: #e52a46;
}
.section-3 .hot-ul a:nth-child(2) .sort-box {
  background: #ff8629;
}
.section-3 .hot-ul a:nth-child(3) .sort-box {
  background: #ffb13a;
}

.section-3 a .title-wrap {
  min-height: 0.8rem;
}
.section-3 a .title {
  font-size: 0.16rem;
  color: #fff;
  padding: 0.06rem 0.05rem 0 0;
}
.section-3 a .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.06rem;
}

.section-3 .hot-ul a:hover .img-wrap img {
  transform: scale(1.1);
}
.section-3 .hot-ul a:hover .title {
  color: #fe325b;
}
.section-3 .hot-ul a:hover .sub-title {
  color: #fff;
}

.section-4 {
  margin-top: 0.4rem;
}
.section-4 .hot-ul {
  margin-top: 0.1rem;
}
.section-4 .hot-ul .hot-li {
  width: 3.38rem;
  height: 3.12rem;
  flex-shrink: 0;
  margin-right: 0.14rem;
  margin-bottom: 0.15rem;
  border-radius: 0.1rem;
  border: 0.5px solid #4e4d5c;
  background: #2b2b39;
  overflow: hidden;
}
.section-4 .hot-ul .hot-li:nth-child(4n + 4) {
  margin-right: 0;
}
.section-4 .hot-ul .hot-li:last-child {
  margin-right: 0;
}
.section-4 .hot-ul .hot-li .img-wrap {
  position: relative;
  width: 100%;
  height: 1.92rem;
  overflow: hidden;
  background: #000;
}

.section-4 .hot-ul .hot-li .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center;
}

.section-4 .hot-li .title-wrap {
  padding: 0.12rem 0.1rem 0.15rem;
  height: 1.2rem;
}
.section-4 .hot-li .title {
  font-size: 0.16rem;
  color: #fff;
}
.section-4 .hot-li .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.08rem;
}

.section-4 .hot-ul .hot-li:hover .img-wrap img {
  transform: scale(1.1);
}
.section-4 .hot-ul .hot-li:hover .title {
  color: #fe325b;
}
.section-4 .hot-ul .hot-li:hover .sub-title {
  color: #fff;
}

.section-4 .zt-box {
  font-size: 0.14rem;
  color: #929292;
}

.section-4 .zt-box img {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 100%;
  margin-right: 0.1rem;
}

.section-5 .ad-ul {
  padding: 0.5rem 0 0.3rem;
  flex: 1;
}
.section-5 .ad-ul a {
  height: 0.82rem;
  border-radius: 0.04rem;
  overflow: hidden;
}
.section-5 .ad-ul a img {
  width: 100%;
  height: 100%;
}
.section-5 .ad-ul a:hover {
  opacity: 0.8;
}

.section-6 .amlum-box {
  flex: 1;
}
.section-6 .top-box {
  width: 4.75rem;
  flex-shrink: 0;
  margin-left: 0.15rem;
}

.section-6 .hot-ul a {
  width: 2.2rem;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.08rem;
  margin-bottom: 0.16rem;
}
.section-6 .hot-ul a:nth-child(4n + 4) {
  margin-right: 0;
}
.section-6 .hot-ul a:last-child {
  margin-right: 0;
}
.section-6 .hot-ul a .img-wrap {
  position: relative;
  width: 100%;
  height: 3.08rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #000;
  border: 0.5px solid #414141;
}

.section-6 .hot-ul a .img-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center;
}

.section-6 .hot-ul a .title-wrap {
  min-height: 0.8rem;
}
.section-6 .hot-ul a .title {
  font-size: 0.16rem;
  color: #fff;
  padding: 0.06rem 0.05rem 0 0;
}
.section-6 .hot-ul a .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.06rem;
}

.section-6 .hot-ul a:hover .img-wrap img {
  transform: scale(1.1);
}
.section-6 .hot-ul a:hover .title {
  color: #fe325b;
}
.section-6 .hot-ul a:hover .sub-title {
  color: #fff;
}

.section-6 .top-ul a {
  width: 100%;
  height: 1.06rem;
  position: relative;
  border-radius: 0.1rem;
  background: #2b2b39;
  margin-bottom: 0.12rem;
  overflow: hidden;
}
.section-6 .top-ul a .thumb {
  width: 2.1rem;
  height: 100%;
  float: right;
  object-fit: cover;
  object-position: center;
}
.section-6 .mx-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section-6 .mx-box {
  background: linear-gradient(
    to right,
    rgba(43, 43, 57, 1) 60%,
    rgba(43, 43, 57, 0) 80%
  );
}
.section-6 .top-ul .num-box {
  width: 0.92rem;
  height: 1.06rem;
  background: #313040;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  font-size: 0.48rem;
  font-weight: bold;
}
.section-6 .num-box span {
  margin-left: -0.1rem;
}
.section-6 .top-ul .title-wrap {
  margin-left: 0.1rem;
  width: 40%;
}
.section-6 .top-ul a .title {
  width: 100%;
  font-size: 0.16rem;
  color: #fff;
}
.section-6 .top-ul a .sub-title {
  width: 100%;
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.1rem;
}
.section-6 .top-ul a:nth-child(1) .num-box {
  background: #e52a46;
}
.section-6 .top-ul a:nth-child(2) .num-box {
  background: #ff8629;
}
.section-6 .top-ul a:nth-child(3) .num-box {
  background: #ffb13a;
}

.section-7 {
  margin-top: 0.3rem;
}

.section-7 .swiper-container {
  width: 100%;
  padding: 0.1rem 0.35rem;
  overflow: hidden;
}
.section-7 .swiper-slide {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.section-7 .swiper-slide a {
  width: 100%;
  height: 3.06rem;
  border-radius: 0.1rem;
  border: 0.5px solid #4e4d5c;
  background: #2b2b39;
  overflow: hidden;
}
.section-7 .swiper-slide a .img-wrap {
  position: relative;
  width: 100%;
  height: 1.72rem;
  overflow: hidden;
  background: #fff;
}
.section-7 .swiper-slide a .img-wrap img {
  width: 100%;
  transition: 0.5s;
}
.section-7 .swiper-slide a .title-wrap {
  padding: 0.12rem 0.1rem 0.15rem;
  height: 1.32rem;
}
.section-7 .swiper-slide a .title {
  font-size: 0.16rem;
  color: #fff;
}
.section-7 .swiper-slide a .sub-title {
  font-size: 0.14rem;
  color: #929292;
  padding-top: 0.08rem;
}

.section-7 .swiper-slide a:hover .img-wrap img {
  transform: scale(1.1);
}
.section-7 .swiper-slide a:hover .title {
  color: #fe325b;
}
.section-7 .swiper-slide a:hover .sub-title {
  color: #fff;
}
.section-7 .swiper-slide .zt-box {
  font-size: 0.14rem;
  color: #929292;
}
.section-7 .swiper-slide .zt-box img {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 100%;
  margin-right: 0.06rem;
}

.swiper-mask-next {
  width: 0.3rem;
  height: 3.06rem;
  background: #181820;
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: 9;
}
.swiper-mask-prev {
  width: 0.3rem;
  height: 3.06rem;
  background: #181820;
  position: absolute;
  right: 0;
  top: 0.1rem;
  z-index: 9;
}

.section-ad-o .a {
  width: 100%;
  margin-top: 0.4rem;
}

.section-ad-o .a img {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
}

@media (max-width: 1400px) {
  .ps-list {
    overflow-y: auto;
  }
  .section-3 .hot-ul {
    width: 100%;
  }
  .section-3 .hot-ul a {
    width: 24%;
    margin-right: 1%!important;
  }
  .section-3 .hot-ul a:nth-child(5n + 5) {
    margin-right: 0!important;
  }
  .section-3 .hot-ul a .img-wrap{
    height: 1.5rem;
  }
  .section-6 .top-box {
    width: 38%;
    margin-left: 2%;
  }
  .section-6 .amlum-box{
    flex: none;
    width: 60%;
  }
  .section-6 .hot-ul {
    width: 100%;
    margin-top: 0.4rem;
  }
  .section-6 .hot-ul a {
    width: 32.5%;
    margin-right: 1%!important;
  }
  .section-6 .hot-ul a:nth-child(3n + 3) {
    margin-right: 0!important;
  }

  .contact-wrap {
    padding: 0 0.4rem;
  }
  .title-box {
    position: relative;
  }
  .title-box .t-left {
    width: 100%;
    padding-right: 0.6rem;
  }
  .title-box .t-left h2 {
    flex-shrink: 0;
    font-size: 0.2rem;
    margin-right: 0.25rem;
  }
  .section-4 .title-box .tabs {
    position: absolute;
    width: 100%;
    margin-top: 0.8rem;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .title-box .tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .title-box .tabs li {
    flex-shrink: 0;
    margin: 0 0.2rem 0 0;
  }
  .title-box .t-right {
    position: absolute;
    right: -0.1rem;
    padding-left: 0.1rem;
    background: #000;
  }

  .section-4 .hot-ul {
    width: 100%;
    margin-top: 0.4rem;
  }
  .section-4 .hot-ul .hot-li {
    width: 24%;
    margin-right: 1%;
  }
  .section-4 .hot-ul .hot-li:nth-child(4n + 4) {
    margin-right: 0!important;
  }
}

@media (max-width: 800px) {
  .section {
    padding: 0.1rem 0;
  }
  .ps-list {
    overflow-y: auto;
  }
  .ps-list ul {
    margin: 0 auto !important;
  }

  .section-2 .wp1720 {
    padding: 0 0;
  }

  .pgwSlideshow .ps-current {
    width: 100%;
    height: 2.6rem;
    margin-top: -0.6rem;
  }
  .hx-box .title {
    left: 0.2rem;
    bottom: 0.2rem;
    font-size: 0.18rem;
    opacity: 0.6;
  }
  .section-3 {
    margin-top: 0;
  }
  .section-3 .hot-ul {
    width: 100%;
    justify-content: space-between;
  }
  .section-3 .hot-ul a {
    margin-right: 0;
    width: 48.5%;
  }

  .section-4 {
    margin-top: 0;
  }
  .section-4 .hot-ul {
    justify-content: space-between;
  }
  .section-4 .hot-ul .hot-li {
    width: 48.5%;
    height: 3.12rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    border: 0.5px solid #4e4d5c;
  }
  .section-5 .ad-ul {
    padding: 0.2rem 0 0.1rem;
  }
  .section-5 .ad-ul a {
    height: 0.6rem;
    margin-right: 0.1rem;
  }
  .section-5 .ad-ul a:last-child {
    margin-right: none;
  }
  .section-6 .wp1400 {
    flex-wrap: wrap;
  }
  .section-6 .amlum-box {
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;
  }
  .section-6 .hot-ul {
    justify-content: space-between;
    margin-top: 0.1rem;
  }
  .section-6 .hot-ul a {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .section-6 .top-box {
    width: 100%;
    margin-left: 0;
  }
}
