.after_sales_box {
    width: 100%;
    padding-top: calc(17px + 5rem);
    padding-bottom: calc(18px + 4rem);
    background: #F8F8F8;
}

.after_sales {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(8px + 3rem);
}

.service_title {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 2rem);
    color: #242424;
    line-height: calc(4px + 2rem);
    text-align: center;
}

.after_sales_item {
    width: 31.7567%;
    height: calc(80px + 10rem);
    background: #FFFFFF;
    box-shadow: 0px calc(0px + 0.25rem) calc(1px + 0.5rem) calc(0px + 0.05rem) rgba(97, 107, 118, 0.1);
    border-radius: calc(3px + 0.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(6px + 1.5rem);
    padding-bottom: calc(10px + 1rem);
    position: relative;
}

.after_sales_item .after_icon {
    height: calc(12px + 2rem);
}

.after_sales_item p {
    width: calc(110px + 15rem);
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: center;
}

.icon {
    width: calc(20px + 4rem);
    line-height: calc(6px + 1.5rem);
    position: absolute;
    bottom: calc(-8px - 0.5rem);
    left: 0;
    right: 0;
    margin: auto;
    background: url(../image/icon.png) no-repeat;
    background-size: contain;
    text-align: right;
    padding-right: 3.5%;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 0.5rem);
    color: #FFFFFF;
    font-style: italic;
}

.setup_box {
    width: 100%;
    padding-top: calc(20px + 5rem);
    padding-bottom: calc(7px + 5rem);
}

.setup {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.setup_card_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: calc(1px + 3rem);
}

.setup_card {
    width: 48.6486%;
    height: calc(112px + 20rem);
    background: #FFFFFF;
    box-shadow: 0px 0px calc(1px + 0.5rem) calc(0px + 0.05rem) rgba(97, 107, 118, 0.2);
    border-radius: calc(3px + 0.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: calc(3px + 1rem);
}

.setup_card_text {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: calc(3px + 1rem);
}

.setup_card_text div {
    width: calc(8px + 2rem);
}

.setup_card_text div img {
    width: 100%;
}

.setup_card_text p {
    width: calc(138px + 20rem);
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 0.5rem);
    color: #006B98;
    line-height: calc(10px + 1rem);
}

.setup_pic {
    width: calc(32px + 10rem);
    margin-right: calc(41px + 5rem);
}

.setup_pic img {
    width: 100%;
}

.pic_box {
    width: 100%;
    padding-bottom: calc(45px + 5rem);
}

.pic {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}
.pic img{
    width: 100%;
}
@media (max-width: 1100px) {
    .service_title{
        font-size: calc(18px + 1rem);
        line-height: 1.5;
    }
    .after_sales{
        flex-wrap: wrap;
        row-gap: calc(10px + 5rem);
    }
    .after_sales_item {
        width: 100%;
        height: calc(80px + 15rem);
    }
    .after_sales_item .after_icon {
        height: calc(12px + 4rem);
    }
    .after_sales_item p{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        padding: 0 calc(10px + 1rem);
    }
    .icon{
        width: calc(25px + 13rem);
        background-size: cover;
        line-height: calc(22px + 1.5rem);
        bottom: calc(-11px - 0.75rem);
    }
    .setup_card_box{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .setup_card {
        width: 100%;
        height: calc(112px + 56rem);
    }
    .setup_card_text p {
        width: 100% !important;
        padding: 0 calc(10px + 1rem);
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .setup_card_text div {
        width: calc(8px + 5rem);
    }
    .setup_pic {
        width: calc(32px + 25rem);
       
    }
}