.shortcode-pc .timeline-container {
    width: 100%;
    height: 91vh;
    position: relative;
    background-color: #fff;
}
.shortcode-pc .timeline-container .swiper {
    width: 100%;
    height: 80%;
    overflow: hidden;
    /* background-color: #555; */
    position: relative;
    
    /* border: 1px solid #555; */
}
.shortcode-pc .timeline-container .swiper .swiper-slide {
    background-color: #fff;
}
.shortcode-pc .timeline-container .swiper .text-span {
    font-size: 6rem;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    color: rgba(0,0,0,0.1);
    display: block;
    position: absolute;

}
.shortcode-pc .timeline-container .swiper .infor {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000;
}
.shortcode-pc .timeline-container .swiper .infor h3 {
    margin: 0 !important;
    font-size: 0.5rem !important;
    font-weight: 400 !important;
}

.shortcode-pc .timeline-container .swiper .infor .desc {
    margin-top: 20px;
    font-size: 0.3rem;
}
.shortcode-pc .timeline-container .swiper .car-img {
    position: absolute;
    height: 80%;
    width: auto;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
}
.shortcode-pc .timeline-container .swiper .swiper-button {
    background-image: none;
    width: 20px;
    height: 20px;
    /* position: relative; */
}
.shortcode-pc .timeline-container .swiper .swiper-button::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
}
.shortcode-pc .timeline-container .swiper .swiper-button.swiper-button-next {
    transform: rotate(45deg);
    right: 10%;
}
.shortcode-pc .timeline-container .swiper .swiper-button.swiper-button-prev {
    transform: rotate(-135deg);
    left: 10%;
}
.shortcode-pc .timeline-container .timeline {
    border: 1px solid #555;
    width: 100%;
    /* height: calc(20% - 20px); */
    /* height: 1px; */
    position: absolute;
    top: calc(80% + 20px);
}
.shortcode-pc .timeline-container .time-point {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    cursor: pointer;
    box-sizing: content-box;

}
.shortcode-pc .timeline-container .time-point.active {
    width: 21px;
    height: 21px;
    top: -10px;
    border-color: #000;
}
.shortcode-pc .timeline-container .time-point.active::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
}
.shortcode-pc .timeline-container .time-point:nth-of-type(1) {
    left: 20%;
}
.shortcode-pc .timeline-container .time-point:nth-of-type(2) {
    left: calc(50% - 10px);
}
.shortcode-pc .timeline-container .time-point:nth-of-type(3) {
    left: 80%;
}
.shortcode-pc .timeline-container .time-point .text-common {
    font-size: 0.19rem;
    width: max-content;
    color: rgba(0,0,0,0.3);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.shortcode-pc .timeline-container .time-point .text-active {
    display: none;
    font-size: 0.29rem;
    width: max-content;
    color: rgba(0,0,0,1);
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.shortcode-pc .timeline-container .time-point .text-active .desc {
    font-size: 0.19rem;
}
.shortcode-pc .timeline-container .time-point.active .text-common {
    display: none;
}
.shortcode-pc .timeline-container .time-point.active .text-active {
    display: block;
}