* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul, li { list-style: none; }

.shutter {
  overflow: hidden;
  width: 100%;
  height: 8.30rem !important;
  position: relative;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img>div {
  cursor: default;
}
.shutter-img div > img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(https://xiangyuanhui.oss-cn-hangzhou.aliyuncs.com/fenghuang/left-btn.png) no-repeat
}
.shutter-btn li.next {
  right: 20px;
  background: url(https://xiangyuanhui.oss-cn-hangzhou.aliyuncs.com/fenghuang/right-btn.png) no-repeat
}
.shutter-nav{
  position: absolute;
  bottom: .16rem;
  left: 50%;
  display: flex;
  margin-left: -0.51rem;
}
.shutter-nav li{
  width: .14rem;
  height: .14rem;
  border-radius: .14rem;
  background: #fff;
  z-index: 2;
  cursor: pointer;
  margin: 0 .1rem;
}
.shutter-nav .shutterActive{
  background: #BF9A0B
}
@media screen and (max-width: 768px) {
  .shutter {
    height: 2.6rem !important;
  }
}