@font-face {
    font-family: 'BlenderProBold';
    src: url('./blender-pro-bold.ttf') format('truetype');
}

::-webkit-scrollbar {
    width: 0.8rem;

}

::-webkit-scrollbar-track {
    background: #f5f5f5;

}

::-webkit-scrollbar-thumb {
    background: #917236;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
    background: #dbb86e;
}



:root {
    --global-color-1: #dbb86e;
    --global-color-2: #917236;
    --global-font: 'Microsoft Yahei', 'PingFang SC', 'Arial', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --global-font-chinese: STZhongsong, 'Microsoft Yahei', 'PingFang SC', 'Arial', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --global-font-blender: 'BlenderProBold', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

html {
    scroll-behavior: smooth;
    font-family: var(--global-font);
}

.nav-btns {
    display: flex;
    text-align: center;

}

.nav-btns a {
    width: 6rem;
    font-size: 0.8rem;
}

.cta {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 12px 18px;
    background-color: var(--global-color-1);
    color: #fff;
    border-radius: 5px;
    transition: all 0.2s ease-out;

}


.cta:hover {

    background-color: #e9cb8b;

}

.contact {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 12px 18px;
    border-radius: 5px;
    color: var(--global-color-2);
    transition: all 0.2s ease-out;
    margin-right: 0.5rem;
    border: 1px solid var(--global-color-2);
}

.contact:hover {

    background-color: #eee8da;

}



.custom-link {
    color: #917236;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-out;
}

.custom-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #917236;
    transition: all 0.2s ease-out;
}

.custom-link:hover::after {
    width: 100%;
}

.custom-link:active {
    color: #000000c9;
}

.custom-link-2 {
    color: #917236;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-out;
}

.custom-link-2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #917236;
    transition: all 0.2s ease-out;
}

.custom-link-2:hover::after {
    width: 100%;
}

.custom-link-2:active {
    color: #000000c9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {


    min-height: 100vh;

    max-width: 100%;

}

.nav-scrolled {
    box-shadow: 0 0 20px #a9a9a954;
    background-color: rgba(255, 255, 255, 0.8);
}

.nav {
    user-select: none;

    position: fixed;
    top: 0;

    left: 0;

    margin: 0 auto;
    z-index: 1000;
    width: 100vw;

    backdrop-filter: saturate(120%) blur(50px);
    color: #5c5c5c;

    padding-left: 2rem;
    padding-right: 2rem;

    transition: 0.2s all ease-out;

}



.brand-video {
    max-width: 30rem;
}



.nav-inner {
    margin: auto;
    max-width: 70rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
}



.logo {}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 2rem;

    font-size: 0.8rem;
}

.menu-btn {
    display: none;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 15rem;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px #00000033;
    transition: all 0.2s ease-out;
    z-index: 10000;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;

    align-items: center;
    gap: 1rem
}

.side-menu.active {
    right: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-close-btn {
    color: #fff;
    background-color: #917236;
    padding: 0.5rem 2rem;
    border-radius: 8px;
}

.menu a {
    color: #00000083
}


.ss-main {
    display: flex;
    align-items: center;

    flex-direction: column;
    background: radial-gradient(circle, #f1ebde 0%, #ffffff 50%);
    background-repeat: no-repeat;
    background-size: 150% 150%;

    padding-top: 10rem;


    height: 100vh;
    position: relative;
}

.main-tips {
    position: absolute;
    bottom: 5rem;
    font-size: 0.8rem;
    color: #4b4b4ba9;
    user-select: none;
}

.ss-year {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5rem;
    user-select: none;
}

.year-2025 {
    font-size: 8rem;

    font-family: var(--global-font-blender);
    background-image: linear-gradient(90deg, #917236, #DBB86E);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.year-inf {
    font-size: 3rem;
    font-family: var(--global-font-chinese);
    font-weight: 500;
    background-image: linear-gradient(90deg, #5f5f5f, #929292);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 20px #a8a8a870;
}

.ss-sub {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 8rem;
}

.sub-t {
    font-size: 1.2rem;
    color: var(--global-color-2);
    font-weight: 400;
    font-family: var(--global-font-chinese);
    user-select: none;
}

.sub-btns {
    font-size: 1rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-family: var(--global-font);
    font-weight: 500;


}

.sub-btns a {
    background-color: #dbb86e;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease-out;
    user-select: none;
    background: linear-gradient(180deg, #e9cb8b, #c4a666);
    box-shadow: 0 2px 10px 0 #e9cb8b;
    border-radius: 5px;
    font-size: 0.9rem;
    border: 1px solid #e9cb8b;
}

.sub-btns a:active {
    color: #fff;
}

.sub-btns a:hover {
    background-color: #e9ca87;
    box-shadow: 0 8px 50px 0 #e9cb8b;
    transform: translateY(-2px) scale(1.04);

}

.content {

    margin-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.container {
    max-width: 70rem;
    margin: auto;
}

.heading {
    color: #917236;
    font-size: 2rem;
    text-align: center;
    font-family: var(--global-font-chinese);
}

.details-t {
    color: #494949;
    font-family: var(--global-font-chinese);
    margin-top: 1rem;
    text-indent: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

.details-t-heading {
    text-indent: 0;
    font-family: var(--global-font-chinese);
    margin-top: 1rem;
    border-top: 1px solid #917236;
    padding-top: 0.5rem;
    color: #917236;
    margin-bottom: 1rem;

}

.st-global {
    display: flex;
    margin-top: 10rem;
    justify-content: space-between;
    align-items: center
}


.t-right img {
    max-width: 20rem;
}

.t-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
}

.t-r-right {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 3rem;
}

.t-r-left img {
    max-width: 20rem;
}

.download-page {
    display: flex;
    align-items: center;
    padding-top: 15rem;
    justify-content: center;
    flex-direction: column;
}

.download-heading {
    font-size: 2rem;
    color: var(--global-color-2);
    font-family: var(--global-font-chinese)
}

.download-inf {
    margin-top: 2rem;
}

.download-reactions {
    user-select: none;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    justify-content: center;
    flex-direction: row;
    font-family: var(--global-font);

}

.download-reactions div {
    color: #fff;
    background-color: var(--global-color-1);
    font-size: 1.2rem;

    border-radius: 8px;
    margin: 1rem;
    padding: 1rem 2rem;
    transition: all 0.2s ease-out;
}

.download-reactions div:hover {
    cursor: pointer;
    background-color: #eccc86;
    box-shadow: 0 4px 20px #d4b778b9;

}

.page-footer {
    display: flex;
    margin-top: 15rem;
    padding-bottom: 5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.footer-icon-record2 {
    margin-right: 8px;
    display: block;
    height: 18px;
    width: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAACXlBMVEUAAADax4rGxqP556zmsVD/6KXu5JvwvFPglEFnY3nnpEjosU1+XFTmuVfu13Hrv1jpsFa1k3mne2HlvnPdqmPqz3fu3YrJoWv04J/mz5z246aSi3i2p2/0zGj82WDrtFjar1O7klO4dkfimUJcWnbho0rgr1vntFfmvFflvGOZdFKXZkOUemnmv2XkuWWVe2ziqlXnt1Tr0HDpwl6ObmCkbEKqhVyOc2jdoVHmuljfrmDq0nPapWDUnErqy3XjtWXesXLrzHjz34rqzYfmw3fy4YrqyYDevW/dzoTIhkndsXLRsIneuHjlyIzQroTjuXjlyYfktWvw2prhvoHTmGfx45j3773TuYT/25LdijyKf321oXU+Nm3cumXfuWLtwlzpwVz40FvpvlvqvFfouFXjrlHipEjcmEfknEXPbzfbZyzZQR/YMBrWKBrhJhLdHxDTGg5HV4xBT4YYKYaWk4SDgYIWIYBybH0qLn1KS3tlZHpNS3WGfHIcHXEwLHAnF28rKW07NGuzn2pNQ2ruzWnDrGnuy2jryGjAnGgoH2j1x2RCNGPcrmIsEGGQdl/pu17YtV7FoV3muVxoRVzWqFvSmVp2SVbyw1XbkVTuvFPfo1PgmVPpt1LcnFLWkVLlp1F7W1HpsU92QE5oMUtFAUrpqUjnjUFOAEHUgz+DUj14FzvbczieMTdhATfodjXWcDXcbjXVcTS/Xi/hay7WXS3cWS3vYyvaVSrUVymnJSjXSyeKDSbNSiWfHCPMTyLFQiHkSR/lPxvVLRrPLBnUJRfUHhbaJxXVGxTZJxPNFhBdOhm/AAAAWXRSTlMABQIU/hIJ/v79/Pj29PPx4cC6s7CNfmxZWRv+/v7+/v7+/v78/Pr6+fPz8vHq6ujl5eTj4ODe2NTQzMW6ubKsnJeQkJCJiIOBgX9ubGpoW1lMREM0JR8dDgvYx1gAAAE7SURBVBjTYgADJmZJQUFJZiYGOGD2EzLV1jIT8paCibCJ86zctGPD1D4ecUaICKuPyYLMYznZOfNqzP0jwEJBOt1KB4/mHjqZ3dGsHwxW5M4Zk5l/PPdIQcGMShUPVqBlgQLlMSvyDq+P3HVidjWnkQQTA5MXV1SFYtb+jZGrl02si2J3Y2JgFMmILl68efueLVvXLSqLXirCCBgDow1HT+GS/AP7srblLS+K5bIHCjmodpXUr929d+eaVb3SsuouQCHhufPjShsbJk/rrK2KW8hiBxRyVkvnkI9tnaDQJDNFOU1DDOjRMEfe9Mjpiewz5RIzZmmKMoPcKqGbkJqSkBSfnDqpXS+ACeRpJ76W/uSUpDlpLPFtfK5soLAKFbU05Odm4eblN7YWk4KEGWOIp62FgYCVsG84SAAAL7BaooX965sAAAAASUVORK5CYII=);
}

.security {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1rem;
    font-family: var(--global-font-chinese);
    font-size: 1rem;
    font-weight: 500;
    color: var(--global-color-2);
}

.copyright {
    font-family: var(--global-font-chinese);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--global-color-2);
}


.popup {
    position: fixed;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7474745d;
    display: none;

}

.popup-inner {
    width: 30rem;
    height: 35rem;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 50px #8c8c8c7a;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    margin: 1rem;
}

.popup-inner img {
    max-height: 25rem;
}


.btn-back {
    cursor: pointer;
    color: #917236;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-out;
}

.btn-back::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background-color: #917236;
    transition: all 0.2s ease-out;
}

.btn-back:hover::after {
    width: 100%;
}

.popup-contact-t {
    color: #917236;
    font-size: 1.2rem;
}

.popup-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}

.popup-img img {
    max-width: 12rem;

}

.download-inf-wechat {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

.download-inf-wechat img {
    max-width: 10rem;
    max-height: 10rem;
}

.download-inf-wechat ._t {
    color: #acacac;
    font-size: 0.8rem;
    font-family: var(--global-font);
    user-select: none;
}

.mobile-menu {
    display: none;
}

.st-team {
    flex-direction: column;
    gap: 2rem;
}

.st-team .t-r-right {
    align-items: center;
    margin-left: 0;
}

@media (max-width: 1000px) {
    .menu {
        font-size: 0.8rem;
    }

}

@media (max-width: 900px) {
    .menu {
        font-size: 0.7rem;
    }

    .nav-btns a {
        width: 5rem;
        height: 2.2rem;
        padding: 0.5rem 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 800px) {
    .menu-btn {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .nav-btns {
        display: none;
    }

    .custom-link {
        display: none;
    }

    .st-global {
        flex-direction: column;
        align-items: center;
    }

    .t-left {
        margin-right: 0;
    }

    .t-right {
        margin-top: 2rem;
    }

    .t-r-right {
        margin-left: 0;
        margin-top: 2rem;
        justify-content: center;
        align-items: center;

        flex-direction: column;
    }

    .year-2025 {
        font-size: 5rem;
    }

    .year-inf {
        font-size: 3rem;
    }
}

@media (max-width: 700px) {

    .year-2025 {
        font-size: 4.5rem;
    }

    .year-inf {
        font-size: 2.5rem;
    }

    .download-reactions div {
        font-size: 1rem;
    }

}

@media (max-width: 580px) {
    .year-2025 {
        font-size: 4rem;
    }

    .year-inf {
        font-size: 2rem;
    }
}

@media (max-width: 500px) {


    .brand-video {
        max-width: calc(100vw - 2rem);
    }

    .download-inf-wechat ._t {
        font-size: 0.7rem;
    }

    .download-inf-wechat img {
        max-width: 8rem;
        max-height: 8rem;
    }


    .popup-inner {
        width: 25rem;
        height: 20rem;
        padding: 1rem;

    }

    .popup-img img {
        max-height: 15rem;
        max-width: 8rem;
    }

    .sub-t {
        font-size: 1rem;
    }

    .sub-btns a {
        padding: 0.7rem 1.5rem;
        font-size: 0.8rem;
    }

    .download-reactions div {
        font-size: 0.8rem;
        padding: 0.7rem 1.2rem;
        margin: 0.5rem;
    }

    .download-inf {
        font-size: 0.8rem;
    }

    .details-t {
        font-size: 0.8rem;
    }

    .heading {
        font-size: 1.5rem;
    }

    .page-footer {
        margin-top: 10rem;
    }

    .page-footer div {
        font-size: 0.8rem;
    }

    .content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .year-2025 {
        font-size: 3.5rem;
    }

    .year-inf {
        font-size: 1.5rem;
    }
}