html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.34666667rem;
}
* {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 37.5px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 41.4px;
  }
}
@media only screen and (min-width: 415px) and (max-width: 435px) {
  html {
    font-size: 43.5px;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, "microsoft yahei", Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
.vux-1px-t {
  border-top: 1px solid #e0e0e0;
}
.vux-1px-b {
  border-bottom: 1px solid #e0e0e0;
}
.vux-1px-tb {
  border-top: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  background-image: none;
}
.vux-1px-l {
  border-left: 1px solid #e0e0e0;
}
.vux-1px-r {
  border-right: 1px solid #e0e0e0;
}
.vux-1px {
  border: 1px solid #e0e0e0;
}
.vux-1px-radius {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
@media screen and (min-device-pixel-ratio: 2) {
  .vux-1px-radius {
    position: relative;
    border: 0;
  }
  .vux-1px-radius:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e0e0e0;
    transform: scale(0.5);
    transform-origin: 0 0;
    padding: 1px;
    box-sizing: border-box;
    border-radius: 8px;
    pointer-events: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .vux-1px {
    position: relative;
    border: 0;
  }
  .vux-1px-t,
  .vux-1px-b,
  .vux-1px-l,
  .vux-1px-r,
  .vux-1px-tb {
    border: 0;
  }
  .vux-1px-t {
    background-position: left top;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
  }
  .vux-1px-b {
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
  }
  .vux-1px-t,
  .vux-1px-b,
  .vux-1px-tb {
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
  }
  .vux-1px-tb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
    background-position: top, bottom;
  }
  .vux-1px-l {
    background-position: left top;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
  }
  .vux-1px-r {
    background-position: right top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
  }
  .vux-1px-l,
  .vux-1px-r {
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
  .vux-1px:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
    background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
    background-repeat: no-repeat;
    background-position: top, right, bottom, left;
    padding: 1px;
    box-sizing: border-box;
    z-index: 10;
    pointer-events: none;
  }
}
.vux-center-v,
.vux-center-h,
.vux-center {
  display: flex;
}
.vux-center-v,
.vux-center {
  align-items: center;
}
.vux-center-h,
.vux-center {
  justify-content: center;
}
.vux-reddot,
.vux-reddot-border,
.vux-reddot-s {
  position: relative;
}
.vux-reddot:after,
.vux-reddot-border:after,
.vux-reddot-s:after {
  content: '';
  position: absolute;
  display: block;
  width: 0.21333333rem;
  height: 0.21333333rem;
  background-color: #f74c31;
  border-radius: 5px;
  right: -0.08rem;
  top: -0.08rem;
  background-clip: padding-box;
}
.vux-reddot-border:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.21333333rem;
  height: 0.21333333rem;
  background-color: #fff;
  border-radius: 5px;
  right: -0.10666667rem;
  top: -0.10666667rem;
  background-clip: padding-box;
  padding: 1px;
}
.vux-reddot-s:after {
  width: 0.16rem;
  height: 0.16rem;
  top: -0.13333333rem;
  right: -0.13333333rem;
}
.vux-fade-transition {
  opacity: 1;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave {
  opacity: 0;
}
.vux-dialog-transition {
  opacity: 1;
  transition-duration: 0.4s;
  transform: translate(-50%, -50%) scale(1) !important;
  transition-property: transform, opacity!important;
}
.vux-dialog-enter,
.vux-dialog-leave {
  opacity: 0;
}
.vux-dialog-enter {
  transform: translate(-50%, -50%) scale(1.185) !important;
}
.vux-dialog-leave {
  transform: translate(-50%, -50%) scale(1) !important;
}
.vux-loading {
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: vux-loading;
  animation-timing-function: linear;
  border-radius: 99em;
  border: 3px solid #DDD;
  border-left-color: #666;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-width: 2px;
  display: table-cell;
  vertical-align: middle;
}
@keyframes vux-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.vux-close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.64rem;
  height: 0.64rem;
  overflow: hidden;
  color: #ccc;
}
.vux-close::before,
.vux-close::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #98979d;
}
.vux-close::before {
  transform: rotate(45deg);
}
.vux-close::after {
  transform: rotate(-45deg);
}
.vux-tap-active {
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.vux-tap-active:active {
  background-color: #ECECEC;
}
.weui_cells_access .weui_cell:not(.no_access) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_cells_access .weui_cell:not(.no_access):active {
  background-color: #ECECEC;
}
.weui_cells_access a.weui_cell {
  color: inherit;
}
.weui_cells_access .weui_cell_ft:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  position: relative;
  top: -2px;
  top: -1px;
  margin-left: 0.3em;
}
.weui_cell {
  position: relative;
}
.weui_cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  transform-origin: 0 0;
  transform: scaleY(0.5);
  left: 0.4rem;
}
.weui_cell:first-child:before {
  display: none;
}
.weui_cells {
  background-color: #FFFFFF;
  line-height: 2.26666667;
  font-size: 0.4rem;
  overflow: hidden;
  position: relative;
}
.weui_cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.weui_cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.weui_cells_title {
  padding-top: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #000;
  font-size: 0.34666667rem;
  line-height: 0.8rem;
  opacity: 0.7;
}
.weui_cells_title + .weui_cells {
  margin-top: 0;
}
.weui_cells_tips {
  margin-top: 0.3em;
  color: #000;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 0.34666667rem;
}
.weui_cell {
  padding: 0.26666667rem 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.weui_cell_ft {
  text-align: left;
  color: #666;
}
.weui_cell_primary {
  flex: 1;
}
.weui_cell_hd img {
  width: 0.8rem;
  margin-right: 0.4rem;
}
.weui_cell_hd span {
  font-size: 0.37333333rem;
}
.weui_cell_flexStar {
  align-items: flex-star;
}
.vux-no-group-title {
  margin-top: 0.26666667rem;
}
.weui_cells > a {
  color: #000;
}
.vux-label-desc {
  font-size: 14px;
  color: #666;
}
.weui_label {
  color: #000;
  display: block;
  width: 2.4rem;
  word-wrap: break-word;
  word-break: break-all;
  padding-right: 0.13333333rem;
}
.weui_input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  line-height: 2.26666667;
}
.weui_input::-webkit-outer-spin-button,
.weui_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.weui_textarea {
  display: block;
  border: 0;
  resize: none;
  width: 100%;
  color: inherit;
  font-size: 0.34666667rem;
  line-height: inherit;
  outline: 0;
}
.weui_textarea_counter {
  color: #999999;
  text-align: right;
}
.weui_cell_warn .weui_textarea_counter {
  color: #E64340;
}
.weui_toptips {
  display: none;
  position: fixed;
  -webkit-transform: translateZ(0);
  width: 100%;
  top: 0;
  line-height: 2.3;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  z-index: 50000;
}
.weui_toptips.weui_warn {
  background-color: #E64340;
}
.weui_cells_form .weui_cell_warn {
  color: #E64340;
}
.weui_cells_form .weui_cell_warn .weui_icon_warn {
  display: inline-block;
}
.weui_cells_form .weui_cell_ft {
  font-size: 0;
}
.weui_cells_form .weui_icon_warn {
  display: none;
}
.weui_cells_form input,
.weui_cells_form textarea,
.weui_cells_form label[for] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_cell.weui_cell_switch {
  padding-top: 0.29333333rem;
  padding-bottom: 0.29333333rem;
}
.weui_switch {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 1.38666667rem;
  height: 0.85333333rem;
  border: 1px solid #DFDFDF;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background: #DFDFDF;
}
.weui_switch:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.33333333rem;
  height: 0.8rem;
  border-radius: 15px;
  background-color: #FDFDFD;
  transition: transform 0.3s;
}
.weui_switch:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
}
.weui_switch:checked {
  border-color: #5890ff;
  background-color: #5890ff;
}
.weui_switch:checked:before {
  transform: scale(0);
}
.weui_switch:checked:after {
  transform: translateX(20px);
}
.weui_cell_switch .weui_cell_ft {
  font-size: 0;
}
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.weui_mask {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui_mask_transparent {
  position: fixed;
  z-index: 5001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.weui_mask_transition {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
}
.weui_fade_toggle {
  background: rgba(0, 0, 0, 0.6);
}
.weui-actionsheet {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
  backface-visibility: hidden;
  z-index: 5000;
  width: 100%;
  background-color: #EFEFF4;
  transition: transform 0.3s;
}
.weui-actionsheet__menu {
  background-color: #FFFFFF;
}
.weui-actionsheet__action {
  margin-top: 6px;
  background-color: #FFFFFF;
}
.weui-actionsheet__cell {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.weui-actionsheet__cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.weui-actionsheet__cell:active {
  background-color: #ECECEC;
}
.weui-actionsheet__cell:first-child:before {
  display: none;
}
.weui-skin_android .weui-actionsheet {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 274px;
  box-sizing: border-box;
  backface-visibility: hidden;
  background: transparent;
  transition: transform 0.3s;
}
.weui-skin_android .weui-actionsheet__action {
  display: none;
}
.weui-skin_android .weui-actionsheet__menu {
  border-radius: 2px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.weui-skin_android .weui-actionsheet__cell {
  padding: 13px 24px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.weui-skin_android .weui-actionsheet__cell:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.weui-skin_android .weui-actionsheet__cell:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.weui-actionsheet_toggle {
  transform: translate(0, 0);
}
.vux-actionsheet-menu-primary {
  color: #1AAD19;
}
.vux-actionsheet-menu-warn {
  color: #E64340;
}
.vux-actionsheet-menu-default {
  color: #000;
}
.vux-actionsheet-menu-disabled {
  color: #ccc;
}
.vux-actionsheet-mask-enter,
.vux-actionsheet-mask-leave-active,
.vux-android-actionsheet-enter,
.vux-android-actionsheet-leave-active {
  opacity: 0;
}
.vux-actionsheet-mask-leave-active,
.vux-actionsheet-mask-enter-active,
.vux-android-actionsheet-leave-active,
.vux-android-actionsheet-enter-active {
  transition: opacity 300ms!important;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "weui";
  src: url('data:application/octet-stream;base64,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') format('truetype');
}
[class^="weui_icon_"]:before,
[class*=" weui_icon_"]:before {
  font-family: "weui";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.56rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 0.2rem;
}
.weui_icon_circle:before {
  content: "\EA01";
}
.weui_icon_download:before {
  content: "\EA02";
}
.weui_icon_info:before {
  content: "\EA03";
}
.weui_icon_safe_success:before {
  content: "\EA04";
}
.weui_icon_safe_warn:before {
  content: "\EA05";
}
.weui_icon_success:before {
  content: "\EA06";
}
.weui_icon_success_circle:before {
  content: "\EA07";
}
.weui_icon_success_no_circle:before {
  content: "\EA08";
}
.weui_icon_waiting:before {
  content: "\EA09";
}
.weui_icon_waiting_circle:before {
  content: "\EA0A";
}
.weui_icon_warn:before {
  content: "\EA0B";
}
.weui_icon_info_circle:before {
  content: "\EA0C";
}
.weui_icon_cancel:before {
  content: "\EA0D";
}
.weui_icon_search:before {
  content: "\EA0E";
}
.weui_icon_clear:before {
  content: "\EA0F";
}
[class^="weui_icon_"]:before,
[class*=" weui_icon_"]:before {
  margin: 0;
}
.weui_icon_success:before {
  font-size: 23px;
  color: #09BB07;
}
.weui_icon_waiting:before {
  font-size: 23px;
  color: #10AEFF;
}
.weui_icon_warn:before {
  font-size: 23px;
  color: #F43530;
}
.weui_icon_info:before {
  font-size: 23px;
  color: #10AEFF;
}
.weui_icon_success_circle:before {
  font-size: 23px;
  color: #09BB07;
}
.weui_icon_success_no_circle:before {
  font-size: 23px;
  color: #09BB07;
}
.weui_icon_waiting_circle:before {
  font-size: 23px;
  color: #10AEFF;
}
.weui_icon_circle:before {
  font-size: 23px;
  color: #C9C9C9;
}
.weui_icon_download:before {
  font-size: 23px;
  color: #09BB07;
}
.weui_icon_info_circle:before {
  font-size: 23px;
  color: #09BB07;
}
.weui_icon_safe_success:before {
  color: #09BB07;
}
.weui_icon_safe_warn:before {
  color: #FFBE00;
}
.weui_icon_cancel:before {
  color: #F43530;
  font-size: 22px;
}
.weui_icon_search:before {
  color: #B2B2B2;
  font-size: 14px;
}
.weui_icon_clear:before {
  color: #B2B2B2;
  font-size: 14px;
}
.weui_icon_msg:before {
  font-size: 104px;
}
.weui_icon_warn.weui_icon_msg:before {
  color: #F76260;
}
.weui_icon_safe:before {
  font-size: 104px;
}
.weui_toast {
  position: fixed;
  z-index: 1000000;
  width: 3.25333333rem;
  min-height: 3.25333333rem;
  top: 4.8rem;
  left: 50%;
  margin-left: -0.81333333rem;
  background: rgba(40, 40, 40, 0.75);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
}
.weui_icon_toast {
  margin: 0.58666667rem 0 0;
  display: block;
}
.weui_icon_toast:before {
  content: '\EA08';
  color: #FFFFFF;
  font-size: 1.46666667rem;
}
.weui_toast_content {
  margin: 0 0 0.4rem;
}
.weui_loading_toast .weui_toast_content {
  margin-top: 64%;
  font-size: 0.37333333rem;
}
.weui_loading {
  position: absolute;
  width: 0px;
  z-index: 1;
  left: 50%;
  top: 38%;
}
.weui_toast {
  transform: translateX(-50%);
  margin-left: 0!important;
}
.weui_toast_forbidden {
  color: #F76260;
}
.weui_toast.weui_toast_text {
  min-height: 0;
}
.weui_toast_text .weui_toast_content {
  margin: 0;
  padding-top: 0.26666667rem;
  padding-bottom: 0.26666667rem;
  border-radius: 0.4rem;
}
.weui_toast_success .weui_icon_toast:before {
  content: "\EA08";
}
.weui_toast_cancel .weui_icon_toast:before {
  content: "\EA0D";
}
.weui_toast_forbidden .weui_icon_toast:before {
  content: "\EA0B";
  color: #F76260;
}
.weui_cell_bd__start {
  display: flex;
  align-items: flex-start !important;
}
.weui_cell_bd > p {
  color: #000;
}
.with_arrow:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.21333333rem;
  width: 0.21333333rem;
  border-width: 1px 1px 0 0;
  border-color: #a0a0a0;
  border-style: solid;
  position: relative;
  top: -1px;
  margin-left: 0.3em;
}
.weui_tabbar {
  display: flex;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background-color: #f7f7fa;
}
.weui_tabbar:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #979797;
  color: #979797;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.weui_tabbar_item {
  display: block;
  flex: 1;
  padding: 0.18666667rem 0 0;
  -webkit-tap-highlight-color: transparent;
}
.weui_tabbar_item.weui_bar_item_on .weui_tabbar_label {
  color: #09BB07;
}
.weui_tabbar_icon {
  margin: 0 auto;
  width: 0.64rem;
  height: 0.64rem;
}
.weui_tabbar_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.weui_tabbar_icon + .weui_tabbar_label {
  margin-top: 0.13333333rem;
}
.weui_tabbar_label {
  text-align: center;
  color: #000;
  font-size: 0.32rem;
}
.weui_tab {
  position: relative;
  height: 100%;
}
.weui_tab_bd {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 1.46666667rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0.34666667rem;
}
.weui_tab_bd_item {
  display: none;
}
.weui_tab_bd_item_active {
  display: block;
}
.vux-badge {
  display: inline-block;
  text-align: center;
  background: #f74c31;
  color: #fff;
  font-size: 0.32rem;
  height: 0.48rem;
  line-height: 0.50666667rem;
  border-radius: 0.21333333rem;
  padding: 0 0.16rem;
  background-clip: padding-box;
}
.vux-badge-single {
  padding: 0;
  width: 0.42666667rem;
}
.vux-button-group {
  display: flex;
}
.vux-button-group > a {
  display: block;
  flex: 1;
  width: 100%;
  height: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-width: 1px 1px 1px 0;
  color: #999;
  white-space: nowrap;
  background: #fdfdfd;
}
.vux-button-group > a.vux-button-group-current,
.vux-button-group > a.hover,
.vux-button-group > a:active {
  border-color: #5890ff;
  color: #FFF;
  background: #5890ff;
}
.vux-button-group > a:first-child {
  border-width: 1px;
  background-clip: padding-box;
}
.vux-button-group > a:last-child {
  background-clip: padding-box;
}
.vux-button-group > a.vux-button-group-current:disabled,
.vux-button-group > a:disabled {
  border-color: #CDCDCD;
  background: #e5e5e5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #aaa;
}
.vux-button-group .no-border-right {
  border-right-width: 0!important;
}
.vux-prev-icon,
.vux-next-icon {
  position: absolute;
  left: 0;
  top: 0.4rem;
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #5890ff;
  border-radius: 0;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  margin-left: 0.4rem;
  line-height: 1.06666667rem;
}
.vux-next-icon {
  transform: rotate(-135deg);
  left: auto;
  top: 0.37333333rem;
  right: 0.4rem;
}
.vux-prev-icon:before {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #04be02;
  border-width: 1px 0 0 1px;
  transform: rotate(315deg);
}
.is-weekend-highlight td.is-week-list-0,
.is-weekend-highlight td.is-week-list-6,
.is-weekend-highlight td.is-week-0,
.is-weekend-highlight td.is-week-6 {
  color: #E59313;
}
.inline-calendar a {
  text-decoration: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.calendar-year,
.calendar-month {
  position: relative;
}
.calendar-header {
  line-height: 1.06666667rem;
  font-size: 0.42666667rem;
  overflow: hidden;
}
.calendar-header > div {
  float: left;
  width: 50%;
  text-align: center;
  overflow: hidden;
}
.calendar-header a:last-of-type {
  float: right;
  vertical-align: bottom;
}
.switch-btn,
.calendar-title {
  display: inline-block;
  border-radius: 4px;
  line-height: 0.8rem;
}
.switch-btn {
  width: 0.8rem;
  margin: 0.13333333rem;
  color: #39b5b8;
  font-family: "SimSun";
}
.calendar-title {
  padding: 0 6%;
  color: #333;
}
.switch-btn:active,
.calendar-title:active,
.calendar-header a.active {
  background-color: #39b5b8;
  color: #fff;
}
.calendar-week {
  overflow: hidden;
}
.calendar-week span {
  float: left;
  width: 14.28%;
  font-size: 0.53333333rem;
  line-height: 0.90666667rem;
  text-align: center;
}
.inline-calendar {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.inline-calendar td.is-today,
.inline-calendar td.is-today.is-disabled {
  color: #5890ff;
}
.calendar-enter,
.calendar-leave {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.calendar:before {
  position: absolute;
  left: 0.8rem;
  top: -0.26666667rem;
  content: "";
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: #DEDEDE;
}
.calendar:after {
  position: absolute;
  left: 0.8rem;
  top: -0.24rem;
  content: "";
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
}
.calendar-tools {
  height: 0.85333333rem;
  font-size: 0.53333333rem;
  line-height: 0.85333333rem;
  color: #04be02;
}
.calendar-tools .float.left {
  float: left;
}
.calendar-tools .float.right {
  float: right;
}
.calendar-tools input {
  font-size: 0.53333333rem;
  line-height: 0.85333333rem;
  color: #04be02;
  width: 1.86666667rem;
  text-align: center;
  border: none;
  background-color: transparent;
}
.calendar-tools > i {
  margin: 0 0.42666667rem;
  line-height: 0.85333333rem;
  cursor: pointer;
  color: #707070;
}
.calendar-tools > i:hover {
  color: #5e7a88;
}
.inline-calendar table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  color: #444444;
}
.inline-calendar td {
  padding: 0.13333333rem 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0.4rem;
  position: relative;
}
.inline-calendar td.week {
  pointer-events: none !important;
  cursor: default !important;
}
.inline-calendar td.is-disabled {
  color: #c0c0c0;
  pointer-events: none !important;
  cursor: default !important;
}
.inline-calendar td > span {
  display: inline-block;
  width: 0.69333333rem;
  height: 0.69333333rem;
  line-height: 0.69333333rem;
  border-radius: 50%;
  text-align: center;
}
.vux-calendar-range.inline-calendar td.current {
  background-color: #04be02;
}
.vux-calendar-range table {
  margin-bottom: 0.26666667rem;
}
.inline-calendar td.current > span {
  background-color: #5890ff;
  color: #fff;
}
.inline-calendar .timer {
  margin: 0.26666667rem 0;
  text-align: center;
}
.inline-calendar .timer input {
  border-radius: 2px;
  padding: 0.13333333rem;
  font-size: 0.37333333rem;
  line-height: 0.48rem;
  color: #5e7a88;
  width: 1.33333333rem;
  text-align: center;
  border: 1px solid #efefef;
}
.inline-calendar .timer input:focus {
  border: 1px solid #5e7a88;
}
.calendar-button {
  text-align: center;
}
.calendar-button button {
  border: none;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  min-width: 8em;
  vertical-align: baseline;
  background: #5e7a88;
  color: #fff;
  margin: 0 0.25em 0 0;
  padding: 0.8em 2.5em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  border-radius: 0.3em;
}
.calendar-button button.cancel {
  background: #efefef;
  color: #666;
}
.vux-popup {
  border-top: 2px solid #04BE02;
}
.vux-popup-dialog {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  z-index: 999999;
  transition-property: transform;
  transition-duration: 300ms;
}
.vux-popup-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.vux-popup-mask.vux-popup-show {
  opacity: 1;
  z-index: 100;
  transition: opacity 0.3s;
}
.vux-popup-enter {
  transform: translate3d(0, 100%, 0);
}
.vux-popup-leave {
  transform: translate3d(0, 100%, 0);
}
.weui_panel {
  background-color: #FFFFFF;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.weui_panel:first-child {
  margin-top: 0;
}
.weui_panel:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #E5E5E5;
  color: #E5E5E5;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.weui_panel:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E5E5E5;
  color: #E5E5E5;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
.weui_panel_hd {
  padding: 14px 15px 10px;
  color: #999999;
  font-size: 13px;
  position: relative;
}
.weui_panel_hd:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E5E5E5;
  color: #E5E5E5;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
  left: 15px;
}
.weui_panel_ft {
  padding: 10px 15px 12px;
  color: #999999;
  font-size: 14px;
  position: relative;
}
.weui_panel_ft:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #E5E5E5;
  color: #E5E5E5;
  transform-origin: 0 0;
  transform: scaleY(0.5);
  left: 15px;
}
.weui_panel_access .weui_panel_ft {
  display: block;
  color: #586C94;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_panel_access .weui_panel_ft:active {
  background-color: #ECECEC;
}
.weui_panel_access .weui_panel_ft:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C7C7CC;
  border-style: solid;
  position: relative;
  top: -2px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.icon_big:before {
  font-size: 104px;
}
.icon_small:before {
  font-size: 12px;
}
.vux-checker-item {
  display: inline-block;
}
.vux-group-tip,
.vux-group-tip p {
  font-size: 14px;
  color: #888;
  text-align: center;
  padding-top: 0.3em;
  padding-left: 10px;
  padding-right: 5px;
}
.vux-group-tip .weui_icon {
  padding-right: 3px;
}
.weui_check_label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_check {
  position: absolute;
  left: -9999em;
}
.weui_cells_radio .weui_cell_ft {
  padding-left: 0.93333333rem;
}
.weui_cells_radio .weui_cell:active {
  background-color: #ECECEC;
}
.weui_cells_radio .weui_check:checked + .weui_icon_checked:before {
  display: block;
  content: '\EA08';
  color: #5890ff;
  font-size: 0.42666667rem;
}
.weui_cells_checkbox .weui_cell_hd {
  padding-right: 0.4rem;
}
.weui_cells_checkbox .weui_icon_checked:before {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  border: 1px solid #E9E9EB;
  box-sizing: border-box;
}
.weui_cells_checkbox .weui_check:checked + .weui_icon_checked {
  display: block;
  background-color: #409eff;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.weui_cells_checkbox .weui_check:checked + .weui_icon_checked:before {
  position: absolute;
  left: 0.08rem;
  top: 0.06666667rem;
  content: "";
  border-style: solid;
  width: 0.26666667rem;
  height: 0.16rem;
  border-color: #fff #fff transparent transparent;
  border-width: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.weui_cells_checkbox > label > * {
  pointer-events: none;
}
.vux-checklist-disabled {
  opacity: 0.5;
}
.vux-checklist-disabled .vux-checklist-icon-checked:before {
  display: none;
}
.weui_cells > a {
  color: #000;
}
.vux-checklist-label-left {
  flex-direction: row-reverse;
}
.vux-checklist-label-left .weui_cell_hd {
  padding-right: 0;
}
.vux-flexbox {
  width: 100%;
  text-align: left;
  display: flex;
  box-align: center;
  align-items: center;
}
.vux-flexbox .vux-flexbox-item {
  flex: 1;
  min-width: 0.53333333rem;
  width: 0%;
}
.vux-flexbox-item > .vux-flexbox {
  width: 100%;
}
.vux-flexbox .vux-flexbox-item:first-child {
  margin-left: 0!important;
  margin-top: 0!important;
}
.vux-flex-col {
  box-orient: vertical;
  flex-direction: column;
}
.vux-flex-col > .vux-flexbox-item {
  width: 100%;
}
.vux-flex-row {
  box-direction: row;
  box-orient: horizontal;
  flex-direction: row;
}
.vux-color-box {
  text-align: center;
}
.vux-color-picker {
  font-size: 0;
}
.vux-color-item {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.vux-color-checked.weui_icon_success_no_circle:before {
  color: #fff;
}
.vux-color-checked {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vux-color-white {
  border: 1px solid #ccc;
}
.vux-color-white .vux-color-checked:before {
  color: #ccc;
}
.vux-color-picker-small .vux-color-checked:before {
  font-size: 10px;
}
.vux-color-picker-middle .vux-color-checked:before {
  font-size: 18px;
}
.weui_dialog {
  position: fixed;
  z-index: 5000;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FAFAFC;
  text-align: center;
  border-radius: 0.21333333rem;
  overflow: hidden;
}
.weui_dialog_confirm .weui_dialog .weui_dialog_bd {
  text-align: left;
}
.weui_dialog_mes {
  line-height: 0.66666667rem;
  padding: 0.66666667rem 0;
}
.weui_dialog_title {
  font-weight: 400;
  font-size: 0.45333333rem;
}
.weui_dialog_bd {
  padding: 0 0.26666667rem;
  font-size: 0.4rem;
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
}
.weui_dialog_ft {
  position: relative;
  line-height: 1.12rem;
  font-size: 0.45333333rem;
  display: flex;
}
.weui_dialog_ft a {
  display: block;
  flex: 1;
  color: #3CC51F;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_dialog_ft a:active {
  background-color: #EEEEEE;
}
.weui_dialog_ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.weui_dialog_confirm .weui_dialog_ft a {
  position: relative;
}
.weui_dialog_confirm .weui_dialog_ft a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #D5D5D6;
  color: #D5D5D6;
  transform-origin: 0 0;
  transform: scaleX(0.5);
}
.weui_dialog_confirm .weui_dialog_ft a:first-child:after {
  display: none;
}
.weui_btn_dialog.default {
  color: #333;
}
.weui_btn_dialog.primary {
  color: #5890ff;
}
@media screen and (min-width: 1024px) {
  .weui_dialog {
    width: 35%;
  }
}
.with_arrow:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.21333333rem;
  width: 0.21333333rem;
  border-width: 1px 1px 0 0;
  border-color: #a0a0a0;
  border-style: solid;
  position: relative;
  top: -1px;
  margin-left: 0.3em;
}
.scroller-component {
  display: block;
  position: relative;
  height: 6.34666667rem;
  overflow: hidden;
  width: 100%;
}
.scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 2.72rem;
  background-repeat: no-repeat;
}
.scroller-item {
  text-align: center;
  font-size: 0.42666667rem;
  height: 0.90666667rem;
  line-height: 0.90666667rem;
  color: #000;
}
.scroller-indicator {
  width: 100%;
  height: 0.90666667rem;
  position: absolute;
  left: 0;
  top: 2.72rem;
  z-index: 3;
  background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.dp-container {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
  display: none;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}
.dp-mask {
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.1s ease;
  background-color: #000;
  z-index: 9999;
}
.dp-header {
  display: flex;
  width: 100%;
  box-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.dp-header .dp-item {
  font-size: 0.48rem;
  height: 1.17333333rem;
  line-height: 1.17333333rem;
  cursor: pointer;
}
.dp-left,
.dp-center {
  color: #333;
}
.dp-right {
  color: #5890ff;
}
.dp-content {
  display: flex;
  width: 100%;
  box-align: center;
  align-items: center;
  padding: 0.26666667rem 0;
}
.dp-header .dp-item,
.dp-content .dp-item {
  box-sizing: border-box;
  flex: 1;
  text-align: center;
}
.vux-datetime .vux-input-icon {
  float: right;
}
.vux-cell-primary {
  flex: 1;
}
.cvux-datetime-placeholder {
  color: #a0a0a0;
}
.vux-divider {
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  padding: 0.26666667rem 0;
  color: #666;
}
.vux-divider:after,
.vux-divider:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
.vux-divider:before {
  background-position: right 1em top 50%;
}
.vux-divider:after {
  background-position: left 1em top 50%;
}
.keyboard-content {
  padding: 0.26666667rem 0.13333333rem 0.33333333rem;
  background-color: #d1d6dc;
}
.keyboard-content .keyboard-list {
  display: flex;
  justify-content: center;
}
.keyboard-content .keyboard-list:not(:last-child) {
  margin-bottom: 0.30666667rem;
}
.keyboard-content .keyboard-list li {
  width: 0.85333333rem;
  height: 1.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0.02666667rem 0.10666667rem 0px rgba(101, 104, 107, 0.5), inset 0px -0.04rem 0px 0px rgba(209, 214, 220, 0.5);
  border-radius: 0.10666667rem;
  text-align: center;
  line-height: 1.2rem;
  list-style-type: none;
  font-size: 15px;
}
.keyboard-content .keyboard-list li:not(:last-child) {
  margin-right: 0.13333333rem;
}
.keyboard-content .keyboard-list li.end {
  width: 1.84rem;
  background-color: #5890ff;
  color: #ffffff;
}
.keyboard-content .keyboard-list li.delete {
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyboard-content .keyboard-list li .delete-icon {
  display: block;
  width: 0.58666667rem;
  height: 0.53333333rem;
}
.keyboard-content .keyboard-list li.touch-start {
  background-color: #8f969e;
}
.weui_loading_leaf {
  position: absolute;
  top: -1px;
  opacity: 0.25;
}
.weui_loading_leaf:before {
  content: " ";
  position: absolute;
  width: 0.1104rem;
  height: 0.05546667rem;
  background: #d1d1d5;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px;
  border-radius: 1px;
  transform-origin: left 50% 0px;
}
.weui_loading_leaf_0 {
  animation: opacity-60-25-0-12 1.25s linear infinite;
}
.weui_loading_leaf_0:before {
  transform: rotate(0deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_1 {
  animation: opacity-60-25-1-12 1.25s linear infinite;
}
.weui_loading_leaf_1:before {
  transform: rotate(30deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_2 {
  animation: opacity-60-25-2-12 1.25s linear infinite;
}
.weui_loading_leaf_2:before {
  transform: rotate(60deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_3 {
  animation: opacity-60-25-3-12 1.25s linear infinite;
}
.weui_loading_leaf_3:before {
  transform: rotate(90deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_4 {
  animation: opacity-60-25-4-12 1.25s linear infinite;
}
.weui_loading_leaf_4:before {
  transform: rotate(120deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_5 {
  animation: opacity-60-25-5-12 1.25s linear infinite;
}
.weui_loading_leaf_5:before {
  transform: rotate(150deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_6 {
  animation: opacity-60-25-6-12 1.25s linear infinite;
}
.weui_loading_leaf_6:before {
  transform: rotate(180deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_7 {
  animation: opacity-60-25-7-12 1.25s linear infinite;
}
.weui_loading_leaf_7:before {
  transform: rotate(210deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_8 {
  animation: opacity-60-25-8-12 1.25s linear infinite;
}
.weui_loading_leaf_8:before {
  transform: rotate(240deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_9 {
  animation: opacity-60-25-9-12 1.25s linear infinite;
}
.weui_loading_leaf_9:before {
  transform: rotate(270deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_10 {
  animation: opacity-60-25-10-12 1.25s linear infinite;
}
.weui_loading_leaf_10:before {
  transform: rotate(300deg) translate(0.09333333rem, 0px);
}
.weui_loading_leaf_11 {
  animation: opacity-60-25-11-12 1.25s linear infinite;
}
.weui_loading_leaf_11:before {
  transform: rotate(330deg) translate(0.09333333rem, 0px);
}
@-webkit-keyframes opacity-60-25-0-12 {
  0% {
    opacity: 0.25;
  }
  0.01% {
    opacity: 0.25;
  }
  0.02% {
    opacity: 1;
  }
  60.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-60-25-0-12 {
  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-60-25-1-12 {
  0% {
    opacity: 0.25;
  }
  8.34333% {
    opacity: 0.25;
  }
  8.35333% {
    opacity: 1;
  }
  68.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-60-25-1-12 {
  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-60-25-2-12 {
  0% {
    opacity: 0.25;
  }
  16.6767% {
    opacity: 0.25;
  }
  16.6867% {
    opacity: 1;
  }
  76.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-60-25-2-12 {
  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-60-25-3-12 {
  0% {
    opacity: 0.25;
  }
  25.01% {
    opacity: 0.25;
  }
  25.02% {
    opacity: 1;
  }
  85.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-60-25-3-12 {
  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-60-25-4-12 {
  0% {
    opacity: 0.25;
  }
  33.3433% {
    opacity: 0.25;
  }
  33.3533% {
    opacity: 1;
  }
  93.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes opacity-60-25-4-12 {
  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-60-25-5-12 {
  0% {
    opacity: 0.27095833;
  }
  41.6767% {
    opacity: 0.25;
  }
  41.6867% {
    opacity: 1;
  }
  1.67667% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.27095833;
  }
}
@keyframes opacity-60-25-5-12 {
  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-60-25-6-12 {
  0% {
    opacity: 0.375125;
  }
  50.01% {
    opacity: 0.25;
  }
  50.02% {
    opacity: 1;
  }
  10.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.375125;
  }
}
@keyframes opacity-60-25-6-12 {
  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-60-25-7-12 {
  0% {
    opacity: 0.47929167;
  }
  58.3433% {
    opacity: 0.25;
  }
  58.3533% {
    opacity: 1;
  }
  18.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.47929167;
  }
}
@keyframes opacity-60-25-7-12 {
  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-60-25-8-12 {
  0% {
    opacity: 0.58345833;
  }
  66.6767% {
    opacity: 0.25;
  }
  66.6867% {
    opacity: 1;
  }
  26.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.58345833;
  }
}
@keyframes opacity-60-25-8-12 {
  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-60-25-9-12 {
  0% {
    opacity: 0.687625;
  }
  75.01% {
    opacity: 0.25;
  }
  75.02% {
    opacity: 1;
  }
  35.01% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.687625;
  }
}
@keyframes opacity-60-25-9-12 {
  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-60-25-10-12 {
  0% {
    opacity: 0.79179167;
  }
  83.3433% {
    opacity: 0.25;
  }
  83.3533% {
    opacity: 1;
  }
  43.3433% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.79179167;
  }
}
@keyframes opacity-60-25-10-12 {
  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-60-25-11-12 {
  0% {
    opacity: 0.89595833;
  }
  91.6767% {
    opacity: 0.25;
  }
  91.6867% {
    opacity: 1;
  }
  51.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.89595833;
  }
}
@keyframes opacity-60-25-11-12 {
  0% {
    opacity: 0.89595833;
  }
  91.6767% {
    opacity: 0.25;
  }
  91.6867% {
    opacity: 1;
  }
  51.6767% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.89595833;
  }
}
.vux-masker-box {
  position: relative;
}
.vux-masker {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
}
.vux-masker-fullscreen {
  position: fixed;
  z-index: 10001;
}
.weui_media_box {
  padding: 15px;
  position: relative;
}
.weui_media_box:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #E5E5E5;
  color: #E5E5E5;
  transform-origin: 0 0;
  transform: scaleY(0.5);
  left: 15px;
}
.weui_media_box:first-child:before {
  display: none;
}
a.weui_media_box {
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.weui_media_box:active {
  background-color: #ECECEC;
}
.weui_media_box .weui_media_title {
  font-weight: 400;
  font-size: 17px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.weui_media_box .weui_media_desc {
  color: #999999;
  font-size: 13px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.weui_media_box.weui_media_text .weui_media_title {
  margin-bottom: 8px;
}
.weui_media_box.weui_media_text .weui_media_info {
  margin-top: 15px;
  padding-bottom: 5px;
  font-size: 13px;
  color: #CECECE;
  line-height: 1em;
  list-style: none;
  overflow: hidden;
}
.weui_media_box.weui_media_text .weui_media_info_meta {
  float: left;
  padding-right: 1em;
}
.weui_media_box.weui_media_text .weui_media_info_meta.weui_media_info_meta_extra {
  padding-left: 1em;
  border-left: 1px solid #CECECE;
}
.weui_media_box.weui_media_appmsg {
  display: flex;
  align-items: center;
}
.weui_media_box.weui_media_appmsg .weui_media_hd {
  margin-right: 0.8em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.weui_media_box.weui_media_appmsg .weui_media_appmsg_thumb {
  width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.weui_media_box.weui_media_appmsg .weui_media_bd {
  flex: 1;
  min-width: 0;
}
.weui_media_box.weui_media_small_appmsg {
  padding: 0;
}
.weui_media_box.weui_media_small_appmsg .weui_cells {
  margin-top: 0;
}
.weui_media_box.weui_media_small_appmsg .weui_cells:before {
  display: none;
}
.scroller-component {
  display: block;
  position: relative;
  height: 6.34666667rem;
  overflow: hidden;
  width: 100%;
}
.scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 2.72rem;
  background-repeat: no-repeat;
}
.scroller-item {
  text-align: center;
  font-size: 0.42666667rem;
  height: 0.90666667rem;
  line-height: 0.90666667rem;
  color: #000;
}
.scroller-indicator {
  width: 100%;
  height: 0.90666667rem;
  position: absolute;
  left: 0;
  top: 2.72rem;
  z-index: 3;
  background-image: -webkit-linear-gradient(top, #d0d0d0, #d0d0d0, transparent, transparent), -webkit-linear-gradient(bottom, #d0d0d0, #d0d0d0, transparent, transparent);
  background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.scroller-item {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vux-popup-picker {
  border-top: 1px solid #04BE02;
}
.vux-popup-picker-header {
  height: 1.17333333rem;
  color: #5890ff;
}
.vux-popup-picker-value {
  display: inline-block;
}
.vue-popup-cancel {
  text-align: left;
  padding-left: 0.4rem;
  line-height: 1.17333333rem;
  color: #000;
}
.vue-popup-confirm {
  text-align: right;
  padding-right: 0.4rem;
  line-height: 1.17333333rem;
}
.cvux-popup-placeholder {
  color: #a0a0a0;
}
.weui_cell_radio > * {
  pointer-events: none;
}
.scroller-page {
  height: 100%;
}
.xs-plugin-pullup-container {
  text-align: center;
}
.weui_vcode {
  padding-top: 0!important;
  padding-right: 0!important;
  padding-bottom: 0!important;
}
.weui_vcode .weui_cell_ft img {
  margin-left: 5px;
  height: 1.44rem;
  vertical-align: middle;
}
.weui_vcode .weui_btn {
  margin-left: 5px;
  width: auto;
  display: inline-block;
  height: 1.44rem;
}
.vux-input-icon.vux-input-icon {
  font-size: 0.48rem;
}
.vux-input-icon.weui_icon_warn:before,
.vux-input-icon.weui_icon_success:before {
  font-size: 0.48rem;
}
.vux-x-input .weui_icon {
  padding-left: 0.13333333rem;
}
.vux-x-input.weui_cell_vcode {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.search_input {
  background-color: #eee;
  padding: 0.26666667rem 0.4rem;
  font-size: 15px;
  border-radius: 0.05333333rem;
}
.search_input .weui_cell {
  background-color: #fff;
}
.search_input .weui_input {
  line-height: 0.66666667rem;
}
.search_input .weui_cell {
  padding: 0.2rem 0.4rem;
}
.search_input .search_icon {
  width: 0.53333333rem;
  margin-bottom: -0.13333333rem;
  margin-left: 0.13333333rem;
}
.selector-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.selector-list__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 1.28rem;
  line-height: 1.28rem;
  text-align: center;
  background-color: #3b5999;
  font-size: 0.4rem;
  color: #fff;
}
.selector-list__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1.28rem;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #eee;
}
.selector-list__content::-webkit-scrollbar {
  width: 0 !important;
}
.selector-list__content .vux-label-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 0.45rem;
}
.selector-list__content .weui_cell {
  padding: 0.26666667rem 0.48rem;
}
.selector-list__content .weui_cell_ft {
  width: 0.8rem;
}
.selector-list__content .weui_cell_primary {
  line-height: 24px;
  overflow: hidden;
}
.selector-list__content .search_input .weui_input {
  line-height: 0.66666667rem;
}
.selector-list__content .search_input {
  background-color: #eee;
  padding: 0.26666667rem 0.4rem;
  font-size: 15px;
  border-radius: 0.05333333rem;
}
.selector-list__content .search_input .weui_cell {
  padding: 0.2rem 0.4rem;
  background-color: #fff;
}
.selector-list__content .search_input .search_icon {
  width: 0.53333333rem;
  margin-bottom: -0.13333333rem;
  margin-left: 0.13333333rem;
}
.selector-list__content .weui_cells_title {
  padding-top: 0;
}
.selector-list__content .no-record {
  margin: 0 auto;
  padding: 3.33333333rem 0 0.66666667rem;
  text-align: center;
  color: #000;
  opacity: 0.4;
  font-size: 0.4rem;
}
.selector-list__item {
  position: relative;
}
.selector-list .check-icon {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #e7e7e7;
  box-sizing: border-box;
}
.selector-list .check-icon--radio {
  top: 0.22rem;
  right: -0.2rem;
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  transform: scale(0.5);
}
.selector-list .check-icon--radio.check-icon--active {
  background: #509eff;
  border-color: #509eff;
}
.selector-list .check-icon--radio.check-icon--active:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0.86rem;
  height: 0.86rem;
  transform: scale(0.4);
  border-radius: 50%;
  background-color: #fff;
}
.selector-list .check-icon--checkbox {
  top: 0.44rem;
  right: 0;
  width: 0.43rem;
  height: 0.43rem;
}
.selector-list .check-icon--checkbox.check-icon--active {
  background: #509eff;
  border-color: #509eff;
}
.selector-list .check-icon--checkbox.check-icon--active:after {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0.05rem;
  width: 0.2rem;
  height: 0.12rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.weui_cell_select {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.weui_cell_select .weui_select {
  padding-right: 0.8rem;
}
.weui_cell_select .weui_cell_bd:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.21333333rem;
  width: 0.21333333rem;
  border-width: 1px 1px 0 0;
  border-color: #a0a0a0;
  border-style: solid;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  margin-top: -3px;
}
.weui_select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  font-size: inherit;
  height: 1.44rem;
  line-height: 1.44rem;
  position: relative;
  z-index: 1;
  padding-left: 0.4rem;
}
.weui_select_after {
  padding-left: 0.4rem;
}
.weui_select_after .weui_select {
  padding-left: 0;
}
.vux-selector-no-padding {
  padding-left: 0;
}
.cvux-selector-placeholder {
  color: #a0a0a0;
}
.vux-spinner {
  stroke: #444;
  fill: #444;
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.vux-spinner svg {
  width: 28px;
  height: 28px;
}
.vux-spinner.vux-spinner-inverse {
  stroke: #fff;
  fill: #fff;
}
.vux-spinner-android {
  stroke: #4b8bf4;
}
.vux-spinner-ios,
.vux-spinner-ios-small {
  stroke: #69717d;
}
.vux-spinner-spiral .stop1 {
  stop-color: #fff;
  stop-opacity: 0;
}
.vux-spinner-spiral.vux-spinner-inverse .stop1 {
  stop-color: #000;
}
.vux-spinner-spiral.vux-spinner-inverse .stop2 {
  stop-color: #fff;
}
.steps {
  padding-bottom: 0.4rem;
}
.steps .steps_item {
  position: relative;
  padding: 0.4rem;
}
.steps .steps_item:before {
  left: 1.06666667rem;
}
.steps .step_status {
  background-color: #eee;
  width: 0.48rem;
  margin-right: 0.32rem;
}
.steps .step_status i.status_line {
  position: absolute;
  left: 0.64rem;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
  background-color: #BEBEBE;
}
.steps .step_status i.status_line_blue {
  background-color: #5890FF;
}
.steps .step_status i.icon {
  position: absolute;
  left: 0.49333333rem;
  top: 0.49333333rem;
  width: 0.32rem;
  height: 0.32rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.steps .step_status i.original {
  left: 0.56rem;
  top: 0.56rem;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #BEBEBE;
}
.steps .step_status i.status_ok {
  background-color: #5890FF;
}
.steps .step_status i.status_ok:after {
  content: " ";
  position: absolute;
  left: 0.06666667rem;
  top: 0.08rem;
  width: 0.13333333rem;
  height: 0.08rem;
  border-left: 0.04rem solid #fff;
  border-bottom: 0.04rem solid #fff;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.steps .step_status i.status_no {
  box-shadow: 0 0 0 0.08rem #FDB2B2;
  -webkit-box-shadow: 0 0 0 0.08rem #FDB2B2;
  background-color: #FB3F3F;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.steps .step_status i.status_no:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.21333333rem;
  height: 0.05333333rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.steps .step_status i.status_no:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.05333333rem;
  height: 0.21333333rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.steps .step_status i.status_waiting {
  box-shadow: 0 0 0 0.08rem #CDDDFF;
  -webkit-box-shadow: 0 0 0 0.08rem #CDDDFF;
  background-color: #5890FF;
}
.steps .steps_item:first-child i.status_line {
  top: 0.56rem;
}
.steps .steps_item:last-child i.status_line {
  height: 0.56rem;
}
.steps .step_info {
  font-size: 0.34666667rem;
  line-height: 0.53333333rem;
  color: #9a9a9a;
}
.steps .step_info .step_title_info {
  padding-bottom: 0.06666667rem;
}
.steps .step_info .step_title {
  color: #000;
}
.steps .step_info .step_frKey {
  float: right;
}
.steps .step_info .i_phone {
  color: #5890ff;
}
.vux-sticky {
  width: 100%;
  position: sticky;
  top: 0;
}
.vux-fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
.vux-slider {
  overflow: hidden;
  position: relative;
}
.vux-slider > .vux-indicator,
.vux-slider .vux-indicator-right {
  position: absolute;
  right: 0.4rem;
  bottom: 0.26666667rem;
}
.vux-slider > .vux-indicator > a,
.vux-slider .vux-indicator-right > a {
  float: left;
  margin-left: 0.16rem;
}
.vux-slider > .vux-indicator > a:first-child,
.vux-slider .vux-indicator-right > a:first-child {
  margin-left: 0;
}
.vux-slider > .vux-indicator > a > .vux-icon-dot,
.vux-slider .vux-indicator-right > a > .vux-icon-dot {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #d0cdd1;
}
.vux-slider > .vux-indicator > a > .vux-icon-dot.active,
.vux-slider .vux-indicator-right > a > .vux-icon-dot.active {
  background-color: #04BE02;
}
.vux-slider > .vux-indicator-center {
  right: 50%;
  transform: translateX(50%);
}
.vux-slider > .vux-indicator-left {
  left: 0.4rem;
  right: auto;
}
.vux-slider > .vux-swiper {
  overflow: hidden;
  position: relative;
}
.vux-slider > .vux-swiper > .vux-swiper-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vux-slider > .vux-swiper > .vux-swiper-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.vux-slider > .vux-swiper > .vux-swiper-item > a > .vux-img {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.vux-slider > .vux-swiper > .vux-swiper-item > a > .vux-swiper-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.48rem;
  font-size: 0.42666667rem;
  padding: 0.53333333rem 1.33333333rem 0.32rem 0.34666667rem;
  margin: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.vux-tab-ink-bar {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}
.vux-tab-ink-bar-transition-forward {
  transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
}
.vux-tab-ink-bar-transition-backward {
  transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.vux-tab {
  display: flex;
  background-color: #fff;
  height: 44px;
  position: relative;
}
.vux-tab button {
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  appearance: none;
  -webkit-appearance: none;
}
.vux-tab .vux-tab-item {
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) bottom left no-repeat;
  background-size: 100% 1px;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  color: #666;
}
.vux-tab .vux-tab-item.vux-tab-selected {
  color: #04be02;
  border-bottom: 3px solid #04be02;
}
.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
  background: 0 0;
}
.weui_tabbar_icon {
  position: relative;
}
.weui_tabbar_icon > sup {
  position: absolute;
  top: -0.21333333rem;
  left: 100%;
  transform: translateX(-50%);
  z-index: 101;
}
.vue_dnd_img {
  position: absolute;
  width: 2rem;
  height: 2rem;
  z-index: 100;
  box-shadow: 0 0 0.33333333rem 0.06666667rem #3B5999;
  -webkit-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -ms-border-radius: 0.13333333rem;
  -o-border-radius: 0.13333333rem;
  border-radius: 0.13333333rem;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.upload_pic {
  background: #eee;
  position: relative;
}
.upload_pic .title {
  line-height: 0.46666667rem;
  padding: 0.53333333rem 0.4rem 0;
  color: #6F6F6F;
}
.upload_pic .title .color_red {
  color: #ff0000;
}
.upload_pic .fn-clear {
  padding: 0 0.24rem;
}
.upload_pic .upload_pic_list {
  position: relative;
  padding-bottom: 0.4rem;
}
.upload_pic .pic_item {
  float: left;
  width: 25%;
  margin-top: 0.18666667rem;
}
.upload_pic .pic_item .pic_item_mar {
  text-align: center;
  color: #000;
}
.upload_pic .pic_item .pic_item_title {
  display: inline-block;
  margin-top: 0.13333333rem;
  line-height: 1.6;
  font-size: 0.34666667rem;
}
.upload_pic .pic_item a {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  max-height: 2rem;
  color: #000;
  text-align: center;
  touch-action: none;
  -webkit-border-radius: 0.10666667rem;
  -moz-border-radius: 0.10666667rem;
  -ms-border-radius: 0.10666667rem;
  -o-border-radius: 0.10666667rem;
  border-radius: 0.10666667rem;
}
.upload_pic .pic_item a:active {
  opacity: 0.5;
}
.upload_pic .pic_item a img {
  width: 100%;
  font-size: 0;
  height: 100%;
  -webkit-border-radius: 0.10666667rem;
  -moz-border-radius: 0.10666667rem;
  -ms-border-radius: 0.10666667rem;
  -o-border-radius: 0.10666667rem;
  border-radius: 0.10666667rem;
}
.upload_pic .pic_item a img[src=""],
.upload_pic .pic_item a img:not([src]) {
  opacity: 0;
  display: inline-block;
  height: 100%;
}
.upload_pic .pic_item a.default {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.upload_pic .add li {
  margin-bottom: 0;
}
.upload_pic li {
  list-style-type: none;
}
.front-art .upload_pic .upload_pic_list {
  padding: 0;
  margin: 0;
}
.check_car_pic {
  position: relative;
  background-color: #fff;
}
.check_car_pic .title_pic {
  font-size: 0.34666667rem;
  padding-bottom: 0.26666667rem;
  background-color: #eee;
}
.check_car_pic .batch_upload {
  position: absolute;
  top: 0;
  left: 0;
}
.check_car_pic .pic_item {
  width: auto;
}
.img_delete {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  top: -0.18666667rem;
  right: -0.18666667rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.img_delete:before,
.img_delete:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.00711111rem;
  margin-left: -0.19333333rem;
  margin-top: -0.02rem;
  width: 0.38666667rem;
  height: 0.04rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.img_delete:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.verifyCode {
  position: absolute;
  top: 2rem;
  right: 0.4rem;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.34666667rem;
  line-height: 0.70666667rem;
  padding: 0 0.4rem;
  text-align: center;
  background: #fff;
  color: #5890FF;
  border: 1px solid #5890FF;
  border-radius: 0.10666667rem;
}
.weui_loading_leaf {
  position: absolute;
  top: 45%;
  left: 0.2rem;
}
.weui_btn.weui_btn_mini {
  line-height: 1.9;
  font-size: 0.37333333rem;
  padding: 0 0.75em;
  border-width: 1px;
  display: inline-block;
}
button.weui_btn,
input.weui_btn {
  width: 100%;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}
button.weui_btn:focus,
input.weui_btn:focus {
  outline: 0;
}
button.weui_btn_inline,
input.weui_btn_inline,
button.weui_btn_mini,
input.weui_btn_mini {
  width: auto;
}
.weui_btn.weui_btn_inline + .weui_btn.weui_btn_inline {
  margin-top: auto;
  margin-left: 0.4rem;
}
.weui_btn_area {
  margin: 50em 0.4rem 0.3em;
}
.weui_btn_area.weui_btn_area_inline {
  display: flex;
}
.weui_btn_area.weui_btn_area_inline .weui_btn {
  margin-top: auto;
  margin-right: 0.4rem;
  width: 100%;
  flex: 1;
}
.weui_btn_area.weui_btn_area_inline .weui_btn:last-child {
  margin-right: 0;
}
.weui_btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.37333333rem;
  padding-right: 0.37333333rem;
  box-sizing: border-box;
  font-size: 0.48rem;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 2.33333333;
  border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.weui_btn:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.weui_btn.weui_btn_inline {
  display: inline-block;
}
.weui_btn_default {
  background-color: #F7F7F7;
  color: #454545;
}
.weui_btn_default:not(.weui_btn_disabled):visited {
  color: #454545;
}
.weui_btn_default:not(.weui_btn_disabled):active {
  color: #A1A1A1;
  background-color: #DEDEDE;
}
.weui_btn_primary {
  background-color: #3B5999;
}
.weui_btn_primary:not(.weui_btn_disabled):visited {
  color: #FFFFFF;
}
.weui_btn_primary:not(.weui_btn_disabled):active {
  color: rgba(255, 255, 255, 0.4);
  background-color: #283C64;
}
.weui_btn_warn {
  background-color: #EF4F4F;
}
.weui_btn_warn:not(.weui_btn_disabled):visited {
  color: #FFFFFF;
}
.weui_btn_warn:not(.weui_btn_disabled):active {
  color: rgba(255, 255, 255, 0.4);
  background-color: #C13E3E;
}
.weui_btn_disabled {
  color: rgba(255, 255, 255, 0.6);
}
.weui_btn_disabled.weui_btn_default {
  color: #C9C9C9;
}
.weui_btn_plain_primary {
  color: #3B5999;
  border: 1px solid #3B5999;
}
button.weui_btn_plain_primary,
input.weui_btn_plain_primary {
  border-width: 1px;
  background-color: transparent;
}
.weui_btn_plain_primary:active {
  border-color: #283C64;
}
.weui_btn_plain_primary:after {
  border-width: 0;
}
.weui_btn_plain_default {
  color: #5A5A5A;
  border: 1px solid #5A5A5A;
}
button.weui_btn_plain_default,
input.weui_btn_plain_default {
  border-width: 1px;
  background-color: transparent;
}
.weui_btn_plain_default:after {
  border-width: 0;
}
.vux-header {
  position: relative;
  padding: 0.08rem 0;
  box-sizing: border-box;
  background-color: #35495e;
}
.vux-header .vux-header-title,
.vux-header h1 {
  margin: 0 2.34666667rem;
  margin-left: 2.66666667rem;
  line-height: 1.06666667rem;
  text-align: center;
  height: 1.06666667rem;
  font-size: 0.48rem;
  font-weight: 400;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.vux-header .vux-header-title > span {
  display: inline-block;
}
.vux-header .vux-header-left,
.vux-header .vux-header-right {
  position: absolute;
  top: 0.37333333rem;
  display: block;
  font-size: 0.37333333rem;
  line-height: 0.56rem;
  color: #ccc;
}
.vux-header .vux-header-left a,
.vux-header .vux-header-left button,
.vux-header .vux-header-right a,
.vux-header .vux-header-right button {
  float: left;
  margin-right: 0.21333333rem;
  color: #ccc;
}
.vux-header .vux-header-left a:active,
.vux-header .vux-header-left button:active,
.vux-header .vux-header-right a:active,
.vux-header .vux-header-right button:active {
  opacity: 0.5;
}
.vux-header .vux-header-left {
  left: 0.48rem;
}
.vux-header .vux-header-left .vux-header-back {
  padding-left: 0.42666667rem;
}
.vux-header .vux-header-left .left-arrow {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: -0.13333333rem;
  left: -0.13333333rem;
}
.vux-header .vux-header-left .left-arrow:before {
  content: "";
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  transform: rotate(315deg);
  top: 0.21333333rem;
  left: 0.18666667rem;
}
.vux-header .vux-header-right {
  right: 0.4rem;
}
.vux-header .vux-header-right a,
.vux-header .vux-header-right button {
  margin-left: 0.21333333rem;
  margin-right: 0;
}
.vux-header .vux-header-right .vux-header-more:after {
  content: "\2022\0020\2022\0020\2022\0020";
  font-size: 0.42666667rem;
}
.vux-header-fade-in-right-enter {
  animation: fadeinR 0.5s;
}
.vux-header-fade-in-left-enter {
  animation: fadeinL 0.5s;
}
@keyframes fadeinR {
  0% {
    opacity: 0;
    transform: translateX(2.13333333rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    transform: translateX(-2.13333333rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.vux-number-input {
  float: left;
  height: 0.53333333rem;
  font-size: 0.53333333rem;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ececec;
  padding: 0.08rem 0;
  text-align: center;
  border-radius: 1px;
}
.vux-number-selector {
  float: left;
  height: 0.53333333rem;
  font-size: 0.66666667rem;
  line-height: 0.48rem;
  color: #5890ff;
  border: 1px solid #ececec;
}
.vux-number-selector.vux-number-disabled {
  color: #ccc;
}
.vux-number-selector-sub {
  border-right: none;
  padding: 0.08rem 0.26666667rem;
  border-radius: 2px 0 0 2px;
}
.vux-number-selector-plus {
  border-left: none;
  margin-right: 0.13333333rem;
  padding: 0.08rem 0.21333333rem;
  border-radius: 0 0.05333333rem 0.05333333rem 0;
}
.weui_progress {
  display: flex;
  align-items: center;
}
.weui_progress_bar {
  background-color: #EBEBEB;
  height: 3px;
  flex: 1;
}
.weui_progress_inner_bar {
  width: 0;
  height: 100%;
  background-color: #09BB07;
}
.weui_progress_opr {
  display: block;
  margin-left: 15px;
  font-size: 0;
}
