body{
    background: #F4F4F4;
}
.back-title{
    position: fixed;
    width: 100vw;
    background: #ffffff;
    padding: 128px 0 24px;
    top: 0;
}
.back-title .iconfont{
    font-size: 30px;
    color: #2F3037;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-weight: bold;
}
.back-title-word{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #2F3037;
}
.partners-list{
    padding:114px 30px 30px;
    display: flex;
    flex-wrap: wrap;
}
.partners-item{
    width: 216px;
    height: 100px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 20px 22px 0;
}
.partners-list .partners-item:nth-child(3n){
    margin-right: 0;
}
.partners-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
