.header{
    position: sticky;
    top: -294px;
    z-index: 2;
}
.header-site{
    height: 133px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.header-site .container{
    padding: 20px 0;
    height: 100%;
}
.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;
    object-position: left center;
}
.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 .search-line input::placeholder{
    color: rgba(0, 0, 0, .85);
}
.search-more-info{
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    padding: 15px 20px;
    top: 35px;
    display: none;
}
.search-more-info ._label{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 12px;
    margin-bottom: 10px;
}
.search-more-info ._history{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.search-more-info ._history a{
    font-size: 12px;
    color: #666666;
    display: inline-block;
    line-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    padding: 0 12px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.search-more-info ._hot a{
    line-height: 25px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.search-more-info ._hot a:hover{
    background-color: #f5f5f5;
}



.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: -7px;
    top: -3px;
    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("../../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: 4px;
}

.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;
    gap: 16px;
    z-index: 10 !important;
}

.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: 100px;
    height: 100px;
    border: 1px solid #BFBEBB;
    border-radius: 8px;
}
.d-flex .header-shouji .hover-pup .text{
    font-weight: bold;
    font-size: 12px;
    color: #2D2D2D;
    margin-left: 10px;
}
.header-shouji:hover .hover-pup{
    display: grid;
}

.hover-pup-list{
    display: flex;
    width: 200px;
}

.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-navbar{
    box-shadow: 0 4px 8px 0px #00000073;
    height: 55px;
    background: rgba(255, 162, 0, 1);
    width: 100vw;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 3;
    transform: translateY(-100%);
}
.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.show .header-navbar{*/
/*    transform: translateY(0);*/
/*}*/
.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;
    gap: 16px;
}
.header-navbar .right ._btn:hover .hover-pup,
.header-search .options .btn:hover .hover-pup{
    display: grid;
}
.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: 100px;
    height: 100px;
    border: 1px solid #BFBEBB;
    border-radius: 8px;
}
.header-navbar .right ._btn .hover-pup .text,
.header-search .options .btn .hover-pup .text{
    font-weight: bold;
    font-size: 12px;
    color: #2D2D2D;
    margin-left: 10px;
}
.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: inline-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;
}




.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;

}
.d-dialog .d-title {
    background: none;
    border: none;
    text-align: center;
    line-height: 40px;
}

.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;
}
.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;
    margin-top: 60px;
}
.wap-header-menu>.container{
    height: 74px;
}
.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 .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;
    flex-direction: column;
    gap: 36px;
    position: relative;
}
.cat-cont-item{
    display: flex;

}
.cat-cont-item ._label{
    font-size: 14px;
    color: #363636;
    height: 40px;
    display: block;
    cursor: pointer;
    width: 190px;
}
.cat-cont-item ._inner{
    display: none;
    position: absolute;
    /*width: 100vw;*/
    left: 190px;
    top: 0;
    background: #fff;
}
.cat-cont-item ._inner>.container{
    padding: 0 0 0 30px;
    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;
    }
}


/*新分类样式*/
.new-product-menu-outer{
    position: relative;
    width: 100%;
}
.product_category_wrap_ul{
    z-index: 100;
    border: 1px solid #cfcfcf;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    height: 477px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block !important;
}
.product_list {
    line-height: 58px;
    /*border-bottom: 1px solid #ededed;*/
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    cursor: default;
}
.product_list:hover {
    background-color: #ededed;
}
.product_category_wrap_ul .product_list {
    position: static;
}
.product_list .menu-icon {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: grey;
    transform: translateY(-50%);
}
.product_category_wrap_ul .product_list .menu-icon {
    left: 0;
}
.product_list:hover .product_show .menu-icon {
    color: #FFA200;
}
.product_show h2 {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    padding-left: 30px;
    margin: 0;
}
.product_list:hover .product_show h2 {
    color: #FFA200;
}
.product_show_right {
    position: absolute;
    right: 20px;
    width: 6px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.product_category_wrap_ul .product_list .product_hide {
    background: #fff;
    border: 1px solid #cfcfcf;
    position: absolute;
    width: calc(100% - 200px);
    z-index: 99;
    left: 199px;
    top: -1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.product_category_wrap_ul .product_hide {
    height: 477px;
}
.product_category_wrap_ul .product_list:hover .product_hide {
    display: flex;
}
.product_category_wrap_ul .product_hide_left {
    float: left;
    margin-top: 0;
    padding-bottom: 10px;
    height: auto;
    overflow-y: scroll;
    padding-top: 20px;
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.product_category_wrap_ul .product_hide_left .product_category_items {
    flex: auto;
    overflow-y: scroll;
}
.product_category_wrap_ul .product_hide_left .product_hide_left_item {
    width: 680px;
    margin-bottom: 4px;
}
.product_hide_left_item_tit {
    float: left;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    text-align: right;
    width: 120px;
    padding-right: 15px;
    box-sizing: content-box;
}
.product_hide_left_item_tit img {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 4px;
    height: 7px;
}
.product_hide_left_item_link {
    float: right;
    width: calc(100% - 155px);
}
.product_hide_left_item_link a {
    float: left;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
    padding-left: 15px;
    font-size: 12px;
    color: #666666;
    margin-right: 5px;
}
.product_hide_left_item_link a::before {
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #e0e0e0;
    font-size: 0;
    content: '';
    top: 2px;
    left: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.product_category_wrap_ul .product_hide_left .product_category_adv_wrap {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    width: 100%;
}
.product_category_wrap_ul .product_hide_left .product_category_adv_wrap a {
    width: 320px;
    height: 270px;
}
.product_category_wrap_ul .product_hide_right {
    float: right;
    width: 244px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 0;
    height: auto;
    background-color: #f4f4f4;
    box-sizing: content-box;
}
.product_hide_right_tit {
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
}
.product_hide_right_group {
    padding: 0 10px;
}
.product_hide_right_item {
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: content-box;
}
.product_hide_right_item .hide_right_img {
    width: 100px;
    height: 90px;
    border: 1px solid #ccc;
    position: relative;
    box-sizing: content-box;
}
.product_hide_right_item .hide_right_img img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}
.product_hide_right_item h2 {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    padding: 4px 0;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: content-box;
    padding-bottom: 1px;
}
.product_hide_left_item_link a:hover {
    color: #FFA200;
}
.product_hide_right_item:hover h2 {
    color: #FFA200;
}
