@charset "utf-8";
/*! * ===================================================== * Module CSS v1.0.0 * * @author Tangqy-18060483 * @Date 2018-10-08 * @desc PPTVç§»åŠ¨ç«¯è£…ä¿® è½®æ’­å›¾ æ¨¡å—æ ·å¼è¡¨ * ===================================================== */
.MK010001 .carousel-wrap {
  margin: 0;
  width: 7.5rem;
  height: 3.5rem;
}
.MK010001 .carousel-wrap .carousel-item-pic {
  position: relative;
  background: #EEEEEE;
  width: 100%;
  height: 100%;
}
.MK010001 .carousel-wrap .carousel-item-pic .num-mark {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.24rem;
  background: #ED6E6E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.MK010001 .carousel-wrap .carousel-item-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.MK010001 .carousel-wrap .carousel-item-pic:after {
  content: '';
  background: url(../images/blankbg.png) no-repeat;
  background-size: cover;
  width: 1.26rem;
  height: 0.32rem;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.MK010001 .carousel-wrap .carousel-item-pic .item-pic-title {
  width: 100%;
  /*height: 1.1rem;*/
  font-size: 0.3rem;
  color: #FFFFFF;
  padding: 0 0.24rem 0 0.24rem;
  position: absolute;
  /*bottom: 0;*/
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);*/
  z-index: 20;
  text-align: center;
  bottom: 0.3rem;
}
.MK010001 .carousel-wrap .carousel-item-pic .item-pic-title span:first-of-type {
  /*position: absolute;*/
  /*bottom: 0.5rem;*/
  font-size: 0.28rem;
  display: block;
  text-align: center;
  color: #fff;
  background-color: rgba(169, 169, 169, 0.5);
}
.MK010001 .carousel-wrap .carousel-item-pic .item-pic-title span:last-of-type {
  /*position: absolute;*/
  /*bottom: 0.2rem;*/
  display: block;
  text-align: center;
  font-size: 0.24rem;
  background-color: rgba(169, 169, 169, 0.5);
}
.MK010001 .carousel-wrap .swiper-pagination {
  text-align: right;
}
.MK010001 .carousel-wrap.swiper-container-horizontal > .swiper-pagination-bullets,
.MK010001 .carousel-wrap .swiper-pagination-custom,
.MK010001 .carousel-wrap .swiper-pagination-fraction {
  bottom: 0.05rem;
  text-align: center;
}
.MK010001 .carousel-wrap .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  opacity: 1;
}
.MK010001 .carousel-wrap .swiper-pagination-bullet-active {
  /*width: 0.32rem;*/
  width: 0.12rem !important;
  height: 0.12rem !important;
  border-radius: 25%;
  /*background: #0F99FF;*/
  background: #F9B700 !important;
}
.MK010001 .carousel-wrap.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.04rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #ddd;
  border-radius: 0;
}
.MK010001 .carousel-wrap.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0.2rem;
}
.MK010001 .carousel-wrap:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  z-index: 99;
  height: 0.3rem;
  background: url(../images/carousel_bg.png) no-repeat;
  background-size: contain;
}
