@font-face {
    font-family: Poppins;
    src: url("../font/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins l;
    src: url("../font/Poppins-Light.ttf");
}

@font-face {
    font-family: Poppins m;
    src: url("../font/Poppins-Medium.ttf");
}



* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: Poppins l, "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: Poppins l, "PingFang SC", "Microsoft YaHei", sans-serif;


}

*, *::after, *::before {
    box-sizing: border-box;
    scrollbar-width: none; /* Firefox 64+ */
    -ms-overflow-style: none; /* IE and Edge */
}

img {
    object-fit: cover;
    vertical-align: middle;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper, .div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
}

[data-lenis-prevent] {
    padding: 0 1.0416666667vw 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 7px;
    display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 8px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px;
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0.5 !important;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.1458333333vw;
    padding: 0 3.125vw;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    background: #ffffff;
}

.header .logo {
    display: block;
    width: 10.4166666667vw;
    transition: 0.6s;
}

.header .header_r {
    display: flex;
    align-items: center;
}

.header .header_r .nav {
    display: flex;
    align-items: center;
    gap: 0 2.0833333333vw;
    margin-right: 1.5104166667vw;
}

.header .header_r .nav a {
    display: block;
    font-family: Poppins m;
    font-weight: 500;
    font-size: 0.7291666667vw;
    color: #231815;
    transition: 0.6s;
    position: relative;
}

.header .header_r .nav a:after {
    content: "";
    width: 100%;
    height: 0.0520833333vw;
    background: #231815;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.6s;
}

.header .header_r .nav a:hover:after, .header .header_r .nav a.on:after {
    transform: scaleX(1);
}

.header .header_r .lan {
    font-family: Poppins m;
    font-weight: 500;
    font-size: 0.7291666667vw;
    color: #231815;
    padding: 0 0 0 1.09375vw;
    border-left: 0.0520833333vw solid rgba(35, 24, 21, 0.22);
    line-height: 1;
    transition: 0.6s;
    cursor: pointer;
}

.header .header_r .lan:hover {
    color: #A61E41 !important;
}

.header.header_on {
    background: unset;
}

.header.header_on .logo {
    filter: brightness(0) invert(1);
}

.header.header_on .header_r .nav a {
    color: #FFFFFF;
}

.header.header_on .header_r .nav a:after {
    background: #FFFFFF;
}

.header.header_on .header_r .lan {
    color: #FFFFFF;
    border-left: 0.0520833333vw solid #FFFFFF;
}

.header.on {
    height: 3.6458333333vw;
    background: #ffffff;
}

.header.on .logo {
    filter: brightness(1);
}

.header.on .header_r .nav a {
    color: #231815;
}

.header.on .header_r .nav a:after {
    background: #231815;
}

.header.on .header_r .lan {
    color: #231815;
    border-left: 0.0520833333vw solid rgba(35, 24, 21, 0.22);
}

.footer {
    padding: 5.5208333333vw 0 5.4166666667vw;
    background: #FAF8F7;
}

.footer .wrap {
    width: 93.75vw;
    margin: 0 auto;
}

.footer .wrap .footer_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.0520833333vw solid rgba(35, 24, 21, 0.2);
    padding: 0 0 2.0833333333vw;
    margin: 0 0 2.6041666667vw;
}

.footer .wrap .footer_top .footer_top_logo {
    width: 15.7291666667vw;
    margin: 0 0 0.78125vw;
}

.footer .wrap .footer_top p {
    line-height: 1;
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #231815;
    text-transform: uppercase;
}

.footer .wrap .footer_top .r {
    display: flex;
    align-items: center;
    gap: 0 2.6041666667vw;
}

.footer .wrap .footer_top .r .iconfont {
    cursor: pointer;
    font-size: 1.25vw;
    color: #231815;
    transition: 0.6s;
}

.footer .wrap .footer_top .r .iconfont:hover {
    color: #a61e41;
}

.footer .wrap .footer_bottom {
    padding: 0 4.8958333333vw 0 0;
    display: flex;
    justify-content: space-between;
}

.footer .wrap .footer_bottom .l h5 {
    font-family: Poppins m;
    font-weight: bold;
    font-size: 1.4583333333vw;
    color: #231815;
    text-transform: uppercase;
    margin: 0 0 2.0833333333vw;
}

.footer .wrap .footer_bottom .l .flex {
    display: flex;
}

.footer .wrap .footer_bottom .l .flex p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #231815;
    line-height: 1.4583333333vw;
}

.footer .wrap .footer_bottom .l .flex p:nth-child(2) {
    margin: 0 1.6666666667vw 0 6.5625vw;
}

.footer .wrap .footer_bottom .l .l_bottom {
    margin: 3.4895833333vw 0 0;
}

.footer .wrap .footer_bottom .l .l_bottom p, .footer .wrap .footer_bottom .l .l_bottom a {
    display: block;
    width: fit-content;
    font-weight: 300;
    font-size: 0.7291666667vw;
    color: #231815;
    line-height: 1.4583333333vw;
    transition: 0.6s;
}

.footer .wrap .footer_bottom .l .l_bottom a:hover {
    color: #a61e41;
}

.footer .wrap .footer_bottom .r a {
    display: block;
    font-family: Raleway m;
    font-weight: 500;
    font-size: 1.25vw;
    color: #807673;
    line-height: 2.5vw;
    transition: 0.6s;
    text-transform: capitalize;
}

.footer .wrap .footer_bottom .r a:hover {
    color: #231815;
}

.common_banner {
    padding: 6.1979166667vw 3.125vw 0;
}

.common_banner .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.common_banner .img img {
    display: block;
    width: 100%;
    transition: 2s;
    transform: scale(1.1);
}

.common_banner .img .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.common_banner .img .text h5 {
    margin-bottom: 0.5208333333vw;
}

.common_banner .img .text h5 div {
    font-weight: 400;
    font-size: 1.875vw;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .img .text p div {
    font-weight: 400;
    font-size: 6.25vw;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner.on .img img {
    transform: scale(1);
}

.common_bottom {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.common_bottom .bg {
    width: 100%;
    height: 100%;
}

.common_bottom .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.common_bottom .text_box {
    position: absolute;
    z-index: 3;
    width: 41.6666666667vw;
    background: rgba(255, 255, 255, 0.95);
    padding: 5.2083333333vw 0;
    top: 80vh;
}

.common_bottom .text_box h5 {
    font-weight: 400;
    font-size: 2.6041666667vw;
    color: #231815;
    line-height: 3.125vw;
    text-align: center;
    text-transform: uppercase;
}

.common_bottom .text_box .more {
    width: fit-content;
    margin: 3.3854166667vw auto 0;
}

.common_bottom .text_box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 3.5416666667vw;
    background: #231815;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.6s;
}

.common_bottom .text_box .more a:hover {
    background: #A61E41;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 768px) {
    .header {
        height: 60px;
        padding: 0 5vw;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background: #FFFFFF !important;
    }

    .header .logo {
        width: 150px;
        filter: unset !important;
    }

    .header .header_r .nav {
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: -1;
        background: #FFFFFF;
        display: block;
        top: 0;
        left: 0;
        padding: 100px 5vw 0;
        clip-path: inset(0 0 100% 0);
        transition: 1s;
    }

    .header .header_r .nav.on {
        clip-path: inset(0 0 0 0%);
    }

    .header .header_r .nav a {
        line-height: 50px;
        font-size: 16px;
        border-bottom: 1px solid #CCCCCC;
        color: #111111 !important;
    }

    .header .header_r .nav a:after {
        display: none;
    }

    .header .header_r .lan {
        font-size: 16px;
        border: none;
        margin-right: 15px;
    }

    .header.on {
        height: 60px;
    }

    .header .header_r .menu {
        width: 26px;
        height: 10px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

    .header .header_r .menu span {
        display: block;
        width: 0;
        height: 1px;
        background: #111111;
        transition: 0.6s;
        animation: 2s width infinite linear;
    }

    .header .header_r .menu span:nth-child(2) {
        animation-delay: 300ms;
    }

    .header .header_r .menu.on span {
        width: 100% !important;
    }

    .header .header_r .menu.on span:nth-child(2) {
        transform: translateY(-4px);
    }

    .header .header_r .menu.on_ span:nth-child(2) {
        transform: translateY(-4px) rotate(-45deg);
    }

    .header .header_r .menu.on span:nth-child(1) {
        transform: translateY(5px);
    }

    .header .header_r .menu.on_ span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }
    .header .header_r .nav a {
        opacity: 0;
        transform: translateY(20px);
    }
    .header .header_r .nav.on a {
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.4s;
    }
    .common_banner {
        padding: 60px 0 0;
    }
    .footer .wrap {
        width: 90%;
    }
    .footer {
        padding: 50px 0 20px;
    }
    .footer .wrap .footer_top {
        padding: 0 0 15px;
    }
    .footer .wrap .footer_top .footer_top_logo {
        width: 180px;
        margin: 0 0 20px;
    }
    .footer .wrap .footer_top p {
        font-size: 16px;
        line-height: 1.6;
    }
    .footer .wrap .footer_bottom .r {
        display: none;
    }
    .footer .wrap .footer_bottom .l {
        width: 100%;
    }
    .footer .wrap .footer_bottom {
        padding: 20px 0 0;
    }
    .footer .wrap .footer_bottom .l h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .footer .wrap .footer_bottom .l .flex {
        flex-wrap: wrap;
    }
    .footer .wrap .footer_bottom .l .flex p {
        font-size: 14px;
        line-height: 1.6;
    }
    .footer .wrap .footer_bottom .l .l_bottom {
        margin: 20px 0 0;
        border-top: 1px solid rgba(35, 24, 21, 0.2);
        padding: 15px 0 0;
    }
    .footer .wrap .footer_bottom .l .l_bottom p, .footer .wrap .footer_bottom .l .l_bottom a {
        font-size: 14px;
        line-height: 1.6;
    }
    .footer .wrap .footer_bottom .l .flex p:nth-child(1) {
        width: 100%;
        margin-bottom: 5px;
    }
    .footer .wrap .footer_bottom .l .flex p:nth-child(2) {
        margin: 0 20px 0 0;
    }
    .common_bottom {
        height: unset;
    }
}

@keyframes width {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
