/* 详情左 */
.xq-h-left2{
  width: 10%;
  height: 620px;
  margin: 0;
  padding: 30px 0;
  box-sizing: border-box;
}
/*@media screen and (max-width:1023px){
  .xq-h-left2{
    width: 10%;
    height: 620px;
    margin: 0;
    padding: 30px 0;
    box-sizing: border-box;
  }
}*/
.xq-h-left2 .swiper-slide{
  border:1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.xq-h-left2 .swiper-slide img{
  /*position: absolute;*/
  max-width: 95%;
  max-height: 95%;
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  width: auto;
}
.xq-h-left2 .swiper-slide-thumb-active,
.xq-h-left2 .swiper-slide:hover{
  border: 1px solid #e50112;
}

.swiper-button-prev{
  width: 20px;
  height: 20px;
  bottom: 0;
  top: 0;
  width: 100%;
  left: 0;
  outline: none;
  --swiper-navigation-size: 0px;/* 设置按钮大小 */
  background: url(../images/swiper_jiantou.png) no-repeat center center;
  border:1px solid #e9e9e9;
  box-sizing: border-box;
  background-color: #fff;
}

.swiper-button-next{
  width: 20px;
  height: 20px;
  bottom: 0;
  top: auto;
  width: 100%;
  left: 0;
  outline: none;
  --swiper-navigation-size: 0px;/* 设置按钮大小 */
  transform: rotate(180deg);
  background: url(../images/swiper_jiantou.png) no-repeat center center;
  border:1px solid #e9e9e9;
  box-sizing: border-box;
  background-color: #fff;
}

/* 详情中 图片 */
.xq-h-middle2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.xq-h-middle2 .swiper-slide{
  display: flex;
  align-items: center;
}