body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #43119A;
}

.circle {
  transform: rotate(-90deg);
  /* 调整旋转中心点 */
  transform-origin: 50% 50%;

}

#count-down {
  position: relative;
  display: inline-block;
}

#count-down span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-family: Arial;
  color: #F36F21;
}

/*# sourceMappingURL=src.40e274c8.css.map */