
.service-section {
    padding-top: 100px;
    width: 1136px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1136px;
    padding-bottom: 50px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section {
        width: calc(600vw / 6);
        max-width: calc(600vw / 6);
        display: flex;
        flex-direction: column;
        padding-top: calc(60vw / 6);
        padding-bottom: calc(54vw / 6)
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .service-section {
        max-width: 905px;
        width: 905px;
        padding-top: 43px;
        padding-bottom: 63px
    }
}

.service-section-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 848px;
    position: relative
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .service-section-content {
        max-width: 560px;
        margin-left: 29px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-content {
        max-width: calc(552vw / 6);
        margin-left: auto;
        margin-right: auto
    }
}

.service-section-h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 56px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-h1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: calc(32vw / 6);
        line-height: calc(40vw / 6);
        margin-bottom: calc(32vw / 6)
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .service-section-h1 {
        margin-left: 69px
    }
}

.service-section-item {
    width: 272px;
    height: 98px;
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(36, 91, 219, .02), 0 2px 4px rgba(36, 91, 219, .04), 0 1px 2px -2px rgba(36, 91, 219, .12);
    border-radius: 16px;
    padding-top: 18px;
    padding-left: 19px;
    padding-bottom: 18px;
    margin-bottom: 16px;
    margin-left: 16px;
    z-index: 10;
    position: relative
}

.service-section-item:nth-of-type(3n-2) {
    margin-left: 0
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .service-section-item:nth-of-type(3n-2) {
        margin-left: 16px
    }

    .service-section-item:nth-of-type(2n-1) {
        margin-left: 0
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-item {
        width: calc(268vw / 6);
        height: calc(98vw / 6);
        margin-left: calc(16vw / 6);
        margin-bottom: calc(16vw / 6);
        padding-top: calc(18vw / 6);
        padding-bottom: calc(18vw / 6);
        padding-left: calc(19vw / 6)
    }

    .service-section-item:nth-of-type(3n-2) {
        margin-left: calc(16vw / 6)
    }

    .service-section-item:nth-of-type(2n-1) {
        margin-left: 0
    }
}

.service-section-item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 12px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-item-title {
        font-size: calc(18vw / 6);
        line-height: calc(28vw / 6);
        margin-bottom: calc(12vw / 6)
    }
}

.service-section-item-intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    width:95%;
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-item-intro {
        font-size: calc(14vw / 6);
        line-height: calc(22vw / 6)
    }
}

.service-section-more {
    width: 480px;
    position: absolute;
    z-index: 1;
    display: block;
    left: 727px;
    bottom: 0
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .service-section-more {
        left: 424px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-more {
        display: none
    }
}

.service-section-item-icon {
    position: absolute;
    right: 0;
    top: 0;
    width:48rpx;
    border-radius: 0 16px 0 32px;
    background:#f2f8ff;
}

.service-section-item-icon-img {
    width: 32px;
    display: block;
    margin:10px;
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-item-icon-img {
        width: calc(63vw / 6)
    }
}

.service-section-tips {
    display: block;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #bbbfc4;
    bottom: -23px;
    right: auto;
    left: 0
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .service-section-tips {
        bottom: -31px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .service-section-tips {
        bottom: calc(-27vw / 6);
        left: calc(50% - 120px);
        font-size: calc(12vw / 6);
        line-height: calc(20vw / 6)
    }
}