/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
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,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  background: none;
  outline: none;
  border: none;
}
textarea {
  resize: none;
}
.toasted-container .toasted {
  padding: 0.1rem 0.2rem;
  min-width: 3rem;
  min-height: 0.6rem;
  font-size: 0.28rem;
  justify-content: center;
}
button {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  outline: none;
}
/*包含以下五种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}
span,
div,
i,
p,
h4,
h5,
li {
  text-size-adjust: none;
}

.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
  justify-content: start;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.free-top {
  margin-top: auto;
}
.free-left {
  margin-left: auto;
}
.free-right {
  margin-right: auto;
}
.free-bottom {
  margin-bottom: auto;
}
.order-before {
  order: -1;
}
.order-after {
  order: 1;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.flex-min {
  min-height: 0;
  min-width: 0;
}
.flex-max {
  max-height: 100%;
  max-width: 100%;
}
.flex-golden {
  flex: 0 1 61.80339887%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.flex-9 {
  flex: 9;
}
.flex-10 {
  flex: 10;
}
.flex-11 {
  flex: 11;
}
.flex-12 {
  flex: 12;
}
.grow-0 {
  flex-grow: 0;
}
.grow-1 {
  flex-grow: 1;
}
.grow-2 {
  flex-grow: 2;
}
.grow-3 {
  flex-grow: 3;
}
.grow-4 {
  flex-grow: 4;
}
.grow-5 {
  flex-grow: 5;
}
.grow-6 {
  flex-grow: 6;
}
.grow-7 {
  flex-grow: 7;
}
.grow-8 {
  flex-grow: 8;
}
.grow-9 {
  flex-grow: 9;
}
.grow-10 {
  flex-grow: 10;
}
.grow-11 {
  flex-grow: 11;
}
.grow-12 {
  flex-grow: 12;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink-1 {
  flex-shrink: 1;
}
.shrink-2 {
  flex-shrink: 2;
}
.shrink-3 {
  flex-shrink: 3;
}
.shrink-4 {
  flex-shrink: 4;
}
.shrink-5 {
  flex-shrink: 5;
}
.shrink-6 {
  flex-shrink: 6;
}
.shrink-7 {
  flex-shrink: 7;
}
.shrink-8 {
  flex-shrink: 8;
}
.shrink-9 {
  flex-shrink: 9;
}
.shrink-10 {
  flex-shrink: 10;
}
.shrink-11 {
  flex-shrink: 11;
}
.shrink-12 {
  flex-shrink: 12;
}
.basis-0 {
  flex-basis: 0%;
}
.basis-1 {
  flex-basis: 8.33333333%;
}
.basis-2 {
  flex-basis: 16.66666667%;
}
.basis-3 {
  flex-basis: 25%;
}
.basis-4 {
  flex-basis: 33.33333333%;
}
.basis-5 {
  flex-basis: 41.66666667%;
}
.basis-6 {
  flex-basis: 50%;
}
.basis-7 {
  flex-basis: 58.33333333%;
}
.basis-8 {
  flex-basis: 66.66666667%;
}
.basis-9 {
  flex-basis: 75%;
}
.basis-10 {
  flex-basis: 83.33333333%;
}
.basis-11 {
  flex-basis: 91.66666667%;
}
.basis-12 {
  flex-basis: 100%;
}
.basis-100vw {
  flex-basis: 100vw;
}
.basis-100vh {
  flex-basis: 100vh;
}
.basis-100vmax {
  flex-basis: 100vmax;
}
.basis-100vmin {
  flex-basis: 100vmin;
}
.basis-golden {
  flex-basis: 61.80339887%;
}
.basis-content {
  flex-basis: content;
}
.basis-auto {
  flex-basis: auto;
}
@media (orientation: portrait) {
  .flex\@portrait {
    display: flex;
  }
  .inline-flex\@portrait {
    display: inline-flex;
  }
  .flex-wrap\@portrait {
    flex-wrap: wrap;
  }
  .flex-nowrap\@portrait {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse\@portrait {
    flex-wrap: wrap-reverse;
  }
}
@media (orientation: landscape) {
  .flex\@landscape {
    display: flex;
  }
  .inline-flex\@landscape {
    display: inline-flex;
  }
  .flex-wrap\@landscape {
    flex-wrap: wrap;
  }
  .flex-nowrap\@landscape {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse\@landscape {
    flex-wrap: wrap-reverse;
  }
}

.popup-wrapper[data-v-22d1fde0] {
  width: 5.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.popup-wrapper .popup-title[data-v-22d1fde0] {
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.32rem;
  text-align: center;
  padding-top: 0.6rem;
}
.popup-wrapper .popup-content[data-v-22d1fde0] {
  min-height: 1.2rem;
  padding: 0 0.4rem;
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.4rem;
}
.popup-wrapper .popup-footer[data-v-22d1fde0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem;
}
.popup-wrapper .popup-footer.one-btn[data-v-22d1fde0] {
  justify-content: center;
}
.popup-wrapper .popup-footer.one-btn .van-button--block[data-v-22d1fde0] {
  width: 2.6rem;
}
.popup-wrapper .popup-footer .van-button--default[data-v-22d1fde0] {
  color: #19181D;
}
.popup-wrapper .popup-footer .van-button--default[data-v-22d1fde0]::before {
  border-color: #BEBEBE;
}
.popup-wrapper .popup-footer .van-button--primary[data-v-22d1fde0] {
  background-color: #19181D;
  border: none;
}
.popup-wrapper .popup-footer .van-button--primary[data-v-22d1fde0]::before {
  display: none;
}
.popup-wrapper .popup-footer .van-button--block[data-v-22d1fde0] {
  width: 2.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  font-size: 0.28rem;
}

.b-1px,
.b-1px-t,
.b-1px-b,
.b-1px-tb,
.b-1px-l,
.b-1px-r {
  position: relative;
}
.b-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  transform-origin: left top;
  transform: scale(0.5);
}
.b-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.b-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.b-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.b-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.b-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  transform-origin: 0 0;
  transform: scaleX(0.5);
}
.b-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  transform-origin: 100% 0;
  transform: scaleX(0.5);
}


[data-v-5fb60ecc] .van-search {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}
[data-v-5fb60ecc] .van-search .van-search__content .van-cell--borderless {
  padding: 0.1rem 0.06rem 0.1rem 0 !important;
}
[data-v-5fb60ecc] .van-search .van-search__action:hover {
  opacity: 0.6;
  background: rgba(0, 0, 0, 0);
}
.select-list[data-v-5fb60ecc] {
  height: 10rem;
  overflow-y: auto;
}
.select-list__item[data-v-5fb60ecc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.88rem;
  line-height: 0.88rem;
}
.select-list__item.active .select-list__item__name[data-v-5fb60ecc] {
  font-weight: bold;
  color: #333;
}
.select-list__item.active .select-list__item__arrow-active[data-v-5fb60ecc] {
  opacity: 1;
}
.select-list__item[data-v-5fb60ecc]::after {
  opacity: 0.6;
}
.select-list__item[data-v-5fb60ecc]:last-child {
  margin-bottom: calc(0.3rem + env(safe-area-inset-bottom));
}
.select-list__item__name[data-v-5fb60ecc] {
  font-size: 0.32rem;
  color: #666;
}
.select-list__item__arrow-active[data-v-5fb60ecc] {
  opacity: 0;
}

.u-select.border[data-v-47ca8ee7] {
  position: relative;
}
.u-select.border[data-v-47ca8ee7]::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6.5rem;
  height: 1px;
  transform: scaleY(0.5) translateX(-50%);
  background-color: #EEEEEE;
}
.u-select .chara[data-v-47ca8ee7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.2rem;
  padding: 0.4rem 0.3rem;
  font-size: 0.28rem;
  background: white;
}
.u-select .chara .chara_left[data-v-47ca8ee7] {
  padding-right: 10px;
  font-weight: bold;
  flex: 0 0 auto;
}
.u-select .chara .chara_right[data-v-47ca8ee7] {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  font-weight: 400;
  font-size: 0.28rem;
}
.u-select .chara .chara_right > div[data-v-47ca8ee7]:first-child {
  margin-right: 0.1rem;
  max-width: 5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.u-select .chara .chara_right .icon-select[data-v-47ca8ee7] {
  flex: 0 0 auto;
}
.u-select[data-v-47ca8ee7] .van-popup .select-list__item__name {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

