﻿@font-face {
    font-family: Roboto;
    src: url("../font/Roboto-Regular.ttf");
}
@font-face {
    font-family: Roboto coarse;
    src: url("../font/Roboto-Medium.ttf");
}
@font-face {
    font-family: Nexa Text Demo;
    src: url("../font/NexaTextDemo-Bold.ttf");
}
/*@font-face {*/
/*    font-family: Nexa Text-Trial;*/
/*    src: url("../fonts/NexaText-Trial-Light.ttf");*/
/*}*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-thumb{
    width: 5px!important;
}

.scrollbar-track-y{
    z-index: 9999!important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

textarea{
    resize: none;
    font-family: inherit;
}

button{
    border: none;
    cursor: pointer;
}

.header{
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    padding: 0 184px 0 119px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}

body.admin-bar .header {
    top: 32px;
}
.header .logo img{
    width: 178px;
}
.header nav{
    display: flex;
    align-items: center;
}
.header nav a{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0 115px 0 0;
    padding: 20px 0;
    transition: 0.6s;
}

.header nav a:hover{
    color: #F08300;
}

/* active */
.opacity_hide{
    opacity: 0!important;
}

.footer{
    width: 100%;
    background: #171717;
    overflow: hidden;
    position: relative;
}
.footer .background{
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.footer .wrap{
    width: 1540px;
    position: relative;
    z-index: 2;
    margin: 50px auto 15px;
}
.footer .wrap .content{
    display: flex;
    justify-content: space-between;
}
.footer .wrap .content .message img{
    width: 140px;
}
.footer .wrap .content .message .text{
    margin: 63px 0 0 0;
}
.footer .wrap .content .message .text p{
    font-size: 14px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.7;
}
.footer .wrap .content nav{
    display: flex;
    justify-content: space-between;
}
.footer .wrap .content nav ul:not(:last-child) {
    margin: 0 176px 0 0;
}
.footer .wrap .content nav ul > a{
    font-size: 16px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    margin: 0 0 35px 0;
}
.footer .wrap .content nav ul .second a{
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #979595;
    line-height: 28px;
    position: relative;
    display: block;
    transition: 1s;
}
.footer .wrap .content nav ul .second a:after{
    content: '';
    position: absolute;
    left: -15px;
    top: 9px;
    width: 7px;
    height: 7px;
    border: 2px solid #F08300;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
}
.footer .wrap .content nav ul .second a:hover{
    color: #F08300;
}
.footer .wrap .content nav ul .second a:hover:after{
    opacity: 1;
}
.footer .wrap .icon{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(209, 215, 210, 0.1);
    margin: 20px 0 15px 0;
    padding: 0 0 20px 0;
}

.footer .wrap .icon a{
    width: 36px;
    height: 36px;
    border: 1px solid rgba(209, 215, 210, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.footer .wrap .icon a img{
    filter: brightness(0.3);
    transition: 1s;
}

.footer .wrap .icon a:not(:last-child){
    margin: 0 6px 0 0;
}
.footer .wrap .icon a:hover{
    border: 1px solid #fff;
}
.footer .wrap .icon a:hover img{
    filter: unset;
}
.footer .wrap .link{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer .wrap .link a{
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.4;
    transition: 1s;
}
.footer .wrap .link a:hover{
    opacity: 1;
}

/* fixed */
/**/
.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.fixed_banner{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fixed_banner .swiper-wrapper{
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.fixed_banner .swiper{
    width: 100%;
    height: 100%;
}
.fixed_banner img{
    width: 100%;
    height: 100%;
}


/**/
.banner{
    width: 100%;
    height: 695px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .text span{
    font-size: 48px;
    font-family: Nexa Text-Trial;
    font-weight: 300;
    color: #FFFFFF;
}
.bezier .swiper-wrapper{
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}


.header .cut{
    display: flex;
    align-items: center;
}
.header .switching{
    display: flex;
    align-items: center;
    margin: 0 0 0 50px;
    cursor: pointer;
    position: relative;
    padding: 30px 0;
}
.header .switching p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-right: 11px;
    transition: 0.6s;
    font-family: Roboto;
}

.header .switching .iconfont {
    font-size: 15px;
    color: #333;
    transition: 0.6s;
    transform: rotate(180deg);
    font-weight: bold;
    position: relative;
    top: -2px;
}
.header .switching .hide{
    background: #FFFFFF;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(90px);
    padding: 23px 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
    display: none;

}
.header .switching .hide a{
    font-size: 15px;
    font-family: X;
    font-weight: normal;
    color: #101010;
    margin-bottom: 23px;
    display: block;
    transition: 0.6s;
}
.header .switching .hide a:last-child{
    margin-bottom: 0;
}
.header .switching:hover .hide{
    transform: translateX(-50%) translateY(80px);
    opacity: 1;
    pointer-events: unset;
}


@media screen and (max-width: 1856px) {
    body,html{
        width: 100%;
        overflow-x: hidden;
    }
    .footer .wrap .content nav ul:not(:last-child) {
        margin: 0 139px 0 0;
    }
    .footer .wrap{
        width: 90%;
    }
}

@media screen and (max-width: 1792px) {
    .header nav a {
        margin: 0 91px 0 0;
    }
}

@media screen and (max-width: 1680px) {
    .header nav a {
        margin: 0 70px 0 0;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
    .footer .wrap .content nav ul:not(:last-child) {
        margin: 0 79px 0 0;
    }
    .header nav a {
        margin: 0 50px 0 0;
    }
    .header{
        padding: 0 6%;
    }
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 2px!important;
    }
    .header nav{
        display: none;
    }
    .header .logo img {
        width: 125px;
    }
    .header{
        height: 68px;
    }
    .burger{
        display: block!important;
        cursor: pointer;
        z-index: 900;
        width: 50px;
        height: 50px;
        position: relative;
        margin: 0 0 0 20px;
        left: 10px;
    }
    .burger div {
        width: 20px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        will-change: transform;
        -webkit-transition: .75s cubic-bezier(.19,1,.22,1);
        transition: .75s cubic-bezier(.19,1,.22,1);
    }
    .public_on .other .menu .burger div{
        background: #000;
    }
    .burger div:nth-child(1) {
        -webkit-transform: translateY(-6px) scaleX(1);
        transform: translateY(-6px) scaleX(1);
    }
    .burger div:nth-child(1) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

    .burger div:nth-child(2) {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .burger div:nth-child(2) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }
    .burger div:nth-child(3) {
        -webkit-transform: translateY(6px) scaleX(1);
        transform: translateY(6px) scaleX(1);
    }
    .burger div:nth-child(3) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    .burger div:nth-child(4) {
        -webkit-transform: rotate(45deg) scaleX(0);
        transform: rotate(45deg) scaleX(0);
        background: #000;
    }
    .burger div:nth-child(4) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }
    .burger div:nth-child(5) {
        -webkit-transform: rotate(-45deg) scaleX(0);
        transform: rotate(-45deg) scaleX(0);
        background: #000;
    }
    .burger div:nth-child(5) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .nav-deployed .burger div:nth-child(1) {
        -webkit-transform: translateY(-6px) scaleX(0);
        transform: translateY(-6px) scaleX(0);
    }
    .nav-deployed .burger div:nth-child(1) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
    .nav-deployed .burger div:nth-child(2) {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .nav-deployed .burger div:nth-child(2) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }
    .burger div:nth-child(2) {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .nav-deployed .burger div:nth-child(3) {
        -webkit-transform: translateY(6px) scaleX(0);
        transform: translateY(6px) scaleX(0);
    }

    .nav-deployed .burger div:nth-child(3) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav-deployed .burger div:nth-child(4) {
        -webkit-transform: rotate(45deg) scaleX(1);
        transform: rotate(45deg) scaleX(1);
    }
    .nav-deployed .burger div:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    .nav-deployed .burger div:nth-child(5) {
        -webkit-transform: rotate(-45deg) scaleX(1);
        transform: rotate(-45deg) scaleX(1);
    }
    .nav-deployed .burger div:nth-child(5) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }
    .mobile_background{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        overflow: scroll;
        opacity: 0;
        pointer-events: none;
        transition: 1s;
        transform: translateY(10%);
        display: block!important;
    }
    .mobile_background_active{
        opacity: 1!important;
        pointer-events: auto!important;
        transform: translateY(0);
    }
    .mobile_background .joke{
        position: relative;
        margin: 95px 0 0 0;
    }

    .mobile_background .joke ul li{
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        text-align: left;
        padding: 0 20px;
    }
    .mobile_background .joke ul li > a{
        padding: 16px 0;
        display: block;
        font-size: 16px;
        color: #000;
        font-weight: normal;
    }

    .mobile_background .joke ul li .hidden{
        overflow: hidden;
        display: none;
    }
    .mobile_background .joke ul li .hidden div{
        margin: 0 0 15px 0;
    }
    .mobile_background .joke ul li .hidden div a{
        display: block;
        font-size: 13px;
        color: rgba(255,255,255,0.5);
        line-height: 35px;
    }
    .fixed_video{
        background: rgba(0,0,0,0.5) !important;
    }
    .fixed_video video{
        object-fit: contain!important;
    }
    .footer .wrap{
        margin: 60px auto 30px;
    }
    .footer .wrap .content{
        flex-direction: column;
    }
    .footer .wrap .content .message .text {
        margin: 25px 0 0 0;
    }
    .footer .wrap .content .message{
        margin: 0 0 63px 0;
    }
    .footer .wrap .content nav{
        flex-wrap: wrap;
        justify-content: unset;
    }
    .footer .wrap .content nav ul:not(:last-child){
        margin: 0 0 30px 0;
        width: 155px;
    }
    .footer .wrap .content nav ul > a{
        margin: 0 0 19px 0;
    }
    .footer .wrap .icon{
        margin: 12px 0 39px 0;
    }
    .footer .wrap .link{
        flex-direction: column;
    }
    .footer .wrap .link a{
        font-size: 13px;
        line-height: 25px;
    }
    .fixed_banner img{
        margin-top: -2%;
        height: 102%;
    }
    .banner .text span{
        font-size: 38px;
    }
}

