/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  background-color: #fff;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a,
img,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
}
u,
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 300;
  margin: 0;
}
html {
  -webkit-touch-callout: none;
  line-height: 1;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
* {
  padding: 0;
  margin: 0;
}
input::-webkit-input-placeholder {
  color: #B7B7B7;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B8B8CC;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B8B8CC;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B8B8CC;
}
/* 下拉框动画 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  0% {
    top: calc(100vh - 100px);
  }
  to {
    top: 230px;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOutDown {
  0% {
    top: 330px;
  }
  to {
    top: calc(100vh/1.4);
  }
}
@keyframes fadeOutDown {
  0% {
    top: 330px;
  }
  to {
    top: calc(100vh/1.6);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.full-screen {
  -webkit-animation-name: fullScreen;
  animation-name: fullScreen;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.half-screen {
  -webkit-animation-name: halfScreen;
  animation-name: halfScreen;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fullScreen {
  0% {
    height: 160px;
  }
  to {
    height: calc(100vh - 300px);
  }
}
@keyframes fullScreen {
  0% {
    height: 160px;
  }
  to {
    height: calc(100vh - 300px);
  }
}
@-webkit-keyframes halfScreen {
  0% {
    height: calc(100vh - 300px);
  }
  to {
    height: 160px;
  }
}
@keyframes halfScreen {
  0% {
    height: calc(100vh - 300px);
  }
  to {
    height: 160px;
  }
}
/**
 * /*覆盖vant部分组件的默认样式
 *
 * @format
 */
.van-cell::after,
.van-cell:not(:last-child)::after,
.van-cell-group__title,
.van-cell-group__title {
  border-color: #dadfe6;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  left: 0;
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border-color: #dadfe6;
}
.van-sidebar-item {
  background-color: #edeff3;
  font-size: 16px;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium, "PingFangSC-Medium", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #000000;
  height: 85px;
  width: 80px;
  line-height: 85px;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.van-sidebar-item--select,
.van-sidebar-item--select:active {
  background-color: #fff;
}
.van-sidebar {
  background-color: #edeff3;
  overflow-y: initial;
}
.van-sidebar-item--select::before {
  background-color: #4471ff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.van-sidebar-item__text {
  width: 100%;
  text-align: center;
}
.van-cell {
  font-size: 14px;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #7e7e7e;
}
.van-collapse-item__content {
  font-size: 14px;
  padding: 4px 0px 4px 30px;
  color: #1e1e1e;
}
.van-collapse > div:first-child .itembox .item[data-v-771d3e56]::after {
  background-size: 0 0 !important;
}
#amap-search-ui {
  left: -137px !important;
}
.amap-ui-poi-picker-sugg-container {
  left: -100px !important;
  width: 100vw;
  top: 48px !important;
  border: none !important;
  padding: 0 4px !important;
  position: absolute;
}
.amap-ui-poi-picker-sugg-container li.sugg-item {
  width: calc(100% - 15px);
  padding: 15px 15px 15px 16px !important;
  font-size: 14px !important;
  background: url(../images/location.582212ad.png) left center no-repeat;
  background-size: 16px 16px !important;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.amap-ui-poi-picker-sugg-container li.sugg-item .distance {
  color: #8e8e8e;
  font-size: 12px;
}
.amap-ui-poi-picker-sugg-container li.sugg-item-history {
  padding: 15px 15px 15px 16px !important;
  background: url(../images/useCar.88f86b85.png) left center no-repeat !important;
  background-size: 16px 16px !important;
}
.amap-ui-poi-picker-sugg-container li.sugg-no-id {
  display: none !important;
}
.amap-ui-poi-picker-sugg-container .amap-ui-poi-picker-sugg-list .sugg-district {
  font-size: 12px;
  margin: 7px 0 0 12px;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #a4a4a4;
}
.amap-ui-poi-picker-sugg-container .sugg-name {
  font-size: 15px;
  font-weight: 600;
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #212121;
  margin-left: 12px;
  max-width: calc(100vw - 131px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amap-sug-result {
  width: 100%;
  margin-top: 20px;
  left: 0 !important;
  border: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.amap-sug-result .auto-item {
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  background: url(../images/default_frequent_location_poi_Normal@2x.858d082b.png) left center no-repeat;
  background-size: 20px 20px;
  border-bottom: 1px solid #eeeeee;
}
.amap-sug-result .auto-item:last-child {
  border-bottom: 0;
}
.amap-logo {
  display: none !important;
}
.amap-copyright {
  display: none !important;
}
.amap-icon {
  overflow: visible !important;
}
.amap-overlay-text-container {
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.markerCarInfo {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(78, 85, 108, 0.15);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium, "PingFangSC-Medium", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #1e1e1e;
  position: relative;
  z-index: 225 !important;
}
.markerCarInfo span {
  color: #4471ff;
}
.textBox {
  max-width: 60vw;
  height: auto;
}
.innertexts {
  flex: 1 1 auto;
  line-height: 20px;
  font-size: 14px;
  max-width: calc(55vw - 53px);
}
.innertextsEn {
  flex: 1 1 auto;
  line-height: 20px;
  font-size: 14px;
  max-width: calc(60vw - 53px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.arrow {
  min-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0.6px;
  padding-left: 10px;
}
.placeCarInfo {
  padding: 5px 12px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(78, 85, 108, 0.15);
  border-radius: 22px;
  font-size: 13px;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #1e1e1e;
  line-height: 18px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.wait-background {
  position: relative;
}
.wait-background1 {
  position: absolute;
  border-radius: 50%;
  animation: cycle 3s linear infinite;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(68, 113, 255, 0.3));
  opacity: 0;
}
.wait-background2 {
  position: absolute;
  border-radius: 50%;
  animation: cycle 3s linear 1.5s infinite;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(68, 113, 255, 0.3));
  opacity: 0;
}
@keyframes cycle {
  0% {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0px;
    opacity: 0;
  }
  5% {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0px;
    opacity: 0;
  }
  10% {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0px;
    opacity: 1;
  }
  25% {
    width: 58px;
    height: 58px;
    top: -29px;
    left: -29px;
    opacity: 0.75;
  }
  50% {
    width: 116px;
    height: 116px;
    top: -58px;
    left: -58px;
    opacity: 0.5;
  }
  75% {
    width: 174px;
    height: 174px;
    top: -87px;
    left: -87px;
    opacity: 0.25;
  }
  100% {
    width: 232px;
    height: 232px;
    top: -116px;
    left: -116px;
    opacity: 0;
  }
}
.placeCarInfos {
  height: 28px;
  font-size: 13px;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium, "PingFangSC-Medium", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #1e1e1e;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.carAddressBox {
  white-space: initial;
  word-wrap: break-word;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 8px 12px 8px 16px;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  display: flex;
  width: inherit;
  min-width: max-content;
  background: linear-gradient(90deg, #79afff 0%, #5c8dff 32%, #507fff 75%, #4471ff 100%);
  border-radius: 37px;
  animation: textFrame 2s linear;
}
.carAddressBox .baseInfo {
  width: inherit;
  white-space: normal;
}
.carAddressBox .baseInfo .innertexts {
  flex: 1 1 auto;
  line-height: 20px;
  font-size: 14px;
  max-width: calc(55vw - 53px);
}
.carAddressBox .baseInfo .innertextsEn {
  flex: 1 1 auto;
  line-height: 20px;
  font-size: 14px;
  max-width: calc(60vw - 53px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.carAddressBox .baseInfo .explain {
  font-size: 11px;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  line-height: 16px;
}
.carAddressBox .baseInfo .move {
  color: #fff883;
}
.carAddressBox .arrow {
  min-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0.6px;
  padding-left: 10px;
}
@keyframes textFrame {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }
  85% {
    opacity: 0.3;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.van-collapse > div:first-child .itembox .item[data-v-771d3e56]::after {
  background-size: 0 0 !important;
}
.lx-loading-nocontent {
  position: absolute;
}
.van-switch.van-switch--on {
  background-color: var(--theme-color);
}
.dialogClass {
  padding-bottom: 16px;
  width: 75%;
  width: 290px !important;
}
.dialogClass .van-dialog__header {
  padding: 20px 12px 0 12px;
  font-weight: 600;
  font-family: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
}
.dialogClass .van-dialog .van-button {
  width: 100%;
}
.dialogClass .van-dialog__message {
  padding: 0;
  line-height: 24px;
  max-height: 88px;
  overflow-y: auto;
}
.dialogClass.smallFont .van-dialog__message {
  font-size: 12px;
}
.dialogClass .van-button::before {
  border: 0;
}
.dialogClass .van-dialog__footer {
  width: 90%;
  margin: 0 auto;
}
.dialogClass .van-hairline--left::after {
  border-left-width: 0;
}
.dialogClass .van-dialog__confirm .van-button__text,
.dialogClass .van-dialog__confirm:active .van-button__text {
  background: var(--main-color);
  color: #fff;
}
.dialogClass [class*="van-hairline"]::after {
  border: 0;
}
.dialogClass .van-button__text {
  width: 118px;
  height: 40px;
  border-radius: 8px;
  border: 0.5px solid #F1F6F9;
  line-height: 40px;
  font-size: 14px;
  background: #F1F6F9;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #1E1E1E;
}
.dialogClass .van-button--default {
  border: none !important;
}
.confrmClass .van-button::before {
  border: 0;
}
.confrmClass .van-hairline--left::after {
  border-left-width: 0;
}
.confrmClass [class*="van-hairline"]::after {
  border: 0;
}
.confrmClass .van-button__text {
  width: 210px;
  height: 40px;
  border-radius: 22px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #fff;
  background: #4471ff;
  margin-bottom: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .amap-lib-marker-from {
    background-image: url(../images/from_icon.b2f03e8c.png);
    background-size: 22px 34px;
  }
  .amap-lib-marker-to {
    background-image: url(../images/end_icon.a9783c91.png);
    background-size: 22px 34px;
  }
}
.amap-lib-marker-from {
  background: url(../images/from_icon.b2f03e8c.png) no-repeat;
  cursor: pointer;
  background-size: 22px 34px;
}
.amap-lib-marker-to {
  background: url(../images/end_icon.a9783c91.png) no-repeat;
  cursor: pointer;
  background-size: 22px 34px;
}
.amap-lib-marker-from,
.amap-lib-marker-mid,
.amap-lib-marker-to {
  width: 23px;
}
.van-index-anchor > span {
  background: #eeeeee;
  width: 100%;
  display: block;
  font-size: 12px;
  color: #a4a4a4;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  box-sizing: border-box;
}
.van-index-anchor {
  padding: 0;
}
.van-index-bar__index {
  padding: 4px 8px 0 16px;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium, "PingFangSC-Medium", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  font-size: 13px;
  line-height: 14px;
}
.van-icon {
  border-radius: 2px;
}
.van-radio__icon--checked .van-icon-success {
  background-color: #4471ff !important;
}
.amap-sug-result .auto-item {
  background: url(../images/location.582212ad.png) left center no-repeat;
  background-size: 20px 20px;
  background-position-x: -3px;
  border-bottom: none;
  font-size: 15px;
  color: #212121;
  padding: 10px 25px;
}
.amap-sug-result .auto-item .auto-item-span {
  display: block;
  margin-top: 5px;
  padding-left: 0;
  font-size: 12px;
  color: #a4a4a4;
}
.i_field {
  padding: 20px 0;
}
.i_field .van-cell__title {
  color: #101010;
}
.i_field .van-field__label {
  width: 70px;
}
.i_field .van-field__value {
  margin-left: 15px;
}
.i_field .van-field__value .van-field__control {
  color: #545454;
}
.van-radio__icon--disabled .van-icon {
  background-color: #fff;
}
.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
  color: #fff;
}
.loadingTotals {
  width: 100px !important;
}
.van-dialog__content {
  margin: 10px 16px;
}
.van-picker-column__item,
.van-picker-column__item--selected {
  width: 100%;
  line-height: 48px;
}
.van-popup--bottom.van-popup--round {
  padding: 0px 0 0px;
  width: 100%;
}
.van-popup--bottom.van-popup--round .title {
  padding: 0 24px;
}
.van-popup--bottom.van-popup--round .title .line {
  left: 0;
}
.van-picker__frame {
  width: 100%;
  left: 0;
}
.van-popup__close-icon--top-right {
  top: 23px;
  right: 23px;
}
.van-field__label {
  width: 5em !important;
  flex: none !important;
}
.van-icon__image {
  width: 19px;
  height: 19px;
}
.lx-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 80%;
  line-height: 20px;
  padding: 10px 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  z-index: 9999;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  animation: show-toast 0.5s;
  -webkit-animation: show-toast 0.5s;
}
.lx-toast.lx-word-wrap {
  width: 80%;
  white-space: inherit;
  height: auto;
}
.lx-toast.lx-toast-top {
  top: 50px;
  bottom: inherit;
}
.lx-toast.lx-toast-center {
  top: 50%;
  margin-top: -20px;
  bottom: inherit;
}
@-webkit-keyframes show-toast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-toast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lx-load-mark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.lx-load-box {
  position: fixed;
  z-index: 3;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  margin-top: -45px;
}
.lx-load-content {
  margin-top: 55%;
  font-size: 14px;
}
.lx-loading {
  position: absolute;
  width: 0px;
  left: 50%;
  top: 38%;
}
.loading_leaf {
  position: absolute;
  top: -1px;
  opacity: 0.25;
}
.loading_leaf:before {
  content: " ";
  position: absolute;
  width: 9.14px;
  height: 3.08px;
  background: #d1d1d5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px;
  border-radius: 1px;
  -webkit-transform-origin: left 50% 0px;
  transform-origin: left 50% 0px;
}
.loading_leaf_0 {
  -webkit-animation: opacity-0 1.25s linear infinite;
  animation: opacity-0 1.25s linear infinite;
}
.loading_leaf_0:before {
  -webkit-transform: rotate(0deg) translate(7.92px, 0px);
  transform: rotate(0deg) translate(7.92px, 0px);
}
.loading_leaf_1 {
  -webkit-animation: opacity-1 1.25s linear infinite;
  animation: opacity-1 1.25s linear infinite;
}
.loading_leaf_1:before {
  -webkit-transform: rotate(30deg) translate(7.92px, 0px);
  transform: rotate(30deg) translate(7.92px, 0px);
}
.loading_leaf_2 {
  -webkit-animation: opacity-2 1.25s linear infinite;
  animation: opacity-2 1.25s linear infinite;
}
.loading_leaf_2:before {
  -webkit-transform: rotate(60deg) translate(7.92px, 0px);
  transform: rotate(60deg) translate(7.92px, 0px);
}
.loading_leaf_3 {
  -webkit-animation: opacity-3 1.25s linear infinite;
  animation: opacity-3 1.25s linear infinite;
}
.loading_leaf_3:before {
  -webkit-transform: rotate(90deg) translate(7.92px, 0px);
  transform: rotate(90deg) translate(7.92px, 0px);
}
.loading_leaf_4 {
  -webkit-animation: opacity-4 1.25s linear infinite;
  animation: opacity-4 1.25s linear infinite;
}
.loading_leaf_4:before {
  -webkit-transform: rotate(120deg) translate(7.92px, 0px);
  transform: rotate(120deg) translate(7.92px, 0px);
}
.loading_leaf_5 {
  -webkit-animation: opacity-5 1.25s linear infinite;
  animation: opacity-5 1.25s linear infinite;
}
.loading_leaf_5:before {
  -webkit-transform: rotate(150deg) translate(7.92px, 0px);
  transform: rotate(150deg) translate(7.92px, 0px);
}
.loading_leaf_6 {
  -webkit-animation: opacity-6 1.25s linear infinite;
  animation: opacity-6 1.25s linear infinite;
}
.loading_leaf_6:before {
  -webkit-transform: rotate(180deg) translate(7.92px, 0px);
  transform: rotate(180deg) translate(7.92px, 0px);
}
.loading_leaf_7 {
  -webkit-animation: opacity-7 1.25s linear infinite;
  animation: opacity-7 1.25s linear infinite;
}
.loading_leaf_7:before {
  -webkit-transform: rotate(210deg) translate(7.92px, 0px);
  transform: rotate(210deg) translate(7.92px, 0px);
}
.loading_leaf_8 {
  -webkit-animation: opacity-8 1.25s linear infinite;
  animation: opacity-8 1.25s linear infinite;
}
.loading_leaf_8:before {
  -webkit-transform: rotate(240deg) translate(7.92px, 0px);
  transform: rotate(240deg) translate(7.92px, 0px);
}
.loading_leaf_9 {
  -webkit-animation: opacity-9 1.25s linear infinite;
  animation: opacity-9 1.25s linear infinite;
}
.loading_leaf_9:before {
  -webkit-transform: rotate(270deg) translate(7.92px, 0px);
  transform: rotate(270deg) translate(7.92px, 0px);
}
.loading_leaf_10 {
  -webkit-animation: opacity-10 1.25s linear infinite;
  animation: opacity-10 1.25s linear infinite;
}
.loading_leaf_10:before {
  -webkit-transform: rotate(300deg) translate(7.92px, 0px);
  transform: rotate(300deg) translate(7.92px, 0px);
}
.loading_leaf_11 {
  -webkit-animation: opacity-11 1.25s linear infinite;
  animation: opacity-11 1.25s linear infinite;
}
.loading_leaf_11:before {
  -webkit-transform: rotate(330deg) translate(7.92px, 0px);
  transform: rotate(330deg) translate(7.92px, 0px);
}
@-webkit-keyframes opacity-0 {
  0% {
    opacity: 0.25;
  }
  0.01% {
    opacity: 0.25;
  }
  0.02% {
    opacity: 1;
  }
  60.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-0 {
  0% {
    opacity: 0.25;
  }
  0.01% {
    opacity: 0.25;
  }
  0.02% {
    opacity: 1;
  }
  60.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-1 {
  0% {
    opacity: 0.25;
  }
  8.34333% {
    opacity: 0.25;
  }
  8.35333% {
    opacity: 1;
  }
  68.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-1 {
  0% {
    opacity: 0.25;
  }
  8.34333% {
    opacity: 0.25;
  }
  8.35333% {
    opacity: 1;
  }
  68.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-2 {
  0% {
    opacity: 0.25;
  }
  16.6767% {
    opacity: 0.25;
  }
  16.6867% {
    opacity: 1;
  }
  76.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-2 {
  0% {
    opacity: 0.25;
  }
  16.6767% {
    opacity: 0.25;
  }
  16.6867% {
    opacity: 1;
  }
  76.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-3 {
  0% {
    opacity: 0.25;
  }
  25.01% {
    opacity: 0.25;
  }
  25.02% {
    opacity: 1;
  }
  85.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-3 {
  0% {
    opacity: 0.25;
  }
  25.01% {
    opacity: 0.25;
  }
  25.02% {
    opacity: 1;
  }
  85.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-4 {
  0% {
    opacity: 0.25;
  }
  33.3433% {
    opacity: 0.25;
  }
  33.3533% {
    opacity: 1;
  }
  93.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-4 {
  0% {
    opacity: 0.25;
  }
  33.3433% {
    opacity: 0.25;
  }
  33.3533% {
    opacity: 1;
  }
  93.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes opacity-5 {
  0% {
    opacity: 0.27095833;
  }
  41.6767% {
    opacity: 0.25;
  }
  41.6867% {
    opacity: 1;
  }
  1.67667% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.27095833;
  }
}
@keyframes opacity-5 {
  0% {
    opacity: 0.27095833;
  }
  41.6767% {
    opacity: 0.25;
  }
  41.6867% {
    opacity: 1;
  }
  1.67667% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.27095833;
  }
}
@-webkit-keyframes opacity-6 {
  0% {
    opacity: 0.375125;
  }
  50.01% {
    opacity: 0.25;
  }
  50.02% {
    opacity: 1;
  }
  10.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.375125;
  }
}
@keyframes opacity-6 {
  0% {
    opacity: 0.375125;
  }
  50.01% {
    opacity: 0.25;
  }
  50.02% {
    opacity: 1;
  }
  10.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.375125;
  }
}
@-webkit-keyframes opacity-7 {
  0% {
    opacity: 0.47929167;
  }
  58.3433% {
    opacity: 0.25;
  }
  58.3533% {
    opacity: 1;
  }
  18.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.47929167;
  }
}
@keyframes opacity-7 {
  0% {
    opacity: 0.47929167;
  }
  58.3433% {
    opacity: 0.25;
  }
  58.3533% {
    opacity: 1;
  }
  18.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.47929167;
  }
}
@-webkit-keyframes opacity-8 {
  0% {
    opacity: 0.58345833;
  }
  66.6767% {
    opacity: 0.25;
  }
  66.6867% {
    opacity: 1;
  }
  26.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.58345833;
  }
}
@keyframes opacity-8 {
  0% {
    opacity: 0.58345833;
  }
  66.6767% {
    opacity: 0.25;
  }
  66.6867% {
    opacity: 1;
  }
  26.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.58345833;
  }
}
@-webkit-keyframes opacity-9 {
  0% {
    opacity: 0.687625;
  }
  75.01% {
    opacity: 0.25;
  }
  75.02% {
    opacity: 1;
  }
  35.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.687625;
  }
}
@keyframes opacity-9 {
  0% {
    opacity: 0.687625;
  }
  75.01% {
    opacity: 0.25;
  }
  75.02% {
    opacity: 1;
  }
  35.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.687625;
  }
}
@-webkit-keyframes opacity-10 {
  0% {
    opacity: 0.79179167;
  }
  83.3433% {
    opacity: 0.25;
  }
  83.3533% {
    opacity: 1;
  }
  43.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.79179167;
  }
}
@keyframes opacity-10 {
  0% {
    opacity: 0.79179167;
  }
  83.3433% {
    opacity: 0.25;
  }
  83.3533% {
    opacity: 1;
  }
  43.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.79179167;
  }
}
@-webkit-keyframes opacity-11 {
  0% {
    opacity: 0.89595833;
  }
  91.6767% {
    opacity: 0.25;
  }
  91.6867% {
    opacity: 1;
  }
  51.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.89595833;
  }
}
@keyframes opacity-11 {
  0% {
    opacity: 0.89595833;
  }
  91.6767% {
    opacity: 0.25;
  }
  91.6867% {
    opacity: 1;
  }
  51.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.89595833;
  }
}
.amap-overlay-text-container {
  transform-style: preserve-3d;
}
.fixedContentBox {
  margin-top: 48px;
}
.vc-switch {
  z-index: 999999 !important;
}
.van-toast.width154 {
  width: 154px;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: sans-serif, -apple-system, system-ui, PingFang SC, Arial;
  background-color: #fff;
  height: 100%;
  padding-top: constant(safe-area-inset-top);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -khtml-user-select: none;
  user-select: none;
  /* Standard syntax */
  cursor: pointer;
}
p {
  margin: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 321px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 18px;
  }
}
body {
  --HEYCAR_MAP_CSS_VAR_FONT_REGULAR: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "PingFang SC", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  --HEYCAR_MAP_CSS_VAR_FONT_MEDIUM: HarmonyOS_Sans_SC_Medium, "PingFangSC-Medium", "PingFang SC", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  --HEYCAR_MAP_CSS_VAR_FONT_SEMI_BOLD: HarmonyOS_Sans_SC_Bold, "PingFangSC-Semibold", "PingFang SC", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
}

.van-toast.van-toast--middle .van-toast__text {
  word-break: break-word;
}

.back_icon.float[data-v-6a87e214] {
  width: 34px;
  height: 34px;
  position: fixed;
  background: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(63, 63, 63, 0.15);
  border-radius: 12px;
  z-index: 1;
  left: 10px;
  top: 40px;
}
.back_icon.float img[data-v-6a87e214] {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
}
.back_icon.activity[data-v-6a87e214] {
  width: 42px;
  height: 42px;
  position: fixed;
  z-index: 1;
  left: 22px;
  top: 22px;
}

.layout_header[data-v-4b20688a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
}
.layout_header .header_left[data-v-4b20688a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-right: 10px;
}
.layout_header .header_right[data-v-4b20688a] {
  flex: 1;
}
.layout_header .header_title[data-v-4b20688a] {
  font-size: 18px;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium, "PingFangSC-Medium", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  color: #1e1e1e;
  flex: 1;
  text-align: center;
}
.layout_header.fixed[data-v-4b20688a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.layout_header.fixed .header_left[data-v-4b20688a] {
  position: absolute;
  left: 14px;
}
.layout_header.fixed .header_right[data-v-4b20688a] {
  position: absolute;
  right: 14px;
}

.fallback[data-v-3988befa] {
  background-color: #fff;
  color: #fff;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.fallback.fixed[data-v-3988befa] {
  position: fixed;
}
.fallback .center[data-v-3988befa] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
.fallback .center .icon[data-v-3988befa] {
  display: block;
}
.fallback .center .icon.wait[data-v-3988befa] {
  height: 45px;
}
.fallback .center .icon.error[data-v-3988befa] {
  height: 100px;
}
.fallback .center .message[data-v-3988befa] {
  color: #8e8e8e;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC_Regular, "PingFangSC-Regular", "system-ui", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Heiti, "黑体", "sans-serif";
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 24px;
  justify-content: center;
}
.fallback .center .message span[data-v-3988befa] {
  display: block;
}
.fallback .center .message .dots[data-v-3988befa] {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
}

.skeletonBox[data-v-33f1d538] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 246, 249, 0);
  overflow: hidden;
  z-index: 1;
}
.skeletonBox .mapArea[data-v-33f1d538] {
  position: relative;
  background-color: #edf1f5;
  width: 100vw;
  height: calc(100vh - 261px);
  z-index: 1;
}
.skeletonBox .mapBg[data-v-33f1d538] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skeletonBox .mainbox[data-v-33f1d538] {
  width: 100%;
  height: var(--0ad399be);
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 2;
  border-radius: 20px 20px 0px 0px;
  background-color: #f5f6f9;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  box-shadow: 0px -4px 36px 0px rgba(77, 87, 106, 0.14);
}
.skeletonBox .mainbox ul[data-v-33f1d538] {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}

.page_layout[data-v-446c5234] {
  height: var(--6cabba58);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_layout.fixed[data-v-446c5234] {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
}
.page_layout > *[data-v-446c5234] {
  width: 100%;
}
.page_layout .page_layout_main[data-v-446c5234] {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 40px;
  flex: 1;
  overflow: auto;
}
.page_layout .page_layout_footer[data-v-446c5234] {
  padding-top: 19px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 40px;
}

.notice[data-v-493abe58] {
  position: fixed;
  width: 100%;
  padding: 0 10px;
  top: 10px;
  z-index: 9999999;
}
.notice .van-notice-bar[data-v-493abe58] {
  border-radius: 6px;
}
.notice .van-notice-bar[data-v-493abe58] .van-notice-bar__content {
  width: 100%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


/*# sourceMappingURL=app.a1e3a502.css.map*/