.selBox {
  z-index: 9;
}
.con .swiperSc {
  width: 100%;
  overflow: hidden;
}
.con .swiperSc .image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.con .swiperSc .image img {
  max-width: 100%;
  width: auto;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.con .wrap {
  position: relative;
}
.next-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 8;
  cursor: pointer;
}
.previous-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 8;
  cursor: pointer;
}
.next-button.swiper-button-disabled,
.previous-button.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  /* 视觉上表示不可用 */
}
.previous-button img {
  transform: rotate(180deg);
}
.selBox .selInput {
  padding: 0 20px;
  height: 48px;
  width: 140px;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.selBox svg {
  width: 12px;
  transform: rotate(90deg);
}
#fixedInfo {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
  padding: 20px;
}
#fixedInfo .fixedInfopage {
  color: #fff;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fixedInfo .fixedInfopage .close {
  width: 20px;
  cursor: pointer;
}
#fixedInfo .fixedInfopage .close svg {
  width: 100%;
}
#fixedInfo .imageBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow-y: auto ;
}
#fixedInfo .imageBox::-webkit-scrollbar {
  width: 8px;
  background: #fcfcfc;
  border-radius: 10px;
}
#fixedInfo .imageBox::-webkit-scrollbar-thumb {
  width: 100%;
  background: var(--textColor);
  border-radius: 10px;
  cursor: pointer;
}
#fixedInfo .imageBox div {
  cursor: pointer;
  flex: 0 0 calc((100% - 65px)/14);
  margin: 0 5px;
}
#fixedInfo .imageBox div.active,
#fixedInfo .imageBox div:hover {
  background: #fff;
}
#fixedInfo .imageBox div.active p,
#fixedInfo .imageBox div:hover p {
  color: #333;
}
#fixedInfo .imageBox img {
  width: 100%;
  padding: 10px;
}
#fixedInfo .imageBox p {
  text-align: center;
  color: #fff;
}
	/*图片放大*/
		#iv-viewer {
			position: fixed;
			z-index: 99999;
			width: 100%;
			height: 100%;
			top: 0px;
			left: 0px;
			opacity: 0;
			display: none;
		}

		#iv-viewer.iv-active {
			opacity: 1;
			display: block;
		}

		#iv-viewer>div {
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.6);
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
		}

		#iv-viewer .iv-close {
			position: absolute;
			right: 20px;
			top: 20px;
			z-index: 2;
			width: 20px;
			height: 20px;
			cursor: pointer;
		}
.text-white{
    color: #fff;
}
#iv-viewer .iv-nav{
    z-index: 2;
}
		#iv-viewer .zoom-controls {
			position: absolute;
			bottom: 10%;
			left: 50%;
			transform: translateX(-50%);
			z-index: 2;
			color: #fff;
			display: flex;
			align-items: center;
		}

		#iv-viewer img {
			max-width: 100%;
			pointer-events: none;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			user-select: none;
		}

		#iv-viewer .zoom-controls div {
			margin: 0 10px;
			cursor: pointer;
		}
		#iv-viewer .iv-prev img{
    transform: rotate(180deg);
}
		#iv-viewer .zoom-controls div svg {
			height: 24px;
		}
@media only screen and (max-width: 1440px) {
    .con .swiperSc .image{
        padding-top: 40%;
    }
  .selBox .selInput {
    width: 100px;
    height: 40px;
  }
  #fixedInfo .fixedInfopage .close {
    width: 14px;
    cursor: pointer;
  }
  #fixedInfo .imageBox div {
    flex: 0 0 calc((100% - 100px) / 10);
  }
}
@media only screen and (max-width: 768px) {
    .con .wrap{
        padding-top: 14vw;
    }
    .next-button{
        right: 0;
    }
    .previous-button,
    .next-button{
        width: 40px;
        height: 40px;
    }
    .con .swiperSc .image {
  
    padding-top: 90%;
}
  .selBox .selInput {
    width: 100px;
    height: 40px;
  }
  #fixedInfo .fixedInfopage .close {
    width: 14px;
    cursor: pointer;
  }
  #fixedInfo .imageBox div {
    flex: 0 0 calc((100% - 30px) / 3);
  }
}
