.list_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 8px 0;
}

.page_left {
  width: 65%;
}

.page_right {
  width: 32%;
}

.swiper-main-container {
  width: 720px;
  height: 409px;
  margin-left: unset !important;
  margin-right: unset !important;
}

.swiper-main-container .swiper-slide {
  position: relative;
}

.swiper-main-container .swiper-slide .custom-pagination-title {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 15px;
  padding: 5px 0 5px 20px;
  background-color: rgba(0,0,0,0.3);
}

.swiper-main-container .swiper-slide .custom-pagination-text {
  width: 70%;
}

.live_box {
  width: 80px;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(302deg, #FFA069 0%, #D7000F 100%);
  border-radius: 5px;
  color: #fff;
}

.live_box img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}


.order_box {
  color: #4EAAFF;
  position: relative;
  margin-left: 10px;
}

.order_box::before {
  content: '•';
  position: absolute;
  left: -10px;
  /* 根据需要调整位置 */
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  /* 圆点大小 */
  color: #4EAAFF;
  /* 圆点颜色 */
}

.special_recom_content_img {
  width: 40px;
  height: 20px;
  line-height: 20px;
  background-image: url('../images/special/special_recom_content_img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
}

.video_play_img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
