@charset "UTF-8";
.page-main[data-v-3cef545a] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-3cef545a],
.slide-enter-active[data-v-3cef545a] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-3cef545a],
.slide-leave-to[data-v-3cef545a] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-3cef545a],
.slide-leave[data-v-3cef545a] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-3cef545a] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-3cef545a] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-3cef545a] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-3cef545a]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.mask[data-v-3cef545a] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.message-modal[data-v-3cef545a] {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading-img[data-v-3cef545a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  background-image: url(../../static/img/earth.d9022e6d.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40% 40%;
}
.loading-img .airplane[data-v-3cef545a] {
  width: 4.69rem;
  height: 4.69rem;
  -webkit-animation: airplaneAni-3cef545a 2s linear infinite;
          animation: airplaneAni-3cef545a 2s linear infinite;
}
@-webkit-keyframes airplaneAni-3cef545a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}
}
@keyframes airplaneAni-3cef545a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}
}
.loading-text[data-v-3cef545a] {
  text-align: center;
}
@media screen and (max-width: 1024px) {
.mask[data-v-3cef545a] {
    z-index: 999;
}
.mask .message-modal .loading-img[data-v-3cef545a] {
    height: 15%;
}
.mask .message-modal .loading-img .airplane[data-v-3cef545a] {
    width: 55%;
}
}
@charset "UTF-8";
.page-main[data-v-6ee27528] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-6ee27528],
.slide-enter-active[data-v-6ee27528] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-6ee27528],
.slide-leave-to[data-v-6ee27528] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-6ee27528],
.slide-leave[data-v-6ee27528] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-6ee27528] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-6ee27528] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-6ee27528] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-6ee27528]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.mask[data-v-6ee27528] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
}
.message-modal[data-v-6ee27528] {
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 46%;
  max-width: 22.5rem;
  padding: 1.56rem 2.25rem 1.19rem;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.message-modal .message-cancel[data-v-6ee27528] {
  position: absolute;
  top: 0.78rem;
  right: 0.78rem;
  width: 0.63rem;
  height: 0.63rem;
  cursor: pointer;
}
.message-modal .message-logo[data-v-6ee27528] {
  width: 3.13rem;
  height: 2.94rem;
  margin-bottom: 0.75rem;
}
.message-modal .message-logo.connect-error[data-v-6ee27528] {
  width: 5.66rem;
  height: 4.09rem;
}
.message-modal .message-msg[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #163049;
}
.message-modal .message-desc[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5rem !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.03rem;
  color: #163049;
  text-align: center;
}
.message-modal .message-desc span[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  color: #163049;
}
.message-modal .message-btn-group[data-v-6ee27528] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.message-modal .message-btn-group .message-btn[data-v-6ee27528],
.message-modal .message-btn-group .message-cancel-btn[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  width: 60%;
  height: 1.44rem;
  margin-bottom: 12px;
  line-height: 0.75rem;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(right, #ccae7c 0%, #ba9252 100%);
  background: linear-gradient(270deg, #ccae7c 0%, #ba9252 100%);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.message-modal .message-btn-group .message-cancel-btn[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  color: #c29d5c;
  background: #fff;
  border: 2px solid #c29d5c;
  box-shadow: none;
}
.desc-group[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  line-height: 1rem;
  color: #163049;
}
.desc-group ul[data-v-6ee27528] {
  margin-bottom: 0.75rem;
  list-style: none;
}
.desc-group ul li[data-v-6ee27528] {
  line-height: 1rem;
}
.desc-group ul li[data-v-6ee27528]::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0.5rem;
  vertical-align: middle;
  content: "";
  background-color: #163049;
  border-radius: 50%;
}
.desc-group .desc-group-footer[data-v-6ee27528] {
  margin-bottom: 1.5rem;
  line-height: 1rem;
}
.count[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  color: #163049;
}
.unit[data-v-6ee27528] {
  margin-right: 2px;
}
.message-count[data-v-6ee27528] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1rem;
  color: #163049;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.mask[data-v-6ee27528] {
    z-index: 10001;
}
.message-modal[data-v-6ee27528] {
    min-width: 10rem;
    padding: 0.75rem 0.78rem 0.63rem;
}
.message-modal .message-logo[data-v-6ee27528] {
    width: 1.75rem;
    height: 1.88rem;
    margin-bottom: 0.5rem;
}
.message-modal .message-logo.connect-error[data-v-6ee27528] {
    width: 2.56rem;
    height: 1.88rem;
}
.message-modal .message-msg[data-v-6ee27528] {
    font-family: Open Sans, sans-serif;
    font-size: 0.63rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 0.84rem;
    color: #163049;
}
.message-modal .message-count[data-v-6ee27528] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.75rem;
    line-height: 0.59rem;
}
.message-modal .count[data-v-6ee27528] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.59rem;
}
.message-modal .message-desc[data-v-6ee27528] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.5rem !important;
    margin-bottom: 0.75rem !important;
    line-height: 0.59rem;
    color: #163049;
    text-align: center;
}
.message-modal .message-cancel[data-v-6ee27528] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.47rem;
    height: 0.47rem;
    cursor: pointer;
}
.message-modal .message-btn-group .message-btn[data-v-6ee27528],
  .message-modal .message-btn-group .message-cancel-btn[data-v-6ee27528] {
    width: 8.44rem;
    height: 1.44rem;
}
.message-modal .message-btn-group .message-btn[data-v-6ee27528] {
    margin-bottom: 0;
}
.message-modal .message-btn-group .message-cancel-btn[data-v-6ee27528] {
    margin-top: 12px;
}
.message-modal .desc-group[data-v-6ee27528] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.59rem;
}
.message-modal .desc-group ul[data-v-6ee27528] {
    margin-bottom: 12px;
    list-style: none;
}
.message-modal .desc-group ul li[data-v-6ee27528] {
    line-height: 0.59rem;
}
.message-modal .desc-group ul li[data-v-6ee27528]::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0.5rem;
    vertical-align: middle;
    content: "";
    background-color: #163049;
    border-radius: 50%;
}
.message-modal .desc-group .desc-group-footer[data-v-6ee27528] {
    margin-bottom: 0.63rem;
    line-height: 0.59rem;
}
}
@charset "UTF-8";
.page-main {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active,
.slide-enter-active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter,
.slide-leave-to {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to,
.slide-leave {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main {
    width: 88%;
}
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 48, 73, 0.96);
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.13rem;
  height: 3.13rem;
}
.loading-spinner img {
  display: block; /* 去除默认的行内元素间隙 */
  width: 100%;
  height: 100%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; /* 以图片中心旋转 */
}
.loading-text {
  width: 15.63rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.19rem;
  position: absolute;
  top: calc(50% - 5.63rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.63rem;
  color: #fff;
  text-align: center;
}
.loading-text img {
  margin-bottom: 0.75rem;
}
@-webkit-keyframes spin {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@media screen and (max-width: 1024px) {
.loading-spinner {
    width: 2.5rem;
    height: 2.5rem;
}
.loading-text {
    width: 80%;
    line-height: 0.88rem;
}
}

/*# sourceMappingURL=app~._src_components_BaseUi_L.6aac1819.css.map*/