#content {
  width: 100%;
  padding: 24px 16px;
}
#content .move_title {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 16px;
  line-height: 22px;
}
#content .based {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .based .based_title {
  min-width: 64px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-right: 8px;
}
#content .based a {
  box-sizing: border-box;
  padding: 8px 16px;
  background: #2F3138;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
}
#content .based a img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
#content .based a span {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #E8E8E9;
}
#content .tag_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#content .tag_list a {
  padding: 4px 8px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #2E2E2E;
  margin: 0 8px 12px 0;
}
#content .tag_list a:hover {
  background: #00DC5B;
  color: #333;
  border-color: #00DC5B;
}
#content .fwb p {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .fwb img {
  display: block;
  margin: 0 auto 16px;
}
#content .ad_box {
  margin-bottom: 24px;
}
#content .ad_box .ad_title {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #575757;
  text-align: center;
}
#content .ad_box .ad_cont {
  min-height: 90px;
  background: #D9D9D9;
}
#content .big_cover {
  width: 100%;
  margin-bottom: 14px;
}
#content .all .top_title {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
#content .all .move_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  margin-bottom: 24px;
  grid-gap: 16px;
}
#content .all .move_list .move_item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#content .all .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .all .move_list .move_item .move_cover {
  width: 100%;
  height: 193px;
  object-fit: cover;
}
#content .all .move_list .move_item .move_btm {
  background: #121212;
  padding: 8px;
}
#content .all .move_list .move_item .move_btm h4 {
  height: 36px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
#content .all .move_list .move_item .move_btm .btm_box {
  display: flex;
  align-items: center;
}
#content .all .move_list .move_item .move_btm .btm_box img {
  width: 18px;
  height: 18px;
}
#content .all .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 .all .move_list .move_item:hover .move_btm {
  background: #2F3138;
}
#content .all .move_list .move_item:hover .move_btm h4 {
  color: #00DC5B;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .all .move_list {
    grid-template-columns: repeat(3, minmax(100px, 100%));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .all .move_list {
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .all .move_list {
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .all .move_list {
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
}
