
/* https://teosdf.com/_nuxt/entry._fnirhIX.css */
:root { --app-max-width: 10rem; --body-bg-color: #f3f6fa; --body-gradual-bg-color: radial-gradient(50% 50% at 50% 50%,rgba(102,180,252,.1) 0%,rgba(102,181,252,.09) 7%,rgba(102,189,252,0) 100%),radial-gradient(34.54% 61.23% at 48.13% -19.27%,rgba(7,186,208,.1) 0%,rgba(7,186,208,0) 100%),radial-gradient(56.8% 85.64% at -25.2% -11.39%,rgba(93,202,249,.1) 0%,rgba(93,202,249,0) 100%),#fff; --layout-background-color: #000; --secondary-color: #f9f9f999; --primary-background-color: #0e0e0e; --link-color: #34a8eb; --article-title-color: #e3e3e3; --article-desc-color: #a9a9a9; --article-hover-bg: #3a3a3a; --border-line-color: #9797971a; --color-nav-title: red; --color-text-1: #ff211f; --pimary-line-bg: linear-gradient(90deg,#3066ff,#319cff); --color-text: #6d7693; --color-text2: #acb3c9; --color-text3: #30303d; --color-text4: #2f335b; --color-text5: #fff; --btn-height-big: 1.28rem; --btn-height-big2: 1.067rem; --btn-height-nomarl: 1.067rem; --cell-label-size: .373rem; --cell-body-size: .347rem; --cell-margin: .4rem; --van-nav-bar-title-font-size: .453rem; --van-nav-bar-title-text-color: var(--color-text3); --color-error: #f63b39; --color-border: #dddfe5; --van-nav-bar-height: 1.333rem; --font-family: "PingFang SC",DIN,"Source Han Sans SC","Microsoft YaHei",sans-serif; --u-navigation-text-size: .453rem; --u-module-text-size: .4rem; --u-little-title-text-size: .373rem; --u-default-text-size: .347rem; --u-module-support-text-size: .32rem; --u-tips-text-size: .293rem; --u-bottom-navigation-bar-text: .267rem; --u-primary-button-color: linear-gradient(93deg,#3066ff -9.46%,#319cff 143.8%); --u-default-button-color: #f7fbff; --u-primary-text-color: #3066ff; --u-module-text-color: #30303d; --u-module-background-color: #fff; --u-default-text-color: #6d7693; --u-default-unselect-text-color: #acb3c9; --u-error-color: #f63b39; --u-warning-color: #ff6b00; --u-success-color: #45be31; --u-divider-color: #dddfe5; --u-deeply-gray-background-color: #e7ecfa; --u-gray-background-color: #f2f3f7; --u-default-horizontal-spacing: .40962rem; --u-default-vertical-spacing: .30769rem; --u-large-horizontal-spacing: 1.025rem; --u-large-vertical-spacing: .56346rem; --u-default-rounded: .32rem; --u-small-rounded: .16rem; --u-larger-rounded: .64rem; --u-default-shadow: 0px .067rem .133rem rgba(0,54,208,.1); --u-primary-button-shadow: 0px .08rem .187rem 0px rgba(0,54,208,.25); --u-default-text-shadow: 0px .03rem .12rem rgba(0,0,0,.2); --van-primary-color: var(--u-primary-text-color); --van-success-color: var(--u-success-color); --van-danger-color: var(--u-error-color); --van-warning-color: var(--u-warning-color); --van-text-color: var(--u-default-text-color); --van-text-color-2: var(--u-default-unselect-text-color); --van-text-color-3: var(--u-default-unselect-text-color); --van-active-color: var(--u-default-text-color); --van-active-opacity: .6; --van-disabled-opacity: .5; --van-background: var(--u-gray-background-color); --van-background-2: var(--u-module-background-color); --van-cell-horizontal-padding: .347rem; --van-nav-bar-arrow-size: .373rem; --van-cell-group-inset-padding: 0 .4rem; --van-cell-group-inset-radius: .213rem; }
:root:root { --van-overlay-background: radial-gradient(352.8% 162.93% at 49.87% -43.1%,rgba(48,48,61,.5) 0%,rgba(48,48,61,.5) 45.72%,rgba(48,48,61,.5) 100%); --van-search-content-background: var(--u-default-button-color); }
.flex, .flex-allcenter, .flex-bottom, .flex-col, .flex-col-allcenter, .flex-col-bottom, .flex-col-lrcenter, .flex-col-tbcenter, .flex-lr, .flex-lrcenter, .flex-right, .flex-tbcenter, .flex-top, .flex-wrap { display: flex; }
.flex-col, .flex-col-allcenter, .flex-col-lrcenter { flex-direction: column; }
.flex-col-bottom, .flex-right { justify-content: flex-end; }
.flex-top { align-items: flex-start; }
.flex-bottom { align-items: flex-end; }
.flex-col-tbcenter, .flex-lrcenter { justify-content: center; }
.flex-col-lrcenter, .flex-tbcenter { align-items: center; }
.flex-allcenter, .flex-col-allcenter { align-items: center; justify-content: center; }
.flex-lr { justify-content: space-between; }
.flex-row { display: flex; flex-direction: row; }
.flex-column { display: flex; flex-direction: column; }
.row-center { align-items: center; }
.justify-center, .row-center { display: flex; flex-direction: row; }
.justify-center { justify-content: center; }
.all-center { align-items: center; justify-content: center; }
.all-center, .row-space-between { display: flex; flex-direction: row; }
.row-space-between { justify-content: space-between; }
.row-space-around { display: flex; flex-direction: row; justify-content: space-around; }
.column-center { align-items: center; display: flex; flex-direction: column; }
.column-space-between { display: flex; flex-direction: column; justify-content: space-between; }
.column-space-around { display: flex; flex-direction: column; justify-content: space-around; }
.flex-wrap { flex-wrap: wrap; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.w-screen { width: 100vw; }
.h-screen { height: 100vh; }
.text-primary { color: var(--u-primary-text-color); }
.background-primary { background-color: var(--u-primary-text-color); }
.justify-around { justify-content: space-around !important; }
.m-5 { margin: 0.067rem; }
.ml-5 { margin-left: 0.067rem; }
.mr-5 { margin-right: 0.067rem; }
.mt-5 { margin-top: 0.067rem; }
.mb-5 { margin-bottom: 0.067rem; }
.p-5 { padding: 0.067rem; }
.pl-5 { padding-left: 0.067rem; }
.pr-5 { padding-right: 0.067rem; }
.pb-5 { padding-bottom: 0.067rem; }
.pt-5 { padding-top: 0.067rem; }
.m-10 { margin: 0.133rem; }
.ml-10 { margin-left: 0.133rem; }
.mr-10 { margin-right: 0.133rem; }
.mt-10 { margin-top: 0.133rem; }
.mb-10 { margin-bottom: 0.133rem; }
.p-10 { padding: 0.133rem; }
.pl-10 { padding-left: 0.133rem; }
.pr-10 { padding-right: 0.133rem; }
.pb-10 { padding-bottom: 0.133rem; }
.pt-10 { padding-top: 0.133rem; }
.m-15 { margin: 0.2rem; }
.ml-15 { margin-left: 0.2rem; }
.mr-15 { margin-right: 0.2rem; }
.mt-15 { margin-top: 0.2rem; }
.mb-15 { margin-bottom: 0.2rem; }
.p-15 { padding: 0.2rem; }
.pl-15 { padding-left: 0.2rem; }
.pr-15 { padding-right: 0.2rem; }
.pb-15 { padding-bottom: 0.2rem; }
.pt-15 { padding-top: 0.2rem; }
.m-20 { margin: 0.267rem; }
.ml-20 { margin-left: 0.267rem; }
.mr-20 { margin-right: 0.267rem; }
.mt-20 { margin-top: 0.267rem; }
.mb-20 { margin-bottom: 0.267rem; }
.p-20 { padding: 0.267rem; }
.pl-20 { padding-left: 0.267rem; }
.pr-20 { padding-right: 0.267rem; }
.pb-20 { padding-bottom: 0.267rem; }
.pt-20 { padding-top: 0.267rem; }
.m-25 { margin: 0.333rem; }
.ml-25 { margin-left: 0.333rem; }
.mr-25 { margin-right: 0.333rem; }
.mt-25 { margin-top: 0.333rem; }
.mb-25 { margin-bottom: 0.333rem; }
.p-25 { padding: 0.333rem; }
.pl-25 { padding-left: 0.333rem; }
.pr-25 { padding-right: 0.333rem; }
.pb-25 { padding-bottom: 0.333rem; }
.pt-25 { padding-top: 0.333rem; }
.m-30 { margin: 0.4rem; }
.ml-30 { margin-left: 0.4rem; }
.mr-30 { margin-right: 0.4rem; }
.mt-30 { margin-top: 0.4rem; }
.mb-30 { margin-bottom: 0.4rem; }
.p-30 { padding: 0.4rem; }
.pl-30 { padding-left: 0.4rem; }
.pr-30 { padding-right: 0.4rem; }
.pb-30 { padding-bottom: 0.4rem; }
.pt-30 { padding-top: 0.4rem; }
.m-35 { margin: 0.467rem; }
.ml-35 { margin-left: 0.467rem; }
.mr-35 { margin-right: 0.467rem; }
.mt-35 { margin-top: 0.467rem; }
.mb-35 { margin-bottom: 0.467rem; }
.p-35 { padding: 0.467rem; }
.pl-35 { padding-left: 0.467rem; }
.pr-35 { padding-right: 0.467rem; }
.pb-35 { padding-bottom: 0.467rem; }
.pt-35 { padding-top: 0.467rem; }
.m-40 { margin: 0.533rem; }
.ml-40 { margin-left: 0.533rem; }
.mr-40 { margin-right: 0.533rem; }
.mt-40 { margin-top: 0.533rem; }
.mb-40 { margin-bottom: 0.533rem; }
.p-40 { padding: 0.533rem; }
.pl-40 { padding-left: 0.533rem; }
.pr-40 { padding-right: 0.533rem; }
.pb-40 { padding-bottom: 0.533rem; }
.pt-40 { padding-top: 0.533rem; }
.m-45 { margin: 0.6rem; }
.ml-45 { margin-left: 0.6rem; }
.mr-45 { margin-right: 0.6rem; }
.mt-45 { margin-top: 0.6rem; }
.mb-45 { margin-bottom: 0.6rem; }
.p-45 { padding: 0.6rem; }
.pl-45 { padding-left: 0.6rem; }
.pr-45 { padding-right: 0.6rem; }
.pb-45 { padding-bottom: 0.6rem; }
.pt-45 { padding-top: 0.6rem; }
.m-46 { margin: 0.613rem; }
.ml-46 { margin-left: 0.613rem; }
.mr-46 { margin-right: 0.613rem; }
.mt-46 { margin-top: 0.613rem; }
.mb-46 { margin-bottom: 0.613rem; }
.p-46 { padding: 0.613rem; }
.pl-46 { padding-left: 0.613rem; }
.pr-46 { padding-right: 0.613rem; }
.pb-46 { padding-bottom: 0.613rem; }
.pt-46 { padding-top: 0.613rem; }
.m-48 { margin: 0.64rem; }
.ml-48 { margin-left: 0.64rem; }
.mr-48 { margin-right: 0.64rem; }
.mt-48 { margin-top: 0.64rem; }
.mb-48 { margin-bottom: 0.64rem; }
.p-48 { padding: 0.64rem; }
.pl-48 { padding-left: 0.64rem; }
.pr-48 { padding-right: 0.64rem; }
.pb-48 { padding-bottom: 0.64rem; }
.pt-48 { padding-top: 0.64rem; }
.m-50 { margin: 0.667rem; }
.ml-50 { margin-left: 0.667rem; }
.mr-50 { margin-right: 0.667rem; }
.mt-50 { margin-top: 0.667rem; }
.mb-50 { margin-bottom: 0.667rem; }
.p-50 { padding: 0.667rem; }
.pl-50 { padding-left: 0.667rem; }
.pr-50 { padding-right: 0.667rem; }
.pb-50 { padding-bottom: 0.667rem; }
.pt-50 { padding-top: 0.667rem; }
.m-55 { margin: 0.733rem; }
.ml-55 { margin-left: 0.733rem; }
.mr-55 { margin-right: 0.733rem; }
.mt-55 { margin-top: 0.733rem; }
.mb-55 { margin-bottom: 0.733rem; }
.p-55 { padding: 0.733rem; }
.pl-55 { padding-left: 0.733rem; }
.pr-55 { padding-right: 0.733rem; }
.pb-55 { padding-bottom: 0.733rem; }
.pt-55 { padding-top: 0.733rem; }
.m-60 { margin: 0.8rem; }
.ml-60 { margin-left: 0.8rem; }
.mr-60 { margin-right: 0.8rem; }
.mt-60 { margin-top: 0.8rem; }
.mb-60 { margin-bottom: 0.8rem; }
.p-60 { padding: 0.8rem; }
.pl-60 { padding-left: 0.8rem; }
.pr-60 { padding-right: 0.8rem; }
.pb-60 { padding-bottom: 0.8rem; }
.pt-60 { padding-top: 0.8rem; }
.flex { display: flex; }
.flex-none { flex: 0 0 auto; }
.flex-1 { flex: 1 1 0%; }
.flex-x-sb { justify-content: space-between; }
.nuxt-icon { font-size: 0.373rem; }
.color-red { color: var(--color-error); }
.color-black { color: rgb(48, 48, 61); }
.color-primary { color: var(--u-primary-text-color); }
.color-green { color: var(--u-success-color); }
.color-warning { color: var(--u-warning-color); }
.fs-small { font-size: 80%; }
.fs-big { font-size: 120%; }
.fw-800 { font-weight: 800; }
.fw-bold { font-weight: 700 !important; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fm-num { font-family: DIN !important; font-weight: 700 !important; }
.fs-24 { font-size: 0.32rem; }
.fs-26 { font-size: 0.347rem; }
.fs-28 { font-size: 0.373rem; }
.fs-30 { font-size: 0.4rem; }
.fs-34 { font-size: 0.453rem; }
.fs-36 { font-size: 0.48rem; }
.fs-38 { font-size: 0.507rem; }
.fs-40 { font-size: 0.533rem; }
.lh-30 { line-height: 0.4rem; }
.lh-35 { line-height: 0.467rem; }
.lh-40 { line-height: 0.533rem; }
.lh-45 { line-height: 0.6rem; }
.lh-50 { line-height: 0.667rem; }
:root:root { --van-nav-bar-title-text-color: var(--u-module-text-color); --van-nav-bar-title-font-size: var(--u-module-text-size); --van-nav-bar-background: transparent; --van-nav-bar-icon-color: var(--u-module-text-color); --van-nav-bar-text-color: var(--u-module-text-color); --van-button-radius: var(--u-larger-rounded); --van-button-primary-background: var(--u-primary-button-color); --van-button-default-background: var(--u-module-background-color); --van-button-default-color: var(--u-default-text-color); box-shadow: none; }
.u-button:active { cursor: pointer; opacity: 0.5; }
.van-button.custom-btn { font-size: 0.37333rem; padding: 0px 0.5333rem; text-align: center; }
.van-button.custom-btn.van-button--primary { background: var(--pimary-line-bg); border: medium; box-shadow: rgba(139, 142, 152, 0.25) 0px 0.133rem 0.267rem; color: rgb(255, 255, 255); }
.van-button.custom-btn.van-button--primary.is-big { border-radius: 0.64rem; display: block; font-size: 0.4rem; height: 1.28rem; line-height: 1.28rem; width: 100%; }
.van-button.custom-btn.van-button--primary.is-big2 { display: block; font-size: 0.4rem; height: 1.0667rem; line-height: 1.0667rem; width: 100%; }
.van-button.custom-btn.van-button--primary.is-big2, .van-button.custom-btn.van-button--primary.van-button--small { box-shadow: rgba(0, 54, 208, 0.25) 0px 0.08rem 0.18667rem; }
.van-button.custom-btn.van-button--default { background: rgb(172, 179, 201); box-shadow: rgba(139, 142, 152, 0.25) 0px 0.133rem 0.267rem; color: rgb(255, 255, 255); opacity: 1; }
.van-button.custom-btn.van-button--disabled { background: rgb(172, 179, 201); box-shadow: rgba(139, 142, 152, 0.25) 0px 0.133rem 0.267rem; color: rgb(255, 255, 255); opacity: 0.8; }
:root:root { --van-cell-value-font-size: var(--u-little-title-text-size); --van-border-color: var(--u-divider-color); }
.van-overlay { -webkit-backdrop-filter: blur(0.7px); backdrop-filter: blur(0.7px); }
.van-toast { z-index: 2100 !important; }
.g-dialog-button { background-image: url("https://teosdf.com/_nuxt/popup-bg.jL9kOG2F.png") !important; background-repeat: no-repeat !important; background-size: contain !important; height: 5.44rem !important; width: 7.947rem !important; }
.g-dialog-button .van-dialog__message { height: 1.6rem; padding: 0.533rem 0.64rem 0px !important; }
.g-dialog-button .van-button { font-size: 0.4rem; font-weight: 400; margin: auto; flex: initial !important; height: 1.04rem !important; width: 3.52rem !important; }
.van-button:active::before { opacity: 0 !important; }
.empty:empty::after { align-items: center; background: url("https://u8-lobby-prod.skaov.com/static/empty/emptyh5.png") 0% 0% / 100% 100%; color: rgb(162, 178, 193); content: attr(data-empty); display: flex; flex-direction: column-reverse; height: 5.933rem; margin: 0px auto; width: 5.333rem; }
.g-refreshRe { animation: 0.5s linear infinite rotate; }
@keyframes rotate { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
#oc-register-e { width: 7.947rem; }
#oc-register-e .content-wrap { padding: 0.573rem 0.987rem 0.773rem; }
#oc-register-e .btn-wrap { justify-content: space-between; }
#oc-register-e .cancel { margin-right: 0px; }
#oc-register-e .cancel, #oc-register-e .confirm { flex: 0 0 auto; height: 1.04rem; width: 2.667rem; }
.fwc-dialog { width: 8rem !important; }
.fwcfull, .fwchfull { box-shadow: rgba(0, 0, 0, 0.1) 0px 0.107rem 0.267rem; align-items: normal !important; background-color: rgb(25, 76, 215) !important; display: block !important; justify-content: normal !important; }
.fwcfull { border-radius: 0px !important; height: 100dvh !important; width: 100vw !important; }
.fwchfull { border-radius: 0.32rem !important; height: 6.901rem !important; padding: 0px 0.267rem 0.267rem !important; width: 8.533rem !important; }
:root:root { --van-toast-font-size: var(--u-little-title-text-size); --van-toast-line-height: normal; --van-toast-background: linear-gradient(180deg,rgba(58,58,58,.6),hsla(0,0%,8%,.6)); --van-popup-close-icon-size: .587rem; --van-popup-round-radius: .427rem; --van-popup-close-icon-margin: .427rem; --van-dialog-width: 8.533rem; --van-dialog-radius: .427rem; --van-dialog-font-size: .427rem; --van-padding-base: .107rem; --van-button-loading-icon-size: .533rem; --u-module-text-size: .4rem; --van-tabs-card-height: 1.493rem; --van-padding-xs: .213rem; --van-padding-sm: .32rem; --van-padding-md: 32px; --van-padding-lg: .64rem; --van-padding-xl: .853rem; --van-font-size-xs: .267rem; --van-font-size-sm: .32rem; --van-font-size-md: .373rem; --van-font-size-lg: .427rem; --van-line-height-xs: .373rem; --van-line-height-sm: .48rem; --van-line-height-md: .533rem; --van-line-height-lg: .587rem; --van-border-width: .027rem; --van-radius-sm: .053rem; --van-radius-md: .107rem; --van-radius-lg: .213rem; --van-badge-size: .427rem; --van-badge-padding: 0 .08rem; --van-badge-dot-size: .213rem; --van-loading-spinner-size: .8rem; --van-button-icon-size: .453rem; --van-button-default-height: 1.173rem; --van-button-large-height: 1.333rem; --van-button-normal-font-size: .373rem; --van-button-normal-padding: 0 .533rem; --van-button-small-height: .853rem; --van-button-mini-height: .64rem; --van-action-bar-height: 1.333rem; --van-action-bar-button-height: 1.067rem; --van-dialog-round-button-height: .96rem; --van-dialog-button-height: 1.28rem; --van-dialog-header-padding-top: .693rem; --van-dialog-header-line-height: .32rem; --van-image-error-icon-size: .853rem; --van-image-loading-icon-size: .853rem; --van-cell-icon-size: .427rem; --van-cell-vertical-padding: .4rem; --van-cell-line-height: .64rem; --van-field-word-limit-line-height: .427rem; --van-field-text-area-min-height: 1.6rem; --van-field-error-message-font-size: .32rem; --van-field-clear-icon-size: .48rem; --van-field-icon-size: .48rem; --van-field-label-width: 2.32rem; --van-checkbox-size: .533rem; --van-swipe-indicator-size: .16rem; --van-notice-bar-icon-min-width: .64rem; --van-notice-bar-icon-size: .427rem; --van-notice-bar-line-height: .64rem; --van-notice-bar-height: 1.067rem; --van-tabs-bottom-bar-height: .08rem; --van-tabs-bottom-bar-width: 1.067rem; --van-tabs-line-height: 1.173rem; --van-button-border-width: .013rem; --van-toast-text-padding: 20px 20px 21px; --van-toast-default-padding: 14px; --van-toast-radius: .08rem; --van-toast-text-min-width: 2.933rem; --van-toast-icon-size: .96rem; --van-toast-default-min-height: 2.347rem; --van-toast-default-width: 2.347rem; --van-list-loading-icon-size: .427rem; }
html { line-height: 1.15; font-family: var(--font-family); letter-spacing: 0.5px; }
@font-face { font-family: Uni Sans; src: url("https://teosdf.com/_nuxt/UniSansHeavyItalic.-y2lOPYB.otf"); }
@font-face { font-family: Inter; src: url("https://teosdf.com/_nuxt/DINBlackItalic.i-xBmzc5.otf"); }
@font-face { font-family: D-DIN; src: url("https://teosdf.com/_nuxt/D-DIN.GSw_BCPd.TTF"); }
@font-face { font-family: D-DIN-PRO; src: url("https://teosdf.com/_nuxt/D-DIN-PRO-800-ExtraBold.Dzo8XGHI.otf"); }
body, html { margin: 0px; padding: 0px; width: 100%; }
li, ol, ul { list-style: none; margin: 0px; padding: 0px; }
a { color: rgb(0, 0, 0); text-decoration: none; }
img { border-style: none; }
button, input, optgroup, p, select, textarea { font-family: inherit; margin: 0px; }
button, input { overflow: visible; }
button, select { text-transform: none; }
input:autofill, input:autofill:active, input:autofill:focus, input:autofill:hover { transition: background-color 600000s, color 600000s !important; }
::-webkit-scrollbar { color: transparent; height: 0px; width: 0px; }
input::placeholder { color: rgb(172, 179, 201); }
.bg-gray { background-color: var(--u-gray-background-color); }
.bg-default { background-color: var(--body-bg-color); }
.scroll-box { flex: 1 1 0%; overflow: auto; }
.text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.h5-scroll { overflow-y: scroll; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.g-scrollable { overflow-y: scroll; overscroll-behavior: contain; }
.no-scrollbar { scrollbar-width: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.oc-loading[data-v-e1feabfa] { align-items: center; align-self: stretch; box-sizing: border-box; display: flex; flex: 1 1 0%; justify-content: center; inset: 0px; position: fixed; z-index: 9999999; }
@keyframes loading1-e1feabfa { 
  0% { opacity: 0.3; transform: scale(0.4) translate(28.57%); }
  100% { opacity: 1; transform: scale(1) translate(0px); }
}
@keyframes loading2-e1feabfa { 
  0% { transform: translate(0px); }
  100% { transform: translate(28.57%); }
}
@keyframes loading3-e1feabfa { 
  0% { opacity: 1; transform: scale(1) translate(0px); }
  100% { opacity: 0.3; transform: scale(0.4) translate(-28.57%); }
}
.oc-loading svg[data-v-e1feabfa] { height: 100%; max-height: 0.667rem; max-width: 80%; stroke: transparent; }
.oc-loading circle[data-v-e1feabfa] { animation-timing-function: linear; transform-origin: center center; will-change: transform; }
.oc-loading circle[data-v-e1feabfa]:first-child { animation: 0.6s infinite loading1-e1feabfa; }
.oc-loading circle[data-v-e1feabfa]:nth-child(2), .oc-loading circle[data-v-e1feabfa]:nth-child(3) { animation: 0.6s infinite loading2-e1feabfa; }
.oc-loading circle[data-v-e1feabfa]:nth-child(4) { animation: 0.6s infinite loading3-e1feabfa; }
:host, :root { --van-black: #000; --van-white: #fff; --van-gray-1: #f7f8fa; --van-gray-2: #f2f3f5; --van-gray-3: #ebedf0; --van-gray-4: #dcdee0; --van-gray-5: #c8c9cc; --van-gray-6: #969799; --van-gray-7: #646566; --van-gray-8: #323233; --van-red: #ee0a24; --van-blue: #1989fa; --van-orange: #ff976a; --van-orange-dark: #ed6a0c; --van-orange-light: #fffbe8; --van-green: #07c160; --van-gradient-red: linear-gradient(90deg,#ff6034,#ee0a24); --van-gradient-orange: linear-gradient(90deg,#ffd01e,#ff8917); --van-primary-color: var(--van-blue); --van-success-color: var(--van-green); --van-danger-color: var(--van-red); --van-warning-color: var(--van-orange); --van-text-color: var(--van-gray-8); --van-text-color-2: var(--van-gray-6); --van-text-color-3: var(--van-gray-5); --van-active-color: var(--van-gray-2); --van-active-opacity: .6; --van-disabled-opacity: .5; --van-background: var(--van-gray-1); --van-background-2: var(--van-white); --van-background-3: var(--van-white); --van-padding-base: .053rem; --van-padding-xs: .107rem; --van-padding-sm: .16rem; --van-padding-md: .213rem; --van-padding-lg: .32rem; --van-padding-xl: .427rem; --van-font-bold: 600; --van-font-size-xs: .133rem; --van-font-size-sm: .16rem; --van-font-size-md: .187rem; --van-font-size-lg: .213rem; --van-line-height-xs: .187rem; --van-line-height-sm: .24rem; --van-line-height-md: .267rem; --van-line-height-lg: .293rem; --van-base-font: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif; --van-price-font: avenir-heavy,"PingFang SC",helvetica neue,arial,sans-serif; --van-duration-base: .3s; --van-duration-fast: .2s; --van-ease-out: ease-out; --van-ease-in: ease-in; --van-border-color: var(--van-gray-3); --van-border-width: .013rem; --van-radius-sm: .027rem; --van-radius-md: .053rem; --van-radius-lg: .107rem; --van-radius-max: 13.32rem; }
.van-theme-dark { --van-text-color: #f5f5f5; --van-text-color-2: #707070; --van-text-color-3: #4d4d4d; --van-border-color: #3a3a3c; --van-active-color: #3a3a3c; --van-background: #000; --van-background-2: #1c1c1e; --van-background-3: #37363b; }
html { -webkit-tap-highlight-color: transparent; }
body { font-family: var(--van-base-font); margin: 0px; }
a { text-decoration: none; }
button, input, textarea { color: inherit; font-style: inherit; font-variant-caps: inherit; font-weight: inherit; font-width: inherit; font-size: inherit; line-height: inherit; font-family: inherit; font-size-adjust: inherit; font-kerning: inherit; font-variant-alternates: inherit; font-variant-ligatures: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-position: inherit; font-variant-emoji: inherit; font-feature-settings: inherit; font-optical-sizing: inherit; font-variation-settings: inherit; }
[class*="van-"]:focus, a:focus, button:focus, input:focus, textarea:focus { outline: medium; }
ol, ul { list-style: none; margin: 0px; padding: 0px; }
@keyframes van-slide-up-enter { 
  0% { transform: translate3d(0px, 100%, 0px); }
}
@keyframes van-slide-up-leave { 
  100% { transform: translate3d(0px, 100%, 0px); }
}
@keyframes van-slide-down-enter { 
  0% { transform: translate3d(0px, -100%, 0px); }
}
@keyframes van-slide-down-leave { 
  100% { transform: translate3d(0px, -100%, 0px); }
}
@keyframes van-slide-left-enter { 
  0% { transform: translate3d(-100%, 0px, 0px); }
}
@keyframes van-slide-left-leave { 
  100% { transform: translate3d(-100%, 0px, 0px); }
}
@keyframes van-slide-right-enter { 
  0% { transform: translate3d(100%, 0px, 0px); }
}
@keyframes van-slide-right-leave { 
  100% { transform: translate3d(100%, 0px, 0px); }
}
@keyframes van-fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes van-fade-out { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes van-rotate { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.van-fade-enter-active { animation: var(--van-duration-base) van-fade-in both var(--van-ease-out); }
.van-fade-leave-active { animation: var(--van-duration-base) van-fade-out both var(--van-ease-in); }
.van-slide-up-enter-active { animation: van-slide-up-enter var(--van-duration-base) both var(--van-ease-out); }
.van-slide-up-leave-active { animation: van-slide-up-leave var(--van-duration-base) both var(--van-ease-in); }
.van-slide-down-enter-active { animation: van-slide-down-enter var(--van-duration-base) both var(--van-ease-out); }
.van-slide-down-leave-active { animation: van-slide-down-leave var(--van-duration-base) both var(--van-ease-in); }
.van-slide-left-enter-active { animation: van-slide-left-enter var(--van-duration-base) both var(--van-ease-out); }
.van-slide-left-leave-active { animation: van-slide-left-leave var(--van-duration-base) both var(--van-ease-in); }
.van-slide-right-enter-active { animation: van-slide-right-enter var(--van-duration-base) both var(--van-ease-out); }
.van-slide-right-leave-active { animation: van-slide-right-leave var(--van-duration-base) both var(--van-ease-in); }
.van-clearfix::after { clear: both; content: ""; display: table; }
.van-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.van-multi-ellipsis--l2 { -webkit-line-clamp: 2; }
.van-multi-ellipsis--l2, .van-multi-ellipsis--l3 { display: -webkit-box; line-break: anywhere; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.van-multi-ellipsis--l3 { -webkit-line-clamp: 3; }
.van-safe-area-top { padding-top: env(safe-area-inset-top); }
.van-safe-area-bottom { padding-bottom: env(safe-area-inset-bottom); }
.van-haptics-feedback { cursor: pointer; }
.van-haptics-feedback:active { opacity: var(--van-active-opacity); }
[class*="van-hairline"]::after { border: 0 solid var(--van-border-color); box-sizing: border-box; content: " "; inset: -50%; pointer-events: none; position: absolute; transform: scale(0.5); }
.van-hairline, .van-hairline--bottom, .van-hairline--left, .van-hairline--right, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom { position: relative; }
.van-hairline--top::after { border-top-width: var(--van-border-width); }
.van-hairline--left::after { border-left-width: var(--van-border-width); }
.van-hairline--right::after { border-right-width: var(--van-border-width); }
.van-hairline--bottom::after { border-bottom-width: var(--van-border-width); }
.van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after { border-width: var(--van-border-width) 0; }
.van-hairline--surround::after { border-width: var(--van-border-width); }
:host, :root { --van-badge-size: .213rem; --van-badge-color: var(--van-white); --van-badge-padding: 0 .04rem; --van-badge-font-size: var(--van-font-size-sm); --van-badge-font-weight: var(--van-font-bold); --van-badge-border-width: var(--van-border-width); --van-badge-background: var(--van-danger-color); --van-badge-dot-color: var(--van-danger-color); --van-badge-dot-size: .107rem; --van-badge-font: -apple-system-font,helvetica neue,arial,sans-serif; }
.van-badge { background: var(--van-badge-background); border: var(--van-badge-border-width) solid var(--van-background-2); border-radius: var(--van-radius-max); box-sizing: border-box; color: var(--van-badge-color); display: inline-block; font-family: var(--van-badge-font); font-size: var(--van-badge-font-size); font-weight: var(--van-badge-font-weight); line-height: 1.2; min-width: var(--van-badge-size); padding: var(--van-badge-padding); text-align: center; }
.van-badge--fixed { position: absolute; transform-origin: 100% center; }
.van-badge--top-left { left: 0px; top: 0px; transform: translate(-50%, -50%); }
.van-badge--top-right { right: 0px; top: 0px; transform: translate(50%, -50%); }
.van-badge--bottom-left { bottom: 0px; left: 0px; transform: translate(-50%, 50%); }
.van-badge--bottom-right { bottom: 0px; right: 0px; transform: translate(50%, 50%); }
.van-badge--dot { background: var(--van-badge-dot-color); border: medium; border-radius: 100%; height: var(--van-badge-dot-size); min-width: 0px; padding: 0px; width: var(--van-badge-dot-size); }
.van-badge__wrapper { display: inline-block; position: relative; }
.van-icon { font-style: ; font-variant-caps: ; font-weight: ; font-width: ; line-height: ; font-family: ; font-size-adjust: ; font-kerning: ; font-variant-alternates: ; font-variant-ligatures: ; font-variant-numeric: ; font-variant-east-asian: ; font-variant-position: ; font-variant-emoji: ; font-feature-settings: ; font-optical-sizing: ; font-variation-settings: ; font-size: inherit; position: relative; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.van-icon, .van-icon::before { display: inline-block; }
.van-icon-arrow-double-left::before { content: ""; }
.van-icon-arrow-double-right::before { content: ""; }
.van-icon-contact::before { content: ""; }
.van-icon-notes::before { content: ""; }
.van-icon-records::before { content: ""; }
.van-icon-cash-back-record::before { content: ""; }
.van-icon-newspaper::before { content: ""; }
.van-icon-discount::before { content: ""; }
.van-icon-completed::before { content: ""; }
.van-icon-user::before { content: ""; }
.van-icon-description::before { content: ""; }
.van-icon-list-switch::before { content: ""; }
.van-icon-list-switching::before { content: ""; }
.van-icon-link-o::before { content: ""; }
.van-icon-miniprogram-o::before { content: ""; }
.van-icon-qq::before { content: ""; }
.van-icon-wechat-moments::before { content: ""; }
.van-icon-weibo::before { content: ""; }
.van-icon-cash-o::before { content: ""; }
.van-icon-guide-o::before { content: ""; }
.van-icon-invitation::before { content: ""; }
.van-icon-shield-o::before { content: ""; }
.van-icon-exchange::before { content: ""; }
.van-icon-eye::before { content: ""; }
.van-icon-enlarge::before { content: ""; }
.van-icon-expand-o::before { content: ""; }
.van-icon-eye-o::before { content: ""; }
.van-icon-expand::before { content: ""; }
.van-icon-filter-o::before { content: ""; }
.van-icon-fire::before { content: ""; }
.van-icon-fail::before { content: ""; }
.van-icon-failure::before { content: ""; }
.van-icon-fire-o::before { content: ""; }
.van-icon-flag-o::before { content: ""; }
.van-icon-font::before { content: ""; }
.van-icon-font-o::before { content: ""; }
.van-icon-gem-o::before { content: ""; }
.van-icon-flower-o::before { content: ""; }
.van-icon-gem::before { content: ""; }
.van-icon-gift-card::before { content: ""; }
.van-icon-friends::before { content: ""; }
.van-icon-friends-o::before { content: ""; }
.van-icon-gold-coin::before { content: ""; }
.van-icon-gold-coin-o::before { content: ""; }
.van-icon-good-job-o::before { content: ""; }
.van-icon-gift::before { content: ""; }
.van-icon-gift-o::before { content: ""; }
.van-icon-gift-card-o::before { content: ""; }
.van-icon-good-job::before { content: ""; }
.van-icon-home-o::before { content: ""; }
.van-icon-goods-collect::before { content: ""; }
.van-icon-graphic::before { content: ""; }
.van-icon-goods-collect-o::before { content: ""; }
.van-icon-hot-o::before { content: ""; }
.van-icon-info::before { content: ""; }
.van-icon-hotel-o::before { content: ""; }
.van-icon-info-o::before { content: ""; }
.van-icon-hot-sale-o::before { content: ""; }
.van-icon-hot::before { content: ""; }
.van-icon-like::before { content: ""; }
.van-icon-idcard::before { content: ""; }
.van-icon-like-o::before { content: ""; }
.van-icon-hot-sale::before { content: ""; }
.van-icon-location-o::before { content: ""; }
.van-icon-location::before { content: ""; }
.van-icon-label::before { content: ""; }
.van-icon-lock::before { content: ""; }
.van-icon-label-o::before { content: ""; }
.van-icon-map-marked::before { content: ""; }
.van-icon-logistics::before { content: ""; }
.van-icon-manager::before { content: ""; }
.van-icon-more::before { content: ""; }
.van-icon-live::before { content: ""; }
.van-icon-manager-o::before { content: ""; }
.van-icon-medal::before { content: ""; }
.van-icon-more-o::before { content: ""; }
.van-icon-music-o::before { content: ""; }
.van-icon-music::before { content: ""; }
.van-icon-new-arrival-o::before { content: ""; }
.van-icon-medal-o::before { content: ""; }
.van-icon-new-o::before { content: ""; }
.van-icon-free-postage::before { content: ""; }
.van-icon-newspaper-o::before { content: ""; }
.van-icon-new-arrival::before { content: ""; }
.van-icon-minus::before { content: ""; }
.van-icon-orders-o::before { content: ""; }
.van-icon-new::before { content: ""; }
.van-icon-paid::before { content: ""; }
.van-icon-notes-o::before { content: ""; }
.van-icon-other-pay::before { content: ""; }
.van-icon-pause-circle::before { content: ""; }
.van-icon-pause::before { content: ""; }
.van-icon-pause-circle-o::before { content: ""; }
.van-icon-peer-pay::before { content: ""; }
.van-icon-pending-payment::before { content: ""; }
.van-icon-passed::before { content: ""; }
.van-icon-plus::before { content: ""; }
.van-icon-phone-circle-o::before { content: ""; }
.van-icon-phone-o::before { content: ""; }
.van-icon-printer::before { content: ""; }
.van-icon-photo-fail::before { content: ""; }
.van-icon-phone::before { content: ""; }
.van-icon-photo-o::before { content: ""; }
.van-icon-play-circle::before { content: ""; }
.van-icon-play::before { content: ""; }
.van-icon-phone-circle::before { content: ""; }
.van-icon-point-gift-o::before { content: ""; }
.van-icon-point-gift::before { content: ""; }
.van-icon-play-circle-o::before { content: ""; }
.van-icon-shrink::before { content: ""; }
.van-icon-photo::before { content: ""; }
.van-icon-qr::before { content: ""; }
.van-icon-qr-invalid::before { content: ""; }
.van-icon-question-o::before { content: ""; }
.van-icon-revoke::before { content: ""; }
.van-icon-replay::before { content: ""; }
.van-icon-service::before { content: ""; }
.van-icon-question::before { content: ""; }
.van-icon-search::before { content: ""; }
.van-icon-refund-o::before { content: ""; }
.van-icon-service-o::before { content: ""; }
.van-icon-scan::before { content: ""; }
.van-icon-share::before { content: ""; }
.van-icon-send-gift-o::before { content: ""; }
.van-icon-share-o::before { content: ""; }
.van-icon-setting::before { content: ""; }
.van-icon-points::before { content: ""; }
.van-icon-photograph::before { content: ""; }
.van-icon-shop::before { content: ""; }
.van-icon-shop-o::before { content: ""; }
.van-icon-shop-collect-o::before { content: ""; }
.van-icon-shop-collect::before { content: ""; }
.van-icon-smile::before { content: ""; }
.van-icon-shopping-cart-o::before { content: ""; }
.van-icon-sign::before { content: ""; }
.van-icon-sort::before { content: ""; }
.van-icon-star-o::before { content: ""; }
.van-icon-smile-comment-o::before { content: ""; }
.van-icon-stop::before { content: ""; }
.van-icon-stop-circle-o::before { content: ""; }
.van-icon-smile-o::before { content: ""; }
.van-icon-star::before { content: ""; }
.van-icon-success::before { content: ""; }
.van-icon-stop-circle::before { content: ""; }
.van-icon-records-o::before { content: ""; }
.van-icon-shopping-cart::before { content: ""; }
.van-icon-tosend::before { content: ""; }
.van-icon-todo-list::before { content: ""; }
.van-icon-thumb-circle-o::before { content: ""; }
.van-icon-thumb-circle::before { content: ""; }
.van-icon-umbrella-circle::before { content: ""; }
.van-icon-underway::before { content: ""; }
.van-icon-upgrade::before { content: ""; }
.van-icon-todo-list-o::before { content: ""; }
.van-icon-tv-o::before { content: ""; }
.van-icon-underway-o::before { content: ""; }
.van-icon-user-o::before { content: ""; }
.van-icon-vip-card-o::before { content: ""; }
.van-icon-vip-card::before { content: ""; }
.van-icon-send-gift::before { content: ""; }
.van-icon-wap-home::before { content: ""; }
.van-icon-wap-nav::before { content: ""; }
.van-icon-volume-o::before { content: ""; }
.van-icon-video::before { content: ""; }
.van-icon-wap-home-o::before { content: ""; }
.van-icon-volume::before { content: ""; }
.van-icon-warning::before { content: ""; }
.van-icon-weapp-nav::before { content: ""; }
.van-icon-wechat-pay::before { content: ""; }
.van-icon-warning-o::before { content: ""; }
.van-icon-wechat::before { content: ""; }
.van-icon-setting-o::before { content: ""; }
.van-icon-youzan-shield::before { content: ""; }
.van-icon-warn-o::before { content: ""; }
.van-icon-smile-comment::before { content: ""; }
.van-icon-user-circle-o::before { content: ""; }
.van-icon-video-o::before { content: ""; }
.van-icon-add-square::before { content: ""; }
.van-icon-add::before { content: ""; }
.van-icon-arrow-down::before { content: ""; }
.van-icon-arrow-up::before { content: ""; }
.van-icon-arrow::before { content: ""; }
.van-icon-after-sale::before { content: ""; }
.van-icon-add-o::before { content: ""; }
.van-icon-alipay::before { content: ""; }
.van-icon-ascending::before { content: ""; }
.van-icon-apps-o::before { content: ""; }
.van-icon-aim::before { content: ""; }
.van-icon-award::before { content: ""; }
.van-icon-arrow-left::before { content: ""; }
.van-icon-award-o::before { content: ""; }
.van-icon-audio::before { content: ""; }
.van-icon-bag-o::before { content: ""; }
.van-icon-balance-list::before { content: ""; }
.van-icon-back-top::before { content: ""; }
.van-icon-bag::before { content: ""; }
.van-icon-balance-pay::before { content: ""; }
.van-icon-balance-o::before { content: ""; }
.van-icon-bar-chart-o::before { content: ""; }
.van-icon-bars::before { content: ""; }
.van-icon-balance-list-o::before { content: ""; }
.van-icon-birthday-cake-o::before { content: ""; }
.van-icon-bookmark::before { content: ""; }
.van-icon-bill::before { content: ""; }
.van-icon-bell::before { content: ""; }
.van-icon-browsing-history-o::before { content: ""; }
.van-icon-browsing-history::before { content: ""; }
.van-icon-bookmark-o::before { content: ""; }
.van-icon-bulb-o::before { content: ""; }
.van-icon-bullhorn-o::before { content: ""; }
.van-icon-bill-o::before { content: ""; }
.van-icon-calendar-o::before { content: ""; }
.van-icon-brush-o::before { content: ""; }
.van-icon-card::before { content: ""; }
.van-icon-cart-o::before { content: ""; }
.van-icon-cart-circle::before { content: ""; }
.van-icon-cart-circle-o::before { content: ""; }
.van-icon-cart::before { content: ""; }
.van-icon-cash-on-deliver::before { content: ""; }
.van-icon-cash-back-record-o::before { content: ""; }
.van-icon-cashier-o::before { content: ""; }
.van-icon-chart-trending-o::before { content: ""; }
.van-icon-certificate::before { content: ""; }
.van-icon-chat::before { content: ""; }
.van-icon-clear::before { content: ""; }
.van-icon-chat-o::before { content: ""; }
.van-icon-checked::before { content: ""; }
.van-icon-clock::before { content: ""; }
.van-icon-clock-o::before { content: ""; }
.van-icon-close::before { content: ""; }
.van-icon-closed-eye::before { content: ""; }
.van-icon-circle::before { content: ""; }
.van-icon-cluster-o::before { content: ""; }
.van-icon-column::before { content: ""; }
.van-icon-comment-circle-o::before { content: ""; }
.van-icon-cluster::before { content: ""; }
.van-icon-comment::before { content: ""; }
.van-icon-comment-o::before { content: ""; }
.van-icon-comment-circle::before { content: ""; }
.van-icon-completed-o::before { content: ""; }
.van-icon-credit-pay::before { content: ""; }
.van-icon-coupon::before { content: ""; }
.van-icon-debit-pay::before { content: ""; }
.van-icon-coupon-o::before { content: ""; }
.van-icon-contact-o::before { content: ""; }
.van-icon-descending::before { content: ""; }
.van-icon-desktop-o::before { content: ""; }
.van-icon-diamond-o::before { content: ""; }
.van-icon-description-o::before { content: ""; }
.van-icon-delete::before { content: ""; }
.van-icon-diamond::before { content: ""; }
.van-icon-delete-o::before { content: ""; }
.van-icon-cross::before { content: ""; }
.van-icon-edit::before { content: ""; }
.van-icon-ellipsis::before { content: ""; }
.van-icon-down::before { content: ""; }
.van-icon-discount-o::before { content: ""; }
.van-icon-ecard-pay::before { content: ""; }
.van-icon-envelop-o::before { content: ""; }
@font-face { font-display: auto; font-family: vant-icon; font-style: normal; font-weight: 400; src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url("//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff?t=1705587463221") format("woff"); }
.van-icon__image { display: block; height: 1em; object-fit: contain; width: 1em; }
:host, :root { --van-loading-text-color: var(--van-text-color-2); --van-loading-text-font-size: var(--van-font-size-md); --van-loading-spinner-color: var(--van-gray-5); --van-loading-spinner-size: .4rem; --van-loading-spinner-duration: .8s; }
.van-loading { color: var(--van-loading-spinner-color); font-size: 0px; }
.van-loading, .van-loading__spinner { position: relative; vertical-align: middle; }
.van-loading__spinner { animation: van-rotate var(--van-loading-spinner-duration) linear infinite; display: inline-block; height: var(--van-loading-spinner-size); max-height: 100%; max-width: 100%; width: var(--van-loading-spinner-size); }
.van-loading__spinner--spinner { animation-timing-function: steps(12); }
.van-loading__spinner--circular { animation-duration: 2s; }
.van-loading__line { height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
.van-loading__line::before { background-color: currentcolor; border-radius: 40%; content: " "; display: block; height: 25%; margin: 0px auto; width: 0.027rem; }
.van-loading__circular { display: block; height: 100%; width: 100%; }
.van-loading__circular circle { animation: 1.5s ease-in-out infinite van-circular; stroke: currentcolor; stroke-width: 3; stroke-linecap: round; }
.van-loading__text { color: var(--van-loading-text-color); display: inline-block; font-size: var(--van-loading-text-font-size); margin-left: var(--van-padding-xs); vertical-align: middle; }
.van-loading--vertical { align-items: center; display: flex; flex-direction: column; }
.van-loading--vertical .van-loading__text { margin: var(--van-padding-xs) 0 0; }
@keyframes van-circular { 
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0px; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -40; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -120; }
}
.van-loading__line--1 { opacity: 1; transform: rotate(30deg); }
.van-loading__line--2 { opacity: 0.9375; transform: rotate(60deg); }
.van-loading__line--3 { opacity: 0.875; transform: rotate(90deg); }
.van-loading__line--4 { opacity: 0.8125; transform: rotate(120deg); }
.van-loading__line--5 { opacity: 0.75; transform: rotate(150deg); }
.van-loading__line--6 { opacity: 0.6875; transform: rotate(180deg); }
.van-loading__line--7 { opacity: 0.625; transform: rotate(210deg); }
.van-loading__line--8 { opacity: 0.5625; transform: rotate(240deg); }
.van-loading__line--9 { opacity: 0.5; transform: rotate(270deg); }
.van-loading__line--10 { opacity: 0.4375; transform: rotate(300deg); }
.van-loading__line--11 { opacity: 0.375; transform: rotate(330deg); }
.van-loading__line--12 { opacity: 0.3125; transform: rotate(1turn); }
:host, :root { --van-overlay-z-index: 1; --van-overlay-background: rgba(0,0,0,.7); }
.van-overlay { background: var(--van-overlay-background); height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: var(--van-overlay-z-index); }
:host, :root { --van-popup-background: var(--van-background-2); --van-popup-transition: transform var(--van-duration-base); --van-popup-round-radius: .213rem; --van-popup-close-icon-size: .293rem; --van-popup-close-icon-color: var(--van-gray-5); --van-popup-close-icon-margin: .213rem; --van-popup-close-icon-z-index: 1; }
.van-overflow-hidden { overflow: hidden !important; }
.van-popup { background: var(--van-popup-background); box-sizing: border-box; max-height: 100%; overflow-y: auto; position: fixed; transition: var(--van-popup-transition); }
.van-popup--center { left: 0px; margin: 0px auto; max-width: calc(100vw - var(--van-padding-md)*2); right: 0px; top: 50%; transform: translateY(-50%); width: fit-content; }
.van-popup--center.van-popup--round { border-radius: var(--van-popup-round-radius); }
.van-popup--top { left: 0px; top: 0px; width: 100%; }
.van-popup--top.van-popup--round { border-radius: 0 0 var(--van-popup-round-radius) var(--van-popup-round-radius); }
.van-popup--right { right: 0px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.van-popup--right.van-popup--round { border-radius: var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius); }
.van-popup--bottom { bottom: 0px; left: 0px; width: 100%; }
.van-popup--bottom.van-popup--round { border-radius: var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0; }
.van-popup--left { left: 0px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.van-popup--left.van-popup--round { border-radius: 0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0; }
.van-popup-slide-bottom-enter-active, .van-popup-slide-left-enter-active, .van-popup-slide-right-enter-active, .van-popup-slide-top-enter-active { transition-timing-function: var(--van-ease-out); }
.van-popup-slide-bottom-leave-active, .van-popup-slide-left-leave-active, .van-popup-slide-right-leave-active, .van-popup-slide-top-leave-active { transition-timing-function: var(--van-ease-in); }
.van-popup-slide-top-enter-from, .van-popup-slide-top-leave-active { transform: translate3d(0px, -100%, 0px); }
.van-popup-slide-right-enter-from, .van-popup-slide-right-leave-active { transform: translate3d(100%, -50%, 0px); }
.van-popup-slide-bottom-enter-from, .van-popup-slide-bottom-leave-active { transform: translate3d(0px, 100%, 0px); }
.van-popup-slide-left-enter-from, .van-popup-slide-left-leave-active { transform: translate3d(-100%, -50%, 0px); }
.van-popup__close-icon { color: var(--van-popup-close-icon-color); font-size: var(--van-popup-close-icon-size); position: absolute; z-index: var(--van-popup-close-icon-z-index); }
.van-popup__close-icon--top-left { left: var(--van-popup-close-icon-margin); top: var(--van-popup-close-icon-margin); }
.van-popup__close-icon--top-right { right: var(--van-popup-close-icon-margin); top: var(--van-popup-close-icon-margin); }
.van-popup__close-icon--bottom-left { bottom: var(--van-popup-close-icon-margin); left: var(--van-popup-close-icon-margin); }
.van-popup__close-icon--bottom-right { bottom: var(--van-popup-close-icon-margin); right: var(--van-popup-close-icon-margin); }
:host, :root { --van-toast-max-width: 70%; --van-toast-font-size: var(--van-font-size-md); --van-toast-text-color: var(--van-white); --van-toast-loading-icon-color: var(--van-white); --van-toast-line-height: var(--van-line-height-md); --van-toast-radius: var(--van-radius-lg); --van-toast-background: rgba(0,0,0,.7); --van-toast-icon-size: .48rem; --van-toast-text-min-width: 1.28rem; --van-toast-text-padding: var(--van-padding-xs) var(--van-padding-sm); --van-toast-default-padding: var(--van-padding-md); --van-toast-default-width: 1.173rem; --van-toast-default-min-height: 1.173rem; --van-toast-position-top-distance: 20%; --van-toast-position-bottom-distance: 20%; }
.van-toast { align-items: center; background: var(--van-toast-background); border-radius: var(--van-toast-radius); box-sizing: content-box; color: var(--van-toast-text-color); display: flex; flex-direction: column; font-size: var(--van-toast-font-size); justify-content: center; line-height: var(--van-toast-line-height); max-width: var(--van-toast-max-width); min-height: var(--van-toast-default-min-height); padding: var(--van-toast-default-padding); text-align: center; transition: all var(--van-duration-fast); white-space: pre-wrap; width: var(--van-toast-default-width); word-break: break-all; }
.van-toast--break-normal { word-break: normal; overflow-wrap: normal; }
.van-toast--break-word { word-break: normal; overflow-wrap: break-word; }
.van-toast--unclickable { cursor: not-allowed; overflow: hidden; }
.van-toast--unclickable * { pointer-events: none; }
.van-toast--html, .van-toast--text { min-height: 0px; min-width: var(--van-toast-text-min-width); padding: var(--van-toast-text-padding); width: fit-content; }
.van-toast--html .van-toast__text, .van-toast--text .van-toast__text { margin-top: 0px; }
.van-toast--top { top: var(--van-toast-position-top-distance); }
.van-toast--bottom { bottom: var(--van-toast-position-bottom-distance); top: auto; }
.van-toast__icon { font-size: var(--van-toast-icon-size); }
.van-toast__loading { color: var(--van-toast-loading-icon-color); padding: var(--van-padding-base); }
.van-toast__text { margin-top: var(--van-padding-xs); }
.toast-overlay[data-v-e2c78186] { justify-content: center; inset: 0px; position: fixed; z-index: 10000; }
.toast[data-v-e2c78186], .toast-overlay[data-v-e2c78186] { align-items: center; display: flex; }
.toast[data-v-e2c78186] { background: linear-gradient(rgba(58, 58, 58, 0.6), rgba(20, 20, 20, 0.6)); border-radius: 0.107rem; color: rgb(255, 255, 255); overflow: hidden; padding: 0.2rem 0.267rem; }
.toast-icon[data-v-e2c78186] { line-height: 0.4rem; margin-right: 0.133rem; }
.icon-font[data-v-e2c78186] { height: 0.6rem; width: 0.6rem; }
.toast-message[data-v-e2c78186] { font-size: 0.4rem; overflow-wrap: break-word; max-width: 6rem; }
:host, :root { --van-image-placeholder-text-color: var(--van-text-color-2); --van-image-placeholder-font-size: var(--van-font-size-md); --van-image-placeholder-background: var(--van-background); --van-image-loading-icon-size: .427rem; --van-image-loading-icon-color: var(--van-gray-4); --van-image-error-icon-size: .427rem; --van-image-error-icon-color: var(--van-gray-4); }
.van-image { display: inline-block; position: relative; }
.van-image--round { border-radius: var(--van-radius-max); overflow: hidden; }
.van-image--round .van-image__img { border-radius: inherit; }
.van-image--block { display: block; }
.van-image__error, .van-image__img, .van-image__loading { display: block; height: 100%; width: 100%; }
.van-image__error, .van-image__loading { align-items: center; background: var(--van-image-placeholder-background); color: var(--van-image-placeholder-text-color); display: flex; flex-direction: column; font-size: var(--van-image-placeholder-font-size); justify-content: center; left: 0px; position: absolute; top: 0px; }
.van-image__loading-icon { color: var(--van-image-loading-icon-color); font-size: var(--van-image-loading-icon-size); }
.van-image__error-icon { color: var(--van-image-error-icon-color); font-size: var(--van-image-error-icon-size); }
:host, :root { --van-button-mini-height: .32rem; --van-button-mini-padding: 0 var(--van-padding-base); --van-button-mini-font-size: var(--van-font-size-xs); --van-button-small-height: .427rem; --van-button-small-padding: 0 var(--van-padding-xs); --van-button-small-font-size: var(--van-font-size-sm); --van-button-normal-padding: 0 .2rem; --van-button-normal-font-size: var(--van-font-size-md); --van-button-large-height: .667rem; --van-button-default-height: .587rem; --van-button-default-line-height: 1.2; --van-button-default-font-size: var(--van-font-size-lg); --van-button-default-color: var(--van-text-color); --van-button-default-background: var(--van-background-2); --van-button-default-border-color: var(--van-gray-4); --van-button-primary-color: var(--van-white); --van-button-primary-background: var(--van-primary-color); --van-button-primary-border-color: var(--van-primary-color); --van-button-success-color: var(--van-white); --van-button-success-background: var(--van-success-color); --van-button-success-border-color: var(--van-success-color); --van-button-danger-color: var(--van-white); --van-button-danger-background: var(--van-danger-color); --van-button-danger-border-color: var(--van-danger-color); --van-button-warning-color: var(--van-white); --van-button-warning-background: var(--van-warning-color); --van-button-warning-border-color: var(--van-warning-color); --van-button-border-width: var(--van-border-width); --van-button-radius: var(--van-radius-md); --van-button-round-radius: var(--van-radius-max); --van-button-plain-background: var(--van-white); --van-button-disabled-opacity: var(--van-disabled-opacity); --van-button-icon-size: 1.2em; --van-button-loading-icon-size: .267rem; }
.van-theme-dark { --van-button-plain-background: transparent; }
.van-button { appearance: none; border-radius: var(--van-button-radius); box-sizing: border-box; cursor: pointer; display: inline-block; font-size: var(--van-button-default-font-size); height: var(--van-button-default-height); line-height: var(--van-button-default-line-height); margin: 0px; padding: 0px; position: relative; text-align: center; transition: opacity var(--van-duration-fast); -webkit-font-smoothing: auto; }
.van-button::before { background: var(--van-black); border-width: inherit; border-style: inherit; border-image: inherit; border-color: var(--van-black); border-radius: inherit; box-sizing: content-box; content: " "; height: 100%; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }
.van-button:active::before { opacity: 0.1; }
.van-button--disabled::before, .van-button--loading::before { display: none; }
.van-button--default { background: var(--van-button-default-background); border: var(--van-button-border-width) solid var(--van-button-default-border-color); color: var(--van-button-default-color); }
.van-button--primary { background: var(--van-button-primary-background); border: var(--van-button-border-width) solid var(--van-button-primary-border-color); color: var(--van-button-primary-color); }
.van-button--success { background: var(--van-button-success-background); border: var(--van-button-border-width) solid var(--van-button-success-border-color); color: var(--van-button-success-color); }
.van-button--danger { background: var(--van-button-danger-background); border: var(--van-button-border-width) solid var(--van-button-danger-border-color); color: var(--van-button-danger-color); }
.van-button--warning { background: var(--van-button-warning-background); border: var(--van-button-border-width) solid var(--van-button-warning-border-color); color: var(--van-button-warning-color); }
.van-button--plain { background: var(--van-button-plain-background); }
.van-button--plain.van-button--primary { color: var(--van-button-primary-background); }
.van-button--plain.van-button--success { color: var(--van-button-success-background); }
.van-button--plain.van-button--danger { color: var(--van-button-danger-background); }
.van-button--plain.van-button--warning { color: var(--van-button-warning-background); }
.van-button--large { height: var(--van-button-large-height); width: 100%; }
.van-button--normal { font-size: var(--van-button-normal-font-size); padding: var(--van-button-normal-padding); }
.van-button--small { font-size: var(--van-button-small-font-size); height: var(--van-button-small-height); padding: var(--van-button-small-padding); }
.van-button__loading { color: inherit; font-size: inherit; }
.van-button__loading .van-loading__spinner { color: currentcolor; height: var(--van-button-loading-icon-size); width: var(--van-button-loading-icon-size); }
.van-button--mini { font-size: var(--van-button-mini-font-size); height: var(--van-button-mini-height); padding: var(--van-button-mini-padding); }
.van-button--mini + .van-button--mini { margin-left: var(--van-padding-base); }
.van-button--block { display: block; width: 100%; }
.van-button--disabled { cursor: not-allowed; opacity: var(--van-button-disabled-opacity); }
.van-button--loading { cursor: default; }
.van-button--round { border-radius: var(--van-button-round-radius); }
.van-button--square { border-radius: 0px; }
.van-button__content { align-items: center; display: flex; height: 100%; justify-content: center; }
.van-button__content::before { content: " "; }
.van-button__icon { font-size: var(--van-button-icon-size); line-height: inherit; }
.van-button__icon + .van-button__text, .van-button__loading + .van-button__text, .van-button__text + .van-button__icon, .van-button__text + .van-button__loading { margin-left: var(--van-padding-base); }
.van-button--hairline { border-width: 0px; }
.van-button--hairline::after { border-color: inherit; border-radius: calc(var(--van-button-radius)*2); }
.van-button--hairline.van-button--round::after { border-radius: var(--van-button-round-radius); }
.van-button--hairline.van-button--square::after { border-radius: 0px; }
.geetest-btn-box[data-v-046ea367] { box-sizing: border-box; height: 100%; }
.geetest-btn[data-v-046ea367] { background: linear-gradient(rgb(255, 255, 255), rgb(234, 240, 255)); border: 1px solid var(--u-divider-color); border-radius: 0.933rem; box-shadow: rgb(191, 201, 234) 0px -0.053rem 0.027rem inset; color: var(--u-module-text-color); font-size: var(--u-default-text-size); font-weight: 500; height: 100%; }
.geetest-btn-text[data-v-046ea367] { line-height: normal; }
.geetest-btn .icon-yes[data-v-046ea367] { height: 0.4rem; margin-right: 0.16rem; width: 0.4rem; }
.geetest-btn:not(.van-button--disabled):hover .auth-btn-text[data-v-046ea367] { color: var(--u-module-text-color); }
.geetest-btn.active[data-v-046ea367] { background: linear-gradient(rgb(255, 255, 255), rgb(234, 240, 255)); box-shadow: rgb(75, 91, 237) 0px -0.053rem 0.027rem inset; }
.geetest-btn.active .auth-btn-text[data-v-046ea367] { color: var(--u-primary-text-color) !important; }
.auth-btn-text[data-v-046ea367] { color: var(--u-default-text-color); line-height: 1em; padding-top: 0.013rem; }
.van-button--disabled[data-v-046ea367] { opacity: 1; }
.van-button--disabled .auth-btn-text[data-v-046ea367] { color: var(--u-default-text-color); }
.success.van-button--disabled[data-v-046ea367] { opacity: 1 !important; }
.success.van-button--disabled .auth-btn-text[data-v-046ea367] { color: var(--u-module-text-color) !important; }
.icon-loading[data-v-046ea367] { height: 0.8rem; width: 0.8rem; }
@font-face { font-family: DIN-700; src: url("https://teosdf.com/_nuxt/D-DIN-PRO-700-Bold.WWlV1fXR.otf"); }
[data-v-942f1ddd] .van-field__control:disabled { color: rgb(221, 223, 229) !important; }
.van-popup[data-v-942f1ddd] { background: none; }
.red-warp[data-v-942f1ddd] { box-sizing: border-box; height: 10.2rem; position: relative; width: 7.253rem; }
.red-warp .money-tip[data-v-942f1ddd] { -webkit-backdrop-filter: blur(0.067rem); backdrop-filter: blur(0.067rem); background: linear-gradient(0deg, rgb(186, 35, 40) -11.46%, rgb(247, 50, 44)); border-radius: 0.667rem; color: rgb(255, 255, 255); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 600; height: 0.64rem; line-height: 0.64rem; padding: 0px 0.333rem; position: relative; text-align: center; top: 2.467rem; z-index: 2; }
.red-warp .step-0[data-v-942f1ddd], .red-warp .step-1[data-v-942f1ddd], .red-warp .step-2[data-v-942f1ddd] { border-radius: 0.906rem; display: flex; height: 8rem; justify-content: center; overflow: hidden; position: relative; width: 100%; will-change: transform, opacity; }
.red-warp .step-0[data-v-942f1ddd] { height: 8.747rem !important; }
.red-warp .step-0[data-v-942f1ddd], .red-warp .step-1[data-v-942f1ddd] { animation: 0.5s zoom-942f1ddd; }
.red-warp .step-2[data-v-942f1ddd] { animation: 0.5s flipBack-942f1ddd; height: 8.747rem !important; }
.red-warp .end-text[data-v-942f1ddd] { color: rgb(0, 0, 255); font-family: PingFang SC; font-size: 0.533rem; font-style: normal; font-weight: 600; line-height: normal; margin-top: 30%; text-align: center; width: 80%; z-index: 2; }
.red-warp .remaining-box[data-v-942f1ddd] { height: 0.88rem; left: 50%; position: absolute; top: 0px; transform: translate(-50%); width: 4.853rem; z-index: 1; }
.red-warp .remaining-box .time-back[data-v-942f1ddd] { height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
.red-warp .remaining-box .expire-box span[data-v-942f1ddd] { color: rgb(133, 27, 20); font-family: PingFang SC; font-size: 0.293rem; font-style: normal; font-weight: 500; line-height: normal; text-align: center; z-index: 1; }
.red-warp .remaining-box .time-box[data-v-942f1ddd] { align-items: center; }
.red-warp .remaining-box .time-box .time[data-v-942f1ddd] { background: linear-gradient(rgb(252, 56, 44), rgb(252, 56, 44)) padding-box text; -webkit-background-clip: text; font-family: PingFang SC; font-size: 0.533rem; font-style: normal; font-weight: 600; line-height: normal; text-align: center; z-index: 1; -webkit-text-fill-color: transparent; }
.red-warp .remaining-box .time-box .time-text[data-v-942f1ddd] { color: rgb(170, 27, 19); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; line-height: normal; margin-left: 0.093rem; text-align: center; z-index: 1; }
.red-warp .red-back-box[data-v-942f1ddd] { border-radius: 0.906rem; box-sizing: border-box; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; }
.red-warp .input-box[data-v-942f1ddd] { margin-top: 0.96rem; }
.red-warp .input-box .van-cell[data-v-942f1ddd] { align-items: center; background: rgb(176, 27, 27); border-radius: 0.613rem; display: flex; height: 1.12rem; justify-content: center; margin-bottom: 0.56rem; width: 6.24rem; }
.red-warp .input-box .van-cell .van-field__value[data-v-942f1ddd] { display: flex; height: 100%; width: 100%; }
.red-warp .input-box .van-cell[data-v-942f1ddd] .van-field__control::placeholder { color: rgb(221, 223, 229); font-family: PingFang SC; font-size: 0.373rem; font-weight: 400; }
.red-warp .input-box .van-cell[data-v-942f1ddd] .van-field__control { color: rgb(255, 255, 255); font-family: PingFang SC; font-size: 0.373rem; font-style: normal; font-weight: 500; line-height: normal; }
.red-warp .money[data-v-942f1ddd] { background: linear-gradient(rgb(255, 75, 43), rgb(218, 29, 12)) padding-box text; -webkit-background-clip: text; font-family: DIN-700; left: 50%; position: absolute; top: 40%; transform: translate(-50%, -40%); z-index: 2; -webkit-text-fill-color: transparent; border: 0.013rem solid transparent; color: rgb(188, 27, 30); font-size: 1.733rem; font-style: normal; font-weight: 700; line-height: normal; text-align: center; }
.red-warp .tip-box[data-v-942f1ddd] { bottom: 3.6rem; position: absolute; width: 80%; }
.red-warp .tip-box span[data-v-942f1ddd] { color: rgb(133, 27, 20); font-family: PingFang SC; font-size: 0.293rem; text-align: center; width: 100%; z-index: 1; }
.red-warp .canot-box[data-v-942f1ddd] { position: relative; width: 100%; }
.red-warp .canot-box .progress-content[data-v-942f1ddd] { animation: 0.5s zoomInPlace-942f1ddd; display: flex; flex-direction: column; gap: 0.133rem; left: 50%; position: absolute; top: 3rem; transform: translate(-50%); width: 5.5rem; z-index: 1; }
.red-warp .canot-box .progress-content .tip-text[data-v-942f1ddd] { color: rgb(48, 59, 86); font-family: PingFang SC; font-size: 0.373rem; font-style: normal; font-weight: 600; line-height: normal; text-align: center; }
.red-warp .canot-box .progress-content .amount-text[data-v-942f1ddd] { color: rgb(188, 27, 30); font-family: PingFang SC; font-size: 0.613rem; font-style: normal; font-weight: 600; line-height: normal; text-align: center; }
.red-warp .canot-box .progress-content .amount-text .amount-value[data-v-942f1ddd] { color: rgb(255, 107, 107); font-size: 0.4rem; font-weight: 600; }
.red-warp .canot-box .progress-content .progress-bar[data-v-942f1ddd] { background: rgb(249, 226, 219); border: 0.013rem solid rgba(255, 255, 255, 0.5); border-radius: 0.267rem; height: 0.187rem; width: 5.16rem; }
.red-warp .canot-box .progress-content .progress-bar .progress-fill[data-v-942f1ddd] { background: linear-gradient(270deg, rgb(243, 180, 99) -0.2%, rgb(223, 14, 16) 99.71%); border-radius: 0.267rem; height: 100%; transition: width 0.3s; }
.red-warp .canot-box .progress-content .progress-label[data-v-942f1ddd] { color: rgb(48, 59, 86); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 400; line-height: normal; text-align: center; }
.red-warp .canot-box .progress-content .progress-label .current[data-v-942f1ddd] { color: rgb(235, 32, 26); font-weight: 600; }
.red-warp .get-btn[data-v-942f1ddd] { bottom: 0.55rem; height: 1.093rem; left: 50%; position: absolute; transform: translate(-50%); width: 4.053rem; }
.red-warp .get-btn-6[data-v-942f1ddd] { bottom: 0.8rem !important; }
.red-warp .get-tip[data-v-942f1ddd] { animation: 0.5s zoomInPlace-942f1ddd; bottom: 2.266rem; color: rgb(251, 227, 166); font-family: PingFang SC; font-size: 0.346rem; font-style: normal; font-weight: 400; left: 50%; line-height: normal; position: absolute; text-align: center; transform: translate(-50%); white-space: nowrap; }
.close[data-v-942f1ddd] { animation: 0.5s closeZoomInPlace-942f1ddd; bottom: 0px; height: 0.96rem; position: absolute; width: 0.96rem; }
@keyframes zoomInPlace-942f1ddd { 
  0% { opacity: 0; transform: translate(-50%) scale(0.3); }
  100% { opacity: 1; transform: translate(-50%) scale(1); }
}
@keyframes closeZoomInPlace-942f1ddd { 
  0% { opacity: 0; transform: scale(0.3); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes zoom-942f1ddd { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  100% { opacity: 1; transform: scaleX(1); }
}
@keyframes zoomOut-942f1ddd { 
  0% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}
@keyframes flipBack-942f1ddd { 
  0% { transform: rotateY(180deg); }
  50% { transform: rotateY(20deg); }
  100% { transform: rotateY(0deg); }
}
@keyframes flipFront-942f1ddd { 
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(160deg); }
  100% { opacity: 0; transform: rotateY(180deg); }
}
.disabled[data-v-45045661] { background: rgba(172, 179, 201, 0.2) !important; }
.field-input[data-v-45045661] { margin-bottom: 0.48rem; }
.field-input input[data-v-45045661]::placeholder { color: var(--u-default-unselect-text-color) !important; font-size: var(--u-little-title-text-size) !important; }
.field-input.is-click .field-input-box[data-v-45045661] { border-color: var(--u-success-color) !important; }
.field-input.error .field-input-box[data-v-45045661] { border-color: var(--u-error-color); }
.field-input.error .err-msg[data-v-45045661] { color: var(--u-error-color); font-size: var(--u-tips-text-size); line-height: 1.2; margin-top: 0.133rem; }
.field-input-box[data-v-45045661] { border: .013rem solid var(--u-divider-color); border-radius: 1.147rem; box-sizing: border-box; padding: 0.267rem 0.427rem; }
.field-input-box__left-icon[data-v-45045661] { margin-right: 0.16rem; }
.field-input-box__left-icon .icon[data-v-45045661] { height: 0.533rem; width: 0.533rem; }
.field-input-box__input[data-v-45045661] { flex: 1 1 0%; height: 100%; }
.field-input-box__input-required[data-v-45045661] { color: var(--u-error-color); font-size: var(--u-little-title-text-size); height: 0.267rem; padding-left: 0.16rem; width: var(--u-little-title-text-size); }
.field-input-box input[data-v-45045661] { background-color: transparent; border: 0px; box-sizing: border-box; color: var(--u-module-text-color); display: block; font-family: inherit; font-size: var(--u-little-title-text-size); height: inherit; line-height: inherit; margin: 0px; min-width: 0px; outline: medium; padding: 0.02rem 0px 0px; resize: none; text-align: left; -webkit-user-select: auto; user-select: auto; width: 100%; }
.van-popup[data-v-9775d5f8] { border-radius: 0.32rem; }
.register[data-v-9775d5f8] { background: url("https://teosdf.com/_nuxt/secure-bg.CAbMVxv3.jpg") 0% 0% / 100% auto no-repeat; font-size: var(--u-little-title-text-size); width: 7.947rem; }
.register .mr-lr4[data-v-9775d5f8] { margin-left: 0.053rem; margin-right: 0.053rem; }
.register .mr-lr4 + .icon[data-v-9775d5f8] { margin-left: 0.187rem; }
.register .pass-err[data-v-9775d5f8] { height: 1em; line-height: 1em; margin-right: 0.267rem; padding-top: 0.053rem; }
.register .pass-err[data-v-9775d5f8]::before { background: var(--u-error-color); border-radius: 0.109rem; content: ""; display: block; height: 0.107rem; margin-right: 0.04rem; margin-top: 0.08rem; width: 0.107rem; }
.register .pass-err.active[data-v-9775d5f8] { color: var(--u-success-color); }
.register .pass-err.active[data-v-9775d5f8]::before { background: var(--u-success-color); }
.register .icon[data-v-9775d5f8] { height: 0.533rem; width: 0.533rem; }
.register .left-icon[data-v-9775d5f8] { margin-right: 0.16rem; }
.register .van-cell[data-v-9775d5f8] { background-color: transparent !important; }
.register .logo-box[data-v-9775d5f8] { height: 1.067rem; margin-bottom: 0.533rem; padding-top: 0.6rem; position: relative; }
.register .logo-box .van-image[data-v-9775d5f8], .register .logo-box img[data-v-9775d5f8] { display: block; margin: 0px auto; width: 4.12rem; }
.register .logo-box .close-icon-box[data-v-9775d5f8] { padding: 0.293rem 0.293rem 0px 0px; position: absolute; right: 0px; top: 0px; }
.register .logo-box .close-icon-box .close-icon[data-v-9775d5f8] { height: 0.773rem; width: 0.773rem; }
.register .logo-box .close-icon-box .close-icon[data-v-9775d5f8] circle { fill: rgb(172, 179, 201) !important; }
.register .popup-head-line[data-v-9775d5f8] { background-color: var(--u-primary-text-color); height: 0.253rem; width: 8.04rem; }
.register .icon-em[data-v-9775d5f8], .register .icon-yes[data-v-9775d5f8] { height: 0.32rem; width: 0.32rem; }
.register .icon-em[data-v-9775d5f8] { margin-top: -0.027rem; }
.register .icon-loading[data-v-9775d5f8] { height: 0.8rem; margin: 0px auto; width: 0.8rem; }
.register .form-box[data-v-9775d5f8] { padding: 0px 0.427rem; }
.register .form-box[data-v-9775d5f8] input::placeholder { color: var(--u-default-unselect-text-color) !important; font-size: var(--u-little-title-text-size) !important; }
.register .form-box[data-v-9775d5f8] .field-input-box { height: 0.96rem; padding: 0px 0.267rem; }
.register .form-box .other-box[data-v-9775d5f8] { font-size: var(--u-module-support-text-size); line-height: normal; margin: 0.533rem 0px; }
.register .form-box .other-box a[data-v-9775d5f8] { color: var(--u-primary-text-color); margin: 0px 0.133rem; }
.register .form-box .other-box[data-v-9775d5f8] .van-checkbox__label { font-size: var(--u-module-support-text-size); line-height: normal; margin-left: 0.107rem; }
.register .form-box .other-box[data-v-9775d5f8] .van-checkbox__icon { height: auto; line-height: normal; }
.register .form-box .other-box[data-v-9775d5f8] .van-checkbox__icon .van-icon { border-radius: 0.053rem; font-size: 0.293rem; height: 0.373rem; width: 0.373rem; }
.register .form-box .other-box[data-v-9775d5f8] .van-checkbox__icon .van-icon::before { font-size: 0.293rem; }
.register .form-box .geetest-box[data-v-9775d5f8] { height: 1.173rem; }
.register .form-box .tip[data-v-9775d5f8] { color: rgb(255, 153, 0); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; line-height: normal; margin-top: 0.4rem; }
.register .form-box .auth-code-popup[data-v-9775d5f8] { width: 7.653rem; }
.register .form-box .login-btn[data-v-9775d5f8] { border-radius: 1.2rem; box-shadow: rgba(139, 142, 152, 0.25) 0px 0.133rem 0.267rem; font-size: var(--u-module-text-size); height: 1.04rem; margin-bottom: 0.773rem; margin-top: 0.4rem; }
.register .form-box .other-login[data-v-9775d5f8] { margin-top: 0.533rem; }
.register .form-box .other-login-title[data-v-9775d5f8] { font-size: var(--u-little-title-text-size); }
.register .form-box .other-login-title[data-v-9775d5f8]::after, .register .form-box .other-login-title[data-v-9775d5f8]::before { background: var(--u-divider-color); content: ""; height: 1px; width: 1.333rem; }
.register .form-box .other-login-title[data-v-9775d5f8]::before { margin-right: 0.267rem; }
.register .form-box .other-login-title[data-v-9775d5f8]::after { margin-left: 0.267rem; }
.register .form-box .other-login .tg-icon[data-v-9775d5f8] { display: block; height: 1.067rem; margin: 0.347rem auto; width: 1.067rem; }
.register .form-box .register-box[data-v-9775d5f8] { font-size: var(--u-default-text-size); }
.register .form-box .register-box a[data-v-9775d5f8] { color: var(--u-primary-text-color); }
.register .form-box[data-v-9775d5f8] .login-btn.van-button--disabled { background: var(--u-default-unselect-text-color); border-width: 0px; opacity: 1; }
.register[data-v-9775d5f8] .van-overlay { background: rgba(0, 0, 0, 0.1) !important; }
:host, :root { --van-action-bar-background: var(--van-background-2); --van-action-bar-height: .667rem; }
.van-action-bar { align-items: center; background: var(--van-action-bar-background); bottom: 0px; box-sizing: content-box; display: flex; height: var(--van-action-bar-height); left: 0px; position: fixed; right: 0px; }
:host, :root { --van-action-bar-button-height: .533rem; --van-action-bar-button-warning-color: var(--van-gradient-orange); --van-action-bar-button-danger-color: var(--van-gradient-red); }
.van-action-bar-button { border: medium; border-radius: 0px; flex: 1 1 0%; font-size: var(--van-font-size-md); font-weight: var(--van-font-bold); height: var(--van-action-bar-button-height); }
.van-action-bar-button--first { border-bottom-left-radius: var(--van-radius-max); border-top-left-radius: var(--van-radius-max); margin-left: 0.067rem; }
.van-action-bar-button--last { border-bottom-right-radius: var(--van-radius-max); border-top-right-radius: var(--van-radius-max); margin-right: 0.067rem; }
.van-action-bar-button--warning { background: var(--van-action-bar-button-warning-color); }
.van-action-bar-button--danger { background: var(--van-action-bar-button-danger-color); }
@media (max-width: 321px) {
  .van-action-bar-button { font-size: 0.173rem; }
}
:host, :root { --van-dialog-width: 4.267rem; --van-dialog-small-screen-width: 90%; --van-dialog-font-size: var(--van-font-size-lg); --van-dialog-transition: var(--van-duration-base); --van-dialog-radius: .213rem; --van-dialog-background: var(--van-background-2); --van-dialog-header-font-weight: var(--van-font-bold); --van-dialog-header-line-height: .32rem; --van-dialog-header-padding-top: .347rem; --van-dialog-header-isolated-padding: var(--van-padding-lg) 0; --van-dialog-message-padding: var(--van-padding-lg); --van-dialog-message-font-size: var(--van-font-size-md); --van-dialog-message-line-height: var(--van-line-height-md); --van-dialog-message-max-height: 60vh; --van-dialog-has-title-message-text-color: var(--van-gray-7); --van-dialog-has-title-message-padding-top: var(--van-padding-xs); --van-dialog-button-height: .64rem; --van-dialog-round-button-height: .48rem; --van-dialog-confirm-button-text-color: var(--van-primary-color); }
.van-dialog { backface-visibility: hidden; background: var(--van-dialog-background); border-radius: var(--van-dialog-radius); font-size: var(--van-dialog-font-size); overflow: hidden; top: 45%; transition-duration: ; transition-timing-function: ; transition-delay: ; transition-behavior: ; transition-property: transform, opacity; width: var(--van-dialog-width); }
@media (max-width: 321px) {
  .van-dialog { width: var(--van-dialog-small-screen-width); }
}
.van-dialog__header { color: var(--van-text-color); font-weight: var(--van-dialog-header-font-weight); line-height: var(--van-dialog-header-line-height); padding-top: var(--van-dialog-header-padding-top); text-align: center; }
.van-dialog__header--isolated { padding: var(--van-dialog-header-isolated-padding); }
.van-dialog__content--isolated { align-items: center; display: flex; min-height: 1.387rem; }
.van-dialog__message { color: var(--van-text-color); flex: 1 1 0%; font-size: var(--van-dialog-message-font-size); line-height: var(--van-dialog-message-line-height); max-height: var(--van-dialog-message-max-height); overflow-y: auto; padding: .347rem var(--van-dialog-message-padding); text-align: center; white-space: pre-wrap; overflow-wrap: break-word; }
.van-dialog__message--has-title { color: var(--van-dialog-has-title-message-text-color); padding-top: var(--van-dialog-has-title-message-padding-top); }
.van-dialog__message--left { text-align: left; }
.van-dialog__message--right { text-align: right; }
.van-dialog__message--justify { text-align: justify; }
.van-dialog__footer { display: flex; overflow: hidden; -webkit-user-select: none; user-select: none; }
.van-dialog__cancel, .van-dialog__confirm { border: 0px; border-radius: 0px; flex: 1 1 0%; height: var(--van-dialog-button-height); margin: 0px; }
.van-dialog__confirm, .van-dialog__confirm:active { color: var(--van-dialog-confirm-button-text-color); }
.van-dialog--round-button .van-dialog__footer { height: auto; padding: var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md); position: relative; }
.van-dialog--round-button .van-dialog__message { color: var(--van-text-color); padding-bottom: var(--van-padding-md); }
.van-dialog--round-button .van-dialog__cancel, .van-dialog--round-button .van-dialog__confirm { height: var(--van-dialog-round-button-height); }
.van-dialog--round-button .van-dialog__confirm { color: var(--van-white); }
.van-dialog--round-button .van-action-bar-button--first { border-bottom-left-radius: var(--van-radius-max); border-top-left-radius: var(--van-radius-max); }
.van-dialog--round-button .van-action-bar-button--last { border-bottom-right-radius: var(--van-radius-max); border-top-right-radius: var(--van-radius-max); }
.van-dialog-bounce-enter-from { opacity: 0; transform: translate3d(0px, -50%, 0px) scale(0.7); }
.van-dialog-bounce-leave-active { opacity: 0; transform: translate3d(0px, -50%, 0px) scale(0.9); }
.special-dialog .content-wrap[data-v-12807252] { background-image: url("https://teosdf.com/_nuxt/secure-bg.CAbMVxv3.jpg"); background-repeat: no-repeat; background-size: cover; color: var(--u-module-text-color); padding: 0.573rem 0.507rem 0.853rem; }
.special-dialog .content-wrap .title[data-v-12807252] { font-family: PingFang SC; font-size: var(--u-module-text-size); font-weight: 500; margin-bottom: 0.733rem; text-align: center; }
.special-dialog .content-wrap .desc[data-v-12807252] { font-family: PingFang SC; font-size: var(--u-default-text-size); font-weight: 400; line-height: 0.48rem; margin-bottom: 0.693rem; text-align: center; }
.special-dialog .content-wrap .btn-wrap[data-v-12807252] { align-items: center; display: flex; justify-content: center; }
.special-dialog .content-wrap .btn-wrap .cancel[data-v-12807252], .special-dialog .content-wrap .btn-wrap .confirm[data-v-12807252] { box-shadow: rgba(0, 54, 208, 0.25) 0px 0.133rem 0.267rem; box-sizing: border-box; color: rgb(255, 255, 255); flex: 1 1 0%; font-size: var(--u-module-text-size); height: 1.067rem; white-space: nowrap; width: 100%; }
.special-dialog .content-wrap .btn-wrap .cancel[data-v-12807252] { background-color: var(--color-text2); box-shadow: rgba(139, 142, 152, 0.25) 0px 0.133rem 0.267rem; margin-right: 0.693rem; }
.local-img[data-v-fc9ec735] { background-size: contain !important; }
.error-page[data-v-7e9e94bc] { align-items: center; background: url("https://teosdf.com/_nuxt/setting_bg.DtlPIoHH.png") center top / contain no-repeat rgb(255, 255, 255); display: flex; height: calc(var(--vh, 1vh)*100); justify-content: center; left: 0px; position: fixed; top: 0px; width: 100vw; z-index: 8889; }
.error-page .oc-kk[data-v-7e9e94bc] { color: var(--color-text); font-size: 0.293rem; line-height: 1.6em; margin-top: 0.213rem; margin-right: auto; margin-left: auto; text-align: left; width: 7.333rem; margin-bottom: 0.16rem !important; }
.error-page .body[data-v-7e9e94bc] { width: 100%; }
.error-page .body .mian[data-v-7e9e94bc] { margin: auto; text-align: center; }
.error-page .body .mian .logo-box[data-v-7e9e94bc] { height: 0.933rem; padding-bottom: 0.347rem; }
.error-page .body .mian .logo[data-v-7e9e94bc] { display: block; height: 0.933rem; margin: 0px auto; }
.error-page .body .mian .img[data-v-7e9e94bc] { height: 6rem; margin-top: 0.667rem; }
.error-page .body .mian h1[data-v-7e9e94bc] { font-size: 0.9rem; font-weight: 700; letter-spacing: 0.133rem; line-height: 1.12rem; margin-bottom: 0.187rem; margin-top: 0.133rem; }
.error-page .body .mian h1 + p[data-v-7e9e94bc] { color: rgb(134, 149, 176); font-size: 0.427rem; font-weight: 700; letter-spacing: -0.027rem; line-height: 0.299rem; }
.error-page .body .mian .iptext[data-v-7e9e94bc] { color: var(--u-primary-text-color); font-size: 0.32rem; line-height: 1; margin-top: 0.8rem; }
.error-page .body .mian .iptext + p[data-v-7e9e94bc] { color: var(--color-text); font-size: 0.293rem; line-height: 1.6em; margin: 0.213rem auto 0.48rem; width: 7.333rem; }
.error-page .body .mian .wh-popup-date[data-v-7e9e94bc] { color: var(--u-primary-text-color); }
.error-page .body .mian .conbtn[data-v-7e9e94bc] { border-radius: 0.587rem; font-size: 0.427rem; height: 1.12rem; margin-top: 0.8rem; width: 4.267rem; }
.theme-config[data-v-e6c18786] { background-color: var(--body-bg-color); display: flex; flex: 1 1 0%; flex-direction: column; max-width: var(--app-max-width); min-height: 0px; overflow-y: auto; position: relative; scrollbar-color: transparent transparent; scrollbar-width: none; transform: translateZ(0px); height: 100dvh !important; margin: 0px auto !important; }
.theme-config[data-v-e6c18786]::-webkit-scrollbar { display: none; }
.index-page-height[data-v-e6c18786] { height: auto !important; overflow-y: initial !important; }
.tsh[data-v-e6c18786] { min-height: 100dvh; }
@supports not (height:100dvh) {
  .tsh .theme-config[data-v-e6c18786] { height: 100vh; }
}
.tg-desk-box[data-v-e6c18786] { max-width: var(--app-max-width); overflow: hidden; position: relative; transform: translateZ(0px); height: 100dvh !important; }
.theme-sub[data-v-e6c18786] { background: radial-gradient(46.91% 64.21% at 125.07% 12.56%, rgba(102, 180, 252, 0.1) 0px, rgba(102, 181, 252, 0.09) 7%, rgba(102, 189, 252, 0)), radial-gradient(34.54% 61.23% at 48.13% -19.27%, rgba(7, 186, 208, 0.1) 0px, rgba(7, 186, 208, 0)), radial-gradient(56.8% 85.64% at -25.2% -11.39%, rgba(93, 202, 249, 0.1) 0px, rgba(93, 202, 249, 0)), rgb(243, 246, 250); }

/* https://teosdf.com/_nuxt/index.BdpYU6Ll.css */
:host, :root { --van-swipe-indicator-size: .08rem; --van-swipe-indicator-margin: var(--van-padding-sm); --van-swipe-indicator-active-opacity: 1; --van-swipe-indicator-inactive-opacity: .3; --van-swipe-indicator-active-background: var(--van-primary-color); --van-swipe-indicator-inactive-background: var(--van-border-color); }
.van-swipe { cursor: grab; overflow: hidden; position: relative; transform: translateZ(0px); -webkit-user-select: none; user-select: none; }
.van-swipe__track { display: flex; height: 100%; transition-property: transform; }
.van-swipe__track--vertical { flex-direction: column; }
.van-swipe__indicators { bottom: var(--van-swipe-indicator-margin); display: flex; left: 50%; position: absolute; transform: translate(-50%); }
.van-swipe__indicators--vertical { bottom: auto; flex-direction: column; left: var(--van-swipe-indicator-margin); top: 50%; transform: translateY(-50%); }
.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) { margin-bottom: var(--van-swipe-indicator-size); }
.van-swipe__indicator { background-color: var(--van-swipe-indicator-inactive-background); border-radius: 100%; height: var(--van-swipe-indicator-size); opacity: var(--van-swipe-indicator-inactive-opacity); transition: opacity var(--van-duration-fast),background-color var(--van-duration-fast); width: var(--van-swipe-indicator-size); }
.van-swipe__indicator:not(:last-child) { margin-right: var(--van-swipe-indicator-size); }
.van-swipe__indicator--active { background-color: var(--van-swipe-indicator-active-background); opacity: var(--van-swipe-indicator-active-opacity); }
.van-swipe-item { flex-shrink: 0; height: 100%; position: relative; width: 100%; }

/* https://teosdf.com/_nuxt/index.g3pnch_W.css */
.sys-pop-wrap[data-v-da5c2d2f] { background-image: url("https://teosdf.com/_nuxt/popup-bg.jL9kOG2F.png"); background-position: center top; background-repeat: no-repeat; background-size: contain; box-sizing: border-box; overflow: hidden; padding: 0.333rem 0.427rem; --van-popup-close-icon-color: #acb3c9; }
.sys-pop-wrap[data-v-da5c2d2f] .van-popup__close-icon--top-right { right: 0.507rem; top: 0.333rem; }
.sys-pop-wrap .icon-container[data-v-da5c2d2f] { display: flex; justify-content: center; margin-bottom: 0.267rem; }
.sys-pop-wrap .icon-container .icon-logo[data-v-da5c2d2f] { height: 0.64rem; }
.sys-pop-wrap .icon-container .icon-logo[data-v-da5c2d2f] .van-image__img { height: 0.64rem; max-width: 100%; object-fit: cover; width: auto; }
.sys-pop-wrap .sys-pop[data-v-da5c2d2f] { color: rgb(54, 68, 84); font-family: PingFang SC; font-size: 0.347rem; font-weight: 400; height: 100%; overflow-x: hidden; padding-bottom: 0.533rem; position: relative; text-align: center; width: 7.093rem; }
.sys-pop-wrap .sys-pop[data-v-da5c2d2f] .van-icon-success::before { font-size: 0.267rem; vertical-align: middle; }
.sys-pop-wrap .image-word[data-v-da5c2d2f] { height: 7.227rem; margin-right: -0.4rem; overflow: auto; }
.sys-pop-wrap .image-word .image-style[data-v-da5c2d2f], .sys-pop-wrap .image-word .pop-image[data-v-da5c2d2f] { border-radius: 0.32rem; margin-bottom: 0.24rem; width: 7.093rem; }
.sys-pop-wrap .image-word .pop-image[data-v-da5c2d2f] { display: block; overflow: hidden; }
.sys-pop-wrap .image-word .context-wrap[data-v-da5c2d2f] { flex: 1 1 0%; font-size: 0.373rem; font-weight: 500; width: 7.093rem !important; }
.sys-pop-wrap .check-box[data-v-da5c2d2f] { bottom: 0px; position: absolute; width: 100%; }
.sys-pop-wrap[data-v-da5c2d2f] .van-checkbox { justify-content: center; }
.sys-pop-wrap[data-v-da5c2d2f] .van-checkbox__label { color: var(--color-text); font-family: PingFang SC; font-size: 0.32rem; font-weight: 400; }
.sys-pop-wrap[data-v-da5c2d2f] .van-checkbox__icon, .sys-pop-wrap[data-v-da5c2d2f] .van-icon { line-height: 0.347rem; width: 0.373rem; height: 0.373rem !important; }
.sys-pop-wrap[data-v-da5c2d2f] .van-button--mini + .van-button--mini { margin-left: 0.427rem; }
.sys-pop-wrap[data-v-da5c2d2f] .van-button { border-radius: 0.107rem; font-size: 0.32rem; height: 0.587rem; width: 1.6rem; }
.sys-pop-wrap[data-v-da5c2d2f] .van-button.btn-cancel { background-color: var(--u-default-unselect-text-color); color: rgb(255, 255, 255); }

/* https://teosdf.com/_nuxt/index.BMUvRE5K.css */
.van-checkbox-group--horizontal { display: flex; flex-wrap: wrap; }
:host, :root { --van-checkbox-size: .267rem; --van-checkbox-border-color: var(--van-gray-5); --van-checkbox-duration: var(--van-duration-fast); --van-checkbox-label-margin: var(--van-padding-xs); --van-checkbox-label-color: var(--van-text-color); --van-checkbox-checked-icon-color: var(--van-primary-color); --van-checkbox-disabled-icon-color: var(--van-gray-5); --van-checkbox-disabled-label-color: var(--van-text-color-3); --van-checkbox-disabled-background: var(--van-border-color); }
.van-checkbox { align-items: center; cursor: pointer; display: flex; overflow: hidden; -webkit-user-select: none; user-select: none; }
.van-checkbox--disabled { cursor: not-allowed; }
.van-checkbox--label-disabled { cursor: default; }
.van-checkbox--horizontal { margin-right: var(--van-padding-sm); }
.van-checkbox__icon { cursor: pointer; flex: 0 0 auto; font-size: var(--van-checkbox-size); height: 1em; line-height: 1em; }
.van-checkbox__icon .van-icon { border: .013rem solid var(--van-checkbox-border-color); box-sizing: border-box; color: transparent; display: block; font-size: 0.8em; height: 1.25em; line-height: 1.25; text-align: center; transition-duration: var(--van-checkbox-duration); transition-property: color, border-color, background-color; width: 1.25em; }
.van-checkbox__icon--round .van-icon { border-radius: 100%; }
.van-checkbox__icon--indeterminate .van-icon { align-items: center; display: flex; justify-content: center; }
.van-checkbox__icon--checked .van-icon, .van-checkbox__icon--indeterminate .van-icon { background-color: var(--van-checkbox-checked-icon-color); border-color: var(--van-checkbox-checked-icon-color); color: var(--van-white); }
.van-checkbox__icon--disabled { cursor: not-allowed; }
.van-checkbox__icon--disabled .van-icon { background-color: var(--van-checkbox-disabled-background); border-color: var(--van-checkbox-disabled-icon-color); }
.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon { color: var(--van-checkbox-disabled-icon-color); }
.van-checkbox__label { color: var(--van-checkbox-label-color); line-height: var(--van-checkbox-size); margin-left: var(--van-checkbox-label-margin); }
.van-checkbox__label--left { margin: 0 var(--van-checkbox-label-margin) 0 0; }
.van-checkbox__label--disabled { color: var(--van-checkbox-disabled-label-color); }

/* https://teosdf.com/_nuxt/InfoDialog.BgAUT7K_.css */
.info-dialog { width: 7.946667rem; }
.info-dialog .van-dialog__content { background-image: url("https://teosdf.com/_nuxt/top.CxVBaF2r.png"); background-repeat: no-repeat; background-size: 100% 3.28rem; position: relative; }
.info-dialog .van-dialog__content::before { background-image: url("https://teosdf.com/_nuxt/down.B6DSSVbQ.png"); background-repeat: no-repeat; background-size: cover; bottom: 0px; content: ""; height: 1.933333rem; left: 0px; position: absolute; right: 0px; }
.info-dialog .content-wrap { font-size: 0.373333rem; padding: 0.573333rem 0.426667rem 0.8rem; position: relative; }
.info-dialog .content-wrap .close-icon { color: rgb(172, 179, 201); font-size: 0.666667rem; position: absolute; right: 0.4rem; top: 0.4rem; z-index: 1; }
.info-dialog .content-wrap .title { color: rgb(54, 68, 84); font-family: PingFang SC; font-size: 0.4rem; font-style: normal; font-weight: 500; line-height: normal; margin-bottom: 0.533333rem; text-align: center; }

/* https://teosdf.com/_nuxt/index.BnI015gd.css */
.download-wrap[data-v-080b44d5] { position: sticky; top: 0px; transform: translateZ(0px); z-index: 1200; }
.download-wrap[data-v-080b44d5], .download-wrap .dowloadBox[data-v-080b44d5] { background: rgb(255, 255, 255); height: 1.44rem; max-width: var(--app-max-width); width: 100%; }
.download-wrap .dowloadBox[data-v-080b44d5] { align-items: center; box-sizing: border-box; display: flex; justify-content: center; overflow: hidden; padding: 0.16rem 0.427rem; }
.download-wrap .dowloadBox .download-left[data-v-080b44d5] { align-items: center; display: flex; flex: 1 1 0%; }
.download-wrap .dowloadBox > img[data-v-080b44d5] { height: 0.427rem; margin-right: 0.227rem; width: 0.427rem; }
.download-wrap .dowloadBox .logo[data-v-080b44d5] { border: 0.013rem solid rgb(221, 223, 229); border-radius: 0.2rem; height: 1.067rem; overflow: hidden; width: 1.067rem; background-size: 100% 100% !important; }
.download-wrap .dowloadBox .btn-wrap[data-v-080b44d5] { background-image: url("https://teosdf.com/_nuxt/down.BLmLGo4c.png"); background-repeat: no-repeat; background-size: 100% 100%; display: flex; height: 0.907rem; margin-right: 0.213rem; position: relative; width: 1.813rem; }
.download-wrap .dowloadBox .btn-wrap .btn-text[data-v-080b44d5] { color: rgb(255, 255, 255); font-family: PingFang SC; font-size: 0.32rem; font-weight: 500; left: 50%; position: absolute; text-shadow: rgba(0, 0, 0, 0.32) 0px 0.053rem 0.107rem; top: 50%; transform: translate(-50%, -50%); white-space: nowrap; }
.download-wrap .dowloadBox .adress[data-v-080b44d5] { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; margin-left: 0.24rem; }
.download-wrap .dowloadBox .adress .text[data-v-080b44d5] { color: var(--u-module-text-color); font-family: PingFang SC; font-size: 0.453rem; font-style: normal; font-weight: 600; margin-bottom: 0.133rem; text-align: center; }
.download-wrap .dowloadBox .adress .dec[data-v-080b44d5] { color: rgb(109, 118, 147); font-family: PingFang SC; font-size: 0.293rem; font-style: normal; font-weight: 400; line-height: 0.213rem; text-align: center; }
.download-wrap .dowloadBox .adress .dec a[data-v-080b44d5] { color: var(--u-primary-text-color); font-weight: 500; }
.download-wrap[data-v-041bb13b] { position: sticky; top: 0px; transform: translateZ(0px); z-index: 1200; }
.download-wrap[data-v-041bb13b], .download-wrap .dowloadBox[data-v-041bb13b] { background: rgb(255, 255, 255); max-width: var(--app-max-width); width: 100%; }
.download-wrap .dowloadBox[data-v-041bb13b] { align-items: center; box-sizing: border-box; display: flex; height: 1.44rem; justify-content: center; overflow: hidden; padding: 0.16rem 0.427rem; }
.download-wrap .dowloadBox .download-left[data-v-041bb13b] { align-items: center; display: flex; flex: 1 1 0%; }
.download-wrap .dowloadBox > img[data-v-041bb13b] { height: 0.427rem; margin-right: 0.227rem; width: 0.427rem; }
.download-wrap .dowloadBox .logo[data-v-041bb13b] { background: linear-gradient(rgb(255, 255, 255), rgb(245, 246, 255)); border: 0.013rem solid rgb(221, 223, 229); border-radius: 0.2rem; height: 1.067rem; overflow: hidden; width: 1.067rem; }
.download-wrap .dowloadBox .btn-wrap[data-v-041bb13b] { background: linear-gradient(93deg, rgb(48, 102, 255) -9.46%, rgb(49, 156, 255) 143.8%); border-radius: 1rem; display: flex; height: 0.8rem; position: relative; width: 1.813rem; }
.download-wrap .dowloadBox .btn-wrap .btn-text[data-v-041bb13b] { color: rgb(255, 255, 255); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 500; left: 50%; line-height: normal; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); white-space: nowrap; }
.download-wrap .dowloadBox .adress[data-v-041bb13b] { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; margin-left: 0.24rem; }
.download-wrap .dowloadBox .adress .text[data-v-041bb13b] { color: var(--u-module-text-color); font-family: PingFang SC; font-size: 0.453rem; font-style: normal; font-weight: 600; margin-bottom: 0.133rem; text-align: center; }
.download-wrap .dowloadBox .adress .dec[data-v-041bb13b] { color: rgb(109, 118, 147); font-family: PingFang SC; font-size: 0.28rem; font-style: normal; font-weight: 400; line-height: 0.213rem; text-align: center; }
.wrap-page-head .wrap-page-head-content[data-v-38c4047f] { align-items: center; box-sizing: border-box; display: flex; height: 1.2rem; justify-content: space-between; margin: 0px auto; max-width: var(--app-max-width); padding: 0.167rem 0.427rem; width: 100%; z-index: 999; }
.wrap-page-head .head-left .logo-wrap[data-v-38c4047f] { align-items: center; display: flex; flex-direction: row; }
.wrap-page-head .head-left .logo-wrap .logo-icon[data-v-38c4047f] { background-repeat: no-repeat; background-size: 100% 100%; height: 0.604rem; width: 2.4rem; }
.wrap-page-head .head-left .logo-wrap .img[data-v-38c4047f] { height: 100%; width: 2.267rem; }
.wrap-page-head .head-left .logo-wrap .swiper[data-v-38c4047f] { margin-left: 0.1333rem; width: 2.267rem; }
.wrap-page-head .head-left .logo-wrap .swiper .img-box[data-v-38c4047f] { align-items: center; display: flex; }
.common-guide-wrapper[data-v-a4597898] { --safe: env(safe-area-inset-bottom); }
.common-guide-wrapper .setupGuide[data-v-a4597898] { bottom: calc(var(--safe) + 2.773rem); left: 0px; margin: auto; position: fixed; right: 0px; z-index: 3000; }
.common-guide-wrapper .setupGuide .bg-guide[data-v-a4597898] { background-image: repeating-linear-gradient(300deg, rgb(46, 125, 255), rgb(46, 125, 255) 1.5rem, rgb(49, 131, 255) 0px, rgb(49, 131, 255) 3rem, rgb(46, 125, 255) 0px); border-radius: 1.173rem; height: 1.173rem; margin: 0px auto; position: relative; text-align: center; width: 6.213rem; z-index: 3000; }
.common-guide-wrapper .setupGuide .bg-guide[data-v-a4597898]::before { background-image: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: contain; content: ""; display: block; height: 0.86rem; left: 0.34rem; position: absolute; top: 0.15rem; width: 0.86rem; }
.common-guide-wrapper .setupGuide .bg-guide .title[data-v-a4597898] { align-items: center; color: rgb(255, 255, 255); display: flex; font-family: PingFang SC; line-height: 1.173rem; margin: 0px auto; position: absolute; right: 0.4rem; text-align: center; z-index: 1; }
.common-guide-wrapper .setupGuide .bg-guide .title span[data-v-a4597898] { font-size: 0.32rem; }
.common-guide-wrapper .setupGuide .bg-guide .title .big-pe[data-v-a4597898] { font-size: 0.4rem; font-weight: 500; }
.common-guide-wrapper .setupGuide .bg-guide .title .close[data-v-a4597898] { height: 0.373rem; margin-left: 0.24rem; width: 0.373rem; }
.common-guide-wrapper .pwa-setup[data-v-a4597898] { left: 50%; transform: translate(-50%); width: var(--app-max-width); --van-popup-close-icon-color: #fff; height: 8.72rem; }
.common-guide-wrapper .pwa-setup .header-title[data-v-a4597898] { background-image: url("https://teosdf.com/_nuxt/guide-bg.BlEF6utI.png"); background-repeat: no-repeat; background-size: 100% auto; height: 1.173rem; position: relative; }
.common-guide-wrapper .pwa-setup .header-title .title[data-v-a4597898] { color: rgb(255, 255, 255); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 400; line-height: 1.173rem; margin: 0px auto; text-align: center; }
.common-guide-wrapper .pwa-setup .header-title .title > span[data-v-a4597898] { font-size: 0.4rem; font-weight: 500; }
.common-guide-wrapper .pwa-setup .header-title .close[data-v-a4597898] { height: 0.373rem; position: absolute; right: 0.387rem; top: 50%; transform: translateY(-50%); width: 0.373rem; }
.common-guide-wrapper .pwa-setup .content[data-v-a4597898] { align-items: center; display: flex; flex-direction: column; padding: 0.667rem 0px 0.933rem; }
.common-guide-wrapper .pwa-setup .content .title[data-v-a4597898] { color: rgb(0, 0, 0); font-family: PingFang SC; font-size: 0.4rem; font-style: normal; font-weight: 500; text-align: center; }
.common-guide-wrapper .pwa-setup .content .img-pop[data-v-a4597898] { border-radius: var(--u-default-rounded); height: 3.707rem; margin: 0.4rem auto 0.533rem; overflow: hidden; width: 6.4rem; }
.common-guide-wrapper .pwa-setup .numbered-steps[data-v-a4597898] { align-items: center; display: flex; font-style: normal; font-variant-caps: normal; font-weight: 500; font-width: normal; font-size: 0.4rem; line-height: normal; font-family: PingFang SC, sans-serif; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; gap: 0.08rem; justify-content: center; white-space: nowrap; }
.common-guide-wrapper .pwa-setup .step-number[data-v-a4597898] { align-items: center; background-color: rgb(221, 223, 229); border-radius: 50%; color: rgb(109, 118, 147); display: flex; height: 0.747rem; justify-content: center; width: 0.747rem; }
.common-guide-wrapper .pwa-setup .step-number.active[data-v-a4597898] { background-color: var(--u-primary-text-color); color: rgb(255, 255, 255); }
.common-guide-wrapper .pwa-setup .line-with-arrow[data-v-a4597898] { border-top: 0.027rem solid rgb(221, 223, 229); height: 0px; margin-right: 0.08rem; position: relative; width: 0.667rem; }
.common-guide-wrapper .pwa-setup .line-with-arrow.active[data-v-a4597898] { border-top: .027rem solid var(--u-primary-text-color); }
.common-guide-wrapper .pwa-setup .line-with-arrow.active[data-v-a4597898]::after { border-left: .107rem solid var(--u-primary-text-color); }
.common-guide-wrapper .pwa-setup .line-with-arrow.isAndroid[data-v-a4597898] { width: 2.32rem; }
.common-guide-wrapper .pwa-setup .line-with-arrow[data-v-a4597898]::after { border-width: 0.08rem 0.08rem 0.08rem 0.107rem; border-style: solid; border-color: transparent transparent transparent rgb(221, 223, 229); border-image: none; content: ""; height: 0px; left: 100%; position: absolute; top: -0.08rem; width: 0px; }
.google-dialog { width: 7.947rem; }
.google-dialog .close { color: var(--sub-color1); cursor: pointer; font-size: 0.373rem; height: 0.373rem; position: absolute; right: 0.267rem; top: 0.187rem; width: 0.373rem; }
.google-dialog .content .content-1 { text-align: center; }
.google-dialog .content .content-1 img { display: inline-block; height: 1.6rem; width: 1.6rem; }
.google-dialog .content .content-2 { color: rgb(54, 68, 84); font-family: PingFang SC; font-size: 0.4rem; font-style: normal; font-weight: 600; line-height: normal; text-align: center; }
.google-dialog .content .content-3 { color: rgb(48, 48, 61); font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 400; line-height: normal; margin: 0.533rem 0px; }
.google-dialog .content .apply .is-big { align-items: center; height: 1.04rem; padding: 0.133rem; width: 6.933rem; }
.google-dialog .content .content-4 { color: var(--color-text); font-size: 0.32rem; font-weight: 400; margin-top: 0.533rem; text-align: center; }
.google-dialog .content .content-4 .van-checkbox { justify-content: center; }
.google-dialog .content .content-4 .van-checkbox__icon, .google-dialog .content .content-4 .van-icon { line-height: 0.347rem; width: 0.373rem; height: 0.373rem !important; }
.google-dialog .content .content-4 .van-checkbox__label { height: 0.373rem; line-height: 0.373rem; margin-left: 0.133rem; }
@keyframes shake-bell { 
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(5deg); }
  40% { transform: rotate(-5deg); }
  50%,100% { transform: rotate(0deg); }
}
@keyframes dot { 
  0% { transform: scale(0); }
  50% { transform: scale(0); }
  90% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
.fixed-message { height: 1.467rem; margin-left: 0.133rem; position: relative; width: 1.467rem; }
.fixed-message .bell { background: url("https://teosdf.com/_nuxt/bell.BFZ0Hsww.png") 50% center / 2rem auto no-repeat; height: 100%; width: 100%; }
.fixed-message .dot { background-color: var(--color-error); border-radius: 0.17rem; color: rgb(255, 255, 255); display: inline-block; font-size: 0.26rem; line-height: 0.34rem; padding: 0px 0.08rem; position: absolute; right: 0.12rem; top: 0.15rem; }
.fixed-message.anim .bell { animation: 1s linear infinite shake-bell; }
.fixed-message.anim .dot { animation: 0.5s linear forwards dot; }
.login-popup[data-v-37057d71] { background-image: url("https://teosdf.com/_nuxt/secure-bg.CAbMVxv3.jpg"); background-repeat: no-repeat; background-size: cover; box-sizing: border-box; height: 7.733rem; max-width: var(--app-max-width); padding: 0px 0.4267rem; width: 100%; }
.login-popup .content-box[data-v-37057d71] { color: rgb(54, 68, 84); font-family: PingFang SC; font-size: 0.3467rem; font-weight: 400; height: 100%; position: relative; text-align: center; }
.login-popup .content-box .title[data-v-37057d71] { font-size: 0.4rem; font-weight: 500; margin-top: 0.853rem; text-align: center; }
.login-popup .content-box .content[data-v-37057d71], .login-popup .content-box .title[data-v-37057d71] { color: rgb(51, 51, 51); font-family: PingFang SC; font-style: normal; line-height: normal; }
.login-popup .content-box .content[data-v-37057d71] { font-size: 0.32rem; font-weight: 400; margin-top: 0.4rem; text-align: left; }
.login-popup .content-box .sever-box[data-v-37057d71] { color: rgb(48, 48, 61); flex-shrink: 0; font-family: PingFang SC; font-size: 0.32rem; font-style: normal; font-weight: 400; line-height: normal; margin-top: 0.4rem; width: 100%; }
.login-popup .content-box .sever-box span[data-v-37057d71] { color: rgb(48, 102, 255); }
.login-popup .content-box .sever-box .checkout-box[data-v-37057d71] { align-items: center; border: 0.04rem solid rgb(48, 48, 61); box-sizing: border-box; display: flex; height: 0.371rem; justify-content: center; margin-right: 0.133rem; width: 0.371rem; }
.login-popup .content-box .sever-box .agree-checkout-box[data-v-37057d71] { background: linear-gradient(93deg, rgb(48, 102, 255) -9.46%, rgb(49, 156, 255) 143.8%); border: medium; position: relative; }
.login-popup .content-box .sever-box .agree-checkout-box[data-v-37057d71]::after { border-bottom: 0.027rem solid rgb(255, 255, 255); border-right: 0.027rem solid rgb(255, 255, 255); content: ""; height: 0.16rem; left: 0.133rem; position: absolute; top: 0.067rem; transform: rotate(45deg); width: 0.08rem; }
.login-popup .content-box .tg-btn[data-v-37057d71] { align-items: center; background: rgba(49, 132, 255, 0.05); border: 0.027rem solid rgb(48, 102, 255); border-radius: 0.671rem; color: rgb(48, 102, 255); display: flex; flex-direction: row; font-weight: 500; gap: 0.24rem; height: 1.067rem; justify-content: center; margin-top: 0.667rem; width: 6.933rem; }
.login-popup .content-box .tg-btn .tg-icon[data-v-37057d71] { height: 0.72rem; width: 0.72rem; }
.login-popup .content-box .disable-login[data-v-37057d71] { background: rgba(230, 233, 240, 0.05); border: 0.027rem solid rgb(230, 233, 240); color: rgb(109, 118, 147); }
.login-popup .content-box .to-login[data-v-37057d71] { align-items: center; background: linear-gradient(93deg, rgb(48, 102, 255) -9.46%, rgb(49, 156, 255) 143.8%); border-radius: 0.8rem; box-shadow: rgba(0, 54, 208, 0.25) 0px 0.133rem 0.267rem; color: rgb(255, 255, 255); display: flex; flex-direction: row; font-weight: 500; gap: 0.24rem; height: 1.067rem; justify-content: center; margin-top: 0.667rem; width: 6.933rem; }
.login-popup .content-box .disable-to-login[data-v-37057d71] { background: rgb(230, 233, 240); border: medium; box-shadow: none; color: rgb(109, 118, 147); }
.login-popup .close-icon[data-v-37057d71] { height: 0.6667rem; position: absolute; right: 0.4rem; top: 0.4rem; width: 0.6667rem; }
:host, :root { --van-notice-bar-height: .533rem; --van-notice-bar-padding: 0 var(--van-padding-md); --van-notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md); --van-notice-bar-text-color: var(--van-orange-dark); --van-notice-bar-font-size: var(--van-font-size-md); --van-notice-bar-line-height: .32rem; --van-notice-bar-background: var(--van-orange-light); --van-notice-bar-icon-size: .213rem; --van-notice-bar-icon-min-width: .32rem; }
.van-notice-bar { align-items: center; background: var(--van-notice-bar-background); color: var(--van-notice-bar-text-color); display: flex; font-size: var(--van-notice-bar-font-size); height: var(--van-notice-bar-height); line-height: var(--van-notice-bar-line-height); padding: var(--van-notice-bar-padding); position: relative; }
.van-notice-bar__left-icon, .van-notice-bar__right-icon { font-size: var(--van-notice-bar-icon-size); min-width: var(--van-notice-bar-icon-min-width); }
.van-notice-bar__right-icon { cursor: pointer; text-align: right; }
.van-notice-bar__wrap { align-items: center; display: flex; flex: 1 1 0%; height: 100%; overflow: hidden; position: relative; }
.van-notice-bar__content { position: absolute; transition-timing-function: linear; white-space: nowrap; }
.van-notice-bar__content.van-ellipsis { max-width: 100%; }
.van-notice-bar--wrapable { height: auto; padding: var(--van-notice-bar-wrapable-padding); }
.van-notice-bar--wrapable .van-notice-bar__wrap { height: auto; }
.van-notice-bar--wrapable .van-notice-bar__content { position: relative; white-space: normal; overflow-wrap: break-word; }
.tdesktop-right[data-v-263448cf] { right: 0.964rem !important; }
.red-icon-box[data-v-263448cf] { bottom: 4.267rem; position: fixed; right: 0.26rem; width: 1.333rem; z-index: 2000; }
.red-icon-box .img[data-v-263448cf] { height: auto; width: 100%; }
.red-icon-box .get-btn[data-v-263448cf] { bottom: 0.32rem; height: 0.293rem; width: 0.96rem; }
.red-icon-box .get-btn[data-v-263448cf], .red-icon-box .time[data-v-263448cf] { left: 50%; position: absolute; transform: translate(-50%); }
.red-icon-box .time[data-v-263448cf] { bottom: 0.333rem; color: rgb(255, 238, 112); font-family: PingFang SC; font-size: 0.227rem; font-style: normal; font-weight: 400; line-height: normal; text-align: center; width: 100%; }
@font-face { font-family: DIN-700; src: url("https://teosdf.com/_nuxt/D-DIN-PRO-700-Bold.WWlV1fXR.otf"); }
.red-popup-overlay[data-v-aa0b8fe2] { align-items: center; background: rgba(0, 0, 0, 0.5); display: flex; height: 100%; justify-content: center; inset: 0px; position: fixed; width: 100%; z-index: 9998; }
.red-warp[data-v-aa0b8fe2] { box-sizing: border-box; height: 11.547rem; position: relative; width: 7.733rem; }
.red-warp .step-0[data-v-aa0b8fe2], .red-warp .step-1[data-v-aa0b8fe2], .red-warp .step-2[data-v-aa0b8fe2] { border-radius: 0.907rem; display: flex; height: 9.68rem; justify-content: center; overflow: hidden; position: relative; width: 100%; will-change: transform, opacity; }
.red-warp .step-0[data-v-aa0b8fe2], .red-warp .step-1[data-v-aa0b8fe2] { animation: 0.5s zoom-aa0b8fe2; }
.red-warp .step-2[data-v-aa0b8fe2] { animation: 0.5s flipBack-aa0b8fe2; }
.red-warp .money[data-v-aa0b8fe2] { background: linear-gradient(93deg, rgb(48, 102, 255) -9.46%, rgb(49, 156, 255) 143.8%); -webkit-background-clip: text; font-family: D-DIN-PRO; font-size: 1.92rem; font-style: normal; font-weight: 700; left: 50%; line-height: normal; position: absolute; text-align: center; top: 55%; transform: translate(-50%, -55%); -webkit-text-fill-color: transparent; }
.red-warp .get-btn[data-v-aa0b8fe2] { background: url("https://teosdf.com/_nuxt/btn-blue.DETeHD-R.png") 0% 0% / contain no-repeat; bottom: 0.267rem; cursor: pointer; height: 1.387rem; position: absolute; width: 6.853rem; }
.red-warp .get-btn span[data-v-aa0b8fe2] { color: rgb(255, 255, 255); font-size: 0.4rem; padding-bottom: 0.133rem; }
.red-warp .get-btn span[data-v-aa0b8fe2], .red-warp .tip[data-v-aa0b8fe2] { font-family: PingFang SC; font-style: normal; line-height: normal; text-align: center; }
.red-warp .tip[data-v-aa0b8fe2] { color: rgb(48, 48, 61); font-size: 0.293rem; font-weight: 400; left: 50%; position: absolute; top: 37%; transform: translate(-50%); width: 100%; z-index: 2; }
.red-warp .red-back-box[data-v-aa0b8fe2] { border-radius: 0.907rem; box-sizing: border-box; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; }
.close[data-v-aa0b8fe2] { animation: 0.5s zoomInPlace-aa0b8fe2; bottom: 0px; cursor: pointer; height: 0.96rem; left: 50%; position: absolute; transform: translate(-50%); width: 0.96rem; }
@keyframes zoomInPlace-aa0b8fe2 { 
  0% { opacity: 0; transform: translate(-50%) scale(0.3); }
  100% { opacity: 1; transform: translate(-50%) scale(1); }
}
@keyframes zoom-aa0b8fe2 { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  100% { opacity: 1; transform: scaleX(1); }
}
@keyframes zoomOut-aa0b8fe2 { 
  0% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}
@keyframes flipBack-aa0b8fe2 { 
  0% { transform: rotateY(180deg); }
  50% { transform: rotateY(20deg); }
  100% { transform: rotateY(0deg); }
}
@keyframes flipFront-aa0b8fe2 { 
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(160deg); }
  100% { opacity: 0; transform: rotateY(180deg); }
}
.fade-enter-active[data-v-aa0b8fe2], .fade-leave-active[data-v-aa0b8fe2] { transition: opacity 0.3s; }
.fade-enter-from[data-v-aa0b8fe2], .fade-leave-to[data-v-aa0b8fe2] { opacity: 0; }
.game-status-image[data-v-2a5b9bff] { height: 0.4rem; left: 0.06667rem; position: absolute; top: 0px; width: 1.333rem; z-index: 10; }
@font-face { font-family: swiper-icons; font-style: normal; font-weight: 400; src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff"); }
[data-v-19c0b6cc]:root { --swiper-theme-color: #007aff; }
[data-v-19c0b6cc]:host { display: block; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.swiper[data-v-19c0b6cc] { display: block; list-style: none; margin-left: auto; margin-right: auto; overflow: hidden; padding: 0px; position: relative; z-index: 1; }
.swiper-vertical > .swiper-wrapper[data-v-19c0b6cc] { flex-direction: column; }
.swiper-wrapper[data-v-19c0b6cc] { box-sizing: content-box; display: flex; height: 100%; position: relative; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial); width: 100%; z-index: 1; }
.swiper-android .swiper-slide[data-v-19c0b6cc], .swiper-ios .swiper-slide[data-v-19c0b6cc], .swiper-wrapper[data-v-19c0b6cc] { transform: translateZ(0px); }
.swiper-horizontal[data-v-19c0b6cc] { touch-action: pan-y; }
.swiper-vertical[data-v-19c0b6cc] { touch-action: pan-x; }
.swiper-slide[data-v-19c0b6cc] { display: block; flex-shrink: 0; height: 100%; position: relative; transition-property: transform; width: 100%; }
.swiper-slide-invisible-blank[data-v-19c0b6cc] { visibility: hidden; }
.swiper-autoheight[data-v-19c0b6cc], .swiper-autoheight .swiper-slide[data-v-19c0b6cc] { height: auto; }
.swiper-autoheight .swiper-wrapper[data-v-19c0b6cc] { align-items: flex-start; transition-property: transform, height; }
.swiper-backface-hidden .swiper-slide[data-v-19c0b6cc] { backface-visibility: hidden; transform: translateZ(0px); }
.swiper-3d.swiper-css-mode .swiper-wrapper[data-v-19c0b6cc] { perspective: 16rem; }
.swiper-3d .swiper-wrapper[data-v-19c0b6cc] { transform-style: preserve-3d; }
.swiper-3d[data-v-19c0b6cc] { perspective: 16rem; }
.swiper-3d .swiper-cube-shadow[data-v-19c0b6cc], .swiper-3d .swiper-slide[data-v-19c0b6cc] { transform-style: preserve-3d; }
.swiper-css-mode > .swiper-wrapper[data-v-19c0b6cc] { overflow: auto; scrollbar-width: none; }
.swiper-css-mode > .swiper-wrapper[data-v-19c0b6cc]::-webkit-scrollbar { display: none; }
.swiper-css-mode > .swiper-wrapper > .swiper-slide[data-v-19c0b6cc] { scroll-snap-align: start; }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper[data-v-19c0b6cc] { scroll-snap-type: x mandatory; }
.swiper-css-mode.swiper-vertical > .swiper-wrapper[data-v-19c0b6cc] { scroll-snap-type: y mandatory; }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper[data-v-19c0b6cc] { scroll-snap-type: none; }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide[data-v-19c0b6cc] { scroll-snap-align: none; }
.swiper-css-mode.swiper-centered > .swiper-wrapper[data-v-19c0b6cc]::before { content: ""; flex-shrink: 0; order: 9999; }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide[data-v-19c0b6cc] { scroll-snap-align: center; scroll-snap-stop: always; }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide[data-v-19c0b6cc]:first-child { margin-inline-start: var(--swiper-centered-offset-before); }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper[data-v-19c0b6cc]::before { height: 100%; min-height: 0.013rem; width: var(--swiper-centered-offset-after); }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide[data-v-19c0b6cc]:first-child { margin-block-start: var(--swiper-centered-offset-before); }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper[data-v-19c0b6cc]::before { height: var(--swiper-centered-offset-after); min-width: 0.013rem; width: 100%; }
.swiper-3d .swiper-slide-shadow[data-v-19c0b6cc], .swiper-3d .swiper-slide-shadow-bottom[data-v-19c0b6cc], .swiper-3d .swiper-slide-shadow-left[data-v-19c0b6cc], .swiper-3d .swiper-slide-shadow-right[data-v-19c0b6cc], .swiper-3d .swiper-slide-shadow-top[data-v-19c0b6cc] { height: 100%; left: 0px; pointer-events: none; position: absolute; top: 0px; width: 100%; z-index: 10; }
.swiper-3d .swiper-slide-shadow[data-v-19c0b6cc] { background: rgba(0, 0, 0, 0.15); }
.swiper-3d .swiper-slide-shadow-left[data-v-19c0b6cc] { background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); }
.swiper-3d .swiper-slide-shadow-right[data-v-19c0b6cc] { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); }
.swiper-3d .swiper-slide-shadow-top[data-v-19c0b6cc] { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
.swiper-3d .swiper-slide-shadow-bottom[data-v-19c0b6cc] { background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }
.swiper-lazy-preloader[data-v-19c0b6cc] { border-right-width: ; border-bottom-width: ; border-left-width: ; border-right-style: ; border-bottom-style: ; border-left-style: ; border-right-color: ; border-bottom-color: ; border-left-color: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-radius: 50%; border-top: 0.053rem solid transparent; box-sizing: border-box; height: 0.56rem; left: 50%; margin-left: -0.28rem; margin-top: -0.28rem; position: absolute; top: 50%; transform-origin: 50% center; width: 0.56rem; z-index: 10; }
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader[data-v-19c0b6cc], .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader[data-v-19c0b6cc] { animation: 1s linear infinite swiper-preloader-spin-19c0b6cc; }
.swiper-lazy-preloader-white[data-v-19c0b6cc] { --swiper-preloader-color: #fff; }
.swiper-lazy-preloader-black[data-v-19c0b6cc] { --swiper-preloader-color: #000; }
@keyframes swiper-preloader-spin-19c0b6cc { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.index-div[data-v-19c0b6cc] { background: rgb(235, 244, 254); display: flex; flex-direction: column; position: relative; padding-bottom: 0.667rem !important; }
.index-div .fixed-box[data-v-19c0b6cc] { position: fixed; right: 0.347rem; top: 1.533rem; width: 1.467rem; z-index: 2000; padding: 0px !important; }
.index-div .header-wrap[data-v-19c0b6cc] { background: url("https://teosdf.com/_nuxt/header_bg.DmwrjxPF.jpg") 50% center / cover no-repeat; width: 100%; }
.index-div .header-wrap .public-banner[data-v-19c0b6cc] { height: 4.107rem; position: relative; }
.index-div .header-wrap .public-banner .first-banner[data-v-19c0b6cc] { height: 3.76rem; object-fit: cover; width: 100%; }
.index-div .header-wrap .public-banner .swiper[data-v-19c0b6cc] { height: 4.10667rem; --van-swipe-indicator-margin: .2133rem; }
.index-div .header-wrap .public-banner .swiper .swipe-item[data-v-19c0b6cc] { border-radius: 0.32rem; height: 3.76rem; }
.index-div .header-wrap .public-banner .swiper[data-v-19c0b6cc] .van-swipe__indicators .van-swipe__indicator { background: rgb(174, 211, 254); border-radius: 0.1333rem; height: 0.08rem; opacity: 0.5; width: 0.2133rem; }
.index-div .header-wrap .public-banner .swiper[data-v-19c0b6cc] .van-swipe__indicators .van-swipe__indicator--active { background: rgb(174, 211, 254); opacity: 1; width: 0.42667rem; }
.index-div .header-wrap .public-banner .img-box[data-v-19c0b6cc] { background-image: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: cover; height: 3.76rem; width: 100%; z-index: 10; }
.index-div .header-wrap .skeleton-banner[data-v-19c0b6cc] { align-items: center; display: flex; height: 3.76rem; justify-content: center; position: relative; width: 100%; }
.index-div .header-wrap .skeleton-banner .logo[data-v-19c0b6cc] { height: 1.1733rem; width: 3.10667rem; }
.index-div .header-wrap .skeleton-banner .slide[data-v-19c0b6cc] { bottom: 0.2133rem; height: 0.08rem; left: 50%; position: absolute; transform: translate(-50%); width: 1.38667rem; }
.index-div .header-wrap .skeleton-imgs-box[data-v-19c0b6cc] { display: flex; flex-wrap: wrap; }
.index-div .header-wrap .skeleton-video-banner[data-v-19c0b6cc] { align-items: center; display: flex; height: 3.0933rem; justify-content: center; margin-bottom: 0.1333rem; max-width: 4.42667rem; position: relative; width: 100%; }
.index-div .header-wrap .skeleton-video-banner .logo[data-v-19c0b6cc] { height: 1.1733rem; width: 3.10667rem; }
.index-div .header-wrap .skeleton-video-banner .slide[data-v-19c0b6cc] { background: rgb(230, 230, 230); background-blend-mode: overlay; border-radius: 0.64rem; bottom: 0.32rem; height: 0.5333rem; left: 0.2933rem; position: absolute; width: 1.38667rem; }
.index-div .header-wrap .skeleton-video-banner[data-v-19c0b6cc]:nth-child(2n+1) { margin-right: 0.26667rem; }
.index-div .login-nav[data-v-19c0b6cc] { background: rgb(255, 255, 255); border-radius: 0px 0px 0.32rem 0.32rem; position: relative; }
.index-div .login-nav .notice-bar-wrap[data-v-19c0b6cc] { height: 0.587rem; padding-bottom: 0.213rem; }
.index-div .login-nav .notice-bar-wrap .notice-bar[data-v-19c0b6cc] { --van-notice-bar-background: #f3f8fe; border: 0.013rem solid rgba(255, 255, 255, 0); border-radius: 0.4rem; box-shadow: rgba(187, 180, 180, 0.25) 0px 0.027rem 0.027rem inset; height: 0.533rem; line-height: 0.533rem; margin: 0px 0.427rem; padding: 0px 0.107rem; }
.index-div .login-nav .notice-bar-wrap .notice-bar[data-v-19c0b6cc] .van-notice-bar__content { min-width: 100%; }
.index-div .login-nav .notice-bar-wrap .notice-bar[data-v-19c0b6cc] .van-notice-bar__content p, .index-div .login-nav .notice-bar-wrap .notice-bar[data-v-19c0b6cc] .van-notice-bar__content span { font-size: 0.32rem !important; margin: 0px !important; }
.index-div .login-nav .notice-bar-wrap .notice-bar .left-icon[data-v-19c0b6cc] { color: rgb(0, 51, 232); height: 0.5333rem; width: 0.5333rem; }
.index-div .login-nav .notice-bar-wrap .notice-bar .text[data-v-19c0b6cc] { color: var(--color-text); display: flex; font-size: 0.32rem; margin-left: 0.04rem; flex-direction: row !important; }
.index-div .login-nav .notice-bar-wrap .notice-bar .text span[data-v-19c0b6cc] { font-size: 0.32rem !important; }
.index-div .login-nav .login-nav-sub[data-v-19c0b6cc] { background: rgb(255, 255, 255); display: flex; flex-direction: row; height: 1.32rem; padding-left: 0.533rem; }
.index-div .login-nav .login-nav-sub .login-wrap[data-v-19c0b6cc] { align-items: center; display: flex; flex: 1 1 0%; }
.index-div .login-nav .login-nav-sub .login-wrap .un-login[data-v-19c0b6cc] { display: flex; flex-direction: column; }
.index-div .login-nav .login-nav-sub .login-wrap .un-login .login-txt[data-v-19c0b6cc] { font-family: PingFang SC; font-weight: 400; }
.index-div .login-nav .login-nav-sub .login-wrap .un-login .login-txt1[data-v-19c0b6cc] { color: var(--color-text3); font-size: 0.453rem; margin-bottom: 0.067rem; }
.index-div .login-nav .login-nav-sub .login-wrap .un-login .login-txt2[data-v-19c0b6cc] { color: var(--color-text); font-size: 0.32rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login[data-v-19c0b6cc] { display: flex; flex-direction: column; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name[data-v-19c0b6cc] { display: flex; height: 0.4rem; margin-bottom: 0.16rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .name[data-v-19c0b6cc] { color: rgb(109, 118, 147); font-family: PingFang SC; font-size: 0.32rem; font-weight: 500; height: 0.37333rem; line-height: 0.37333rem; margin-right: 0.13333rem; max-width: 2.1333rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-box1[data-v-19c0b6cc] { height: 0.37333rem; margin-right: 0.10666rem; width: 1.4rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-box1__icon[data-v-19c0b6cc] { height: 0.37333rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-box[data-v-19c0b6cc] { background: linear-gradient(93deg, rgb(48, 102, 255) -9.46%, rgb(49, 156, 255) 143.8%); border-radius: 0.5333rem; box-sizing: border-box; height: 0.37333rem; margin-right: 0.1067rem; width: 1.4rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-box.inactive[data-v-19c0b6cc] { background: linear-gradient(194deg, rgb(187, 204, 243) 3.6%, rgb(135, 146, 183) 96.4%) !important; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-box__icon[data-v-19c0b6cc] { height: 0.24rem; margin-right: 0.02667rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-box__level[data-v-19c0b6cc] { background: linear-gradient(rgb(255, 255, 255), rgb(210, 237, 255)) padding-box text; -webkit-background-clip: text; font-family: Uni Sans; font-size: 0.32rem; font-style: normal; font-weight: 900; height: 1em; line-height: normal; -webkit-text-fill-color: transparent; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-wrap[data-v-19c0b6cc] { align-items: flex-end; background: linear-gradient(93deg, rgb(48, 102, 255) -9.46%, rgb(49, 156, 255) 143.8%); border-radius: 0.5333rem; box-sizing: border-box; display: flex; height: 0.37333rem; justify-content: center; margin-right: 0.10666rem; padding-bottom: 0.08rem; width: 1.4rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-wrap .vip-icon[data-v-19c0b6cc] { color: rgb(255, 255, 255); height: 0.2133rem; margin-right: 0.0533rem; vertical-align: middle; width: 0.4667rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-wrap .vip-level[data-v-19c0b6cc] { background: linear-gradient(rgb(255, 255, 255), rgb(210, 237, 255)) padding-box text; -webkit-background-clip: text; font-family: Uni Sans; font-size: 0.32rem; font-style: italic; font-weight: 900; height: 0.2667rem; line-height: normal; text-align: center; vertical-align: middle; -webkit-text-fill-color: transparent; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-wrap.vip-wrap-level-0[data-v-19c0b6cc] { background: linear-gradient(194deg, rgb(187, 204, 243) 3.6%, rgb(135, 146, 183) 96.4%); }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-wrap.vip-wrap-level-0 .vip-icon[data-v-19c0b6cc] { color: rgb(255, 255, 255); height: 0.2133rem; margin-right: 0.02667rem; vertical-align: middle; width: 0.46667rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .vip-wrap.vip-wrap-level-0 .vip-level[data-v-19c0b6cc] { background: linear-gradient(rgb(255, 255, 255), rgb(199, 199, 199)) padding-box text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.index-div .login-nav .login-nav-sub .login-wrap .login .vip-name .icon[data-v-19c0b6cc] { height: 0.4rem; width: 0.4rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .money-wrap[data-v-19c0b6cc] { align-items: center; display: flex; height: 0.6667rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .money-wrap .pt[data-v-19c0b6cc] { box-sizing: border-box; height: 1em; padding-top: 0.04rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .money-wrap .money[data-v-19c0b6cc] { color: rgb(48, 48, 61); font-family: D-DIN-PRO; font-size: 0.58667rem; font-weight: 700; margin-right: 0.10666rem; }
.index-div .login-nav .login-nav-sub .login-wrap .login .money-wrap .refresh-icon[data-v-19c0b6cc] { color: rgb(109, 118, 147); height: 0.32rem; width: 0.32rem; stroke: rgb(109, 118, 147); }
.index-div .login-nav .login-nav-sub .nav-line[data-v-19c0b6cc] { height: 1.06667rem; width: 0.02667rem; }
.index-div .login-nav .login-nav-sub .action-placeholder[data-v-19c0b6cc] { position: relative; width: 5.333rem; }
.index-div .login-nav .login-nav-sub .action-box[data-v-19c0b6cc] { background: rgb(255, 255, 255); border-radius: 0px 0px 0.32rem 0.32rem; box-sizing: border-box; display: flex; flex-direction: row; max-height: 1.5rem; overflow: hidden; padding: 0px 0.32rem 0.107rem; position: absolute; right: 0px; top: 0px; transition: max-height 0.3s ease-in-out, box-shadow 0.3s ease-in-out; width: 5.333rem; z-index: 2; }
.index-div .login-nav .login-nav-sub .action-box.action-box-collapsed[data-v-19c0b6cc] { box-shadow: none; max-height: 3.5rem; }
.index-div .login-nav .login-nav-sub .action-box .action-box-bottom-img[data-v-19c0b6cc] { bottom: 0px; height: 0.5rem; left: 0px; object-fit: cover; pointer-events: none; position: absolute; transition: opacity 0.3s ease-in-out; z-index: -1; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap[data-v-19c0b6cc] { box-sizing: border-box; display: grid; flex: 1 1 0%; grid-template-columns: repeat(3, 1fr); position: relative; row-gap: 0.213rem; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item[data-v-19c0b6cc] { align-items: center; display: flex; flex: 1 1 0%; flex-direction: column; line-height: 1; position: relative; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item .item-icon-box[data-v-19c0b6cc] { position: relative; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item .item-icon-box .item-icon[data-v-19c0b6cc] { height: 0.84rem; margin-bottom: 0.02666rem; width: 0.84rem; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item span[data-v-19c0b6cc] { color: var(--color-text); font-size: 0.267rem; font-weight: 400; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item span i[data-v-19c0b6cc] { color: var(--u-default-text-color); font-family: PingFang SC; font-style: normal; font-weight: 400; line-height: normal; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item[data-v-19c0b6cc]:first-child { margin-left: 0px; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .nav-item:first-child span[data-v-19c0b6cc] { color: var(--u-primary-text-color); white-space: nowrap; }
.index-div .login-nav .login-nav-sub .action-box .nav-wrap .no-c[data-v-19c0b6cc] { color: var(--color-text) !important; }
.index-div .login-nav .login-nav-sub .action-box .red-dot[data-v-19c0b6cc] { background: rgb(255, 33, 31); border-radius: 50%; height: 0.133rem; position: absolute; right: 0px; top: 0px; width: 0.133rem; z-index: 2; }
.index-div .login-nav .login-nav-sub .action-box .more-icon-box[data-v-19c0b6cc] { margin-right: 0.187rem; margin-top: 0.267rem; position: relative; width: 0.427rem; }
.index-div .login-nav .login-nav-sub .action-box .more-icon-box .more-icon[data-v-19c0b6cc] { display: block; height: 0.427rem; position: relative; width: 0.427rem; }
.index-div .login-nav .nav-bottom-wrap[data-v-19c0b6cc] { height: 0.4rem; overflow: hidden; width: 100%; }
.index-div .login-nav .nav-bottom-wrap .nav-bottom[data-v-19c0b6cc] { background: url("https://teosdf.com/_nuxt/nav-bottom.CqEmKwjZ.png") 50% center / 100% 100% no-repeat; border-bottom-left-radius: 0.32rem; border-bottom-right-radius: 0.32rem; box-shadow: rgba(53, 132, 208, 0.2) 0px 0.0533rem 0.06667rem; box-sizing: border-box; height: 0.3333rem; }
.index-div .game-lobby[data-v-19c0b6cc] { display: flex; flex: 1 1 0%; flex-direction: column; overflow-y: hidden; padding: 0.113rem 0.347rem 0px; }
.index-div .game-lobby .header-main[data-v-19c0b6cc] { display: flex; height: 5.613rem; justify-content: space-between; margin-bottom: 0.1333rem; }
.index-div .game-lobby .header-main .sticky-header[data-v-19c0b6cc] { background: url("https://teosdf.com/_nuxt/bg-1.NUfhcxDU.png") 50% center / 100% 100% no-repeat; border-radius: 0.32rem; position: relative; width: 4.54667rem; }
.index-div .game-lobby .header-main .sticky-header .main-header[data-v-19c0b6cc] { background-image: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: 100% 100%; height: 3.6267rem; width: 4.54667rem; }
.index-div .game-lobby .header-main .sticky-header .name-des[data-v-19c0b6cc] { align-items: center; bottom: 0.2933rem; display: flex; flex-direction: column; justify-content: center; left: 50%; position: absolute; transform: translate(-50%); width: 3.24rem; }
.index-div .game-lobby .header-main .sticky-header .name-des .name-wrap[data-v-19c0b6cc] { align-items: center; display: flex; position: relative; }
.index-div .game-lobby .header-main .sticky-header .name-des .name-wrap .icon-line[data-v-19c0b6cc] { background: radial-gradient(106.07% 84.72% at 50% 15.28%, rgb(93, 202, 249) 0px, rgb(48, 102, 255) 90.4%); border-radius: 0.04rem; display: inline-block; height: 0.4rem; margin-right: 0.06667rem; width: 0.08rem; }
.index-div .game-lobby .header-main .sticky-header .name-des .name-wrap .name[data-v-19c0b6cc] { color: rgb(48, 48, 61); font-family: PingFang SC; font-size: 0.42667rem; font-weight: 600; height: 0.4rem; line-height: 0.4rem; }
.index-div .game-lobby .header-main .sticky-header .name-des .name-wrap .en-name[data-v-19c0b6cc] { background: linear-gradient(rgb(189, 227, 245), rgb(235, 244, 255)) padding-box text; -webkit-background-clip: text; font-family: Inter; font-size: 0.4933rem; font-style: italic; font-weight: 700; left: 0px; position: absolute; top: -0.34667rem; z-index: -1; -webkit-text-fill-color: transparent; }
.index-div .game-lobby .header-main .sticky-header .name-des .des[data-v-19c0b6cc] { color: rgb(109, 118, 147); font-family: PingFang SC; font-size: 0.2667rem; font-weight: 400; text-align: center; }
.index-div .game-lobby .header-main .sticky-header .name-des .live-des[data-v-19c0b6cc] { margin-top: 0.133rem; }
.index-div .game-lobby .header-main .main-area[data-v-19c0b6cc] { display: flex; flex-direction: column; justify-content: center; position: relative; width: 4.5466rem; }
.index-div .game-lobby .header-main .main-area .main-area-item[data-v-19c0b6cc] { align-items: center; background: url("https://teosdf.com/_nuxt/bg-2.He9gjfXO.png") 50% center / 100% 100% no-repeat; border-radius: 0.32rem; box-shadow: rgba(53, 132, 208, 0.2) 0px 0.0533rem 0.06667rem; display: flex; flex: 1 1 0%; max-height: 2.8rem; position: relative; width: 100%; }
.index-div .game-lobby .header-main .main-area .main-area-item[data-v-19c0b6cc]:first-child { margin-bottom: 0.1333rem; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-l[data-v-19c0b6cc] { display: flex; flex-direction: column; justify-content: center; padding-left: 0.3733rem; width: 40%; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-l .name-wrap[data-v-19c0b6cc] { align-items: center; display: flex; margin-bottom: 0.2266rem; position: relative; z-index: 1; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-l .name-wrap .icon-line[data-v-19c0b6cc] { background: radial-gradient(106.07% 84.72% at 50% 15.28%, rgb(93, 202, 249) 0px, rgb(48, 102, 255) 90.4%); border-radius: 0.04rem; display: inline-block; height: 0.4rem; margin-right: 0.06667rem; width: 0.08rem; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-l .name-wrap .name[data-v-19c0b6cc] { color: rgb(48, 48, 61); font-family: PingFang SC; font-size: 0.42667rem; font-weight: 600; height: 0.4rem; line-height: 0.4rem; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-l .name-wrap .en-name[data-v-19c0b6cc] { background: linear-gradient(rgb(189, 227, 245), rgb(235, 244, 255)) padding-box text; -webkit-background-clip: text; font-family: Inter; font-size: 0.4933rem; font-style: italic; font-weight: 500; left: 0.1333rem; position: absolute; top: -0.34667rem; z-index: -1; -webkit-text-fill-color: transparent; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-l .des[data-v-19c0b6cc] { color: rgb(109, 118, 147); font-family: PingFang SC; font-size: 0.26667rem; font-weight: 400; text-align: left; }
.index-div .game-lobby .header-main .main-area .main-area-item .main-ares-item-r[data-v-19c0b6cc] { background-image: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: 100% 100%; height: 2.4rem; width: 2.4rem; }
.index-div .game-lobby .other-area[data-v-19c0b6cc] { display: flex; justify-content: center; max-height: 2.68rem; }
.index-div .game-lobby .other-area .other-area-item[data-v-19c0b6cc] { align-items: center; background: url("https://teosdf.com/_nuxt/bg-3.CAdHiMrt.png") 50% center / 100% 100% no-repeat; border-radius: 0.32rem; box-shadow: rgba(53, 132, 208, 0.2) 0px 0.0533rem 0.0666rem; display: flex; flex: 1 1 0%; flex-direction: column; height: 2.6667rem; position: relative; width: 2.1333rem; }
.index-div .game-lobby .other-area .other-area-item[data-v-19c0b6cc]:not(:last-child) { margin-right: 0.26667rem; }
.index-div .game-lobby .other-area .other-area-item .img[data-v-19c0b6cc] { background-image: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-size: 100% 100%; height: 1.6rem; margin-bottom: 0.1066rem; width: 1.6rem; }
.index-div .game-lobby .other-area .other-area-item .title-wrap[data-v-19c0b6cc] { z-index: 1; }
.index-div .game-lobby .other-area .other-area-item .title-wrap .title[data-v-19c0b6cc] { color: var(--u-module-text-color); font-size: 0.3733rem; font-weight: 600; position: relative; }
.index-div .game-lobby .other-area .other-area-item .title-wrap .title .en-title[data-v-19c0b6cc] { background: linear-gradient(rgb(189, 227, 245), rgb(235, 244, 255)) padding-box text; -webkit-background-clip: text; font-family: Inter; font-size: 0.4933rem; font-style: italic; font-weight: 700; left: 50%; position: absolute; text-align: center; top: -0.3333rem; transform: translate(-50%); z-index: -1; -webkit-text-fill-color: transparent; }
.index-div .game-lobby .other-area .other-area-item .free-play[data-v-19c0b6cc], .index-div .waite-later[data-v-19c0b6cc] { height: 0.4rem; left: 0.06667rem; position: absolute; top: 0px; width: 1.333rem; }
.index-div .waite-later[data-v-19c0b6cc] { z-index: 10; }

/* https://teosdf.com/_nuxt/navMenus.DwRTzaUK.css */
.container-layout[data-v-c3759fce] { --safe: env(safe-area-inset-bottom); display: flex; flex: 1 1 0%; flex-direction: column; height: 100%; min-height: 0px; width: 100%; }
.container-layout .header-wrap[data-v-c3759fce] { background-color: var(--body-bg-color); height: 1.173rem; position: sticky; top: 0px; transform: translateZ(0px); width: 100%; z-index: 10; }
.container-layout .header-wrap .header-left[data-v-c3759fce] { height: 0.64rem; left: 0.24rem; line-height: 0; position: absolute; top: 0.267rem; width: 0.64rem; }
.container-layout .header-wrap .header-title[data-v-c3759fce] { color: var(--color-text3); font-family: PingFang SC; font-size: 0.453rem; font-weight: 500; height: 100%; text-align: center; width: 100%; }
.container-layout .header-wrap .header-right[data-v-c3759fce] { font-family: PingFang SC; font-size: 0.32rem; font-weight: 500; position: absolute; right: 0.427rem; text-align: right; top: 0.4rem; }
.container-layout .no-pd[data-v-c3759fce] { padding-bottom: 0px !important; }
.container-layout .main-container[data-v-c3759fce] { background: var(--u-default-button-color); display: flex; flex: 1 1 0%; flex-direction: column; min-height: 0px; overflow-y: auto; padding-bottom: 1.44rem; position: relative; scrollbar-width: none; width: 100% !important; }
.container-layout .hover-wallet[data-v-c3759fce], .container-layout .hover-wallet[data-v-c3759fce]:active, .container-layout .hover-wallet[data-v-c3759fce]:focus, .container-layout .hover-wallet[data-v-c3759fce]:hover { animation: 3s linear rotate-c3759fce; transform-origin: center center; transform-style: preserve-3d; }
@keyframes rotate-c3759fce { 
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(1turn); }
}
.container-layout[data-v-c3759fce] .main-container > div { box-sizing: border-box; }
.container-layout .active p[data-v-c3759fce] { color: var(--u-primary-text-color); font-weight: 500 !important; }
.container-layout .inactive-icon[data-v-c3759fce] { color: var(--u-default-unselect-text-color); }
.container-layout .inactive-icon[data-v-c3759fce] path[class*="87game11"], .container-layout .inactive-icon[data-v-c3759fce] path[class*="87home11"], .container-layout .inactive-icon[data-v-c3759fce] path[class*="87my11"], .container-layout .inactive-icon[data-v-c3759fce] path[class*="87promo11"] { fill: var(--u-default-unselect-text-color) !important; }
.container-layout .bottom-menus__bg[data-v-c3759fce] { height: 1.627rem; margin-bottom: calc(-.013rem + var(--safe, 0)); width: 100%; }
.container-layout .bottom-menus-wrap[data-v-c3759fce] { bottom: 0px; font-size: var(--u-bottom-navigation-bar-text); left: 0px; margin: 0px auto; max-width: var(--app-max-width); position: fixed; right: 0px; width: 100%; z-index: 100; }
.container-layout .bottom-menus-box[data-v-c3759fce] { bottom: 0px; padding-bottom: var(--safe,0); position: absolute; width: 100%; z-index: 101; }
.container-layout .bottom-menus-box[data-v-c3759fce]::after { background-color: rgb(255, 255, 255); bottom: 0px; content: ""; display: block; height: var(--safe,0); position: absolute; width: 100%; }
.container-layout .bottom-menus-item[data-v-c3759fce] { padding-bottom: 0.107rem; }
.container-layout .bottom-menus-item img[data-v-c3759fce] { height: 0.8rem; margin-bottom: 0.107rem; width: 0.8rem; }
.container-layout .bottom-menus-item .size-icon[data-v-c3759fce], .container-layout .bottom-menus-item img[data-v-c3759fce], .container-layout .bottom-menus-item__icon[data-v-c3759fce] { height: 0.907rem; width: 0.907rem; }
.container-layout .bottom-menus-item__selected[data-v-c3759fce] { background: linear-gradient(0deg,var(--u-primary-text-color),var(--u-primary-text-color)),radial-gradient(268.47% 208.93% at 50.82% -64.29%,#5dcaf9 0,#2283f6 45.16%,#0038ff 86.78%); border: 0.04rem solid rgb(48, 180, 249); border-radius: 0.827rem; box-shadow: rgba(34, 131, 246, 0.8) 0px 0px 0.32rem; color: var(--u-default-button-color); height: 1.653rem; margin-bottom: 0.48rem; margin-right: -0.053rem; width: 1.653rem; }
