.autosize {
  width: 100%;
}

.slidebg, .square {
  position: absolute;
  margin: auto;
  z-index: 1;
}

.slidebg {
  display: block;
  width: 100%;
}

.square {
  display: none;
  height: 100%;
}

.sliderlist {
  position: relative;
}

.swiper-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding-right:10px;
}

.swiper-wrapper {
  position: relative;
  display: inline-flex;
  z-index: 2;
}
.swiper-wrapper .swiper-slide a {
  display: block;
  color: inherit;
}
.swiper-wrapper .swiper-slide .fulllink {
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide .autosize {
  width: 100%;
}
.swiper-wrapper .swiper-slide .slidebg, .swiper-wrapper .swiper-slide .square {
  position: relative;
}
.swiper-wrapper .swiper-slide .swiper_cover {
  position: relative;
}
.swiper-wrapper .swiper-slide .textbox, .swiper-wrapper .swiper-slide .svgbox {
  opacity: 0;
  filter: blur(15px);
  position: absolute;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.swiper-wrapper .swiper-slide .textbox {
  font-size: 15px;
  font-weight: 500;
  z-index: 9;
}
.swiper-wrapper .swiper-slide .textbox .infotext {
  position: relative;
  margin: auto;
}
.swiper-wrapper .swiper-slide .svgbox {
  z-index: 8;
}
.swiper-wrapper .swiper-slide .svgbox div {
  text-align: center;
  margin: auto;
  width: 90%;
}
.swiper-wrapper .swiper-slide .svgbox div img {
  max-width: 100%;
}
.swiper-wrapper .swiper-slide .audio {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 5px auto;
}
.swiper-wrapper .swiper-slide .audio span {
  position: absolute;
  width: 6px;
  height: 10px;
  background: #fff;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.swiper-wrapper .swiper-slide .audio .span1 {
  left: 0;
  animation: effect1 0.8s ease-in-out infinite;
}
@keyframes effect1 {
  0% {
    height: 20%;
  }
  50% {
    height: 80%;
  }
  100% {
    height: 20%;
  }
}
.swiper-wrapper .swiper-slide .audio .span2 {
  left: 10px;
  animation: effect2 0.92s ease-in-out infinite;
}
@keyframes effect2 {
  0% {
    height: 100%;
  }
  50% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.swiper-wrapper .swiper-slide .audio .span3 {
  left: 20px;
  animation: effect3 0.85s ease-in-out infinite;
}
@keyframes effect3 {
  0% {
    height: 100%;
  }
  50% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
.swiper-wrapper .swiper-slide .audio .span4 {
  left: 30px;
  animation: effect4 1.2s ease-in-out infinite;
}
@keyframes effect4 {
  0% {
    height: 20%;
  }
  50% {
    height: 90%;
  }
  100% {
    height: 20%;
  }
}
.swiper-wrapper .swiper-slide .audio .span5 {
  left: 40px;
  animation: effect5 0.9s ease-in-out infinite;
}
@keyframes effect5 {
  0% {
    height: 70%;
  }
  50% {
    height: 20%;
  }
  100% {
    height: 70%;
  }
}
.swiper-wrapper .swiper-slide-active .textbox, .swiper-wrapper .swiper-slide-active .svgbox {
  opacity: 1;
  filter: blur(0);
}

.swiper-pagination {
  display: none;
  position: absolute;
  left: 3%;
  bottom: 15px;
  text-align: center;
}
.swiper-pagination li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  list-style: none;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swiper-pagination li:hover {
  background: #f3981c9e;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #f3981c9e;
}

@media screen and (max-width: 900px) {
  .slidebg {
    width: 130%;
  }
}
@media screen and (max-width: 760px) {
  .slidebg {
    width: 150%;
  }
}
@media screen and (max-width: 600px) {
  .slidebg {
    width: 170%;
  }
}
@media screen and (max-width: 500px) {
  .slidebg {
    width: 200%;
  }

  .swiper-wrapper .swiper-slide .textbox {
    font-size: 13px;
  }
}
@media screen and (max-width: 460px) {
  .slidebg {
    width: 220%;
  }
}
@media screen and (max-width: 400px) {
  .slidebg {
    width: 250%;
  }
}
