.black-mask[data-v-5ff53bfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
}
.black-mask .white-mask[data-v-5ff53bfe] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  background-color: white;
}
.black-mask .white-mask .close-button[data-v-5ff53bfe] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  text-align: center;
  z-index: 100;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.black-mask .white-mask .close-button[data-v-5ff53bfe]:hover {
  background: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.black-mask .white-mask .image-item[data-v-5ff53bfe] {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-style: none;
}
.black-mask .white-mask .pre-button[data-v-5ff53bfe] {
  z-index: 200;
  position: absolute;
  left: 20px;
  cursor: pointer;
}
.black-mask .white-mask .next-button[data-v-5ff53bfe] {
  z-index: 200;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.black-mask .white-mask .spin-button[data-v-5ff53bfe] {
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.black-mask .white-mask .progress-box[data-v-5ff53bfe] {
  position: absolute;
  bottom: 0;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.black-mask .white-mask .progress-box .progress-item[data-v-5ff53bfe] {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  text-align: center;
  color: white;
  font-size: 24px;
  margin: 0 20px;
}
.black-mask .white-mask .progress-box .progress-item.progress-item-active[data-v-5ff53bfe] {
  background: #2447F9;
}
.black-mask .white-mask .progress-box .progress-item.progress-item-normal[data-v-5ff53bfe] {
  background: #999999;
}

