#content {
  width: 1280px;
  padding: 24px 60px;
  margin: 0 auto;
}
#content .most_popular {
  margin-bottom: 32px;
}
#content .most_popular h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-family: s;
  color: #E8E8E9;
}
#content .most_popular .move_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 180px));
  grid-gap: 16px;
}
#content .most_popular .move_list .move_item {
  position: relative;
  overflow: hidden;
  height: 334px;
}
#content .most_popular .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .most_popular .move_list .move_item .move_cover {
  width: 100%;
  height: 242px;
}
#content .most_popular .move_list .move_item .move_btm {
  width: 180px;
  height: 192px;
  background: #121212;
  padding: 10px 8px;
}
#content .most_popular .move_list .move_item .move_btm h4 {
  height: 46px;
  font-size: 18px;
  font-family: r;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
#content .most_popular .move_list .move_item .move_btm .fen {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .most_popular .move_list .move_item .move_btm .fen img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
#content .most_popular .move_list .move_item .move_btm .fen span {
  width: 20px;
  height: 18px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
}
#content .most_popular .move_list .move_item .move_btm .move_time {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  line-height: 16px;
  margin-bottom: 16px;
}
#content .most_popular .move_list .move_item .move_btm .btm_btn {
  width: 164px;
  height: 32px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .most_popular .move_list .move_item .move_btm .btm_btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#content .most_popular .move_list .move_item .move_btm .btm_btn span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
#content .most_popular .move_list .move_item:hover .move_btm {
  transform: translateY(-96px);
  transition: 0.5s ease;
  background: #2F3138;
}
#content .hot_topics h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
#content .hot_topics .move_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 376px));
  margin-bottom: 24px;
  grid-gap: 16px;
}
#content .hot_topics .move_list .move_item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#content .hot_topics .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .hot_topics .move_list .move_item .move_cover {
  width: 376px;
  height: 211px;
  object-fit: cover;
}
#content .hot_topics .move_list .move_item .move_btm {
  background: #121212;
  padding: 8px;
}
#content .hot_topics .move_list .move_item .move_btm h4 {
  height: 46px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .hot_topics .move_list .move_item .move_btm .btm_box {
  display: flex;
  align-items: center;
}
#content .hot_topics .move_list .move_item .move_btm .btm_box img {
  width: 18px;
  height: 18px;
}
#content .hot_topics .move_list .move_item .move_btm .btm_box span {
  width: calc(100% - 24px);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-left: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .hot_topics .move_list .move_item:hover .move_btm {
  background: #2F3138;
}
#content .hot_topics .move_list .move_item:hover .move_btm h4 {
  color: #00DC5B;
}
#content .hot_topics .paging {
  height: 50px;
  text-align: center;
}
#content .hot_topics .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .hot_topics .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #121212;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .hot_topics .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00DC5B;
  border-radius: 4px;
  border: none;
  color: #333;
}
#content .hot_topics .paging ul li:last-child {
  margin-right: 0;
}
