.sec1 {
    padding: 116px 0 0;
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec1 .wrap .l {
    width: 607px;
    padding: 34px;
}

.sec1 .wrap .l .title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin-bottom: 50px;
}

.sec1 .wrap .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 36px;
}

.sec1 .wrap .r {
    width: 678px;
    border-radius: 8px;
    overflow: hidden;
}

.sec1 .wrap .r img {
    display: block;
    width: 100%;
}

.sec2 {
    padding: 120px 0 137px;
}

.sec2 .wrap .title {
    font-weight: 400;
    font-size: 23px;
    color: #000000;
    line-height: 48px;
    margin-bottom: 83px;
}

.sec2 .wrap .list {
    display: flex;
    gap: 0 40px;
}

.sec2 .wrap .list .item {
    width: 320px;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 41px 42px 0;
}

.sec2 .wrap .list .item .icon {
    width: 33px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .wrap .list .item p {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin: 28px 0 0;
}

/*# sourceMappingURL=supplier.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 6.0416666667vw 0px 0px;
    }

    .sec1 .wrap .l {
        width: 31.6145833333vw;
        padding: 1.7708333333vw;
    }

    .sec1 .wrap .l .title {
        font-size: 1.6666666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec1 .wrap .l .text {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .sec1 .wrap .r {
        width: 35.3125vw;
        border-radius: 0.4166666667vw;
    }

    .sec2 {
        padding: 6.25vw 0px 7.1354166667vw;
    }

    .sec2 .wrap .title {
        font-size: 1.1979166667vw;
        line-height: 2.5vw;
        margin-bottom: 4.3229166667vw;
    }

    .sec2 .wrap .list {
        gap: 0px 2.0833333333vw;
    }

    .sec2 .wrap .list .item {
        width: 16.6666666667vw;
        height: 10.2083333333vw;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 1.25vw 0px;
        border-radius: 0.7291666667vw;
        padding: 2.1354166667vw 2.1875vw 0px;
    }

    .sec2 .wrap .list .item .icon {
        width: 1.71875vw;
        height: 1.9270833333vw;
    }

    .sec2 .wrap .list .item p {
        font-size: 1.1458333333vw;
        margin: 1.4583333333vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .common_links {
        display: none;
    }
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap {
        flex-direction: column-reverse;
    }
    .sec1 .wrap .r {
        width: 100%;
        height: 56vw;
        border-radius: 10px;
    }
    .sec1 .wrap .l {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec1 .wrap .l .title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .sec1 .wrap .l .text {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec2 {
        padding: 50px 0 60px;
    }
    .sec2 .wrap .title {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .sec2 .wrap .list {
        gap: 20px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec2 .wrap .list .item {
        width: 48%;
        height: unset;
        padding: 20px 15px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    .sec2 .wrap .list .item .icon {
        width: 30px;
        height: 30px;
    }
    .sec2 .wrap .list .item p {
        font-size: 15px;
        margin: 15px 0 0;
    }
}
