.pop-validate.pop-validate-auto {
  border-radius: 16px;
}

.sprite-puzzle #captchaWrap,
.sprite-puzzle #captchaWrap .main-validate {
  position: relative;
}

.sprite-puzzle #captchaWrap>.refresh-btn {
  position: absolute;
  top: 12px;
  right: 0px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-image: url(../img/pikpak/refresh.svg);
  background-repeat: no-repeat;
  display: none;
  transform: translateY(-50%);
}

.sprite-puzzle.pop-validate-iframe #captchaWrap .refresh-btn {
  top: 12px;
  right: 40px;
}

.sprite-puzzle #captchaWrap .main-validate .loading {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 172px;
  background-color: #eee;
  text-align: center;
  display: none;
}

.sprite-puzzle #captchaWrap .main-validate .loading p {
  font-size: 12px;
  color: #000;
}

.sprite-puzzle #captchaWrap .main-validate #puzzle {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.sprite-puzzle #captchaWrap .main-validate #pzzl-canvas {
  width: 100% !important;
  height: auto !important;
}

.sprite-puzzle #slideTitle {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  width: 86.1%;
  text-align: left;
}

.sprite-puzzle.pop-validate-iframe #slideTitle {
  width: 83%;
}

.slider__runway-wrapper {
  width: 100%;
  margin: 34px auto 0;
  height: 16px;
  border-radius: 8px;
  background: #E5E5E6;
}

.slider__runway {
  height: 16px;
  position: relative;
}

.slider__button-wrapper {
  position: relative;
  height: 100%;
}

.slider__tips {
  font-size: 14px;
  color: #909090;
  text-align: center;
  line-height: 40px;
  user-select: none;
}

.slider__button {
  background-image: url(../img/pikpak/slider_btn.svg);
  background-repeat: no-repeat;
  width: 79px;
  height: 56px;
  position: absolute;
  left: -10px;
  top: -17px;
  cursor: pointer;
}

.slider__success {
  background-image: url(../img/pikpak/success.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  display: none;
}

.slider__success-desc {
  color: #000;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
}

#slider__fail__tip {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FF663B;
  display: none;
}

@media screen and (max-width: 768px) {
  .sprite-puzzle.pop-validate.pop-validate-auto {
    zoom: 1;
  }
}