
@media (min-width: 768px) {
    /* 合作伙伴 */
    .partners-container-wrapper,
    .clients-container-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .partners-title,
    .partners-img-container,
    .clients-title,
    .clients-img-container {
        width: 60%;
    }
    .partners-title,
    .clients-title {
        margin-top: 0!important;
        color: #fff;
        margin-bottom: 30px;
    }
    .partners-title .title-main,
    .clients-title .title-main {
        font-size: 36px;
        font-family: AkrobatBold;
        margin-bottom: 20px;
    }
    .partners-title .title-desc,
    .clients-title .title-desc {
        font-size: 24px;
    }
    .partners-img-container,
    .clients-img-container {
        margin-top: 0!important;
    }
    .partners-img__big {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .partners-img__big-item {
        flex: 1;
        /* margin: 0 8px; */
        text-align: center;
    }
    .partners-img__big-item a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .partners-img__big-item img {
        width: 100%;
    }
    .partners-img__big-item:first-child {
        margin-left: 0;
    }
    .partners-img__big-item:last-child {
        margin-right: 0;
    }
    
    .partners-img__small {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .partners-img__small-item,
    .clients-img-item {
        width: 10.417vw;
        height: 3.646vw;
        margin: 4px;
    }
    .clients-img-item {
        height: 4.583vw;
    }
    .partners-img__small-item a,
    .clients-img-item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .partners-img__small-item img,
    .clients-img-item img {
        width: 100%;
        /* height: 100%; */
    }

    /* 我们的客户 */
    .clients-img-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

}

@media (max-width: 768px) {
    /* 合作伙伴 */
    .partners-container-wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .partners-title,
    .partners-img-container,
    .clients-title,
    .clients-img-container {
        width: 100%;
    }
    .partners-title,
    .clients-title {
        color: #fff;
        text-align: center;
    }
    .partners-title .title-main,
    .clients-title .title-main {
        font-size: 28px;
        line-height: 28px;
        font-family: AkrobatBold;
        margin-bottom: 20px;
    }
    .partners-title .title-desc,
    .clients-title .title-desc {
        font-size: 18px;
    }
    .partners-img-container {
        margin-top: 0!important;
    }
    .partners-img__big-item {
        width: 100%;
    }
    .partners-img__big-item a {
        width: 100%;
        display: block;
    }
    .partners-img__big-item img {
        width: 100%;
    }
  
    .partners-img__small {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }
    .partners-img__small-item {
        margin-bottom: 4px;
        margin: 0 4px;
    }
    .partners-img__small-item img {
        height: 46px;
        margin-bottom: 4px;
    }
    /* 我们的客户 */
    .clients-img-container {
        margin-top: 30px!important;
        padding: 0 10px;
    }
    .clients-img-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .clients-img-item {
        width: 160px;
        height: 66px;
        margin: 4px;
    }
    .clients-img-item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .clients-img-item a img {
        width: 100%;
        height: 100%;
    }
}