@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #9195a3;
}
#app {
  width: 10rem;
  height: -webkit-fit-content;
  height: fit-content;
  min-height: 100vh;
}
.norem-app {
  width: 5rem;
}
.van-popup.van-popup--bottom {
  max-width: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 500px) {
  #app {
    width: 100%;
    min-height: 100vh;
  }
  #app::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .van-popup.van-popup--bottom {
    max-width: none;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.van-toast[data-v-67fe8f9c] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-67fe8f9c] {
  box-shadow: 0 0.05333rem #e04846;
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-67fe8f9c] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-67fe8f9c] {
  height: 80%;
}
.tabbar__container[data-v-67fe8f9c] {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 10rem;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 1.73333rem;
  padding-block: 0 0.13333rem;
  font-size: 0.29333rem;
  background: url(/assets/png/tabBarBg-0d05851f.png) no-repeat center
    center/cover;
  z-index: 100;
}
.tabbar__container-item[data-v-67fe8f9c] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.11707rem;
  color: #ffc8c8;
}
.tabbar__container-item[data-v-67fe8f9c]:nth-of-type(3) {
  position: relative;
}
.tabbar__container-item[data-v-67fe8f9c]:nth-of-type(3) svg {
  position: relative;
  top: -0.4rem;
  width: 0.7504rem;
  height: 0.65rem;
  z-index: 3;
}
.tabbar__container-item[data-v-67fe8f9c]:nth-of-type(3) svg path {
  fill: #fff !important;
}
.tabbar__container-item:nth-of-type(3) .promotionBg[data-v-67fe8f9c] {
  position: absolute;
  left: 50%;
  bottom: 0.53333rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%);
  background: #fff;
  width: 1.46667rem;
  height: 1.46667rem;
  border-radius: 50%;
  box-shadow: 0 -0.08rem 0.16rem #d0d0ed80;
  z-index: 2;
}
.tabbar__container-item:nth-of-type(3) .promotionBg[data-v-67fe8f9c]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.36rem;
  height: 1.36rem;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background:
    -webkit-linear-gradient(top, #ff5f5e 0%, #f64646 100%),
    -webkit-linear-gradient(bottom, #ffffff, #ffffff);
  background: linear-gradient(180deg, #ff5f5e 0%, #f64646 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.tabbar__container-item svg[data-v-67fe8f9c] {
  display: block;
  width: 0.5776rem;
  height: 0.59387rem;
}
.tabbar__container-item.active[data-v-67fe8f9c] {
  color: #f74747;
}
.tabbar__container-item.active[data-v-67fe8f9c] svg circle {
  fill: #feaaa1;
}
.tabbar__container-item.active[data-v-67fe8f9c] svg path {
  fill: #f74747;
}
.tabbar__container-item.active[data-v-67fe8f9c] svg.wallet path {
  fill: none;
  stroke: #f74747;
}
@media screen and (max-width: 500px) {
  .tabbar__container[data-v-67fe8f9c] {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
}
.customer {
  position: fixed;
  bottom: 2.4rem;
  right: 0.4rem;
  width: 1.49333rem;
  height: 1.49333rem;
  border-radius: 50%;
  z-index: 100;
}
.customer img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.van-toast[data-v-026c638d] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-026c638d] {
  box-shadow: 0 0.05333rem #e04846;
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-026c638d] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-026c638d] {
  height: 80%;
}
.start-page[data-v-026c638d] {
  position: fixed;
  z-index: 9999;
  width: 10rem;
  height: 100%;
  background: -webkit-linear-gradient(top, #ff8988 0%, #ffd0ba 100%);
  background: linear-gradient(180deg, #ff8988 0%, #ffd0ba 100%);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.start-page div[data-v-026c638d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.start-page div .dice[data-v-026c638d] {
  width: 2.66667rem;
  height: 2.66667rem;
  background-image: url(/assets/png/game_dice-596db528.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.start-page div .dice.vxth[data-v-026c638d] {
  width: 3.73333rem;
  height: 3.73333rem;
  background-size: cover;
  background-image: url(/assets/png/game_dice_vxth-2a7f79f9.png);
  margin-bottom: 1.33333rem;
}
.start-page div .dice.tc[data-v-026c638d] {
  width: 7.02667rem;
  height: 6.90667rem;
  background-size: cover;
  background-image: url(/assets/png/game_dice_tc-5ab9151e.png);
}
.start-page div .dice.sit[data-v-026c638d] {
  width: 7.02667rem;
  height: 6.74667rem;
  background-size: cover;
  background-image: url(/assets/png/game_dice_sit-13373d77.png);
}
.start-page div .dice.bdggame[data-v-026c638d] {
  width: 7.78667rem;
  height: 7.78667rem;
  background-size: cover;
  background-image: url(/assets/png/game_dice_sit-13373d77.png);
}
.start-page div .logo[data-v-026c638d] {
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2.13333rem;
  max-width: 50%;
}
.start-page div .logo.vxth[data-v-026c638d] {
  margin-top: 40%;
}
.start-page div p[data-v-026c638d] {
  font-weight: 700;
  font-size: 0.50667rem;
  color: #fff;
  margin-top: 0.4rem;
  padding: 0 0.13333rem;
  text-align: center;
}
@media screen and (min-width: 800px) {
  html {
    font-size: 2.5rem !important;
  }
}
.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  padding-inline: 0.32rem;
  padding-bottom: 2.13333rem;
}
@font-face {
  font-family: bahnschrift;
  font-weight: 500;
  src: url(/assets/woff2/bahnschrift-610d57ac.woff2);
}
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
svg {
  height: 100%;
}
* {
  -webkit-user-select: none;
  user-select: none;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#app {
  padding: 0;
  margin: 0;
}
body {
  height: auto;
}
:-webkit-any(article, aside, nav, section) h1 {
  font-size: 2em;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
input {
  -webkit-user-select: text;
  user-select: text;
}
input:focus {
  outline: 0.01333rem solid #ff7172;
  -webkit-user-select: text;
  user-select: text;
}
.c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-row-middle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-row-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-flex-warp {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-b-5 {
  margin-bottom: 0.13333rem;
}
.m-r-5 {
  margin-right: 0.13333rem;
}
.c-flew-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.c-tc {
  text-align: center;
}
.p-r-10 {
  padding-right: 0.26667rem;
}
.p-l-10 {
  padding-left: 0.26667rem;
}
.p-b-10 {
  padding-bottom: 0.26667rem;
}
.p-t-10 {
  padding-top: 0.26667rem;
}
.popup {
  border-radius: 0.26667rem 0.26667rem 0 0;
  z-index: 2006;
  left: auto;
  overflow-y: visible;
}
.PreSaleRule {
  width: 7.04rem;
}
.Tips {
  width: 8rem;
  height: 2.13333rem;
  line-height: 2.13333rem;
  background: #ffffff;
  border: 0.01333rem solid #ffb3b0;
  /* box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c; */
  border-radius: 0.26667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 80%;
}
.van-toast {
  word-break: break-word !important;
}
.cg-default.van-button {
  box-shadow: 0 0.05333rem #e04846;
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img {
  height: 80%;
}
.mgt10 {
  margin-top: 0.13333rem !important;
}
.mgt40 {
  margin-top: 0.53333rem !important;
}
[v-cloak] {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.text-dots {
  line-height: 0.453334rem;
  width: 2.13333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.must:before {
  content: "*";
  color: #fb5151;
}
input,
textarea {
  -webkit-user-select: text;
  user-select: text;
}
.ar {
  position: fixed;
  top: 0.93333rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
  max-width: 10rem;
  -webkit-user-select: none;
  user-select: none;
  background: #05012b;
  z-index: 100;
  padding: 0 0.29333rem;
}
.ar-searchbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0.29333rem;
  width: 100%;
  font-size: 0.37333rem;
  margin-top: 0.26667rem;
  margin-bottom: 0.21333rem;
}
.ar-searchbar input {
  width: 3.6rem;
  height: 1.06667rem;
  padding: 0 0.26667rem;
  font-weight: 400;
  border: none;
  border-radius: 0.13333rem;
  /* box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c; */
}
.ar-searchbar input::-webkit-input-placeholder {
  color: #acafc2;
}
.ar-searchbar input::placeholder {
  color: #acafc2;
}
.ar-searchbar__selector {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 4.53333rem;
  height: 1.06667rem;
  color: #E3EFFF;
}
.ar-searchbar__selector > div {
  width: 100%;
  line-height: 1.06667rem;
  border-radius: 0.13333rem;
  background: #fff;
  /* box-shadow: 0 0.10667rem 0.21333rem #d0d0ed5c; */
}
.ar-searchbar__selector > div .noSelect {
  color: #acafc2;
}
.ar-searchbar__selector > div:first-of-type {
  position: relative;
  padding: 0 0.26667rem;
  z-index: 10;
}
.ar-searchbar__selector > div:first-of-type i {
  position: absolute;
  top: 50%;
  right: 0.21333rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ar-searchbar__selector-dropdown {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  border: 0.01333rem solid #ffc8c8;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ar-searchbar__selector-dropdown li {
  padding: 0 0.26667rem;
  list-style: none;
}
.ar-searchbar__selector-dropdown li.selected {
  color: #fff;
  background-color: #ff7374;
}
.ar-searchbar__selector.active {
  z-index: 9;
}
.ar-searchbar__selector.active > div:first-of-type i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.ar-searchbar__selector.active > div:last-of-type {
  -webkit-transform: translateY(0%);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ar-searchbar__selector .selectorA {
  color: #acafc2;
}
.ar-searchbar > i {
  font-size: 1.625rem;
}
.ar-1px-t,
.ar-1px-b,
.ar-1px-tb,
.ar-1px-rb,
.ar-1px-l,
.ar-1px-r {
  position: relative;
}
.ar-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.01333rem;
  border-top: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ar-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.01333rem;
  border-bottom: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ar-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.01333rem;
  bottom: 0;
  border-left: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.ar-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.01333rem;
  bottom: 0;
  border-right: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.ar-1px-rb:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.01333rem;
  bottom: 0;
  border-right: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.ar-1px-rb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.01333rem;
  border-bottom: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ar-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.01333rem;
  border-top: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ar-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.01333rem;
  border-bottom: 0.01333rem solid #022C68;
  color: #022C68;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
@media screen and (max-width: 500px) {
  .ar {
    max-width: none;
  }
}
textarea {
  resize: none;
}
.content {
  background: #05012b !important;
}
@font-face {
  font-family: bahnschrift;
  font-weight: 500;
  src: url(/assets/woff2/bahnschrift-610d57ac.woff2);
}
* {
  box-sizing: border-box;
  font-family: bahnschrift;
}
#app {
  background: #05012b;
}
.popup {
  position: fixed;
  max-height: 100%;
}
.popup-center {
  top: 50%;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.van-toast[data-v-4c21fa9e] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-4c21fa9e] {
  box-shadow: 0 0.05333rem #e04846;
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-4c21fa9e] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-4c21fa9e] {
  height: 80%;
}
.navbar[data-v-4c21fa9e] {
  height: 1.22667rem;
  z-index: 100;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}
.navbar-fixed[data-v-4c21fa9e] {
  position: fixed;
  top: 0;
  left: 50%;
  width: 10rem;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  -webkit-user-select: none;
  user-select: none;
  background: #05012b;
  z-index: 100;
}
.navbar-fixed.wc .navbar__content-left[data-v-4c21fa9e],
.navbar-fixed.wc .navbar__content-title[data-v-4c21fa9e],
.navbar-fixed.wc .navbar__content-left .van-icon[data-v-4c21fa9e],
.navbar-fixed.wc .navbar__content-title .van-icon[data-v-4c21fa9e] {
  color: #fff;
}
.navbar__content[data-v-4c21fa9e] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1.22667rem;
}
.navbar__content-left[data-v-4c21fa9e] {
  position: absolute;
  left: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  top: 0;
}
.navbar__content-left .van-icon[data-v-4c21fa9e] {
  color: #E3EFFF;
  font-size: 0.48rem;
}
.navbar__content-center[data-v-4c21fa9e] {
  color: #E3EFFF;
  font-size: 0.48rem;
  line-height: 0.48rem;
}
.navbar__content-center .headLogo[data-v-4c21fa9e] {
  width: 2.98667rem;
  height: 1.12rem;
  background-repeat: no-repeat;
  background-size: 2.98667rem 1.12rem;
  background-position: center;
}
.navbar__content-right[data-v-4c21fa9e] {
  position: absolute;
  right: 0.32rem;
}
@media screen and (max-width: 500px) {
  .navbar-fixed[data-v-4c21fa9e] {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
}
.van-toast[data-v-47f6e27a] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-47f6e27a] {
  box-shadow: 0 0.05333rem #e04846;
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-47f6e27a] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-47f6e27a] {
  height: 80%;
}
.ar-loading-view[data-v-47f6e27a] {
  background-color: #e3efff4d;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  position: fixed;
}
.ar-loading-view .loading-wrapper[data-v-47f6e27a] {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.ar-loading-view .loading-wrapper img[data-v-47f6e27a] {
  width: 2.66667rem;
}
.ar-loading-view .loading-wrapper .van-loading[data-v-47f6e27a] {
  z-index: 999;
}
.ar-loading-view .skeleton-wrapper[data-v-47f6e27a] {
  padding: 0.26667rem 0.13333rem;
}
.com__box[data-v-47f6e27a] {
  position: relative;
  width: 2.66667rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1000;
}
.loading[data-v-47f6e27a] {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: animationContainer-47f6e27a 1s ease infinite;
  animation: animationContainer-47f6e27a 1s ease infinite;
}
.shape[data-v-47f6e27a] {
  width: 0.66667rem;
  height: 0.66667rem;
  border-radius: 50%;
  position: absolute;
}
.shape-1[data-v-47f6e27a] {
  background-color: #0c67d7;
  left: 0;
  -webkit-animation: animationShape1-47f6e27a 0.3s ease infinite alternate;
  animation: animationShape1-47f6e27a 0.3s ease infinite alternate;
}
.shape-2[data-v-47f6e27a] {
  background-color: #cd371c;
  right: 0;
  -webkit-animation: animationShape2-47f6e27a 0.3s ease infinite 0.3s alternate;
  animation: animationShape2-47f6e27a 0.3s ease infinite 0.3s alternate;
}
.shape-3[data-v-47f6e27a] {
  background-color: #2c9d3f;
  bottom: 0;
  -webkit-animation: animationShape3-47f6e27a 0.3s ease infinite 0.3s alternate;
  animation: animationShape3-47f6e27a 0.3s ease infinite 0.3s alternate;
}
.shape-4[data-v-47f6e27a] {
  background-color: #eca712;
  right: 0;
  bottom: 0;
  -webkit-animation: animationShape4-47f6e27a 0.3s ease infinite alternate;
  animation: animationShape4-47f6e27a 0.3s ease infinite alternate;
}
@-webkit-keyframes animationContainer-47f6e27a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animationContainer-47f6e27a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animationShape1-47f6e27a {
  0% {
    -webkit-transform: translate(0.13333rem, 0.13333rem);
    transform: translate(0.13333rem, 0.13333rem);
  }
  to {
    -webkit-transform: translate(-0.08rem, -0.08rem);
    transform: translate(-0.08rem, -0.08rem);
  }
}
@keyframes animationShape1-47f6e27a {
  0% {
    -webkit-transform: translate(0.13333rem, 0.13333rem);
    transform: translate(0.13333rem, 0.13333rem);
  }
  to {
    -webkit-transform: translate(-0.08rem, -0.08rem);
    transform: translate(-0.08rem, -0.08rem);
  }
}
@-webkit-keyframes animationShape2-47f6e27a {
  0% {
    -webkit-transform: translate(-0.13333rem, 0.13333rem);
    transform: translate(-0.13333rem, 0.13333rem);
  }
  to {
    -webkit-transform: translate(0.08rem, -0.08rem);
    transform: translate(0.08rem, -0.08rem);
  }
}
@keyframes animationShape2-47f6e27a {
  0% {
    -webkit-transform: translate(-0.13333rem, 0.13333rem);
    transform: translate(-0.13333rem, 0.13333rem);
  }
  to {
    -webkit-transform: translate(0.08rem, -0.08rem);
    transform: translate(0.08rem, -0.08rem);
  }
}
@-webkit-keyframes animationShape3-47f6e27a {
  0% {
    -webkit-transform: translate(0.13333rem, -0.13333rem);
    transform: translate(0.13333rem, -0.13333rem);
  }
  to {
    -webkit-transform: translate(-0.08rem, 0.08rem);
    transform: translate(-0.08rem, 0.08rem);
  }
}
@keyframes animationShape3-47f6e27a {
  0% {
    -webkit-transform: translate(0.13333rem, -0.13333rem);
    transform: translate(0.13333rem, -0.13333rem);
  }
  to {
    -webkit-transform: translate(-0.08rem, 0.08rem);
    transform: translate(-0.08rem, 0.08rem);
  }
}
@-webkit-keyframes animationShape4-47f6e27a {
  0% {
    -webkit-transform: translate(-0.13333rem, -0.13333rem);
    transform: translate(-0.13333rem, -0.13333rem);
  }
  to {
    -webkit-transform: translate(0.08rem, 0.08rem);
    transform: translate(0.08rem, 0.08rem);
  }
}
@keyframes animationShape4-47f6e27a {
  0% {
    -webkit-transform: translate(-0.13333rem, -0.13333rem);
    transform: translate(-0.13333rem, -0.13333rem);
  }
  to {
    -webkit-transform: translate(0.08rem, 0.08rem);
    transform: translate(0.08rem, 0.08rem);
  }
}
.van-toast[data-v-f330f1f2] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-f330f1f2] {
  box-shadow: 0 0.05333rem #e04846;
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-f330f1f2] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-f330f1f2] {
  height: 80%;
}
.ar-searchbar__selector[data-v-f330f1f2] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 4.53333rem;
  height: 1.06667rem !important;
  color: #acafc2;
}
.ar-searchbar__selector div[data-v-f330f1f2] {
  line-height: 1.06667rem;
}
