.cms-root-hFv {
    /* composes: px-4 from global; */
}

.cms-heading-5TQ {

    /* Medium */
}

.cms-root_empty-2EE,
.cms-root_1column-8Hs,
.cms-root_2columnsLeft-YDb,
.cms-root_2columnsRight-Q-K,
.cms-root_3columns-yZZ,
.cms-root_cmsFullWidth-Z8s,
.cms-root_categoryFullWidth-c6r,
.cms-root_productFullWidth-i6f {
}


.column-root-syg {
}

@media only screen and (max-width: 960px) {
    .column-root-syg {
        background-attachment: scroll !important;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .columnLine-root-mGa {
        flex-wrap: wrap;
    }
}

.homeSeo-search-02v {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
}
.homeSeo-cmsBlockContainer-gNK{
    min-height: 100vh;
}
.homeSeo-cmsBlockContainer-gNK>div{
    margin: 0 auto;
}
.homeSeo-headerRoot-uCe {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    /* height: 60px; */
    transition: background-color 0.3s linear;
    background-color: transparent;
}
.homeSeo-headerRootTryOn-cmv {
    position: static;
}
.homeSeo-headerRootBg-Ahz {
    background-color: #fff;
}

.homeSeo-noMore-jCJ {
    text-align: center;
    padding: 24px;
}

@media screen and (max-width: 960px) {
    .homeSeo-noMore-jCJ {
        font-size: 12px;
    }
}

/********************************** 新首页滚动 **********************************/
.homeSeo-newHomeWrap-UD6 {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
    background-color: #e3e3e3;
    opacity: 0.01;
    /* transform: translateY(50vh); */
    transition: all 0.4s;
}

.homeSeo-newHomeWrap-UD6.homeSeo-active-Qud {
    opacity: 1;
    /* transform: translateY(0%); */
}

.homeSeo-homeWrapContent-p17 {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    /* z-index: 0; */
    box-sizing: border-box;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* scrollbar-gutter: stable both-edges;  */
    /* border: 10px solid red; */
}

/* 滚动条 宽度变细 */
/* .homeWrapContent::-webkit-scrollbar {
    width: 0;
} */

/* 滚动条 滑块 */
/* .homeWrapContent::-webkit-scrollbar-thumb {
    background-color: #000000;
    width: 20px; height: 10px;
} */

.homeSeo-section1-aI-,
.homeSeo-section2-0jQ {
    position: relative;
    height: 100vh;
}

.homeSeo-section2-0jQ {
    /* background-color: aqua; */
}

.homeSeo-section3-MfR {
    position: relative;
}

.homeSeo-slog1-0JA {
    position: sticky;
    z-index: 4;
    text-align: center;
    padding: 100px 24px 24px 24px;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    max-width: 1000px;
    box-sizing: border-box;
    color: #696B72;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.64px;
    transition: transform 0.1s linear;
    transform: scale(1.1);
}

.homeSeo-searchBox-a13 {
    position: sticky;
    z-index: 10;
    /* top: 45vh; */
    top: 70px;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    text-align: center;
    transition: transform 0.1s linear;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.5s;
}

.homeSeo-searchBox-a13.homeSeo-active-Qud {
    width: 100%;
    position: fixed;
    top: 70px;
}

.homeSeo-searchBox-a13.homeSeo-hide-G60 {
    display: none;
}

.homeSeo-hPicBoxFirst-cRM {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: calc(100vh - 184px);
}

.homeSeo-slog2-5gq {
    padding: 64px 24px 24px 24px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.64px;
    text-align: center;
    color: #696B72;
}

.homeSeo-slog2Text-vqE {
    max-width: 800px;
    margin: -120px auto 0 auto;
}

.homeSeo-hPicBoxSecond-j-Y {
    height: 100%;
    transition: all 0.3s linear;
    position: absolute;
    z-index: 0;
    width: 200vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: width 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #333; */
}

.homeSeo-hPicBoxSecond-j-Y .homeSeo-item-l6W {
    width: 50px;
    height: 50px;
    background-color: black;
}

.homeSeo-hPicBoxSecond-j-Y.homeSeo-active-Qud {
    transform: translateY(0);
    opacity: 1;
}

.homeSeo-listBox-Ad9 {}



/* 首页的产品列表 */
.homeSeo-hCateBox-yeD {
    position: relative;
    z-index: 5;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px 12px 0 0;
    /* box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.25); */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.homeSeo-hCateBox-yeD:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5))
}

.homeSeo-cTop-pI9 {
    padding: 16px 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    position: sticky;
    top: 60px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.homeSeo-headBox-yb9 {
    background: #fff;
}

/* 因此.cTop ul 的水平滚动条 */
.homeSeo-cTop-pI9 ul {
    margin: 0;
    padding: 0;
    display: flex;
    white-space: nowrap;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.homeSeo-cTop-pI9 ul::-webkit-scrollbar {
    display: none;
}


.homeSeo-cTop-pI9 ul li {
    list-style: none;
    margin: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.24px;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
}

.homeSeo-cTop-pI9 ul li.homeSeo-liStar-bTa {
    padding: 0 0 0 30px;
    background: url(/us/i_star.svg) no-repeat 0 50%;
    background-size: auto 24px;
}


.homeSeo-cTop-pI9 ul li.homeSeo-active-Qud {
    color: #000;
    font-weight: 700;
}

.homeSeo-cTop-pI9 ul li:hover {
    color: #000;
}

.homeSeo-hCateBox-yeD .homeSeo-tRight-fYS {
    color: var(--Primary-MainColor_100, #3A3A3C);
    font-size: 20px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    letter-spacing: -0.2px;
    background: url(/us/arrow-right.png) no-repeat 100% 50%;
    background-size: 24px;
    margin: 0 24px;
    transition: all 0.5s;
}

.homeSeo-hCateBox-yeD .homeSeo-tRight-fYS a {
    padding-right: 32px;
}


.homeSeo-hCateBox-yeD .homeSeo-cBody-TI8 {
    width: 100%;
}

.homeSeo-hCateBox-yeD .homeSeo-cMore-M-G {
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.homeSeo-hCateBox-yeD .homeSeo-cMore-M-G .homeSeo-btn-4Tz {
    text-align: center;
    box-sizing: border-box;
    font-size: 24px;
    border-radius: 6px;
    border: 1px solid var(--Primary-Subtle_100, #D5D6E0);
    background: var(--White-White_100, #FFF);
    transition: all 0.5s;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
}



.homeSeo-hCateBox-yeD .homeSeo-cMore-M-G .homeSeo-btn-4Tz.homeSeo-loading-tZQ {
    opacity: 0.3;
    pointer-events: none;
}


.homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
    width: 100%;
    display: grid;
    gap: 16px;
    padding: 24px 24px 0 24px;
    box-sizing: border-box;
    grid-area: items;
    grid-template-columns: repeat(6, 1fr);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    min-height: calc(100vh - 60px);
}

.homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC.homeSeo-noData-qkm {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* 开场视频 */
.homeSeo-hVstartBox-vW- {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    inset: 0;
}

.homeSeo-hVstartBox-vW-:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.homeSeo-hVstartBox-vW- .homeSeo-hVstart-NC0 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.homeSeo-playBtn-5Ho{
    position: absolute; z-index: 4;
    background: url(/us/btn_play.svg) no-repeat 0 50%;
    width: 80px;
    height: 80px;
    background-size: 80px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s;
    /* 加一个轻微的animation动画,引导用户点击 */
    animation: homeSeo-playBtnAnimation-UvO 1s ease-in-out infinite;
    pointer-events: auto;
}
@keyframes homeSeo-playBtnAnimation-UvO {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.homeSeo-playBtn-5Ho.homeSeo-clicked-Fsb{
    opacity: 0;
}

/* 背景视频 */
.homeSeo-hVbgBox-CAX {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 45px;
    right: 0;
    bottom: 0;
    transition: opacity 0.8s;
    pointer-events: none;
    overflow: hidden;
    text-align: center;
    background-color: rgb(233, 233, 233);
}

.homeSeo-hVbgBox-CAX:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.homeSeo-hVbg-KUc {
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}


@media (max-width: 1600px) {
    .homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 16px 16px 0 16px;
    }

    .homeSeo-cTop-pI9 {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding: 0 0 0 12px;

    }

    .homeSeo-cTop-pI9::-webkit-scrollbar {
        display: none;
    }

    .homeSeo-cTop-pI9 ul {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 32px 0 0;
        gap: 12px;
    }

    .homeSeo-cTop-pI9 ul li {
        font-size: 16px;
    }

    .homeSeo-hCateBox-yeD .homeSeo-tRight-fYS {
        margin: 0 0 0 4px;
        font-size: 12px;
        position: relative;
        z-index: 0;
    }


    .homeSeo-hCateBox-yeD .homeSeo-tRight-fYS:before {
        position: absolute;
        z-index: 2;
        content: "";
        left: -30px;
        top: 0;
        height: 100%;
        width: 30px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        pointer-events: none;
    }

    .homeSeo-hCateBox-yeD .homeSeo-tRight-fYS a {
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
    .homeSeo-hPicBoxFirst-cRM {
        top: calc(100vh - 160px);
    }

    .homeSeo-slog1-0JA {
        font-size: 24px;
        padding: 60px 48px 24px 48px;
    }

    .homeSeo-hCateBox-yeD .homeSeo-cProducts-fCC {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 8px 16px 0 16px;
    }

    .homeSeo-hCateBox-yeD .homeSeo-cMore-M-G .homeSeo-btn-4Tz {
        font-size: 16px;
    }

    .homeSeo-slog2-5gq {
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 64px 24px 24px 24px;
        position: absolute;
        top: 50%;
    }

    .homeSeo-slog2Text-vqE {
        max-width: 70vw;
        margin: 0 auto 0 auto;
    }
}

.PLPSkeleton-skeletonItem-QtP {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.PLPSkeleton-skeletonImage-Uw5 {
  width: 100%;
  padding-bottom: 80%;
  /* height: 240px; */
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  border-radius: 8px;
  animation: PLPSkeleton-skeleton-loading-T2X 1.2s infinite linear;
}
.PLPSkeleton-skeletonText-CVg {
  width: 100%;
  height: 14px;
  background: #ececec;
  border-radius: 4px;
  animation: PLPSkeleton-skeleton-loading-T2X 1.2s infinite linear;
}
.PLPSkeleton-skeletonTextShort-lFP {
  width: 50%;
  height: 14px;
  background: #ececec;
  border-radius: 4px;
  animation: PLPSkeleton-skeleton-loading-T2X 1.2s infinite linear;
}
@keyframes PLPSkeleton-skeleton-loading-T2X {
  0% { background-position: -200px 0; }
  100% { background-position: calc(200px + 100%) 0; }
}
