/* .box {
  width: 100%;
  margin: 20px auto;
  height: 530px;

} */
.boxx img{
  height: initial ;
	max-width: initial ;
	vertical-align: initial ;
}
.left-pro {
  width: 100%;
  text-align: left;
  float: left;
  height: 100%;

}

@media (max-width: 768px) {
  .left-pro {
    overflow: hidden;
  }
}

.left-pro .t1 {
  width: 100px;
  float: left
}

.left-pro .t1 a {
  display: block;
  text-align: center;
}

.left-pro .t2 {
  width: calc(100% - 100px);
  text-indent: 0;
  float: left;
  height: 530px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}




#showArea a {
  cursor: pointer;
  display: block;
  width: calc(100%);
  margin-bottom: 9px;
  border: 1px solid #e6e6e6;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

#showArea a.ac {
  border-color: #ff0000;
}

#showArea img {
  max-width: 100%;
  max-height: 100%;
 
}

#main_img {
  cursor: pointer;
  display: block
}

#gotop {
  cursor: pointer;
  display: block;
}

#gobottom {
  cursor: pointer;
  display: block;
}

#showArea {
  height: 454px;
  margin: 10px 7px;
  overflow: hidden
}


.MagicZoom .main_img {
 max-height:450px;
  max-width: 100%;
}

.MagicZoomBigImageCont img{
  height: auto !important;
}

.left-pro .t2 img {
  text-indent: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .left-pro .t2 {
    width: calc(100%);
    height: 350px;
  }
  .left-pro .t2 img {
   object-fit: contain;
  }
  .MagicZoom .main_img {
    max-height:350px;
   
   }
  
}
.MagicThumb-container{
  background-color: #fff;
}
.MagicThumb-controlbar a{
  width: 50px !important;
  height: 50px !important;
  background: url(../images/x.png) center no-repeat;
  background-size: 100%;
}