.swiper-pagination {
    bottom: 0 !important;
    left: 50% !important;
}

.swiper-button-prev,
.swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: all 0.3s;
    transform: translateY(56%);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #022981;
}

.swiper-button-prev {
    left: 40px;
    backdrop-filter: blur(4px);
}

.swiper-button-next {
    right: 40px;
    backdrop-filter: blur(4px);
}

.citydateline-content {
    width: 1056px;
    margin: 0 auto;
    overflow: hidden;
}

#dateline {
    position: relative;
    padding-bottom: 20px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.dateline-line {
    position: absolute;
    right: 0;
    bottom: 152px;
    left: 0;

    width: 90%;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -0.17%, rgba(255, 255, 255, 0.6) 8.82%, rgba(255, 255, 255, 0.6) 49.94%, rgba(255, 255, 255, 0.6) 91.37%, rgba(255, 255, 255, 0) 100.13%);
}

.dateline-lineBox {
    width: 100%;
    min-height: 1px;
}

/* .dateline-lineLeft {
    position: absolute;
    right: 0;
    bottom: 151px;
    left: 0;
    z-index: 9;
    width: 200px;
    height: 1px;
}

.dateline-lineRight {
    position: absolute;
    right: 0;
    bottom: 151px;
    z-index: 9;
    width: 200px;
    height: 1px;
} */

.dateline-outbox {
    position: relative;
    width: 1056px;
    margin: 0 auto;
    overflow: hidden;
}

.dateline-inbox {
    position: relative;
    display: flex;
    transition: all 0.3s;
}

.date-box {
    display: flex;
    padding: 80px 0;
}

.date-item {
    position: relative;
    width: 66px;
}

.date-item .date-xline {
    position: absolute;
    right: 0;
    bottom: 52px;
    left: 0;
    display: none;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -0.17%, rgba(255, 255, 255, 0.6) 8.82%, rgba(255, 255, 255, 0.6) 49.94%, rgba(255, 255, 255, 0.6) 91.37%, rgba(255, 255, 255, 0) 100.13%);
}

.date-item .date-yline {
    position: relative;
    top: 72%;
    left: 50%;
    width: 1px;
    height: 80px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -0.17%, rgba(255, 255, 255, 0.6) 8.82%, rgba(255, 255, 255, 0.6) 49.94%, rgba(255, 255, 255, 0.6) 91.37%, rgba(255, 255, 255, 0) 100.13%);
}

.date-item .date {
    position: relative;
    bottom: -136px;
    left: 30%;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.date-item .date::after {
    position: relative;
    top: -2px;
    left: 2px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.48);
    content: "\6708";
}

.city-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 186px;
    padding: 0 16px;
    transition: all 0.3s;
}

.city-item > a {
    text-decoration: none;
}

.city-item .city-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    transition: all 0.3s;
}

.city-item .city-circle .cityCn {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s;
}

.city-item .city-circle .city {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.48);
}

.city-item .city-dot {
    width: 6px;
    height: 6px;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.city-item .city-line {
    position: absolute;
    right: 0;
    bottom: 52px;
    left: 0;
    display: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.24);
}

.city-item .city-date {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    transition: all 0.3s;
}

/*
.city-item:hover .city-dot{
    background-color: #fff24a;
}
.city-item:hover .city-circle .cityCn{
    color: #fff24a;
}
.city-item:hover .city-date{
    color: #fff24a;
} */

.city-item:hover .city-circle {
    background-color: rgba(255, 255, 255, 0.24);
}

.city-item.active .city-dot {
    background-color: #fff24a;
}

.city-item.active .city-circle .cityCn {
    color: #122d70;
}

.city-item.active .city-circle .city {
    color: #122f74a1;
}

.city-item.active .city-circle {
    background-color: #fff;
}

.city-item.active .city-date {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1369px) {
    #dateline {
        margin-top: -80px;
        margin-bottom: 40px;
    }

    .city-item > a {
        margin-top: 20px;
    }

    .city-item .city-circle {
        width: 80px;
        height: 80px;
    }

    .city-item .city-circle .cityCn {
        font-size: 15px;
        line-height: 20px;
    }

    .date-item .date {
        font-size: 26px;
    }

    .date-item .date::after {
        font-size: 16px;
    }

    .date-item {
        width: 56px;
    }

    .citydateline-content {
        width: 896px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }
}

@media (min-width: 1370px) and (max-width: 1599px) {
    #dateline {
        margin-top: -60px;
        margin-bottom: 40px;
    }

    .city-item > a {
        margin-top: 10px;
    }

    .city-item .city-circle {
        width: 90px;
        height: 90px;
    }

    .city-item .city-circle .cityCn {
        font-size: 18px;
        line-height: 22px;
    }

    .date-item .date {
        font-size: 28px;
    }

    .date-item .date::after {
        font-size: 18px;
    }

    .date-item {
        width: 61px;
    }

    .citydateline-content {
        width: 976px;
    }

    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next {
        right: 20px;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
}
