<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (min-width: 480px) {
    .menu{
        width: 337px;
    }
    .menu .ejmenu{
        width: 337px;
    }
}
@media (min-width: 576px) {
    .header{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .header{
        max-width: 750px;
    }

}
@media (min-width: 992px) {
    .header{
        max-width: 970px;
    }
}
@media (max-width: 1199px) {
    .mheader{
        background-color: #fff;
        color: #232323;
        box-shadow: 0 3px 3px -3px #0000001f;
        position: relative;
    }
    .header-items, .right {
        display: none!important;
    }
    .header-logo{
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate( -50%,0);
    }
    .logo-img img{
        width: 100px !important;
    }

    .menu{
        background: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        height: 100vh;
        z-index: 999;
        overflow-y: scroll;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        padding-bottom: 100px;
    }
    .header {
        padding-right: 10px;
        padding-left: 10px;
    }
    .xianleft{
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        overflow-y: scroll;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        padding-bottom: 100px;
        width: 297px;
        max-width: -moz-calc(100vw - 40px);
        max-width: -webkit-calc(100vw - 40px);
        max-width: -ms-calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translate(100%);
    }
    .leftsou{
        right: auto;
        left: 0;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translate(-100%);
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .cartbox{
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        -webkit-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        padding-bottom: 100px;
        width: 400px;
        max-width: -moz-calc(100vw - 40px);
        max-width: -webkit-calc(100vw - 40px);
        max-width: -ms-calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translate(100%);

    }
    .showcart{
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        overflow-y: scroll;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        padding-bottom: 100px;
        width: 337px;
        max-width: -moz-calc(100vw - 40px);
        max-width: -webkit-calc(100vw - 40px);
        max-width: -ms-calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translate(100%);
        transform: none;
        opacity: 1;
    }

}

@media (min-width: 1200px) {
    .maintou{
        position: relative;

        background-color: #ffffff;
    }
    .header-mb{
        display: none !important;
    }
    .header{
        padding: 0 1.5%;
        max-width: 100%;
    }
    .heeader_K{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: center;
    }
     .header-logo {
        padding: 8px 0 8px;
    }
     .menu{
         margin-top: 4px;
         position: static;
         text-align: center;
         padding: 0;
         width: 100%;
         height: inherit;
     }
     .menu ul{
         margin: 0;
     }
    .menu ul li{
        position: relative;

        display: inline-block;
        margin-left: 0px;
        margin-right: 20px
    }
    .menu ul li:first-of-type {
        margin-left: 0;
    }
    .li1&gt;a {

        color: #232323;
        padding: 19px 0 17px;
        padding-bottom: 22px;
        line-height: 1.65em;
        position: relative;
        z-index: 1;
    }
    .headerk{
        display: flex;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: center;
    }
    .sousuo{
        width: 50px;
        height: 50px;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
   .icon-search svg {
        top: 1px;
    }
   .cart-icon {
        padding-right: 2px;
        position: relative;
        top: -1px;
    }
    .cart-icon .cartCount {
        right: -10px;
        top: 6px;
        line-height: 15px;
    }
    .right{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 1px;
    }
    .right&gt;*{
        width: 50px;
        height: 50px;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .menu ul li &gt; a:before {
        position: absolute;
        width: 15px;
        height: 100%;
        top: 0;
        background: transparent;
        z-index: 999999;
        right: 100%;
        left: auto;
    }
    .hamburger-icon {
        display: none;
        position: relative;
        top: 1px;
    }

    .left-header {

        padding-right: 15px;
        width: 140px;
    }
    .zhezhao{
        z-index: 3;

    }
    .li1 &gt; a {
        font-size: 12px;
        font-weight: 700;

        letter-spacing: .05em;
        display: block;
        text-decoration: unset;
    }
    .menu ul li span{
        position: relative;
    }
    .lispan:before{
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: "";
        display: block;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        visibility: hidden;
    }

    .li1:hover .lispan:before {
        position: absolute;
        left: 0;

        bottom: -2px;
        height: 1px;
        content: "";
        display: block;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        visibility: visible;
        width: 100%;
        background-color: #232323;

    }
    .menu .ejmenu{
        position: absolute;
        left: 0;
        z-index: 10;
        min-width: 225px;
        box-shadow: 0 0 2px 1px #0000001a;
        right: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        background-color: #f8f8f8;
        width: 100%;
        text-align: left;

    }
    .ejmenu ul{
        position: static;
     }
    .ejmenu ul li{
        padding: 0 20px;

    }
    .ejmenu ul li:first-child{
        padding-top: 5px;
    }
    .headerpc{
        display: none;
    }
    .ejmenu ul li a{
        color: #3c3c3c;
        padding: 10px 0 8px;
        line-height: 1.75em;
        text-decoration: unset;
    }
    .menu li:hover&gt;.ejmenu{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(-1px);
    }
    .searform{


        position: absolute;
        width: 100%;
        z-index: 1000;
        height: 100%;

        visibility: hidden;
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
    }
    .close-search{
        color: #333333 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .input-group-field{
        font-size:18px;
        width: -moz-calc(100% - 52px);
        width: -webkit-calc(100% - 52px);
        width: -ms-calc(100% - 52px);
        width: calc(100% - 52px);
        text-align: center;
        padding-left: 64px;
        line-height:25px;
    }
    .icon-search{
        padding-right: 0;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 52px;
    }
  .icon-search svg {
        width: 18px;
        height: 18px;
      top: 1px;
      position: relative;
    }
  .openseach{

      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
  }
    .openseach .header-search {
        top: 0;
        max-width: initial;
        width: 100%;
        position: static;
        margin: auto;
    }
    .openseach .close-search {
        position: absolute;
        left: auto;
        top: 20px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #333333 !important;
        display: inline-flex;
        z-index: 2;
    }

    .openseach .input-group-field {
        padding: 10px 12px 8px;
        max-width: initial;
    }
    .openseach .search-form{
        visibility: visible;
    }
    .search-bar{
        display: flex;
        padding: 50px;
        margin: auto;
        top: 0;
        height: 100%;
        background-color: #f8f8f8;
        align-items: center;
        border: none !important;
        position: relative;
    }
    .sousuohou{
        position: absolute;
        top: -moz-calc(100% + 5px);
        top: -webkit-calc(100% + 5px);
        top: -ms-calc(100% + 5px);
        top: calc(100% + 5px);
        right: 0;
        width: 553px;
        padding-left: 5px;
        padding-right: 5px;
        top: 100%;
        width: 100%;

    }
    .openseach .sousuohou{
        top: 100%;
        width: 100%;
    }
    .custom-scrollbar{
        max-height: -moz-calc(80vh - 150px);
        max-height: -webkit-calc(80vh - 150px);
        max-height: -ms-calc(80vh - 150px);
        max-height: calc(80vh - 150px);
    }
    .xianxing .customleft{
        float: right;
        width: 40%;

        padding-bottom: 0;
        margin-bottom: 0;
    }
    .xianxing .customright{
        float: left;
        width: 58%;
        padding-left: 15px;


    }

 .cartbox {
     display: block;
     position: fixed;
     top: 0;
     bottom: 0;
     right: 0;
     height: 100vh;
     z-index: 999;
     overflow-y: auto;
     -webkit-transition: transform .3s linear;
     -moz-transition: transform .3s linear;
     -ms-transition: transform .3s linear;
     -o-transition: transform .3s linear;
     transition: transform .3s linear;
     padding-bottom: 100px;
     width: 400px;
     max-width: -moz-calc(100vw - 40px);
     max-width: -webkit-calc(100vw - 40px);
     max-width: -ms-calc(100vw - 40px);
     max-width: calc(100vw - 40px);
     -moz-transform: translateX(100%);
     -o-transform: translateX(100%);
     -ms-transform: translateX(100%);
     -webkit-transform: translateX(100%);
     transform: translate(100%);
    }
    .showcart{
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translate(0);

    }


}


@media (min-width: 1350px) {
    .header{
        padding: 0 3.175%;
    }
    .close-search{
        right: calc(4% - 4px);
    }


}


@media (min-width: 1600px) {

     .header-items {
        width: 250px;
    }
     .right{

         align-items: center;
         margin-top: 1px;
         display: flex;

     }
     .container {
         max-width: 1920px;
         padding-left: 75px;
         padding-right: 75px;
     }
}
@media (min-width: 1200px){
body:not(.template-index) .maintou {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,.1);
    /* box-shadow: 0 3px 3px -3px #0000001a; */
}
}
@media (min-width: 1600px) {
    .left-header {
        width: 250px;
    }
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
.sousuo svg, .cart-icon svg{
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}
</pre></body></html>