/* bomao_video_list - æ ·å¼éš”ç¦» */
.bomao-video-list {
  background: #E4E4E4;
  padding: 2.5rem 0 3.78rem; /* è®¾è®¡ç¨¿80px/2 = 2.5rem */
  position: relative;
  z-index: 2;
}

.bomao-video-list .container {
  position: relative;
}

/* æ ‡é¢˜æ ·å¼ */
.bomao-video-list-header {
  margin-bottom: 0.59rem;
}
.fancybox-content{
  width: 80%;
}
.bomao-video-list-title {
  color: #000;
  font-family: var(--title-font-family), sans-serif;
  font-size: 2.5rem; /* è®¾è®¡ç¨¿80px/2 = 2.5rem */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

/* Tab ç­›é€‰å¯¼èˆªåŒºåŸŸ - å‚è€ƒ bomao_goods_list */
.bomao-video-filter-section {
  margin-bottom: 1.87rem;
  width: auto;
}

.bomao-video-filter-header {
  border: 1px solid #000000;
  border-radius: 2.03125rem; /* 65px/2 = 32.5px = 2.03125rem */
  padding: 0.25rem 0.28rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
}

.bomao-video-filter-tabs {
  display: flex;
  gap: 0.625rem; /* 20px/2 = 10px = 0.625rem */
  flex-wrap: wrap;
  width: 100%;
}

.bomao-video-filter-tab {
  padding: 0.56rem 0.47rem;
  border-radius: 1.875rem; /* 60px/2 = 30px = 1.875rem */
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem; /* 16px/2 = 8px = 0.5rem */
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  line-height: 0.625rem;
}

.bomao-video-filter-tab:hover {
  background: #FFF100;
  color: #000000;
  text-decoration: none;
}

.bomao-video-filter-tab.active {
  background: #FFF100;
  color: #000000;
}

/* è§†é¢‘ç½‘æ ¼æ ·å¼ - PCç«¯ 3åˆ— */
.bomao-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCç«¯3åˆ— */
  gap: 1.25rem; /* è®¾è®¡ç¨¿40px/2 = 1.25rem */
  margin-bottom: 2.5rem;
}

/* è§†é¢‘é¡¹ç›®æ ·å¼ */
.bomao-video-item {
  opacity: 1;
}

.bomao-video-card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem; /* è®¾è®¡ç¨¿20px/2 = 0.625rem */
  height: 100%;
}

/* è§†é¢‘ç¼©ç•¥å›¾å®¹å™¨ */
.bomao-video-placeholder {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.bomao-video-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bomao-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9; /* Figma è®¾è®¡ç¨¿æ¯”ä¾‹ */
  transition: transform 0.3s ease;
}

.bomao-video-placeholder:hover .bomao-video-poster {
  transform: scale(1.05);
}

/* æ’­æ”¾æŒ‰é’® */
.bomao-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem; /* è®¾è®¡ç¨¿çº¦100px/2 = 3.125rem */
  height: 3.125rem;
  /* padding: 0.71rem 0.82rem; */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 0.8771868944168091px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding-left: 0.375rem; /* è§†è§‰å±…ä¸­è°ƒæ•´ */
  border-radius: 50%;
  border: 0.877px solid rgba(255, 255, 255, 0.40);
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0 3.509px 43.859px 0 rgba(0, 67, 111, 0.14);
}


.bomao-play-icon {
  width: 1.69rem; /* 24px/32 = 0.75rem */
  height: 1.42rem; /* 28px/32 = 0.875rem */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bomao-play-icon svg {
  width: 100%;
  height: 100%;
}

/* è§†é¢‘æ ‡é¢˜ */
.bomao-video-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem; /* è®¾è®¡ç¨¿30px/2 = 0.9375rem */
  font-weight: 600;
  line-height: 1.219;
  color: #000000;
  text-align: center;
  margin: 0;
}

/* åˆ†é¡µæ ·å¼ */
.bomao-video-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.87rem;
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1200px) {
  .bomao-video-list-title {
    font-size: 2rem;
  }
  
  .bomao-video-grid {
    grid-template-columns: repeat(3, 1fr); /* ä¿æŒ3åˆ— */
    gap: 1rem;
  }
  
  .bomao-video-filter-tab {
    font-size: 0.625rem;
  }
}

@media (max-width: 991px) {
  .bomao-video-list {
    padding: 2rem 0 3.5rem;
  }
  
  .bomao-video-list-title {
    font-size: 1.5rem;
  }
  
  .bomao-video-filter-section {
    margin-bottom: 2rem;
  }
  
  .bomao-video-grid {
    grid-template-columns: repeat(3, 1fr); /* ä¿æŒ3åˆ— */
    gap: 0.875rem;
  }
  
  .bomao-video-filter-tab {
    font-size: 0.675rem;
  }
  
  .bomao-video-title {
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .bomao-video-list-title {
    font-size: 1.25rem;
  }
  
  .bomao-video-grid {
    grid-template-columns: repeat(2, 1fr); /* ç§»åŠ¨ç«¯2åˆ— */
    gap: 0.75rem;
  }
  
  .bomao-video-filter-header {
    padding: 0.25rem 0.5rem;
  }
  
  .bomao-video-filter-tabs {
    gap: 0.5rem;
  }
  
  .bomao-video-filter-tab {
    padding: 0.5rem 0.375rem;
    font-size: 0.875rem;
  }
  
  .bomao-video-play-button {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .bomao-video-title {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .bomao-video-list {
    padding: 1.5rem 0 3rem;
  }
  
  .bomao-video-filter-section {
    margin-bottom: 1.5rem;
  }
  
  .bomao-video-grid {
    grid-template-columns: repeat(2, 1fr); /* ä¿æŒ2åˆ— */
    gap: 0.625rem;
  }
  
  .bomao-video-filter-tab {
    font-size: 0.75rem;
  }
  
  .bomao-video-play-button {
    width: 2rem;
    height: 2rem;
  }
  
  .bomao-play-icon {
    width: 0.625rem;
    height: 0.75rem;
  }
}


/* åˆ†é¡µæ ·å¼ - å‚è€ƒ bomao_goods_list */
.bomao-video-list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.62rem; /* è®¾è®¡ç¨¿32px/2 = 16px, 16/32 = 0.5rem */
  margin-top: 2rem; /* è®¾è®¡ç¨¿128px/2 = 64px, 64/32 = 2rem */
}

.bomao-video-list #pagesize ul li a{
  width: 32px;
  height: 32px;
}
.bomao-video-list #pagesize ul li a{
  border: none;
  background: none;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bomao-video-list #pagesize ul li a:hover,
.bomao-video-list #pagesize ul li a.active{
  border: none;
}
.bomao-video-list #pagesize ul li a.disabled{
  display: none;
}

.bomao-video-list #pagesize ul li:nth-child(1):hover a,
.bomao-video-list #pagesize ul li:nth-last-child(1):hover a{
  background: none;
  color: #6E55D1 !important;
  border: none;
  box-shadow: none;
}

.bomao-video-list #pagesize ul li:nth-child(1) a,
.bomao-video-list #pagesize ul li:nth-last-child(1) a{
  width: auto;
  height: auto;
}
.bomao-video-list #pagesize{
  margin: 0;
}
.bomao-video-list #pagesize ul{
  align-items: center;
}

.fancybox-content{
  padding:0 !important;
  background: transparent !important;
  height: 100% !important;
}
.fancybox-button svg{
  color: #fff;
}
.fancybox-content video{
 
  height: 100% !important;
}