.brief-history002 .top-box {
    background-size: cover;
}

.brief-history002 .top-box .layout h1 {
    display: flex;
    justify-content: center;
}

.brief-history002 .top-box .layout .des {
    margin: 0.4rem auto;
    text-align: center;
}

.brief-history002 .top-box .layout .more-component {
    margin: 0 auto;
    width: fit-content;
}

.brief-history002 .bottom-box {
    padding-top: 3.2rem;
    padding-bottom: 0.99rem;
    position: relative;
}

/* .brief-history002 .bottom-box:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f0ebe7;
} */

.brief-history002 .bottom-box .bg {
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 100%;
    z-index: -1;
}

.brief-history002 .bottom-box .hl {
    position: absolute;
    left: 0;
    /* transform: translateX(-50%); */
    bottom: 0;
    width: 19.2rem;
    z-index: 1;
}

.brief-history002 .bottom-box .layout {
    position: relative;
    z-index: 1;
}

.brief-history002 .bottom-box .layout h1 {
    display: flex;
    justify-content: center;
}

.brief-history002 .bottom-box .layout .des {
    margin: 0 auto;
    text-align: center;
}

.brief-history002 .bottom-box .layout .swiper-container {
    padding-bottom: 1rem;
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    transition: all 0.5s;
    min-height: 3rem;
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateY(0.87rem);
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateY(0.34rem);
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
    transform: translateY(0.45rem);
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.05rem;
    background-size: contain;
    width: 0.3rem;
    background-repeat: no-repeat;
    background-position: top center;
    flex-shrink: 0;
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .left .circle {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-clip: content-box;
    box-sizing: border-box;
    background-color: #03a688;
    border: 0.01rem solid var(--ruifox-color-primary-1);
    padding: 0.01rem;
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .left .line {
    width: 0.02rem;
    flex: 1;
    background-image: linear-gradient(to bottom, #128b82, rgba(18, 139, 130, 0.1));
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .time {
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1;
    color: var(--ruifox-color-primary-1);
    font-family: Georgia;
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .tit {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .info {
    font-size: 0.14rem;
}

.brief-history002 .bottom-box .layout .swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brief-history002 .bottom-box .layout .swiper-button-prev,
.brief-history002 .bottom-box .layout .swiper-button-next {
    color: #fff;
    background-color: var(--ruifox-color-primary-1);
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin: 0 0.8rem;
    position: relative;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
}

.brief-history002 .bottom-box .layout .swiper-button-prev:after,
.brief-history002 .bottom-box .layout .swiper-button-next:after {
    font-size: 0.16rem;
}

@media (max-width: 960px) {
    .brief-history002 .bottom-box .hl {
        bottom: 150px !important;
    }
}

@media (max-width: 460px) {
    .brief-history002 .bottom-box .hl {
        bottom: 150px !important;
    }

    .brief-history002 .bottom-box {
        padding-top: 0.2rem !important;
        padding-bottom: 0.99rem !important;
    }

    .brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .time {
        font-size: 0.3rem !important;
    }

    .brief-history002 .bottom-box .layout .swiper-container .swiper-wrapper .swiper-slide .info {
        line-height: 1.8 !important;
    }

    .brief-history002 .bottom-box .layout .swiper-button-prev,
    .brief-history002 .bottom-box .layout .swiper-button-next {
        width: 0.35rem !important;
        height: 0.35rem !important;
        margin: 0 0.3rem !important;
    }
}

/*# sourceMappingURL=brief-history002.css.map */