.service {
    padding: 70px 0 120px 0
}

.service .wrap {
    width: 1400px;
    margin: auto
}

.service .wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 45px
}

.service .wrap .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 41px 38px
}

.service .wrap .content .item {
    width: 681px;
    height: 361px;
    border: 2px solid transparent;
    border-radius: 15px;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(0deg, rgba(161, 196, 253, 0.4), rgba(194, 233, 251, 0.4));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    display: flex;
    padding: 60px 20px 0 20px;
    position: relative;
    overflow: hidden
}

.service .wrap .content .item > * {
    position: relative;
    z-index: 5
}

.service .wrap .content .item .img {
    width: 350px;
    height: 233px;
    margin: 0 85px 0 0
}

.service .wrap .content .item .img img {
    width: 100%;
    height: 100%
}

.service .wrap .content .item .text {
    margin: 30px 0 0 0
}

.service .wrap .content .item .text p {
    font-weight: bold;
    font-size: 24px;
    color: #061E39;
    margin: 0 0 30px
}

.service .wrap .content .item .text .pick a {
    font-weight: 500;
    font-size: 18px;
    color: #061E39;
    line-height: 40px;
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    transition: .6s ease
}

.service .wrap .content .item .text .pick a:hover {
    color: #005CFF
}

.service .wrap .content .item .text .pick a:hover:after {
    background: #005CFF
}

.service .wrap .content .item .text .pick a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    background: #97A8C6;
    border-radius: 50%;
    transition: .6s ease
}

@media screen and (max-width: 1920px) {
    .service {
        padding: 3.6458333333vw 0 6.25vw 0
    }

    .service .wrap {
        width: 72.9166666667vw;
        margin: auto
    }

    .service .wrap .title {
        text-align: center;
        font-weight: bold;
        font-size: 1.875vw;
        color: #111111;
        margin: 0 0 2.34375vw
    }

    .service .wrap .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2.1354166667vw 1.9791666667vw
    }

    .service .wrap .content .item {
        width: 35.46875vw;
        height: 18.8020833333vw;
        border: 0.1041666667vw solid transparent;
        border-radius: 0.78125vw;
        background-image: linear-gradient(to right, #fff, #fff), linear-gradient(0deg, rgba(161, 196, 253, 0.4), rgba(194, 233, 251, 0.4));
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        display: flex;
        padding: 3.125vw 1.0416666667vw 0 1.0416666667vw;
        position: relative;
        overflow: hidden
    }

    .service .wrap .content .item > * {
        position: relative;
        z-index: 5
    }

    .service .wrap .content .item .img {
        width: 18.2291666667vw;
        height: 12.1354166667vw;
        margin: 0 4.4270833333vw 0 0
    }

    .service .wrap .content .item .img img {
        width: 100%;
        height: 100%
    }

    .service .wrap .content .item .text {
        margin: 1.5625vw 0 0 0
    }

    .service .wrap .content .item .text p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #061E39;
        margin: 0 0 1.5625vw
    }

    .service .wrap .content .item .text .pick a {
        font-weight: 500;
        font-size: 0.9375vw;
        color: #061E39;
        line-height: 2.0833333333vw;
        position: relative;
        padding: 0 0 0 1.0416666667vw;
        display: block;
        transition: .6s ease
    }

    .service .wrap .content .item .text .pick a:hover {
        color: #005CFF
    }

    .service .wrap .content .item .text .pick a:hover:after {
        background: #005CFF
    }

    .service .wrap .content .item .text .pick a:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        background: #97A8C6;
        border-radius: 50%;
        transition: .6s ease
    }

}
@media screen and (max-width: 1024px) {
    .service {
        padding: 50px 0 60px;
    }
    .service .wrap .title {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .service .wrap {
        width: 90%;
    }
    .service .wrap .content .item {
        width: 100%;
        height: 40vw;
        border-radius: 8px;
        padding: 15px 15px;
        margin: 0 0 10px;
    }
    .service .wrap .content .item .text p {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .service .wrap .content .item .text .pick a {
        font-size: 14px;
        padding: 0 0 0 10px;
        line-height: 2;
    }
    .service .wrap .content .item .text .pick a:after {
        width: 4px;
        height: 4px;
    }
    .service .wrap .content .item .img {
        width: 40vw;
        height: 30vw;
        margin: 0 20px 0 0;
    }
}