@font-face {
    font-family: 'Montserrat L';
    src: url("../fonts/Montserrat-Light-6.otf");
}

@font-face {
    font-family: 'Montserrat M';
    src: url("../fonts/Montserrat-Medium-7.otf");
}

@font-face {
    font-family: 'Montserrat R';
    src: url("../fonts/Montserrat-Regular-8.otf");
}

@font-face {
    font-family: 'Akzidenz-Grotesk';
    src: url("../fonts/AkzidenzGrotesk-ExtraBoldCondAlt.otf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "Montserrat L", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Montserrat L", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::after, *::before {
    box-sizing: border-box;
}

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-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

.lenis_scroll {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: var(--color);
}

.lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.lenis_scroll::-webkit-scrollbar {
    width: 2px !important;
    display: block;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.parallax {
    width: 100%;
    height: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 30px 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    background: #000000;
}

.header .logo {
    display: block;
    width: 127px;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .nav {
    display: flex;
    align-items: center;
    gap: 44px;
    height: 100%;
}

.header .nav .first {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .nav .second {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    padding: 26px 0 40px;
    display: flex;
    justify-content: center;
    gap: 228px;
    background: linear-gradient(270deg, rgba(76, 176, 52, 0.2) 0%, rgba(255, 255, 255, 0.8), rgba(2, 163, 228, 0.2) 100%);
    backdrop-filter: blur(10px);
    clip-path: inset(0 0 100% 0);
    transition: 1s;
}

.header .nav .first:hover .second {
    clip-path: inset(0 0 0% 0);
}

.header .nav .second .item {
    display: block;
    text-align: center;
}

.header .nav .second .item .img {
    width: 231px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav .second .item .img img {
    display: block;
    transition: 3s;
}

.header .nav .second .item p {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    font-family: 'Akzidenz-Grotesk';
    text-align: center;
    margin: 10px 0 0;
    transition: 0.6s;
}

.header .nav .second .item:hover .img img {
    transform: scale(1.1);
}

.header .nav .second .item:hover p {
    color: #00AAEC;
}

.header .nav .first > a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .nav .first a:hover, .header .nav .first.on a {
    color: #00AAEC;
}

.header .header_r {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header_r .search {
    width: 18px;
    cursor: pointer;
}

.header .header_r .search svg {
    display: block;
    width: 100%;
    height: unset;
}

.header .header_r .search svg path {
    transition: 0.6s;
}

.header .header_r .search:hover svg path {
    fill: #00AAEC;
}

.header .header_r .line {
    width: 1px;
    height: 16px;
    background: #FFFFFF;
    opacity: 0.3;
}

.header .header_r .lan {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header .header_r .lan p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_r .lan svg {
    display: block;
    width: 10px;
    height: unset;
}

.header .header_r .lan svg path {
    transition: 0.6s;
}

.header .header_r .lan:hover p {
    color: #00AAEC;
}

.header .header_r .lan:hover svg path {
    fill: #00AAEC;
}

.footer {
    padding: 81px 0 36px;
    background: #000000;
    border-radius: 20px 20px 0px 0px;
    margin: -20px 0 0;
    position: relative;
    z-index: 10;
}

.footer .wrap .footer_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .wrap .footer_top .logo {
    width: 302px;
}

.footer .wrap .footer_top .logo img {
    display: block;
    width: 100%;
}

.footer .wrap .footer_top .nav {
    display: flex;
    gap: 59px;
    padding: 9px 0 0;
}

.footer .wrap .footer_top .nav .item a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    transition: 0.6s;
}

.footer .wrap .footer_top .nav .item a:hover {
    color: #00AAEC;
}

.footer .wrap .footer_center {
    margin: 81px 0 58px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.footer .wrap .footer_center .bg {
    position: absolute;
    z-index: -1;
    top: -9px;
    left: 207px;
    width: 1024px;
}

.footer .wrap .footer_center .bg img {
    display: block;
    width: 100%;
    filter: brightness(0);
    transition: 2s;
}

.footer .wrap .footer_center .bg.aos-animate img {
    filter: brightness(1);
}

.footer .wrap .footer_center .form .h5 {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer .wrap .footer_center .form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    border-radius: 40px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.footer .wrap .footer_center .form form input {
    width: 290px;
    padding: 0 12px;
    height: 100%;
    background: unset;
    border-radius: 40px;
    border: none;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.footer .wrap .footer_center .form form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer .wrap .footer_center .form form button {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.footer .wrap .footer_center .form form button .jt {
    width: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .wrap .footer_center .form form button .jt img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.8s;
    filter: inset(1);
}

.footer .wrap .footer_center .form form button .jt img:nth-last-child(1) {
    position: absolute;
    transform: translateX(-150%);
}

.footer .wrap .footer_center .form form button:hover .jt img {
    transform: translateX(150%);
}

.footer .wrap .footer_center .form form button:hover .jt img:nth-last-child(1) {
    position: absolute;
    transform: translateX(0%);
}

.footer .wrap .footer_center .flex {
    margin: 386px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer .wrap .footer_center .flex .l_box .item {
    display: flex;
    align-items: center;
}

.footer .wrap .footer_center .flex .l_box .item .h5 {
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
}

.footer .wrap .footer_center .flex .l_box .item .p {
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
}

.footer .wrap .footer_center .flex .r_box {
    display: flex;
    gap: 15px;
}

.footer .wrap .footer_center .flex .r_box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: 0.6s;
}

.footer .wrap .footer_center .flex .r_box .icon img {
    display: block;
    max-width: 40%;
    max-height: 40%;
    transition: 0.6s;
}

.footer .wrap .footer_center .flex .r_box .icon:hover {
    background: #FFFFFF;
    border: 1px solid white;
}

.footer .wrap .footer_center .flex .r_box .icon:hover img {
    filter: invert(1);
}

.footer .wrap .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .wrap .footer_bottom p, .footer .wrap .footer_bottom a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    transition: 0.6s;
}

.footer .wrap .footer_bottom a:hover {
    color: white;
}

.common_more {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 2px 2px 2px 13px;
    background: #FFFFFF;
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
}

.common_more p {
    font-family: 'Montserrat R';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.common_more p div {
    font-family: 'Montserrat R';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.common_more .cir {
    width: 36px;
    height: 36px;
    background: #000000;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_more .cir .jt {
    width: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_more .cir .jt img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.8s;
}

.common_more .cir .jt img:nth-last-child(1) {
    position: absolute;
    transform: translateX(-150%);
}

.common_more:hover .cir .jt img {
    transform: translateX(150%);
}

.common_more:hover .cir .jt img:nth-last-child(1) {
    position: absolute;
    transform: translateX(0%);
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}

.common_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.common_banner .text {
    position: absolute;
    z-index: 2;
    width: 580px;
    left: calc(50vw - 720px);
}

.common_banner .text .h1 {
    font-family: 'Akzidenz-Grotesk';
    font-weight: bold;
    font-size: 70px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.common_banner .text .h5 {
    font-family: 'Montserrat R';
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    margin: 5px 0 0;
    line-height: 34px;
}

.common_banner .text .p {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 40px 0 0;
}

.common_banner .img {
    width: 100%;
}

.common_banner .img img {
    display: block;
    width: 100%;
    transition: 2s;
    transform: scale(1.1);
}

.common_banner.on .img img {
    transform: scale(1);
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.page a,
.page span {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}

.page a img,
.page span img {
    display: block;
    width: 10px;
    transition: 0.6s;
    filter: invert(1);
}

.page a:hover, .page a.on, .page span.on {
    font-family: 'Montserrat M';
    color: #00aaec;
}

.page a:nth-child(1),
.page span:nth-child(1) {
    transform: rotate(180deg);
}

.page a:nth-child(1), .page a:nth-last-child(1),
.page span:nth-child(1), .page span:nth-last-child(1) {
    width: 36px;
    height: 36px;
    background: #F2F3F5;
    border-radius: 50%;
}

.page a:nth-child(1):hover, .page a:nth-last-child(1):hover {
    background: #000000;
}

.page a:nth-child(1):hover img, .page a:nth-last-child(1):hover img {
    filter: invert(0);
}

.page .page-disabled {
    cursor: default;
    opacity: 0.45;
}

@media screen and (max-width: 1919px) {
    [data-lenis-prevent]{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    [data-lenis-prevent]::-webkit-scrollbar{
        width: 0.2083333333vw;
    }
    ._scroll_y{
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }
    ._scroll_y div{
        border-radius: 0.5208333333vw;
    }
    [data-wheel]::-webkit-scrollbar{
        width: 0.3645833333vw;
    }
    .lenis_scroll{
        height: 13.0208333333vw;
    }
    .lenis_scroll::-webkit-scrollbar{
        width: 0.1041666667vw !important;
    }
    .header{
        height: 2.6041666667vw;
        padding: 0px 1.5625vw 0px 3.125vw;
    }
    .header .logo{
        width: 6.6145833333vw;
    }
    .header .nav{
        gap: 2.2916666667vw;
    }
    .header .nav .second{
        top: 2.6041666667vw;
        padding: 1.3541666667vw 0px 2.0833333333vw;
        gap: 11.875vw;
        backdrop-filter: blur(0.5208333333vw);
    }
    .header .nav .second .item .img{
        width: 12.03125vw;
        height: 15.625vw;
    }
    .header .nav .second .item p{
        font-size: 1.0416666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .header .nav .first > a{
        font-size: 0.7291666667vw;
    }
    .header .header_r{
        gap: 1.0416666667vw;
    }
    .header .header_r .search{
        width: 0.9375vw;
    }
    .header .header_r .line{
        height: 0.8333333333vw;
    }
    .header .header_r .lan{
        gap: 0.4166666667vw;
    }
    .header .header_r .lan p{
        font-size: 0.8333333333vw;
    }
    .header .header_r .lan svg{
        width: 0.5208333333vw;
    }
    .footer{
        padding: 4.21875vw 0px 1.875vw;
        border-radius: 1.0416666667vw 1.0416666667vw 0px 0px;
        margin: -1.0416666667vw 0px 0px;
    }
    .footer .wrap .footer_top .logo{
        width: 15.7291666667vw;
    }
    .footer .wrap .footer_top .nav{
        gap: 3.0729166667vw;
        padding: 0.46875vw 0px 0px;
    }
    .footer .wrap .footer_top .nav .item a{
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
    }
    .footer .wrap .footer_center{
        margin: 4.21875vw 0px 3.0208333333vw;
    }
    .footer .wrap .footer_center .bg{
        top: -0.46875vw;
        left: 10.78125vw;
        width: 53.3333333333vw;
    }
    .footer .wrap .footer_center .form .h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.78125vw;
    }
    .footer .wrap .footer_center .form form{
        padding: 0.15625vw;
        border-radius: 2.0833333333vw;
    }
    .footer .wrap .footer_center .form form input{
        width: 15.1041666667vw;
        padding: 0px 0.625vw;
        border-radius: 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .footer .wrap .footer_center .form form button{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }
    .footer .wrap .footer_center .form form button .jt{
        width: 0.8333333333vw;
    }
    .footer .wrap .footer_center .flex{
        margin: 20.1041666667vw 0px 0px;
    }
    .footer .wrap .footer_center .flex .l_box .item .h5{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .footer .wrap .footer_center .flex .l_box .item .p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .footer .wrap .footer_center .flex .r_box{
        gap: 0.78125vw;
    }
    .footer .wrap .footer_center .flex .r_box .icon{
        width: 3.125vw;
        height: 3.125vw;
    }
    .footer .wrap .footer_bottom p, .footer .wrap .footer_bottom a{
        font-size: 0.8333333333vw;
    }
    .common_more{
        gap: 0.6770833333vw;
        padding: 0.1041666667vw 0.1041666667vw 0.1041666667vw 0.6770833333vw;
        border-radius: 2.0833333333vw;
    }
    .common_more p{
        font-size: 0.8333333333vw;
    }
    .common_more p div{
        font-size: 0.8333333333vw;
    }
    .common_more .cir{
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }
    .common_more .cir .jt{
        width: 0.5208333333vw;
    }
    .w1440{
        width: 75vw;
    }
    .common_banner .text{
        width: 30.2083333333vw;
        left: calc(-37.5vw + 50vw);
    }
    .common_banner .text .h1{
        font-size: 3.6458333333vw;
    }
    .common_banner .text .h5{
        font-size: 1.3541666667vw;
        margin: 0.2604166667vw 0px 0px;
        line-height: 1.7708333333vw;
    }
    .common_banner .text .p{
        font-size: 0.9375vw;
        line-height: 1.25vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .page{
        gap: 1.1458333333vw;
    }
    .page a,
    .page span{
        font-size: 0.8333333333vw;
    }
    .page a img,
    .page span img{
        width: 0.5208333333vw;
    }
    .page a:nth-child(1), .page a:nth-last-child(1),
    .page span:nth-child(1), .page span:nth-last-child(1){
        width: 1.875vw;
        height: 1.875vw;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 60px;
        padding: 0 5vw;
    }

    .header .nav {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000000;
        padding: 100px 5vw 0;
        display: block;
        clip-path: inset(0 0 100% 0);
        transition: cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
    }
    .header .nav .first {
        width: 100%;
        height: unset;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .header .nav .first .iconfont {
        position: absolute;
        top: 18px;
        right: 0;
        filter: brightness(0) invert(1);
        width: 16px;
        display: block !important;
        transition: 0.6s;
    }
    .header .nav .first.item_active .iconfont {
        transform: rotate(90deg);
    }
    .header .nav .first > a {
        width: 50%;
        font-size: 15px;
        line-height: 60px;
    }
    .header .nav .second {
        position: unset;
        width: 100%;
        clip-path: inset(0 0 0% 0);
        background: unset;
        padding: 0 0 15px;
        display: none;
        transition: unset;
    }
    .header .nav .second .item p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 2.4;
        font-weight: 100;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .header .nav .second .item .img {
        display: none;
    }
    .header .nav .second a {

    }
    .header .nav.on {
        clip-path: inset(0 0 0% 0);
    }

    .header .nav a {

    }

    .header .logo {
        width: 120px;
    }

    .header .header_r .search {
        width: 18px;
    }

    .header .header_r .line {
        height: 20px;
    }

    .header .header_r {
        gap: 15px;
    }

    .header .header_r .lan {
        gap: 4px;
    }

    .header .header_r .lan p {
        font-size: 14px;
    }

    .header .header_r .lan svg {
        width: 10px;
    }

    .parallax {
        transform: unset !important;
    }

    .common_more {
        gap: 12px;
        border-radius: 40px;
    }

    .common_more p, .common_more p div {
        font-size: 14px !important;
    }

    .common_more .cir {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

    .common_more .cir .jt {
        width: 10px;
    }

    .w1440 {
        width: 90%;
    }

    .footer {
        padding: 30px 0 15px;
        border-radius: 10px 10px 0px 0px;
        margin: -10px 0 0;
    }

    .footer .wrap .footer_top .nav {
        gap: 20px;
        padding: 0;
        margin: 25px 0 0;
        display: block;
    }

    .footer .wrap .footer_top .nav .item a {
        font-size: 14px;
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer .wrap .footer_top .logo {
        width: 150px;
    }

    .footer .wrap .footer_top {
        display: block;
    }

    .footer .wrap .footer_center {
        margin: 35px 0 25px;
    }

    .footer .wrap .footer_center .form form {
        padding: 3px;
        border-radius: 40px;
        width: 100%;
    }

    .footer .wrap .footer_center .form form input {
        width: calc(100% - 32px);
    }

    .footer .wrap .footer_center .form form button {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

    .footer .wrap .footer_center .form form button .jt {
        width: 14px;
    }

    .footer .wrap .footer_center .form form input {
        height: 100%;
        padding: 0 15px;
        font-size: 14px;
    }

    .footer .wrap .footer_center .form .h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .footer .wrap .footer_center .flex {
        margin: 30px 0 0;
        display: block;
    }

    .footer .wrap .footer_center .flex .l_box .item {
        align-items: flex-start;
    }

    .footer .wrap .footer_center .flex .l_box .item:not(:last-child) {
        margin-bottom: 8px;
    }

    .footer .wrap .footer_center .flex .r_box {
        gap: 15px;
        margin: 20px 0 0;
    }

    .footer .wrap .footer_center .flex .r_box .icon {
        width: 36px;
        height: 36px;
    }

    .footer .wrap .footer_center .flex .l_box .item .h5, .footer .wrap .footer_center .flex .l_box .item .p {
        font-size: 14px;
        line-height: 1.4;
    }

    .footer .wrap .footer_bottom {
        display: block;
    }

    .footer .wrap .footer_bottom p, .footer .wrap .footer_bottom a {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer .wrap .footer_bottom p {
        margin-bottom: 10px;
    }

    .header .header_r .line {
        display: block !important;
    }

    .header .header_r .menu {
        position: relative;
        display: block !important;
    }

    .header .header_r .menu .show {
        width: 25px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header .header_r .menu .show span {
        width: 100%;
        height: 1px;
        background: #fff;
        transition: .3s ease;
        transform-origin: left;
    }

    .header .header_r .menu .show span:first-child {
        transition-delay: .6s;
    }

    .header .header_r .menu .show span:nth-child(2) {
        transition-delay: .5s;
    }

    .header .header_r .menu .show span:nth-child(3) {
        transition-delay: .4s;
    }

    .header .header_r .menu .hide {
        position: absolute;
        width: 27px;
        height: 27px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header .header_r .menu .hide:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scaleX(0);
        transition: .3s ease;
        transform-origin: left;
    }

    .header .header_r .menu .hide:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scaleY(0);
        transition: .3s ease;
        transform-origin: top;
    }

    .header .header_r .menu.on .show span {
        transform: scaleX(0);
    }

    .header .header_r .menu.on .show span:nth-child(1) {
        transition-delay: 0s;
    }

    .header .header_r .menu.on .show span:nth-child(2) {
        transition-delay: .1s;
    }

    .header .header_r .menu.on .show span:nth-child(3) {
        transition-delay: .2s;
    }

    .header .header_r .menu.on .hide:after {
        transform: scaleX(1);
        transition-delay: .4s;
    }

    .header .header_r .menu.on .hide:before {
        transform: scaleY(1);
        transition-delay: .3s;
    }
    .common_banner {
        height: 60vh;
    }
    .common_banner .img {
        height: 100%;
    }
    .common_banner .img img {
        height: 100%;
    }
    .common_more {
        padding: 3px 3px 3px 15px !important;
    }
    .common_banner .text .h1 {
        font-size: 24px;
    }
    .common_banner .text {
        width: 90% !important;
        left: 5vw;
    }
    .common_banner .text .h5 {
        font-size: 16px;
        line-height: 1.4;
        margin: 15px 0 0;
    }
    .common_banner .text .p {
        font-size: 15px;
        line-height: 1.4;
        margin: 10px 0 0;
    }
}
