.fixed-top {
  background: #000000 !important ;
}
#pc-header .navbar{
background: rgba(0, 0, 0, 0);
}
.header-top{
background-color: #000000 !important;
color: #fff;
}
.header-top .warning{
color: #fff !important;
}
.cm_slogan {
  display: inline-block;
  vertical-align: middle;

  height: 3.5vw !important;
  overflow: hidden;
  font-size: 0.8vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 3.5vw;
  letter-spacing: -0.51px;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
  background: #000000;
}

.cm_slogan.on {
  letter-spacing: -0.5px;
}

.cm_slogan.opacity {
  opacity: 1;
}



.cm_slogan mark {
  color: #fff;
background-color: #000;
}

.cm_slogan .cms_marquee {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  left: 0;
  white-space: nowrap;
  animation: mrqueev1 30s linear infinite;
}

.cm_slogan .cms_marquee.t2 {
  animation-delay: -15s;
}

@keyframes mrqueev1 {
  0% {
      transform: translateX(100%)
  }

  to {
      transform: translateX(-100%)
  }
}

.cm_slogan .cms_marquee span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2px;
  margin-left: 7%;
}
@media all and (max-width: 1600px) {
.cm_slogan {
      height: 60px;
      font-size: 18px;
      line-height: 60px;
  }

  .cm_slogan:before {
      width: 450px;
  }

  .cm_slogan:after {
      width: 450px;
  }
}


@media all and (max-width: 1400px) {
.cm_slogan {
      height: 50px;
      font-size: 16px;
      line-height: 50px;
  }

  .cm_slogan:before {
      width: 380px;
  }

  .cm_slogan:after {
      width: 380px;
  }

}
@media all and (max-width: 1024px) {
.cm_slogan {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
  }

  .cm_slogan:before {
      width: 250px;
  }

  .cm_slogan:after {
      width: 250px;
  }
}
@media all and (max-width: 560px) {

  .cm_slogan {
      height: 20px;
      font-size: 12px;
      line-height: 20px;
  }

  .cm_slogan:before {
      width: 100px;
  }

  .cm_slogan:after {
      width: 100px;
  }
}

/* index-banner  */
.index-banner {
  width: 100%;
  overflow: hidden;
  background: #131313;
}

.index-banner__inner {
  display: flex;
  flex-direction: row;
  min-height: 45vw;
  max-height: 560px;
}

.index-banner__left {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4vw 3vw 4vw 23vw;
  box-sizing: border-box;
}

.index-banner__title {
  font-family: inherit;
  font-size: 3.5vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.index-banner__subtitle {
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1.3em 0;
}

.index-banner__desc {
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25%;
}

.index-banner__desc p {
  line-height: 1.4;
}

.index-banner__btn {
  display: inline-block;
  padding: 0.65em 3.4em;
  font-weight: 550;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #000;
  border: 1px solid #fff;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  font-size: 0.9vw;
}

.index-banner__btn:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.index-banner__right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding: 7%;
}

.index-banner__img-reveal {
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
}

.index-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pro_show{
  background: #FFFFFF;
}
.pro_list{
  padding: 6% 9%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2%;
}
.pro_li{
  width: 28%;
 color: #000;
 font-family: 'inter';
 cursor: pointer;
}

.pro_li img{
  width: 100%;
}
.pro_li.low{
  margin-top: 4%;
}
.pro_li h1{
   
   font-size: 1.5vw;
   font-weight: 600;
   margin-top: 5%;
}
.pro_li:hover{
  color: #000;
}
.pro_li h2{
  font-size: 1vw;
  margin-top: 3%;
}
.pro_li_img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1;
}

.pro_li_img_reveal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.pro_li_img_reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pro_li_img:hover .pro_li_img_reveal img {
  transform: scale(1.08);
}

.pro_li_img_reveal .pro_li_mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.pro_li_img:hover .pro_li_img_reveal .pro_li_mask {
  opacity: 1;
}

.pro_li_mask h1 {
  color: #fff;
  font-size: 1.7vw;
  margin: 0;
  font-weight: 600;
}
.sum_merch{
   margin-top: 2%;
}
.sum_merch_tit{
  text-align: center;
  color: #000;
  font-family: 'inter';
  cursor: pointer;
}
.sum_merch_tit h1{
  opacity: 0;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1.6;
  font-weight: 600;

}

.sum_merch_tit h2{
  opacity: 0;
  font-size: 1.3vw;
}
.sum_merch_swp{
  padding: 5%;    
}
.sum_merch_swp .x5{
  padding-left: 10%;
} 
.sum_merch_swp .x7{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.sum_merch_swp .x5 img{
  width: 80%;
}
.sum_merch_swp .x5 h1{
  font-size: 1.2vw;
  font-weight: 550;
}
.sum_merch_swp .x7 img{
  width: 80%;
  margin-right: 25%;
}

/* mySwiper3 右下角进度条（设计图） */
.swiper3-wrap {
  position: relative;
}

.swiper3-wrap .mySwiper3 {
  position: relative;
}

.swiper3-progress {
  position: absolute;
  right: 21%;
  bottom: 1.2vw;
  width: 13%;
  min-width: 80px;
  max-width: 140px;
  z-index: 2;
}

.swiper3-progress__track {
  width: 100%;
  height: 7px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  overflow: hidden;
}

.swiper3-progress__fill {
  height: 100%;
  background: #000000;
  border-radius: 7px;
  width: 0;
  transition: width 0.4s ease-out;
}

/* cilp_list 设计图：四列商品，浅灰方图 + 左对齐标题 */
.cilp_list {
  width: 100%;
  padding: 4vw 6% 5vw;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.cilp_list .mySwiper4 {
  overflow: visible;
}

.cilp_list .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.cilp_li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.cilp_li_img {
  width: 100%;
  aspect-ratio: 1;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 15% 24%;
  box-sizing: border-box;
}

.cilp_li_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.cilp_li h1 {
  margin-top: 8%;
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  font-family: inherit;
  text-align: left;
}
.about_summo{
  background: #000000;
  padding: 5% 15%;
}
.about_summo_tit{
  text-align: center;
  color: #fff;
  font-family: 'inter';
  margin-bottom: 7%;
  cursor: pointer;
}
.about_summo_tit h1{
  font-size: 3vw;
  font-weight: 550;
  line-height: 1.8;
}
.about_summo_tit p{
  font-size: 1.1vw;
}
.about_summo_main{
  display: flex;
  flex-wrap: wrap;
}
.about_summo_main_left{
  padding-left: 5%;
  position: relative;
  display: flex;
}
.about_summo_img_wrap{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about_summo_img_reveal{
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
}
.about_summo_img_reveal .about_summo_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.about_summo_main_right{
  padding: 8%;
  padding-left: 14%;
  color: #fff;
  font-size: 1vw;
  
  font-family: 'inter';
}
.about_summo_main_right p{

  line-height: 1.8;
}
/* 按词拆分后保持排版一致（inline-block 便于 GSAP y 位移） */
.about_summo_para .about_summo_word{
  display: inline-block;
}
/* ABOUT SUMMO - View More 按钮及交互动效 */
.about_summo_main_right a.about_summo_btn{
  color: #fff;
  display: block;
  align-items: center;
  margin-top: 15%;
  font-size: 1vw;
  font-weight: 550;
  font-family: 'inter';
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.9);
  padding: 2.5%;
  width: 70%;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.about_summo_btn::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.about_summo_btn .about_summo_btn_text,
.about_summo_btn .about_summo_btn_arrow{
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 7%;
}
.about_summo_btn .about_summo_btn_arrow{
  display: inline-block;
}
.about_summo_btn:hover{
  color: #000 !important;
  border-color: #fff;
 
}
.about_summo_btn:hover::before{
  transform: scaleX(1);
  transform-origin: left;
}
.about_summo_btn:hover .about_summo_btn_arrow{
  transform: translateX(0.25em);
}
.about_summo_btn:active{
  transform: scale(0.98);
}
.social_life{
  background: #FFFFFF;
  padding: 3% 0;
}
.social_life_tet{
  text-align: center;
  color: #000;
  margin-bottom: 4%;
}
.social_life_tet h1{
  font-family: Montserrat-Bold;
  font-size: 3vw;
  text-transform: uppercase;
  cursor: pointer;
}
.social_life_list{
  overflow: hidden;
  width: 300%;
  white-space: nowrap;
  position: relative;
}
.social_life_list .x1{
  margin-left: 0.7vw;
  white-space: nowrap;
  color: var(--color-dark);
  text-transform: uppercase;
  display: block;
  transform-origin: left center;
  transition: opacity 0.2s ease-in-out 0s;
 
  width: 5%;
}
.social_life_list.reverse{
  margin-top: -1.5vw;
}
.social_life_list.zheng .x1{
   animation: loopCursorNormal 30s linear;
    animation-iteration-count: infinite;
}
.social_life_list.reverse .x1{
   animation: loopCursorNormal 30s linear reverse;
    animation-iteration-count: infinite;
}

.social_life_list_cell_inner{
  display: block;
  width: 100%;
  height: 100%;
}
.social_life_list .x1 img{
  width: 100%;
  display: block;
}

/* social_life_brief：主标题 + 副标题 + 倒计时 + 底部分隔线 */
.social_life_brief{
  background: #fff;
  padding: 5% 8% 4%;
  text-align: center;
}
.social_life_brief__title{
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0 0 0.6em;
}
.social_life_brief__sub{
  font-size: 1vw;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.4em;
}
.social_life_brief__cta{
  margin: 0 0 5%;
}
.social_life_brief__cta a{
  font-size: 1vw;
  color: #000;
  text-decoration: none;
}
.social_life_brief__cta a:hover{
  text-decoration: underline;
}
.social_life_brief__countdown{
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin: 0 auto;
}
.social_life_brief__cell{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.2em;
}
.social_life_brief__num{
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  display: block;
  min-width: 1.4em;
  text-align: center;
  font-family: Montserrat-Medium;
}
.social_life_brief__label{
  font-size: clamp(0.65rem, 0.85vw, 0.9rem);
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25em;
}
.social_life_brief__divider{
  width: 1px;
  background: #000;
  align-self: stretch;
  min-height: 2.5em;
  flex-shrink: 0;
}
.social_life_brief__line{
  margin-top: 5%;
  height: 1px;
  background: #000;
  width: 100%;
}
@keyframes loopCursorNormal { 
  0% { transform: translateX(0%); }
  100% {transform: translateX(-600%); } 
}
