.am-carousel {
  position: relative;
}
.am-carousel-wrap {
  font-size: 18px;
  color: #000;
  background: none;
  text-align: center;
  zoom: 1;
  width: 100%;
}
.am-carousel-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-carousel-wrap-dot > span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background: #ccc;
}
.am-carousel-wrap-dot-active > span {
  background: #888;
}

.swiper-con {
  padding: 1.33333vw 4.26667vw 5.33333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.swiper-con .slider-frame {
  overflow: hidden;
  border-radius: 2.13333vw;
  height: 48vw;
  -webkit-box-shadow: 0px 0.53333vw 1.06667vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0.53333vw 1.06667vw 0px rgba(0, 0, 0, 0.1);
}
.swiper-con .slider-list {
  height: 48vw !important;
}
.swiper-con .slider-slide {
  height: 100% !important;
}
.swiper-con .swiper-item {
  display: inline-block;
  width: 100%;
  height: 100% !important;
  position: relative;
}
.swiper-con .swiper-item .img-url {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: 2.13333vw;
}
.swiper-con .am-carousel-wrap {
  position: absolute;
  bottom: -4.53333vw;
}
.swiper-con .am-carousel-wrap-dot span {
  background: #fff;
  width: 1.6vw;
  height: 1.6vw;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper-con .am-carousel-wrap-dot-active > span {
  background: #fff;
  width: 4.8vw;
  border-radius: 0.53333vw;
}

.shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.shadow-box .img-box {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shadow-box img {
  width: 100%;
}

