.brandlist .section-banner .banner-box{
    background: url("../images/brand/banner.png?v=201911111344") no-repeat center;
    width: 100%;
    height: 9.09rem;
    overflow: hidden;
    color: #ffffff;
    background-size: auto 100%;
}
.brandlist .banner-box .banner-fixed{
    float: right;
    margin-top: 2.3rem;
    margin-right: 0.5rem;
}
.brandlist .banner-box .banner-fixed .title{
    font-size: 0.43rem;
    font-weight: bold;
}
.brandlist .banner-box .banner-fixed .subtitle{
    font-size: 0.34rem;
    letter-spacing: .04rem;
}
.brandlist .left-part,.brandlist .right-part{
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.brandlist .section-brand{
    padding-bottom: 2rem;
}
.brandlist .section-brand .img-box{
    width: 3.54rem;
    height: 6.28rem;
    position: relative;
}
.brandlist .section-brand .tab-page{
    background-color: #CF9D79;
    padding: .3rem 0 .25rem 0;
}
.brandlist .section-brand .tab-page .tab-part{
    width: 2.8rem;
}
.brandlist .section-brand .tab-page .tab-part .img-box{
    width: 2.8rem;
    height: 1.26rem;
    position: relative;
}
.brandlist .section-brand .tab-page .tab-part .img-box img{
    width: 2.8rem;
    height: 1.26rem;
}
.brandlist .section-brand .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;
}
.brandlist .section-brand .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;
}
.brandlist .section-brand .tab-page .tab-part.active .mask{
    display: block;
}
.brandlist .section-brand .tab-page{
    display: flex;
    justify-content: space-around;
}
.brandlist .section-brand .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;
}
.brandlist .left-part img{
    width: 100%;
    height: 100%;
}
.brandlist .left-part .line{
    width: 0.87rem;
    height: 0.13rem;
    background-color: #CF9D79;
    position: absolute;
    top: 1.55rem;
    right: -0.4rem;
}
.brandlist .right-part .line{
    width: 0.87rem;
    height: 0.13rem;
    background-color: #CF9D79;
    position: absolute;
    top: 1.55rem;
    left: -0.4rem;
}
.brandlist .left-part .brand-box{
    width: 3.41rem;
    padding-right: 0.3rem;
}
.brandlist .right-part .brand-box{
    width: 3.41rem;
    padding-left: 0.3rem;
}
.brandlist .brand-box .logo{
    width: auto;
    height: 0.43rem;
}
.brandlist .left-part:nth-child(1) .brand-box .logo{
    width: 3.21rem;
    height: 0.31rem;
}
.brandlist .right-part:nth-child(2) .brand-box .logo{
    width: 1.63rem;
    height: 0.38rem;
}
.brandlist .left-part:nth-child(3) .brand-box .logo{
    width: 2.83rem;
    height: 0.54rem;
}
.brandlist .right-part:nth-child(4) .brand-box .logo{
    width: 2.19rem;
    height: 0.59rem;
}
.brandlist .left-part:nth-child(5) .brand-box .logo{
    width: 1.99rem;
    height: 0.64rem;
}
.brandlist .right-part:nth-child(6) .brand-box .logo{
    width: 2.11rem;
    height: 0.63rem;
}
.brandlist .brand-box .desc{
    width: auto;
    height: 0.65rem;
    margin-bottom: 0.4rem;
}
.brandlist .section-brand .name{
    font-size: 0.36rem;
    color: #CF9D79;
    margin: 0.2rem 0 0.2rem 0;
}
.brandlist .section-brand .left-part:nth-child(7) .name {
    margin: 0.62rem 0 0.2rem 0;
}
.brandlist .section-brand .intro{
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.3rem;
}