.app {
    height: 500px;
    background: url('../images/Group\ 1410152275\ \(2\).webp') no-repeat;
    background-size: 100% 100%;
}

.card {
    max-width: 800px;
    margin: 0 auto;
}

.head {
    height: 80px;
}

.con {}

.con p {
    text-align: center;
}

.group1 img:last-child {
    margin-left: 10px;
}

.group2 {
    margin: 30px 0 40px 0;
    padding: 0 20px;
    font-size: 34px;
    font-weight: 700;
}

.group3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.group3 li p {
    font-size: 35px;
    font-weight: 700;
}

.group3 li span {
    color: #413d3d;
}

.swiper_y {
    padding: 0 80px;
    margin: 30px 0 !important;
    box-sizing: border-box !important;
}

.swiper {
    width: 100%;
    padding: 0 1px !important;
    box-sizing: border-box !important;
    height: 258px;
}


.swiper .swiper-slide {
    height: 198px;
    padding: 10px 20px;
    box-sizing: border-box !important;
    border-radius: 18px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.swiper-slide h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 0;
}

.swiper-slide span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #504e4e;
}

.btn {
    margin-top: 30px;
    text-align: center;
}

.btn button {
    width: 335px;
    height: 61px;
    border-radius: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: none;
    cursor: pointer;
    background-color: #008FFF;
}

button:active {
    /* background-color: rgb(58, 118, 189); */
    transform: scale(1.01)
}

/* 移动端 */
@media screen and (max-width: 768px) {
    .card {
        max-width: 100%;
        margin: 0 auto;
    }

    .swiper_y {
        padding: 0 20px;
        box-sizing: border-box !important;
    }

    .swiper {
        height: 208px;
    }

    .swiper .swiper-slide {
        /* width: 70% !important; */
        /* margin: 0 15px; */
        height: 148px;
        padding: 10px 20px;
        box-sizing: border-box !important;
        border-radius: 18px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }
}
