* {
  box-sizing: border-box;
}

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

.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 {
  margin-top: -54px;
  display: flex;
  justify-content: center;
}

.circle-countdown {
  width: 280px;
  height: 280px;
  background: url("/images/bg.ad477a63.webp") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.circle-countdown.lottery {
  background-image: url("/images/bg-lottery.d531f0f5.webp");
}

.circle-wrapper {
  width: 132px;
  height: 132px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/c.b82a0afd.webp") no-repeat;
  background-size: 100% 100%;
  animation: rotate 1.5s linear infinite;
}

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

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

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

.text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.finish-ico {
  width: 36px;
  height: 36px;
}

.finish-ico img {
  width: 100%;
  height: 100%;
}

.time-text {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
}

.text-content {
  width: 80vw;
  max-width: 280px;
  margin: -85px auto 0;
  text-align: center;
}

.des1 {
  font-size: 24px;
  font-weight: 600;
  color: #303442;
  margin-top: 62px;
}

.des2 {
  font-size: 14px;
  margin-top: 6px;
  color: #7981a4;
}

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

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

.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
}

.bottom .ico {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.bottom .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2px;
  padding-left: 10px;
  position: relative;
}

.bottom .right::before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: #f2f2f6;
}

.bottom .text1 {
  font-size: 16px;
  color: #7981a4;
}

.bottom .text2 {
  font-size: 10px;
  color: #179cff;
}

.running-notice {
  font-size: 12px;
  font-weight: 400;
  color: #c9cddb;
}
