@font-face {
    font-family: 'Oswald';
    src: url("../fonts/OSWALD-REGULAR.TTF")
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --color: #0069AC
}

*, *::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
}

.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: 96px;
    padding: 0 80px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.header.on {
    background: #fff;
    height: 70px
}

.header.on .logo img:first-child {
    opacity: 0
}

.header.on .logo img:last-child {
    opacity: 1
}

.header.on .r .nav a {
    color: #000
}

.header.on .r .lag2 a, .header.on .r .lag2 span{
    color: #000;
}

.header.on .r .search .iconfont {
    color: #000
}

.header.on .r .line {
    background: rgba(0, 0, 0, 0.2)
}

.header.on .r .lag {
    color: #000
}

.header .logo {
    width: 100px;
    height: 36px;
    position: relative
}

.header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .6s ease
}

.header .logo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header .r {
    display: flex;
    align-items: center
}

.header .r .nav {
    display: flex;
    gap: 50px
}

.header .r .nav a {
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease;
    font-weight: bold;
}

.header .r .nav a:hover {
    color: #0069AC !important
}

.header .r .search {
    margin: 0 0 0 64px;
    cursor: pointer;
    position: relative;
}
.header .r .search svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 22px;
    height: 22px;
    opacity: 0;
    transition: .6s ease;
}

.header.search_on .r .search .iconfont{
    opacity: 0;
    transition-delay: unset;
}

.header.search_on .r .search svg{
    opacity: 1;
    transition-delay: .3s;
}

.header .r .search .iconfont{
    font-size: 19px;
    color: #fff;
    transition: .6s ease;
    transition-delay: .3s;
}

.header .r .line {
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 20px;
    transition: .6s ease
}
.header .r .lag2{
    display: flex;
    gap: 6px;
}
.header .r .lag2 a,.header .r .lag2 span{
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease;
}

.header .r .lag2 a{
    font-weight: bold;
}

.header .r .lag2 a:hover{
    color: var(--color) !important;
}
.header .r .lag2 a.on{
    color: var(--color) !important;
}
.header .r .lag {
    font-size: 19px;
    color: #fff;
    transition: .6s ease;
    cursor: pointer
}

header.active .header {
    background: #fff;
    height: 70px
}

header.active .header .logo img:first-child {
    opacity: 0
}

header.active .header .logo img:last-child {
    opacity: 1
}

header.active .header .r .nav a {
    color: #000
}
header.active .header .r .lag2 a, header.active .header .r .lag2 span{
    color: #000
}

header.active .header .r .search .iconfont {
    color: #000
}

header.active .header .r .line {
    background: rgba(0, 0, 0, 0.2)
}

header.active .header .r .lag {
    color: #000
}

/**/
.header.search_on {
    background: #fff;
}

.header.search_on .logo img:first-child {
    opacity: 0
}

.header.search_on .logo img:last-child {
    opacity: 1
}
.header.search_on .r .nav{
    opacity: 0;
    transition: .6s ease;
}


.header.search_on .r .search .iconfont {
    color: #000
}

.header.search_on .r .line {
    background: rgba(0, 0, 0, 0.2)
}

.header.search_on .r .lag {
    color: #000
}
/**/

.footer {
    background: #111111;
    padding: 106px 0 0 0
}

.footer .wrap {
    width: 1760px;
    margin: auto
}

.footer .wrap .top {
    padding: 0 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.footer .wrap .top .foo_img {
    width: 110px;
    height: 40px;
    object-fit: contain
}

.footer .wrap .top p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 24px 0 0 0
}

.footer .wrap .foo_nav {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 140px 0
}

.footer .wrap .foo_nav .item > a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    margin: 0 0 36px
}

.footer .wrap .foo_nav .item .level a {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    display: block;
    width: fit-content;
    transition: .6s ease
}

.footer .wrap .foo_nav .item .level a:hover {
    color: #fff
}

.footer .wrap .bottom {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1
}

.footer .wrap .bottom:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #000
}

.footer .wrap .bottom p, .footer .wrap .bottom a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8)
}

.footer .wrap .bottom a {
    transition: .6s ease
}

.footer .wrap .bottom a:hover {
    color: #fff
}

.immediately {
    background: #F5F6F7;
    box-shadow: 0px -1px 0px 0px rgba(17, 17, 17, 0.1);
    padding: 154px 0 0 0
}

.immediately .wrap {
    width: 1180px;
    margin: auto;
    display: flex
}

.immediately .wrap .l {
    margin: 30px 0 0 0
}

.immediately .wrap .l .p1 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 0 0 50px
}

.immediately .wrap .l .message .list {
    display: flex;
    align-items: center;
    gap: 10px
}

.immediately .wrap .l .message .list:not(:last-child) {
    margin: 0 0 15px
}

.immediately .wrap .l .message .list span {
    font-weight: 300;
    font-size: 16px;
    color: #000000
}

html[lang="en"] .immediately .wrap .l .message .list span{
    white-space: nowrap;
}

.immediately .wrap .l .message .list a {
    font-weight: 500;
    font-size: 20px;
    color: #000000
}

.immediately .wrap .l .message .list .a2 {
    font-size: 16px
}

.immediately .wrap .l .more {
    margin: 50px 0 0 0;
    width: 150px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.immediately .wrap .l .more:hover {
    background: #000
}

.immediately .wrap .l .more:hover p {
    color: #fff
}

.immediately .wrap .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000
}

.immediately .wrap .img {
    margin: 0 160px 0 136px;
    width: 250px;
    height: 393px
}

.immediately .wrap .img.aos-animate img {
    transform: translateY(0)
}

.immediately .wrap .img img {
    width: 100%;
    max-height: unset;
    transform: translateY(100%);
    transition: 2s
}

.immediately .wrap .r {
    margin: 22px 0 0 0
}

.immediately .wrap .r .code .code_list {
    display: none
}

.immediately .wrap .r .code .code_list.on {
    display: block
}

.immediately .wrap .r .code img {
    width: 142px;
    margin: auto;
    display: block;
    mix-blend-mode: darken
}

.immediately .wrap .r .code p {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin: 15px 0 0 0
}

.immediately .wrap .r .links {
    display: flex;
    gap: 10px;
    margin: 27px 0 0 0
}

.immediately .wrap .r .links .list {
    width: 40px;
    height: 40px;
    background: #E6EAED;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.immediately .wrap .r .links .list:hover .iconfont {
    color: #0069AC
}

.immediately .wrap .r .links .list.on {
    background: #0069AC
}

.immediately .wrap .r .links .list.on .iconfont {
    color: #fff
}

.immediately .wrap .r .links .list .iconfont {
    color: #91A2AF;
    font-size: 22px;
    transition: .6s ease
}

.common_banner {
    width: 100%
}

.common_banner .parallax {
    width: 100%
}

.common_banner .parallax img {
    width: 100%
}

.common_cut {
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #F5F5F7
}

.common_cut .wrap {
    width: 1440px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center
}

.common_cut .wrap a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .6s ease;
    height: 100%;
    display: flex;
    align-items: center
}

.common_cut .wrap a:hover {
    color: var(--color)
}

.common_cut .wrap a.on {
    color: var(--color)
}

.common_cut .wrap a:not(:last-child) {
    margin: 0 50px 0 0
}

.common_paging {
    display: flex;
    justify-content: center
}

.common_paging a {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999999;
    margin: 0 6px;
    transition: .6s ease
}

.common_paging a.on {
    background: #0069AC;
    color: #fff
}

.common_paging a:first-child {
    transform: rotate(180deg)
}

.common_paging a:first-child, .common_paging a:last-child {
    background: rgba(17, 17, 17, 0.1)
}

.common_paging a:first-child:hover, .common_paging a:last-child:hover {
    background: #111111;
    color: #fff
}

.common_paging a .iconfont {
    font-size: 12px;
    color: #8896A4
}

.fixed_add {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background: #292A30;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
    transform: translateY(100%)
}

.fixed_add.on {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.fixed_add .flex {
    display: flex;
    align-items: center;
    gap: 15px
}

.fixed_add .flex .item {
    width: 48px;
    height: 48px;
    background: #3F4045;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.fixed_add .flex .item:hover .text {
    opacity: 1;
    transform: translate(-50%, -10px)
}

.fixed_add .flex .item .text {
    background: #3F4045;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 12px;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    opacity: 0;
    transition: .3s ease
}

.fixed_add .flex .item .close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #292A30;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer
}

.fixed_add .flex .item .close:hover {
    background: var(--color)
}

.fixed_add .flex .item .close img {
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.fixed_add .flex .item img {
    max-width: 70%
}

.fixed_add .remove {
    width: 48px;
    height: 48px;
    background: #E32718;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    cursor: pointer
}

.fixed_add .remove svg {
    width: 20px;
    height: 20px
}

.fixed_add .Comparison {
    width: 80px;
    height: 48px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #00A0D2;
    font-size: 14px
}

.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
}

/* 搜索 */
.fixed_search{
    padding: 150px 0 100px;
    background: #FAFAFA;
    clip-path: inset(0 0 100% 0);
    transition: 1s;
}
.fixed_search.on{
    clip-path: inset(0 0 0 0);
}
.fixed_search .wrap{
    width: 1440px;
    margin: auto;
}
.fixed_search .wrap form{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 13px;
    margin: auto;
}

.fixed_search .wrap .top{
    margin: 30px 0 0 0;
}
.fixed_search .wrap form .header_search_l {
    display: flex;
    width: 100%;
    align-items: center;
}
.fixed_search .wrap form .header_search_l .iconfont {
    font-size: 16px;
}

.fixed_search .wrap form input {
    width: 100%;
    border: none;
    background: unset;
    padding: 0 12px;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
}

.fixed_search .wrap form button {
    height: 45px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    transition: 0.6s;
    background: unset;
    border: none;
}

.fixed_search .wrap form button:hover{
    background: var(--color);
    color: #fff;
}


.fixed_search .wrap .part h5 {
    font-weight: bold;
    font-size: 32px;
    color: #111111;
    margin-bottom: 28px;
}

.fixed_search .wrap .part .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.fixed_search .wrap .part .labels .label {
    cursor: pointer;
    width: fit-content;
    height: 45px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
    transition: 0.6s;
}

.fixed_search .wrap .part .labels .label:hover{
    background: var(--color);
    color: #fff;
}

.fixed_search .wrap .content .lenisH{
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 40px 27px;
}
.fixed_search .wrap .content {
    margin: 60px 0 0 0;
    height: 73vh;
    padding: 0 0px 70px 0;
}

.fixed_search .wrap .content .item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px 30px 30px 30px;
    position: relative
}

.fixed_search .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #0069AC;
    opacity: 0;
    transition: .6s ease;
    border-radius: 16px;
    pointer-events: none
}

.fixed_search .wrap .content .item:hover:after {
    opacity: 1
}

.fixed_search .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.fixed_search .wrap .content .item .img {
    width: 200px;
    height: 163px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.fixed_search .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.fixed_search .wrap .content .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.fixed_search .wrap .content .item .text {
    margin: 30px 0 28px;
    text-align: center
}

.fixed_search .wrap .content .item .text .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 30px;
    transition: .6s ease
}

.fixed_search .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px
}

.fixed_search .wrap .content .item .dis {
    display: flex;
    justify-content: center;
    gap: 10px;
}


.fixed_search .wrap .content .item .dis .list {
    width: 100%;
    height: 35px;
    background: #111111;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .6s ease
}

.fixed_search .wrap .content .item .dis .list:hover {
    background: var(--color)
}

.fixed_search .wrap .content .item .dis .list.bor {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333
}

.fixed_search .wrap .content .item .dis .list.bor:hover {
    background: var(--color);
    border: 1px solid transparent;
    color: #fff
}



.fixed_search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FAFAFA;
    z-index: 998;
    overflow: hidden;
}

.fixed_search .lenis_scroll{
    overflow: hidden;
    overflow-y: auto;
}
.fixed_search .lenis_scroll::-webkit-scrollbar-thumb {
    background: var(--color)
}
.fixed_search .lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05)
}
.fixed_search .lenis_scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}


/**/

@media screen and (max-width: 1919px) {
    .header .r .lag2{
        gap: 0.3125vw;
    }
    .header .r .lag2 a, .header .r .lag2 span{
        font-size: 0.8333333333vw;
    }
    .header .r .lag{
        font-size: 0.9895833333vw;
    }
    [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;
    }
    .header{
        height: 5vw;
        padding: 0px 4.1666666667vw;
    }
    .header.on{
        height: 3.6458333333vw;
    }
    .header .logo{
        width: 5.2083333333vw;
        height: 1.875vw;
    }
    .header .r .nav{
        gap: 2.6041666667vw;
    }
    .header .r .nav a{
        font-size: 0.8333333333vw;
    }
    .header .r .search{
        margin: 0px 0px 0px 3.3333333333vw;
    }
    .header .r .search .iconfont{
        font-size: 0.9895833333vw;
    }
    .header .r .line{
        height: 0.6770833333vw;
        margin: 0px 1.0416666667vw;
    }
    .header .r .lag{
        font-size: 0.9895833333vw;
    }
    header.active .header{
        height: 3.6458333333vw;
    }
    .footer{
        padding: 5.5208333333vw 0px 0px;
    }
    .footer .wrap{
        width: 91.6666666667vw;
    }
    .footer .wrap .top{
        padding: 0px 0px 3.125vw;
    }
    .footer .wrap .top .foo_img{
        width: 5.7291666667vw;
        height: 2.0833333333vw;
    }
    .footer .wrap .top p{
        font-size: 1.0416666667vw;
        margin: 1.25vw 0px 0px;
    }
    .footer .wrap .foo_nav{
        margin: 3.125vw 0px 7.2916666667vw;
    }
    .footer .wrap .foo_nav .item > a{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.875vw;
    }
    .footer .wrap .foo_nav .item .level a{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .footer .wrap .bottom{
        height: 2.6041666667vw;
        gap: 1.5625vw;
    }
    .footer .wrap .bottom p, .footer .wrap .bottom a{
        font-size: 0.7291666667vw;
    }
    .immediately{
        padding: 8.0208333333vw 0px 0px;
    }
    .immediately .wrap{
        width: 61.4583333333vw;
    }
    .immediately .wrap .l{
        margin: 1.5625vw 0px 0px;
    }
    .immediately .wrap .l .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .immediately .wrap .l .message .list{
        gap: 0.5208333333vw;
    }
    .immediately .wrap .l .message .list:not(:last-child){
        margin: 0px 0px 0.78125vw;
    }
    .immediately .wrap .l .message .list span{
        font-size: 0.8333333333vw;
    }
    .immediately .wrap .l .message .list a{
        font-size: 1.0416666667vw;
    }
    .immediately .wrap .l .message .list .a2{
        font-size: 0.8333333333vw;
    }
    .immediately .wrap .l .more{
        margin: 2.6041666667vw 0px 0px;
        width: 7.8125vw;
        height: 2.6041666667vw;
    }
    .immediately .wrap .l .more p{
        font-size: 0.8333333333vw;
    }
    .immediately .wrap .img{
        margin: 0px 8.3333333333vw 0px 7.0833333333vw;
        width: 13.0208333333vw;
        height: 20.46875vw;
    }
    .immediately .wrap .r{
        margin: 1.1458333333vw 0px 0px;
    }
    .immediately .wrap .r .code img{
        width: 7.3958333333vw;
    }
    .immediately .wrap .r .code p{
        font-size: 1.25vw;
        margin: 0.78125vw 0px 0px;
    }
    .immediately .wrap .r .links{
        gap: 0.5208333333vw;
        margin: 1.40625vw 0px 0px;
    }
    .immediately .wrap .r .links .list{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .immediately .wrap .r .links .list .iconfont{
        font-size: 1.1458333333vw;
    }
    .common_cut{
        height: 3.125vw;
    }
    .common_cut .wrap{
        width: 75vw;
    }
    .common_cut .wrap a{
        font-size: 0.8333333333vw;
    }
    .common_cut .wrap a:not(:last-child){
        margin: 0px 2.6041666667vw 0px 0px;
    }
    .common_paging a{
        width: 2.34375vw;
        height: 2.34375vw;
        border-radius: 1.1979166667vw;
        font-size: 0.8333333333vw;
        margin: 0px 0.3125vw;
    }
    .common_paging a .iconfont{
        font-size: 0.625vw;
    }
    .fixed_add{
        height: 4.0625vw;
        padding: 0px 0.78125vw;
    }
    .fixed_add .flex{
        gap: 0.78125vw;
    }
    .fixed_add .flex .item{
        width: 2.5vw;
        height: 2.5vw;
    }
    .fixed_add .flex .item:hover .text{
        transform: translate(-50%, -0.5208333333vw);
    }
    .fixed_add .flex .item .text{
        font-size: 0.625vw;
        padding: 0.5208333333vw;
    }
    .fixed_add .flex .item .close{
        top: 0.1041666667vw;
        right: 0.1041666667vw;
        width: 0.625vw;
        height: 0.625vw;
    }
    .fixed_add .remove{
        width: 2.5vw;
        height: 2.5vw;
        margin: 0px 0.78125vw;
    }
    .fixed_add .remove svg{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .fixed_add .Comparison{
        width: 4.1666666667vw;
        height: 2.5vw;
        border-radius: 0.15625vw;
        font-size: 0.7291666667vw;
    }
    .lenis_scroll{
        height: 13.0208333333vw;
    }
    .lenis_scroll::-webkit-scrollbar{
        width: 0.1041666667vw !important;
    }
}

@media screen and (max-width: 1919px) {
    .header .r .search svg{
        width: 1.1458333333333335vw;
        height: 1.1458333333333335vw;
    }
    .fixed_search{
        padding: 140px 0px 5.2083333333vw;
    }
    .fixed_search .wrap{
        width: 75vw;
    }
    .fixed_search .wrap form{
        height: 2.6041666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0px 0px 0.6770833333vw;
    }
    .fixed_search .wrap .top{
        margin: 1.5625vw 0px 0px;
    }
    .fixed_search .wrap form .header_search_l .iconfont{
        font-size: 0.8333333333vw;
    }
    .fixed_search .wrap form input{
        padding: 0px 0.625vw;
        font-size: 0.7291666667vw;
    }
    .fixed_search .wrap form button{
        height: 2.34375vw;
        width: 3.75vw;
        font-size: 0.7291666667vw;
    }
    .fixed_search .wrap .part h5{
        font-size: 1.6666666667vw;
        margin-bottom: 1.4583333333vw;
    }
    .fixed_search .wrap .part .labels{
        gap: 0.5208333333vw;
    }
    .fixed_search .wrap .part .labels .label{
        height: 2.34375vw;
        border-radius: 0.2083333333vw;
        padding: 0px 0.8333333333vw;
        font-size: 0.8333333333vw;
    }
    .fixed_search .wrap .content .lenisH{
        gap: 2.0833333333vw 1.40625vw;
    }
    .fixed_search .wrap .content{
        margin: 3.125vw 0px 0px;
        padding: 0px 0px 3.6458333333vw;
    }
    .fixed_search .wrap .content .item{
        border-radius: 0.8333333333vw;
        padding: 3.125vw 1.5625vw 1.5625vw;
    }
    .fixed_search .wrap .content .item::after{
        border-radius: 0.8333333333vw;
    }
    .fixed_search .wrap .content .item .img{
        width: 10.4166666667vw;
        height: 8.4895833333vw;
    }
    .fixed_search .wrap .content .item .text{
        margin: 1.5625vw 0px 1.4583333333vw;
    }
    .fixed_search .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .fixed_search .wrap .content .item .text .p2{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .fixed_search .wrap .content .item .dis{
        gap: 0.5208333333vw;
    }
    .fixed_search .wrap .content .item .dis .list{
        height: 1.8229166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }

}

@media screen and (max-width: 1024px) {


    .mobile_search{
        position: relative;
    }
    .mobile_search.on .iconfont{
        opacity: 0;
        transition-delay: unset;
    }
    .mobile_search.on svg{
        opacity: 1;
        transition-delay: .3s;
    }
    .mobile_search .iconfont{
        font-size: 20px;
        transition: .6s ease;
        transition-delay: .3s;
    }
    .mobile_search svg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 22px;
        height: 22px;
        opacity: 0;
        transition: .6s ease;
    }
    .header{
        display: none;
    }
    .header_mobile{
        display: block!important;
        overflow: hidden;
    }
    .header_mobile .top{
        position: fixed;
        width: 100%;
        height: 60px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
        background: #fff;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
    }
    .header_mobile .top .logo{
        width: 100px;
        height: 28px;
        display: block;
    }
    .header_mobile .top .r{
        display: flex;
        align-items: center;
    }
    .header_mobile .top .logo img{
        height: 100%;
        object-fit: contain;
    }
    .header_mobile .top .r .menu{
        margin: 0 0 0 25px;
        cursor: pointer;
        position: relative;
    }
    .header_mobile .top .r .menu .show{
        width: 25px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header_mobile .top .r .menu .show span{
        width: 100%;
        height: 1px;
        background: #000;
        transition: .3s ease;
        transform-origin: left;
    }
    .header_mobile .top .r .menu .show span:first-child{
        transition-delay: .6s;
    }
    .header_mobile .top .r .menu .show span:nth-child(2){
        transition-delay: .5s;
    }
    .header_mobile .top .r .menu .show span:nth-child(3){
        transition-delay: .4s;
    }
    .header_mobile .top .r .menu .hide{
        position: absolute;
        width: 27px;
        height: 27px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .header_mobile .top .r .menu .hide:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transform: scaleX(0);
        transition: .3s ease;
        transform-origin: left;
    }
    .header_mobile .top .r .menu .hide:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transform: scaleY(0);
        transition: .3s ease;
        transform-origin: top;
    }
    .header_mobile .top .r .menu.on .show span{
        transform: scaleX(0);
    }
    .header_mobile .top .r .menu.on .show span:nth-child(1) {
        transition-delay: 0s;
    }
    .header_mobile .top .r .menu.on .show span:nth-child(2) {
        transition-delay: .1s;
    }
    .header_mobile .top .r .menu.on .show span:nth-child(3) {
        transition-delay: .2s;
    }
    .header_mobile .top .r .menu.on .hide:after{
        transform: scaleX(1);
        transition-delay: .4s;
    }
    .header_mobile .top .r .menu.on .hide:before{
        transform: scaleY(1);
        transition-delay: .3s;
    }
    .header_mobile .top{
        z-index: 9999;
    }
    .header_mobile .bottom{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 999;
        clip-path: inset(0 0 100%);
        transition: .6s ease;
    }
    .header_mobile .bottom .joke > ul >li{
        transform: translateY(10px);
        opacity: 0;
        transition: opacity .3s,transform .6s .3s;
    }
    .header_mobile.on .bottom{
        clip-path: inset(0 0 0 0);
    }
    .header_mobile.on .bottom .joke>ul>li{
        opacity: 1;
        transform: translateY(0);
    }
    .header_mobile .bottom .joke{
        padding: 80px 5% 30px 5%;
        height: calc(100vh - 47px);
        overflow: hidden;
        overflow-y: scroll;
    }
    .header_mobile .bottom .joke ul{
        margin: 0 0 20px;
        position: relative;
    }
    .header_mobile .bottom .joke ul ul{
        display: none;
    }
    .header_mobile .bottom .joke > ul > li{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header_mobile .bottom .joke ul li .show{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_mobile .bottom .joke > ul > li > .show{
        height: 60px;
    }
    .header_mobile .bottom .joke ul li .show > a{
        font-size: 14px;
        color: rgba(0,0,0,.6);
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 35px;
        transition: .6s ease;
    }
    .header_mobile .bottom .joke > ul > li > .show > a{
        color: #000;
        font-size: 16px;
    }
    .header_mobile .bottom .joke ul li .show .click{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .header_mobile .bottom .joke ul li .show.on > a{
        color: var(--color) !important;
    }
    .header_mobile .bottom .joke ul li .show.on .click img{
        transform: rotate(180deg);
    }
    .header_mobile .bottom .joke ul li .show .click img{
        width: 12px;
        height: 12px;
        transition: .3s ease;
    }

    .header_mobile.black .top{
        background: #000;
        box-shadow: unset;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .header_mobile.black .top .r .menu .show span,.header_mobile.black .top .r .menu .hide:after,.header_mobile.black .top .r .menu .hide:before{
        background: #fff;
    }
    .header_mobile.black .bottom{
        background: #000;
    }
    .header_mobile.black .bottom .joke > ul > li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header_mobile.black .bottom .joke ul li .show .click img{
        filter: brightness(0) invert(1);
    }

    .immediately{
        padding: 55px 0;
    }

    .immediately .wrap{
        width: 90%;
        flex-direction: column;
    }
    .immediately .wrap .l .p1{
        font-size: 24px;
        margin: 0 0 20px;
    }

    .immediately .wrap .l .message .list:not(:last-child){
        margin: 0 0 10px;
    }
    .immediately .wrap .l .message .list{
        gap: 10px;
    }
    .immediately .wrap .l .message .list span{
        font-size: 13px;
    }
    .immediately .wrap .l .message .list a{
        font-size: 14px;
    }
    .immediately .wrap .l .message .list .a2{
        font-size: 14px;
    }
    .immediately .wrap .l .more{
        width: fit-content;
        height: 35px;
        padding: 0 20px;
        font-size: 12px;
        margin: 30px 0 0;
    }
    .immediately .wrap .l .more p{
        font-size: 12px;
    }
    .immediately .wrap .img {
        margin: 25px 0;
        width: 170px;
        height: 140px;
        order: 1;
        display: none;
    }
    .immediately .wrap .img img{
        transform: none;
    }
    .immediately .wrap .r .code{
        margin: 25px 0;
    }
    .immediately .wrap .r .code img{
        width: 90px;
        margin: 0;
    }
    .immediately .wrap .r .code p{
        font-size: 14px;
        margin: 10px 0 0 0;
        width: 90px;
        text-align: center;
    }
    .immediately .wrap .r .links{
        gap: 15px;
        margin: 15px 0 0 0;
    }
    .immediately .wrap .r .links .list{
        width: 40px;
        height: 40px;
    }
    .immediately .wrap .r .links .list .iconfont{
        font-size: 15px;
    }

    .footer{
        padding: 70px 0 0 0;
    }
    .footer .wrap .top .foo_img{
        width: 78px;
        height: auto;
    }
    .footer .wrap .top p{
        font-size: 13px;
        margin: 20px 0 0 0;
    }
    .footer .wrap .foo_nav{
        display: none;
    }
    .footer .wrap .bottom{
        flex-direction: column;
        height: auto;
        align-items: unset;
        gap: 0;
        text-align: left;
        margin: 30px 0 0 0;
        padding: 15px 0;
    }
    .footer .wrap .bottom p, .footer .wrap .bottom a{
        font-size: 13px;
        text-align: left;
        line-height: 27px;
    }

    /**/
    footer .sj_nav{
        margin: 30px 0 35px;
        display: block!important;
    }

    footer .sj_nav .item .show{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        transition: .6s ease;
    }
    footer .sj_nav .item.all .show a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    footer .sj_nav .item.on .show{
        border-bottom: 1px solid #fff;
    }
    footer .sj_nav .item:last-child .show{
        border-bottom: none;
    }
    footer .sj_nav .item .show a{
        color: #fff;
        font-size: 14px;
    }
    footer .sj_nav .item .show .add{
        position: relative;
        width: 12px;
        height: 12px;
    }
    footer .sj_nav .item .show .add:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }
    footer .sj_nav .item .show .add:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transition: .6s ease;
    }
    footer .sj_nav .item.on .show .add:before{
        opacity: 0;
    }
    footer .sj_nav .item .hide{
        overflow: hidden;
        display: none;
    }

    footer .sj_nav .item .hide > div{
        margin: 10px 0;
    }

    footer .sj_nav .item .hide a{
        color: #fff;
        font-size: 13px;
        display: block;
        width: 100%;
        line-height: 34px;
        opacity: .5;
        padding: 0 0 0 10px;
    }
    footer .footer_top .wrap .l{
        width: 100%;
    }
    /**/

    .footer .wrap .top{
        padding: 0 0 30px;
    }
    .common_banner{
        margin: 60px 0 0 0;
    }
    .common_banner .parallax img{
        height: 200px;
    }
    .common_banner .parallax{
        transform: none!important;
    }

    .common_cut{
        height: 55px;
        top: 0!important;
    }
    .common_cut .wrap{
        width: 90%;
    }
    .common_cut .wrap a{
        font-size: 13px;
    }
    .common_cut .wrap a:not(:last-child){
        margin: 0 20px 0 0;
    }

    .common_paging a{
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 13px;
        margin: 0 6px;
    }
    .common_paging a .iconfont {
        font-size: 9px;
        transform: translateX(-1px);
    }
    .fixed_add{
        height: 55px;
        padding: 0 5%;
    }
    .fixed_add .flex{
        gap: 10px;
    }
    .fixed_add .flex .item{
        width: 40px;
        height: 40px;
    }
    .fixed_add .flex .item .text{
        font-size: 12px;
        padding: 15px;
    }
    .fixed_add .flex .item .close{
        top: 2px;
        right: 2px;
        width: 12px;
        height: 12px;
    }
    .fixed_add .Comparison{
        width: fit-content;
        height: 40px;
        padding: 0 15px;
        font-size: 13px;
        border-radius: 3px;
    }
    .fixed_add .remove{
        height: 40px;
        width: 40px;
        margin: 0 10px;
    }
    .fixed_add .remove svg{
        width: 15px;
        height: 15px;
    }
    .fixed_search{
        padding: 100px 0 30px;
    }
    .fixed_search .wrap{
        width: 90%;
    }
    .fixed_search .wrap form {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #EDEDED;
        padding: 0 0 0 13px;
    }
    .fixed_search .wrap form .header_search_l .iconfont {
        font-size: 16px;
    }
    .fixed_search .wrap form input {
        padding: 0 12px;
        font-size: 14px;
    }
    .fixed_search .wrap form button{
        width: 70px;
        height: 100%;
        font-size: 12px;
    }
    .fixed_search .wrap .top{
        margin: 25px 0 0 0;
    }
    .fixed_search .wrap .part h5{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .fixed_search .wrap .content{
        margin: 15px 0 0 0;
        /*height: 67vh;*/
        padding: 0 0 20px;
    }

    .fixed_search .wrap .content .lenisH{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 0 0 35px;
    }

    .fixed_search .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 25px 5% 40px 5%;
    }
    .fixed_search .wrap .content .item .img{
        width: 70%;
        height: auto;
    }
    .fixed_search .wrap .content .item .text{
        margin: 15px 0;
    }
    .fixed_search .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .fixed_search .wrap .content .item .text .p2 {
        font-size: 13px;
        line-height: 1.6;
    }
    .fixed_search .wrap .content .item .dis .list{
        width: fit-content;
        padding: 0 20px;
        height: 35px;
        font-size: 13px;
        border-radius: 5px;
    }
    .fixed_search .wrap .content .item .dis{
        gap: 10px;
    }
    /**/
    .header_mobile .bottom .joke ul .other {
        display: flex;
        align-items: center;
        margin: 30px 0 0 0;
        transform: translateY(10px);
        opacity: 0;
        transition: opacity 0.3s, transform 0.6s .3s;
    }
    .header_mobile.on .bottom .joke>ul .other{
        opacity: 1;
        transform: translateY(0);
        transition-delay: .8s;
    }

    .header_mobile .bottom .joke ul .other .jtzj,    .header_mobile .bottom .joke ul .other .lag {
        display: flex;
        align-items: center;
        gap: 9px;
        cursor: pointer
    }

    .header_mobile .bottom .joke ul .other .lag .iconfont, .header_mobile .bottom .joke ul .other .jtzj .iconfont {
        font-size: 20px;
        color: #A6A6A6;
        transition: .6s ease
    }

    .header_mobile .bottom .joke ul .other .lag p,    .header_mobile .bottom .joke ul .other .jtzj p {
        font-weight: 400;
        font-size: 14px;
        color: #111;
        transition: .6s ease
    }

    .header_mobile .bottom .joke ul .other .line {
        width: 1px;
        height: 8px;
        background: #B6B6B7;
        margin: 0 20px;
        transition: .6s ease
    }
    /**/
    html[lang="en"] .immediately .wrap .l .message .list{
        flex-direction: column;
        align-items: unset;
    }
    html[lang="en"] .immediately .wrap .img{
        display: none!important;
    }
}

