.CLbannerImgBox img {
  width: calc(var(--bannerHeight) * 0.7);
}

.bannerMenu {
  background-color: var(--PrimaryBlue);
}

@media ((max-width: 540px)) {
  .bannerMenu .Menu {
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #4a5f75;
  }
}
@media ((min-width: 541px)) {
  .bannerMenu .Menu {
    display: inline-block;
    width: 20%;
    text-align: center;
    cursor: pointer;
    background-color: #4a5f75;
  }
}

.bannerMenu .active {
  background-color: #fc8f00;
}

.wxCard {
  background-color: rgb(13, 193, 96);
}

.card-serve img {
  width: 150px;
  height: 150px;
}
.KcInfoCardBox .col-ks:nth-child(1) .KcInfoCard {
  background-color: #c0e2fb;
}
.KcInfoCardBox .col-ks:nth-child(2) .KcInfoCard {
  background-color: #f3e6c6;
}
.KcInfoCardBox .col-ks:nth-child(3) .KcInfoCard {
  background-color: #f9c7c0;
}
.KcInfoCardBox .col-ks:nth-child(4) .KcInfoCard {
  background-color: #c1c1f4;
}
.KcInfoCard {
  min-height: 10em;
  background-size: 60% 100% !important;
  background: url("/plugin/ycf_new_style/view/img/kc_all/kcCard-dd.png")
    no-repeat;
}
.price-card * {
  margin: 0;
}
.price-card .buy_title {
  background-color: rgba(254, 140, 37, 1);
  border-radius: 5px 5px 0 0;
}
.price-card .buy_price {
  background-color: rgba(251, 213, 53, 1);
  border-radius: 0 0 5px 5px;
}

/* Video播放器样式 */
.video-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

/* 确保Video.js播放器100%宽度 */
.video-container .video-js {
  width: 100% !important;
  max-width: 100% !important;
}

/* 响应式视频播放器 - 16:9比例 */
.video-container .video-js.vjs-fluid {
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

/* 移动端优化 */
@media (max-width: 768px) {
  .video-container {
    margin-bottom: 15px;
  }

  .video-container .video-js {
    font-size: 12px; /* 调整移动端控制栏大小 */
  }
}
