a {
  text-decoration: none;
}
p {
  margin-bottom: 0
}
.block_special_title {
  text-align: center;
  font-size: 2.1vw;
  font-weight: 400;
  padding-bottom: 3vw
}
.block_special {
  width:41.18vw;
  margin: 0vw 9.78vw;
  border-radius: 0.52vw;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.06);
  &:hover {
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.04);
    transform: scale(1.06);
  }
}
.banner {
  width: 83.61vw;
  height: 15.625vw;
  display: block;
  margin: 5.2vw auto 0;
  background: url('../img/trends/banner.png') no-repeat;
  background-size: 100%;
}
.banner img {
  width: 7.625vw;
  margin: 6.6vw 5vw 0
}
.block_trends {
  margin: 0 8.19vw;
  padding: 1.59vw;
  display: flex;
  flex-direction: column;
}
.trends_box {
  display: flex;
  margin-bottom: 2.63vw;
  cursor: pointer;
  &:hover {
    border-radius: 0.52vw;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.04);
    transform: scale(1.06);
  }
}
.trends_box:hover .trends_btn {
  bottom:0.98vw
}
.trends_box:last-child {
  margin-bottom: 0;
}
.trends_img {
  width: 27.15vw;
  height: 11.52vw;
  overflow: hidden;
}
.trends_img img {
  width: 27.15vw;
}
.trends_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 1.32vw;
  position: relative;
}
.trends_title {
  width: 46.6vw;
  height: 1.52vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
    -webkit-box-orient: vertical;
  color: rgba(29, 29, 31, 0.7);
  font-size: 1.38vw;
  line-height: 1.8vw;
  margin: 0.69vw 0 1.8vw;
}
.trends_label {
  width: 51.11vw;
  height: 4.2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgba(29, 29, 31, 0.5);
  font-size: 1.04vw;
  line-height: 2vw;
}
.trends_time {
  color: rgba(29, 29, 31, 0.6);
  font-weight: 300;
  font-size: 0.97vw;
  line-height: 1.25vw;
  margin-top: 1.4vw;
}
.trends_btn {
  width: 7.29vw;
  height: 2.08vw;
  background: #fff;
  border-radius: 1.8vw;
  border: 1px solid #005DCC;
  backdrop-filter: blur(30px);
  font-size: 1.04vw;
  color: #005DCC;
  line-height: 1.38vw;
  padding: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0.3vw;
  right: 0.83vw;
  z-index: 10;
  &:hover {
    background: #005DCC;
    border: none;
    color: #fff;
    font-weight: bold
  }
}
.block_pages {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 4vw 10.6vw;
}

.icon {
  width: 1.08vw;
  height: 1.08vw;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  cursor: pointer;
}
.pages_input {
  margin: 0 .68vw 0 1.2vw;
  width: 4vw;
  text-align: center;
}