.top[data-v-e84414f8] {
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 250px;
    background-color: #323232
}

.top img[data-v-e84414f8] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-ti[data-v-e84414f8] {
    position: relative;
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.top-ti1[data-v-e84414f8] {
    position: relative;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 400
}

.whole[data-v-e84414f8] {
    background-color: #f8fafc;
    width: 100%;
    position: relative
}

.title[data-v-e84414f8] {
    position: relative;
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding: 50px 0 40px
}

.content[data-v-e84414f8] {
    position: relative;
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    height: 500px;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    justify-content: left;
    gap: 40px
}

.cont-each[data-v-e84414f8] {
    position: relative;
    width: 250px;
    height: 420px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px #00000080;
    display: flex;
    flex-direction: column
}

.cont-each-pic[data-v-e84414f8] {
    flex: 1
}

.cont-each-pic img[data-v-e84414f8] {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 0 0
}

.cont-each-text[data-v-e84414f8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px 0
}

.cont-each-text1[data-v-e84414f8] {
    font-size: 22px;
    font-weight: 500
}

.cont-each-text2[data-v-e84414f8] {
    white-space: nowrap;
    color: #929292;
    font-size: 12px;
    word-spacing: 2px
}

@media screen and (max-width: 768px) {
    .top[data-v-e84414f8] {
        height: 180px;
        gap: 8px
    }

    .top-ti[data-v-e84414f8] {
        font-size: 28px
    }

    .top-ti1[data-v-e84414f8] {
        font-size: 14px;
        padding: 0 20px
    }

    .title[data-v-e84414f8] {
        font-size: 28px;
        padding: 30px 0 20px
    }

    .content[data-v-e84414f8] {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
        box-sizing: border-box
    }

    .cont-each[data-v-e84414f8] {
        width: 100%;
        max-width: 340px;
        height: auto
    }

    .cont-each-pic[data-v-e84414f8] {
        flex: none;
        height: 200px
    }

    .cont-each-text[data-v-e84414f8] {
        flex: none;
        padding: 15px 20px 20px;
        gap: 8px
    }

    .cont-each-text1[data-v-e84414f8] {
        font-size: 20px
    }

    .cont-each-text2[data-v-e84414f8] {
        white-space: normal;
        font-size: 13px
    }
}
