.yn-series-wrap {
  width: 100%;
  min-width: 0;
}
.yn-main-series .top {
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid #000;
  margin-bottom: 0;
}
.yn-main-series .top .arw-box {
  display: flex;
}
.yn-main-series .top .arw-box .arw-prev {
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><polyline points="16,6 10,13 16,20" fill="none" stroke="%23000" stroke-width="2"/></svg>') center no-repeat;
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin-right: 6px;
}
.yn-main-series .top .arw-box .arw-next {
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><polyline points="10,6 16,13 10,20" fill="none" stroke="%23000" stroke-width="2"/></svg>') center no-repeat;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.yn-main-series .top .arw-box .arw-prev.swiper-button-disabled {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><polyline points="16,6 10,13 16,20" fill="none" stroke="%23ccc" stroke-width="2"/></svg>');
  cursor: default;
}
.yn-main-series .top .arw-box .arw-next.swiper-button-disabled {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><polyline points="10,6 16,13 10,20" fill="none" stroke="%23ccc" stroke-width="2"/></svg>');
  cursor: default;
}
.yn-main-series .title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: fit-content;
  position: relative;
  margin-bottom: 26px;
  margin-left: 10px;
}
.yn-main-series .title a {
  color: inherit;
  position: relative;
  display: inline-block;
}
.yn-main-series .title a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -15px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
.yn-main-series .yn-main-series-ctn {
  overflow: hidden;
}
.yn-main-series .yn-main-series-ctn .yn-series-wrapper {
  align-items: flex-start;
}
.yn-main-series ul {
  display: flex;
  width: auto;
  margin: 0 -6px;
}
.yn-main-series ul.yn-series-wrapper li.swiper-slide {
  width: 33.333%;
  height: 321px;
  padding: 0 6px;
  overflow: hidden;
  position: relative;
  list-style: none;
}
.yn-main-series ul li .card-image {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
.yn-main-series ul li .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yn-main-series ul li .card-image .box {
  position: absolute;
  bottom: 0;
  padding: 16px;
  z-index: 0;
  width: 100%;
}
.yn-main-series ul li .card-image .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.04));
  z-index: -1;
}
.yn-main-series ul li .card-image .box .badge:empty {
  display: none;
}
.yn-main-series ul li .card-image .box .badge {
  font-size: 14px;
  color: #fff;
  padding: 6px 7px;
  background: #009D96;
  margin-bottom: 8px;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  display: block;
}
.yn-main-series ul li .card-image .box .headline {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  height: 48px;
  font-weight: 500;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.yn-main-series ul li .card-image .box .headline a {
  color: inherit;
  text-decoration: none;
}
.yn-main-series ul li .card-image .box .headline a:hover {
  color: #d5d5d5;
}