body {
  background: #f7f7f7;
}

.w1326 {
  width: 1326px;
  margin: 0 auto;
}

/* 轮播样式开始 */
.scrollBanner {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .scrollBanner {
    height: auto;
    aspect-ratio: 16 / 9;
    /* 约 56.25%，即 高 = 宽 × 9/16 */
    max-height: 400px;
    /* 防止在大屏手机上过高 */
  }
}

/* Swiper 样式 */
.swiper {
  width: 100%;
  height: 100%;
}

/* 轮播项 */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: white;
  font-size: 18px;
  overflow: hidden;
  /* 确保图片超出部分被裁剪 */
}

/* 图片样式 */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保持图片比例并填充整个容器 */
}

/* 分页器 */
.swiper-pagination {
  bottom: 30px !important;
  left: 10px !important;
  right: 10px !important;
  width: calc(100% - 20px) !important;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.swiper-pagination-bullet {
  width: 80px !important;
  height: 2px !important;
  background-color: #797dae !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  height: 4px !important;
  background-color: #ffffff !important;
}

/* 极小屏优化（可选） */
@media (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 40px !important;
    /* 小屏缩短分页条 */
  }

  .swiper-pagination-bullet-active {
    width: 40px !important;
  }
}

/* 轮播样式结束 */

/* 开始 */
.leftBigPic {
  width: 687px;
  position: relative;
}

.liveShow {
  width: 132px;
  height: 57px;
  background: url(bg2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  left: 0;
}

.liveShowCon {
  margin-left: 9px;
}

.bigPic {
  width: 678px;
  height: 381px;
  border-radius: 8px;
  overflow: hidden;
}

.bigPic img {
  width: 100%;
  height: 100%;
}

.bigPicCon {
  padding: 20px;
  background-color: #fff;
}

.bigPicCon a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bigPicCon ul {
  margin: 14px 0;
}

.bigPicCon ul li {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 0 20px;
  margin-right: 16px;
}

/* 结束 */


/* 已结束样式开始 */
.selectBar {
     display: flex;
    justify-content: space-between;
    margin: 40px 0 20px 0;
   
}

.selectBar p {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  color: #333;


}

.select-container {
  display: flex;
  gap: 12px;
  /* 两个下拉框之间的间距 */
  align-items: center;
}

.custom-select {
  width: 158px;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-image: url('down.png');
  /* 使用当前目录下的 down.png */
  background-repeat: no-repeat;
  background-position: right 16px center;
  /* 图标靠右，距离右边8px */
  background-size: 12px 7.2px;
}

.overLiveList {
  display: flex;
  flex-wrap: wrap;
}

.overLiveListItem {
  height: 320px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 22px;
}

.overLiveListItem:nth-child(4n) {
  margin-right: 0;
}

.itemIsOver {
  width: 92px;
  height: 47px;
  background: url(bg1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  left: 0;
}

.itemCon {
  width: 307px;
  height: auto;
  float: right;
}

.itemConImg {
  width: 100%;
  height: 173px;
  border-radius: 8px;
  overflow: hidden;
}

.itemConImg img {
  width: 100%;
  height: 100%;
}

.itemConDea {
  height: 147px;
  background: #fff;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}

.itemConDea a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.itemConDea ul {
  margin: 12px 0;
  display: flex;
}

.itemConDea ul li {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  margin-right: 16px;
}

.itemConDea span {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #999;
}

/* 已结束样式结束 */



/* 移动端样式开始 */
@media screen and (max-width: 768px) {
  .zbbox {
    width: 100%;
    padding: 3vw;
  }
      .right-item {
        display: flex !important;
        flex-direction: row !important;
        margin-top: 3vw !important;
    }
  .align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .itemConImg{
    height: 30vw;
  }
  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .w1326 {
    width: 100%;
  }

  .selectBar {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 3vw;
  }

  .selectBar p{
    font-size: 5.2vw;
    margin-bottom: 3vw;
  }

  .overLiveListItem {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4vw;
    height: auto;
  }

  .overLiveList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3vw;
    justify-content: space-between;
  }

  .itemCon {
    width: 100%;
  }

  .itemConDea {
    height: auto;
    padding: 3vw;
  }

  .itemConDea a {
    font-size: 3.5vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
  }
}