body .top-bar,
body .top-bar-h5 {
  margin-bottom: 0;
}
.banner {
  width: 100%;
}

#AllRanking {
  max-width: unset;
  padding: unset;
  background: #f8f8f8;
}

.ranking-wrap {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 2.64% 5.75% 4.36%;
}

.ranking-wrap .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  padding: 1.5%;
  border-radius: 20px;
  border: 2px solid #E5E5E5;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.sub-title {
  display: none;
}

.cycle-title {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(18px, 1.56vw,30px);
  font-weight: 800;
  line-height: 1;
  color: var(--select-color);
  text-align: center;
}
.cycle-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .7em;
  height: 1em;
  background: url("https://wwp-static.wenweipo.com/img/common/normal-fire.png") no-repeat;
  background-size: 100% 100%;
}

.ranking-wrap .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}

.ranking-wrap .list .item {
  display: flex;
  gap: 12px;
}

.rank {
  flex: none;
  width: 1.95em;
}

.rank .num {
  display: block;
  width: 1.44em;
  height: 1.44em;
  margin: .2em auto 0;
  background: #006CBF;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.44em;
  color: #ffffff;
  text-align: center;
}

.top3 .rank {
  height: 2.28em;
  background: url("https://wwp-static.wenweipo.com/img/common/hot-fire.png") no-repeat;
  background-size: 100% 100%;
}
.top3 .rank .num {
  line-height: 2.4em;
  background: unset;
}

.ranking-wrap .list .item a {
  min-height: unset;
  font-size: clamp(14px, 1vw, 20px);
  line-height: 1.2;
  color: #252525;
}
.ranking-wrap .list .time {
  font-size: clamp(12px, .78vw, 15px);
  color: #818080;
}

.ranking-wrap .list .item a:hover {
  color: var(--select-color);
}

.ranking-wrap.in-h5 {
  display: none;
  padding-top: 0;
}
.ranking-wrap.in-h5 .list {
  gap: 15px;
  padding: 45px 0 0;
}
#RankSwiper .swiper-pagination {
  display: flex;
  justify-content: space-between;
  bottom: auto;
  top: 0;
}
#RankSwiper .swiper-pagination-bullet {
  width: 33%;
  height: fit-content;
  margin: unset;
  border-radius: unset;
  font-size: 20px;
  font-weight: 500;
  background: unset;
  color: #969696;
  opacity: unset;
}
#RankSwiper .swiper-pagination-bullet-active {
  color: var(--select-color);
}

.wrap-h5 {
  display: block;
}
.wrap-h5 .sub-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3%;
}
.wrap-h5 .cycle-title {
  transition: all .3s ease;
}
.wrap-h5 .cycle-title.active {
  transform: scale(1.5);
  /*text-shadow: 2px 0 2px var(--select-color);*/
  color: #0d415f;
}
.wrap-h5 .item-wrap .cycle-title {
  display: none;
}
.wrap-h5 .item-wrap {
  width: 100%;
}
.wrap-h5 .list {
  padding: 0;
}

@media (max-width: 1200px) {
  .rank {
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .ranking-wrap .list {
    gap: 10px;
  }
  .ranking-wrap .list .item a {
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    -webkit-line-clamp: 2;
  }
}


