* {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body,
.box {
  width: 100%;
  height: 100%;
}

/* linear-gradient(0deg, #1a5102 20%, #1c5a00 100%)、 、*/
.box {
  background: linear-gradient(0deg, #1a5500 20%, #1c5a00 100%);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
}

.stemp {
  display: flex;
  justify-content: space-around;
}

.list {
  border-radius: 10px;
  max-width: 130px;
  height: 70px;
  width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.19) 16%,
    rgba(180, 180, 180, 0.07) 100%
  );
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  transform: scale(0.75);
  transition: all 0.2s;
}

.step-top-content {
  font-size: 10px;
  color: #b4b4b4;
  margin-top: 8px;
}

.step-text {
  font-size: 14px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #fff;
  font-family: futura pt cond;
  font-weight: 600;
  text-shadow: 0 0 4.772px #0062ff, 0 0 9.545px #0062ff, 0 0 33.407px #0062ff;
  word-break: break-word;
}

.active {
  border: 4px solid #ffcf00 !important;
  transform: scale(0.85);
}

.btns {
  box-sizing: border-box;
  padding: 25px 40px;
  font-size: 26px;
  background: #000b23;
  width: 80%;
  color: #001841;
  font-weight: 600;
  border-radius: 26px;
  border: none;
  margin: 20px auto;
  margin-top: -10px;
  position: relative;
  overflow: hidden;
}

.progress-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 350px;
  left: 0;
  top: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffcf00 0%, #fb8500 100%);
  box-shadow: 16px 16px 12px -3px rgba(255, 255, 255, 0.7) inset,
    0 0 60px -1px #1d54ac;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: futura pt cond;
  font-weight: 600;
  font-size: 22px;
  text-shadow: 0 0 2px #ff0000, 0 0 2px #ff0000, 0 0 2px #ff0000;
}

.progress-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-55deg);
  animation: move-light 2s infinite;
  transition: all 0.3s;
}

#progressBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(180deg, #ffcf00 0%, red 100%);
  z-index: 10;
}

#btnText {
  position: relative;
  z-index: 99;
}

.img {
  min-height: 400px;
  width: inherit;
  margin-bottom: 20px;
}

.img-list {
  padding: 5px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.19) 16.49%,
    rgba(180, 180, 180, 0.07) 100%
  );
  width: 300px;
  margin: 20px auto;
  height: 55px;
  box-sizing: border-box;
}

.step-bottom-content {
  margin-bottom: 8px;
}

.brand {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.brand img {
  width: 15%;
  aspect-ratio: 4 / 1;
  object-fit: contain;
  z-index: 7;
}

.bottom-info {
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  font-family: "Futura PT";
  color: #fff;
}

.bottom-info-two {
  margin: 10px auto;
}

@keyframes move-light {
  0% {
    -webkit-transform: translateX(-4em) skewX(-55deg);
    transform: translateX(-4em) skewX(-55deg);
  }

  100% {
    -webkit-transform: translateX(14em) skewX(-55deg);
    transform: translateX(14em) skewX(-55deg);
  }
}

#loading {
  position: absolute;
  display: flex;
  z-index: 9999;
  background-color: #ffffffaf;
  width: 100%;
  height: 100%;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.15s, opacity 0.15s linear;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s linear;
}

.lds-ring {
  color: #4c7fe9;
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Chrome提示蒙层 */
.chrome-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;

  .notice-content {
    width: 80%;
    max-width: 320px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
  }

  .notice-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }

  .notice-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .notice-btn {
    display: inline-block;
    border: none;
    padding: 10px 30px;
    background: linear-gradient(180deg, #ffcf00 0%, #fb8500 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(251, 133, 0, 0.3);
  }

  .notice-btn:active {
    transform: scale(0.98);
  }

  .notice-tip {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: underline;
  }
}
