.header{
    position: sticky;
    top: -294px;
    z-index: 100;
}
.wap-header .container:after,
.wap-header .container:before,
.header .container:after,
.header .container:before,
.wap-header-menu .container:before,
.wap-header-menu .container:after{
    display: none;
}
.header-site{
    height: 133px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.header-site.hid {
    height: 0;
    overflow: hidden;
}
.header-site .container{
    height: 100%;
    margin: 0 auto;
}
.header-site .left img{
    width: 140px;
    height: 48px;
}
.header-site .right{
    display: flex;
    gap: 5px;
}
.header-site .right .links-item{
    width: 100px;
    height: 93px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}
.header-site .right .links-item img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.header-site .right .links-item .item-text {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.l_item_bg1 {
    background: #E13235;
}
.l_item_bg2 {
    background: #A0185A;
}
.l_item_bg3 {
    background: #8AB7B4;
}
.l_item_bg4 {
    background: #E3943D;
}
.l_item_bg5 {
    background: #CA252D;
}
.l_item_bg6 {
    background: #3EA5C6;
}
.l_item_bg7 {
    background: #40629B;
}
.l_item_bg8 {
    background: #0071B3;
}
.header-menu{
    height: 31px;
    background: #A1A0A0;
    position: relative;
    z-index: 10;
}
.header-menu .left{
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}
.header-menu .left .iconfont{
    font-size: 16px;
    margin-right: 4px;
}
.header-menu .right ._btn1{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 100px;
}
.header-menu .right ._btn1 .iconfont{
    font-size: 23px;
    margin-right: 8px;
}
.header-menu .right ._btn2 a{
    cursor: pointer;
    font-size: 12px;
    color: #FFFFFF;
}
.header-search{
    padding: 28px 0;
    position: relative;
    z-index: 3;
    background: #fff;
}
.header-search .logo{
    width: 248px;
    height: 74px;
    margin-right: 79px;
    flex-shrink: 0;
}
.header-search .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-search .search-line{
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    background: #E4E3E3;
    border-radius: 18px 18px 18px 18px;
    padding: 0 10px;
    font-size: 14px;
    margin-right: 40px;
}
.header-search .search-line .iconfont{
    font-size: 22px;
    margin-right: 10px;
}
.header-search .search-line input{
    flex: 1;
    background: transparent;
    font-size: 14px;
}
.header-search .options {
    gap: 20px;
    align-items: center;
}
.header-search .options .btn{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: fit-content;
}
.header-search .options .btn img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.header-search .options .btn .icon-yonghu{
    line-height: 42px;
}
.header-search .options .btn a{
    display: flex;
    align-items: center;
}
.header-search .options .btn .iconfont{
    color: #d2d2d2;
    font-size: 22px;
}
.header-search .options .btn .iconfont:hover{
    color: #2E2E2E;

}
.header-search .options .btn .text{
    font-size: 14px;
    color: #2E2E2E;
    margin:0 10px;
}
.header-search .options .btn .tag{
    width: 14px;
    height: 14px;
    background: #FD0404;
    position: absolute;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
}
.header-sort{
    height: 55px;
    background: #2D2D2D;
    box-shadow: 0 4px 8px 0px #00000073;
    width: 100%;
    z-index: 3;
    top: 0;
    position: absolute;
    left: 0;
}
.header-sort>.container{
    gap: 20px;
}
.header-sort>.container>a,
.header-sort>.container>div{
    height: 100%;
}
.header-sort ._item{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 100%;
}
.header-sort ._item:hover{
    color: #FFA200;
}
.header-sort ._item.on{
    color: #FFA200;
}
.header-sort ._item .iconfont{
    font-size: 11px;
    margin-left: 4px;
}
.header-sort .right-btn{
    background-image: url("../../pc/img/common/btn-bg.png");
    background-size: cover;
    height: 100%;
    width: 225px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    flex-shrink: 0;
    line-height: 55px;
    text-shadow: 0px 3px 0px #020202ab;
    filter: brightness(120%);
    position: relative;
}
.header-sort .right-btn:hover{
    filter: brightness(100%);
}
.header-shouji{
    position: relative;
    margin-top: 1px;
}
.header-shouji:hover .right-btn-cont{
    display: block;
}
.right-btn-cont{
    position: absolute;
    transition: all .3s;
    left: 0;
    background: #fff;
    text-shadow: none;
    color: #333;
    filter: none;
    width: 100%;
    display: none;
}
.d-flex .header-shouji .hover-pup{
    position: absolute;
    text-align: center;
    padding: 30px 30px 26px;
    background: #FDF5E7;
    box-shadow: 0 4px 8px 0px #00000073;
    right: -28px;
    top: 40px;
    display: none;
    z-index: 10 !important;
    min-width: 260px;
}

.d-flex .header-shouji .hover-pup .jian{
    width: 18px;
    height: 18px;
    background: #FDF5E7;
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    top: -9px;
}
.d-flex .header-shouji .hover-pup img{
    width: 200px;
    height: 200px;
    border: 1px solid #BFBEBB;
    border-radius: 8px;
    margin-bottom: 16px;
}
.d-flex .header-shouji .hover-pup .text{
    font-weight: bold;
    font-size: 14px;
    color: #2D2D2D;
}
.header-shouji:hover .hover-pup{
    display: block;
}
.header-sort .right-btn:hover .right-btn-cont{
    display: block;
}
.right-btn-cont a{
    font-size: 12px;
    display: block;
    cursor: pointer;
}
.right-btn-cont a:hover{
    color: #FFA200;
    background: rgba(255, 162, 0, 0.2);
}

.header-bar{
    position: relative;
    height: 55px;
}
.header-bar.show .header-sort{
    z-index: 2;
}
.header-bar.show .header-navbar{
    z-index: 3;
    transform: translateY(0);
}
.header-navbar{
    box-shadow: 0 4px 8px 0px #00000073;
    height: 55px;
    background: rgba(255, 162, 0, 1);
    width: 100vw;
    position: absolute;
    left: 0;
    z-index: 4;
    top: 55px !important;
    display: none !important;
    transform: translateY(-100%);
}
.header-navbar.on {
    display: flex !important;
    position: fixed;
}
.header-navbar .left {
    gap: 20px;
}
.header-navbar .left>a,
.header-navbar .left>div{
    height: 100%;
}
.header-navbar .left ._item{
    display: flex;
    color: #2D2D2D;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    height: 100%;
    text-align: center;
}
.header-navbar .right ._item a{
    display: flex;
    color: #2D2D2D;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    height: 100%;
    text-align: center;
}

.header-navbar .right ._item.on a,
.header-navbar .left ._item.on{
    color: #fff;
}
.header-navbar .left ._item .iconfont{
    font-size: 11px;
    margin-left: 4px;
}
.header-navbar .left .icon-WapNav-EZbuy{
    font-size: 36px;
    cursor: pointer;
    color: #2D2D2D;
    margin-right: 10px;
}
.header-navbar .right{
    gap: 20px;
    margin-left: 20px;
}
.header-navbar .right ._btn{
    position: relative;
    cursor: pointer;
}
.header-navbar .right ._btn .iconfont{
    font-size: 20px;
    color: #2D2D2D;
}
.header-navbar .right ._btn .hover-pup,
.header-search .options .btn .hover-pup{
    position: absolute;
    text-align: center;
    padding: 30px 30px 26px;
    background: #FDF5E7;
    box-shadow: 0 4px 8px 0px #00000073;
    right: -28px;
    top: 64px;
    display: none;
    min-width: 260px;
}
.header-navbar .right ._btn:hover .hover-pup,
.header-search .options .btn:hover .hover-pup{
    display: block;
}
.header-navbar .right ._btn .hover-pup .jian,
.header-search .options .btn .hover-pup .jian{
    width: 18px;
    height: 18px;
    background: #FDF5E7;
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    top: -9px;
}
.header-navbar .right ._btn .hover-pup img,
.header-search .options .btn .hover-pup img{
    width: 200px;
    height: 200px;
    border: 1px solid #BFBEBB;
    border-radius: 8px;
    margin-bottom: 16px;
}
.header-navbar .right ._btn .hover-pup .text,
.header-search .options .btn .hover-pup .text{
    font-weight: bold;
    font-size: 14px;
    color: #2D2D2D;
}

.header-search .dropdwon-a {
    height: 100%;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #BBBBBB;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-search .search-line .iconfont{
    margin-left: 10px;
}
.header-search .dropdwon-a .iconfont{
    font-size: 16px !important;
}
.header-content__nav .nav-list-bold .nav-list-item a {
    font-weight: bold;
}
.header-search{
    z-index: 9 !important;
}
.header-search .dropdown-menu-select > li > a {
    padding: 0 16px;
}
.header-search .dropdown-menu-select > li > a:hover {
    background: #E4E3E3;
    color: #FFA200;
}
.header-search .dropdown{
    margin-right: 20px;
    height: 100%;
}
.header-content__nav .nav-list-item {
    margin-right: 44px;
}
.header-content__nav .nav-right .nav-list-item {
    margin-right: 0px;
    margin-left: 24px;
}
.picbox{
    background: #f3f3f3;
    margin-bottom: 16px;
}
.header-search .dropdown-menu {
    position: absolute;
    z-index: 200;
    display: none;
    min-width: 140px;
    width: fit-content;
    left: 0;
    padding: .8px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
}
.header-search .dropdown-menu a{
    line-height: 40px;
    text-align: center;
}
.header-search .dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 16px;
    clear: both;
    font-weight: 400;
    color: #111;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.header-search .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #da1212;
}
.header-search .dropdown-item:hover, .dropdown-item:hover {
    color: rgba(202, 53, 37);
    text-decoration: none;
    background-color: rgba(249, 232, 232);
}
.header-search .dropdown-menu a {
    display: block !important;
}
.header-search .dropdown-menu a:hover::after {
    display: none;
}
.wap-header-menu>.container {
    height: 92px !important;
    padding-top: 12px;
    padding-bottom: 10px;
}
.wap-header-menu .text{
    font-size: 12px !important;
}
.wap-header-menu>.container ._item{text-align: center}
.header-menu.on {
    background-color: rgba(255, 204, 0, 0.3); /* 黄色+30%透明度 */
    backdrop-filter: blur(5px); /* 可选：背景模糊效果 */
    /* 固定定位确保滚动时始终置顶 */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

}
.header-menu .right ._btn1 .iconfont {
    display: none;
}












.footer-top{
    background: #fff;
}
.footer-toast{
    padding: 56px 0;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    gap: 140px;
}
.footer-toast ._line{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #2E2E2E;
}
.footer-toast ._line .iconfont{
    width: 35px;
    height: 35px;
    background: #DFDEDE;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    color: #2E2E2E;
    font-size: 19px;
}
.footer-site{
    display: flex;
    padding: 67px 0 53px;
    gap: 110px;
    justify-content: center;
}
.footer-site ._label{
    font-weight: bold;
    font-size: 18px;
    color: #2E2E2E;
    margin-bottom: 20px;
}
.footer-site ._text{
    font-size: 14px;
    color: #2E2E2E;
    line-height: 26px;
    cursor: pointer;
    display: block;
    transition: all 0s;
}
.footer-site ._text:hover{
    color: #FFA70E;
}
.footer-site ._right{
    margin-left: 100px;
    padding-left: 70px;
    border-left: 1px solid #BBBBBB;
}
.footer-site ._right ._btn{
    width: 167px;
    height: 45px;
    background: #FFA70E;
    border-radius: 23px 23px 23px 23px;
    margin-top: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
}
.footer-site ._right .icon-line{
    gap: 20px;
    margin-top: 20px;
}
.footer-site ._right .icon-line .iconfont{
    font-size: 20px;
    color: #2E2E2E;
    cursor: pointer;
}
.footer-btm{
    background: #313949;
    padding: 50px 0 30px;
}
.footer-btm ._left{
    flex-wrap: wrap;
    gap: 20px;
}
.footer-btm .footer-logo{
    width: 158px;
    height: 63px;
    margin-right: 40px;
}
.footer-btm a,
.footer-btm span{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 511px;
    height: fit-content;
}
.footer-btm a img{
    width: 12px;
    margin-right: 4px;
    object-fit: contain;
}
.footer-btm ._right{

}
.footer-btm ._right ._name{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}
.footer-btm ._right .footer-group{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 40px;
}
.footer-btm ._right .footer-group a{
    display: flex;
    height: fit-content;
}
.footer-btm ._right .footer-group a img{
    width: 100px;
    height: 50px;
    object-fit: contain;
}
.footer_wechat_img {
    position: relative;
}
.footer_wechat_img:hover .foot-hover-pup {
    display: block;
}
.footer_wechat_img .foot-hover-pup {
    position: absolute;
    left: 0;
    display: none;
}
.footer_wechat_img .foot-hover-pup img {
    width: 150px;
}
.footer_wechat_img:after{
    clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.footer-btm .botboxs {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-btm .botboxs a {
    font-size: 33px !important;
    margin-right: 33px;
}
.footer-site ._text:hover {
    font-weight: bold;
}
.footer-toast ._line:hover {
    color: #f49e15;
    cursor: pointer;

}
.footer-toast ._line:hover .iconfont {
    background: #f49e15;
    color: #fff;
}




.decoratePop {
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0px 6px 7px -1px rgba(238, 238, 238, 0.4);
    position: absolute;
    z-index: 3;
}
.decoratePop.on{
    position: fixed;
    top: 55px;
}
.decoratePop .decoratePop2 {
    padding: 30px 130px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.decoratePop .decoratePop2 .left {

}
.decoratePop .decoratePop2 .left .list {
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
}
.decoratePop .decoratePop2 .left .list a {
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #363636;
    transition: all 0s;
}
.decoratePop .decoratePop2 .left .list a:hover {
    color: #ffb700;
    font-weight: bold;
}
.decoratePop .decoratePop2 .left .list:last-child {
    margin-right: 0;
}
.decoratePop .decoratePop2 .right {

}
.decoratePop .decoratePop2 .right .gorup .list {
    display: block;
}
.decoratePop .decoratePop2 .right .gorup .list h2 {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.decoratePop .decoratePop2 .right .gorup .list .img {
    margin-bottom: 10px;
    width: 232px;
    height: 140px;
}
.decoratePop .decoratePop2 .right .gorup .list .img img {
    width: 232px;
    height: 140px;
}

.morePop {;
    width: 100%;
    background: #fff;
    box-shadow: 0px 6px 7px -1px rgba(238, 238, 238, 0.4);
    display: none;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.morePop .morePop2 {
    position: relative;
    min-height: 400px;
    /*padding: 30px 0 50px 282px;*/
    padding: 30px 50px;
    display: flex;

}

.morePop .morePop2 .moreLeft {
    width: 232px;
    /*position: absolute;*/
    left: 0;
    top: 30px;
    margin-right: 40px;
    z-index: 1;
}

.morePop .morePop2 .moreLeft .list {
    margin-bottom: 20px;
    display: block;
}

.morePop .morePop2 .moreLeft .list h2 {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-family: roboto, "微软雅黑";
}

.morePop .morePop2 .moreLeft .list .img {
    width: 232px;
}

.morePop .morePop2 .moreLeft .list .img img {
    width: 232px;
}

.morePop .morePop2 .moreLeft .list:last-child {
    margin-bottom: 0;
}

.morePop .morePop2 .moreRight {
    /*font-size: 0;*/
    flex-direction: row;
}
.morePop .morePop2 .moreRight .list {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    line-height: 24px;
}

.morePop .morePop2 .moreRight .list h1 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    font-family: roboto, "微软雅黑";
    margin-bottom: 10px;
}

.morePop .morePop2 .moreRight .list a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #363636;
    font-family: roboto, "微软雅黑";
}

.morePop .morePop2 .moreRight .list a:hover {
    color: #ffb700;
}
.morePop .morePop2 .moreRight .list span {
    display: block;
    margin: 22px 0 18px;
    width: 60px;
    background: #e5e5e5;
    height: 1px;
}

.morePop .morePop2 .moreRight .list:last-child {
    margin-right: 0;
}
.moreRight {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*max-height: 430px;*/
    padding-bottom: 20px;
    width: 910px;
    overflow-x: scroll;
}
.moreRight ._item {
    width: fit-content;
}
.moreRight p {
    width: max-content;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin-right: 20px;
    transition: all 0s;
}
.moreRight p:hover{
    color: #ffb700;
    font-weight: bold;
}
.wap-show{
    display: none;
}
.wap-header{
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
}
.wap-header>.container{
    height: 55px;
    align-items: center;
    margin: 0 auto;
}
.wap-header .logo{
    width: 124px;
    object-fit: contain;
}
.wap-header .right-btns{
    gap: 31px;
}
.wap-header .right-btns .iconfont{
    cursor: pointer;
}
.wap-header .right-btns .icon-sousuo{
    color: #595959;
    font-size: 24px;
}
.wap-header .right-btns .icon-hanbaocaidan{
    color: #FFA200;
    font-size: 30px;
}
.wap-header-menu{
    background: #EFEDED;
}
.wap-header-menu>.container{
    height: 74px;
    margin: 0 auto;
}
.wap-header-menu .icon{
    width: 36px;
    height: 36px;
    background: #E5E5E5;
    border: 1px solid #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-bottom: 4px;
}
.wap-header-menu .icon *{
    max-width: 100%;
    max-height: 100%;
}
.wap-header-menu .text{
    font-size: 10px;
    text-align: center;
    color: #000000;
}
.wap-header-site{
    background: #242424;
}
.wap-header-site>.container{
    height: 34px;
    overflow-x: auto;
    gap: 10px;
}
.wap-header-site .line{
    width: 1px;
    height: 14px;
    background: #737373;
    flex-shrink: 0;
    margin-bottom: 4px;
}
.wap-header-site .item{
    display: flex;
    flex-direction: column;
}
.wap-header-site .item .text{
    color: #A0A0A0;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}
.wap-header-site .item .btm{
    width: 47px;
    opacity: 0;
    object-fit: contain;
}
.wap-header-site .item.on .text{
    color: #FFA200;
    font-weight: bold;
}
.wap-header-site .item.on .btm{
    opacity: 1;
}
.header-user-btn{
    position: relative;
    padding: 20px 0;
}
.header-user-btn .icon-xia{
    font-size: 14px !important;
}
.header-user-cont{
    background: #fff;
    position: absolute;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    top: 82px;
    width: 300px;
    right: -10px;
    display: none;
}
.header-user-btn:hover .header-user-cont{
    display: block;
}
.header-user-btn:hover .icon-xia{
    transform: rotate(180deg);
}
.header-user-cont .jian{
    width: 16px;
    height: 16px;
    border-top:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    transform: rotate(-45deg);
    position: absolute;
    top: -8px;
    right: 12px;
    background: #fff;
}
.header-user-cont ._info{
    padding: 15px 20px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-user-cont ._info img{
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
}
.header-user-cont ._info .iconfont{
    font-size: 20px;
}
.header-user-cont ._info a{
    font-size: 16px;
    color: #0a0a0a;
}
.header-user-cont ._menu{
    padding: 15px 20px;
}
.header-user-cont ._menu a{
    display: block;
    font-size: 15px;
    color: #313131;
    line-height: 30px;
    justify-content: flex-end;
    text-align: right;
    cursor: pointer;
}
.header-user-cont ._menu a:hover{
    color: #ffb700;
}

.bottom_nav.wap-show{
    display: none !important;
}

.product-cat-list{
    display: flex;
    gap: 36px;
}
.cat-cont-item{

}
.cat-cont-item ._label{
    font-size: 14px;
    color: #363636;
    height: 40px;
    display: block;
    cursor: pointer;
}
.cat-cont-item ._inner{
    display: none;
    position: absolute;
    width: 100vw;
    left: 0;
    background: #fff;
}
.cat-cont-item ._inner>.container{
    padding: 30px 130px 40px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.cat-cont-item ._inner>.container ._left{
    flex-direction: column;
    flex-wrap: wrap;
    /*max-height: 600px;*/
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    max-height: 400px;
}
.cat-cont-item ._inner>.container ._left *{
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #363636;
}
.cat-cont-item ._inner>.container ._left .list{
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
}
.cat-cont-item ._inner>.container ._right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cat-cont-item ._inner>.container ._right .right-img{
    display: block;
}
.cat-cont-item ._inner>.container ._right .right-img h2{
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.cat-cont-item ._inner>.container ._right .right-img img{
    margin-bottom: 10px;
    width: 232px;
    height: 140px;
    object-fit: cover;
}
.cat-cont-item ._inner *:hover,
.cat-cont-item ._inner ._left a:hover{
    color: #ffb700;
}
.cat-cont-item:hover  ._inner{
    display: flex;
}
.cat-cont-item:hover ._label{
    color: #FFA200;
    z-index: 1;
    border-bottom: 2px solid #FFA200;
    font-weight: bold;
}



@media (max-width: 1400px) {
    .footer-toast,.footer-site{
        gap: 20px;
        justify-content: space-between;
    }
}
@media (max-width: 1200px){
    .header-site .right .links-item{
        zoom: .7;
    }
    .header-search .logo{
        width: 200px;
        margin-right: 30px;
    }
    .header-navbar .left ._item{
        font-size: 12px;
    }
    .header-sort ._item{
        font-size: 10px;
    }
}
@media (max-width: 992px){
    .pc-show{
        display: none;
    }
    .wap-show{
        display: block;
    }
    .container {
        padding: 0 20px;
    }
    /*Sinoexpo Digital Platform*/
    .footer-btm ._right ._name{
        font-size: 19px !important;
        font-weight: bold;
    }

    .footer-toast {
        display: block !important;
    }
    .footer-toast ._line {
        margin-bottom: 17px;
    }
    .footer-btm .d-flex-between {
        display: block;
    }

    .footer-btm a, .footer-btm span {
        font-size: 11px !important;
        line-height: 18px !important;
        float: left;
    }

    .footer-btm ._right .footer-group a img {
        width: 76px !important;
        height: 40px !important;
    }

    .footer-btm .d-flex {
        width: 100%;
    }

    .footer-btm ._right .footer-group {
        grid-gap: 10px !important;
    }

    .footer-site {
        display: block !important;
    }

    .footer-site .footer-item {
        width: 50%;
        float: left;
        padding-bottom: 20px;
    }

    .footer-site .footer-item:nth-child(2) {
        margin-bottom: 32px;
    }

    .footer-site ._right {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    .footer-toast {
        padding: 24px 0 !important;
    }


    .wap-header-site .item .text {
        font-size: 14px !important;
    }
    .wap-header-menu .icon {
        width: 45px !important;
        height: 45px !important;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 4px auto !important;
        background: #fff !important;
    }
    .wap-header-menu .icon svg {
        width: 30px;
        height: 30px;
    }

    .wap-header > .container {
        height: 68px !important;
    }

    .bottom_nav.wap-show {
        display: none;
    }
    .bottom_nav {
        /*width: 95%;*/
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        /*left: 2.5%;*/
        /*bottom: 10px;*/
        /*right: 2.5%;*/
        z-index: 99;
        background-color: #fff;
        display: flex;
        /*border-radius: 15px;*/
    }
    .bottom_nav .b_n_item {
        width: 20%;
        padding: 10px 0;
        display: inline-block;
    }
    .bottom_nav .b_n_item img {
        display: block;
        margin: 0 auto;
        width: 34%;
        margin-bottom: 8px;
    }
    .bottom_nav .b_n_item p, .bottom_nav .b_n_item h1.temph1 {
        text-align: center;
        color: #959595;
        margin-top: 4px;
        font-size: 12px;
    }
    .nav-checked p, .nav-checked h1.temph1 {
        color: #F49E15 !important;
    }

    .footer-btm {
        padding-bottom: 100px !important;
    }

    .wapfixz {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 8;
    }

    .fix_input {
        z-index: 9;
    }
    .search.fix_input {
        z-index: 100;
    }
    .wap-header-site > .container {
        height: 42px !important;
    }
    .wap-header-site .item .text {
        line-height: 16px !important;
    }
    .wap-header {
        z-index: 99;
    }
    .footer-toast ._line .iconfont {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 25px;
    }

    .footer-site ._label {
        font-size: 12px !important;
        margin-bottom: 20px !important;
    }

    .footer-site ._text {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .footer-site ._text a {
        font-weight: bold;
    }
    .footer-site ._right ._btn {
        width: 124px !important;
        height: 33px !important;
        border-radius: 7px 7px 7px 7px !important;
        line-height: 33px !important;
        font-size: 12px !important;
        font-weight: bold;
    }
    .footer_wechat_img .foot-hover-pup {
        left: initial;
        right: 0;
        top: 30px;
    }
}
