.modelbox{ 
    background:linear-gradient(180deg,#FEFAF5 70%,rgba(255, 255, 255, 0) 100%);
}
.model {
    background: url(../images/partner_bg.png) top center no-repeat ;
    background-size: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
} 
.model .flexbox{ 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 8rem; 
}
.model .flexbox .box{
    margin-top: 3rem;
    width: calc(100%/6 - 2.7rem);
    background: url(../images/partnerbg.png) center no-repeat;
    background-size: 100% 100%;
    padding:0 1rem    ;
    margin-right: 3.2rem;
    height: 13rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
    flex-direction: column;

}
.model .flexbox .box:nth-child(6n){
    margin-right: 0;
}
.model .flexbox .icon{
    height: 5.6rem;
    display: block;
    margin: 0 auto;
} 
.model .flexbox p{ 
    text-align: center;
    font-size: 1.6rem;
    font-weight: 450; 
    color: #231815;  
    white-space: pre-wrap;
}

.model .flexbox .txt p{ 
    margin: 0 1.2rem;
    font-size: 1.4rem;
font-weight: bold;
line-height: 2.1rem;
text-align: center;
 }
/* 移动端兼容 */
@media screen and (max-width:750px) {
    .modelbox{ 
        background: url(../images/partner_bg-wap.png) top center no-repeat;
        background-size: 100% auto;
    }
    .model .flexbox{ 
        justify-content: space-between;
        margin-bottom: 6rem;
    }
    .model .flexbox .box{
        margin-top: 1rem;
        width: calc(100%/3.2); 
        padding: 1rem 0   ;
    }
    .model .flexbox .icon{
        height: 3.5rem; 
    } 
    .model .flexbox p{  
        font-size: 1.2rem; 
        margin-top: 1rem; 
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}