:root{
    --c1:#aa5c40;
    --c2:#dcdedd;
    --c3:#d35400;
}
#page{
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    font-family: 'Poppins';
}

.cb{
    color: #fff;
}
.c0{
    color: #000;
}
.c1{
    color: var(--c1);
}
.c2{
    color: var(--c2);
}
.c3{
    color: var(--c3);
}
.c4{
    color: #333;
}
.c6{
    color: #666;
}
.ca6 a{
    color: #666;
}
.c9,.ca9 a{
    color: #999;
}
.cc{
    color: #ccc;
}
.cd{
    color: #ddd;
}
.cbc{
    color: #bcbcbc;
}
.h100{
    height: 100%;
}
.a_s{align-items: flex-start;}
.a_e{align-items: flex-end;}
.j_e{
    justify-content: flex-end;
}
.j_es{
    justify-content: flex-end;
}
.j_s{
    justify-content: flex-start;
}
.fd_rr{
    flex-direction: row-reverse;
}
.tdu{
    text-decoration-line: underline;
}
.ffw{
    font-family:Work Sans;
}
.lh1{
    line-height: 1;
}
.lh11{
    line-height: 1.1;
}
.lh12{
    line-height: 1.2;
}
.lh13{
    line-height: 1.3;
}
.lh14{
    line-height: 1.4;
}
.lh15{
    line-height: 1.5;
}
.lh16{
    line-height: 1.6;
}
.lh17{
    line-height: 1.7;
}
.lh18{
    line-height: 1.8;
}
.lh2{
    line-height: 2;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs23{
    font-size: 23px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fs26{
    font-size: 26px;
}
.fs28{
    font-size: 28px;
}
.fs30{
    font-size: 30px;
}
.fs32{
    font-size: 32px;
}
.fs36{
    font-size: 36px;
}
.fs40{
    font-size: 40px;
}
.fs48{
    font-size: 48px;
}
.fs50{
    font-size: 50px;
}
.fs60{
    font-size: 60px;
}
.fsw14{
    font-size: .73vw;
}
.fsw26{
    font-size: 1.38vw;
}
.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.p8{
    padding: 8px;  
}
.ptb8{
    padding-top: 8px;
    padding-bottom: 8px;
}
.mr4{
    margin-right: 4px;
}
.mtb20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ptb20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.p10{
    padding: 10px;
}
.pt5{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.ptb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt60{
    padding-top: 60px;
}
.pt100{
    padding-top: 100px;
}
.mw1440{
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
}
.mw1200{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
}
.mw1600{
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
}
.nh_top{
    background: var(--c1);
}
.header.active .nh_top{
    display: none;
}
.header{
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.header .inner{
    height: 96px;
}
.mm_btn{
    display: none;
}
.head-left-search.fa {display: none;}
.header .inner .flex{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
}
.header .inner .flex>.logo,.header .inner .flex>.logo img{
    height: 100%;
    display: block;
}
.header .inner .flex>.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header .inner .flex>nav>ul{
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.header .inner .flex>nav>ul>li{
    margin-right: 0;
    height: 87px;
    border-bottom: 2px solid transparent;
    padding: 0 30px;
}
.header .inner .flex>nav>ul>li>a{
    color: #333;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 15px;
}
.header .inner .flex>nav>ul>li:hover>a,.header .inner .flex>nav>ul>li.active>a{
    color: var(--c1);
}
.header .inner .flex>nav>ul>li.active,.header .inner .flex>nav>ul>li:hover{
    border-color: var(--c1);
}
.header .inner .flex>nav>ul>li ul{
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    position: absolute;
    left: 100%;
    padding-left: 10px;
    padding-top: 10px;
    background: var(--c1);
    padding-bottom: 10px;
    top: 0;
    transition: .3s;
}
.header .inner .flex>nav>ul>li ul:after{
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.header .inner .flex>nav>ul>li ul:before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -8px;
    width: 0;
    height: 0;
    border-width: 9px;
    z-index: 2;
    border-style: dashed solid dashed dashed;
    border-color: transparent var(--c1) transparent transparent;
}
.header .inner .flex>nav>ul>li>ul:after{
    width: 100%;
    height: 10px;
}
.header .inner .flex>nav>ul>li>ul:before{
    top: -8px;
    left: 30px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent var(--c1) transparent;
}
.header .inner .flex>nav>ul>li ul>li{
    height: 40px;
}
.header .inner .flex>nav>ul>li ul>li>a{
    height: 40px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    min-width: 201px;
    font-size: 14px;
    color: #fff;
    background: var(--c1);
}
.header .inner .flex>nav>ul>li>ul{
    left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    top: calc(100% + 2px);
}
.header .inner .flex>nav>ul li{
    position: relative;
}
.header .inner .flex>nav>ul li:hover>ul{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.header .inner .flex>nav>ul>li ul>li>a:hover{
    background: #bea670;
}
.header .inner .flex>nav>ul>li>a>img{
    width: 24px;
    height: 4px;
    object-fit: contain;
    transition: .3s;
}
.header .inner .flex>nav>ul>li.active>a>img,.header .inner .flex>nav>ul>li:hover>a>img{
    transform: rotate(180deg);
}
.header .inner .index-search{
    padding: 0 10px;
}
.header .inner .index-search>a{
    color: var(--c1);
}
.header .inner .language .inner_lang>a{
    color: #333;
}
.header .inner .flex .index-search>a{
    height: 45px;
}
.header .inner .flex .index-search>a>i{
    width: 45px;
    text-align: center;
    color: var(--c1);
}
.header .inner .language{
    margin-right: 0;
    padding: 0 10px;
}
.header .inner .language .inner_lang>a{
    font-size: 15px;
    padding: 0;
    font-weight: 400;
}
.header .inner .language .inner_lang>a i.fa{
    font-size: 15px;
    margin-left: 0;
}
.s_icon{
    width: 40px;
    aspect-ratio: 1;
    object-fit: contain;
}
.language .change-language-cont{
    max-height: 20vh;
}
.banner-container .swiper-slide{
    position: relative;
}
.banner-container .swiper-slide img{
    width: 100%;
    aspect-ratio: 12 / 5;
}
.zbanner{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.nbanner_t{
    font-size: 2.578vw;
    color: #fff;
    font-family:Work Sans;
    font-weight: 800;
}
.nbanner_c{
    font-size: .9375vw;
    color: #fff;
}
.banner-container .swiper-slide.swiper-slide-active .zbanner,
.banner-container .swiper-slide.swiper-slide-active .nb_text{
    animation: brtol 1s ease-out 1.5s forwards;
}
.nb_text{
    position: absolute;
    z-index: 2;
    width: 33.854vw;
    top: 11.77vw;
    bottom: 9.5vw;
    left: 8.33vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    opacity: 0;
}
.nb_text.bt2{
    top: 6.77vw;
}
.nb_text.bt2 .nbanner_t{
    color: #000;
}
.nbanner_on{
    width: 14.42vw;
    height: 3.33vw;
    background: #b70b0b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border-radius: 4px;
}
.nbanner_on:hover{
    background: #bda670;
}
.swiper-button-next, .swiper-button-prev{
    font-family: 'FontAwesome';
}
.banner-container:hover .swiper-button-next,.banner-container:hover .swiper-button-prev{
    opacity: 1;
}
.banner-container .swiper-pagination-bullet{
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
    background: none;
    box-shadow: 0 0px 2px 2px #cccccc55;
}
.banner-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #bcbcbc;
}
@-webkit-keyframes brtol{
    0%{
        transform: translateX(2vw);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes brtol{
    0%{
        transform: translateX(5vw);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
.hzw{
    height: 135px;
}
.ci100{
    position: relative;
}
.ci_fb8>img{
    filter: brightness(0.8);
}
.ci_fb8:hover>img{
    filter: none;
}
.ci100>img{
    width: 100%;
}
.ci100>a{
    width: 100%;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.ci100>a.df{
    display: flex;
}
.d_nb{
    display: none;
}
.inb1_text{
    width: 100%;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    padding-top: 3.23vw;
    padding-left: 1.98vw;
    padding-bottom: 3.3vw;
    height: 100%;
}
.inb1_on_b{
    position: absolute;
    z-index: 2;
    bottom: 1vw;
    left: 1.98vw;
    right: 0;
}
.inb1 .ci100>img{
    aspect-ratio: 12 / 7;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.inb1_t{
    width: 19vw;
    padding-top: .5vw;
}
.inb1_c{
    padding-top: .6vw;
}
.inb2_i{
    transition: .2s;
    aspect-ratio: 4 / 3;
}
.inb2_i:hover{
    transform: translateX(20px);
}
.in_ap_imgbox{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.in_ap_imgbox.act{
    display: flex;
}
.in_ap_imgbox_m{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.in_ap_imgbox_content{
    width: auto;
    max-width: 60%;
    min-width: 300px;
    max-height: 100%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 20px 40px;
    z-index: 2;
    border-radius: 10px;
}
.in_ap_imgbox_close{
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .5s;
    line-height: 1;
    font-family: 'Rajdhani';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.in_ap_imgbox_close:hover{
    transform: rotate(90deg);
}
.in_ap_imgbox_content>.in_ap_imgbox_add>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 90vh;
    max-width: 90vw;
}
.in_ap_imgbox_content>.in_ap_imgbox_add>iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    min-width: 50vw;
}
.mt25{
    margin-top: 25px;
}
.inb_on{
    height: 45px;
    display: flex;
    padding: 0 45px;
    align-items: center;
    position: relative;
    border-radius: 0 22.5px 22.5px 0;
    background: #aa5c40;
    overflow: hidden;
}
.inb_on>p{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.inb_on i{
    overflow: hidden;
    opacity: 0;
    width: 0;
    margin: 0;
    transition: .3s;
}
.inb_on:hover i{
    opacity: 1;
    width: auto;
    margin: 0 10px;
}
.inb_on:before{
    background: #bda670;
    position: absolute;
    content: '';
    display: block;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .3s;
    z-index: 1;
}
.inb_on:hover:before{
    left: 0;
}
.inb3{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mt40{
    margin-top: 40px;
}
.inb3_b{
    background-color: rgba(255,255,255,0.2);
    padding: 45px 0;
}
.inb3_b_img{
    height: 75px;
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inb3_b_img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    transform: scale(1.33);
    object-fit: contain;
    z-index: 1;
}
.inb3_b_img>i{
    font-size: 45px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.inb3_b_img:hover>i{
    animation: 1s bounce;
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
}
.inb3_b_c{
    padding: 15px 30px 20px 30px;
}
.inb3_b a:hover{
    color: var(--c1);
}
.inb4_l_sw .swiper-slide{
    border-top: 2px solid rgba(255,255,255,0.05);
    height: 74px;
    cursor: pointer;
}
.inb4_l_sw .swiper-slide:nth-child(1){
    border-top: 0;
}
.inb4_l_sw .swiper-slide:hover .inb4_l_sw_box{
    text-decoration: underline;
    color: var(--c1);
}
.inb4_l_sw .swiper-slide.swiper-slide-thumb-active .inb4_l_sw_box:before{
    border: 14px solid #444;
    border-color: transparent transparent transparent #444;
    position: absolute;
    z-index: 2;
    left: 100%;
    width: 0;
    height: 0;
    display: block;
    content: '';
    top: calc(50% - 7px);
}
.inb4_l_sw{
    background: #444;
    position: relative;
    z-index: 2;
}
.inb4_r_sw{
    position: relative;
    z-index: 1;
}
.inb4_l_sw_box{
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    position: relative;
}
.inb4_r_sw_t{
    padding: 6px 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #00000066;
}
.inb4_r_sw .swiper-slide{
    opacity: 0 !important;
}
.inb4_r_sw .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.inb4_r_sw .swiper-slide>img{
    height: 444px;
    max-width: 100%;
}
.inb5{
    background-size: 100% auto;
}
.inb_on2{
    height: 45px;
    display: flex;
    padding: 0 45px;
    align-items: center;
    position: relative;
    background: #aa5c40;
    border-radius: 4px;
    overflow: hidden;
}
.inb_on2>p{
    position: relative;
    z-index: 2;
}
.inb_on2:before,.inb_on2:after{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    transition: .3s;
    background: #bda670;
}
.inb_on2:before{
    left: -50%;
}
.inb_on2:after{
    right: -50%;
}
.inb_on2:hover:before{
    left: 0;
}
.inb_on2:hover:after{
    right: 0;
}
.inb5_b>img{
    width: 100%;
    border-radius: 20px;
    transition: .3s;
}
.inb5_b>img:hover{
    transform: translateY(-20px);
}
.inb5_t{
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 13px 20px -5px rgba(170,92,64,0.18);
}
.inb6{
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 280px;
}

.inb7{
    background-image: url(img/35.webp);
    background-size: 100% 100%;
}
.inb8_i{
    width: 100%;
    overflow: hidden;
}
.inb8_i>img{
    transition: .3s;
}
.inb8_i:hover>img{
    transform: scale(1.1);
}
.inb8_time{
    border-top: 1px solid rgba(170, 170, 170, 0.2);
    position: relative;
    height: 71px;
}
.inb8_time:before{
    content: '';
    height: 1px;
    width: 0;
    transition: 1s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
}
.inb8_sw {
    overflow: hidden;
}
.inb8_text:hover .inb8_time>i{
    color: #666;
    transition: 1s;
}
.inb8_text:hover .inb8_time:before{
    background: var(--c1);
    width: 100%;
}
.inb8_sw .swiper-pagination{
    position: relative;
    display: none;
}
.inb8_sw .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: var(--c1);
}
.nfooter{
    border-top: 6px solid #aa5c40;
    background: #222;
}
.nfooter a:hover,.nfooter a.act{
    transition: .3s;
    color: var(--c1);
}
.nf_ul>li{
    padding-left: 10px;
    position: relative;
}
.nf_ul>li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
}
.nfooter li i{
    margin-right: 4px;
}
.nfooter .sns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    font-size: 16px;
    color: #fff;
    background: #aa5c40;
    height: 26px;
    border-radius: 50%;
    margin-right: 6px;
    transition: .3s;
}
.nfooter .sns a:hover{
    transform: translateY(-6px);
    background: #fff;
    color: #aa5c40;
}
.fb_right{
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.3);
    width: 50px;
    border-radius: 25px;
    z-index: 9;
}
.fb_right>ul>li{
    position: relative;
    width: 50px;
    height: 50px;
}
.fb_right>ul>li>a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    border-radius: 0 50% 50% 0;
}
.fb_right>ul>li>a>i{
    font-size: 24px;
}
.fb_right>ul>li:nth-child(1)>a>i{
    font-size: 20px;
}
.fb_right>ul>li>ul{
    position: absolute;
    right: 100%;
    top: 0;
    opacity: 0;
    background: var(--c1);
    border-radius: 25px 0 0 25px;
    transform: scaleX(0);
    visibility: hidden;
    transition: .3s;
    transform-origin: right center;
}
.fb_right>ul>li>ul>li>a{
    height: 50px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}
#gotoTop{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--c1);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#gotoTop.act{
    display: flex;
}
#gotoTop>i{
    font-size: 16px;
    color: #fff;
    transition: .3s;
}
#gotoTop:hover>i{
    transform: scale(1.1);
}
.ncbanner{
    width: 100%;
    overflow: hidden;
}
.ncbanner>img{
    width: 100%;
    transition: .3s;
    min-height: 150px;
    object-fit: cover;
}
.ncbanner:hover>img{
    transform: scale(1.1);
}
.crumbs{
    background: #faf6f1;
}


.sendshop{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 5px;
    color: #333;
    background: rgb(250, 246, 241);
}
.sendshop_el{
    font-size: 14px;
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    transition: .3s;
    display: flex;
}
.sendshop_el i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sendshop_el span{
    width: calc(100% - 40px);
    height: 40px;
    overflow: hidden;
    text-align: center;
    transition: .3s;
}
.sendshop_shop{
    font-size: 14px;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--c1);
    line-height: 40px;
    transition: .3s;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.sendshop_shop i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sendshop_shop span{
    text-align: left;
    height: 40px;
    display: none;
    font-weight: 700;
}
/*.sendshop_el:hover,.sendshop_shop:hover{*/
/*    background: #b8b9b9;*/
/*}*/
.sendshop.act .sendshop_el{
    width: 40px;
}
.sendshop.act .sendshop_el span{
    width: 0;
}
.sendshop.act .sendshop_shop{
    width: calc(100% - 40px);
}
.sendshop.act .sendshop_shop span{
    display: block;
}
.nshoping_carnav{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #7a8599;
    position: fixed;
    right: 10px;
    bottom: 120px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.nshoping_carnav.op{
    opacity: 0;
    visibility: hidden;
}
.nshoping_carnav.act{
    display: flex;
}
.nshoping_carnav i{
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.nshoping_carnav span{
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 16px;
    background: red;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.nshoping_car{
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 8px #999;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 6;
    width: 232px;
    height: 274px;
    display: none;
}
.nshoping_car.act{
    display: block;
}
.nshoping_cart{
    width: 230px;
    height: 36px;
    position: relative;
    background: #7a8599;
    cursor: pointer;
}
.nshoping_cartitle{
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
.nshoping_cartitle span{
    color: #ffb629;
}
.nshoping_cart i{
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
}
.nshoping_car_list{
    max-height: 194px;
    overflow: auto;
}
.nshoping_car_list li{
    padding: 8px 10px;
    border-bottom: 1px solid #e8e8e8;
    height: 57px;
    display: flex;
}
.nshoping_car_list li img{
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.nshoping_car_list li>div{
    width: calc(100% - 50px);
}
.nshoping_car_list li>div>a{
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #246bb3;
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.nshoping_car_list li>div>p>a{
    margin-top: 8px;
    color: #888;
    font-size: 12px;
    line-height: 16px;
    display: none;
}
.nshoping_car_list li:hover>div>p>a{
    display: block;
}
.nshoping_car_bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nshoping_car_empty{
    line-height: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #e64545;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    display: inline-block;
}
.nshoping_car_el{
    line-height: 16px;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border: 0;
    background-color: #e64545;
    border-radius: 3px;
    display: inline-block;
}
.nshoping_car_list li>div>p>a:hover{
    text-decoration: underline;
}
.optable{
    margin-bottom: 10px;
    font-family: Libre Franklin;
    font-size: 15px;
    color: #000d07;
}
.optable input{
    outline: none;
    height: 45px;
    border: #ccc 1px solid;
    background: #fff;
    padding: 4px;
    font-size: 15px;
    font-family: Libre Franklin;
    max-width: 100%;
}
.optable table{
    width: 100%;
}
.optable a{
    font-family: Libre Franklin;
    font-size: 15px;
    color: #000d07;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
    transition: .3s;
}
.optable a:hover{
    color: var(--c1);
}
.optable th,.optable td{
    border: 1px solid #ddd;
    padding: 5px;
}
.optable th{
    text-align: left;
    background: #f3f3f3;
    font-weight: 400;
}
.optable td{
    text-align: center;
}
.opform input{
    outline: none;
    height: 45px;
    border: #ccc 1px solid;
    background: #fff;
    padding: 4px;
    /*margin-bottom: 10px;*/
    font-size: 15px;
    font-family: Libre Franklin;
    width: 100%;
}
.opform>input{
    width: 100%;
}
.opform textarea{
    width: 100%;
    padding: 4px;
    border: #ccc 1px solid;
    background: #fff;
    /*margin-bottom: 10px;*/
    outline: none;
    font-size: 15px;
    font-family: Libre Franklin;
    width: 100%;
}
.p_nh_box{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}
.p_nh_box>img{
    width: 26px;
    display: block;
    aspect-ratio: 1;
    object-fit: contain;
    margin-bottom: 4px;
}
.code_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ci_sc1{
    overflow: hidden;
}
.ci_sc1>img{
    transition: .3s;
}
.ci_sc1:hover>img{
    transform: scale(1.1);
}
.nplist_img.ci100>img{
    aspect-ratio: 1;
    object-fit: contain;
}
@media(max-width:1800px){
    .header .inner .flex>nav>ul>li{
        padding: 0 20px;
    }
}
@media(max-width:1600px){
    .header .inner .flex>nav>ul>li{
        padding: 0 14px;
    }
}
@media(max-width:1400px){
    .header .inner .flex>nav>ul>li{
        padding: 0 8px;
    }
}
@media(max-width:1200px){
    .mw1440{
        width: 980px;
    }
    .mw1600,.mw1200{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .inner .flex>nav>ul>li>a{
        font-size: 12px;
    }
}
@media(min-width:990px){
    .fb_right>ul>li:hover>a{
        background: var(--c1);
    }
    .fb_right>ul>li:hover>ul{
        opacity: 1;
        transform: scaleX(1);
        visibility: visible;
    }
}
@media(max-width:990px){
    .inb8_sw .swiper-pagination{
        display: block;
    }
    .mw1440{
        width: 750px;
        padding-left: 0;
        padding-right: 0;
    }
    .fsw14{
        font-size: 2.2vw;
    }
    .fsw26{
        font-size: 4.1vw;
    }
    .fs14,.fs15,.fs16{
        font-size: 12px;
    }
    .fs18,.fs20,.fs23,.fs24{
        font-size: 14px;
    }
    .fs32,.fs30,.fs25,.fs26,.fs28{
        font-size: 16px;
    }
    .fs36,.fs40{
        font-size: 18px;
    }
    .fs48,.fs50,.fs60{
        font-size: 20px;
    }
    .header .inner{
        height: 46px;
    }
    .mm_btn{
        display: block;
    }
    .head-left-search.fa {
        top: 15px;
        z-index: 9;
        display: block;
        position: absolute;
        right: 70px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        font-size: 20px;
        width: 20px;
        height: 20px;
        color: #000;
    }
    .header .inner .flex{
        padding: 0 20px;
    }
    .header .inner .flex>.logo{
        display: flex;
        padding: 4px 0;
    }
    .hzw{
        height: 47px;
    }
    .pt60{
        padding-top: 15px;
    }
    .pt100{
        padding-top: 20px;
    }
    .d_nb{
        display: block;
    }
    .p10{
        padding: 4px;
    }
    .pt10{
        padding-top: 4px;
    }
    .plr10{
        padding-left: 4px;
        padding-right: 4px;
    }
    .ptb10{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .in_ap_imgbox_content{
        max-width: 90%;
    }
    .in_ap_imgbox_content{
        padding: 10px 30px;
    }
    .in_ap_imgbox_close{
        right: 0;
        top: 0;
    }
    .mt25{
        margin-top: 5px;
    }
    .inb3{
        background-attachment: scroll;
        background-size: auto 100%;
    }
    .mt40{
        margin-top: 10px;
    }
    .inb4_r_sw .swiper-slide>img{
        aspect-ratio: 1;
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .inb5{
        background-size: auto 100%;
    }
    .j_es{
        justify-content: flex-start;
    }
    .inb6{
        background-size: auto 100%;
        padding-bottom: 40px;
    }
    .fb_right>ul>li.act>a{
        background: var(--c1);
    }
    .fb_right>ul>li.act>ul{
        opacity: 1;
        transform: scaleX(1);
        visibility: visible;
    }
    .fb_right{
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 50px;
        border-radius: 0;
        z-index: 9;
    }
    .fb_right>ul{
        display: flex;
        align-items: center;
    }
    .fb_right>ul>li{
        position: relative;
        width: 16.66%;
        flex: 1;
    }
    .fb_right>ul>li>a{
        width: 100%;
        border-radius: 0;
    }
    .fb_right>ul>li>a>i{
        font-size: 24px;
    }
    .fb_right>ul>li:nth-child(1)>a>i{
        font-size: 20px;
    }
    .fb_right>ul>li>ul{
        position: fixed;
        right: auto;
        width: 100vw;
        top: auto;
        bottom: 50px;
        left: 0;
        border-radius: 25px;
        transform: scaleY(0);
        transform-origin: bottom center;
    }
    #gotoTop{
        width: 16.66%;
        flex: 1;
        border-radius: 0;
    }
    .p8{
        padding: 4px;
    }
    .ptb8{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .p_nh_box{
        position: absolute;
        right: 4px;
        top: 8px;
        z-index: 1;
    }
    .mtb20{
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .ptb20{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .product-detail .tab-panel-content,.product-detail .tab-panel-content *,.blog-article,.blog-article *{
        font-size: 12px !important;
        line-height: 1.5;
    }
    .product-detail .tab-panel-content img{
        max-width: 100% !important;
        height: auto !important;
    }
    .entry p{
        padding: 0;
    }
    .product-detail .tab-panel-content h2,.product-detail .tab-panel-content h2 *{
        font-size: 14px !important;
    }
    .nfooter{
        padding-bottom: 80px;
    }
    .banner-container .swiper-slide img{
        aspect-ratio: 5 / 4;
    }
    .nshoping_car{
        bottom: 50px;
    }
    .nshoping_carnav{
        bottom: 60px;
    }
    .inb1 .ci100>img{
        position: relative;
    }
}
@media(max-width:768px){
    .mw1440{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ncbanner>img{
        height: 150px;
    }
    
}
@media(max-width:600px){
    
}