.video {
  width: 840px;
  height: 472px;
  margin: 41px auto;
  border: 3px solid #f74976;
}

.pic {
  width: 840px;
  height: 472px;
  margin: 41px auto;
  border: 3px solid #f74976;
}

.about-intro {
  font-size: 16px;
  width: 840px;
  margin: -14px auto;
  color: #f74976;
  line-height: 1.4;
}

.about-intro p {
  text-indent: 2em;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.video .swiper-container .swiper-button-next {
  background: url("http://www.miandianmall.com/images/right.png") no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
}

.video .swiper-container .swiper-button-prev {
  background: url("http://www.miandianmall.com/images/left.png") no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
}

.pic .swiper-container .swiper-button-next {
  background: url("http://www.miandianmall.com/images/right.png") no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
  outline:none;
}

.pic .swiper-container .swiper-button-prev {
  background: url("http://www.miandianmall.com/images/left.png") no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
  outline:none;
}

.banner {
  position: relative;
}

.ewm {
  position: absolute;
  right: 3%;
  bottom: 9%;
  text-align: center;
  font-size: 12px;
}