.boxx {
  width: 100%;
  height:420px;

}

.left-pro {
  width: 100%;
  text-align: left;
  float: left;
  height: 100%;

}

@media (max-width: 768px) {
  .left-pro {
    overflow: hidden;
  }
}

.left-pro .t1 {
  width: 100%;
  /* float: left */
}

.left-pro .t1 a {
  display: block;
  text-align: center;
  color: #ccc;
}
.left-pro .t1 a:hover{
  color: #91af71;
}
.left-pro .t2 {
  width: calc(100%);
  text-indent: 0;
  height: calc(100% - 90px);
  border: 1px solid #e3e3e3;
}
/* 
@media (max-width: 768px) {
  .left-pro .t2 {
    width: calc(100%);
  }
} */

.left-pro .t2 img {
  text-indent: 0;
}

#showArea a {
  cursor: pointer;
  display: inline-block;
  width: 68px;
  margin-bottom: 9px;
  padding: 1px;
  border: 1px solid #ccc;
  height: 68px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: 0 5px;
  
}
#showArea a  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#showArea a.ac {
  border-color: #91af71;
}

#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: 100%;
  margin: 10px;
  overflow: hidden;
  white-space:nowrap;
}


.MagicZoom .main_img {
  max-height: 329px;
  max-width: 100%;
}