@charset "UTF-8";

.page-products {
    background-color: var(--color-neutral-50);
}

.page-products .header {
    position: -webkit-sticky;
    position: sticky;
}

.header .header__top__menu,
.header .header__actions a,
.header .header__logo__svg,
.header .language-switch-wrap span {
    --un-text-opacity: 1;
    color: rgb(31 31 31 / var(--un-text-opacity));
}

.carousel {
    height: 100%;
}

/* 标题：英文 */
.carousel__title[lang="en"] {
    text-align: center;
    font-size: var(--font-en-display);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family:
        Zalando Sans SemiExpanded,
        sans-serif;
    /* 字距微调: 30 => 30=30/1000 em=0.03em 或者 0.03 x 42 = 1.26px */
    letter-spacing: 0.03em;
}

/* 标题：中文 */
.carousel__title[lang|="zh"] {
    margin-top: 1em;
    font-size: var(--font-zh-display);
    line-height: 1.32;
    font-weight: 400;
    letter-spacing: 0.07em;
    font-family: FZLTHProJ-Medium, sans-serif;
    /* 字号:24 行高: 41.68 => 41.68/24 = 1.7367  */
    /* line-height: 1.7367; */
    /* 字距微调: 70 => 70=70/1000 em=0.07em 或者 0.07 x 24 = 1.68px */
    letter-spacing: 0.07em;
}

/* 副标题：中文 */
.carousel__subtitle[lang|="zh"] {
    margin-top: 0.3rem;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    font-family: FZLTHProJ-Regular, sans-serif;
    /* 字号:18 行高: 29.69 => 29.69/18 = 1.6494  */
    line-height: 1.6494;
    /* 字距微调: 110 => 110=110/1000 em=0.11em 或者 0.11 x 18 = 1.98px */
    letter-spacing: 0.11em;
    /* -webkit-text-stroke: 0.15px; */
}

/* 文本主题 */
.carousel__title[theme="white"],
.carousel__subtitle[theme="white"] {
    color: var(--color-text-inverse);
}

.carousel__title[theme="black"],
.carousel__subtitle[theme="black"] {
    color: var(--color-text-primary);
}

/* slide 背景 */
.carousel__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 指示器 */
.carousel__pagination {
    position: absolute;
    bottom: 12% !important;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel__pagination .swiper-pagination-bullet {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 2px;
    width: 0.2rem;
    border-radius: 0;
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--un-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.46rem;
    margin: 0 !important;
}

/* 左右导航 */
.carousel__next,
.carousel__prev {
    position: absolute;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    display: flex;
    --un-translate-y: -50%;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
        rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z))
        skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
        scaleZ(var(--un-scale-z));
    align-items: center;
    justify-content: center;
    border-radius: 99.99rem;
    background-color: rgb(0 0 0 / 0.6);
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    top: calc(50% - 0.5rem);
}

.carousel__next {
    right: -15%;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
}

.carousel__prev {
    left: -15%;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
}

/* .carousel__next.is-active,
.carousel__prev.is-active {
    pointer-events: auto;
} */

.carousel__next.swiper-button-disabled,
.carousel__prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

/* .carousel__next:hover,
.carousel__prev:hover {
    background: #fff;
    color: #000;
} */

.carousel__next::before,
.carousel__prev::before {
    font-size: 0.2rem;
    line-height: 1;
    font-family: "iconfont" !important;
}

.carousel__next::before {
    content: "\e60c";
}

.carousel__prev::before {
    content: "\e609";
}

/* ===== 序列号 ===== */
.carousel_serial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.56rem;
    padding-right: 0.56rem;
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
}

.carousel_serial p {
    font-size: var(--font-en-text);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
    line-height: 1;
    font-family:
        Zalando Sans SemiExpanded,
        sans-serif;
}

.carousel_serial p:last-child {
    border-width: 1px;
    --un-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--un-border-opacity));
    border-radius: 0.2em;
    border-style: solid;
    padding: 0.5em;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: FZLTHProJ-Regular, sans-serif;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 700ms;
    min-width: 1.86rem;
    height: 0.56rem;
    margin-top: 0.36rem;
    border-radius: 4px;
    font-size: 0.18rem;
    letter-spacing: 3px;
    transition: all 0.3s ease;
}

.button--primary {
    border: 1px solid var(--color-bg-inverse);
    background: var(--color-bg-inverse);
    color: var(--color-text-inverse);
}

.button--primary:hover {
    border-color: var(--color-bg-inverse);
    background: var(--color-text-inverse);
    color: var(--color-bg-inverse);
}

.button--outline {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: var(--color-text-inverse);
}

.button--outline[theme="black"],
.button--outline[theme="black"] {
    border-color: var(--color-bg-inverse);
    color: var(--color-bg-inverse);
}

.button--outline:hover {
    border-color: var(--color-bg-inverse);
    background: var(--color-bg-inverse);
    color: var(--color-text-inverse);
}

.swiper-cursor {
    position: absolute;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99.99rem;
    background-color: rgb(0 0 0 / 0.6);
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: transform, opacity;
}

.swiper-cursor i {
    transition: transform 0.3s ease;
}

.swiper-cursor.is-next i {
    transform: scaleX(-1);
}

/* 产品中心 第一个模块 */
.products-header {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.carousel__content--products-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel__content--products-header .carousel__subtitle {
    text-align: center;
    line-height: 1.6667;
}

/* 筛选 */
.products-filter {
    --filter-top: 0;
    position: static;
    top: var(--filter-top);
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: var(--color-neutral-50);
}
@media (max-width: 767.9px) {
    .products-filter {
        position: static;
    }
}

.products-filter--header {
    /* h-86px */
    min-height: 0.86rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border-color: rgba(27, 28, 28, 0.3);
    /* @apply <md:flex-col <md:items-start <md:pt-[40px] <md:pb-[30px]; */
}

.products-filter--left {
    position: relative;
    width: 70%;
    display: flex;
    align-items: center;
    /* @apply <md:flex-wrap <md:w-full <md:h-auto; */
}

@media (max-width: 767.9px) {
    .products-filter--left {
        width: 80%;
    }
}

.products-filter--left .selected {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.18rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property:
        color,
        background-color,
        border-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property:
        color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 600ms;
    transform: translateX(-100%);
    opacity: 0;
    overflow: hidden;
}

.products-filter--left .selected.show {
    height: auto;
    transform: translateX(0);
    opacity: 1;
}

.products-filter--left .selected .item {
    display: flex;
    align-items: center;
    --un-bg-opacity: 1;
    background-color: rgb(228 228 224 / var(--un-bg-opacity));
    padding: 0.18rem;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    font-family: FZLTHProJ-Regular, sans-serif;
    border-radius: 6px;
}

.products-filter--left .selected .item .txt {
    --un-text-opacity: 1;
    color: rgb(28 28 28 / var(--un-text-opacity));
    line-height: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    letter-spacing: 0.09em;
}

.products-filter--left .selected .item .icon {
    margin-left: 0.3rem;
    --un-text-opacity: 1;
    color: rgb(102 102 102 / var(--un-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* .products-filter--left .selected .item + .item {
    margin-left: 18px;
} */

.products-filter--left .selected .item:hover .icon {
    --un-text-opacity: 1;
    color: rgb(28 28 28 / var(--un-text-opacity));
}

.products-filter--left .total {
    position: absolute;
    font-size: var(--font-en-text);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
    --un-text-opacity: 1;
    color: rgb(10 10 10 / var(--un-text-opacity));
    font-family:
        Zalando Sans SemiExpanded,
        sans-serif;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property:
        color,
        background-color,
        border-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property:
        color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 600ms;
    white-space: nowrap;
}

@media (max-width: 767.9px) {
    .products-filter--left .total {
        font-size: 14px;
    }
}

.products-filter--left .total.hide {
    transform: translateX(-100%);
    opacity: 0;
}

.products-filter--control {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.14rem;
    /* @apply <md:mt-[30px]; */
}

.products-filter--control .icon {
    font-size: 0.24rem;
}

@media (max-width: 767.9px) {
    .products-filter--control .icon {
        font-size: 14px;
    }
}

.products-filter--control p {
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    --un-text-opacity: 1;
    color: rgb(10 10 10 / var(--un-text-opacity));
    font-family: FZLTHProJ-Regular, sans-serif;
    height: 1.6494em;
    overflow: hidden;
    letter-spacing: 0.09em;
}

@media (max-width: 767.9px) {
    .products-filter--control p {
        font-size: 14px;
    }
}

.products-filter--control p span {
    display: block;
    line-height: 1.6494em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.products-filter--control p span:first-child,
.products-filter--control p span:last-child {
    transform: translateY(0);
}

.products-filter--control.active span:first-child,
.products-filter--control.active span:last-child {
    transform: translateY(-1.6494em);
}

.products-filter--content {
    display: none;
}

.products-filter--content .options-main {
    display: flex;
    justify-content: center;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

@media (max-width: 767.9px) {
    .products-filter--content .options-main {
        flex-direction: column;
    }
}

/*.products-filter.is-fixed .products-filter--content .options-main {
    @apply <md:block <md:h-[60vh] <md:overflow-y-scroll;
}*/

.products-filter--content .options-main .options {
    border-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    padding-top: 0.76rem;
    padding-bottom: 0.76rem;
    padding-left: 1.12rem;
    padding-right: 1.12rem;
    border-color: rgba(27, 28, 28, 0.3);
}

@media (max-width: 767.9px) {
    .products-filter--content .options-main .options {
        border-left-style: none;
        border-bottom-style: solid;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
}

.products-filter--content .options-main .options:last-child {
    border-right-style: solid;
}

@media (max-width: 767.9px) {
    .products-filter--content .options-main .options:last-child {
        border-right-style: none;
        border-bottom-style: none;
    }
}

.products-filter--content .options-main .options .title {
    margin-bottom: 0.28rem;
    display: flex;
    align-items: center;
    font-size: var(--font-zh-display);
    line-height: 1.32;
    font-weight: 400;
    letter-spacing: 0.07em;
    font-size: 0.18rem;
    --un-text-opacity: 1;
    color: rgb(27 28 28 / var(--un-text-opacity));
    font-family: FZLTHProJ-Medium, sans-serif;
}

@media (max-width: 767.9px) {
    .products-filter--content .options-main .options .title {
        font-size: 15px;
    }
}

.products-filter--content .options-main .options .title span {
    display: block;
    letter-spacing: 0.11em;
}

.products-filter--content .options-main .options .title span + span {
    margin-left: 10px;
}

.products-filter--content .options-main .option + .option {
    margin-top: 0.2rem;
}

.products-filter--content .options-main .option .option-label {
    display: flex;
    align-items: center;
}

.products-filter--content .options-main .option .option-label input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.2rem;
    margin-right: 0.14rem;
    border: 1px solid rgba(27, 28, 28, 0.3);
    border-radius: 0.2em;
}

.products-filter--content .options-main .option .option-label input[type="checkbox"]::after {
    content: "\e72e";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.12rem;
    font-family: "iconfont";
    font-weight: 700;
    color: #1b1c1c;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
}

.products-filter--content .options-main .option .option-label input[type="checkbox"]:checked {
    border-color: #1b1c1c;
}

.products-filter--content .options-main .option .option-label input[type="checkbox"]:checked::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767.9px) {
    .products-filter--content .options-main .option .option-label input[type="checkbox"] {
        width: 0.3rem;
        height: 0.3rem;
    }
}

.products-filter--content .options-main .option span {
    display: block;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    font-size: 0.14rem;
    color: rgb(27 28 28 / 0.5);
    font-family: FZLTHProJ-Regular, sans-serif;
    letter-spacing: 0.07em;
}

@media (max-width: 767.9px) {
    .products-filter--content .options-main .option span {
        font-size: 14px;
    }
}

.products-filter--content .options-main .option .option-label input[type="checkbox"]:checked + span {
    --un-text-opacity: 1;
    color: rgb(27 28 28 / var(--un-text-opacity));
}

.products-filter--content .options-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-color: rgba(27, 28, 28, 0.3);
}

.products-filter--content .options-footer .button {
    font-size: var(--font-zh-display);
    line-height: 1.32;
    font-weight: 400;
    letter-spacing: 0.07em;
    font-size: 0.14rem;
    font-family: FZLTHProJ-Medium, sans-serif;
    width: 1.18rem;
    height: 0.55rem;
    border-radius: 6px;
    letter-spacing: 0.09em;
    transition: all 0.3s;
    margin-top: 0;
}

.products-filter--content .options-footer .button + .button {
    margin-left: 0.2rem;
}

.products-filter--content .options-footer .button.button--outline {
    border: 1px solid rgba(27, 28, 28, 0.3);
    color: #1b1c1c;
}

.products-filter--content .options-footer .button.button--primary {
    border: 1px solid #1b1c1c;
    background: #1b1c1c;
    color: #fff;
}

.products-filter--content .options-footer .button.button--outline:hover {
    border-color: #1b1c1c;
    background: #1b1c1c;
    color: #fff;
}

.products-filter--content .options-footer .button.button--primary:hover {
    border-color: #1b1c1c;
    background: #d9d8d3;
    color: #1b1c1c;
}

/* 产品列表 */
.products-list {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.12rem;
    padding-bottom: 1.52rem;
}

.products-list--container {
    display: grid;
    grid-template-columns: 4.84rem 1fr 4.84rem;
    -moz-column-gap: 0.46rem;
    column-gap: 0.46rem;
    row-gap: 1.52rem;
    padding-left: 1.12rem;
    padding-right: 1.12rem;
}

@media (max-width: 1023.9px) {
    .products-list--container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0.96rem;
        padding-left: 0.48rem;
        padding-right: 0.48rem;
    }
}

@media (max-width: 767.9px) {
    .products-list--container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 0.64rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

.products-list--container .item-header {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.products-list--container .item-header .item__header__title[lang|="zh"] {
    font-size: var(--font-zh-display);
    line-height: 1.32;
    font-weight: 400;
    letter-spacing: 0.07em;
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
    font-family: FZLTHProJ-Medium, sans-serif;
    letter-spacing: 0.09em;
}

.products-list--container .item-header .item__header__title[lang="en"] {
    font-size: var(--font-en-display);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
    font-family:
        Zalando Sans SemiExpanded,
        sans-serif;
    letter-spacing: 0.03em;
    font-size: var(--font-zh-display);
}

.products-list--container .item-card {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.products-list--container .image-inner {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3%;
}

.products-list--container .image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.products-list--container .image-img:first-child {
    opacity: 1;
}

.products-list--container .image-img:last-child {
    opacity: 0;
}

.products-list--container .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(0 0 0 / 0.3);
    padding-left: 0.18rem;
    padding-right: 0.18rem;
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.products-list--container .card-content .head {
    /* @apply grid grid-cols-5; */
    display: flex;
    flex-direction: column;
}

.products-list--container .card-content .siege {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    text-align: left;
    font-size: var(--font-en-display);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.16rem;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
    font-family:
        Zalando Sans SemiExpanded,
        sans-serif;
    /* 字距微调: 30 => 30=30/1000 em=0.03em */
    letter-spacing: 0.03em;
}

.products-list--container .card-content .siege p {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translateY(-6px);
}

.products-list--container .card-content .siege p:first-child {
    grid-column: span 3 / span 3;
}

.products-list--container .card-content .siege p:last-child {
    grid-column: span 3 / span 3;
    grid-column-start: 5;
    text-align: right;
}

.products-list--container .item__card__button {
    margin-top: auto;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translateY(6px);
}

.products-list--container .button--view {
    position: relative;
    isolation: isolate;
    width: 100%;
    display: flex;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: space-between;
    border-width: 0px;
    border-radius: 6px;
    background-color: transparent;
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--un-bg-opacity));
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
    letter-spacing: 0.02em;
    font-family: FZLTHProJ-Regular, sans-serif;
    text-transform: uppercase;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 0.4s;
    -webkit-tap-highlight-color: transparent;
}

.products-list--container .button--view::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    --un-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--un-bg-opacity));
    content: "";
    -webkit-clip-path: inset(0 0 100% round 6px);
    clip-path: inset(0 0 100% round 6px);
    transition: -webkit-clip-path 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: clip-path 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition:
        clip-path 0.4s cubic-bezier(0.38, 0.005, 0.215, 1),
        -webkit-clip-path 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.products-list--container .button--view:focus-visible {
    outline: none;
    color: #fff;
}

.products-list--container .button--view:focus-visible::before {
    -webkit-clip-path: inset(0 round 6px);
    clip-path: inset(0 round 6px);
}

.products-list--container .button--view .icon-wrapper {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    overflow: hidden;
    flex: 0 0 auto;
}

.products-list--container .button--view .icon-wrapper > span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    transition:
        transform 0.4s cubic-bezier(0.38, 0.005, 0.215, 1),
        opacity 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.products-list--container .button--view .icon-wrapper > span:first-child {
    transform: translateX(0);
    opacity: 1;
}

.products-list--container .button--view .icon-wrapper > span:last-child {
    transform: translateX(-120%);
    opacity: 0;
}

.products-list--container .button--view .icon-wrapper > span:first-child {
    transform: translateX(120%);
    opacity: 0;
}

.products-list--container .button--view .icon-wrapper > span:last-child {
    transform: translateX(0);
    opacity: 1;
}

.products-list--container .item-carousel {
    text-align: center;
}

.products-list--container .item-carousel .carousel__title,
.products-list--container .item-carousel .carousel__title,
.products-list--container .item-carousel .carousel__subtitle {
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
}

@media (hover: hover) {
    .products-list--container .item:hover .image-img {
        transform: scale(1.1);
    }

    .products-list--container .item:hover .image-img:first-child {
        opacity: 0;
    }

    .products-list--container .item:hover .image-img:last-child {
        opacity: 1;
    }

    .products-list--container .item:hover .card-content {
        opacity: 1;
    }

    .products-list--container .item:hover .item__card__button {
        transform: translateY(0);
    }

    .products-list--container .item:hover .card-content .siege p {
        transform: translateY(0);
    }

    .products-list--container .button--view:hover {
        color: #fff;
    }

    .products-list--container .button--view:hover::before {
        -webkit-clip-path: inset(0 round 6px);
        clip-path: inset(0 round 6px);
    }

    .products-list--container .button--view .icon-wrapper > span:first-child {
        transform: translateX(120%);
        opacity: 0;
    }

    .products-list--container .button--view .icon-wrapper > span:last-child {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ===== 产品详情 ===== */

/* ===== 公共文本 ===== */
.page-products-detail .carousel__title[lang|="zh"] {
    margin-top: 0.12rem;
}

.page-products-detail .carousel__subtitle[lang|="zh"] {
    margin-top: 0.29rem;
}

/* ===== 分类列表 ===== */
.page-products-detail .category-list {
    position: relative;
    z-index: 2;
}

.page-products-detail .category-list--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.72rem;
    padding-bottom: 0.76rem;
}

@media (max-width: 767.9px) {
    .page-products-detail .category-list--wrapper {
        display: none;
    }
}

.page-products-detail .category-list--wrapper li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    line-height: 0.25rem;
}

.page-products-detail .category-list--wrapper li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1em;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: 15deg;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
        rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z))
        skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
        scaleZ(var(--un-scale-z));
    --un-bg-opacity: 1;
    background-color: rgb(180 181 177 / var(--un-bg-opacity));
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
}

.page-products-detail .category-list--wrapper li:first-child .line {
    display: none;
}

.page-products-detail .category-list--wrapper li img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1.2rem;
    height: 1.6rem;
    max-width: none;
    --un-translate-x: -50%;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
        rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z))
        skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
        scaleZ(var(--un-scale-z));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.page-products-detail .category-list--wrapper li.is-active img {
    bottom: calc(100% + 0.2rem);
    opacity: 1;
}

.page-products-detail .category-list--wrapper li:has(a:hover) img {
    bottom: calc(100% + 0.2rem);
    z-index: 1;
    opacity: 1;
}

.page-products-detail .category-list--wrapper:has(li a:hover) li.is-active img {
    bottom: 100%;
    opacity: 0;
}

.page-products-detail .category-list--wrapper li a {
    display: block;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    line-height: 0.25rem;
    letter-spacing: 0.08em;
    font-family: FZLTHProJ-Medium, sans-serif;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.category-list--mobile {
    display: none;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

@media (max-width: 767.9px) {
    .category-list--mobile {
        display: block;
    }
}

.category-list--mobile .swiper-slide {
    position: relative;
    width: 70px;
}

@media (max-width: 767.9px) {
    .category-list--mobile .swiper-slide {
        overflow: hidden;
        border-radius: 5px;
    }
}

.category-list--mobile-image {
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-list--mobile-link {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--font-zh-text);
    line-height: 1.6494;
    font-weight: 300;
    letter-spacing: 0.11em;
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
    font-family: FZLTHProJ-Regular, sans-serif;
}

@media (max-width: 767.9px) {
    .category-list--mobile-link {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 0.6);
        --un-text-opacity: 1;
        color: rgb(255 255 255 / var(--un-text-opacity));
    }
}

.category-list--mobile .swiper-slide.swiper-slide-always-active .category-list--mobile-link {
}

@media (max-width: 767.9px) {
    .category-list--mobile .swiper-slide.swiper-slide-always-active .category-list--mobile-link {
        opacity: 0;
    }
}

/* ===== 顶部分类列表 ===== */
.page-products-detail .category-list--header {
    /*border-b border-solid */
    background-color: var(--color-neutral-50);
    /*border-color: rgba(27, 28, 28, 0.3);*/
}
@media (max-width: 767.9px) {
    .page-products-detail .category-list--header {
        padding-top: 1.4rem;
        padding-bottom: 0.4rem;
    }
}

.page-products-detail .category-list--header ul li a {
    --un-text-opacity: 1;
    color: rgb(180 181 177 / var(--un-text-opacity));
}

.page-products-detail .category-list--header ul li a:hover {
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
}

.page-products-detail .category-list--header ul li.is-active a {
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
}

/* ===== 大图 ===== */
.products-detail--image {
    position: relative;
    overflow: hidden;
    background-color: var(--color-neutral-50);
}

.products-detail--image .carousel__content {
    /* @apply flex flex-col flex-center pt-[114px] pb-[70px]; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    --un-translate-x: -50%;
    --un-translate-y: -50%;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
        rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z))
        skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
        scaleZ(var(--un-scale-z));
    align-items: center;
    justify-content: center;
}

.products-detail--image .carousel__title[lang="en"] {
    font-size: 0.5rem;
}

@media (max-width: 767.9px) {
    .products-detail--image .carousel__title[lang="en"] {
        font-size: 0.6rem;
    }
}

/*.products-detail--image .carousel__title[lang="zh"] {
    @apply <md:text-white;
}*/

.products-detail--image .carousel__subtitle[lang|="zh"] {
    text-align: center;
}

.products-detail--image .image-inner {
}

@media (max-width: 767.9px) {
    .products-detail--image .image-inner {
        aspect-ratio: 3/4;
    }
}

.products-detail--image .image-inner .image-img {
    display: block;
    width: 100%;
    height: auto;
}

.products-detail--image .video-inner {
    display: block;
    /*@apply <md:hidden;*/
}

.products-detail--image .video-inner .video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/*.products-detail--image .video-image-inner {
    @apply hidden;
    @apply <md:block;
}*/

/* ===== 将更多的梦想变为现实 ===== */
.products-detail--container {
    position: relative;
    overflow: hidden;
    background-color: var(--color-neutral-200);
    padding-top: 1.14rem;
    will-change: transform;
}

.products-detail--puzzle {
    /* pt-[70px] pb-[114px] */
    position: relative;
    margin-top: 0.5rem;
    overflow: hidden;
    background-color: var(--color-neutral-200);
    will-change: transform;
    --puzzle-stage-ratio: 1857 / 949;
}

@media (max-width: 767.9px) {
    .products-detail--puzzle {
        display: none;
    }
}

.products-detail--puzzle .carousel {
    height: auto;
}

.products-detail--puzzle .carousel__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products-detail--puzzle .puzzle-container {
    height: 300vh;
}

@media (max-width: 767.9px) {
    .products-detail--puzzle .puzzle-container {
        height: auto;
    }
}

.products-detail--puzzle .puzzle-wrapper {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 767.9px) {
    .products-detail--puzzle .puzzle-wrapper {
        display: block;
        height: auto;
    }
}

.products-detail--puzzle .puzzle-stage {
    position: relative;
    flex: 0 0 auto;
    width: min(100%, calc(100vh * var(--puzzle-stage-ratio)));
    aspect-ratio: var(--puzzle-stage-ratio);
}

@media (max-width: 767.9px) {
    .products-detail--puzzle .puzzle-stage {
        width: auto;
        aspect-ratio: auto;
    }
}

.products-detail--puzzle .media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
}

@media (max-width: 767.9px) {
    .products-detail--puzzle .media {
        position: static;
        margin-top: 0.32rem;
    }
}

.products-detail--puzzle .media .image {
    position: absolute;
    display: block;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767.9px) {
    .products-detail--puzzle .media .image {
        position: static;
        width: 100% !important;
        height: auto !important;
        --un-translate-x: 0 !important;
        --un-translate-y: 0 !important;
        transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
            rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z))
            skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
            scaleZ(var(--un-scale-z)) !important;
    }
}

.products-detail--puzzle .media:first-child .image {
    top: 5%;
    left: 38.8%;
    width: 26.875%;
    height: 30.2713987473904%;
}

.products-detail--puzzle .media:nth-child(2) .image {
    top: 19.83298538622129%;
    left: 21.5%;
    width: 16.04166666666667%;
    height: 42.79749478079332%;
}

.products-detail--puzzle .media:nth-child(3) .image {
    top: 50%;
    left: 50%;
    width: 22.39583333333333%;
    height: 25.26096033402923%;
    transform: translate(-50%, -50%);
}

.products-detail--puzzle .media:nth-child(4) .image {
    top: 37.4%;
    left: 62.29166666666667%;
    width: 22.39583333333333%;
    height: 25.26096033402923%;
}

.products-detail--puzzle .media:nth-child(5) .image {
    top: 64.92693110647182%;
    left: 16.66666666666667%;
    width: 26.35416666666667%;
    height: 29.85386221294363%;
}

.products-detail--puzzle .media:nth-child(6) .image {
    top: 64.92693110647182%;
    left: 44.27083333333333%;
    width: 14.89583333333333%;
    height: 29.85386221294363%;
}

.products-detail--puzzle .media:nth-child(7) .image {
    top: 64.92693110647182%;
    left: 60.41666666666667%;
    width: 17.1875%;
    height: 19.41544885177453%;
}

.products-detail--puzzle .media:nth-child(8) .image {
    display: none;
}

.products-detail--puzzle-swiper {
    display: none;
    aspect-ratio: 4/3;
    padding-top: 0.8rem;
}

@media (max-width: 767.9px) {
    .products-detail--puzzle-swiper {
        display: block;
    }
}

.products-detail--puzzle-swiper .swiper-container {
    height: 100%;
}

.products-detail--puzzle-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.products-detail--puzzle-swiper .swiper-slide .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.products-detail--puzzle-swiper .swiper-slide .image-wrap .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ===== 文案 + 动效大图 ===== */
.products-detail--text-image {
    background-color: var(--color-neutral-100);
}

.products-detail--text-image .carousel__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1.14rem;
    padding-bottom: 0.7rem;
    text-align: center;
}

.products-detail--text-image .image-inner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: var(--color-accent-1);
}

@media (max-width: 767.9px) {
    .products-detail--text-image .image-inner {
        display: none;
    }
}

.products-detail--text-image .image-inner .image-img {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-detail--text-image .image-inner .text-wrap {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.products-detail--text-image .image-inner .title {
    display: flex;
    align-items: center;
    font-size: 0.76rem;
    color: var(--color-neutral-100);
    line-height: 1;
    font-family:
        Zalando Sans SemiExpanded,
        sans-serif;
}

@media (max-width: 767.9px) {
    .products-detail--text-image .image-inner .title {
        font-size: 0.52rem;
    }
}

.products-detail--text-image .products-image-wrapper2 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.products-detail--text-image .products-image-wrapper2 .image-wrap {
    width: 100%;
    height: 100%;
}

.products-detail--text-image .products-image-wrapper2 .image-wrap .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-detail--text-image .products-image-wrapper2 .swiper-container {
    z-index: 2;
}

.products-detail--text-image .products-image-wrapper2 .swiper-cursor {
    z-index: 4;
}

.products-detail--text-image .image-inner .title-mask {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.products-detail--text-image .scrolling-wrapper {
    position: relative;
    display: none;
    width: 100%;
    height: 7.74rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

@media (max-width: 767.9px) {
    .products-detail--text-image .scrolling-wrapper {
        display: block;
    }
}

.products-detail--text-image .scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.products-detail--text-image .scrolling-wrapper-inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
}

.products-detail--text-image .scrolling-wrapper-inner .image-img {
    display: block;
    aspect-ratio: 16/9;
    width: auto;
    height: 100%;
}

.products-detail--text-image .scrolling-wrapper .custom-scrollbar {
    position: -webkit-sticky;
    position: sticky;
    left: 10%;
    right: 10%;
    bottom: 10%;
    z-index: 1;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-detail--text-image .scrolling-wrapper .custom-scrollbar-content {
    position: relative;
    width: 86%;
    height: 2px;
    background-color: rgb(255 255 255 / 0.5);
}

.products-detail--text-image .scrolling-wrapper .custom-scrollbar-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 2px;
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--un-bg-opacity));
}

.products-detail--text-image .scrolling-wrapper .custom-scrollbar-icon {
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
}

/* ===== 轮播/大图 ===== */
.products-detail--swiper {
    position: relative;
    z-index: 10;
    height: 9.88rem;
}
@media (max-width: 767.9px) {
    .products-detail--swiper {
        aspect-ratio: 4/3;
        height: auto;
    }
}

.products-detail--swiper .swiper-container {
    height: 100%;
}

/* ===== 文案 + 图片组 ===== */
/* .products-module--text-image {
    @apply pt-[190px] px-[110px] pb-[342px] bg-[var(--color-neutral-200)];
    @apply <md:pt-[120px] <md:pb-[120px] <md:px-[40px];
} */

.module-text-image-wrapper {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

@media (max-width: 767.9px) {
    .module-text-image-wrapper {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

.products-module--text-image .module-text-image {
    position: relative;
    display: flex;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image {
        flex-direction: column;
    }
}

/* .products-module--text-image .module-text-image + .module-text-image {
    @apply mt-[342px];
    @apply <md:mt-[60px];
} */

.products-module--text-image .module-text-image .carousel {
    margin-top: 0.24rem;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image .carousel {
        text-align: center;
    }
}

.products-module--text-image .module-text-image .carousel__title[lang="en"] {
    text-align: left;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image .carousel__title[lang="en"] {
        text-align: center;
    }
}

.products-module--text-image .module-text-image .image-wrap {
    position: relative;
    margin-left: auto;
    width: 8.6rem;
    overflow: hidden;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image .image-wrap {
        margin-top: 0.6rem;
        margin-left: 0;
        width: 100%;
    }
}

.products-module--text-image .module-text-image .image-box {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133.3%;
}

.products-module--text-image .module-text-image .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    --un-translate-x: -50%;
    --un-translate-y: -50%;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z))
        rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z))
        skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y))
        scaleZ(var(--un-scale-z));
    -o-object-fit: cover;
    object-fit: cover;
}

.products-module--text-image .module-text-image .image-inner-1 {
    position: absolute;
    top: 3.44rem;
    left: 6.58rem;
    width: 4.08rem;
    overflow: hidden;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image .image-inner-1 {
        position: static;
        margin-top: 0.32rem;
        width: 100%;
    }
}

.products-module--text-image .module-text-image .image-inner-2 {
    position: absolute;
    top: 6.94rem;
    left: 0;
    width: 4.54rem;
    overflow: hidden;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image .image-inner-2 {
        position: static;
        margin-top: 0.32rem;
        width: 100%;
    }
}

.products-module--text-image .module-text-image.reverse {
    flex-direction: row-reverse;
}

@media (max-width: 767.9px) {
    .products-module--text-image .module-text-image.reverse {
        flex-direction: column;
    }
}

.products-module--text-image .reverse .image-wrap {
    margin-right: auto;
    margin-left: 0;
}

.products-module--text-image .reverse .image-inner-1 {
    left: 6.3rem;
}

.products-module--text-image .reverse .image-inner-2 {
    left: auto;
    right: 0;
}

/* ===== 底部分类列表 ===== */
.page-products-detail .category-list--footer {
    background-color: var(--color-neutral-500);
    padding-top: 1.02rem;
}

.page-products-detail .category-list--footer .module-text-wrap {
    text-align: center;
}

.page-products-detail .category-list--footer ul {
    margin-top: 0.5rem;
    padding-top: 1.96rem;
}

.page-products-detail .category-list--footer ul li a {
    color: rgb(51 51 51 / 0.5);
}

.page-products-detail .category-list--footer ul li a:hover {
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
}

.page-products-detail .category-list--footer ul li .line {
    background-color: rgb(51 51 51 / 0.4);
}

.page-products-detail .category-list--footer ul li.is-active a {
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity));
}

.page-products-detail .category-list--footer .category-list--mobile {
}

@media (max-width: 767.9px) {
    .page-products-detail .category-list--footer .category-list--mobile {
        padding-top: 0.6rem;
        padding-bottom: 0.4rem;
    }
}

.page-products-detail .category-list--footer .category-list--mobile-link {
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
}

/* ===== 其他案例 ===== */
/* .products-detail--other-case .img-card {
    padding-bottom: 133%;
} */

/* .products-detail--other-case {
    @apply pt-[110px] pb-[152px] px-[110px] bg-[var(--color-neutral-200)];
    @apply <md:px-[40px];
}

.products-detail--other-case .carousel__title {
    @apply text-center;
}

.products-detail--other-case .case-list {
    @apply mt-[50px];
}

.products-detail--other-case .case-list .swiper-container {
    @apply pb-[50px];
}

.products-detail--other-case .case-list .swiper-scrollbar {
    @apply left-0 w-full h-[2px] cursor-grab;
}

.products-detail--other-case .case-list .swiper-slide-card {
    @apply relative block text-0;
}

.products-detail--other-case .case-list a {
    @apply relative block text-0;
}

.products-detail--other-case .img-wrap {
    @apply relative w-full overflow-hidden;
}

.products-detail--other-case .img-card {
    @apply relative w-full pb-[133.7%] overflow-hidden;
}

.products-detail--other-case .img {
    @apply absolute top-[50%] left-[50%] w-full h-full object-cover translate-[-50%];
}

.products-detail--other-case .text-wrap {
    @apply absolute top-0 left-0 z-2 flex items-end w-full h-full;
}

.products-detail--other-case .text-wrap::before {
    @apply content-[''] absolute z-0 top-0 left-0 w-full h-full bg-black/70 opacity-0 transition-all transition-600;
}

.products-detail--other-case .text-wrap .carousel {
    @apply absolute top-[70%] z-2 w-full h-auto transition-all overflow-hidden;
}

.products-detail--other-case .text-wrap .carousel__content {
    @apply flex flex-col items-center;
}

.products-detail--other-case .text-wrap .button {
    @apply opacity-0 translate-y-[100%] transition-all transition-600;
}

.products-detail--other-case .text-wrap .button.button--outline:hover {
    border-color: var(--color-text-inverse);
    background: var(--color-text-inverse);
    color: var(--color-bg-inverse);
}

.products-detail--other-case ul li:hover .text-wrap::before {
    @apply z-1 opacity-100;
}

.products-detail--other-case ul li:hover .text-wrap .carousel {
    @apply top-[50%] translate-y-[-50%];
}

.products-detail--other-case ul li:hover .text-wrap .button {
    @apply opacity-100 translate-y-0;
}

.products-detail--other-case .case-list .swiper-slide-card:hover .text-wrap::before {
    @apply z-1 opacity-100;
}

.products-detail--other-case .case-list .swiper-slide-card:hover .text-wrap .carousel {
    @apply top-[50%] translate-y-[-50%];
}

.products-detail--other-case .case-list .swiper-slide-card:hover .text-wrap .button {
    @apply opacity-100 translate-y-0;
} */

/* ===== 其他案例 ===== */
/* .products-detail--other-case {
    @apply pt-[110px] pb-[152px] px-[110px] bg-[var(--color-neutral-200)];
    @apply <md:px-[40px];
}

.products-detail--other-case .carousel__title {
    @apply text-center;
}

.products-detail--other-case .case-list {
    @apply mt-[50px];
}

.products-detail--other-case .case-list .swiper-container {
    @apply pb-[50px];
}

.products-detail--other-case .case-list .swiper-scrollbar {
    @apply left-0 w-full h-[2px] cursor-grab;
}

.products-detail--other-case .case-list .swiper-slide-card {
    @apply relative block text-0;
}

.products-detail--other-case .case-list:hover .carousel__prev {
    @apply left-[5%];
}

.products-detail--other-case .case-list:hover .carousel__next {
    @apply right-[5%];
}

.products-detail--other-case .img-wrap {
    @apply relative w-full overflow-hidden;
}

.products-detail--other-case .img-card {
    @apply relative w-full pb-[133.7%] overflow-hidden;
}

.products-detail--other-case .img {
    @apply absolute top-[50%] left-[50%] w-full h-full object-cover translate-[-50%];
}

.products-detail--other-case .text-wrap {
    @apply absolute top-0 left-0 z-2 flex items-end w-full h-full;
}

.products-detail--other-case .text-wrap::before {
    @apply content-[''] absolute z-0 top-0 left-0 w-full h-full bg-black/70 opacity-0 transition-all transition-600;
}

.products-detail--other-case .text-wrap .carousel {
    @apply absolute top-[70%] z-2 w-full h-auto transition-all overflow-hidden;
}

.products-detail--other-case .text-wrap .carousel__content {
    @apply flex flex-col items-center;
}

.products-detail--other-case .text-wrap .button {
    @apply opacity-0 translate-y-[100%] transition-all transition-600;
}

.products-detail--other-case .text-wrap .button.button--outline:hover {
    border-color: var(--color-text-inverse);
    background: var(--color-text-inverse);
    color: var(--color-bg-inverse);
}

.products-detail--other-case .case-list .swiper-slide-card:hover .text-wrap::before {
    @apply z-1 opacity-100;
}

.products-detail--other-case .case-list .swiper-slide-card:hover .text-wrap .carousel {
    @apply top-[50%] translate-y-[-50%];
}

.products-detail--other-case .case-list .swiper-slide-card:hover .text-wrap .button {
    @apply opacity-100 translate-y-0;
} */
