@import '../../style/base/reset.css';
@import '../../style/base/smooth.css';
.carousel {
  width: 7.5rem;
  position: relative;
}
.carousel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel img {
  border: 0;
  vertical-align: middle;
}
.carousel .carousel-status {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
.carousel .carousel-status span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  font-size: 0;
  background-color: #ccc;
  -webkit-border-radius: 0.1rem;
  margin-right: 0.16rem;
}
.carousel .carousel-status:last-child {
  margin-right: 0;
}
.carousel .carousel-status .sel {
  background-color: #108ee9;
}
.carousel .carousel-outer {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.carousel .carousel-wrap {
  position: absolute;
}
.carousel .carousel-wrap li {
  float: left;
  width: 2.4rem;
  height: 2rem;
  padding-left: 0.15rem;
  background: #e4e4e4;
}
.carousel .carousel-wrap li img {
  width: 100%;
  height: 100%;
}
.carousel .carousel-wrap li:first-child {
  padding-left: 0;
}
.carousel .carousel-footer {
  height: 0.24rem;
  margin-top: 0.08rem;
}
.carousel .prev,
.carousel .next {
  border: 0.01rem #ccc solid;
  padding: 0.02rem 0.06rem;
}
.carousel .next {
  float: right;
}
.carousel .none {
  display: none;
}
.carousel-big {
  width: 7.5rem;
}
.carousel-big .carousel-big-outer {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  position: relative;
}
.carousel-big .carousel-big-wrap {
  position: absolute;
}
.carousel-big .carousel-big-wrap li {
  float: left;
  width: 7.5rem;
  height: 2rem;
  background: #e4e4e4;
}
.carousel-big .carousel-big-wrap li img {
  width: 100%;
  height: 100%;
}
