.new-title {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin:20px 0 10px 0;
}
.new-title1{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:15px;
}
.new-title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.look-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(5px, 1vw, 30px);
    width: 100%;
    background: #fff;
}

.look-card {
    aspect-ratio: 3 / 4; /* 穿搭图片竖版比例 */
   /* border-radius: clamp(10px, 1.5vw, 16px);*/
    overflow: hidden;
    position: relative;
    cursor: pointer;
   /* transition: transform .35s ease, box-shadow .35s ease;*/
}

/*    .look-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0,0,0,.25);
    }*/

    .look-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .5s ease;
    }

/*    .look-card:hover img {
        transform: scale(1.04);
    }*/
    /* 图片底部渐变遮罩 + 文字 */
/*    .look-card .card-info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: clamp(16px, 3vw, 28px);
        background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

        .look-card .card-info .tag {
            font-size: clamp(10px, 1.2vw, 12px);
            text-transform: uppercase;
            letter-spacing: 2px;
            opacity: .8;
        }

        .look-card .card-info .title {
            font-size: clamp(16px, 2vw, 22px);
            font-weight: 600;
        }*/

.marketing-scroll {
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 0px 12px 12px 12px;
   /* mask-image: linear-gradient(to right, #000 calc(100% - 60px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 60px), transparent 100%);*/
}

    .marketing-scroll::-webkit-scrollbar {
        display: none;
    }

.marketing-track {
    display: flex;
    gap: clamp(12px, 2vw, 20px);
    width: max-content;
    margin-right: 25px;
}

.marketing-card {
    flex: 0 0 clamp(260px, 38vw, 560px);
    aspect-ratio: 3 / 4; /* 和 Look 卡片一致 */
    scroll-snap-align: center;
    border-radius: clamp(10px, 1.5vw, 16px);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform .35s ease, box-shadow .35s ease;
}

/*    .marketing-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(0,0,0,.25);
    }*/

    .marketing-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .5s ease;
    }

 /*   .marketing-card:hover img {
        transform: scale(1.04);
    }*/

    /* 营销片底部信息 */
/*     .marketing-card .card-info {
       position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: clamp(16px, 3vw, 28px);
        background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 100%);
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

        .marketing-card .card-info .tag {
            font-size: clamp(10px, 1.2vw, 12px);
            text-transform: uppercase;
            letter-spacing: 2px;
            opacity: .8;
        }

        .marketing-card .card-info .title {
            font-size: clamp(16px, 2vw, 22px);
            font-weight: 600;
        }*/


/* ===== 左滑提示条 ===== */
.swipe-hint-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 5vw;
}

    .swipe-hint-bar .hint-text {
        font-size: clamp(12px, 1.4vw, 14px);
        color: #999;
        display: flex;
        align-items: center;
        gap: 8px;
    }


.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2a5298;
    animation: pulseDot 1.8s ease-out infinite;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(42,82,152,.5);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(42,82,152,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(42,82,152,0);
    }
}

#main2 {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
#main2 .swiper .swiper-buttons {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #main2 .swiper .swiper-buttons {
    right: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #main2 .swiper .swiper-buttons {
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-buttons {
    position: static;
  }
}
#main2 .swiper .swiper-buttons .prev.swiper-button-disabled,
#main2 .swiper .swiper-buttons .swiper-button-disabled + .swiper-button-disabled {
  display: none !important;
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-buttons .prev {
    left: 2%;
  }
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-buttons .next {
    right: 2%;
  }
}
#main2 .swiper .swiper-buttons .prev,
#main2 .swiper .swiper-buttons .next {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Didot', 'Microsoft YaHei';
  height: 36px;
  padding: 0 15px;
  border: 1px solid #fff;
  position: static;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #main2 .swiper .swiper-buttons .prev,
  #main2 .swiper .swiper-buttons .next {
    height: 28px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-buttons .prev,
  #main2 .swiper .swiper-buttons .next {
    position: absolute;
    top: 50%;
    z-index: 9;
  }
}
#main2 .swiper .swiper-buttons .prev::after,
#main2 .swiper .swiper-buttons .next::after {
  display: none;
}
#main2 .swiper .swiper-buttons .prev.swiper-button-disabled,
#main2 .swiper .swiper-buttons .next.swiper-button-disabled {
  color: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.5);
  cursor: default;
}
#main2 .swiper .swiper-buttons .prev.swiper-button-disabled:hover,
#main2 .swiper .swiper-buttons .next.swiper-button-disabled:hover {
  border-color: rgba(255,255,255,0.5);
  background: none;
}
#main2 .swiper .swiper-buttons .prev:hover,
#main2 .swiper .swiper-buttons .next:hover {
  background: #000;
}
#main2 .swiper .swiper-item {
  height: 100vh;
  max-height: 1080px;
  background-color: #231f20;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #main2 .swiper .swiper-item {
    height: calc(1080 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-item {
    height: calc(1080 / 750 * 100vw);
  }
}
#main2 .swiper .swiper-item.animate .text h2 {
  -webkit-animation: moveup 0.5s forwards ease-in-out;
  -ms-animation: moveup 0.5s forwards ease-in-out;
  -o-animation: moveup 0.5s forwards ease-in-out;
  -moz-animation: moveup 0.5s forwards ease-in-out;
  animation: moveup 0.5s forwards ease-in-out;
}
#main2 .swiper .swiper-item.animate .text a {
  -webkit-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -ms-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -o-animation: moveup 0.5s forwards ease-in-out 0.15s;
  -moz-animation: moveup 0.5s forwards ease-in-out 0.15s;
  animation: moveup 0.5s forwards ease-in-out 0.15s;
}
#main2 .swiper .swiper-item .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#main2 .swiper .swiper-item .swiper-item-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 40px;
}
#main2 .swiper .swiper-item .playBtn {
  width: 84px;
  height: 84px;
  background: url("../images/play.png") no-repeat center;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  cursor: pointer;
  margin: 0 auto 36px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1920px) {
  #main2 .swiper .swiper-item .playBtn {
    width: calc(84 / 1920 * 100vw);
    height: calc(84 / 1920 * 100vw);
    margin: 0 auto calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #main2 .swiper .swiper-item .playBtn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  #main2 .swiper .swiper-item .playBtn {
    width: 35px;
    height: 35px;
  }
}
#main2 .swiper .swiper-item .text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#main2 .swiper .swiper-item .text h2,
#main2 .swiper .swiper-item .text p,
#main2 .swiper .swiper-item .text a {
  opacity: 0;
}
#main2 .swiper .swiper-item .text h2 {
  font-size: 24px;
  font-family: 'HYQiHei-25JF', 'PingFang', 'Microsoft YaHei';
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #main2 .swiper .swiper-item .text h2 {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #main2 .swiper .swiper-item .text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  #main2 .swiper .swiper-item .text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-item .text h2 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
}#main2 .swiper .swiper-item .musicBtn .icon-musicfill,#main2 .swiper .swiper-item .musicBtn.openVoice .icon-musicforbidfill {display: none;}#main2 .swiper .swiper-item .musicBtn.openVoice .icon-musicfill, #main2 .swiper .swiper-item .musicBtn .icon-musicforbidfill {display: block;} 
#main2 .swiper .swiper-item .musicBtn {position: absolute; z-index: 10; right: 2%; top: 120px; color: #fff; font-size: 30px; width: 50px; height: 50px; display: flex; display: -webkit-flex; align-items: center; justify-content: center; } 
#main2 .swiper .swiper-item .text h2 em {
  font-size: 11px;
  font-style: normal;
  font-family: 'Microsoft YaHei Light';
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #main2 .swiper .swiper-item .text h2 em {
    font-size: 0.16rem;
    margin-top: 0;
  }
}
#main2 .swiper .swiper-item .text .gbtn1 {
  margin: 0 auto;
}