* {
  box-sizing: border-box;
}

@font-face {
  font-family: DINPro-Bold;
  src: url("/font/DINPro-Bold.04cd6c98.ttf");
}

html {
  min-height: 100%;
  background-image: url("/images/page-bg.22ab86c5.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f0f2f5;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
}

.site-body {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  max-width: 280px;
}

.site-body.hidden {
  display: none;
}

html.site-site1 .site-body {
  display: none !important;
}

.progress {
  display: flex;
  justify-content: center;
}

.circle-countdown {
  width: 132px;
  height: 132px;
  padding: 4px;
  background-color: #fff;
  background-size: 100% 100%;
  border-radius: 100px;
  position: relative;
}

.circle-wrapper {
  width: 124px;
  height: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/info-c.20641cac.webp") no-repeat;
  background-size: 100% 100%;
}

.circle-wrapper.circle-error {
  background-image: url("/images/error-c.da18718d.webp");
}

.circle-wrapper.rotate {
  animation: rotate 1.5s linear infinite;
}

.circle-center {
  position: absolute;
  width: 64px;
  height: 75px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/info-center.fcbd57c4.webp") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-center.circle-center-error {
  background-image: url("/images/error-center.30e140a9.webp");
}

.circle-center .num {
  font-size: 24px;
  line-height: 1;
  color: #f6f7fa;
  font-weight: bold;
  font-family: DINPro-Bold, sans-serif;
}

.circle-center .per {
  font-size: 12px;
  line-height: 17px;
  color: #f6f7fa;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.progress-text-content {
  width: 200px;
  margin: 50px auto 0;
}

.progress-text-content .step {
  display: flex;
  column-gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #676976;
  padding-bottom: 22px;
  position: relative;
}

.progress-text-content .step.error {
  color: #f00f0f;
}

.progress-text-content .step:not(:last-child)::before {
  content: "";
  width: 2px;
  height: calc(100% - 24px);
  background: url("/images/split-line.a275227e.webp") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 7px;
  bottom: 2px;
}

.progress-text-content .icon {
  display: flex;
  align-items: center;
  height: 20px;
}

.progress-text-content .icon img {
  width: 16px;
  height: 16px;
}

.ani-rotate {
  animation: iconRotate 1s linear infinite;
}

@keyframes iconRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.status-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  height: 44px;
}

.status-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.status-btn button {
  width: 204px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border: 0;
  outline: none;
  border-radius: 100px;
  background: #647797;
  color: #fff;
  cursor: pointer;
}

.bottom {
  margin-top: 37px;
  font-size: 12px;
  color: #7b7d88;
}

.bottom .title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: center;
}

.bottom .title-icon {
  width: 32px;
  height: 6px;
}

.bottom .info {
  margin-top: 16px;
  text-align: center;
}
