@charset "UTF-8";.tips-common[data-v-c4c60fbe] {
  width: 12.8rem;
  height: 7.6rem;
  border-radius: 0.4rem;
  background: linear-gradient(180deg, #055844 20%, #008F66 100%);
  box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.0784313725);
  padding: 0.14rem 0 0;
}
.desc[data-v-c4c60fbe] {
  margin: 0 auto;
  width: 11rem;
  height: 6.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBCF3E;
  text-shadow: 0rem 0.06rem 0.1rem rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.1;
}
.btn-box[data-v-c4c60fbe] {
  margin: -0.53rem auto 0;
  gap: 0.2rem;
  padding: 0 0.4rem;
}
.btn-box .btn-pill[data-v-c4c60fbe], .btn-box .link[data-v-c4c60fbe] {
  flex: 1;
}
.btn-box .link .btn-confirm[data-v-c4c60fbe] {
  width: 100%;
}
.btn-confirm[data-v-c4c60fbe], .btn-cancel[data-v-c4c60fbe] {
  font-weight: 500;
  font-size: 0.65rem;
  color: #fff;
}.router-view {
  height: 100%;
  overflow-x: hidden;
  transform: translateZ(0);
}
:root {
  /* ========== 基础颜色 ========== */
  --page-bg: linear-gradient(180deg, #002C14 0%, #027E74 94.23%);
  /* ========== 按钮 / 表单 ========== */
  --button-height: 1.3rem;
  /* ========== 字体 ========== */
  --font-size-base: 0.36rem;
  /* ========== 二级页面相关 ========== */
  --page-padding-top: 1.05rem;
}
.border-1-extend, .border-1-left:after, .border-1-right:after, .border-1-top:after, .border-1-bottom:after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid var(--border-color);
  transform: scale(0.5);
}
.border-1-bottom {
  position: relative;
}
.border-1-bottom:after {
  border-bottom-width: 0.01rem;
}
.border-1-top {
  position: relative;
}
.border-1-top:after {
  border-top-width: 0.01rem;
}
.border-1-right {
  position: relative;
}
.border-1-right:after {
  border-right-width: 0.01rem;
}
.border-1-left {
  position: relative;
}
.border-1-left:after {
  border-left-width: 0.01rem;
}
.btn-pill {
  width: 10rem;
  font-weight: 500;
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #acc3f6 0%, #71489d 58.72%, #9154e6 91.827%);
  box-shadow: 0 0.08rem 0.156rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-purple {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #acc3f6 0%, #71489d 58.72%, #9154e6 91.827%);
  box-shadow: 0 0.08rem 0.156rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-green {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #3acea4 8.654%, #137a41 60.577%, #24922b 94.712%);
  box-shadow: 0 0.06rem 0.08rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-blue {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #21bbd7 8.654%, #106eb2 60.577%, #197a9d 94.712%);
  box-shadow: 0 0.06rem 0.08rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-yellow {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #ffc443 0%, #e68530 58.72%, #f0d066 91.827%);
  box-shadow: 0 0.08rem 0.156rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-gray {
  width: 10.06rem;
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #cdcdcd 8.654%, #909090 60.577%, #9f9f9f 94.712%);
  box-shadow: 0 0.06rem 0.08rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-pink {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #f382ab 8.173%, #9a40ac 61.899%, #bd4269 100%);
  box-shadow: 0 0.08rem 0.156rem rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-pill.is-glow-purple {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #acc3f6 0%, #71489d 58.72%, #9154e6 91.827%);
  box-shadow: 0 0 0.25rem 0.15rem #b9a0ff;
  border: 0.07rem solid #ebd8ff;
}
.btn-pill.is-glow-green {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #3acea4 8.654%, #137a41 60.577%, #24922b 94.712%);
  box-shadow: 0 0 0.2rem 0.08rem rgba(112, 255, 90, 0.65);
  border: 0.07rem solid #d7ffc4;
}
.btn-pill.is-glow-blue {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #21bbd7 8.654%, #106eb2 60.577%, #197a9d 94.712%);
  box-shadow: 0 0 0.25rem 0.1rem #92f0ff;
  border: 0.07rem solid #9ef9ff;
}
.btn-pill.is-glow-yellow {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #ffc443 0%, #e68530 58.72%, #f0d066 91.827%);
  box-shadow: 0 0 0.25rem 0.1rem #fff25f;
  border: 0.07rem solid #fbffa9;
}
.btn-pill.is-glow-gray {
  width: 10.06rem;
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #cdcdcd 8.654%, #909090 60.577%, #9f9f9f 94.712%);
  box-shadow: 0 0 0.25rem 0.1rem #e2e2e2;
  border: 0.07rem solid #f2f2f2;
}
.btn-pill.is-glow-pink {
  height: 1.3rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #f382ab 8.173%, #9a40ac 61.899%, #bd4269 100%);
  box-shadow: 0 0 0.25rem 0.1rem #ff81ba;
  border: 0.07rem solid #ffd9ea;
}
.pwa-mode {
  height: 100vh;
  height: 100dvh;
  height: var(--app-height, 100dvh);
}
.pwa-mode .van-nav-bar--fixed {
  top: env(safe-area-inset-top);
}
.pwa-pt {
  padding-top: env(safe-area-inset-top);
}
.safe-top {
  height: env(safe-area-inset-top);
}
.safe-bottom {
  height: env(safe-area-inset-bottom);
}
.push-message-notify.van-notify {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  width: 100% !important;
  max-width: 13.2rem !important;
  box-sizing: border-box;
  padding: 0.2rem 0.28rem !important;
  padding-top: calc(0.2rem + env(safe-area-inset-top, 0rem)) !important;
  z-index: 99999 !important;
  color: #fff !important;
  font-size: 0.28rem !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  text-align: left !important;
  word-break: break-word;
  white-space: pre-line;
  border-bottom: 0.01rem solid rgba(255, 201, 64, 0.45);
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.35);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  overflow: hidden;
}
body {
  background-color: #004C3A;
  font-size: var(--font-size-base);
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  scrollbar-width: none; /* Firefox */
  font-weight: 600;
  letter-spacing: 0.05em;
}
img {
  display: block;
}
input, textarea {
  background: transparent;
  border: none;
}
input:focus, textarea:focus {
  outline: none;
}
button {
  border: none;
  padding: 0;
  height: var(--button-height);
  background: transparent;
}
button:active {
  opacity: 0.8;
}
button:active img {
  opacity: 0.8;
}
button[block] {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
button[disabled] {
  background: var(--btn-disabled-bg);
  opacity: 1;
}
#app {
  overflow: auto;
  height: 100%;
}
.ignore-body {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
.ignore-fixed {
  left: 50%;
  transform: translateX(-50%);
}
.fx {
  display: flex;
}
.fx-ac {
  display: flex;
  align-items: center;
}
.fx-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fx-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-column-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fx-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx-1 {
  flex: 1;
}
.grid {
  display: grid;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.page {
  height: 100%;
  overflow: auto;
  background: var(--page-bg);
  scrollbar-width: none; /* Firefox */
}
.page ::-webkit-scrollbar {
  display: none;
}
.page-flex {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-flex .page-flex-container {
  flex: 1;
  overflow: auto;
}
.page-sub {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: var(--page-padding-top);
}
.page-sub .page-sub-container {
  flex: 1;
  overflow: auto;
}
.bg-transparent {
  background: transparent !important;
}
.relative {
  position: relative;
}
.absolute, .abs {
  position: absolute;
}
.absolute-center, .abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abs-top-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.abs-x-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.nowrap {
  white-space: nowrap;
}
.ellipsis, .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-100 {
  height: 100%;
}
.w-0 {
  width: 0;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}
.text-pre {
  white-space: pre;
}
.text-break-spaces {
  white-space: break-spaces;
}
.img-box img {
  width: 100%;
}
.anm-rotate-5 {
  animation: rotate-5 1s linear infinite;
}
@keyframes rotate-5 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1800deg);
  }
}
@media screen and (max-width: 1400px) {
  .ignore-body {
    max-width: 510px;
  }
}
::-webkit-scrollbar {
  display: none;
}
.table-layout {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-border {
  border: 0.02rem solid var(--table-border-color);
}
.table-border th, .table-border td {
  border: 0.01rem solid var(--table-border-color);
}
.table-row-br {
  --border-radius: 0.12rem;
}
.table-row-br tr td:first-child, .table-row-br tr th:first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.table-row-br tr td:last-child, .table-row-br tr th:last-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.bg-url {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.popup-zoom-enter-active,
.popup-zoom-leave-active {
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-zoom-enter-from {
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
}
.popup-zoom-enter-from.aa-popup__wrapper--has-bottom-close {
  transform: translateY(-50%) scale(0.8);
}
.popup-zoom-leave-to {
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
}
.popup-zoom-leave-to.aa-popup__wrapper--has-bottom-close {
  transform: translateY(-50%) scale(0.8);
}
.popup-visible {
  max-width: 100%;
  overflow: visible;
}