.cooperation .wrap {
    width: 1480px;
    margin: 87px auto 181px;
}

.cooperation .wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 0 0 47px;
}

.cooperation .wrap .content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 62px 56px;
}

.cooperation .wrap .content .item {
    width: 100%;
    cursor: pointer;
}

.cooperation .wrap .content .item .img {
    width: 100%;
    height: 130px;
    margin: 0 auto 23px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cooperation .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: ease .6s;
}

.cooperation .wrap .content .item .text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.cooperation .wrap .content .item:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 1920px) {
    .cooperation .wrap {
        width: 77.0833333333vw;
        margin: 4.53125vw auto 9.4270833333vw;
    }

    .cooperation .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0 0 2.4479166667vw;
    }

    .cooperation .wrap .content {
        grid-gap: 3.2291666667vw 2.9166666667vw;
    }

    .cooperation .wrap .content .item .img {
        height: 6.7708333333vw;
        margin: 0 auto 1.1979166667vw;
    }

    .cooperation .wrap .content .item .text {
        font-size: 0.8333333333vw;
    }
}

/*# sourceMappingURL=cooperation.css.map */

@media screen and (max-width: 1024px) {
  .cooperation .wrap{
    width: 90%;
    margin: 25px auto 30px;
  }
  .cooperation .wrap .title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .cooperation .wrap .content{
    grid-gap: 25px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .cooperation .wrap .content .item .img{
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cooperation .wrap .content .item .text{
    line-height: 1.5;
    font-size: 13px;
    margin: 10px 0 0 0;
  }
  .cooperation .wrap .content .item .img img{
    object-fit: contain;
  }
}
