* {
    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-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 4px !important;
}

.scrollbar-track:hover {
    cursor: grab;
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
@font-face {
    font-family: Roboto;
    src: url(/static/font/Roboto-Regular.ttf);
}

@font-face {
    font-family: Play;
    src: url(/static/font/Play-Regular.ttf);
}

img {
    object-fit: cover;
}

header {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1209;
}

header .header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header nav ul, header .header .contact {
    display: flex;
    align-items: center;
}

header .header nav ul li a {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #171717;
    transition: 0.6s;
}



header .header nav ul li {
    margin-right: 80px;
}

header .header nav ul .on a {
    color: #DC0715;
}

header .header nav ul li:hover a {
    color: #DC0715;
}

header .header .contact p {
    font-size: 16px;
    font-family: Play;
    font-weight: 400;
    color: #383838;
    margin-left: 15px;
}

header .header .logo {
    margin-left: 114px;
}
header .header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .header .logo p {
    font-size: 16px;
    font-weight: bold;
}
header .header .logo img {
    display: block;
    width: 47px;
}

header .header .contact {
    margin-right: 131px;
}

footer .footer {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

footer .footer .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

footer .footer .background img {
    width: 100%;
    height: 100%;
    display: block;
}

footer .footer .joke {
    width: 1170px;
    margin: 0 auto;
    padding: 110px 0 0;
}

footer .footer .joke .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 94px;
    border-bottom: 1px solid #454545;
}

footer .footer .joke .top .left .item {
    display: flex;
    margin-bottom: 30px;
    gap: 4px;
}
footer .footer .joke .top .left .item p {
    width: 250px;
}
footer .footer .joke .top .left .item img {
    display: block;
    width: 18px;
}
footer .footer .joke .top .left .item .icon {
    width: 18px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer .joke .top .left .logo {
    margin-bottom: 69px;
    width: 66px;
}
footer .footer .joke .top .left .logo img {
    display: block;
    width: 100%;
}

footer .footer .joke .top .left .item p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
}

footer .footer .joke .top .left .item .img {
    margin-right: 14px;
}

footer .footer .joke .top .right {
    display: flex;
    margin-right: 105px;
    margin-right: 0px;
    margin-top: 37px;
}

footer .footer .joke .top .right > li {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 80px;
}

footer .footer .joke .top .right .scond {
    margin-top: 14px;
}

footer .footer .joke .top .right .scond li a {
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    color: #686868;
    line-height: 28px;
    transition: 0.6s;
}

footer .footer .joke .top .right .scond li a:hover {
    color: #fff;
}

footer .footer .joke .bottom {
    display: flex;
    justify-content: space-between;
    padding: 57px 0 80px;
}

footer .footer .joke .bottom p {
    font-size: 14px;
    font-family: Gadugi;
    font-weight: 400;
    color: #686868;
}
.ph {
    display: none !important;
}

.fancybox-content {
    background: #ffffff !important;
}
@media screen and (max-width: 1919px) {
    .scrollbar-track{
        right: 0.2083333333vw !important;
    }
    header{
        height: 5.7291666667vw;
    }
    header .header nav ul li a{
        font-size: 0.8333333333vw;
    }
    header .header nav ul li{
        margin-right: 4.1666666667vw;
    }
    header .header .contact p{
        font-size: 0.8333333333vw;
        margin-left: 0.78125vw;
    }
    header .header .logo{
        margin-left: 5.9375vw;
    }
    header .header .logo{
        gap: 0.5208333333vw;
    }
    header .header .logo p{
        font-size: 0.8333333333vw;
    }
    header .header .logo img{
        width: 2.4479166667vw;
    }
    header .header .contact{
        margin-right: 6.8229166667vw;
    }
    footer .footer .joke{
        width: 60.9375vw;
        padding: 5.7291666667vw 0 0;
    }
    footer .footer .joke .top{
        padding-bottom: 4.8958333333vw;
    }
    footer .footer .joke .top .left .item{
        margin-bottom: 1.5625vw;
        gap: 0.2083333333vw;
    }
    footer .footer .joke .top .left .item p{
        width: 13.0208333333vw;
    }
    footer .footer .joke .top .left .item img{
        width: 0.9375vw;
    }
    footer .footer .joke .top .left .item .icon{
        width: 0.9375vw;
        height: 1.25vw;
    }
    footer .footer .joke .top .left .logo{
        margin-bottom: 3.59375vw;
        width: 3.4375vw;
    }
    footer .footer .joke .top .left .item p{
        font-size: 0.9375vw;
        line-height: 1.25vw;
    }
    footer .footer .joke .top .left .item .img{
        margin-right: 0.7291666667vw;
    }
    footer .footer .joke .top .right{
        margin-top: 1.9270833333vw;
    }
    footer .footer .joke .top .right > li{
        font-size: 0.7291666667vw;
        margin-left: 4.1666666667vw;
    }
    footer .footer .joke .top .right .scond{
        margin-top: 0.7291666667vw;
    }
    footer .footer .joke .top .right .scond li a{
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }
    footer .footer .joke .bottom{
        padding: 2.96875vw 0px 4.1666666667vw;
    }
    footer .footer .joke .bottom p{
        font-size: 0.7291666667vw;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 60px;
    }
    header .header {
        padding: 0 5vw 0 0;
    }
    header .header .logo {
        gap: 5px;
        margin-left: 5vw;
    }
    header .header .logo a {
        display: block;
    }
    header .header .logo img {
        width: 40px;
    }
    header .header .logo p {
        font-size: 13px;
    }
    header .header nav {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -1;
        background: #FFFFFF;
        clip-path: inset(0 0 100% 0);
        transition: cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
    }
    header .header nav.on {
        clip-path: inset(0 0 0% 0);
    }
    header .header .contact {
        display: none;
    }
    header .header nav ul {
        width: 100%;
        height: 100%;
        display: block;
        padding: 100px 5vw 0;
    }
    header .header nav ul li a {
        font-size: 15px;
        line-height: 60px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    header .header nav ul li {
        margin-right: 0;
    }
    header .header .menu {
        display: block !important;
        margin-right: calc(5vw - 41px);
    }
    header .header .menu svg {
        stroke: #000000;
        width: 64px;
        height: 38px;
        stroke-width: 1px;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        display: block;
    }
    header .header .menu svg path {
        transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
        stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
        stroke-dashoffset: var(--offset, 126px);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    header .header .menu svg path:nth-child(2) {
        --duration: .7s;
        --easing: ease-in;
        --offset: 100px;
        --array-2: 74px;
    }
    header .header .menu svg path:nth-child(3) {
        --offset: 133px;
        --array-2: 107px;
    }
    header .header .menu.active svg path {
        --offset: 57px;
    }
    header .header .menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
        --delay: .15s;
        --easing: cubic-bezier(.2, .4, .2, 1.1);
    }
    header .header .menu.active svg path:nth-child(2) {
        --duration: .4s;
        --offset: 2px;
        --array-1: 1px;
    }
    header .header .menu.active svg path:nth-child(3) {
        --offset: 58px;
    }
    footer .footer .joke {
        width: 90%;
        margin: 0 auto;
    }
    footer .footer {
        padding: 40px 0;
    }
    footer .footer .joke .top {
        display: block;
    }
    footer .footer .joke .top .left .logo {
        width: 50px;
        margin-bottom: 30px;
    }
    footer .footer .joke .top .right {
        display: none;
    }
    footer .footer .joke .top .left .item p {
        font-size: 14px;
        line-height: 2;
        width: calc(100% - 26px);
    }
    footer .footer .joke .top .left .item .icon {
        width: 16px;
        height: 20px;
        margin: 3px 0 0;
    }
    footer .footer .joke .top .left .item img {
        width: unset;
    }
    footer .footer .joke .top .left .item {
        margin-bottom: 15px;
        gap: 10px;
    }
    footer .footer .joke .bottom p {
        font-size: 14px;
    }
    footer .footer .joke .bottom {
        padding: 15px 0;
        display: block;
    }
    .ph {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
