.brand-show-title{
    width:400px;
    margin: 0 auto;
    text-align: center;
    font-size:36px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    padding-top: 93px;
    box-sizing: border-box;
}
.brand-show-content{
    width: 1200px;
    margin: 60px auto 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-show-list{
    width: 386px;
    border:1px solid rgba(242,242,242,1);
    margin-bottom: 21px;
    cursor: pointer;
}
.brand-show-img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.brand-show-logo{
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
    background:rgba(255,255,255,1);
    border:2px solid rgba(255,255,255,1);
    box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius:50%;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
}
.brand-show-shop-title{
    width:100%;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 22px;
}
.brand-show-shop-desc{
    width: 395px;
    padding: 0 32px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 20px;
    box-sizing: border-box;
}
.brand-show-shop-sale{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 29px;
    margin-top: 26px;
    margin-bottom: 20px;
}
.brand-show-shop-sale img{
    width: 14px;
    height: 14px;
    object-fit: cover;
}
.brand-show-shop-sale p{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-left: 9px;
}
.brand-show-more{
    width:180px;
    height:50px;
    border:1px solid rgba(22,69,209,1);
    margin: 42px auto 0;
    color: #1C4BD6;
    text-align: center;
    line-height: 50px;
    font-size:16px;
    cursor: pointer;
}
.brand-show-more:hover{
    box-shadow:0 0 13px 0px rgba(0, 0, 0, 0.2);
}