.history {
    background: url(../../img/about/13.png) no-repeat center top;
    background-size: 100% 100%;
    width: 192rem;
    height: 108rem;
}

.history .title {
    color: #fff;
}

.history-swiper {
    padding: 0 20.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-swiper .swiper-container {
    width: 124rem;
    height: 63.1rem;
    overflow: hidden;
    border-radius: 1rem;
}

.history-swiper .swiper-slide {
    width: 124rem;
    height: 63.1rem;
    padding: 4rem;
    display: flex;
    position: relative;
    background-color: #fff;
}

.history-swiper .swiper-slide>img {
    width: 56rem;
    height: 55.1rem;
    margin-right: 4rem;
}

.history-swiper .slide-right>span {
    display: block;
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    line-height: 13.4rem;
    font-weight: bold;
    color: #05173C;
    font-size: 11rem;
    opacity: 0.06;
}

.history-swiper .slide-right-title {
    padding: 4rem 0;
}

.history-swiper .slide-right-title>span {
    color: #F16522;
    font-size: 4rem;
    line-height: 4.9rem;
}

.history-swiper .slide-right>p {
    line-height: 2.4rem;
    font-size: 2rem;
    color: #666666;
}

.history-swiper .prev,
.history-swiper .next {
    width: 5.6rem;
    height: 5.6rem;
}

.history-swiper .prev img,
.history-swiper .next img {
    width: 5.6rem;
    height: 5.6rem;
    display: block;
}

.history-swiper .prev img:last-child,
.history-swiper .next img:last-child {
    display: none;
}

.history-swiper .prev:hover img,
.history-swiper .next:hover img {
    display: none;
    cursor: pointer;
}

.history-swiper .prev:hover img:last-child,
.history-swiper .next:hover img:last-child {
    display: block;
}

.history-swiper .next {
    transform: rotate(180deg);
}

.history-timeline {
    width: 100%;
    margin: 9.9rem 0 0;
    height: 0.2rem;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26rem;
}


.timeline {
    width: 1rem;
    height: 1rem;
    margin: 0 1.7rem;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    position: relative;
}

.history-timeline .active {
    width: 4rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0);
    border: 1.5rem solid rgba(255, 255, 255, 0.6);
    margin: 0 0.2rem;
}

.timeline span {
    position: absolute;
    bottom: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
    .history {
        background: url(../../img/about/13.png) no-repeat center top;
        background-size: 100% 100%;
        width: 37.5rem;
        height: 70.4rem;
    }

    .history .title {
        color: #fff;
    }

    .history-swiper {
        padding: 0 1.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .history-swiper .swiper-container {
        width: 24.7rem;
        height: 50.5rem;
        overflow: hidden;
        border-radius: 1rem;
    }

    .history-swiper .swiper-slide {
        width: 24.7rem;
        height: 50.5rem;
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: #fff;
    }

    .history-swiper .swiper-slide>img {
        width: 22.3rem;
        height: 21.9rem;
        margin-right: 0;
    }

    .history-swiper .slide-right>span {
        display: block;
        position: absolute;
        right: 0.4rem;
        bottom: 0.4rem;
        line-height: 4.9rem;
        font-weight: bold;
        color: #05173C;
        font-size: 4rem;
        opacity: 0.06;
    }

    .history-swiper .slide-right-title {
        padding: 1.2rem 0 0.8rem;
    }

    .history-swiper .slide-right-title>span {
        color: #F16522;
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .history-swiper .slide-right>p {
        line-height: 1.5rem;
        font-size: 1.2rem;
        color: #666666;
    }

    .history-swiper .prev,
    .history-swiper .next {
        width: 3.2rem;
        height: 3.2rem;
    }

    .history-swiper .prev img,
    .history-swiper .next img {
        width: 3.2rem;
        height: 3.2rem;
        display: block;
    }

    .history-swiper .prev img:last-child,
    .history-swiper .next img:last-child {
        display: none;
    }

    .history-swiper .prev:hover img,
    .history-swiper .next:hover img {
        display: none;
        cursor: pointer;
    }

    .history-swiper .prev:hover img:last-child,
    .history-swiper .next:hover img:last-child {
        display: block;
    }

    .history-swiper .next {
        transform: rotate(180deg);
    }

    .history-timeline {
        width: auto;
        margin: 3rem 0 0;
        height: 0.1rem;
        background-color: rgba(255, 255, 255, 0.6);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.6rem;
    }


    .timeline {
        width: 0.3rem;
        height: 0.3rem;
        margin: 0 1.4rem;
        background-color: rgba(255, 255, 255, 1);
        border: none;
        border-radius: 50%;
        position: relative;
    }

    .history-timeline .active {
        width: 1.2rem;
        height: 1.2rem;
        background-color: rgba(255, 255, 255, 0);
        border: 0.45rem solid rgba(255, 255, 255, 0.6);
        margin: 0 0.85rem;
    }

    .timeline span {
        position: absolute;
        bottom: -2.3rem;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
}