.example-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.example-loading:before {
  content: "";
  border-radius: 100%;
  margin: 0.011rem;
  border: 0.016rem solid #20a0ff;
  border-bottom-color: transparent;
  height: 0.19rem;
  width: 0.19rem;
  display: inline-block;
  animation: loading-rotate 0.75s linear 0s infinite;
  vertical-align: middle;
}

.example-loading:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.collectionLink {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 998;
}

.collectionLink .nextCollection,
.collectionLink .prevCollection {
  position: absolute;
  width: 0.212rem;
  height: 0.317rem;
}

.collectionLink .prevCollection {
  left: 6%;
}

.collectionLink .nextCollection {
  right: 6%;
}

.kindTip {
  bottom: 10%;
  right: 16%;
  position: absolute;
  color: #000;
  font-size: 0.069rem;
  font-weight: 700;
}

.autoplay {
  position: absolute;
  bottom: 0;
  right: 1%;
  width: 15%;
  height: 30%;
  z-index: 999;
}

.autoplay .collection_pic {
  width: 100%;
  height: 98%;
}

.autoplay .collection_play {
  position: absolute;
  right: 39%;
  top: 37%;
  width: 0.265rem;
  height: 0.265rem;
}
