@charset "UTF-8";
.swiper-container .swiper-wrapper .swiper-slide img {
    height: 500px;
}
@media screen and (min-width: 1900px) {
    .swiper-container .swiper-wrapper .swiper-slide img {
        height: 500px;
    }
}
@media screen and (max-width: 1024px) {
    .swiper-container .swiper-wrapper .swiper-slide img {
        height: 500px;
    }
}
.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
}
.swiper-container .swiper-wrapper .swiper-slide img.xs-show {
    display: none;
}
.swiper-container .swiper-button-next {
    background-position: right top;
}
.child-des {
    padding: 40px 0;
    background-color: #fafafa;
}
.child-des-text {
    line-height: 2rem;
}
.mnc-content {
    background: url(./bg-7lY-XRzh.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.title-wrap {
    text-align: center;
    padding-bottom: 5rem;
}
.custom-card {
    background-color: #ffffff80;
    border-radius: 2rem;
    box-shadow: 0 4px 15px #0000000d;
    padding-bottom: 30px;
    max-width: 400px;
    margin: auto;
    position: relative;
}
.header-badge-wrap {
    position: absolute;
    margin-top: -10px;
    width: 100%;
}
.header-badge {
    background-color: #3299bb;
    color: #fff;
    padding: 1px 50px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 1.5rem;
    display: inline-block;
    margin: 0 auto;
}
.price-section {
    color: #3299bb;
    font-weight: 700;
}
.price-section .currency,
.currency-text {
    display: block;
    font-size: 1rem;
    margin-right: 5px;
    text-align: right;
}
.price-section .amount {
    font-size: 3rem;
    line-height: 1;
}
.price-button {
    background-color: #e99b2f;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;

    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
/* 默认样式 (超小屏幕 < 576px) */
.price-button {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
}

/* 小型设备 (Landscape phones, 576px 及以上) */
@media (min-width: 576px) {
    .price-button {
        font-size: 0.85rem;
    }
}

/* 中型设备 (Tablets, 768px 及以上) */
@media (min-width: 768px) {
    .price-button {
        font-size: 0.9rem;
    }
}

/* 大型设备 (Desktops, 992px 及以上) */
@media (min-width: 992px) {
    .price-button {
        font-size: 1.1rem;
    }
}

.image-container {
    position: relative;
    top: 20px;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 3px 7px #00000059;
}
.capacity-text {
    color: #3299bb;
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
