<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    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;
    background: #323437
}

*, *::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
}

:root {
    --width: 1560px;
    --color: #E61F18
}

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: 70px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    transition: .6s ease
}

.header .logo {
    width: 170px;
    height: 100%;
    background: #E61F18;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .logo img {
    width: 133px
}

.header .nav {
    width: 850px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}


.header .nav .item&gt; a,.header .nav .item {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 25px 0;
    transition: .6s ease
}

.header .nav .item .hide{
    position: absolute;
    width: 100vw;
    padding: 50px 0;
    background: #323437;
    top: 71px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0 0 100% 0);
    transition: cubic-bezier(0.77, 0, 0.175, 1) .7s;
    border-top: 1px solid #37393A;
}
.header .nav .item:hover .hide{
    clip-path: inset(0 0 0 0);
}
.header .nav .item .hide .joke{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .nav .item .hide .joke .cut .list{
    display: flex;
    align-items: center;
    gap: 40px;
    line-height: 40px;
    cursor: pointer;
}
.header .nav .item .hide .joke .cut .list p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease;
}
.header .nav .item .hide .joke .cut .list.on p,.header .nav .item .hide .joke .cut .list.on .iconfont{
    color: #E61F18;
    opacity: 1;
}

.header .nav .item .hide .joke .cut .list .iconfont{
    color: #E61F18;
    font-size: 12px;
    opacity: 0;
    transition: .6s ease;
}

.header .nav .item .hide .joke .hide_line{
    margin: 0 67px ;
    width: 1px;
    height: 142px;
    background: #444444;
}

.header .nav .item .hide .joke .hide_r .hide_list{
    display: none;
    align-items: center;
}

.header .nav .item .hide .joke .hide_r .hide_list.on{
    display: flex;
}
.header .nav .item .hide .joke .hide_r .hide_list .pick{
    margin: 0 34px 0 0;
}
.header .nav .item .hide .joke .hide_r .hide_list .pick .p1{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 10px;
    width: 160px;
}
.header .nav .item .hide .joke .hide_r .hide_list .pick .p2{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}
.header .nav .item .hide .joke .hide_r .hide_list .hide_pic{
    width: 212px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .nav .item .hide .joke .hide_r .hide_list .hide_pic img{
    object-fit: contain;
}

.header .nav .item:hover &gt; a {
    color: var(--color) !important
}

.header .r {
    display: flex;
    align-items: center
}

.header .r .head_search {
    font-size: 20px;
    color: #fff;
    margin: 0 30px 0 0;
    transition: .6s ease
}

.header .r .lag {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    transition: .6s ease
}

.header.on {
    background: #fff
}

.header.on .nav a {
    color: #111
}

.header.on .r .head_search {
    color: #111
}

.header.on .r .lag {
    color: #111
}

header.active .header {
    background: #fff
}

header.active .header .nav .item&gt; a {
    color: #111
}

header.active .header .r .head_search {
    color: #111
}

header.active .header .r .lag {
    color: #111
}

.header.hover{
    background: #323437;
}

.header.hover .nav a{
    color: #fff;
}
.header.hover .r .head_search{
    color: #fff;
}
.header.hover .r .lag{
    color: #fff;
}

.fixed_catalogue {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    width: 36px;
    height: 126px;
    background: #F2F2F2;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

html[lang="en"] .fixed_catalogue{
    width: 82px;
    padding: 0 10px;
}

html[lang="en"] .fixed_catalogue p{
    width: fit-content;
}
@media screen and (max-width: 1919px) {
    html[lang="en"] .fixed_catalogue{
        width: 4.270833333vw;
        padding: 0 0.52083vw;
    }
}

.fixed_catalogue img {
    width: 14px
}

.fixed_catalogue p {
    width: 0;
    margin: 6px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #111111;
    line-height: 20px
}

.footer {
    background: #1D1E20;
    padding: 75px 0 30px 0
}

.footer .wrap .top {
    display: flex;
    justify-content: space-between
}

.footer .wrap .top .l {
    width: 340px
}

.footer .wrap .top .l .foo_logo {
    height: 40px
}

.footer .wrap .top .l .foo_search {
    width: 341px;
    height: 48px;
    background: #29292B;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 0 17px 0 20px;
    margin: 38px 0 0 0
}

.footer .wrap .top .l .foo_search .iconfont:first-child {
    cursor: pointer;
    color: #9E9E9F;
    font-size: 18px;
    margin: 0 20px 0 0
}

.footer .wrap .top .l .foo_search .iconfont:last-child {
    font-size: 14px;
    color: #9E9E9F
}

.footer .wrap .top .l .foo_search input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.footer .wrap .top .l .foo_search input::placeholder {
    color: #9E9E9F
}

.footer .wrap .top .foo_nav {
    display: flex
}

.footer .wrap .top .foo_nav .item:not(:last-child) {
    margin: 0 85px 0 0
}

.footer .wrap .top .foo_nav .item a {
    transition: .6s ease
}

.footer .wrap .top .foo_nav .item a:hover {
    color: var(--color) !important
}

.footer .wrap .top .foo_nav .item &gt; a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 30px;
    display: block;
    width: fit-content
}

.footer .wrap .top .foo_nav .item .level a {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 36px;
    width: fit-content;
    display: block
}

.footer .wrap .center {
    margin: 87px 0 28px;
    height: 74px;
    border-top: 1px solid #343537;
    border-bottom: 1px solid #343537;
    display: flex;
    align-items: center
}

.footer .wrap .center .p1 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.footer .wrap .center .p1 a {
    text-decoration: underline;
    color: #fff;
    margin: 0 0 0 5px
}

.footer .wrap .center .dis {
    display: flex;
    margin: 0 0 0 30px
}

.footer .wrap .center .dis .list {
    display: flex;
    align-items: center
}

.footer .wrap .center .dis .list:hover .iconfont {
    color: #fff
}

.footer .wrap .center .dis .list:hover p {
    color: #fff
}

.footer .wrap .center .dis .list:not(:last-child) {
    margin: 0 20px 0 0
}

.footer .wrap .center .dis .list .iconfont {
    color: #9E9E9F;
    font-size: 19px;
    margin: 0 7px 0 0;
    transition: .6s ease
}

.footer .wrap .center .dis .list p {
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9F;
    transition: .6s ease
}

.footer .wrap .links {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .wrap .links a {
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9F;
    transition: .6s ease
}

.footer .wrap .links a:hover {
    color: #fff !important
}

.footer .wrap .links .flex {
    display: flex
}

.footer .wrap .links .flex p {
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9F;
    margin: 0 302px 0 0
}

.c_w {
    width: var(--width);
    margin: auto
}

.parallax {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.common_banner {
    height: 41.6666666667vw;
    position: relative
}

.common_banner .common_bg {
    transform: scale(1.1);
    transition: 5s
}

.common_banner .common_bg.on {
    transform: scale(1)
}

.common_banner .text {
    width: var(--width);
    margin: auto
}

.common_banner .text p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.common_banner .text h5 {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF
}

.whole_cut {
    display: flex;
    justify-content: center;
    background: #494B4E;
    border-radius: 33px;
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: auto
}

.whole_cut.on .list {
    height: 60px;
    font-size: 16px;
    padding: 0 33px;
    min-width: fit-content
}

.whole_cut .list {
    width: fit-content;
    padding: 0 40px;
    height: 64px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .6s ease;
    min-width: 156px
}

.whole_cut .list.on {
    color: #fff !important;
    background: #E61F18
}

.whole_cut .list:hover {
    color: var(--color)
}

.whole_cut .after {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 32px
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_paging a {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 15px;
    transition: .4s ease
}

.common_paging a.on {
    color: var(--color)
}

.common_paging a:first-child {
    transform: rotate(180deg)
}

.common_paging a:first-child, .common_paging a:last-child {
    width: 44px;
    height: 44px;
    background: #494B4E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.common_paging a:first-child:hover .iconfont, .common_paging a:last-child:hover .iconfont {
    color: var(--color)
}

.common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
    font-size: 20px;
    color: #fff;
    transition: .6s
}

.newsInfo1 {
    padding: 166px 0
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.shopping_side{
    position: fixed;
    bottom: 250px;
    right: 20px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    background: var(--color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*opacity: 0;*/
    /*pointer-events: none;*/
    transition: 1s;
}
.shopping_side svg{
    width: 20px;
    height: 20px;
}


/**/
.fixed_inquiry {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}


.fixed_inquiry.on {
    opacity: 1;
    pointer-events: auto
}

.fixed_inquiry.on .content{
    transform: translateX(0);
}

.fixed_inquiry .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0)
}
.fixed_inquiry .content{
    width: 420px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 0px 0px;
    padding: 50px 26px;
    position: relative;
    z-index: 5;
    transform: translateX(420px);
    transition: 1s;
}
.fixed_inquiry .content .title .p1{
    font-weight: 400;
    font-size: 24px;
    color: #111111;
}
.fixed_inquiry .content .title .p2{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.fixed_inquiry .content .flex{
    margin: 30px 0 39px 0;
}
.fixed_inquiry .content .flex .item{
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 30px;
}
.fixed_inquiry .content .flex .item .img{
    width: 88px;
    height: 65px;
    margin: 0 19px 0 0;
}
.fixed_inquiry .content .flex .item .text .p1{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 1.6;
}
.fixed_inquiry .content .flex .item .remove{
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    width: 16px;
}
.fixed_inquiry .content .flex .item .remove img{
    width: 100%;
}
.fixed_inquiry .content .other .sub,.fixed_inquiry .content .other .download{
    width: 100%;
    height: 50px;
    background: #E61F18;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 10px 0;
}
.fixed_inquiry .content .other .dis{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 20px 0;
    cursor: pointer;
}
.fixed_inquiry .content .other .dis img{
    width: 14px;
}
.fixed_inquiry .content .other .dis p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
/**/


@media screen and (max-width: 1919px) {
    :root{
        --width: 81.25vw;
    }
    [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: 3.6458333333vw;
        padding: 0px 3.125vw;
    }
    .header .logo{
        width: 8.8541666667vw;
    }
    .header .logo img{
        width: 6.9270833333vw;
    }
    .header .nav{
        width: 44.2708333333vw;
    }
    .header .nav .item&gt; a, .header .nav .item{
        font-size: 0.8333333333vw;
        padding: 1.3020833333vw 0px;
    }
    .header .nav .item .hide{
        padding: 2.6041666667vw 0px;
        top: 3.6979166667vw;
    }
    .header .nav .item .hide .joke .cut .list{
        gap: 2.0833333333vw;
        line-height: 2.0833333333vw;
    }
    .header .nav .item .hide .joke .cut .list p{
        font-size: 0.8333333333vw;
    }
    .header .nav .item .hide .joke .cut .list .iconfont{
        font-size: 0.625vw;
    }
    .header .nav .item .hide .joke .hide_line{
        margin: 0px 3.4895833333vw;
        height: 7.3958333333vw;
    }
    .header .nav .item .hide .joke .hide_r .hide_list .pick{
        margin: 0px 1.7708333333vw 0px 0px;
    }
    .header .nav .item .hide .joke .hide_r .hide_list .pick .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5208333333vw;
        width: 8.3333333333vw;
    }
    .header .nav .item .hide .joke .hide_r .hide_list .pick .p2{
        font-size: 0.8333333333vw;
    }
    .header .nav .item .hide .joke .hide_r .hide_list .hide_pic{
        width: 11.041666666666668vw;
        height:8.541666666666668vw;
    }
    .header .r .head_search{
        font-size: 1.0416666667vw;
        margin: 0px 1.5625vw 0px 0px;
    }
    .header .r .lag{
        font-size: 0.9375vw;
    }
    .fixed_catalogue{
        width: 1.875vw;
        height: 6.5625vw;
        border-radius: 0.2083333333vw 0px 0px 0.2083333333vw;
    }
    .fixed_catalogue img{
        width: 0.7291666667vw;
    }
    .fixed_catalogue p{
        margin: 0.3125vw 0px 0px;
        font-size: 0.78125vw;
        line-height: 1.0416666667vw;
    }
    .footer{
        padding: 3.90625vw 0px 1.5625vw;
    }
    .footer .wrap .top .l{
        width: 17.7083333333vw;
    }
    .footer .wrap .top .l .foo_logo{
        height: 2.0833333333vw;
    }
    .footer .wrap .top .l .foo_search{
        width: 17.7604166667vw;
        height: 2.5vw;
        border-radius: 1.3020833333vw;
        padding: 0px 0.8854166667vw 0px 1.0416666667vw;
        margin: 1.9791666667vw 0px 0px;
    }
    .footer .wrap .top .l .foo_search .iconfont:first-child{
        font-size: 0.9375vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .footer .wrap .top .l .foo_search .iconfont:last-child{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .top .l .foo_search input{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .top .foo_nav .item:not(:last-child){
        margin: 0px 4.4270833333vw 0px 0px;
    }
    .footer .wrap .top .foo_nav .item &gt; a{
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .footer .wrap .top .foo_nav .item .level a{
        font-size: 0.7291666667vw;
        line-height: 1.875vw;
    }
    .footer .wrap .center{
        margin: 4.53125vw 0px 1.4583333333vw;
        height: 3.8541666667vw;
    }
    .footer .wrap .center .p1{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .center .p1 a{
        margin: 0px 0px 0px 0.2604166667vw;
    }
    .footer .wrap .center .dis{
        margin: 0px 0px 0px 1.5625vw;
    }
    .footer .wrap .center .dis .list:not(:last-child){
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .footer .wrap .center .dis .list .iconfont{
        font-size: 0.9895833333vw;
        margin: 0px 0.3645833333vw 0px 0px;
    }
    .footer .wrap .center .dis .list p{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .links a{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .links .flex p{
        font-size: 0.7291666667vw;
        margin: 0px 15.7291666667vw 0px 0px;
    }
    .common_banner .text p{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .common_banner .text h5{
        font-size: 2.0833333333vw;
    }
    .whole_cut{
        border-radius: 1.71875vw;
    }
    .whole_cut.on .list{
        height: 3.125vw;
        font-size: 0.8333333333vw;
        padding: 0px 1.71875vw;
    }
    .whole_cut .list{
        padding: 0px 2.0833333333vw;
        height: 3.3333333333vw;
        border-radius: 1.71875vw;
        font-size: 1.0416666667vw;
        min-width: 8.125vw;
    }
    .whole_cut .after{
        border-radius: 1.6666666667vw;
    }
    .common_paging a{
        font-size: 0.9375vw;
        margin: 0px 0.78125vw;
    }
    .common_paging a:first-child, .common_paging a:last-child{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont{
        font-size: 1.0416666667vw;
    }
    .newsInfo1{
        padding: 8.6458333333vw 0px;
    }
    .shopping_side{
        bottom: 13.0208333333vw;
        right: 1.0416666667vw;
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }
    .shopping_side svg{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .fixed_inquiry .content{
        width: 21.875vw;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1.0416666667vw 1px;
        padding: 2.6041666667vw 1.3541666667vw;
        transform: translateX(21.875vw);
    }
    .fixed_inquiry .content .title .p1{
        font-size: 1.25vw;
    }
    .fixed_inquiry .content .title .p2{
        font-size: 0.7291666667vw;
    }
    .fixed_inquiry .content .flex{
        margin: 1.5625vw 0px 2.03125vw;
    }
    .fixed_inquiry .content .flex .item{
        margin: 0px 0px 1.5625vw;
    }
    .fixed_inquiry .content .flex .item .img{
        width: 4.5833333333vw;
        height: 3.3854166667vw;
        margin: 0px 0.9895833333vw 0px 0px;
    }
    .fixed_inquiry .content .flex .item .text .p1{
        font-size: 0.8333333333vw;
    }
    .fixed_inquiry .content .flex .item .remove{
        top: 0.3125vw;
        width: 0.8333333333vw;
    }
    .fixed_inquiry .content .other .sub, .fixed_inquiry .content .other .download{
        height: 2.6041666667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.9375vw;
        margin: 0.5208333333vw 0px;
    }
    .fixed_inquiry .content .other .dis{
        gap: 0.3645833333vw;
        margin: 1.0416666667vw 0px;
    }
    .fixed_inquiry .content .other .dis img{
        width: 0.7291666667vw;
    }
    .fixed_inquiry .content .other .dis p{
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .header{
        height: 50px;
        padding: 0 5%;
    }
    .header .logo{
        width: 100px;
    }
    .header .nav{
        display: none;
    }
    .header .logo img {
        width: 82px;
    }
    .header .r .head_search{
        font-size: 16px;
        margin: 0 20px 0 0;
    }
    .header .r .lag{
        font-size: 14px;
    }
    .header{
        background: #fff;
    }

    .header .r .head_search {
        color: #111;
    }
    .header .r .lag {
        color: #111;
    }
    .footer .wrap .top .foo_nav .item .level{
        display: none;
    }
    .footer{
        padding: 50px 0;
    }
    :root{
        --width: 90%;
    }
    .footer .wrap .top{
        flex-direction: column;
    }
    .footer .wrap .top .l{
        width: auto;
    }
    .footer .wrap .top .l .foo_logo{
        height: 24px;
    }
    .footer .wrap .top .foo_nav{
        margin: 32px 0 0 0;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 13px;
    }
    .footer .wrap .top .foo_nav .item:not(:last-child){
        margin: 0;
    }
    .footer .wrap .top .foo_nav .item &gt; a{
        font-size: 14px;
        margin: 0;
    }
    .footer .wrap .center{
        margin: 30px 0;
        height: auto;
        padding: 20px 0;
        flex-direction: column;
        align-items: unset;
    }
    .footer .wrap .center .p1{
        font-size: 13px;
    }
    .footer .wrap .center .p1 a{
        margin: 0 0 0 10px;
    }
    .footer .wrap .center .dis{
        margin: 15px 0 0 0;
    }
    .footer .wrap .center .dis .list .iconfont{
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .footer .wrap .center .dis .list:not(:last-child){
        margin: 0 22px 0 0;
    }
    .footer .wrap .center .dis .list p{
        font-size: 13px;
    }

    .footer .wrap .links{
        flex-direction: column;
        align-items: unset;
        line-height: 23px;
    }
    .footer .wrap .links a{
        font-size: 11px;
    }
    .footer .wrap .links .flex{
        flex-direction: column;
    }
    .footer .wrap .links .flex p{
        font-size: 11px;
        margin: 0;
    }
    .shopping_side{
        bottom: 30px;
        right: 5px;
        width: 30px;
        height: 30px;
    }
    .shopping_side svg{
        width: 14px;
        height: 14px;
    }
    .fixed_catalogue{
        display: none;
    }
}


@media screen and (max-width: 1024px) {
    .common_banner{
        margin: 50px 0 0 0;
        height: 350px;
    }
    .common_banner .parallax{
        transform: none!important;
    }
    .common_banner .text p{
        font-size: 14px;
        margin: 0 0 15px;
    }
    .common_banner .text h5{
        font-size: 26px;
    }
    .whole_cut{
        border-radius: 25px;
    }
    .whole_cut .list,.whole_cut.on .list{
        height: 40px;
        border-radius: 25px;
        padding: 0 15px;
        font-size: 13px;
    }

    .common_paging a:first-child, .common_paging a:last-child{
        width: 40px;
        height: 40px;
    }
    .common_paging a{
        font-size: 13px;
        margin: 0 10px;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont{
        font-size: 13px;
    }
    .fixed_inquiry .black{
        background: rgba(0,0,0,0.5);
    }
    .fixed_inquiry .content{
        width: 80%;
        padding: 50px 5%;
    }
    .fixed_inquiry .content .title .p1 {
        font-size: 24px;
    }
    .fixed_inquiry .content .title .p2 {
        font-size: 14px;
    }
    .fixed_inquiry .content .flex {
        margin: 25px 0;
    }
    .fixed_inquiry .content .flex .item .img {
        width: 88px;
        height: 65px;
        margin: 0 15px 0 0;
    }
    .fixed_inquiry .content .flex .item .text .p1 {
        font-size: 14px;
    }
    .fixed_inquiry .content .flex .item .remove {
        top: 0;
        width: 16px;
    }
    .fixed_inquiry .content .other .sub, .fixed_inquiry .content .other .download {
        height: 47px;
        border-radius: 4px;
        font-size: 15px;
        margin: 20px 0;
    }
    .fixed_inquiry .content .other .dis {
        gap: 10px;
        margin: 10px 0;
    }
    .fixed_inquiry .content .other .dis img {
        width: 14px;
    }
    .fixed_inquiry .content .other .dis p {
        font-size: 14px;
    }
}
</pre></body></html>