* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.container {
  text-align: center;
}

.magnifierContainer {
  display: flex;
}

.imgMedium {
  position: relative;
}

.imgLeft .magnifier {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
}

.mediumContainer {
  width: 350px;
  height: 350px;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#zhezhao {
  width: 350px;
  height: 350px;
  background: transparent;
  position: absolute;
  top: 0;
  border: 1px solid transparent;
}

#zhezhao:hover {
  cursor: move;
}

.img_x {
  width: 350px;
  height: 77px;
  margin-top: 20px;
  display: flex;
}

.img_x li {
  width: 54px;
  height: 54px;
  border: 2px solid #eee;
  margin: 8px 4px;
  padding: 2px;
}
.img_x li img {
  width: 54px;
  height: 54px;
}

.img_u {
  width: 500px;
  height: 450px;
  border: 1px solid #eee;
  margin-left: 15px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.img_u img {
  width: 1100px;
  /* height: 450px; */
}
.imgRight {
  position: relative;
}
