.brand-nav{
    width: 7rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background: #FFF;
    margin: auto;
    position: relative;
    z-index: 20;
    padding-top: 0.01rem;
    margin-top: 0.22rem;
    /* display: flex;
    justify-content: start;
    align-items: flex-start;
    padding: 0.12rem 0.45rem 0.2rem 0.45rem;
    flex-wrap: wrap; */
}
.hot-brand-nav{
    width: 7rem;
    flex-shrink: 0;
    border-radius: 0.16rem;
    background: #FFF;
    margin: auto;
    position: relative;
    z-index: 20;
    padding-top: 0.01rem;
    margin-top: 0.2rem;
}
.brand-img{
    
    
    margin:0.27rem 0.26rem 0.32rem 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand-img img{
    display: block;
    width: 1.42rem;
    height: 0.29rem; 
}
.tips{
        
    font-size: 0.2rem;
    line-height: 0.22rem;
    color: rgba(0, 0, 0, 0.3);
}
.hot-brand-img{
    margin:0.27rem 0.26rem 0 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-brand-img img{
    display: block;
    width: 1.42rem;
    height: 0.29rem; 
}
.brand-wrap{
    display: flex;
    flex-wrap: nowrap;
    
}

.brand-wrap::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  
  .brand-wrap {
scrollbar-width: none; /* firefox */
-ms-overflow-style: none; /* IE 10+ */
overflow-x: auto;
overflow-y: hidden;
}

.brand{
    width: 1.3rem;
    margin-left: 0.22rem;
    margin-bottom: 0.28rem;

}
.brand-wrap .brand:last-child{
    margin-right: 0.22rem;  
}
.brand img{
    width: 0.94rem;
    height: 0.94rem;
    border-radius: 50%;
    display: block;
    margin-left: 0.18rem;
    margin-right: 0.18rem;
    margin-bottom: 0.2rem;
}

.one-text{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.two-text{
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
}
.img-text{
    position: absolute;
    top: 0.56rem;
    left: 0.6rem;
    width: 0.53rem;
    height: 0.42rem;
    color: #ffffff;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.15rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0.2rem;


}
.brand-text{
    width: 100%;
    color: #555555;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.31rem;
    
}

.hot-brand-detail{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
    /* border-top: 0.01rem solid #EEE; */
}
.hot-brand{
    box-sizing: border-box;
    width: 1.75rem;
    height: 2.02rem;
    flex-shrink: 0;
    border: 0.01rem solid #EEE;
    border-top: none;
    position: relative;
}
.hot-brand-detail .hot-brand:nth-child(1),.hot-brand-detail .hot-brand:nth-child(2),.hot-brand-detail .hot-brand:nth-child(4),.hot-brand-detail .hot-brand:nth-child(3){
    border-top: 0.01rem solid #EEE;
}

.hot-brand-end{
    width:100%;
    height: 0.16rem;
    flex-shrink: 0;
    background: #F9F9F9;
}
.hot-brand-end:last-child{
    display: none;
}




.hot-brand img{
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 0.1rem;
    margin:0.36rem 0 0.21rem 0.45rem
}
.hot-brand .hot-brand-text{
    width: 100%;;
    padding: 0 0.11rem;
    text-align: center;
    color: #555555;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.31rem;
}

.hot-brand-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.19rem 0;
}
.hot-brand-title:first-child{
    margin: 0.16rem 0 0.17rem 0;
    width: 100%;
}

.hot-brand-title .brandtitle{
    color: #555555;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.36rem;
    margin:0 0.2rem
}

.hot-brand-title img{
    width: 0.87rem;
    height: 0.02rem;
    flex-shrink: 0;
    border-radius: 0.18rem;
}

.hot-brand-more{
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto 0.25rem auto;
}
.more-text{
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.34rem
}
.hot-brand-more img{
    width: 0.19rem;
    height: 0.11rem;
    margin-left: 0.05rem;
}

.hot-brand-wrap{
    padding-bottom: 0.01rem;
}