.box {
  width: 100%;
  margin: 20px auto;
  height: 430px;

}

.boxx {
  height: 450px;
}

.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;
  padding-left: 10px;
  height: 100%;
  border: 1px solid #e9e9e9;
}

@media (max-width: 768px) {
  .left-pro .t2 {
    width: calc(100%);
  }
}

.left-pro .t2 img {
  text-indent: 0;
}

#showArea a {
  cursor: pointer;
  display: block;
  width: calc(100%);
  margin-bottom: 12px;
  padding: 1px;
  border: 1px solid #e9e9e9;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#showArea a.ac {
  border-color: #1bb26b;
}

#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: 400px;
  margin: 10px;
  overflow: hidden
}


.MagicZoom .main_img {
  max-height: 448px;
  max-width: 100%;
}