.brand-power .brand-power-container{
    height: 26rem;
    margin-top: 5rem;
    background-color: rgba(255, 255, 255, 0.8);
    /* 去掉这行！ opacity: 0.39; */
    width: 78%;
    position: absolute;
    bottom: 16rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3.8rem;

}
.brand-power .brand-container{
    height:113rem;
}
.brand-power{
    background-color: #fff;
    position: relative;
    padding-bottom: 10rem;
    padding-top: 3rem;
    margin-bottom:-1px !important;
}
.brand-power .container-init{
    /*width: 100vw !important;*/
    margin-top: 10rem;
    padding-left:0px !important;
    padding-right:0px !important;
}
.brand-power .brand_title{
    font-family: '452';
    font-size: 9rem;
    color:#fff !important;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 1;


}
.brand-power .brand_title .text-danger{
    background-clip: text;
    font-weight: bold;
    position: relative;
    color:#fff !important;
    font-style: normal;
    font-weight: 400 !important;
}
.brand-power  .brand_title1{
    font-size: 3.5rem;
    line-height: 3.5rem;
    width: 66rem;
    margin-top: 2rem;
    color: #F2F2F2 !important;
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 600;
    font-stretch: semi-condensed;
}
.brand-power  .brand-power-container-chind{
    align-items: center;
    height: 100%;
    display: flex;
    flex-direction: column;

    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    width:auto;
    max-width:38rem;
    white-space: pre-line; /* 关键：识别换行 */
    justify-content: flex-start;
}
.brand-power .text-left.animated {

    padding-left: 42rem;
    padding-top: 10rem;
}

.brand-power .brand-power-container > .col-md {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.brand-power .counter-value {
    position: relative;
    display: inline-block;
    font-family: 'bahnschrift';
    font-size:6.5rem;
    color:#EE2535;

}
.brand-power .counter-value-title{
    font-size:2rem;
    font-family: Arial;
    color:#000;

    /* 最多两行，超出省略 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 22rem;
    display: flex;
    align-items: center;
}


@media (max-width: 768px) {
    .brand-power  .brand-power-container > .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        border-bottom: 1px solid #ccc;
    }
    .brand-power .brand-container{
        height:100vh;
    }
    .brand-power .brand-power-container > .col-6:nth-child(even) {
        border-right: 0 !important;
    }
    .brand-power .brand-power-container > .col-6:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .brand-power .brand-power-container{
        height: 50vh;
        top: 19rem;
        margin-top: 33vh;
        padding-top: 8rem;
        flex-wrap: wrap;
        width: 88%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .brand-power .counter-value-title {
        font-size: 7.5rem;
    }
    .brand-power .counter-value {
        font-size: 20rem;
        margin-top:0px;
    }
    .brand-power .brand-power-container-chind{
        padding-bottom: 4rem !important;
        width: 50%;
        max-width: 50%;
        height: auto;
    }
    .brand-power .brand_title{
        font-size:21rem;
    }
    .brand-power .brand_title1 {
        font-size: 9rem;
        line-height: 12rem;
        font-family: 'bahnschrift';
        display: block;
        margin-top: 6rem;
        margin-bottom: 20rem;
        width: auto;
    }
    .brand-power .text-left.animated {
        padding-top: 29rem;
    }
}