/* * {
  margin: 0;
  padding: 0;
}

.swiper-contione1 {
  width: 600px;
  height: 400px;
  overflow: hidden;
  margin: 20px auto;
  position: relative;
}

.swiper1 {
  width: 9999999px;
  height: 400px;
  transition: all 1s ease;
}

.swiper-item1 {
  width: 600px;
  height: 400px;
  float: left;
  position: relative;
}

.swiper-item1 img {
  width: 600px;
  height: 400px;
}

.swiper-item1 p {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.swiper-point1 {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.point1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  margin-right: 5px;
  float: left;
}

.point1.active {
  background: #fff;
}

.swiper-left1 {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.swiper-right1 {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.swiper-left1 img,
.swiper-right1 img {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.swiper-contione1:hover .swiper-left1 {
  left: 0;
}

.swiper-contione1:hover .swiper-right1 {
  right: 0;
} */


#mlBox {
  position: relative;
  margin: 50px auto;
  border: 1px #ececec solid;
}

#mlImg {
  width: 100%;
  height: 100%;
}

#mlImg img {
  width: 100%;
  height: 100%;
  display: none;
}

#mlSpan {
  width: inherit;
  height: 10px;
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
}

#mlSpan span {
  display: block;
  float: left;
  width: 32px;
  height: 4px;
  background: white;
  border-radius: 2px;
  margin: 0 2px;
  z-index: 100;
  opacity: 0.4;
}

#mlImg #mlShow {
  display: block;
}

#mlSpan #mlOn {
  opacity: 1;
}

#mlLeft {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 47%;
  display: none;
  text-align: center;
  line-height: 30px;
}

#mlRight {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  right: 2%;
  top: 47%;
  display: none;
  text-align: center;
  line-height: 30px;
}