/* ÒõÓ°³ÉÐ§ */
.video-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.2) 50%,
        transparent 100%);
    pointer-events: none;
    z-index: 2; /* ÒõÓ°ÔÚÍ¼Æ¬ÉÏ²ã */
    color: #fff;
}

/* ÐüÍ£Ê±ÒõÓ°ÒþÃ» */
.video-card:hover .video-shadow {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.video-card{
    width: 386px;
    height: 248px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;  
    display: block;
}
/* .card-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-container {
    width: 1200px;        /* ¹Ì¶¨´°¿Ú¿í¶È */
    height: 248px;       /* ¹Ì¶¨´°¿Ú¸ß¶È */
    overflow: hidden;    /* °µ²Ø³¬³ö²¿ÃÅ */
    position: relative;  /* ÎªºóÐø¼ýÍ·¶¨Î»×ö³ï±¸ */
  }
  .slider-wrapper {
    display: flex;       /* ÈÃËùÓÐÍ¼Æ¬Ë®Æ½·ÖÁÐ */
     /* Ôö³¤ÒÆ¶¯¶¯»­ */
    gap: 20px; 

  }


 /* µ×²¿½ÚÔìÀ¸ */
 .carousel-controls {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: white;
    border-radius: 0 0 20px 20px;
}

.control-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 0 15px;
    font-size: 1.5rem;
    color: #5A1E6E;
    border: 2px solid #f0f0f0;
}

.control-btn:hover {
    background-color: #5A1E6E;
    color: white;
    transform: scale(1.1);
    border-color: #5A1E6E;
}

.control-btn:active {
    transform: scale(0.95);
}
.flipped {
    transform: scaleX(-1);
  }




  /* ÆäËûÂÖ²¥Í¼ */
.card{
    width: 386px;
    height: 248px;
    
}
.img-card{
    width: 386px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;  
    display: block;
}
.img-card img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}
.img-wrapper{
    display: flex; 
    gap: 20px; 
}
.img-container{
    width: 1200px;       
    height: 258px;      
    overflow: hidden;    
    
}





/* ÆäËûÂÖ²¥Í¼ÂÖ²¥¼ýÍ· */
.wh1200 {
    position: relative;
	width: 1200px;
	margin: 0 auto;
}
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    color: #5A1E6E;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.left-arrow {
    left: -50px;
}

.right-arrow {
    right: -50px;
}
.left-arrow {
    transform: translateY(-50%) scaleX(-1);
}




    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #444;*/
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 1200px;
      height: 220px;
      margin: 0 auto;
    }

    .swiper-outer {
      position: relative;
      width: 1200px;
      height: 220px;
      margin: 0 auto;
    }

    .swiper-outer .swiper-button-prev,
    .swiper-outer .swiper-button-next {
      position: absolute;
      background: none;
      top: 50%;
      transform: translateY(-50%);
    }

    /*.swiper-outer .swiper-button-prev {*/
    /*  left: -40px;*/
    /*}*/

    /*.swiper-outer .swiper-button-next {*/
    /*  right: -40px;*/
    /*}*/

    .append-buttons {
      text-align: center;
      margin-top: 20px;
    }

    .append-buttons button {
      display: inline-block;
      cursor: pointer;
      border: 1px solid #007aff;
      color: #007aff;
      text-decoration: none;
      padding: 4px 10px;
      border-radius: 4px;
      margin: 0 10px;
      font-size: 13px;
    }




/* °ëÍ¨Ã÷ÕÚÕÖ */
.video_mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* µ¯´°Ö÷Ìå */
.video_hub {
  width: 1280px;
  height: 720px;
  background: #000;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
/* ÊÖ»ú¶Ë */
@media (max-width: 768px) {
  .video_hub {
    width: 100%;
    height: auto;          /* ¸ß¶È×ÔÊÊÓ¦ */
    min-height: 0;         /* Ô¤·À¼Ì³ÐÓ°Ïì */
    border-radius: 0;      /* ¿ÉÑ¡£ºÊÖ»úÈ«ÆÁ¸üÌìÈ» */
  }
}

/* ÊÓÆµ */
.video_hub video {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

/* ¹Ø¹Ø°´Å¥ */
.close_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background: rgba(0,0,0,0.6);
  padding: 4px 8px;
  border-radius: 4px;
}


.video-card {
  display: flex;
  flex-direction: column;  /* ´¹Ö±·ÖÁÐÍ¼Æ¬ºÍ±êÌâ */
  text-decoration: none;   /* È¥µô a Ä¬ÈÏÏÂ»®Ïß */
  width: 100%;
  cursor: pointer; /* Êó±êÐüÍ£ÏÔÊ¾ÊÖÐÍ */
}

.video-card img {
  width: 100%;
  height: 220px;
  display: block;
  border-radius: 6px;      /* ¿ÉÑ¡Ô²½Ç */
  object-fit: cover;
}

.video-card .title {
  margin-top: 6px;         /* Í¼Æ¬ºÍ±êÌâ¼ä¾à */
  font-weight: bold;
  font-size: 16px;         /* ¿ÉÆ¾¾Ý±ØÒªµ÷Õû */
  line-height: 2;
  color: #000;             /* ×ÖÌåÉ«²Ê */
  text-align: left;        /* ×ó¶ÔÆë */
  overflow: hidden;        /* ³¬³¤ÎÄ×Ö°µ²Ø */
  white-space: nowrap;     /* Ò»ÐÐÏÔÊ¾ */
  text-overflow: ellipsis; /* ³¬³¤ÏÔÊ¾Ê¡ÂÔºÅ */
}

.xcsp{
    margin-top: 80px;
}
.xcsp:first-child {
  /* Ö»×÷ÓÃÓÚµÚÒ»¸ö xcsp */
  margin-top: 0;
}




a{
    color: #000;
	text-decoration: none;
}
.card-modle{
    padding:10px
}
 /* ¿¨Æ¬ÈÝÆ÷ */
 .cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    justify-content: space-between;
}
/* µ¥¸ö¿¨Æ¬ÈÝÆ÷ - ¿í¶ÈÎª 48.8% */
.card-item {
    width:48.8%;
}
/* ¿¨Æ¬ */
.card {
    width: 100%;
    height: 0;
}
.card img{
    width: 100%;
    border-radius:8px;
    object-fit: cover;
}
/* ¿¨Æ¬±êÌâ */
.card-title {
    margin-top: 5px;
}
<!--ºÄÊ±1771724450.567Ãë-->