.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 5px;
}

.live_box {
  width: 80px;
  height: 28px;
  line-height: 28px;
  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;
  /* 圆点颜色 */
}

.banner_img {
  display: block;
  width: 100%;
  height: 130px;
}

.common_header {
  margin-bottom: 20px;
}

.video {
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(33, 46, 111, 0.1);
  border-radius: 5px;
  padding: 15px 20px;
  margin: 30px 0;
}

.video_list {
  width: 50%;
}

.video_img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 145px;
}

.video_content {
  margin-top: 10px;
  line-height: 25px;
}

.video_box {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}

.video_play_img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 80px;
  left: 20px;
}

.video_swiper {
  width: 50%;
}

.swiper-main-container {
  width: 100%;
}


.banner_main_bottom {
  background-color: #26252b;
  color: #ffffff;
  padding: 20px 15px;
}

.bottom_left {
  color: #6a6b6b;
  font-size: 13px;
  text-align: left;
}

.banner_play_img {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 200px;
  left: 20px;
}