.box {
  width: 100%;
  margin: 20px auto;
  height: 430px;

}

.boxx {}

.left-pro {
  width: 100%;
  text-align: left;
  float: left;
  height: 100%;

}

@media (max-width: 768px) {
  .left-pro {
    overflow: hidden;
  }
}

.left-pro .t1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;

}

.left-pro .t1 a {
  display: inline-block;
  margin: 5px;
}

.left-pro .t2 {
  width: calc(100%);
  text-indent: 0;
  height: 337px;
  border: 1px solid #e9e9e9;
}

@media (max-width: 768px) {
  .left-pro .t2 {
    width: calc(100%);
    height: 300px;
  }
}

.left-pro .t2 img {
  text-indent: 0;
}

#showArea a {
  cursor: pointer;
  width: 85px;
  padding: 1px;
  border: 1px solid #e9e9e9;
  height: 65px;
  display: inline-block;
  overflow: hidden;
}

#showArea a .flex {
  height: 100%;
}

#showArea a.ac {
  border-color: #1b95cc;
}

#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 {
  width: calc(100% - 60px);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}


.MagicZoom .main_img {
  max-height: 450px;
  max-width: 100%;
}

/* .MagicZoomBigImageCont {
  left: calc(-100% - 40px) !important;
} */

.MagicZoomBigImageCont img {
  width: initial !important;
}