.content_banner {
  min-width: 1200px;
}
.content_banner a {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}
.content_banner a video {
  position: absolute;
  height: 100%;
  z-index: 100;
}

@media screen and (min-width: 1920px) {
  .content_banner {
    width: 100%;
    text-align: center;
    background: #b14621;
  }
  .content_banner video {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10px;
    height: 100%;
  }
  .content_banner img {
    width: 100%;
  }
}
@media screen and (max-width: 1920px) {
  .content_banner {
    width: 100%;
    text-align: center;
    background: #b14621;
    height: 144px;
    position: relative;
    overflow: hidden;
  }
  .content_banner video {
    height: 100%;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 100;
  }
  .content_banner img {
    height: 100%;
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* .seo_container > section {
} */
.seo_container .section_box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.seo_container .section_box .section_box_title {
  font-family: PingFangSC-Semibold;
  font-size: 0;
  text-align: left;
}
.section_box_title .layui-btn {
  background: #ece8e2;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  transition: none;
  color: #333;
}
.section_box_title .layui-btn:hover,
.section_box_title .active {
  background: #cf0d17;
  color: #fff;
  opacity: 1;
}
.seo_container .section_box .section_content_left {
  width: 878px;
  box-sizing: border-box;
}
.section_content_table .item {
  padding: 16px 0;
}
.section_content_table .item:hover .media-heading a {
  text-decoration: underline;
  color: #cf0d17;
}
.section_content_table .item:hover .media-left a {
  transform: scale(1.1);
}
.section_content_table .media-left > a {
  width: 129px;
  display: inline-block;
  height: 86px;
  transition: all 0.3s;
}
.section_content_table .media-left > a .media_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_content_table .item a.link:hover {
  text-decoration: underline;
  color: #cf0d17;
}
.seo_container .section_box .section_content_left .section_content_table {
  border-radius: 2px;
}
.seo_container .section_box .section_content_left .section_content_table .table_ul {
  border-bottom: 1px solid #dbdbdb;
}
.seo_container .section_box .section_content_left .section_content_table .table_ul li:first-child {
  border-top-width: 2px;
  border-color: #ece8e2;
}
.seo_container .section_box .section_content_left .section_content_table .table_ul li {
  box-sizing: border-box;
  border-top: 1px solid #eae8e7;
  cursor: pointer;
  font-size: 0px;
}
.seo_container
  .section_box
  .section_content_left
  .section_content_table
  .table_ul
  li:hover
  span.info_data {
  color: #d60100;
  text-decoration: underline;
}
.seo_container .section_box .section_content_left .section_content_table .table_ul li span {
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
}
.seo_container .section_box .section_content_left .section_content_table .table_ul li .info_data {
  width: 1115px;
  padding-left: 12px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #0d0d0d;
  letter-spacing: 0;
}
.seo_container .section_box .section_content_left .section_content_table .table_ul li .info_date {
  width: 80px;
  font-size: 14px;
  color: #404040;
  letter-spacing: 0;
  text-align: left;
}
.seo_container .section_box .section_content_right {
  width: 212px;
  margin-right: 48px;
}
.seo_container .section_box .section_content_right .cards_content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 0 10px;
}

.seo_container .section_box .section_content_right .cards_content .info_list_head {
  color: #fff;
  font-size: 16px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #dbdbdb;
}

.seo_container .section_box .section_content_right .cards_content .info_list_head span {
  font-size: 16px;
  color: #404040;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  border-left: 4px solid #972f18;
  padding-left: 8px;
}
.seo_container .section_box .section_content_right .cards_content a {
  margin-bottom: 10px;
}

.seo_container .section_box .section_content_right .cards_content a dl {
  width: 192px;
  border-radius: 2px;
  cursor: pointer;
}

.seo_container .section_box .section_content_right .cards_content a dl dd {
  height: 88px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-top-right-radius: 2px;
}
.seo_container .section_box .section_content_right .cards_content a dl dd img {
  width: 100%;
  height: 100%;
}
.seo_container .section_box .section_content_right .cards_content a dl dt {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  background: #fff;
  font-size: 12px;
  color: #0d0d0d;
  padding: 8px 0;
  height: 33px;
  box-sizing: border-box;
}

.seo_container .section_box .section_content_right .cards_content a dl:hover dt {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.9) 92%);
  color: #fff;
  font-weight: bold;
  border: 0;
}

/* 媒体对象 */
.media {
  /* margin-top: 12px; */
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
  padding-left: 20px;
  position: relative;
  color: #999;
  font-size: 12px;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  width: 129px;
  height: 86px;
  overflow: hidden;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
}
.media-bottom .auth {
  margin-left: 33px;
}
.media-heading {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.media-heading .link {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.media-detile a:hover {
  color: #000;
  opacity: 1;
}
.media-detile {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.media-detile a {
  color: #666666;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.seo_container .section_box .section_box_right {
  width: 274px;
}

/* 人气榜 */
.content_popularity {
  width: 284px;
}
.content_area {
  width: 894px;
}
.section_box_right .content_title {
  margin: 0 0 12px 0px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
.section_box_right .content_title .vertical {
  display: inline-block;
  width: 5px;
  height: 16px;
  background: #cf0d17;
  border-radius: 2.5px;
  line-height: 26px;
  vertical-align: middle;
  margin-right: 8px;
}
.popularity_zone .top_popularity_item {
  height: 72px;
  line-height: 72px;
  width: 284px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.popularity_zone .top_popularity_item:nth-child(3) {
  margin-bottom: 24px;
}
.popularity_zone .top_popularity_item .number_icon {
  width: 24px;
  margin-right: 12px;
}
.popularity_zone .top_popularity_item .head_image {
  height: 72px;
  width: 72px;
  box-sizing: border-box;
  border-radius: 12px;
}
.popularity_zone .top_popularity_item .detail_content {
  flex: 1;
  margin-left: 12px;
}
.popularity_zone .top_popularity_item .detail_content .popularity_desc {
  line-height: 16px;
  margin-bottom: 6px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 16px;
  width: 164px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popularity_zone .top_popularity_item .detail_content .popularity_title {
  line-height: 20px;
  margin-bottom: 4px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
}
.popularity_zone .top_popularity_item .detail_content .popularity_btn {
  line-height: 24px;
}
.popularity_zone .top_popularity_item .detail_content .popularity_btn a {
  display: inline-block;
  height: 24px;
  width: 68px;
  border-radius: 4px;
  border: 1px solid #cf0d17;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #cf0d17;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
}
.popularity_zone .top_popularity_item .detail_content .popularity_btn a:hover {
  background: #cf0d17;
  color: #fff;
}
.popularity_zone .popularity_item {
  height: 34px;
  line-height: 34px;
  width: 284px;
  box-sizing: border-box;
  padding: 0 8px 0 4px;
  font-size: 0px;
  cursor: pointer;
}
.popularity_zone .popularity_item:nth-child(2n + 1) {
  background: #f9f7f4;
}
.popularity_zone .popularity_item:last-child {
  margin-bottom: 0px;
}
.popularity_zone .popularity_item span {
  display: inline-block;
}
.popularity_zone .popularity_item .num {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  margin-right: 12px;
  display: inline-block;
  width: 20px;
}
.popularity_zone .popularity_item .content {
  width: 172px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 26px;
}
.popularity_zone .popularity_item .kaiwan_btn {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #cf0d17;
  letter-spacing: 0;
  text-decoration: underline;
  margin-left: 14px;
}
.popularity_zone .popularity_item .kaiwan_btn:hover {
  color: #eb3737;
}
/* 最新版本 */
.seo_container .section_box .section_box_right {
  width: 274px;
}
.section_box_right .layui-carousel .carousel_item {
  overflow: hidden;
}
.section_box_right .layui-carousel .carousel_item img {
  transition: all 0.3s;
  width: 100%;
}
.section_box_right .layui-carousel .carousel_item img:hover {
  transform: scale(1.1);
}
.section_box_right .hot_bank {
  margin-top: 6px;
}
.section_box_right .hot_bank ul li {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  height: 28px;
  cursor: pointer;
}
.section_box_right .hot_bank ul li img {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.section_box_right .hot_bank ul li span {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  height: 34px;
  box-sizing: border-box;
  line-height: 34px;
  vertical-align: top;
}

.section_box_right .hot_bank ul li .no_hot {
  color: #cf0d17;
}
.section_box_right .hot_bank ul li .no_num {
  margin-right: 2px;
}
.section_box_right .hot_bank ul li .title_content {
  width: 195px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
}
.section_box_right .hot_bank ul li:hover .title_content {
  color: #cf0d17;
  text-decoration: underline;
}

.section_box_right .hot_bank ul li:hover .no_num {
  color: #cf0d17;
}
.section_box_right .layui-carousel-ind {
  top: -24px;
}

.section_box_right .layui-carousel-ind li {
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  margin-right: 10px;
  margin-left: 0;
}
.section_box_right .layui-carousel-ind li.layui-this {
  width: 20px;
}
.section_box_right .layui-carousel-ind ul {
  background: none;
}
.section_box_right .layui-carousel-ind ul:hover {
  background: none;
}
/* 玩家入口按钮 */
.header_right_btn {
  width: 124px;
}
.header_right_btn .layui-btn {
  width: 120px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1220px) {
  .section_box_right {
    width: auto;
  }
  .content_popularity,
  .popularity_zone .top_popularity_item,
  .popularity_zone .popularity_item {
    width: 100%;
  }
  .top_popularity_item {
    width: 100%;
  }
  .popularity_zone .top_popularity_item .detail_content .popularity_desc {
    width: 145px;
  }
  .popularity_zone .popularity_item .content {
    width: 166px;
  }
}
.section_content_cards_head {
  padding: 18px 0;
  overflow: hidden;
  font-family: PingFangSC-Regular;
  border-top: 2px solid #ece8e2;
}
.section_content_cards_head .video_tag {
  font-size: 12px;
  color: #777777;
  float: left;
}
.section_content_cards_head .video_tag .iconfont {
  font-size: 12px;
  margin-right: 4px;
}
.section_content_cards_head .video_tag + .video_tag {
  margin-left: 20px;
}
.section_content_cards_head .video_tag:hover {
  color: #333333;
}
.section_content_cards_head .video_tag.active {
  color: #cf0d17;
}
.section_content_cards_head .videos_total {
  float: right;
  font-size: 12px;
  color: #777777;
}
.video_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.video_item {
  display: inline-block;
  width: 200px;
  margin-bottom: 16px;
  margin-right: 26px;
}
.video_item:nth-of-type(4n) {
  margin-right: 0;
}
.video_item:hover .video_image {
  transform: scale(1.1);
}
.video_item:hover .video_title {
  color: #cf0d17;
  text-decoration: underline;
}
.video_image {
  transition: all 0.2s;
}
.video_img {
  height: 133px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video_title {
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
  margin-top: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 36px;
  width: 100%;
}
.video_images_play {
  width: 44px;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
}
