.productlist .section-banner .banner-box{
    background: url("../images/product/banner.png?v=201911111344") no-repeat center;
    width: 100%;
    height: 9.09rem;
    overflow: hidden;
    color: #333333;
    text-align: center;
    background-size: auto 100%;
}
.productlist .banner-box .banner-fixed{
    width: 100%;
    margin-top: 3rem;
}
.productlist .banner-box .banner-fixed .title{
    font-size: 0.48rem;
    font-weight: bold;
}
.productlist .banner-box .banner-fixed .subtitle{
    font-size: 0.36rem;
    letter-spacing: .04rem;
}
.productlist .section-category{
    padding-bottom: .6rem;
}
.productlist .section-category .tab-page{
    background-color: #CF9D79;
    padding: .3rem 0 .25rem 0;
}
.productlist .section-category .tab-page .tab-part{
    width: 2.8rem;
}
.productlist .section-category .tab-page .tab-part .img-box{
    width: 2.8rem;
    height: 1.26rem;
    position: relative;
}
.productlist .section-category .tab-page .tab-part .img-box img{
    width: 2.8rem;
    height: 1.26rem;
}
.productlist .section-category .tab-page .tab-part .img-box .tab-click{
    width: 1.29rem;
    height: 0.43rem;
    background-color: rgba(213, 174, 135, .8);
    color: #ffffff;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.43rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
}
.productlist .section-category .tab-page .tab-part .img-box .mask{
    position: absolute;
    width: 2.8rem;
    height: 1.26rem;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
    display: none;
}
.productlist .section-category .tab-page .tab-part.active .mask{
    display: block;
}
.productlist .section-category .tab-page{
    display: flex;
    justify-content: space-around;
}
.productlist .section-category .tab-page .tab-part .name{
    display: flex;
    justify-content: space-around;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    margin-top: .1rem;
}
.section-category .tab-category{
    padding: 0 0.3rem;
}
.section-category .tab-category .tab-list{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:  space-between;
    justify-content:  space-between;
    -moz-box-pack:  space-between;
    -webkit--moz-box-pack:  space-between;
    box-pack:  space-between;
    margin: .5rem 0;
}
.section-category .tab-category .tab-list .tab-part{
    width: 2.23rem;
    height: 0.69rem;
    line-height: 0.69rem;
    text-align: center;
    font-size: 0.24rem;
    color: #999999;
    margin: .05rem 0;
    border: 0.01rem solid #D2D2D2;
}
.section-category .tab-category .tab-list .tab-part.active{
    background-color: #C58A60;
    color: #ffffff;
}
.section-category .tab-category .tab-pane{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:  space-between;
    justify-content:  space-between;
    -moz-box-pack:  space-between;
    -webkit--moz-box-pack:  space-between;
    box-pack:  space-between;
}
.section-category .tab-category .tab-pane .pane-part{
    width: 3.3rem;
    margin-bottom: .5rem;
}
.section-category .tab-category .tab-pane .pane-part img{
    width: 3.3rem;
    height: 3.3rem;
}
.section-category .tab-category .tab-pane .pane-part .name{
    text-align: center;
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #D5AE87;
    font-size: 0.24rem;
    color: #ffffff;
    letter-spacing: 1px;
}

/*.productlist .section-category .tab-page .tab-part .{*/
    /*width: 2.8rem;*/
    /*height: 1.26rem;*/
    /*position: relative;*/
/*}*/