@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('assets/fonts/GeneralSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans-Medium';
    src: url('assets/fonts/MiSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0 !important;
    padding: 0;
    background: white;
}

body {
    font-family: 'MiSans-Medium' !important;
    line-height: 1.6;
    color: #000;
    overflow-x: hidden;
}

:lang(en),
[lang="en"] {
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

body :lang(en),
body [lang="en"] {
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-navigation a,
.mobile-menu-main a,
button,
input,
textarea,
.footer-column h3,
.footer-column p {
    font-family: 'MiSans-Regular', sans-serif !important;
}

:lang(en) h1,
:lang(en) h2,
:lang(en) h3,
:lang(en) h4,
:lang(en) h5,
:lang(en) h6,
:lang(en) .site-title,
:lang(en) .main-navigation a,
:lang(en) .mobile-menu-main a,
:lang(en) button,
:lang(en) input,
:lang(en) textarea,
:lang(en) .footer-column h3,
:lang(en) .footer-column p {
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: color 0.5s ease;
    box-sizing: border-box;
}

.logo-link svg path,
.logo-link svg rect {
    fill: currentColor;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 80px;
}

@media (max-width: 1500px) {
    .header-container {
        padding: 45px 70px;
    }
}

@media (max-width: 1400px) {
    .header-container {
        padding: 40px 60px;
    }
}

@media (max-width: 1200px) {
    .header-container {
        padding: 35px 50px;
    }
}

@media (max-width: 992px) {
    .header-container {
        padding: 30px 40px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 25px 30px;
    }
}

@media (max-width: 576px) {
    .header-container {
        padding: 20px 20px;
    }
}

.header-left {
    flex: 1;
}

.site-title a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.feature-element {
    background-color: #F4C70B;
    padding: 35px 8px 10px;
    border-radius: 0;
    min-width: 78px;
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 10;
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    gap: 4px;
}

.text-bold {
    font-weight: 500;
    font-family: 'MiSans-Medium' !important;
}

.text-light {
    font-weight: 300;
    font-family: 'MiSans-Medium' !important;
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.menu-toggle svg {
    width: 40px;
    height: auto;
}

.site-main {
    margin-top: 0;
    min-height: calc(100vh - 100px);
}

.slider-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: white;
}

.slider-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.slider-item img,
.slider-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-item video {
    background: white;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

.swiper-slide-active {
    transform: translateX(0) !important;
}

.no-content-message {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 18px;
    font-family: 'MiSans-Medium', sans-serif;
    text-align: center;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out;
}

#mainSlider {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: pan-y;
    cursor: grab;
}

#mainSlider.dragging {
    cursor: grabbing;
}

#mainSlider.dragging * {
    pointer-events: none;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media (max-width: 1500px) {
    .slider-btn {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 1400px) {
    .slider-btn {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1200px) {
    .slider-btn {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 992px) {
    .slider-btn {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .slider-btn {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 576px) {
    .slider-btn {
        width: 50px;
        height: 50px;
    }
}

.slider-btn::before {
    content: '';
    width: 60px;
    height: 60px;
    border-left: 3px solid rgba(128, 128, 128, 0.6);
    border-top: 3px solid rgba(128, 128, 128, 0.6);
    opacity: 1;
}

@media (max-width: 1500px) {
    .slider-btn::before {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 1400px) {
    .slider-btn::before {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1200px) {
    .slider-btn::before {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 992px) {
    .slider-btn::before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .slider-btn::before {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 576px) {
    .slider-btn::before {
        width: 10px;
        height: 10px;
    }
}

.slider-btn-prev {
    left: 40px;
}

.slider-btn-prev::before {
    transform: rotate(-45deg);
}

.slider-btn-next {
    right: 40px;
}

.slider-btn-next::before {
    transform: rotate(135deg);
}

.scroll-down-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: bounce 2s infinite;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.scroll-down-arrow svg {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
    fill: currentColor;
    stroke: currentColor;
}

.scroll-down-arrow svg path,
.scroll-down-arrow svg polygon {
    fill: currentColor;
    stroke: currentColor;
}

@media (max-width: 1500px) {
    .scroll-down-arrow svg {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1400px) {
    .scroll-down-arrow svg {
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 1200px) {
    .scroll-down-arrow svg {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 992px) {
    .scroll-down-arrow svg {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 768px) {
    .scroll-down-arrow svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .scroll-down-arrow svg {
        width: 36px;
        height: 36px;
    }
}

.scroll-down-arrow:hover svg {
    transform: translateY(3px);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.design-categories {
    background-color: #FFFFFF;
    padding: 60px 40px;
    text-align: center;
}

.categories-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
    flex-direction: row;
}

@media (max-width: 1500px) {
    .categories-container {
        max-width: 1050px;
    }
}

@media (max-width: 1400px) {
    .categories-container {
        max-width: 900px;
    }
}

@media (max-width: 1200px) {
    .categories-container {
        max-width: 900px;
    }
}

@media (max-width: 992px) {
    .categories-container {
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .categories-container {
        max-width: 700px;
    }
}

@media (max-width: 576px) {
    .categories-container {
        max-width: 600px;
    }
}

.category-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.category-item input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

@media (max-width: 1500px) {
    .category-item input[type="radio"] {
        width: 14px;
        height: 14px;
    }
}

.category-item label {
    color: #000000;
    font-family: 'MiSans-Regular' !important;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
}

.category-item label .zh {
    font-family: 'MiSans-Regular' !important;
}

.category-item label .en {
    font-family: 'MiSans-Regular' !important
}

@media (max-width: 1500px) {
    .category-item label {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .category-item label {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .category-item label {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .category-item label {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .category-item label {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .category-item label {
        font-size: 14px;
    }
}

.works-archive {
    background-color: #ffffff;
    padding: 0 40px 100px;
}

.works-content {
    padding: 0 20px;
}

.works-header {
    padding: 60px 0 80px;
    text-align: center;
}

.works-header h1 {
    font-size: 105.69px;
    font-weight: 500;
    line-height: 0.85;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin: 0;
    font-family: 'GeneralSans-Medium', sans-serif !important;
}


.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.work-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.work-visual {
    width: 100%;
    aspect-ratio: 1.6;
    background-color: var(--placeholder-color);
    border-radius: 8px;
    margin-bottom: 6px;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.work-visual img,
.work-visual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.work-item:hover .work-visual {
    opacity: 0.8;
}

.work-info h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 3px;
    color: #000000;
}

.work-info h2.zh {
    font-family: 'MiSans-Regular', sans-serif !important;
}

@media (max-width: 1500px) {
    .work-info h2 {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .work-info h2 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .work-info h2 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .work-info h2 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .work-info h2 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .work-info h2 {
        font-size: 15px;
    }
}

.work-tags {
    display: flex;
    gap: 8px;
}


.tag {
    font-size: 12px;
    color: var(--text-secondary);
    background-color: var(--tag-bg);
    padding: 0px 6px;
    border-radius: 100px;
    font-weight: 400;
    font-family: 'MiSans-Regular', sans-serif !important;
}

@media (max-width: 1500px) {
    .tag {
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    .tag {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    .tag {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    .tag {
        font-size: 9px;
    }
}

@media (max-width: 768px) {
    .tag {
        font-size: 9px;
    }
}

@media (max-width: 576px) {
    .tag {
        font-size: 8px;
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background-color: #fff;
    z-index: 2000;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 1.2s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.menu-overlay.active {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: transform 1.2s ease;
}

.menu-header {
    background-color: #B6ED0A;
    height: 115px;
    position: relative;
}

@media (max-width: 1400px) {
    .menu-header {
        height: 70px;
    }
}

.menu-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px 50px;
    gap: 15px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.menu-overlay.active .menu-nav {
    opacity: 1;
    transform: translateY(0);
}

.menu-item {
    color: #C7C7C7;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    opacity: 0;
    transform: translateX(20px);
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

.menu-overlay.active .menu-item:nth-child(1) {
    transition: none !important;
    opacity: 1;
    transform: translateX(0);
}

.menu-overlay.active .menu-item:nth-child(2) {
    transition: none !important;
    opacity: 1;
    transform: translateX(0);
}

.menu-overlay.active .menu-item:nth-child(3) {
    transition: none !important;
    opacity: 1;
    transform: translateX(0);
}

.menu-item:hover,
.menu-item:active {
    color: #000;
}

.site-header.menu-open {
    display: none;
}

.menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 40px 50px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}

.menu-overlay.active .menu-content {
    opacity: 1;
    transform: translateY(0);
}

.menu-brand {
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease 0.8s, transform 0.3s ease 0.8s;
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

.menu-overlay.active .menu-brand {
    opacity: 1;
    transform: translateY(0);
}

.menu-works {
    display: flex;
    gap: 80px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 85%;
}

.works-item {
    font-size: 105.69px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0.9;
    text-transform: uppercase;
    color: #000;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: center;
    max-width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

.menu-overlay.active .works-item:nth-child(1) {
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(0);
}

.menu-overlay.active .works-item:nth-child(2) {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0);
}

.menu-overlay.active .works-item:nth-child(3) {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1440px) {
    .works-item {
        font-size: 80px;
    }
}

@media (max-width: 1380px) {
    .works-item {
        font-size: 56px;
    }
}

@media (max-width: 1024px) {
    .menu-works {
        gap: 80px;
        flex-wrap: nowrap;
    }

    .works-item {
        font-size: 48px;
        max-width: 200px;
        white-space: normal;
        word-wrap: break-word;
        word-break: keep-all;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .design-categories {
        padding: 40px 20px;
    }

    .categories-container {
        gap: 8px;
        align-items: center;
    }

    .category-item {
        justify-content: center;
    }

    .category-item label {
        font-size: 14px;
    }

    .scroll-down-arrow {
        bottom: 20px;
        width: 40px;
        height: 40px;
    }

    .scroll-down-arrow svg {
        width: 30px;
        height: 30px;
    }

    .slider-container {
        height: 80vh;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
    }

    .slider-btn-prev {
        left: 0;
    }

    .slider-btn-next {
        right: 0;
    }

    .slider-btn::before {
        width: 20px;
        height: 20px;
    }

    .slider-image {
        object-fit: cover;
    }

    .site-header {
        padding: 25px 20px 10px;
    }

    .header-right {
        gap: 20px;
    }

    .feature-element {
        min-width: 60px;
        padding: 22px 6px 0px;
        top: 0;
        right: 78px;
    }

    .feature-text {
        font-size: 12px;
    }

    .works-archive {
        padding: 0 20px 60px;
    }

    .works-header {
        padding: 40px 0 40px;
    }

    .menu-header {
        padding: 27px;
        gap: 30px;
        height: 10px;
    }

    .menu-content {
        padding: 0px 20px 30px;
    }

    .menu-works {
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .works-item {
        font-size: 32px;
        letter-spacing: 4px;
        white-space: normal;
        word-wrap: break-word;
        word-break: keep-all;
        text-align: center;
        max-width: 180px;
    }

    .menu-nav {
        padding-bottom: 40px;
    }
}

.menu-item:hover {
    color: #000;
    transition: none !important;
}

@media (max-width: 1500px) {
    .menu-item {
        font-size: 26px;
    }
}

@media (max-width: 1380px) {
    .menu-item {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .menu-item {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .menu-item {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 768px) {
    .menu-item {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 1400px) {
    .menu-brand {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .menu-brand {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .menu-brand {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .menu-brand {
        font-size: 16px;
    }
}

.info-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background-color: #000;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.info-panel.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.info-panel-header {
    background-color: #fff;
    height: 115px;
    padding: 0 50px;
    box-sizing: border-box;
}

.info-panel-header.exit {
    opacity: 0;
    transform: translate(100px, 100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.info-panel-content {
    flex: 1;
    padding: 50px 138px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1500px) {
    .info-panel-content {
        padding: 80px 115px;
    }
}

.info—content {
    width: 74%;
}

.info-panel-content.exit {
    opacity: 0;
    transform: translate(100px, 100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.info-panel-title {
    font-size: 105.69px;
    font-weight: bold;
    margin: 0 0 50px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(300px, 300px);
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

@media (max-width: 1500px) {
    .info-panel-title {
        font-size: 75px;
    }
}

@media (max-width: 1400px) {
    .info-panel-title {
        font-size: 65px;
    }
}

@media (max-width: 1200px) {
    .info-panel-title {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .info-panel-title {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .info-panel-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .info-panel-title {
        font-size: 25px;
    }
}

.info-panel-section p {
    font-size: 24px;
    line-height: 1.8;
    color: #dadadaff;
    margin: 0;
    font-weight: 400;
    opacity: 0;
    transform: translate(300px, 300px);
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}

@media (max-width: 1500px) {
    .info-panel-section p {
        font-size: 18px;
    }
}

.info-panel-footer {
    margin-top: auto;
    padding-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #E8E8E8;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-align: right;
    opacity: 0;
    transform: translate(300px, 300px);
    transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
    font-family: 'GeneralSans-Medium', sans-serif !important;
}

@media (max-width: 1500px) {
    .info-panel-footer {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .info-panel-title {
        font-size: 44px;
    }

    .info-panel-section p {
        font-size: 16.6px;
    }

    .info-panel-footer {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .info-panel-title {
        font-size: 42px;
    }

    .info-panel-section p {
        font-size: 15px;
    }

    .info-panel-footer {
        font-size: 12.8px;
    }
}

@media (max-width: 992px) {
    .info-panel-title {
        font-size: 40px;
    }

    .info-panel-section p {
        font-size: 11px;
    }

    .info-panel-footer {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .info-panel-title {
        font-size: 36px;
    }

    .info-panel-section p {
        font-size: 9px;
    }

    .info-panel-footer {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .info-panel-title {
        font-size: 32px;
    }

    .info-panel-section p {
        font-size: 13px;
    }

    .info-panel-footer {
        font-size: 12px;
    }

    .category-item label {
        font-size: 10px;
    }

    .categories-container {
        gap: 5px;
    }

    .category-item {
        gap: 2px;
    }

    .category-item input[type="radio"] {
        width: 8px;
        height: 8px;
    }
}

.info-panel.active .info-panel-title {
    opacity: 1;
    transform: translate(0, 0);
}

.info-panel-title.exit {
    opacity: 0;
    transform: translate(300px, 300px);
    transition: opacity 1s ease, transform 1s ease;
}

.info-panel-section {
    margin-bottom: 80px;
}

@media (max-width: 1400px) {
    .info-panel-section {
        margin-bottom: 50px;
    }
}

.info-panel.active .info-panel-section p {
    opacity: 1;
    transform: translate(0, 0);
}

.info-panel-section p.exit {
    opacity: 0;
    transform: translate(300px, 300px);
    transition: opacity 1s ease, transform 1s ease;
}

.info-panel.active .info-panel-footer {
    opacity: 1;
    transform: translate(0, 0);
}

.info-panel-footer.exit {
    opacity: 0;
    transform: translate(300px, 300px);
    transition: opacity 1s ease, transform 1s ease;
}

@media (max-width: 768px) {
    .info-panel {
        max-width: 100%;
    }

    .info-panel-header {}

    .info-panel-header.exit {
        opacity: 0;
        transform: translate(100px, 100px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .info-panel-content {
        padding: 40px 30px;
    }

    .info-panel-content.exit {
        opacity: 0;
        transform: translate(300px, 300px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .info-panel-title {
        font-size: 30px;
        margin-bottom: 25px;
        opacity: 0;
        transform: translate(300px, 300px);
        transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    }

    .info-panel.active .info-panel-title {
        opacity: 1;
        transform: translate(0, 0);
    }

    .info-panel-section {
        margin-bottom: 25px;
    }

    .info-panel-section p {
        font-size: 9px;
        line-height: 1.6;
        opacity: 0;
        transform: translate(300px, 300px);
        transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    }

    .info-panel.active .info-panel-section p {
        opacity: 1;
        transform: translate(0, 0);
    }

    .info-panel-footer {
        font-size: 9px;
        padding-top: 30px;
        opacity: 0;
        transform: translate(300px, 300px);
        transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
    }

    .info-panel.active .info-panel-footer {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.site-logo svg {
    width: 176.85px;
    height: 117.26px;
}

@media (max-width: 1400px) {
    .info-panel-content {
        padding: 60px 80px;
    }
}

.slider-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: white;
}

.slider-container .slider-wrapper {
    display: flex;
    width: fit-content;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-container .slider-item {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    position: relative;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-container .slider-item img,
.slider-container .slider-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slider-container .slider-item img,
.slider-container .slider-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* 清除原有的swiper样式 */
.swiper,
.swiper-wrapper,
.swiper-slide,
.swiper-slide-active {
    all: unset;
}