
.about-factory-section {
    --about-factory-stage-width: 100%;
}

.about-factory-section .about-factory-inner {
    position: relative;
    padding:130px 0 100px;
    background-color: #F5F5F5;
}

.about-factory-section .about-factory-inner > * + * {
    margin-top: 34px;
}

.about-factory-section .about-factory-header {
    text-align: center;
}

.about-factory-section .about-factory-title {
    font-size: var(--f48);
    font-weight: 700;
    color: #222;
}

.about-factory-section .about-factory-line {
    width: 52px;
    height: 4px;
    background: var(--gm-theme);
    margin: 20px auto 30px;
}

.about-factory-section .about-factory-swiper {
    overflow: visible;
    width: min(100%, 960px);
    margin: 0 auto;
}

.about-factory-section .about-factory-swiper .swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.45;
}

.about-factory-section .about-factory-swiper .swiper-slide-active {
    opacity: 1;
}

.about-factory-section .about-factory-swiper .swiper-slide-prev,
.about-factory-section .about-factory-swiper .swiper-slide-next {
    opacity: 0.5;
}
.about-factory-section .about-factory-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.about-factory-section .about-factory-card img {
    display: block;
    width: 100%;
    height: auto;
}

.about-factory-section .about-factory-controls {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    width: var(--about-factory-stage-width);
    margin: 30px auto 0;
}

.about-factory-section .about-factory-page {
    flex-shrink: 0;
    font-size: var(--f24);
    color: #8888;
    font-weight: 500;
}

.about-factory-section .about-factory-page-month {
    color: var(--gm-theme);
}

.about-factory-section .about-factory-page-day {
    color: #8888;
}


