body{
    background:#17141c;
}
.brand-desc {
    background: #17141c;
}

.brand-desc .content {
    padding: 0.55rem 0.5rem 0;
}
.logo-wrap{
    color:#000;
}
.brand-desc .logo-wrap .logo{
    width: 1.76rem;
}

.brand-desc .logo-wrap .desc {
    color: #000;
    margin: 0.5rem 0 0.7rem 0;
    line-height: 0.4rem;
}

.brand-desc .logo-wrap .imgs {
    display: flex;
    justify-content: space-between;
}

.brand-desc .logo-wrap .imgs .img-wrap {
    width: 48%;
}

.brand-desc .logo-wrap .imgs .img-wrap img {
    width: 100%;
}

.brand-desc .profit-wrap {
    margin-top: 0.45rem;
    color:#000;
}

.brand-desc .profit-wrap .title {
    font-size: 0.36rem;
    height: 1rem;
    line-height: 1rem;
}

.brand-desc .profit-wrap .title span {
    font-size: 0.24rem;
}

.brand-desc .profit-wrap .mark {
    color: #fff;
    background: #025591;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    display: inline-block;
    border-radius: 0.1rem;
    margin-bottom: 0.15rem;
}

.brand-desc .profit-wrap .desc {
    line-height: 0.4rem;
}

.brand-desc .profit-wrap .img {
    margin-top: 0.35rem;
    padding-bottom: 0.95rem;
}

.brand-desc .profit-wrap .img img {
    width: 100%;
}