.swiper-pagination {
    bottom: 0px!important;
}
.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    transition: all 0.3s;
    transform: translateY(54%);

}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #ffffff;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.32);
}
.swiper-button-next:hover:after, 
.swiper-button-prev:hover:after {
    color: #022981;
}
.swiper-button-prev {
    left: 40px;
}
.swiper-button-next {
    right: 40px;
}


.citydateline-content {
    width: 1056px;
    margin: 0 auto;
    overflow: hidden;
}
#dateline {
    position: relative;
    /* margin-bottom: 40px; */
    padding-bottom: 56px;
}
.dateline-line {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 188px;
    background-color: rgba(255, 255, 255, 0.24);
}


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

.dateline-inbox {
    display: flex;
    position: relative;
    transition: all 0.3s;
}
.date-box {
    display: flex;
    padding: 80px 0;
}

.date-item {
    width: 66px;
    position: relative;
}
.date-item .date-xline {
    display: none;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 52px;
    background-color: rgba(255, 255, 255, 0.24);
}
.date-item .date-yline {
    width: 1px;
    height: 80px;
    position: relative;
    left: 50%;
    top: 72%;
    background-color: rgba(255, 255, 255, 0.24);
}

.date-item .date {
    position: relative;
    left: 30%;
    bottom: -136px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}
.date-item .date::after {
    content: '\6708';
    display: inline-block;
    position: relative;
    top: -2px;
    left: 2px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.48);
}

.city-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 186px;
    padding: 0 16px;
    transition: all 0.3s;
}
.city-item > a {
    text-decoration: none;
    /* pointer-events: none; */
}
/* .city-item[name='shanghai'] a {
    pointer-events: auto;
} */

.city-item .city-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all 0.3s;
}
.city-item .city-circle .cityCn{
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    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 {
    margin: 30px 0;
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all 0.3s;
}
.city-item .city-line {
    display: none;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 52px;
    background-color: rgba(255, 255, 255, 0.24);
}
.city-item .city-date {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    transition: all 0.3s;
}
/* 
.city-item:hover .city-dot{
    background-color: #fffdae;
}
.city-item:hover .city-circle .cityCn{
    color: #fffdae;
}
.city-item:hover .city-date{
    color: #fffdae;
} */
.city-item:hover .city-circle{
    background-color:rgba(255, 255, 255, 0.24);
}
.city-item.active .city-circle{
    background-color: #1164FF;
}
.city-item.active .city-dot{
    background-color: #fffdae;
}
.city-item.active .city-circle .cityCn{
    color: #fffdae;
}
.city-item.active .city-date{
    color: #fffdae;
}
.city-item.searched .city-circle{
    background-color: #3f475a;
}
.city-item.searched .city-dot{
    background-color: #fffdae;
}
.city-item.searched .city-circle .cityCn{
    color: #fffdae;
}
.city-item.searched .city-date{
    color: #fffdae;
}


.dateline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 40px; */
}
.city-search {
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}
.city-search input{
    height: 36px;
    border: 0!important;
    outline: none!important;
    background: #fff;
    padding-left: 16px;
    color: #000;
}

.city-search a{
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 32px;
    padding: 0 20px;
    color: #fff;
    background: #1164FF;
}
.tab-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-select .tab-select-item {
    font-size: 13px;
    line-height: 22px;
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
}
.tab-select .tab-select-item.current {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}


@media  (max-width:768px) {

    /* 移动城市 */
  .tabscity {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
  }

  .tabscity a {
    width: 12%;
    min-height: 1px;
    overflow: hidden;
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
    line-height: 44px;
    text-decoration: none;
    display: block;
    float: left;
  }

  .tabscity a:hover {
    text-decoration: none;
  }

  .tabscity .active {
    color: #ffffff;
  }

  .listimg2 {
    position: relative;
    margin-bottom: 20px;
  }

  .listimg2 a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
  }

  .listimg2 img {
    height: 100px;
    width: 100%;
  }

  .listimg2 span {
    display: block;
  }

  .listimg2_cityname {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 6px;
    margin-top: 8px;
    text-align: left;
  }

  .listimg2_cityinfo {
    font-size: 11px;
    color: rgba(255, 255, 255, .64);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .listcity_number {
    font-size: 24px;
    color: #ffffff;
  }

  .listcity_year {
    font-size: 11px;
    color: rgba(255, 255, 255, .48);
  }

  .cityactivity {
    overflow: hidden;
  }
  /* .swiper-slide:last-of-type .listimg2 a {
    pointer-events: none;
  } */

}

@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;
    }
}
@media (min-width: 1370px) and (max-width:1600px) {
   
    .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: 1601px) and (max-width:1799px) {
    .swiper-button-prev {
        left: 10px;
    }
    .swiper-button-next {
        right: 10px;
    }
}