/* 按钮闪烁动画 */
@keyframes buttonBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

.button-blink {
  animation: buttonBlink 1.5s ease-in-out infinite;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.heading {
  color: #ffd479;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  text-align: center;
}

.paragraph {
  text-align: center;
  min-width: 0;
  margin: 6px auto 21px auto;
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  max-width: 600px;
}

.text-field, .form, .div-block {
  text-align: center;
}

.div-block-2 {
  text-align: center;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  display: block;
}

.div-block-3 {
  text-align: center;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}

.body {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #eaf2ff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #253a5a;
  background-clip: border-box;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  max-width: 1320px;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 0;
  transition: width .4s;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  max-height: 1200px;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.text-block {
  text-align: center;
  min-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  outline-offset: 0px;
  outline: 3px solid #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 330px;
  display: block;
}

.button-3:hover {
  text-align: center;
  flex-flow: column;
  flex: 1;
  text-decoration: none;
  display: none;
}

.section {
  pointer-events: auto;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #8b2929;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.button-4 {
  flex-flow: column;
  flex: 0 auto;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.par-1 {
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: gray;
  background-clip: border-box;
  border: 0 dotted #cf2020;
  border-radius: 999px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 9px;
  min-height: 8px;
  max-height: 8px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: auto;
}

.par-1.progress-rail {
  aspect-ratio: auto;
  background-color: #ffffff14;
  background-image: linear-gradient(90deg, #60a5fa, #fff);
  max-width: 600px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.bar-wrap {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 0;
  height: 100%;
  min-height: 0%;
  margin-left: auto;
  margin-right: auto;
}

.bar-wrap.pbar {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #60a5fa, #f0f0f0 0%, #22d3ee);
  background-clip: border-box;
  width: 0%;
  min-width: 0;
  transition: width .4s;
  overflow: hidden;
}

.modal {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 479px) {
  .modal {
    padding: 20px 16px;
    align-items: center;
    justify-content: center;
  }
}

.modal-card {
  mix-blend-mode: normal;
  background-color: #0c1324;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: 360px;
  min-width: 360px;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding: 24px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 479px) {
  .modal-card {
    width: calc(100% - 32px);
    min-width: auto;
    max-width: calc(100% - 32px);
    padding: 24px 20px;
    border-radius: 16px;
    margin: 0;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
}

.closex {
  font-size: 22px;
  position: absolute;
  inset: 10px 14px auto 0%;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .closex {
    font-size: 20px;
    inset: 8px 8px auto auto;
  }
}

.code-view {
  background-color: #067c1294;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: inline;
  position: static;
}

.heading-2 {
  color: #d41013;
  text-align: right;
}

.heading-3 {
  color: #cf2626;
}

.heading-4 {
  background-color: #ca1b1b;
  display: flex;
}

.row-item {
  width: 100%;
  min-height: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.row-item .label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 479px) {
  .row-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  
  .row-item .label {
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
  }
  
  .row-item .progress-rail {
    height: 10px;
    margin-top: 8px;
  }
}

.progress-rail {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  width: 100%;
  max-width: 600px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 479px) {
  .progress-rail {
    height: 8px;
  }
}

.progress-rail.bar {
  width: 100px;
}

.div-block-7 {
  background-image: linear-gradient(90deg, #60a5fa, #22d3ee);
  width: 0%;
  height: 100%;
  display: flex;
  position: static;
}

.label {
  margin-top: 6px;
  margin-bottom: 0;
}

.cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .cta {
    width: 100%;
    margin-top: 24px;
    padding-top: 20px;
  }
}

.receive-btn {
  background-color: #25d366;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  animation: buttonBlink 1.5s ease-in-out infinite;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .receive-btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    margin: 0 auto;
  }
}

.ticker-input {
  text-align: center;
  flex: 0 auto;
  width: 360px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 14px 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}

.ticker-input:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.8);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.ticker-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.start-btn {
  display: block;
  margin: 0 auto;
  animation: buttonBlink 1.5s ease-in-out infinite;
}

.heading-5 {
  opacity: 1;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

@media screen and (max-width: 479px) {
  .heading-6 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

.form-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.form-block {
  margin-bottom: 20px;
  padding-top: 0;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 50%, #3b82f6 100%);
  background-size: 200% 100%;
  border-radius: 999px;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.progress-bar.progress-complete {
  animation: progress-shimmer 1.5s ease-in-out infinite;
}

@keyframes progress-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    width: 60%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 41px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 19px;
    font-weight: 700;
  }

  .body {
    background-color: #253a5a;
    border: 1px solid #fff0;
    max-width: none;
    height: 100%;
    font-weight: 700;
    transition-property: none;
  }

  .container-2 {
    max-width: 100%;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-2 {
    border-style: none;
    border-color: #03000d00;
    width: 95.3016%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .par-1 {
    background-color: gray;
    background-image: linear-gradient(90deg, #60a5fa, #60a5fa);
    border-color: #f5efef;
    border-radius: 0;
    width: 0%;
    height: 100%;
    transition-property: width;
    transition-duration: .4s;
    transition-timing-function: ease;
  }

  .par-1.progress-rail {
    background-image: linear-gradient(90deg, #60a5fa, #22d3ee);
  }

  .modal {
    display: none;
  }

  .modal-card {
    width: auto;
    min-width: 420px;
  }

  .progress-rail {
    background-image: linear-gradient(90deg, #60a5fa, #22d3ee);
    width: 100%;
    display: block;
  }

  .progress-rail.bar {
    background-image: linear-gradient(90deg, #60a5fa, #22d3ee);
    width: 100%;
    height: 8px;
    overflow: hidden;
  }

  .cta {
    flex-flow: column;
    display: flex;
  }

  .receive-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 12px;
    margin-bottom: 20px;
    display: flex;
  }

  .ticker-input {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    width: 460px;
    padding: 16px 24px;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    transition: all 0.3s ease;
  }

  .ticker-input:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.8);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  }

  .ticker-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }

  .start-btn {
    width: 280px;
    height: 60px;
    margin-top: 46px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    display: block;
  }

  .form-2 {
    flex-flow: column;
    margin-top: 6px;
    display: flex;
  }

  .progress-bar {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(90deg, #60a5fa, #22d3ee);
    background-clip: border-box;
    width: 0%;
    height: 100%;
    transition: width .4s;
  }

  .text-block-2 {
    color: #faf9f9;
    text-align: center;
    align-self: auto;
    max-width: 420px;
    margin-top: 21px;
  }
}

.text-block-2 {
  color: #faf9f9;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    padding: 0 8px;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    text-align: center;
    height: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
    overflow: hidden;
  }

  .body {
    background-color: #253a5a;
    max-width: none;
    height: 100%;
    margin: auto;
    overflow: hidden;
  }

  .container-2 {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .div-block-4 {
    margin-top: 80px;
  }

  .section-2 {
    border-color: #fff;
    width: 100%;
    height: 100%;
  }

  .progress-rail {
    margin-top: 50px;
    max-width: 100%;
  }
  
  .modal-card .progress-rail {
    max-width: 100%;
    margin-top: 8px;
  }

  .cta {
    flex-flow: column;
    display: flex;
  }

  .ticker-input {
    opacity: 1;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: auto auto 76px;
    padding: 14px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    overflow: visible;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }

  .ticker-input:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.8);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  }

  .ticker-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .form-2 {
    margin-top: -38px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .form-block {
    margin-top: auto;
    width: 100%;
  }
  
  .div-block-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
  }
  
  .start-btn {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
    font-size: 16px;
    min-height: 44px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  
  .heading {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 16px;
  }
}


