/* 2025-11-03 */

.custom-tab {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.custom-tab a {
  padding-bottom: 1.2rem;
  font-size: 1.8rem;
  font-family: 'yan';
  cursor: pointer;
}

.custom-tab a.cur {
  color: #c4322a;
  border-bottom: 2px solid #c4322a;
}

.swiper-img .swiper-slide a {
  display: block;
  position: relative;
  padding-bottom: 200%;
  background: center no-repeat;
  background-size: cover;
}

.swiper-img .swiper-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-img .swiper-slide h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 3.2rem;
  height: 30%;
  text-align: center;
  font-size: 2.6rem;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-img .swiper-slide h2 img {
  width: 100%;
  margin-bottom: 2rem;
}

.swiper-img .swiper-slide a:hover:before {
  content: none;
}

.swiper-img .swiper-slide a:hover h2 {
  opacity: 0;
}

.look {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  padding-top: 16%;
  width: 8.4rem;
  height: 8.4rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #ae3b41 url('../images/icon/look.svg') center 30% no-repeat;
  background-size: 40%;
  border-radius: 50%;
}

.swiper-img .swiper-slide a:hover .look {
  opacity: 1;
}

.video-box video {
  display: block;
  width: 100%;
}
