.jjf-main {
  position: relative;
  background: #05070B;
}

.jjf-bg-stack {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.jjf-bg-item {
  display: none;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.4s ease;
}

.jjf-main .page-wrap {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.jjf-panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1920px;
  max-width: 100%;
  height: 500px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  box-sizing: border-box;
}

.jjf-title {
  width: auto;
  min-height: 66px;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei", sans-serif;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}

.jjf-line {
  display: block;
  width: 120px;
  height: 4px;
  margin-top: 18px;
  background: #E10600;
}

.jjf-desc {
  width: 100%;
  max-width: 850px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  white-space: normal;
}

/* 缩略图 + 箭头整体区域（设计 bottom 距 footer 85px：994 - 909） */
.jjf-carousel {
  position: absolute;
  left: 185px;
  bottom: 38px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 1550px;
  height: 130px;
  opacity: 1;
  box-sizing: border-box;
}

.jjf-arrow {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}

.jjf-arrow--prev {
  width: 58px;
  height: 40px;
}

.jjf-arrow--prev img {
  display: block;
  width: 58px;
  height: 40px;
}

.jjf-arrow--next {
  width: 58px;
  height: 40px;
}

.jjf-arrow--next img {
  display: block;
  width: 58px;
  height: 40px;
}

.jjf-arrow:hover {
  opacity: 0.85;
}

.jjf-viewport {
  flex: 1;
  min-width: 0;
  height: 130px;
  overflow: hidden;
}

.jjf-track {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.45s ease;
  will-change: transform;
}

.jjf-item {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 237px;
  height: 130px;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.jjf-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jjf-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.jjf-item-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 8px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}

.jjf-dots {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jjf-h5-viewport {
  display: none;
}

.jjf-dot {
  display: block;
  width: 18px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

@media (max-width: 1400px) {
  .jjf-panel {
    height: 500px;
  }

  .jjf-pc-info {
    left: 80px;
    top: 129px;
  }

  .jjf-carousel {
    left: 80px;
    width: calc(100% - 160px);
    max-width: 1550px;
    bottom: 85px;
  }
}

.jjf-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.jjf-tab-input:nth-of-type(1):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(1),
.jjf-tab-input:nth-of-type(2):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(2),
.jjf-tab-input:nth-of-type(3):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(3),
.jjf-tab-input:nth-of-type(4):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(4),
.jjf-tab-input:nth-of-type(5):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(5),
.jjf-tab-input:nth-of-type(6):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(6),
.jjf-tab-input:nth-of-type(7):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(7),
.jjf-tab-input:nth-of-type(8):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(8),
.jjf-tab-input:nth-of-type(9):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(9),
.jjf-tab-input:nth-of-type(10):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(10),
.jjf-tab-input:nth-of-type(11):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(11),
.jjf-tab-input:nth-of-type(12):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(12),
.jjf-tab-input:nth-of-type(13):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(13),
.jjf-tab-input:nth-of-type(14):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(14),
.jjf-tab-input:nth-of-type(15):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(15),
.jjf-tab-input:nth-of-type(16):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(16),
.jjf-tab-input:nth-of-type(17):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(17),
.jjf-tab-input:nth-of-type(18):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(18),
.jjf-tab-input:nth-of-type(19):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(19),
.jjf-tab-input:nth-of-type(20):checked ~ .jjf-bg-stack .jjf-bg-item:nth-child(20) {
  display: block;
}


.jjf-pc-info {
  position: absolute;
  left: 50%;
  top: 133px;
  width: 1280px;
  max-width: calc(100% - 160px);
  transform: translateX(-50%);
  z-index: 2;
}

.jjf-pc-info > .jjf-pc-panel {
  display: none;
}

.jjf-pc-info > .jjf-pc-panel.jjf-info {
  position: static;
}

.jjf-arrow.jjf-prev-2,
.jjf-arrow.jjf-prev-3,
.jjf-arrow.jjf-prev-4,
.jjf-arrow.jjf-prev-5,
.jjf-arrow.jjf-prev-6,
.jjf-arrow.jjf-prev-7,
.jjf-arrow.jjf-prev-8,
.jjf-arrow.jjf-prev-9,
.jjf-arrow.jjf-prev-10,
.jjf-arrow.jjf-prev-11,
.jjf-arrow.jjf-prev-12,
.jjf-arrow.jjf-prev-13,
.jjf-arrow.jjf-prev-14,
.jjf-arrow.jjf-prev-15,
.jjf-arrow.jjf-prev-16,
.jjf-arrow.jjf-prev-17,
.jjf-arrow.jjf-prev-18,
.jjf-arrow.jjf-prev-19,
.jjf-arrow.jjf-prev-20,
.jjf-arrow.jjf-next-1,
.jjf-arrow.jjf-next-2,
.jjf-arrow.jjf-next-3,
.jjf-arrow.jjf-next-4,
.jjf-arrow.jjf-next-5,
.jjf-arrow.jjf-next-6,
.jjf-arrow.jjf-next-7,
.jjf-arrow.jjf-next-8,
.jjf-arrow.jjf-next-9,
.jjf-arrow.jjf-next-10,
.jjf-arrow.jjf-next-11,
.jjf-arrow.jjf-next-12,
.jjf-arrow.jjf-next-13,
.jjf-arrow.jjf-next-14,
.jjf-arrow.jjf-next-15,
.jjf-arrow.jjf-next-16,
.jjf-arrow.jjf-next-17,
.jjf-arrow.jjf-next-18,
.jjf-arrow.jjf-next-19,
.jjf-arrow.jjf-next-20 {
  display: none;
}

.jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(1) {
  display: block;
}

.jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-carousel .jjf-next-1 {
  display: flex;
}

.jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-0px);
}

.jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(1) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(1) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-dots li:nth-child(1) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(2) {
  display: block;
}

.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-carousel .jjf-prev-2 {
  display: flex;
}

.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-carousel .jjf-next-2 {
  display: flex;
}

.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-0px);
}

.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(2) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(2) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-dots li:nth-child(2) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(3) {
  display: block;
}

.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-carousel .jjf-prev-3 {
  display: flex;
}

.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-carousel .jjf-next-3 {
  display: flex;
}

.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-0px);
}

.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(3) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(3) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-dots li:nth-child(3) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(4) {
  display: block;
}

.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-carousel .jjf-prev-4 {
  display: flex;
}

.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-carousel .jjf-next-4 {
  display: flex;
}

.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-249px);
}

.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(4) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(4) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-dots li:nth-child(4) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(5) {
  display: block;
}

.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-carousel .jjf-prev-5 {
  display: flex;
}

.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-carousel .jjf-next-5 {
  display: flex;
}

.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-498px);
}

.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(5) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(5) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-dots li:nth-child(5) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(6) {
  display: block;
}

.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-carousel .jjf-prev-6 {
  display: flex;
}

.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-carousel .jjf-next-6 {
  display: flex;
}

.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-747px);
}

.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(6) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(6) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-dots li:nth-child(6) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(7) {
  display: block;
}

.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-carousel .jjf-prev-7 {
  display: flex;
}

.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-carousel .jjf-next-7 {
  display: flex;
}

.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-996px);
}

.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(7) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(7) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-dots li:nth-child(7) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(8) {
  display: block;
}

.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-carousel .jjf-prev-8 {
  display: flex;
}

.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-carousel .jjf-next-8 {
  display: flex;
}

.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-1245px);
}

.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(8) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(8) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-dots li:nth-child(8) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(9) {
  display: block;
}

.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-carousel .jjf-prev-9 {
  display: flex;
}

.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-carousel .jjf-next-9 {
  display: flex;
}

.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-1494px);
}

.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(9) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(9) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-dots li:nth-child(9) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(10) {
  display: block;
}

.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-carousel .jjf-prev-10 {
  display: flex;
}

.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-carousel .jjf-next-10 {
  display: flex;
}

.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-1743px);
}

.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(10) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(10) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-dots li:nth-child(10) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(11) {
  display: block;
}

.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-carousel .jjf-prev-11 {
  display: flex;
}

.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-carousel .jjf-next-11 {
  display: flex;
}

.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-1992px);
}

.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(11) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(11) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-dots li:nth-child(11) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(12) {
  display: block;
}

.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-carousel .jjf-prev-12 {
  display: flex;
}

.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-carousel .jjf-next-12 {
  display: flex;
}

.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-2241px);
}

.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(12) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(12) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-dots li:nth-child(12) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(13) {
  display: block;
}

.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-carousel .jjf-prev-13 {
  display: flex;
}

.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-carousel .jjf-next-13 {
  display: flex;
}

.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-2490px);
}

.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(13) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(13) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-dots li:nth-child(13) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(14) {
  display: block;
}

.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-carousel .jjf-prev-14 {
  display: flex;
}

.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-carousel .jjf-next-14 {
  display: flex;
}

.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-2739px);
}

.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(14) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(14) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-dots li:nth-child(14) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(15) {
  display: block;
}

.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-carousel .jjf-prev-15 {
  display: flex;
}

.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-carousel .jjf-next-15 {
  display: flex;
}

.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-2988px);
}

.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(15) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(15) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-dots li:nth-child(15) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(16) {
  display: block;
}

.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-carousel .jjf-prev-16 {
  display: flex;
}

.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-carousel .jjf-next-16 {
  display: flex;
}

.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-3237px);
}

.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(16) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(16) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-dots li:nth-child(16) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(17) {
  display: block;
}

.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-carousel .jjf-prev-17 {
  display: flex;
}

.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-carousel .jjf-next-17 {
  display: flex;
}

.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-3486px);
}

.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(17) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(17) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-dots li:nth-child(17) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(18) {
  display: block;
}

.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-carousel .jjf-prev-18 {
  display: flex;
}

.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-carousel .jjf-next-18 {
  display: flex;
}

.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-3735px);
}

.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(18) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(18) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-dots li:nth-child(18) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(19) {
  display: block;
}

.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-carousel .jjf-prev-19 {
  display: flex;
}

.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-carousel .jjf-next-19 {
  display: flex;
}

.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-3735px);
}

.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(19) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(19) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-dots li:nth-child(19) .jjf-dot {
  width: 24px;
  background: #E10600;
}



.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-pc-info > .jjf-pc-panel:nth-child(20) {
  display: block;
}

.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-carousel .jjf-prev-20 {
  display: flex;
}

.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-carousel .jjf-next-20 {
  display: flex;
}

.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-carousel .jjf-track {
  transform: translateX(-3735px);
}

.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(20) .jjf-item {
  border-color: #E10600;
}

.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-carousel .jjf-track li:nth-child(20) .jjf-item::after {
  display: none;
}

.jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-dots li:nth-child(20) .jjf-dot {
  width: 24px;
  background: #E10600;
}



@media (max-width: 1400px) {
  .jjf-tab-input:nth-of-type(1):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-0px);
  }

  .jjf-tab-input:nth-of-type(2):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-0px);
  }

  .jjf-tab-input:nth-of-type(3):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-0px);
  }

  .jjf-tab-input:nth-of-type(4):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-249px);
  }

  .jjf-tab-input:nth-of-type(5):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-498px);
  }

  .jjf-tab-input:nth-of-type(6):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-747px);
  }

  .jjf-tab-input:nth-of-type(7):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-996px);
  }

  .jjf-tab-input:nth-of-type(8):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-1245px);
  }

  .jjf-tab-input:nth-of-type(9):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-1494px);
  }

  .jjf-tab-input:nth-of-type(10):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-1743px);
  }

  .jjf-tab-input:nth-of-type(11):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-1992px);
  }

  .jjf-tab-input:nth-of-type(12):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-2241px);
  }

  .jjf-tab-input:nth-of-type(13):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-2490px);
  }

  .jjf-tab-input:nth-of-type(14):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-2739px);
  }

  .jjf-tab-input:nth-of-type(15):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-2988px);
  }

  .jjf-tab-input:nth-of-type(16):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-3237px);
  }

  .jjf-tab-input:nth-of-type(17):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-3486px);
  }

  .jjf-tab-input:nth-of-type(18):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-3735px);
  }

  .jjf-tab-input:nth-of-type(19):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-3984px);
  }

  .jjf-tab-input:nth-of-type(20):checked ~ .jjf-panel .jjf-carousel .jjf-track {
    transform: translateX(-3984px);
  }

}
