.brand-head {
    padding-top: 15px;
}

.brand-head_ {
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

div.brand-head_brandImg_ {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*position: absolute;*/
    width: 42vw;
    max-width: 930px;
    /*right: 0px;*/
    /*top:0px*/
    float:right;

}

.brand-head_brandImg {
    display: block;
    width: 100%;
}

.brand-head_info {
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-width: 560px;
    width: 38.889vw;
}

.brand-head_title {
    display: flex;
    align-items: center;
}

.brand-head_logo {
    display: block;
    border-radius: 4px;
    margin-right: 12px;
}

.brand-head_title__text {
    overflow: hidden;
}

.brand-head_title__text > div {
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 3px;
}

.brand-head_title__text > div > h4 {
    flex: 1;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.brand-head_title__text > div > div {
    color: #999999;
}

.brand-head_desc {
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}


@media (min-width: 576px) {
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {

    .brand-head_desc {
        -webkit-line-clamp: 1;
    }

}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .brand-head_desc {
        -webkit-line-clamp: 4;
    }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .brand-head_desc {
        -webkit-line-clamp: 7;
    }
}

.brand-head_link__btn {
    margin-top: 20px;
    padding: 6px 18px;
}
.mobile-brand-head_brandImg{
    height:250px;
    width: 100%;
    object-fit: cover;
}