#section1 {
    padding: 6.25vw 12.5vw;
    padding-bottom: 4.17vw;
}

#section1 .title {
    font-size: 3.44vw;
    color: #000000;
    line-height: 5.94vw;
    margin-top: 2.08vw;
    margin-bottom: 1.67vw;
}

#section1 .sub_title {
    font-size: 1.46vw;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.46vw;
}

#section1 .hignline {
    margin: 4.17vw 0;
    width: 15.42vw;
    height: 2px;
    background: #23FEAB;
}

#section1 .card {
    position: relative;
    border-top: 1px solid #000000;
}

#section1 .card::after {
    position: absolute;
    content: '';
    left: -12.5vw;
    right: -12.5vw;
    top: 10.73vw;
    height: 48.07vw;
    background: url(img/bg5.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

#section1 .card_item {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 3.13vw;
    font-family: 'OPPO Sans';
    box-sizing: border-box;
}

#section1 .card_item .top {
    display: flex;
    align-items: center;
    margin-bottom: 2.08vw;
}

#section1 .card_item .top .icon {
    width: 5.52vw;
    margin-right: 1.25vw;
}

#section1 .card_item .top .title2 {
    font-weight: bold;
    font-size: 1.72vw;
    color: #000000;
    line-height: 2.19vw;
    margin-bottom: 1.25vw;
}

#section1 .card_item .top .text {
    width: 808px;
    font-size: 1.04vw;
    color: rgba(0, 0, 0, 0.5);
    line-height: 2.08vw;
}

#section1 .card_item .sub_title2 {
    font-weight: bold;
    font-size: 1.46vw;
    color: #000000;
    line-height: 1.88vw;
    margin-bottom: 1.25vw;
}

#section1 .card_item .grid_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.13vw;
}

#section1 .card_item .grid_item {}

#section1 .card_item .label {
    font-weight: bold;
    font-size: 1.15vw;
    color: #000000;
    line-height: 2.08vw;
    margin-bottom: 0.63vw;
}

#section1 .card_item .text2 {
    font-size: 1.04vw;
    color: rgba(0, 0, 0, 0.5);
    line-height: 2.08vw;
}

#section1 .img_bottom {
    font-family: 'OPPO Sans';
    line-height: 4.06vw;
    background: linear-gradient(90deg, #24FFAB 0%, #FFFFFF 100%);
    border: 1px solid #24FFAB;
    padding-left: 5vw;
    font-size: 1.25vw;
    color: #000000;
}

@media screen and (max-width: 768px) {
    #section1 {
        padding: 30px 16px;
        padding-bottom: 50px;
    }

    #section1 .title {
        font-size: 26px;
        color: #000000;
        line-height: 32px;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    #section1 .sub_title {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 20px;
    }

    #section1 .hignline {
        margin: 24px 0;
        width: 100px;
        height: 2px;
        background: #23FEAB;
    }

    #section1 .card {
        position: relative;
        border-top: 1px solid #000000;
    }

    #section1 .card::after {
        position: absolute;
        content: '';
        left: -16px;
        right: -16px;
        top: 10.73vw;
        height: 48.07vw;
        background: url(img/bg5.png) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    #section1 .card_item {
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        padding: 24px;
        font-family: 'OPPO Sans';
        box-sizing: border-box;
    }

    #section1 .card_item .top {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    #section1 .card_item .top .icon {
        width: 48px;
        margin-right: 16px
    }

    #section1 .card_item .top .title2 {
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        line-height: 22px;
        margin-bottom: 10px;
    }

    #section1 .card_item .top .text {
        width: auto;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 16px;
    }

    #section1 .card_item .sub_title2 {
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #section1 .card_item .grid_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 10px;
        
    }

    #section1 .card_item .grid_item {}

    #section1 .card_item .label {
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        line-height: 18px;
        margin-bottom: 10px;
    }

    #section1 .card_item .text2 {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 16px;
    }

    #section1 .img_bottom {
        font-family: 'OPPO Sans';
        line-height: 20px;
        background: linear-gradient(90deg, #24FFAB 0%, #FFFFFF 100%);
        border: 1px solid #24FFAB;
        padding: 24px;
        font-size: 14px;
    }
}