/* 轮播图 */
#banner_carousel {
  width: 100%;
  height: 21.1rem;
}
#banner_carousel .banner_img {
  display: block;
  width: 37.5rem;
  height: 21.1rem;
}
#banner_carousel .swiper-pagination {
  text-align: right;
  padding-right: 1.2rem;
  box-sizing: border-box;
}

/* 开服列表 */
.seo_container .index_card {
  background: #fff;
}
/* .seo_container .table_list_box .table_list {
  height: 18.6rem;
} */
.seo_container .index_card .index_card_title {
  height: 4rem;
  line-height: 4rem;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
}
.seo_container .index_card .index_card_title img {
  padding: 0 0.6rem 0 1.6rem;
  width: 1.4rem;
  position: relative;
  top: 0.1rem;
  height: 1.4rem;
}
.seo_container .index_card .index_card_title .head_to_more {
  float: right;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.seo_container .index_card .index_card_title .head_to_more img {
  width: 2rem;
  height: 2rem;
}
.seo_container .index_card .index_card_foot {
  text-align: center;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 12px;
}
.seo_container .index_card .index_card_foot .packUp {
  display: none;
}
.seo_container .index_card .index_card_foot img {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  top: 0.2rem;
}
.seo_container .index_card .index_card_foot a {
  color: #777777;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* 滚动列表底部样式 */
.mescroll-upwarp {
  padding: 0px !important;
}
.bottom_btn {
  width: 100%;
  line-height: 3.6rem;
  text-align: center;
  font-size: 12px;
  color: #979797;
  background-color: #fff;
}