
@font-face {
    font-family: 'Miedinger';
    src: url("../fonts/miedinger-bold.ttf")
}

html {
    overflow: hidden
}

body {
    height: 100vh !important;
    overflow: hidden
}

body.start {
    height: auto !important;
    overflow: unset
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "BMW Motorrad Type Global Pro", "PingFang SC", "Microsoft YaHei", sans-serif
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'BMW Motorrad Type Global Pro', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    background-size: 10.4166666667vw 10.4166666667vw
}

:root {
    --color: #0090D5
}

*, *::after, *::before {
    box-sizing: border-box
}

.parallax {
    width: 100%;
    height: 100%
}

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 20px 0 0
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    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: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    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-scrolling iframe {
    pointer-events: none
}

.lenis_scroll {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: #9B9A9A
}

.lenis_scroll::-webkit-scrollbar-track {
    background: #E9E9E9
}

.lenis_scroll::-webkit-scrollbar {
    width: 3px !important;
    display: block
}

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: 81px;
    padding: 0 1.0416666667vw;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.header.on {
    background: #F9F7F5
}

.header.on .logo img:first-child {
    opacity: 0
}

.header.on .logo img:last-child {
    opacity: 1
}

.header.on .nav .item > a {
    color: #1A1A1A
}

.header.on .nav .item > a:after {
    background: #1A1A1A
}

.header.on .nav .item .level .joke {
    background: #fff
}

.header.on .r .head_search {
    background: #E3E3E3
}

.header.on .r .head_search .iconfont {
    color: #1A1A1A
}

.header.on .r .links {
    border: 1px solid #1A1A1A;
    color: #1A1A1A
}

.header.on .r .links:hover {
    background: #1A1A1A;
    color: #fff
}

.header .nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    display: flex;
    align-items: center;
    gap: 60px
}

.header .nav .item {
    position: relative;
    padding: 20px 0;
    cursor: pointer
}

.header .nav .item:hover > a:after {
    transform: translateX(-50%) scale(1)
}

.header .nav .item:hover .level {
    pointer-events: auto
}

.header .nav .item:hover .level .joke {
    opacity: 1;
    transform: translateY(0)
}

.header .nav .item > a {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    transition: .6s ease
}

.header .nav .item > a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 8px;
    height: 8px;
    background: #fff;
    transition: .2s ease
}

.header .nav .item .level {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 160px;
    pointer-events: none
}

.header .nav .item .level .joke {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    margin: 10px 0 0 0;
    padding: 8px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: .4s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05)
}

.header .nav .item .level .joke a {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 42px;
    display: block;
    text-align: center
}

.header .logo {
    width: 200px;
    position: relative
}

.header .logo img {
    width: 100%;
    height: 100%;
    transition: .6s ease;
    object-fit: contain;
}

.header .logo img:first-child {
    filter: brightness(0) invert(1)
}

.header .logo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header .r {
    display: flex;
    gap: 20px
}

.header .r .head_search {
    width: 44px;
    height: 44px;
    background: #E3E3E3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border .1s, width .6s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.header .r .head_search input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 50%;
    font-size: 16px;
    pointer-events: none;
    opacity: 0;
    transition: .6s ease
}

.header .r .head_search.on {
    width: 200px;
    border-radius: 22px
}

.header .r .head_search.on input {
    opacity: 1;
    pointer-events: auto
}

.header .r .head_search .iconfont {
    color: #000;
    font-size: 17px;
    position: absolute;
    right: 14px
}

.header .r .links {
    width: 130px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease
}

.header .r .links:hover {
    background: #fff;
    color: #111
}

header.active .header {
    background: #F9F7F5
}

header.active .header .logo img:first-child {
    opacity: 0
}

header.active .header .logo img:last-child {
    opacity: 1
}

header.active .header .nav .item > a {
    color: #1A1A1A
}

header.active .header .nav .item > a:after {
    background: #1A1A1A
}

header.active .header .nav .item .level .joke {
    background: #fff
}

header.active .header .r .head_search {
    background: #E3E3E3
}

header.active .header .r .head_search .iconfont {
    color: #1A1A1A
}

header.active .header .r .links {
    border: 1px solid #1A1A1A;
    color: #1A1A1A
}

header.active .header .r .links:hover {
    background: #1A1A1A;
    color: #fff
}

.common_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 16.6145833333vw 0 0 0;
    height: 3.5416666667vw
}

.common_top > p {
    font-family: 'BMW Motorrad Type Global Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 1.875vw;
    text-transform: uppercase
}

.common_top .common_title {
    display: flex;
    align-items: center;
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 3.125vw;
    color: #1A1A1A;
    text-transform: uppercase;
    gap: 1.5625vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    margin: auto;
    justify-content: center
}

.common_top .common_title.on > p div {
    transform: translateY(0)
}

.common_top .common_title.on .add {
    opacity: 1;
    transition-delay: .8s
}

.common_top .common_title p {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 3.125vw;
    color: #1A1A1A;
    text-transform: uppercase;
    width: 0;
    height: 3.125vw;
    overflow: hidden;
    transition: 3.5s cubic-bezier(0.45, 0.49, 0, 1)
}

.common_top .common_title p div {
    transform: translateY(200%)
}

.common_top .common_title p * {
    font-family: 'Miedinger', sans-serif
}

.common_top .common_title .add {
    width: .8854166667vw;
    height: .8854166667vw;
    position: absolute;
    bottom: -1.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1s
}

.common_top .common_title .add:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1A1A1A;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.common_top .common_title .add:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #1A1A1A;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.common_search {
    width: 48.9583333333vw;
    height: 3.9583333333vw;
    margin: 3.1770833333vw auto 0;
    background: #FFFFFF;
    border-radius: .3125vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.9791666667vw 0 2.4479166667vw
}

.common_search input {
    height: 100%;
    width: 80%;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: .8333333333vw
}

.common_search input::placeholder {
    color: #969696
}

.common_search .iconfont {
    font-size: 1.1458333333vw;
    color: #000;
    cursor: pointer
}

.parallaxImg {
    overflow: hidden
}

.parallaxImg img {
    max-height: unset
}

.footer {
    margin: 1.0416666667vw;
    background: #E3E3E1;
    border-radius: 1.71875vw;
    padding: 6.1458333333vw 4.6875vw 2.65625vw 4.6875vw
}

.footer .big_text {
    text-align: center
}

.footer .big_text p {
    font-family: 'Miedinger', sans-serif;
    font-weight: bold;
    font-size: 7.2916666667vw;
    color: #1A1A1A;
    line-height: 7.2916666667vw;
    opacity: 0.1;
    width: fit-content;
    margin: auto
}

.footer .big_text p * {
    font-family: 'Miedinger', sans-serif
}

.footer .pick {
    font-weight: 400;
    font-size: .9375vw;
    color: #1A1A1A;
    margin: 4.375vw 0 2.96875vw;
    text-align: center;
    text-transform: uppercase;
    font-family: 'BMWTypeWebBoldAll', sans-serif
}

.footer .line {
    width: 100%;
    height: 1px;
    background: #2D2D2D;
    transform-origin: left;
    transform: scaleX(0);
    transition: 2s
}

.footer .line.aos-animate {
    transform: scaleX(1)
}

.footer .content {
    margin: 5.6770833333vw 0 0 0;
    display: flex;
    justify-content: space-between
}

.footer .content .l .foo_img {
    width: 12.8125vw
}

.footer .content .l .dis {
    margin: 2.6041666667vw 0 0 0;
    display: flex;
    gap: 3.3854166667vw
}

.footer .content .l .dis a {
    font-weight: bold;
    font-size: .7291666667vw;
    color: #1A1A1A
}

.footer .content .foo_nav {
    display: flex;
    gap: 7.8125vw
}

.footer .content .foo_nav .item > a {
    font-weight: bold;
    font-size: .9375vw;
    color: #1A1A1A;
    display: block;
    width: fit-content;
    margin: 0 0 2.7604166667vw
}

.footer .content .foo_nav .item .level a {
    font-weight: 400;
    font-size: .7291666667vw;
    color: #888888;
    line-height: 1.6666666667vw;
    width: fit-content;
    display: block;
    transition: .6s ease
}

.footer .content .foo_nav .item .level a:hover {
    color: #000
}

.footer .links {
    display: flex;
    justify-content: space-between;
    margin: 2.6041666667vw 0 0 0
}

.footer .links p, .footer .links a {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    transition: .6s ease
}

.footer .links a:hover {
    color: #000
}

.cursor {
    position: fixed;
    pointer-events: none;
    width: 132px;
    height: 65px
}

.cursor.on .scale {
    transform: rotate(-20deg) scale(1)
}

.cursor .scale {
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 36px;
    display: flex;
    padding: 9px 15px;
    gap: 10px;
    transform: rotate(-20deg) scale(0);
    transition: .3s ease
}

.cursor span {
    width: 8px;
    height: 8px;
    background: #F5F5F5;
    border-radius: 50%;
    margin: 5px 0 0 0
}

.cursor p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: 'BMWTypeWebBoldAll', sans-serif
}


@media screen and (max-width: 1919px) {
    .header{
        height: 4.21875vw;
    }
    .header .nav{
        gap: 3.125vw;
    }
    .header .nav .item{
        padding: 1.0416666667vw 0px;
    }
    .header .nav .item > a{
        font-size: 0.9375vw;
    }
    .header .nav .item > a::after{
        bottom: -0.78125vw;
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .header .nav .item .level{
        width: 8.3333333333vw;
    }
    .header .nav .item .level .joke{
        border-radius: 0.5208333333vw;
        margin: 0.5208333333vw 0px 0px;
        padding: 0.4166666667vw 0px;
        transform: translateY(1.0416666667vw);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.0416666667vw;
    }
    .header .nav .item .level .joke a{
        font-size: 0.8333333333vw;
        line-height: 2.1875vw;
    }
    .header .logo{
        width: 10.41666vw;
    }
    .header .r{
        gap: 1.0416666667vw;
    }
    .header .r .head_search{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
        border-radius: 2.6041666667vw;
    }
    .header .r .head_search input{
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .header .r .head_search.on{
        width: 10.4166666667vw;
        border-radius: 1.1458333333vw;
    }
    .header .r .head_search .iconfont{
        font-size: 0.8854166667vw;
        right: 0.7291666667vw;
    }
    .header .r .links{
        width: 6.7708333333vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        font-size: 0.8333333333vw;
    }
    .common_top > p{
        font-size: 0.7291666667vw;
    }
    .footer .links p, .footer .links a{
        font-size: 0.7291666667vw;
    }
    .cursor{
        width: 6.875vw;
        height: 3.3854166667vw;
    }
    .cursor .scale{
        border-radius: 1.875vw;
        padding: 0.46875vw 0.78125vw;
        gap: 0.5208333333vw;
    }
    .cursor span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0.2604166667vw 0px 0px;
    }
    .cursor p{
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
}

@media screen and (max-width: 1024px) {
    .parallax{
        transform: none!important;
    }
    .header{
        height: 60px;
        padding: 0 5%;
        background: #F9F7F5;
    }
    .header .logo img:last-child {
        opacity: 1;
    }
    .header .logo img:first-child {
        opacity: 0;
    }
    .header .logo{
        width: 120px;
        height: fit-content;
    }
    .header .nav{
        display: none;
    }
    .header .r .head_search{
        width: 30px;
        height: 30px;
        border-radius: 50px;
    }
    .header .r .head_search .iconfont{
        font-size: 12px;
        right: 9px;
    }
    .header .r .head_search.on{
        width: 120px;
        border-radius: 22px;
    }
    .header .r .head_search input{
        padding: 0 15px;
        font-size: 12px;
    }
    .header .r .links{
        display: none;
    }
    .footer{
        padding: 50px 5%;
        margin: 10px;
        border-radius: 15px;
    }
    .footer .big_text p{
        font-size: 30px;
        line-height: 1;
    }

    .footer .pick{
        font-size: 13px;
        margin: 22px 0;
        line-height: 22px;
    }
    .footer .content{
        margin: 0;
    }
    .footer .content .l{
        width: 100%;
    }
    .footer .content .l .foo_img{
        width: 120px;
        margin: auto;
        display: block;
    }

    .footer .content .l .dis{
        margin: 25px 0 0 0;
        gap: 14px;
    }
    .footer .content .foo_nav{
        display: none;
    }


    .footer .links{
        margin: 35px 0 0 0;
        flex-direction: column;
        text-align: center;

    }
    .footer .links p, .footer .links a{
        font-size: 13px;
        line-height: 23px;
    }

    .footer .content .l .dis{
        display: none;
    }
    body {
        height: auto !important;
        overflow: unset;
    }
    html {
        overflow: unset;
    }
    .header .logo img{
        object-fit: contain;
    }

    .common_top{
        margin: 90px 0 0 0;
        height: auto;
        flex-wrap: wrap;
    }
    .common_top .common_title{
        gap: 10px;
        font-size: 26px;
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .common_top .common_title p{
        width: fit-content;
        height: auto;
        font-size: inherit;
    }
    .common_top > p{
        font-size: 12px;
        line-height: 25px;
    }
    .common_top .common_title .add{
        display: none;
    }
    .common_search{
        width: 100%;
        height: 50px;
        margin: 25px 0 0 0;
        border-radius: 6px;
        padding: 0 15px;
    }

    .common_search input{
        font-size: 14px;
    }

    .common_search .iconfont{
        font-size: 13px;
    }

    .parallaxImg img{
        width: 100% !important;
        height: 100% !important;
        transform: none!important;
    }

    .cursor{
        display: none;
    }
    .footer .content{
        flex-direction: column;
    }
}

