
.result-page[data-v-5e0d5714] {
  --red: #ff1722;
  --red-deep: #e60012;
  --text: #111827;
  --sub: #667085;
  --weak: #98a2b3;
  --line: #eef1f5;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(42%, #fff7f7), to(#f8fafc)) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f7 42%, #f8fafc 100%) !important;
  color: var(--text);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.result-page *[data-v-5e0d5714] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.register_tit[data-v-5e0d5714] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.register_tit[data-v-5e0d5714]::after {
  display: none !important;
}
.register_tit img[data-v-5e0d5714] {
  width: 22px !important;
  height: 22px !important;
  position: absolute;
  left: 14px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) !important;
          filter: brightness(0) !important;
  opacity: 0.95;
}
.register_tit p[data-v-5e0d5714] {
  margin: 0 !important;
  height: 52px !important;
  line-height: 52px !important;
  color: #111827 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px;
}
.top-hero[data-v-5e0d5714] {
  position: relative;
  z-index: 1;
  height: 230px;
  margin: 0 0 -145px;
  border-radius: 0 0 18px 18px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 230px;
  overflow: hidden;
}
.top-hero[data-v-5e0d5714]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.register_block[data-v-5e0d5714] {
  position: relative;
  z-index: 2;
  padding: 0 14px 24px !important;
}
.resultCard[data-v-5e0d5714] {
  position: relative;
  width: 100%;
  min-height: 458px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 23, 34, 0.08);
  -webkit-box-shadow: 0 18px 42px rgba(40, 48, 64, 0.12);
          box-shadow: 0 18px 42px rgba(40, 48, 64, 0.12);
  padding: 34px 14px 16px;
  overflow: hidden;
  text-align: center;
}
.resultCard[data-v-5e0d5714]::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  width: 260px;
  height: 260px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 23, 34, 0.16) 0%, rgba(255, 23, 34, 0.08) 32%, rgba(255, 23, 34, 0) 70%);
  pointer-events: none;
}
.successIcon[data-v-5e0d5714] {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff323b), to(#ed000f));
  background: linear-gradient(180deg, #ff323b 0%, #ed000f 100%);
  -webkit-box-shadow: 0 14px 26px rgba(255, 23, 34, 0.26), 0 0 0 14px rgba(255, 23, 34, 0.06);
          box-shadow: 0 14px 26px rgba(255, 23, 34, 0.26), 0 0 0 14px rgba(255, 23, 34, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.successIcon span[data-v-5e0d5714] {
  width: 29px;
  height: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
          transform: rotate(-45deg) translate(2px, -2px);
  border-radius: 2px;
}
.title[data-v-5e0d5714] {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
}
.sub[data-v-5e0d5714] {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: var(--sub);
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.orderBox[data-v-5e0d5714] {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0f2f6;
  overflow: hidden;
  text-align: left;
}
.orderRow[data-v-5e0d5714] {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  border-bottom: 1px solid #f0f2f6;
}
.orderRow[data-v-5e0d5714]:last-child {
  border-bottom: 0;
}
.orderRow span[data-v-5e0d5714] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--weak);
  font-size: 13px;
  font-weight: 800;
}
.orderRow b[data-v-5e0d5714] {
  min-width: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
  word-break: break-word;
}
.orderRow b.red[data-v-5e0d5714] {
  color: var(--red);
  font-size: 16px;
}
.orderRow b.status[data-v-5e0d5714] {
  color: var(--red);
}
.hintBox[data-v-5e0d5714] {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  min-height: 48px;
  border-radius: 12px;
  background: rgba(255, 23, 34, 0.06);
  border: 1px solid rgba(255, 23, 34, 0.1);
  color: #667085;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 10px 12px;
}
.hintIcon[data-v-5e0d5714] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 23, 34, 0.3);
  color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 1000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 360px) {
.top-hero[data-v-5e0d5714] {
    height: 220px;
    background-size: 100% 220px;
    margin-bottom: -78px;
}
.register_block[data-v-5e0d5714] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.resultCard[data-v-5e0d5714] {
    padding-left: 12px;
    padding-right: 12px;
}
.orderRow[data-v-5e0d5714] {
    padding-left: 12px;
    padding-right: 12px;
}
}


/*# sourceMappingURL=chunk-9f1fdffa.b71ae1a2.css.map*/