@-webkit-keyframes van-slide-up-enter {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes van-slide-up-enter {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes van-slide-down-enter {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes van-slide-down-enter {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes van-slide-down-leave {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes van-slide-down-leave {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes van-slide-left-enter {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes van-slide-left-enter {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes van-slide-left-leave {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes van-slide-left-leave {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes van-slide-right-enter {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes van-slide-right-enter {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes van-slide-right-leave {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes van-slide-right-leave {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes van-fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes van-fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes van-fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes van-fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40
  }

  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120
  }
}

@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40
  }

  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120
  }
}

@-webkit-keyframes van-notice-bar-play {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes van-notice-bar-play {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes van-notice-bar-play-infinite {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes van-notice-bar-play-infinite {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

html {
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

a {
  text-decoration: none
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

button,
input,
textarea {
  font: inherit;
  color: inherit
}

.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.van-clearfix:after {
  content: "";
  display: table;
  clear: both
}

[class*=van-hairline] {
  position: relative
}

[class*=van-hairline]:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  border: 0 solid #ebedf0
}

.van-hairline--top:after {
  border-top-width: 1px
}

.van-hairline--left:after {
  border-left-width: 1px
}

.van-hairline--right:after {
  border-right-width: 1px
}

.van-hairline--bottom:after {
  border-bottom-width: 1px
}

.van-hairline--top-bottom:after {
  border-width: 1px 0
}

.van-hairline--surround:after {
  border-width: 1px
}

.van-fade-enter-active {
  -webkit-animation: .3s van-fade-in;
  animation: .3s van-fade-in
}

.van-fade-leave-active {
  -webkit-animation: .3s van-fade-out;
  animation: .3s van-fade-out
}

.van-slide-up-enter-active {
  -webkit-animation: van-slide-up-enter .3s both ease;
  animation: van-slide-up-enter .3s both ease
}

.van-slide-up-leave-active {
  -webkit-animation: van-slide-up-leave .3s both ease;
  animation: van-slide-up-leave .3s both ease
}

.van-slide-down-enter-active {
  -webkit-animation: van-slide-down-enter .3s both ease;
  animation: van-slide-down-enter .3s both ease
}

.van-slide-down-leave-active {
  -webkit-animation: van-slide-down-leave .3s both ease;
  animation: van-slide-down-leave .3s both ease
}

.van-slide-left-enter-active {
  -webkit-animation: van-slide-left-enter .3s both ease;
  animation: van-slide-left-enter .3s both ease
}

.van-slide-left-leave-active {
  -webkit-animation: van-slide-left-leave .3s both ease;
  animation: van-slide-left-leave .3s both ease
}

.van-slide-right-enter-active {
  -webkit-animation: van-slide-right-enter .3s both ease;
  animation: van-slide-right-enter .3s both ease
}

.van-slide-right-leave-active {
  -webkit-animation: van-slide-right-leave .3s both ease;
  animation: van-slide-right-leave .3s both ease
}

.van-info {
  position: absolute;
  right: 0;
  top: -8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3px;
  min-width: 16px;
  line-height: 14px;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #f44;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform-origin: 100%;
  transform-origin: 100%
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: vant-icon;
  src: url(https://t4.chei.com.cn/common/wap/vant/font/vant-icon.ttf) format("truetype")
}

.van-icon {
  position: relative;
  display: inline-block;
  font: 14px/1 vant-icon;
  font-size: inherit;
  text-rendering: auto
}

.van-icon--image {
  width: 1em;
  height: 1em
}

.van-icon--image img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute
}

.van-icon:before {
  display: inline-block
}

.van-icon-add-o:before {
  content: "\F000"
}

.van-icon-add:before {
  content: "\F001"
}

.van-icon-add2:before {
  content: "\F002"
}

.van-icon-after-sale:before {
  content: "\F003"
}

.van-icon-aim:before {
  content: "\F004"
}

.van-icon-alipay:before {
  content: "\F005"
}

.van-icon-arrow-down:before {
  content: "\F006"
}

.van-icon-arrow-left:before {
  content: "\F007"
}

.van-icon-arrow-up:before {
  content: "\F008"
}

.van-icon-arrow:before {
  content: "\F009"
}

.van-icon-balance-pay:before {
  content: "\F00A"
}

.van-icon-browsing-history:before {
  content: "\F00B"
}

.van-icon-card:before {
  content: "\F00C"
}

.van-icon-cart-o:before {
  content: "\F00D"
}

.van-icon-cart:before {
  content: "\F00E"
}

.van-icon-cash-back-record:before {
  content: "\F00F"
}

.van-icon-cash-on-deliver:before {
  content: "\F010"
}

.van-icon-certificate:before {
  content: "\F011"
}

.van-icon-chat:before {
  content: "\F012"
}

.van-icon-check:before {
  content: "\F013"
}

.van-icon-checked:before {
  content: "\F014"
}

.van-icon-clear:before {
  content: "\F015"
}

.van-icon-clock:before {
  content: "\F016"
}

.van-icon-close:before {
  content: "\F017"
}

.van-icon-completed:before {
  content: "\F018"
}

.van-icon-contact:before {
  content: "\F019"
}

.van-icon-coupon:before {
  content: "\F01A"
}

.van-icon-credit-pay:before {
  content: "\F01B"
}

.van-icon-cross:before {
  content: "\F01C"
}

.van-icon-debit-pay:before {
  content: "\F01D"
}

.van-icon-delete:before {
  content: "\F01E"
}

.van-icon-description:before {
  content: "\F01F"
}

.van-icon-discount:before {
  content: "\F020"
}

.van-icon-ecard-pay:before {
  content: "\F021"
}

.van-icon-edit-data:before {
  content: "\F022"
}

.van-icon-edit:before {
  content: "\F023"
}

.van-icon-exchange-record:before {
  content: "\F024"
}

.van-icon-exchange:before {
  content: "\F025"
}

.van-icon-fail:before {
  content: "\F026"
}

.van-icon-free-postage:before {
  content: "\F027"
}

.van-icon-gift-card-pay:before {
  content: "\F028"
}

.van-icon-gift-card:before {
  content: "\F029"
}

.van-icon-gift:before {
  content: "\F02A"
}

.van-icon-gold-coin:before {
  content: "\F02B"
}

.van-icon-goods-collect:before {
  content: "\F02C"
}

.van-icon-home:before {
  content: "\F02D"
}

.van-icon-hot-sale:before {
  content: "\F02E"
}

.van-icon-hot:before {
  content: "\F02F"
}

.van-icon-idcard:before {
  content: "\F030"
}

.van-icon-info-o:before {
  content: "\F031"
}

.van-icon-like-o:before {
  content: "\F032"
}

.van-icon-like:before {
  content: "\F033"
}

.van-icon-location:before {
  content: "\F034"
}

.van-icon-logistics:before {
  content: "\F035"
}

.van-icon-more-o:before {
  content: "\F036"
}

.van-icon-more:before {
  content: "\F037"
}

.van-icon-new-arrival:before {
  content: "\F038"
}

.van-icon-new:before {
  content: "\F039"
}

.van-icon-other-pay:before {
  content: "\F03A"
}

.van-icon-passed:before {
  content: "\F03B"
}

.van-icon-password-not-view:before {
  content: "\F03C"
}

.van-icon-password-view:before {
  content: "\F03D"
}

.van-icon-pause:before {
  content: "\F03E"
}

.van-icon-peer-pay:before {
  content: "\F03F"
}

.van-icon-pending-deliver:before {
  content: "\F040"
}

.van-icon-pending-evaluate:before {
  content: "\F041"
}

.van-icon-pending-orders:before {
  content: "\F042"
}

.van-icon-pending-payment:before {
  content: "\F043"
}

.van-icon-phone:before {
  content: "\F044"
}

.van-icon-photo:before {
  content: "\F045"
}

.van-icon-photograph:before {
  content: "\F046"
}

.van-icon-play:before {
  content: "\F047"
}

.van-icon-point-gift:before {
  content: "\F048"
}

.van-icon-points-mall:before {
  content: "\F049"
}

.van-icon-points:before {
  content: "\F04A"
}

.van-icon-qr-invalid:before {
  content: "\F04B"
}

.van-icon-qr:before {
  content: "\F04C"
}

.van-icon-question:before {
  content: "\F04D"
}

.van-icon-question2:before {
  content: "\F04E"
}

.van-icon-receive-gift:before {
  content: "\F04F"
}

.van-icon-records:before {
  content: "\F050"
}

.van-icon-search:before {
  content: "\F051"
}

.van-icon-send-gift:before {
  content: "\F052"
}

.van-icon-setting:before {
  content: "\F053"
}

.van-icon-share:before {
  content: "\F054"
}

.van-icon-shop-collect:before {
  content: "\F055"
}

.van-icon-shop:before {
  content: "\F056"
}

.van-icon-shopping-cart:before {
  content: "\F057"
}

.van-icon-sign:before {
  content: "\F058"
}

.van-icon-star-o:before {
  content: "\F059"
}

.van-icon-star:before {
  content: "\F05A"
}

.van-icon-stop:before {
  content: "\F05B"
}

.van-icon-success:before {
  content: "\F05C"
}

.van-icon-tosend:before {
  content: "\F05D"
}

.van-icon-underway:before {
  content: "\F05E"
}

.van-icon-upgrade:before {
  content: "\F05F"
}

.van-icon-value-card:before {
  content: "\F060"
}

.van-icon-wap-home:before {
  content: "\F061"
}

.van-icon-wap-nav:before {
  content: "\F062"
}

.van-icon-warn:before {
  content: "\F063"
}

.van-icon-wechat:before {
  content: "\F064"
}

.van-loading {
  width: 30px;
  height: 30px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle
}

.van-loading--circle,
.van-notice-bar__left-icon img {
  width: 16px;
  height: 16px
}

.van-loading__spinner {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: van-rotate .8s linear infinite;
  animation: van-rotate .8s linear infinite
}

.van-loading__spinner--circle {
  border-radius: 100%;
  border: 3px solid transparent;
  border-color: #7d7e80 #c8c9cc #c8c9cc
}

.van-loading__spinner--gradient-circle {
  background-size: contain;
  background-image: url(https://img.yzcdn.cn/vant/gradient-circle-black.png)
}

.van-loading__spinner--spinner {
  -webkit-animation-timing-function: steps(12);
  animation-timing-function: steps(12)
}

.van-circle svg,
.van-loading__spinner--spinner i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.van-loading__spinner--spinner i:before {
  width: 2px;
  height: 25%;
  content: " ";
  display: block;
  margin: 0 auto;
  border-radius: 40%;
  background-color: currentColor
}

.van-loading__spinner--circular {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.van-loading__circular {
  width: 100%;
  height: 100%
}

.van-loading__circular circle {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite
}

.van-loading--white .van-loading__spinner--circle {
  border-color: hsla(0, 0%, 100%, .7) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.van-loading--white .van-loading__spinner--gradient-circle {
  background-image: url(https://img.yzcdn.cn/vant/gradient-circle-white.png)
}

.van-loading__spinner--spinner i:first-of-type {
  opacity: 1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.van-loading__spinner--spinner i:nth-of-type(2) {
  opacity: .9375;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)
}

.van-loading__spinner--spinner i:nth-of-type(3) {
  opacity: .875;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.van-loading__spinner--spinner i:nth-of-type(4) {
  opacity: .8125;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg)
}

.van-loading__spinner--spinner i:nth-of-type(5) {
  opacity: .75;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg)
}

.van-loading__spinner--spinner i:nth-of-type(6) {
  opacity: .6875;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.van-loading__spinner--spinner i:nth-of-type(7) {
  opacity: .625;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg)
}

.van-loading__spinner--spinner i:nth-of-type(8) {
  opacity: .5625;
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg)
}

.van-loading__spinner--spinner i:nth-of-type(9) {
  opacity: .5;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.van-loading__spinner--spinner i:nth-of-type(10) {
  opacity: .4375;
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg)
}

.van-loading__spinner--spinner i:nth-of-type(11) {
  opacity: .375;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg)
}

.van-loading__spinner--spinner i:nth-of-type(12) {
  opacity: .3125;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn)
}

.van-button {
  position: relative;
  padding: 0;
  display: inline-block;
  height: 44px;
  line-height: 42px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%
}

.van-button:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: inherit;
  border-color: #000;
  background-color: #000;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.van-button:active:before {
  opacity: .15
}

.van-button--unclickable:before,
.van-cell--borderless:after {
  display: none
}

.van-button--default {
  color: #323233;
  background-color: #fff;
  border: 1px solid #ebedf0
}

.van-button--primary {
  color: #fff;
  background-color: #4b0;
  border: 1px solid #4b0
}

.van-button--danger {
  color: #fff;
  background-color: #f44;
  border: 1px solid #f44
}

.van-button--warning {
  color: #fff;
  background-color: #ff976a;
  border: 1px solid #ff976a
}

.van-button--plain {
  background-color: #fff
}

.van-button--plain.van-button--primary {
  color: #4b0
}

.van-button--plain.van-button--danger {
  color: #f44
}

.van-button--plain.van-button--warning {
  color: #ff976a
}

.van-button--large {
  width: 100%;
  height: 50px;
  line-height: 48px
}

.van-button--normal {
  padding: 0 15px;
  font-size: 14px
}

.van-button--small {
  height: 30px;
  padding: 0 8px;
  min-width: 60px;
  font-size: 12px;
  line-height: 28px
}

.van-button--loading .van-loading,
.van-button--mini {
  display: inline-block
}

.van-button--mini {
  width: 50px;
  height: 22px;
  line-height: 20px;
  font-size: 10px
}

.van-button--mini+.van-button--mini {
  margin-left: 5px
}

.van-button--block {
  width: 100%;
  display: block
}

.van-button--bottom-action {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  background-color: #ff976a
}

.van-button--bottom-action.van-button--primary {
  background-color: #f44
}

.van-button--disabled {
  opacity: .5
}

.van-button--round {
  border-radius: 10em
}

.van-button--square {
  border-radius: 0
}

.van-cell {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 24px;
  position: relative;
  background-color: #fff;
  color: #323233;
  font-size: 14px;
  overflow: hidden
}

.van-cell:not(:last-child):after {
  content: " ";
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
  left: 15px;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  border-bottom: 1px solid #ebedf0
}

.van-cell__label {
  font-size: 12px;
  line-height: 18px;
  color: #7d7e80
}

.van-cell__title,
.van-cell__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.van-cell__value {
  overflow: hidden;
  text-align: right;
  position: relative;
  vertical-align: middle
}

.van-cell__value--alone {
  text-align: left
}

.van-cell__left-icon,
.van-cell__right-icon {
  height: 24px;
  min-width: 1em;
  font-size: 16px;
  line-height: 24px
}

.van-cell__left-icon {
  margin-right: 5px
}

.van-cell__right-icon {
  color: #969799;
  margin-left: 5px
}

.van-cell--clickable:active {
  background-color: #e8e8e8
}

.van-cell--required {
  overflow: visible
}

.van-cell--required:before {
  content: "*";
  position: absolute;
  left: 7px;
  font-size: 14px;
  color: #f44
}

.van-cell--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.van-cell--large {
  padding-top: 12px;
  padding-bottom: 12px
}

.van-cell--large .van-cell__title {
  font-size: 16px
}

.van-cell--large .van-cell__label {
  font-size: 14px
}

.van-cell-group {
  background-color: #fff
}

.van-col {
  float: left;
  box-sizing: border-box
}

.van-col--1 {
  width: 4.16666667%
}

.van-col--offset-1 {
  margin-left: 4.16666667%
}

.van-col--2 {
  width: 8.33333333%
}

.van-col--offset-2 {
  margin-left: 8.33333333%
}

.van-col--3 {
  width: 12.5%
}

.van-col--offset-3 {
  margin-left: 12.5%
}

.van-col--4 {
  width: 16.66666667%
}

.van-col--offset-4 {
  margin-left: 16.66666667%
}

.van-col--5 {
  width: 20.83333333%
}

.van-col--offset-5 {
  margin-left: 20.83333333%
}

.van-col--6 {
  width: 25%
}

.van-col--offset-6 {
  margin-left: 25%
}

.van-col--7 {
  width: 29.16666667%
}

.van-col--offset-7 {
  margin-left: 29.16666667%
}

.van-col--8 {
  width: 33.33333333%
}

.van-col--offset-8 {
  margin-left: 33.33333333%
}

.van-col--9 {
  width: 37.5%
}

.van-col--offset-9 {
  margin-left: 37.5%
}

.van-col--10 {
  width: 41.66666667%
}

.van-col--offset-10 {
  margin-left: 41.66666667%
}

.van-col--11 {
  width: 45.83333333%
}

.van-col--offset-11 {
  margin-left: 45.83333333%
}

.van-col--12 {
  width: 50%
}

.van-col--offset-12 {
  margin-left: 50%
}

.van-col--13 {
  width: 54.16666667%
}

.van-col--offset-13 {
  margin-left: 54.16666667%
}

.van-col--14 {
  width: 58.33333333%
}

.van-col--offset-14 {
  margin-left: 58.33333333%
}

.van-col--15 {
  width: 62.5%
}

.van-col--offset-15 {
  margin-left: 62.5%
}

.van-col--16 {
  width: 66.66666667%
}

.van-col--offset-16 {
  margin-left: 66.66666667%
}

.van-col--17 {
  width: 70.83333333%
}

.van-col--offset-17 {
  margin-left: 70.83333333%
}

.van-col--18 {
  width: 75%
}

.van-col--offset-18 {
  margin-left: 75%
}

.van-col--19 {
  width: 79.16666667%
}

.van-col--offset-19 {
  margin-left: 79.16666667%
}

.van-col--20 {
  width: 83.33333333%
}

.van-col--offset-20 {
  margin-left: 83.33333333%
}

.van-col--21 {
  width: 87.5%
}

.van-col--offset-21 {
  margin-left: 87.5%
}

.van-col--22 {
  width: 91.66666667%
}

.van-col--offset-22 {
  margin-left: 91.66666667%
}

.van-col--23 {
  width: 95.83333333%
}

.van-col--offset-23 {
  margin-left: 95.83333333%
}

.van-col--24 {
  width: 100%
}

.van-col--offset-24 {
  margin-left: 100%
}

.van-row:after {
  content: "";
  display: table;
  clear: both
}

.van-row--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.van-row--flex:after {
  display: none
}

.van-row--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.van-row--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.van-row--justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.van-row--justify-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.van-row--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.van-row--align-bottom {
  -webkit-box-align: bottom;
  -webkit-align-items: bottom;
  align-items: bottom
}

.van-badge {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  -webkit-user-select: none;
  user-select: none;
  color: #7d7e80;
  word-break: break-all;
  box-sizing: border-box;
  padding: 20px 12px 20px 9px;
  background-color: #f8f8f8;
  border-left: 3px solid transparent
}

.van-badge__text {
  position: relative
}

.van-badge:active {
  background-color: #e8e8e8
}

.van-badge:not(:last-child):after {
  border-bottom-width: 1px
}

.van-badge--select {
  font-weight: 500;
  color: #323233;
  border-color: #f44
}

.van-badge--select:after {
  border-right-width: 1px
}

.van-badge--select,
.van-badge--select:active {
  background-color: #fff
}

.van-badge .van-info {
  right: 4px
}

.badge-group {
  width: 85px
}

.van-circle {
  position: relative;
  text-align: center;
  display: inline-block
}

.van-circle__layer {
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 3140;
  stroke-dashoffset: 3140;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 530px 530px;
  transform-origin: 530px 530px
}

.van-circle__text {
  top: 50%;
  left: 0;
  width: 100%;
  color: #323233;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-collapse-item__title .van-cell__right-icon:before {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.van-collapse-item__title:after {
  visibility: hidden
}

.van-collapse-item__title--expanded .van-cell__right-icon:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.van-collapse-item__title--expanded:after {
  visibility: visible
}

.van-collapse-item__title--disabled,
.van-collapse-item__title--disabled .van-cell__right-icon {
  color: #c8c9cc
}

.van-collapse-item__title--disabled:active {
  background-color: #fff
}

.van-collapse-item__wrapper {
  overflow: hidden;
  will-change: height;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.van-collapse-item__content {
  padding: 15px;
  background-color: #fff
}

.van-list__finished-text,
.van-list__loading-text {
  color: #969799;
  font-size: 13px;
  line-height: 50px;
  text-align: center
}

.van-list__loading {
  text-align: center
}

.van-list__loading-icon,
.van-list__loading-text {
  display: inline-block;
  vertical-align: middle
}

.van-list__loading-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.van-nav-bar {
  height: 46px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  line-height: 46px;
  background-color: #fff
}

.van-nav-bar .van-icon {
  color: #1989fa;
  vertical-align: middle
}

.van-nav-bar__arrow {
  min-width: 1em;
  font-size: 16px
}

.van-nav-bar__arrow+.van-nav-bar__text {
  margin-left: -20px;
  padding-left: 25px
}

.van-nav-bar--fixed {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed
}

.van-nav-bar__title {
  margin: 0 auto;
  max-width: 60%;
  font-size: 16px;
  font-weight: 500
}

.van-nav-bar__left,
.van-nav-bar__right {
  bottom: 0;
  font-size: 14px;
  position: absolute
}

.van-nav-bar__left {
  left: 15px
}

.van-nav-bar__right {
  right: 15px
}

.van-nav-bar__text {
  color: #1989fa;
  margin: 0 -15px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle
}

.van-nav-bar__text:active {
  background-color: #e8e8e8
}

.van-notice-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ed6a0c;
  background-color: #fffbe8
}

.van-notice-bar--withicon {
  position: relative;
  padding-right: 40px
}

.van-notice-bar__left-icon {
  height: 18px;
  min-width: 20px;
  box-sizing: border-box
}

.van-notice-bar__right-icon {
  top: 12px;
  right: 15px;
  font-size: 16px;
  position: absolute
}

.van-notice-bar__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 24px;
  overflow: hidden;
  position: relative
}

.van-notice-bar__content {
  position: absolute;
  white-space: nowrap
}

.van-notice-bar__content.van-ellipsis {
  max-width: 100%
}

.van-notice-bar__play {
  -webkit-animation: van-notice-bar-play linear both;
  animation: van-notice-bar-play linear both
}

.van-notice-bar__play--infinite {
  -webkit-animation: van-notice-bar-play-infinite linear infinite both;
  animation: van-notice-bar-play-infinite linear infinite both
}

.van-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7)
}

.van-overflow-hidden {
  overflow: hidden !important
}

.van-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.van-popup--top {
  width: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

.van-popup--right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.van-popup--bottom {
  width: 100%;
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

.van-popup--left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.popup-slide-top-enter,
.popup-slide-top-leave-active {
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0)
}

.popup-slide-right-enter,
.popup-slide-right-leave-active {
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0)
}

.popup-slide-bottom-enter,
.popup-slide-bottom-leave-active {
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0)
}

.popup-slide-left-enter,
.popup-slide-left-leave-active {
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0)
}

.van-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 7px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box
}

.van-search .van-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 3px 10px;
  border-radius: 4px
}

.van-search .van-cell__left-icon {
  color: #969799
}

.van-search--show-action {
  padding-right: 0
}

.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
  display: none
}

.van-search__action {
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  color: #7d7e80
}

.van-search__action:active {
  background-color: #e8e8e8
}

.van-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  line-height: 40px;
  font-size: 14px
}

.van-pagination__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #1989fa;
  height: 40px;
  min-width: 36px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none
}

.van-pagination__item:active {
  color: #fff;
  background-color: #1989fa
}

.van-pagination__item:after {
  border-width: 1px 0 1px 1px
}

.van-pagination__item:last-child:after {
  border-right-width: 1px
}

.van-pagination__item--disabled,
.van-pagination__item--disabled:active {
  background-color: #f8f8f8;
  color: #7d7e80;
  opacity: .6
}

.van-pagination__item--active {
  color: #fff;
  background-color: #1989fa
}

.van-pagination__next,
.van-pagination__prev {
  padding: 0 5px
}

.van-pagination__page {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0
}

.van-pagination__page-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 40px;
  color: #7d7e80
}

.van-pagination--simple .van-pagination__next:after,
.van-pagination--simple .van-pagination__prev:after {
  border-width: 1px
}

.van-panel {
  background: #fff
}

.van-panel__header .van-cell__value {
  color: #f44
}

.van-panel__footer {
  padding: 10px 15px
}

.van-rate {
  -webkit-user-select: none;
  user-select: none
}

.van-rate__item {
  width: 1em;
  padding: 0 2px;
  box-sizing: content-box
}

.van-steps {
  overflow: hidden;
  background-color: #fff
}

.van-steps--horizontal {
  padding: 0 10px
}

.van-steps--horizontal .van-steps__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 22px
}

.van-steps--horizontal .van-steps__items.van-steps__items--alone {
  padding-top: 10px
}

.van-steps--vertical {
  padding: 0 0 0 35px
}

.van-steps__icon {
  float: left;
  margin-right: 10px
}

.van-steps .van-icon {
  font-size: 40px
}

.van-steps__message {
  height: 40px;
  margin: 15px 0
}

.van-steps__title {
  font-size: 14px;
  color: #323233;
  padding-top: 4px
}

.van-steps__desc {
  font-size: 12px;
  line-height: 1.5;
  color: #969799
}

.van-step {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
  position: relative;
  color: #969799
}

.van-step--horizontal {
  float: left
}

.van-step--horizontal:first-child .van-step__title {
  -webkit-transform: none;
  transform: none;
  margin-left: 0
}

.van-step--horizontal:last-child {
  position: absolute;
  right: 10px;
  width: auto
}

.van-step--horizontal:last-child .van-step__title {
  -webkit-transform: none;
  transform: none;
  margin-left: 0
}

.van-step--horizontal:last-child .van-step__circle-container {
  left: auto;
  right: -9px
}

.van-step--horizontal:last-child .van-step__line {
  width: 0
}

.van-step--horizontal .van-step__circle-container {
  position: absolute;
  top: 28px;
  left: -8px;
  padding: 0 8px;
  background-color: #fff;
  z-index: 1
}

.van-step--horizontal .van-step__title {
  font-size: 12px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: inline-block;
  margin-left: 3px
}

.van-step--horizontal .van-step__line {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 1px;
  background-color: #ebedf0
}

.van-step--horizontal.van-step--finish,
.van-step--horizontal.van-step--process {
  color: #323233
}

.van-step--horizontal.van-step--finish .van-step__circle,
.van-step--horizontal.van-step--finish .van-step__line {
  background-color: #4b0
}

.van-step--horizontal.van-step--process .van-step__circle-container {
  top: 24px
}

.van-step--horizontal.van-step--process .van-icon {
  font-size: 12px;
  color: #4b0;
  display: block
}

.van-step .van-step__circle {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #969799
}

.van-step--vertical {
  float: none;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 10px 10px 0
}

.van-step--vertical:not(:last-child):after {
  border-bottom-width: 1px
}

.van-step--vertical:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 0;
  left: -15px;
  z-index: 1
}

.van-step--vertical .van-step__circle-container>i {
  position: absolute;
  z-index: 2
}

.van-step--vertical .van-step__circle {
  top: 16px;
  left: -17px
}

.van-step--vertical .van-step__line {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background-color: #ebedf0
}

.van-step--vertical.van-step--process .van-icon-checked {
  top: 12px;
  left: -20px;
  line-height: 1;
  font-size: 12px
}

.van-tag {
  color: #fff;
  font-size: 10px;
  padding: .2em .5em;
  line-height: normal;
  border-radius: .2em;
  display: inline-block
}

.van-tag:after {
  border-color: currentColor;
  border-radius: .4em
}

.van-tag--mark {
  padding-right: .6em;
  border-radius: 0 .8em .8em 0
}

.van-tag--mark:after {
  border-radius: 0 1.6em 1.6em 0
}

.van-tag--round {
  border-radius: .8em
}

.van-tag--round:after {
  border-radius: 1.6em
}

.van-tag--medium {
  font-size: 12px
}

.van-tab,
.van-tag--large {
  font-size: 14px
}

.van-tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  cursor: pointer;
  min-width: 0;
  padding: 0 5px;
  position: relative;
  color: #7d7e80;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s
}

.van-tab span {
  display: block
}

.van-tab--active {
  font-weight: 500;
  color: #323233
}

.van-tab--disabled {
  color: #c8c9cc
}

.van-tabs {
  position: relative
}

.van-tabs__wrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  position: absolute
}

.van-tabs__wrap--page-top {
  position: fixed
}

.van-tabs__wrap--content-bottom {
  top: auto;
  bottom: 0
}

.van-tabs__wrap--scrollable .van-tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  flex: 0 0 22%
}

.van-tabs__wrap--scrollable .van-tabs__nav {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
  display: none
}

.van-tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff
}

.van-tabs__nav--line {
  height: 100%;
  padding-bottom: 15px;
  box-sizing: content-box
}

.van-tabs__nav--card {
  margin: 0 15px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #f44;
  height: 30px
}

.van-tabs__nav--card .van-tab {
  color: #f44;
  border-right: 1px solid #f44;
  line-height: 28px
}

.van-tabs__nav--card .van-tab:last-child {
  border-right: none
}

.van-tabs__nav--card .van-tab.van-tab--active {
  color: #fff;
  background-color: #f44
}

.van-tabs__nav--card .van-tab--disabled {
  color: #c8c9cc
}

.van-tabs__line {
  z-index: 1;
  left: 0;
  bottom: 15px;
  height: 2px;
  position: absolute;
  border-radius: 2px;
  background-color: #f44
}

.van-tabs__content {
  overflow: hidden
}

.van-tabs--line {
  padding-top: 44px
}

.van-tabs--line .van-tabs__wrap {
  height: 44px
}

.van-tabs--card {
  padding-top: 30px
}

.van-tabs--card .van-tabs__wrap {
  height: 30px
}

.van-tabs .van-tab__pane {
  box-sizing: border-box
}

.van-tabs .van-tab__pane--float {
  float: left
}

.van-tabbar {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff
}

.van-tabbar--fixed {
  left: 0;
  bottom: 0;
  position: fixed
}

.van-tabbar-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  font-size: 12px;
  color: #7d7e80;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.van-tabbar-item__icon {
  font-size: 18px;
  position: relative;
  margin-bottom: 5px
}

.van-tabbar-item__icon .van-icon {
  display: block
}

.van-tabbar-item__icon--dot:after {
  top: 0;
  right: -8px;
  width: 8px;
  height: 8px;
  content: " ";
  position: absolute;
  border-radius: 100%;
  background-color: #f44
}

.van-tabbar-item__icon img {
  height: 18px;
  display: block
}

.van-tabbar-item--active {
  color: #1989fa
}

.van-image-preview {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.van-image-preview__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute
}

.van-image-preview__index {
  position: absolute;
  top: 10px;
  left: 50%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.van-image-preview__overlay {
  background-color: rgba(0, 0, 0, .9)
}

.van-image-preview .van-swipe {
  height: 100%
}

.van-stepper {
  font-size: 0
}

.van-stepper__minus,
.van-stepper__plus {
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ebedf0;
  position: relative;
  padding: 5px;
  vertical-align: middle
}

.van-stepper__minus:before,
.van-stepper__plus:before {
  width: 9px;
  height: 1px
}

.van-stepper__minus:after,
.van-stepper__plus:after {
  width: 1px;
  height: 9px
}

.van-stepper__minus:after,
.van-stepper__minus:before,
.van-stepper__plus:after,
.van-stepper__plus:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7d7e80
}

.van-stepper__minus:active,
.van-stepper__plus:active {
  background-color: #e8e8e8
}

.van-stepper__minus--disabled,
.van-stepper__minus--disabled:active,
.van-stepper__plus--disabled,
.van-stepper__plus--disabled:active {
  background-color: #f8f8f8
}

.van-stepper__minus--disabled:after,
.van-stepper__minus--disabled:before,
.van-stepper__plus--disabled:after,
.van-stepper__plus--disabled:before {
  background-color: #c8c9cc
}

.van-stepper__minus {
  border-radius: 2px 0 0 2px
}

.van-stepper__minus:after {
  display: none
}

.van-stepper__plus {
  border-radius: 0 2px 2px 0
}

.van-stepper__input {
  width: 33px;
  height: 26px;
  padding: 1px;
  border: 1px solid #ebedf0;
  border-width: 1px 0;
  border-radius: 0;
  box-sizing: content-box;
  color: #7d7e80;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  -webkit-appearance: none
}

.van-stepper__input[disabled] {
  color: #c8c9cc;
  background-color: #f8f8f8
}

.van-stepper input[type=number]::-webkit-inner-spin-button,
.van-stepper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.van-progress {
  height: 4px;
  position: relative;
  border-radius: 4px;
  background: #e5e5e5
}

.van-progress__portion {
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: inherit
}

.van-progress__portion--with-pivot {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.van-progress__pivot {
  top: 50%;
  right: 0;
  min-width: 2em;
  padding: 0 5px;
  font-size: 10px;
  position: absolute;
  line-height: 1.6;
  text-align: center;
  border-radius: 1em;
  word-break: keep-all;
  box-sizing: border-box;
  background-color: #e5e5e5;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%)
}

.van-swipe {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none
}

.van-swipe__track {
  height: 100%
}

.van-swipe__indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
  left: 10px;
  top: 50%;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
  margin-bottom: 6px
}

.van-swipe__indicator {
  opacity: .3;
  border-radius: 100%;
  background-color: #1989fa;
  width: 6px;
  height: 6px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.van-swipe__indicator:not(:last-child) {
  margin-right: 6px
}

.van-swipe__indicator--active {
  opacity: 1
}

.van-swipe-item {
  float: left;
  height: 100%
}

.van-slider,
.van-slider__bar {
  position: relative;
  border-radius: 999px;
  background-color: #e5e5e5
}

.van-slider__bar {
  border-radius: inherit;
  background-color: #1989fa
}

.van-slider__button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.van-slider__button:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%
}

.van-slider--disabled {
  opacity: .3
}

.van-checkbox {
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none
}

.van-checkbox__icon,
.van-checkbox__label {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px
}

.van-checkbox__icon .van-icon {
  font-size: 14px;
  color: transparent;
  text-align: center;
  line-height: inherit;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s
}

.van-checkbox__icon--round .van-icon {
  border-radius: 100%
}

.van-checkbox__icon--checked .van-icon {
  color: #fff;
  border-color: #1989fa;
  background-color: #1989fa
}

.van-checkbox__icon--disabled .van-icon {
  color: #f8f8f8;
  border-color: #ebedf0;
  background-color: currentColor
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
  border-color: #ebedf0;
  background-color: #ebedf0
}

.van-checkbox__label {
  margin-left: 10px
}

.van-checkbox__label--left {
  float: left;
  margin: 0 10px 0 0
}

.van-field .van-cell__title {
  max-width: 90px
}

.van-field__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.van-field__control {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  resize: none;
  display: block;
  box-sizing: border-box;
  background-color: transparent
}

.van-field__control:disabled {
  opacity: 1;
  color: #7d7e80;
  background-color: transparent
}

.van-field__control--center {
  text-align: center
}

.van-field__control--right {
  text-align: right
}

.van-field__control[type=date],
.van-field__control[type=time] {
  min-height: 24px
}

.van-field__button,
.van-field__clear,
.van-field__icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.van-field__clear,
.van-field__icon {
  padding: 0 10px;
  line-height: inherit;
  margin-right: -10px
}

.van-field__clear {
  color: #c8c9cc;
  font-size: 16px
}

.van-field__icon .van-icon {
  display: block;
  font-size: 16px;
  color: #969799;
  line-height: inherit
}

.van-field__button {
  padding-left: 10px
}

.van-field__error-message {
  color: #f44;
  font-size: 12px;
  text-align: left
}

.van-field--disabled .van-field__control {
  color: #969799
}

.van-field--error .van-field__control,
.van-field--error .van-field__control::-webkit-input-placeholder {
  color: #f44
}

.van-field--error .van-field__control,
.van-field--error .van-field__control::placeholder {
  color: #f44
}

.van-field--min-height .van-field__control {
  min-height: 60px
}

.van-field--label-center .van-cell__title {
  text-align: center
}

.van-field--label-right .van-cell__title {
  text-align: right
}

.van-radio {
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none
}

.van-radio__input,
.van-radio__label {
  display: inline-block;
  vertical-align: middle
}

.van-radio__input {
  height: 1em;
  position: relative;
  font-size: 20px
}

.van-radio__control {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  width: 100%;
  height: 100%
}

.van-radio__label {
  line-height: 20px;
  margin-left: 10px
}

.van-radio__label--left {
  float: left;
  margin: 0 10px 0 0
}

.van-radio .van-icon {
  width: 1em;
  pointer-events: none
}

.van-radio .van-icon-checked {
  color: #1989fa
}

.van-radio .van-icon-check {
  color: #969799
}

.van-radio--disabled .van-icon {
  color: #e5e5e5;
  border-radius: 100%;
  background-color: #f8f8f8
}

.van-switch,
.van-switch__node {
  height: 1em;
  background-color: #fff
}

.van-switch {
  display: inline-block;
  box-sizing: content-box;
  border: 1px solid rgba(0, 0, 0, .1);
  width: 1.8em;
  position: relative;
  border-radius: 1em;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.van-switch__node {
  top: 0;
  left: 0;
  z-index: 1;
  width: 1em;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05)
}

.van-switch__loading {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%
}

.van-switch--on {
  background-color: #1989fa
}

.van-switch--on .van-switch__node {
  -webkit-transform: translateX(.8em);
  transform: translateX(.8em)
}

.van-switch--disabled {
  opacity: .4
}

.van-uploader {
  position: relative;
  display: inline-block
}

.van-uploader__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.van-uploader input[type=file]::-webkit-file-upload-button {
  cursor: pointer
}

.van-password-input {
  margin: 0 15px;
  -webkit-user-select: none;
  user-select: none;
  position: relative
}

.van-password-input:focus {
  outline: 0
}

.van-password-input__error-info,
.van-password-input__info {
  font-size: 14px;
  margin-top: 15px;
  text-align: center
}

.van-password-input__info {
  color: #969799
}

.van-password-input__error-info {
  color: #f44
}

.van-password-input__security {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff
}

.van-password-input__security:after {
  border-radius: 6px
}

.van-password-input__security li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  position: relative
}

.van-goods-action-mini-btn:not(:first-child):after,
.van-password-input__security li:not(:first-of-type):after {
  border-left-width: 1px
}

.van-password-input__security i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  visibility: hidden;
  border-radius: 100%;
  background-color: #000
}

.van-number-keyboard {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.van-number-keyboard__title {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: relative;
  color: #7d7e80
}

.van-number-keyboard__body {
  box-sizing: border-box
}

.van-number-keyboard__close {
  right: 0;
  color: #1989fa;
  font-size: 14px;
  padding: 0 15px;
  position: absolute
}

.van-number-keyboard__close:active {
  background-color: #e8e8e8
}

.van-number-keyboard__sidebar {
  right: 0;
  bottom: 0;
  width: 25%;
  position: absolute;
  height: 216px
}

.van-number-keyboard--custom .van-number-keyboard__body {
  padding-right: 25%
}

.van-key {
  width: 33.33333333%;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  line-height: 54px
}

.van-key:after {
  border-width: 1px 1px 0 0
}

.van-key--middle {
  width: 66.66666667%
}

.van-key--big {
  width: 100%;
  height: 108px;
  line-height: 108px
}

.van-key--blue,
.van-key--delete {
  font-size: 16px
}

.van-key--blue {
  color: #fff
}

.van-key--blue,
.van-key--blue.van-key--active {
  background-color: #1989fa
}

.van-key--blue:after {
  border-color: #1989fa
}

.van-key--gray {
  background-color: #ebedf0
}

.van-actionsheet__cancel:active,
.van-actionsheet__item:active,
.van-key--active {
  background-color: #e8e8e8
}

.van-actionsheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #323233;
  max-height: 90%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f8f8f8
}

.van-actionsheet--withtitle,
.van-actionsheet__item--disabled:active {
  background-color: #fff
}

.van-actionsheet__cancel,
.van-actionsheet__item {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background-color: #fff
}

.van-actionsheet__item--disabled {
  color: #c8c9cc
}

.van-actionsheet__subname {
  font-size: 12px;
  color: #7d7e80;
  margin-left: 5px
}

.van-actionsheet__loading {
  display: inline-block
}

.van-actionsheet__cancel {
  margin-top: 10px
}

.van-actionsheet__header {
  font-size: 16px;
  line-height: 44px;
  text-align: center
}

.van-actionsheet__header .van-icon-close {
  top: 0;
  right: 0;
  padding: 0 15px;
  font-size: 18px;
  color: #969799;
  position: absolute;
  line-height: inherit
}

.van-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 85%;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.van-dialog__header {
  font-weight: 500;
  padding-top: 25px;
  text-align: center
}

.van-dialog__header--isolated {
  padding: 25px 0
}

.van-dialog__message {
  padding: 25px;
  font-size: 14px;
  line-height: 1.5;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.van-dialog__message--has-title {
  padding-top: 12px;
  color: #7d7e80
}

.van-dialog__footer {
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none
}

.van-dialog__footer--buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.van-dialog__footer--buttons .van-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.van-dialog .van-button {
  border: 0
}

.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #1989fa
}

.van-dialog-bounce-enter {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(.7);
  transform: translate3d(-50%, -50%, 0) scale(.7)
}

.van-dialog-bounce-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(.9);
  transform: translate3d(-50%, -50%, 0) scale(.9)
}

.van-picker {
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff;
  -webkit-text-size-adjust: 100%
}

.van-picker__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 44px;
  line-height: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.van-picker__cancel,
.van-picker__confirm {
  color: #1989fa;
  padding: 0 15px;
  font-size: 14px
}

.van-picker__cancel:active,
.van-picker__confirm:active {
  background-color: #e8e8e8
}

.van-picker__title {
  max-width: 50%;
  font-size: 16px;
  font-weight: 500;
  text-align: center
}

.van-picker__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative
}

.van-picker__loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  background-color: hsla(0, 0%, 100%, .9)
}

.van-picker__loading circle {
  stroke: #1989fa
}

.van-picker__frame,
.van-picker__loading .van-loading {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-picker-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  text-align: center
}

.van-picker-column__item {
  padding: 0 5px;
  color: #969799
}

.van-picker-column__item--selected {
  font-weight: 500;
  color: #323233
}

.van-picker-column__item--disabled {
  opacity: .3
}

.van-pull-refresh {
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden
}

.van-pull-refresh__track {
  position: relative
}

.van-pull-refresh__head {
  width: 100%;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -50px;
  font-size: 14px;
  color: #969799;
  line-height: 50px
}

.van-pull-refresh__loading .van-loading {
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.van-pull-refresh__loading .van-loading,
.van-pull-refresh__loading span {
  vertical-align: middle;
  display: inline-block
}

.van-pull-refresh__text {
  display: block
}

.van-notify,
.van-toast {
  position: fixed;
  font-size: 14px;
  line-height: 20px
}

.van-notify {
  text-align: center;
  padding: 6px 15px;
  top: 0;
  width: 100%;
  box-sizing: border-box
}

.van-toast {
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  max-width: 70%;
  border-radius: 4px;
  word-break: break-all;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(0, 0, 0, .7);
  width: -webkit-fit-content;
  width: fit-content
}

.van-toast--unclickable * {
  pointer-events: none
}

.van-toast--text {
  padding: 8px 12px;
  min-width: 96px
}

.van-toast--default {
  width: 90px;
  padding: 15px;
  min-height: 90px
}

.van-toast--default .van-toast__icon {
  font-size: 50px
}

.van-toast--default .van-loading {
  margin: 10px 0
}

.van-toast--default .van-toast__text {
  padding-top: 5px
}

.van-toast--top {
  top: 50px
}

.van-toast--bottom {
  top: auto;
  bottom: 50px
}

.van-swipe-cell {
  overflow: hidden;
  position: relative
}

.van-swipe-cell__left,
.van-swipe-cell__right {
  top: 0;
  height: 100%;
  position: absolute
}

.van-swipe-cell__left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.van-swipe-cell__right {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.van-switch-cell {
  padding-top: 8px;
  padding-bottom: 8px
}

.van-switch-cell .van-switch {
  float: right
}

.van-tree-select {
  -webkit-user-select: none;
  user-select: none;
  position: relative
}

.van-tree-select__nav {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  background-color: #fff;
  -webkit-overflow-scrolling: touch
}

.van-tree-select__nitem {
  line-height: 44px;
  padding: 0 15px;
  background-color: #fff
}

.van-tree-select__nitem--active,
.van-tree-select__nitem:active {
  background-color: #f8f8f8
}

.van-tree-select__nitem--active {
  font-weight: 500
}

.van-tree-select__content {
  height: 100%;
  padding: 0 15px;
  margin-left: 35%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch
}

.van-tree-select__item {
  position: relative;
  line-height: 44px;
  padding-left: 5px;
  padding-right: 18px
}

.van-tree-select__item--active,
.van-tree-select__item:active {
  color: #f44
}

.van-tree-select__item--disabled,
.van-tree-select__item--disabled:active {
  color: #c8c9cc
}

.van-tree-select__selected {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: inherit
}

.van-address-edit__buttons {
  padding: 30px 15px
}

.van-address-edit__buttons .van-button {
  margin-bottom: 15px
}

.van-address-edit__area .van-cell__title {
  max-width: 90px
}

.van-address-edit__area .van-cell__value {
  text-align: left
}

.van-address-edit__area .van-cell__value span {
  margin-right: 15px
}

.van-address-edit-detail {
  padding: 0
}

.van-address-edit-detail__finish {
  color: #1989fa;
  font-size: 12px;
  display: block
}

.van-address-list {
  height: 100%;
  padding-bottom: 100px;
  box-sizing: border-box
}

.van-address-list__add {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999
}

.van-address-list__disabled-text {
  color: #969799;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px
}

.van-address-item {
  padding: 15px
}

.van-address-item .van-cell__value {
  color: #323233;
  padding-right: 34px;
  position: relative
}

.van-address-item .van-radio__label {
  width: 100%;
  margin-left: 0;
  padding-left: 27px;
  box-sizing: border-box
}

.van-address-item .van-radio__input {
  top: 50%;
  left: 0;
  font-size: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-address-item .van-icon-checked {
  color: #f44
}

.van-address-item__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px
}

.van-address-item__address {
  font-size: 12px;
  line-height: 16px;
  color: #7d7e80
}

.van-address-item--unswitchable .van-radio__input {
  display: none
}

.van-address-item--unswitchable .van-radio__label {
  padding-left: 0
}

.van-address-item--disabled .van-address-item__address,
.van-address-item--disabled .van-address-item__name {
  color: #969799
}

.van-address-item__edit {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-card {
  color: #323233;
  height: 100px;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px 5px 115px;
  background-color: #fafafa
}

.van-card:not(:first-child) {
  margin-top: 10px
}

.van-card--center,
.van-card__thumb {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.van-card__thumb {
  top: 5px;
  left: 15px;
  width: 90px;
  height: 90px;
  position: absolute
}

.van-card__thumb img {
  border: 0;
  max-width: 100%;
  max-height: 100%
}

.van-card,
.van-card__content,
.van-card__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.van-card__content {
  width: 100%
}

.van-card__desc,
.van-card__title {
  line-height: 20px;
  word-break: break-all
}

.van-card__title {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.van-card__desc {
  color: #7d7e80;
  max-height: 20px
}

.van-card__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0
}

.van-card__right {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 20px;
  padding-left: 10px;
  text-align: right
}

.van-card__origin-price {
  color: #7d7e80;
  text-decoration: line-through
}

.van-card__num {
  color: #7d7e80
}

.van-card__tag {
  position: absolute;
  top: 2px;
  left: 0
}

.van-card__footer {
  right: 15px;
  bottom: 8px;
  position: absolute
}

.van-card__footer .van-button {
  margin-left: 5px
}

.van-contact-card {
  padding: 15px
}

.van-contact-card .van-cell__value {
  margin-left: 5px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle
}

.van-contact-card--add .van-cell__value {
  line-height: 40px
}

.van-contact-card--add .van-cell__left-icon {
  color: #1989fa;
  font-size: 40px
}

.van-contact-card:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  position: absolute;
  background: -webkit-repeating-linear-gradient(135deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background: repeating-linear-gradient(-45deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background-size: 80px
}

.van-contact-list,
.van-contact-list__group {
  height: 100%;
  padding-bottom: 65px;
  box-sizing: border-box
}

.van-contact-list .van-cell {
  padding: 15px
}

.van-contact-list .van-cell__value {
  color: #323233;
  padding-right: 34px;
  position: relative
}

.van-contact-list .van-radio__label {
  margin-left: 27px
}

.van-contact-list .van-radio__input {
  top: 50%;
  left: 0;
  font-size: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-contact-list .van-icon-checked {
  color: #f44
}

.van-contact-list__group {
  overflow-y: scroll;
  padding-bottom: 100px;
  -webkit-overflow-scrolling: touch
}

.van-contact-list__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

.van-contact-list__edit {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-contact-list__add {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999
}

.van-contact-edit__buttons {
  padding: 30px 15px
}

.van-contact-edit .van-cell__title {
  max-width: 65px
}

.van-contact-edit .van-button {
  margin-bottom: 15px
}

.van-coupon-list {
  height: 100%;
  position: relative;
  background-color: #f8f8f8
}

.van-coupon-list__field {
  padding: 7px 15px
}

.van-coupon-list__exchange {
  height: 32px;
  line-height: 30px
}

.van-coupon-list__list {
  overflow-y: auto;
  padding: 15px 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch
}

.van-coupon-list__close {
  left: 0;
  bottom: 0;
  position: absolute;
  font-weight: 500
}

.van-coupon-list__empty {
  padding-top: 100px;
  text-align: center
}

.van-coupon-list__empty p {
  color: #969799;
  margin: 15px 0;
  font-size: 14px;
  line-height: 20px
}

.van-coupon-list__empty img {
  width: 80px;
  height: 84px
}

.van-coupon-item {
  overflow: hidden;
  border-radius: 4px;
  margin: 0 15px 15px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.van-coupon-item:active {
  background-color: #e8e8e8
}

.van-coupon-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  padding: 24px 0 0 15px;
  box-sizing: border-box
}

.van-coupon-item h2,
.van-coupon-item p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.van-coupon-item h2 {
  height: 34px;
  font-weight: 500;
  line-height: 34px
}

.van-coupon-item p {
  font-size: 12px;
  line-height: 16px;
  color: #969799
}

.van-coupon-item__head {
  min-width: 90px
}

.van-coupon-item__head h2 {
  color: #f44;
  font-size: 24px
}

.van-coupon-item__head h2 span {
  font-size: 50%
}

.van-coupon-item__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  border-radius: 0 4px 4px 0
}

.van-coupon-item__body h2 {
  font-size: 16px
}

.van-coupon-item__corner {
  top: 16px;
  right: 15px;
  position: absolute
}

.van-coupon-item__corner .van-icon {
  border-color: #f44;
  background-color: #f44
}

.van-coupon-item__reason {
  padding: 7px 15px;
  border-top: 1px dashed #ebedf0;
  background-color: #fafafa
}

.van-coupon-item--disabled:active {
  background-color: #fff
}

.van-coupon-item--disabled .van-coupon-item__content {
  height: 90px
}

.van-coupon-item--disabled h2,
.van-coupon-item--disabled p,
.van-coupon-item--disabled span {
  color: #969799
}

.van-goods-action {
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: fixed
}

.van-goods-action-big-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0
}

@media (max-width:321px) {
  .van-goods-action-big-btn {
    font-size: 15px
  }
}

.van-goods-action-mini-btn {
  color: #7d7e80;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 10px;
  min-width: 15%;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.van-goods-action-mini-btn:active {
  background-color: #e8e8e8
}

.van-goods-action-mini-btn__icon {
  width: 1em;
  font-size: 20px;
  margin: 0 auto 5px
}

.van-submit-bar {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  -webkit-user-select: none;
  user-select: none
}

.van-submit-bar__tip {
  color: #f56723;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  background-color: #fff7cc
}

.van-submit-bar__bar {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff
}

.van-submit-bar__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-weight: 500;
  text-align: right;
  color: #323233;
  padding-right: 12px
}

.van-submit-bar__text span {
  display: inline-block
}

.van-submit-bar__price {
  color: #f44;
  font-size: 18px
}

.van-submit-bar__price:first-letter {
  font-size: 14px
}

.van-submit-bar .van-button {
  width: 110px
}

.van-sku-container {
  font-size: 14px;
  background: #fff;
  overflow-y: visible;
  max-height: -webkit-max-content;
  max-height: max-content
}

.van-sku-body {
  max-height: 350px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.van-sku-body::-webkit-scrollbar {
  display: none
}

.van-sku-group-container {
  margin-left: 15px;
  padding: 12px 0 2px
}

.van-sku-header {
  margin-left: 15px
}

.van-sku-header__img-wrap {
  position: relative;
  float: left;
  margin-top: -10px;
  width: 80px;
  height: 80px;
  background: #f8f8f8;
  border-radius: 2px
}

.van-sku-header__img-wrap img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%
}

.van-sku-header__goods-info {
  padding: 10px 60px 10px 10px;
  min-height: 82px;
  overflow: hidden;
  box-sizing: border-box
}

.van-sku__goods-name {
  font-size: 12px
}

.van-sku__price-num,
.van-sku__price-symbol {
  vertical-align: middle
}

.van-sku__price-num {
  font-size: 16px
}

.van-sku__goods-price {
  color: #f44;
  margin-top: 10px;
  vertical-align: middle
}

.van-sku__close-icon {
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #969799;
  position: absolute;
  text-align: center
}

.van-sku-row {
  margin: 0 15px 10px 0
}

.van-sku-row:last-child {
  margin-bottom: 0
}

.van-sku-row__title {
  padding-bottom: 10px
}

.van-sku-row__item {
  display: inline-block;
  padding: 5px 9px;
  margin: 0 10px 10px 0;
  height: 28px;
  min-width: 52px;
  line-height: 16px;
  font-size: 12px;
  color: #323233;
  text-align: center;
  border: 1px solid #969799;
  border-radius: 3px;
  box-sizing: border-box
}

.van-sku-row__item--active {
  color: #fff;
  border-color: #f44;
  background: #f44
}

.van-sku-row__item--disabled {
  background: #e8e8e8;
  border-color: #ebedf0;
  color: #c8c9cc
}

.van-sku-stepper-stock {
  padding: 12px 0;
  margin-left: 15px
}

.van-sku-stepper-container {
  height: 30px;
  margin-right: 20px
}

.van-sku__stepper {
  float: right
}

.van-sku__stepper-title {
  float: left;
  line-height: 30px
}

.van-sku__quota,
.van-sku__stock {
  display: inline-block;
  font-size: 12px
}

.van-sku__stock {
  margin-right: 10px;
  color: #969799
}

.van-sku__quota {
  color: #f44
}

.van-sku-messages {
  padding-bottom: 10px;
  background: #f8f8f8
}

.van-sku-messages__image-cell .van-cell__title {
  max-width: 90px
}

.van-sku-messages__image-cell .van-cell__value {
  text-align: left
}

.van-sku-img-uploader {
  display: inline-block
}

.van-sku-img-uploader__header {
  padding: 0 10px;
  border: 1px solid #ebedf0;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px
}

.van-sku-img-uploader__header .van-icon {
  top: 3px;
  margin-right: 5px;
  font-size: 14px
}

.van-sku-img-uploader__img {
  height: 60px;
  width: 60px;
  float: left;
  margin: 10px 10px 0 0;
  position: relative;
  border: 1px solid #ebedf0
}

.van-sku-img-uploader__img img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.van-sku-img-uploader__delete {
  position: absolute;
  color: #f44;
  top: -12px;
  right: -14px;
  z-index: 1;
  padding: 6px
}

.van-sku-img-uploader__delete:before {
  border-radius: 14px;
  background-color: #fff
}

.van-sku-img-uploader__uploading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px
}

.van-sku-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

html {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
legend,
li,
ol,
p,
select,
ul {
  margin: 0;
  padding: 0
}

body {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5
}

body,
button,
input,
p,
select,
textarea {
  font: 14px/1.5 PingFang SC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

button,
input,
select,
textarea {
  font-size: 100%
}

li,
ol,
ul {
  list-style: none
}

fieldset,
img {
  border: 0
}

p {
  text-indent: 0
}

a:hover {
  color: #326ca6;
  text-decoration: underline
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0
}

.clearfix {
  zoom: 1
}

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden
}

.van-col--1 {
  width: 4.16666667%
}

.van-col--2 {
  width: 8.33333333%
}

.van-col--3 {
  width: 12.5%
}

.van-col--4 {
  width: 16.66666667%
}

.van-col--5 {
  width: 20.83333333%
}

.van-col--6 {
  width: 25%
}

.van-col--7 {
  width: 29.16666667%
}

.van-col--8 {
  width: 33.33333333%
}

.van-col--9 {
  width: 37.5%
}

.van-col--10 {
  width: 41.66666667%
}

.van-col--11 {
  width: 45.83333333%
}

.van-col--12 {
  width: 50%
}

.van-col--13 {
  width: 54.16666667%
}

.van-col--14 {
  width: 58.33333333%
}

.van-col--15 {
  width: 62.5%
}

.van-col--16 {
  width: 66.66666666%
}

.van-col--17 {
  width: 70.83333333%
}

.van-col--18 {
  width: 75%
}

.van-col--19 {
  width: 79.16666667%
}

.van-col--20 {
  width: 83.33333333%
}

.van-col--21 {
  width: 87.5%
}

.van-col--22 {
  width: 91.66666667%
}

.van-col--23 {
  width: 95.83333333%
}

.van-col--24 {
  width: 100%
}

.van-col--offset-1 {
  margin-left: 4.16666667%
}

.van-col--offset-2 {
  margin-left: 8.33333333%
}

.van-col--offset-6 {
  margin-left: 25%
}

.van-col--offset-8 {
  margin-left: 33.33333333%
}

.flex-box {
  display: -ms-flexbox;
  display: flex
}

.flex1 {
  -ms-flex: 1;
  flex: 1
}

.max-width {
  max-width: 100%
}

.full-img {
  width: 100%;
  height: 100%
}

.colorRed {
  color: #f75151
}

.colorGreen {
  color: #26b887
}

.colorBlue {
  color: #469bee
}

html {
  -webkit-text-size-adjust: none
}

[v-cloak] {
  display: none
}

a,
a:link,
a:visited {
  color: #26b887;
  text-decoration: none
}

.van-button--primary {
  color: #fff;
  background-color: #26b887;
  border: 1px solid #26b887
}

.van-button {
  height: .96rem;
  line-height: .907rem
}

.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #26b887
}

.van-popup-tc {
  border-radius: .16rem;
  width: 90vw;
  max-height: 90vh
}

.van-checkbox__icon--checked .van-icon {
  border-color: #26b887;
  background-color: #26b887
}

.van-checkbox-check:before,
.van-checkbox-checked:before,
.van-icon-check:before,
.van-icon-checked:before {
  font-family: iconfont;
  font-size: .587rem;
  vertical-align: .053rem
}

.van-icon-check:before {
  content: "\E68B"
}

.van-icon-checked:before {
  content: "\E687";
  color: #26b887
}

.van-checkbox-check:before {
  content: "\E688"
}

.van-checkbox-checked:before {
  content: "\E689"
}

.van-radio .van-checkbox-checked,
.van-radio .van-icon-checked {
  color: #26b887
}

.width100-model {
  border-radius: 0;
  width: 100vw
}

.van-picker__cancel,
.van-picker__confirm {
  color: #26b887
}

.van-tabs__line {
  background-color: #26b887
}

.my-dialog {
  position: relative
}

.my-dialog h3 {
  font-size: .48rem;
  text-align: center;
  line-height: 1.173rem;
  border-bottom: 1px solid #f1f1f1
}

.my-dialog .close {
  position: absolute;
  top: .267rem;
  right: .267rem;
  font-size: .533rem;
  color: #DEDEDEFF
}

.my-dialog .dialog-mian {
  padding: .533rem .427rem;
  min-height: 2.667rem
}

.my-dialog .dialog-bottom {
  margin: 0 .427rem .8rem
}

.my-dialog .dialog-bottom .van-button {
  width: 100%;
  height: 1.173rem
}

.tRight {
  text-align: right
}

.tCenter {
  text-align: center
}

.tLeft {
  text-align: left
}

.marT30 {
  margin-top: .8rem
}

.marT10 {
  margin-top: .267rem
}

.color-green {
  color: #26b887
}

.color-red {
  color: #f44
}

.show-line1 {
  white-space: nowrap
}

.show-line1,
.show-line2 {
  overflow: hidden;
  text-overflow: ellipsis
}

.show-line2 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 2
}

.my-container {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
}

.my-container .green-header {
  background: #26b887
}

.my-container .green-header .van-icon-arrow-left {
  color: #fff
}

.my-container .xz-content-topic .xz-content-topic_index,
.my-container .xz-content-topic .xz-content-topic_key li.active {
  background: #26b887
}

.my-container .xz-content-foreword p {
  padding: .32rem 0
}

.my-header {
  position: relative;
  height: 1.173rem;
  background: #26b887;
  text-align: center
}

.my-header a.logo {
  display: inline-block;
  width: 2.827rem;
  height: .533rem;
  margin-top: .32rem;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%
}

.my-header a.go-out {
  position: absolute;
  top: .24rem;
  right: .373rem
}

.my-header a.go-out .iconfont {
  font-size: .48rem;
  color: #fff
}

.white-header {
  height: 1.173rem;
  line-height: 1.173rem
}

.white-header .van-icon-arrow-left {
  color: #333
}

.white-header:after {
  border-bottom-width: 0
}

.white-header .van-icon-phone {
  color: #26b887
}

.green-header {
  height: 1.173rem;
  line-height: 1.173rem;
  background: #26b887;
  color: #fff
}

.green-header .van-icon-arrow-left {
  color: #fff
}

.border-radius-yj {
  border-radius: 50%
}

.vote-part {
  padding: 0 .427rem
}

.vote-part .card-list {
  position: relative;
  margin-top: .267rem;
  border-radius: .16rem;
  padding: .267rem;
  color: #333;
  box-shadow: 0 0 .16rem 0 rgba(0, 0, 0, .08)
}

.vote-part .card-list .card-left-a {
  display: block;
  width: 1.333rem;
  height: 1.333rem
}

.vote-part .card-list .card-left-a img {
  border: none;
  width: 100%;
  height: 100%
}

.vote-part .card-list .card-list-desc {
  padding: .107rem .107rem 0 .24rem;
  font-size: .4rem;
  line-height: .56rem;
  word-break: break-all
}

.vote-part .card-list .card-list-desc .xzy-xl,
.vote-part .card-list .card-list-desc .xzy-xz {
  font-size: .347rem;
  line-height: .48rem;
  margin-top: .08rem;
  display: inline-block
}

.vote-part .card-list .card-list-desc .xzy-xz {
  color: #ff7452
}

.vote-part .card-list .card-list-desc .xzy-xl {
  color: #999
}

.vote-part .card-list .card-list-link {
  padding-top: .347rem;
  text-align: right;
  color: #24c299;
  font-size: .347rem;
  line-height: .48rem
}

.vote-part .card-list .card-list-link .van-icon:before {
  vertical-align: -.053rem
}

.vote-part .zxs-vote {
  color: #2487ed;
  background: #e9f5ff url(../images/zxs-bg.png) no-repeat 6.48rem
}

.vote-part .lxs-vote {
  color: #fa5050;
  background: #fff3f3 url(../images/lxs-bg.png) no-repeat 6.48rem
}

.vote-part .bys-vote {
  color: #2487ed;
  background: #e9f5ff url(../images/bys-bg.png) no-repeat 6.48rem
}

.vote-part .jycy-vote {
  color: #1e77e6;
  background: #eaf2ff url(../images/jycy-bg.png) no-repeat 6.48rem
}

.vote-part .vote-jy-part {
  margin-top: .267rem;
  border-radius: .16rem;
  padding: .453rem 3.013rem .4rem .32rem;
  height: 1.28rem;
  background-size: 2.133rem
}

.vote-part .vote-jy-part.jyzk-vote {
  border-radius: 0;
  height: 1.173rem;
  padding: .267rem 3.093rem .213rem .427rem;
  background: linear-gradient(180deg, #fdb356, #f78516);
  color: #fff;
  position: relative
}

.vote-part .vote-jy-part.jyzk-vote h4 {
  line-height: .587rem
}

.vote-part .vote-jy-part.jyzk-vote .jyzk-right-img {
  width: 2.987rem;
  height: 1.6rem;
  background: url(../images/jyzk-bg.png) no-repeat 100% 100%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0
}

.vote-part .vote-jy-part.jyzk-vote .jyzk-vote-text {
  margin-right: .213rem
}

.vote-part .vote-jy-part h4 {
  font-size: .453rem;
  font-weight: 500;
  line-height: .64rem
}

.vote-part .vote-jy-part p {
  margin-top: .08rem;
  text-indent: 0;
  font-size: .32rem;
  line-height: .453rem
}

.vote-part .vote-jy-part .go-ahead {
  width: 5.6rem;
  background: url(../images/go-ahead.png) no-repeat 3.84rem .693rem;
  background-size: 1.547rem
}

.vote-part .vote-jy-part .go-ahead2 {
  display: inline-block;
  vertical-align: middle;
  width: 1.627rem;
  height: .587rem;
  background: url(../images/go-ahead2.png) no-repeat 50%;
  background-size: contain
}

.vote-part .vote-jy-part .one-line {
  padding: .32rem 0;
  background-position: 2.987rem .4rem
}

.vote-part .vote-jy-part .two-line {
  height: 1.28rem;
  width: 6rem;
  background-position-x: 0
}

.vote-part .vote-myd {
  padding: .213rem .373rem 0 .32rem;
  font-size: .347rem;
  line-height: .48rem
}

.vote-part .vote-myd .vote-myd-tit {
  font-size: .4rem;
  line-height: .56rem;
  padding-bottom: .187rem;
  border-bottom: 1px solid #f1f1f1
}

.vote-part .vote-myd .sub-tit {
  font-size: .347rem;
  line-height: .48rem;
  color: #999;
  margin-left: .133rem
}

.vote-part .vote-myd .myd-fs {
  display: inline-block;
  font-size: .4rem;
  color: #ff7452;
  margin-top: .187rem
}

.vote-part .vote-myd .myd-text {
  font-size: .32rem
}

.vote-part .vote-myd .myd-center {
  padding-bottom: .213rem;
  border-bottom: 1px solid #f1f1f1
}

.vote-part .vote-myd .myd-zytj {
  padding: .267rem 0;
  font-size: .373rem;
  line-height: .533rem;
  color: #666;
  text-align: center
}

.vote-part .vote-myd .myd-zytj .num {
  color: #ff7452
}

.vote-part .vote-myd .myd-bottom {
  padding: .133rem 0;
  line-height: .693rem
}

.vote-part .vote-myd .myd-bottom .myd-totle {
  color: #ff7452;
  margin-left: .16rem
}

.vote-part .vote-myd .myd-bottom .van-col--8 {
  text-align: right
}

.vote-part .vote-myd .myd-bottom .van-button {
  height: .693rem;
  line-height: .693rem;
  font-size: .32rem;
  color: #fff;
  background: #26b887
}

.menu-part {
  margin-bottom: 1.6rem;
  padding: .507rem 0 .267rem;
  font-size: .347rem
}

.menu-part .menu-a {
  color: #333;
  display: block;
  line-height: .48rem
}

.menu-part .sq-num {
  position: relative
}

.menu-part .sq-num .van-tag {
  position: absolute;
  top: -.187rem;
  right: 1.013rem;
  line-height: 1;
  padding: .08rem .133rem;
  border: 1px solid #fff
}

.menu-part .van-col {
  text-align: center;
  padding: .267rem 0;
  position: relative
}

.menu-part .menu-img {
  display: inline-block;
  margin-bottom: .133rem;
  width: .8rem;
  height: .8rem;
  background-size: 100%
}

.menu-part .xjxl-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MDAyMzAxNTRBRjIxMUU5QkU3QkU4REQ0MjMwM0Y0NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MDAyMzAxNDRBRjIxMUU5QkU3QkU4REQ0MjMwM0Y0NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtjZ7skAAAIxSURBVHja7JldKINRGMe3JTSKlokwFK18RFEuSCEtSUpzJeViUqLUblwp5QIlhRtJLJRSQqxccMENSvnKR3aDyEdxh4T5n3pWa0nv3nPOm4v3qV9nm53t9x7vc87zNKPf7zf854j464/29f5wPqcBdIEvMADWgKKrv3B0qxNUEPGgFXQAW9DrZeCEROfBp9ovMKmclw1GwQ0YDJELRB6YAT7QCcxaCFaCFXBOqxarYE46GAFXoAdYRAtGgRZwADZAncqVTwC94BoMgzQRgu105VOgQFBixlAy+ehzc3gEp0EfSYqOSJAKMngEX8EYyALN4FiA2DuYpMfVwCsiSdg2MUv/ZheH3BBlvEtWFrONd49D0AOeQAU9L5WxD9o5BHNpTKExU4agk0MwMNcSdBIJFyzkECwKWUGbDMFoDsE4GvNpLJYh+MgheB+yghYZgvscgts0su3KqOR2MancKtTGnBbl1g5YVDFvGWxpVQ+yIvUsjPdf0hzNCtZnOgW8Ct67CcrpBNFMkMULqCWWqLAIxBtYBfWgKih7xTZNCsNLsItNotceqHmS29WFGd/gTtO2U0HRUEIVMSs8E6k9YBXPB63iLTgFu6y71EKQdXNtoFHJORoSrBdZAOOU1UKThN1bE7QabhVygcLATR0hK36TRQk6wBFVwSLuWfadTeAQ1PAKOmm7sEpomqzUYzt5BD2CM/23HPDwCJoN8sMs6yTRJHRBXVAX1AUlh/G//wzxI8AAkcRj/YAUo1EAAAAASUVORK5CYII=)
}

.menu-part .zxyz-img {
  background-image: url(../images/index-icon2.png)
}

.menu-part .rzbg-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5Q0UzQjgyMTRBRjIxMUU5OTk5RDg4OTZGQTVEREYzMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Q0UzQjgyMDRBRjIxMUU5OTk5RDg4OTZGQTVEREYzMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqu1K3MAAAB3SURBVHja7NjRCYAgGMRxL9qlUVqpEVqpUZzmotfAoIj8zP89+Cg/1FNQtlPkDCl4AP4eOB7DtK0hm5LnRWwxQIAAv7gHT9HNOUp3qB6a3PwKvhVTEoCVz2C/LTYtBtjYW1w6c7SYFgMECLAHoPgCBgjwOrsAAwCiExRSkU5hMgAAAABJRU5ErkJggg==)
}

.menu-part .gjhz-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOTBFNUVBMTRBRjIxMUU5QUM2RUM2N0YzODUxMURERiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOTBFNUVBMDRBRjIxMUU5QUM2RUM2N0YzODUxMURERiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtMqOiQAAANpSURBVHjazJlLSFRRGMdHnV7kuMgIQ7IkspywFhGj0ts2QQVFLaIWhWWLgloUboqigt5UEEFSQ+9FQZarXgPWooYoi4TUgjJKokVZTQ+Qsel/8D91Gu85c+7tXPCDn+I993znf+89j+/7zEmlUoGBbEHxI7z/vZe+FaAGVIMyMAbks+0beAtegPsgBlrdDvC8fnSfQBcmBNSBWvFcmvtGkKlgeXo8cBo08AGMLNfFm94EOsHhLOJUFmbfTvoK2hI4AcTBUVBoYVoV0lecvv9L4ELwCEzzYf4Ln485hieBK0EjKFC0i+V/D9SDGaAIDCFFvFbPuaeyEMdYpV3FDrYYnAV5Dm2/wDmwl6vUyT6QaoP5KjScAV9Bk8kbnAguKsS9BFVgjUZc2maBA4afW4x1gWNrBQYpLt/ByS3Om4cGAw4Hl1zOyRDHDuo+8QbFgngFFoEehfM69vsJvnNOFXtcOBu5yvsJFG9tu6Jjh0bcQbDF4ureBk6lN/PcjLeg2ud+aBzOt7z9FFJLvzm4VtOpQNPW48MeWZspcAooz7IixcotcWj77IPAMDX9ETgvSwex+UbBGx5Ru8Awtt32KdKqkQVWuugY4WJqAyPBIQq3bZWywHIPDsaCZn7+QT4InCRvM8UenUwGd336xMWywJBPg7wDT7nHzvFwshgHrG7tGE+FEp5Ac3lKuba0wIRFcfvAZtDCkCxtJ8B1F34SssAuiwIva9qWMCcxSSW7ZIHtFgXqwjAhbD0YD25k8dMuC4xbFLjO4J7XYAG4orknLguMWRR4BMw2vLdB0xaTBT7Lkju4tWZG3tlsqCpnp6Z/tpmo5a3mJqsNOitTXI86hVsnwUeLAkPM+nTtWx2uf6KWfgJFBLvH8lscB3Y4XB8MrjI9zbTdcmkk8yQ5zmTapu0Eo6S/RQR0RxGJP6EGZVaXZMKesCxyKX9PZ1Y40+Ee8dZWUIM2L+5gVtZrUWA1K1tibyt1aO/li+kwrSyIDH81M/48CwLFA+co2nqZTjS5rc2ITH9ZwEUtT2MqccK3qB+e91rdusawqcWHkKyFvhu9Vrfkwz/CEKrbgrBu+ooY1HeMA9Ykg9BSVhHaPAhrY99S+kqadHJbo/4S6CvjCiq4l1UF/hbRQ1KwmS6iP+C+1+pp8g70f0P8FmAAIdup7SL8PjcAAAAASUVORK5CYII=)
}

.menu-part .txjd-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTMyMDdCQzRBRjIxMUU5ODBFMkQyMzU2QjRCMTlBNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTMyMDdCQjRBRjIxMUU5ODBFMkQyMzU2QjRCMTlBNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr05CJAAAAP6SURBVHja7Jh/LJVhFMfPdS+6fv9c4TJUCENWpqwSNYo2f0jpr2qVbNoyrfXjr7ZW/qpIW1ZNNatEbbJKExUptUVEKF1CkVHkZ7j3dp7Xc+8u7s291/u+80dn+2zvnvee5373nOc85zyvQKFQwEI2I1jgJlI+eD1J19XHF9mHbEE86JgUKUauIh/1EfAp6hhrK2iCZCEfkFTEBzGlrKBj5N1lRMz6Cuog7iGySYctk4Qspys8ztcePK+DOHWLQM7xlSR+dFX0tYPUl3OBJCGEBswtpL6cC4yex/zRfAj0nMf8nnwliaHGSxZL5zH/Vz4EFs9j/qd8CLyGyAyYW0ZLH+cC65FsA+bOpr68JEmqnuEqoz68tVskG2OQS4j8H7+T05WLZSOD9T1myB+mIAFIBtKMTCDDSAMdC6QlbpTvbkbdiJjD/ztqPVeQdCUbaQhJc+qCWCNW9P1vZAD5hjQitcgzutqcCXREkpHdaq29NrOluCNhauOtyHXaZfcYIlCgvNWp3UnMkKNIGmLBUqSGSANbGX6oytHUPI42tG70XTs9lu4ipXMJJBeiPMSfzX3kaW4Pp3yjwN7EDPI7a6G8Vwodo/3MO1exDax38ITtkkBYZuHwnEatSZPA1bTu2rEpLsTODTIC4+BiSwXkdb4HmZZ7uFAggETXYDjuHTFobCTchkMvZmbxfbbFkZXLRHFpdQ/gVkeNVnFM4cZ3ue3v4EB1vuWEXFZIb43TBErYFCdA0v1jIOtLJbzqa9PZrxJ/e6a5lJwQOWQazs7BNfbuYC4ygdsd1Xr73sHV/jzUG4qPkZwJ3LrEh0kImY7ffmKdfCEzKE4VbuKLlsCZwFA7d6jonbsZtzEWQ3ZwPKQsDYP0pjLVePmUb4SIK4FOiyxVR4k2C7JxhguYREa4YxPe3ITusUHVO+rrytkKjstloB7cOGd/OOIVDiK67dc5eMCNVYlgiyuYVF0wTRwxY4HQ4G5GJ+v5M8QcwtLhvqm6aWoB+z1CIcTWDQq76uGEdyTgeQcnGx5D4+CPWf4uYqbMd3ImsHbgO1MhlAKvtFbBwMQYU1FIaJX7jCbDLFtr786cOpyFuKirAeIlAUyFUNpdrCRpdYWABzGzBU43lmitKqT0oeVyJvBlbyuMTE7ATteV08YfdTdBcs09yGl7C20jvzT6Eh8vC8cqfCwRzTj8WTPFVJb6+FktrpIO/7R+rVZNSGjLtRxBYRha3J+kt9xLphHw8BF9w5hssuhsc6klaRbkWv7PCMO6S0OzIODpKz8p/DktWL6ISKbdGulnslgitmYSYockiLRbJKx7NLZbPBjZQpuReFJjySFMb4odSAVSQPYc3R0q+yvAAKklR6rYZORNAAAAAElFTkSuQmCC)
}

.menu-part .xzy-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxM0RBMjU1ODRBRjQxMUU5OTgyRERGREQzRUU2MTkzNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxM0RBMjU1NzRBRjQxMUU5OTgyRERGREQzRUU2MTkzNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoWu9/0AAAP4SURBVHja7FhvTI1hFD+Xmz+XapW0SKIUQihaqayYPjTLLuZLPmAmX/z5xsYH0xazWYyl+WAmM0yL5k9mSSzdcqVIRa0/bkV1a+m6lWu7zjme990b99Zdkvvhnu23533+vOf5Peec57znXpXVagVnlkng5OIi6CLoIjiKqMMKT422JhSxBbEJsRThg5gyxv2+I4yI94jHiHzEhxEJjjC3HnESET+OBqGD+QtsQJxGPEccRzxz1MXTEJcQT8eZnD2JF3tdEnuPSNAbUYTYh1BNYKipxJ5FgoNNghrEA0TMf7wTMYKDxhbBc4hoJ7i40YLLMIJ0IfY4UXbZIzjJBDMmOOYcickMKc1EIOKUs8eDE0AbFAka9VR57G7La8hqfAHtFjP3Ez0D4GzUdnlNbkMpt2khsfI7R/V3IK/741hJEqcIIqhVjuatSYNw7wB+Lmqrgf4fQ5A6fzUjwnse7Kq4wSR3L4xhcs39XVDV8wkM5l44sHQjv1fTY4CG/k5oNPf8rSW1amWuOxS4ViaXXVsEWa3l/FzW3QSZkVshyN0XDgXHQezsEPCd7sFzNDYbn+kAkpCOb3iwKrORdW4LipLXE/kTNQ95bpf/cjiyIgW6Br7K82SU/e8KJFUJFIOLpV6Yhx+39IJEjq2KbiLFJGTFwrZ3bDlpw7xmPYeAGUmRlHc2gt7YAtpZi2D/kiTenMZoLZG/GLWD1wVovLileZojHe0DfUoLhqnFt5XFb7ont01ic6WQy0g5WetkYwlcw8OQ9Wic+iSVc8N/WeFzHVzpeAvZyzbLh9hZeRvmuGngfsI+JkTWk4QOpq3IteViH5vf4hmKyyGJuxj7ZhlyOIBmuk2TXV6ffMTuuk702EjlllHqVPa0crvAw5dPq5Tl6NrRlNkTyX0SKITIwg6IkQjWSb17HTVsbrqdF1ZqZZJ0s6UgLjBUOUzsw9cv3FJYXG/VMyiGSRfFpwNSrxblTiL16Gadf/+E0wW55WnSgWGrKddJJzdZBv/QRu5X5k6KzVXegazrVvxeeZwuGKWgcE//0Qg+n+yTtrEXH9KlkTemTshpKgMv9D5dlvq+Dkaq7iqU9LbIbxpMRizuVGyVL5YBHrN+HwTjoAnONL+U191srx6m6xWmrL3V+fxOg6kLvCa5QfHnet7XhhxUhT7KBGHFOCer9l9Qjpa+xcfIAE5EziqqbLlYoHL7shMRJC7Fv9eDhxE6JyCnE1z+KFipTEn5zyR1goPZ3m8So0g5ORMck1axZ5Lyw2HvV92ASDtEtHQCyJUKYulKyznyu5guzjpR7aQikhFLRHHhNkYyFmGhWkQh1cHKL5nN0tr1B6aLoIugi+C/lZ8CDAByJ3MDIacyVwAAAABJRU5ErkJggg==)
}

.menu-part .myd-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzZEQjVFNDRBRjQxMUU5OTMwMzgxNkVBN0M2QzFEMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzZEQjVFMzRBRjQxMUU5OTMwMzgxNkVBN0M2QzFEMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgbpe1EAAAK/SURBVHjazJk9aBRBFMd3k1MLXQNJI4kWETQaMBaCOZMiYPQKESstJCmUI9coaGFpKm0FBRtF80GS1qhNULw2HqIRFPJhFZBgZVKclUTO/+B/ce7M3b7ZnYn74Jfi9r15/52dzxe/Uql4abaM+vPzdWuc2GNgEPSBw+AA2MNnP8BX8AXMgyL4bJpgZ279j0ADUwIKIA+6G/i1kuPgEn9bBE/BY76AyJoMevoGWAX3IsTVs27GrrKtjC2Bh0AJ3AdtFoZVG9sqse1EAs+D9+CEg/Gv2vzAHLEEDoFZsNfhJA2YY9hU4AUwKR0nFlaSCeYUCewC06B5G5e7ZubsihKo3maGXb/dFjB3ppHAa44mhMnEuV5PoFqER1Owu93WdqQqgQVL65yNdbKwlcB8is4I+VqBPQbb1xxoJ3MO/MNtsUcXeNrw7b6RvAP/0AZ1gdmYn6Li0D+rCzxqEPgE7AMdPD7Z9g/tiKctih0Ggef4uVz5e7qmJm0VT5sFJgfW/2ahwHIKtZV1gWspFLimC1wWBqnDq5+QXcJcy7rAkjCo3ULP7Bf6lXSBRWHQSQsC+4V+RV3gJ95bo2zIgsBhgc8iNVUtM2OCwFyCbTHcvs4K/Ma2Om49At8jAtUgHwctMcS1MLEf4bdOLf8IVOWIu8I98oXh7hMwRrLn39FLI7U7yUNepqNsALwTfu4sfQcEvh+poe6laZMToSzsSVW5egVGwEGwA+zmsxE+mw9PJhGmeu0yNVRdM2tthTPtmeBu7HPi5BLO7F/smBVpZeEluMJA16ZyXGVOo9qMuulf9AxqeTFMta3qh1NxikfKnvMyveBA3ALbnpUctxqZKuP2gptgw4KwDbbVy7a9pALD2f0AdIJbYCmGsCXGdrKtTUmQr6r8CYroZ8Ap728RPdAOm2ER/S1448Usovtp/zfEbwEGAAsEiIAT0YXsAAAAAElFTkSuQmCC)
}

.menu-part .cp-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQkYzMjJCQTRBRjQxMUU5OEEwQjgxRDI2QzkwNTJDRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQkYzMjJCOTRBRjQxMUU5OEEwQjgxRDI2QzkwNTJDRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM1OTA0Y2QzLTUxMGQtNDlkYy04ZDYzLWNjODZjMTA0MDlmZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTExMTc3RTVFQzExMUU3OTVGNkI0MzdDNUYxM0YzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjeYFdEAAAJGSURBVHja7JlfKGRRHMeNQR7MoDz4E08mZdunRZMoJOX/hpdt2y3Lk5KIJA8oKSl54YmybZKEGFKiPKjdtQ9eJEmJF8qLf8nTju+trzpuM3PvjHvnXDW/+tQ9v3vPPd97Tuf3+50Zm9frjbKyxagduaOXobynFnSCfLb/gXGwHuyLjnrTXrWjDfjIYbAGSkECUa49vPcme6vAGtAf4H4/Z1eawC7hehOkk03B3ylTYJ5w3QIuSYufZwwT6AJL4BZ4A+Dw018MDQ6Nd9xyLJdegTlgHzQAZxAfOw1SQQaYCaKfk2Ptc+zAYQY2ApJCWI0qLm+olsSxG7VmsFxiXK7Qs8ROiQITjN7FpltEYESgCfYbFLCYsJTAJ9ADiliOzYVUD5pkB+A7OGT7K/hphRlUcu0YcAvivlCcXfYMPoAfYFHw1YFfesWZKfCKuflA8JVRrN2sXXzBCvpE47kzUKwS9xEsgzizwsw5KAEbGiHimgn/VPAlU1yimXGwlTMTxQLzMxhSFaaPPH+I4uwMJ9lmB+p5UCi0/4NBUE/BinWAv6p+A6AyHJkkBeyAJpXfwyWf9VFFl2qc+AzfJPFgAXSr/MqmaVYtdzJjXXQ4Bb48rwTeSY1wMQEyZRYLbWDVVwXMI8M3K1Qz1WAXiD+mxIIpYLNKufUJ/AEf2G73d76VWQ9mgT3Gxj6jc6ZRuVg5065ESv73IvBOop4HPQK3JQrc0iNQyZ83EsTd+MrdvgQe8wyh1HD3YRB2z7HcHPuV2az+N8SzAAMAnkx1xAk8Q1gAAAAASUVORK5CYII=)
}

.menu-part .auth-img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAA2dJREFUWIXd2G+oX3McB/CX2TXjwSXmwSZdhq4/ZZQnxAMligdk8+cJwtL8SdYmTbNCLKU9UOKaaE22hmmLLKthxINlpW1EuLaLtLYrk4vbzIPv9+d37tk5557zPX6Rd53O93w/n/P5vPuc7/fz+XwP/3EckZ84a/n3KXaOxY24Mz4/h1fwa1NDnz04c8Lz1BQ2GZwTSd2M/sz8hXgKq/AsdqU6mJLwzjTchPexA/fmyHXQH2U78V58Z1pTZ00iOFuI1q2Y0dDPpfHaixcxhK/qvDhZBKfiWmzCF1icQC6LGXgg2no72q4MUpnwZNwRr1ktCJVhCq6I13dYGa+RIsU81mMYy3pELo9Z0ddw9D0BRRG8pseEynBkke+2aSaLcXwdHZ0a762Rkmby+Bn34UQM4gychIfwW1vjbSO4T0gf+US8H49jCzbjmFQHbSN4vy65s4X89ozwieEjLG3joA3BvXg5js/DNszHAnyCM6NsJX7/NwjuwJ9xvBjTM7LjBKKENVqrahShDcGjMuOizTCWGSev9TYEz9Ul+Sh+zMiG8XQcH6+7JhujDcF+Yc3Bt8I6XCLU2jn4IcoWoS/VSds08yQ+xVYhgk/k5FcLBJPRJoKH8JbuRinCuJAHk5FKcB8uxzx8WKG3CVfhOhxIcZTyiX/BZcKnpXseuQgzhciOCFVkvbDDXxfy5mYTd39PCC7MkLsEayKxPOYLzcNcbBfW6cNY3sRZ00/8OV6I40GhKy4i18FpeEdogGGF7u5OJjhWMNfBKt1NsUK9JuAE3d39B56v0D3smFpE8MsKA2vjfTaurEGugxsEovBGhd5hJbGI4LsVBgaEw/6SmsQ66MPtcTy9Qm9LfqKI4EsVBt4UTmS31WWWwWP4oIhEle8igtuxocTA0Ti9KbOIPlysPM1siL4noGwX343RRCIpGMU9RYIygiO4BQd7xSiDg9HXniJhVR7ciLuEytArHIo+NpYpTJaoh4Q/V+P/IKkOxqPtoSqlOpVktXByG27P6W98E22unkyxbqn7GOfjtRakOngVF0Sbk6JJLf5JKPzXY3dzXnYL7dm8aKsWUvrBdUKjsFS9Hu9A1B0UotcIqQ3rmFAZBvCI4pw5GmUDUbeqCSlF2z8L+4VfZ6cI/d82oRosiHPLos7/F38BvDumqCKk0r4AAAAASUVORK5CYII=)
}

.menu-part .hot-laber {
  position: absolute;
  top: 0;
  right: .693rem;
  padding: .053rem .133rem;
  color: #fff;
  line-height: .32rem;
  font-size: .267rem;
  background: #fb5959;
  border-radius: .213rem
}

.van-tabbar-item .van-tabbar-item__icon {
  margin-bottom: .08rem
}

.van-tabbar-item .iconfont {
  font-size: .613rem
}

.van-tabbar-item--active {
  color: #26b887
}

.padding16 {
  padding: 0 .427rem
}

.width90 {
  width: 90%;
  border-radius: .16rem
}

.xjxl-list {
  padding-bottom: .533rem
}

.xjxl-list .list-tit {
  height: 1.067rem;
  line-height: 1.067rem;
  margin-top: .267rem;
  font-size: .32rem;
  color: #999
}

.xjxl-list .list-tit .l {
  color: #333;
  font-weight: 500;
  font-size: .427rem
}

.xjxl-list .list-tit .r {
  text-align: right
}

.xjxl-list .list-card {
  padding: .427rem;
  margin: .053rem 0 .267rem;
  border-radius: .16rem;
  color: #fff
}

.xjxl-list .list-card .yxmc {
  padding-right: .267rem;
  font-size: .48rem;
  line-height: .667rem;
  font-weight: 500
}

.xjxl-list .list-card .des {
  font-size: .347rem;
  line-height: .48rem;
  margin-top: .24rem
}

.xjxl-list .list-card a {
  display: inline-block;
  font-size: 0
}

.xjxl-list .list-card .images-error-tips {
  line-height: 1.227rem;
  font-size: .373rem
}

.xjxl-list .list-card.xj {
  text-align: center;
  box-shadow: 0 .107rem .213rem rgba(63, 203, 146, .4);
  background: linear-gradient(90deg, #1faf7f, #3fcb92)
}

.xjxl-list .list-card.xl {
  text-align: center;
  position: relative;
  box-shadow: 0 .107rem .213rem rgba(93, 170, 248, .4);
  background: linear-gradient(90deg, #3886f3, #5daaf8)
}

.xjxl-list .list-card.xw {
  text-align: center;
  position: relative;
  box-shadow: 0 .107rem .213rem rgba(87, 128, 232, .4);
  background: linear-gradient(90deg, #3850da, #5780e8)
}

.xjxl-list .list-card.ky {
  box-shadow: 0 .107rem .213rem rgba(92, 202, 218, .4);
  background: linear-gradient(90deg, #34b2c5, #5ccada)
}

.xjxl-list .list-card.byqx {
  background: linear-gradient(90deg, #8877fe, #9f90ff);
  box-shadow: 0 .107rem .213rem rgba(136, 119, 254, .4)
}

.xjxl-list .list-card.no-pic {
  padding: .4rem;
  color: #b1b1b1;
  font-size: .373rem;
  text-align: center;
  background: #f7f7f9;
  box-shadow: 0 .107rem .213rem hsla(0, 0%, 85%, .33)
}

.xjxl-list .list-card.no-pic .error-pic {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .267rem;
  vertical-align: middle;
  background: url(https://t1.chei.com.cn/archive/images/xj/no-info.png?v=1545359137827) no-repeat 50%;
  background-size: 100%
}

.xjxl-list .no-data {
  padding-top: .4rem;
  color: #333;
  text-align: center;
  border-radius: .16rem;
  box-shadow: 0 .053rem .213rem rgba(0, 0, 0, .1)
}

.xjxl-list .no-data h4 {
  margin: .213rem 0 .453rem;
  font-size: .48rem;
  line-height: .667rem
}

.xjxl-list .no-data h4 .iconfont {
  font-size: .373rem;
  vertical-align: .053rem;
  color: #999
}

.xjxl-list .no-data .find-xjxl {
  height: 0;
  overflow: hidden;
  transition: height .3s ease-in-out
}

.xjxl-list .no-data .find-xjxl.find-xjxl-show {
  min-height: 9.627rem;
  height: auto
}

.xjxl-list .no-data .find-xjxl .find-list {
  padding: .507rem .4rem;
  line-height: .587rem;
  font-size: .373rem;
  color: #666;
  text-align: left;
  border-top: 1px solid #f1f1f1
}

.xjxl-list .no-data .find-xjxl .find-list span {
  display: inline-block;
  width: .533rem;
  height: .533rem;
  line-height: .533rem;
  background: #26b887;
  color: #fff;
  text-align: center;
  border-radius: 50%
}

.xjxl-list .no-data .find-xjxl .find-list .paddL2 {
  padding-left: .053rem
}

.xjxl-list .no-data .find-xjxl .find-list .paddT11 {
  padding-top: .293rem
}

.xjxl-list .no-data .find-xjxl .find-list .list-link {
  color: #26b887;
  text-align: right
}

.xjxl-list .no-data .find-xjxl .find-list .find-list-smzc {
  margin: .4rem 0 .453rem
}

.xjxl-list .no-data .find-xjxl .find-list h5 {
  font-size: .427rem;
  color: #333
}

.xjxl-list .no-data .find-xjxl .find-list p {
  margin-top: .053rem;
  font-size: .32rem;
  line-height: .453rem;
  color: #999
}

.xjxl-list .no-data .find-xjxl-bottom {
  border-top: 1px solid #f1f1f1;
  padding: .213rem;
  font-size: .373rem
}

.xjxl-list .no-data .find-xjxl-bottom .iconfont {
  font-size: .32rem
}

.xjxl-list .no-data .yxmc {
  font-weight: 400
}

.xjxl-list .no-data .des {
  color: #999
}

.xjxl-list .no-data .padding12 {
  padding: .32rem 0
}

.xlzms {
  position: absolute;
  right: 0;
  bottom: 0;
  height: .48rem;
  line-height: .48rem;
  padding: 0 .133rem;
  text-align: center;
  font-size: .267rem;
  background: hsla(0, 0%, 100%, .24);
  border-radius: .16rem 0 .16rem 0
}

.dialog-tip-div {
  padding: .533rem .427rem .427rem;
  font-size: .373rem;
  color: #666;
  line-height: .587rem
}

.dialog-tip-div h3 {
  margin-bottom: .427rem
}

.dialog-tip-div h3,
.van-dialog__header {
  font-size: .48rem;
  line-height: .667rem;
  text-align: center
}

.van-dialog__header {
  height: .667rem;
  padding: .533rem 0 .107rem;
  font-weight: 400
}

.van-dialog .van-button {
  border-top: 1px solid #f1f1f1;
  height: 1.2rem;
  line-height: 1.2rem
}

.xjxl-find h4 {
  margin: 1.067rem 0 .64rem;
  font-size: .64rem;
  line-height: .88rem
}

.xjxl-find .card-list {
  border-radius: .16rem;
  padding: .507rem .4rem .533rem;
  margin-bottom: .427rem;
  box-shadow: 0 0 .16rem rgba(0, 0, 0, .08);
  font-size: .427rem;
  line-height: .587rem
}

.xjxl-find .card-list p {
  margin-top: .053rem;
  font-size: .32rem;
  line-height: .453rem;
  color: #999
}

.xjxl-find .card-list .card-list-link {
  margin: .267rem 0;
  text-align: right
}

.xjxl-find .find-des {
  font-size: .373rem;
  margin: .8rem 0 .373rem;
  line-height: .587rem;
  color: #666
}

.xjxl-find .find-des:last-child {
  margin-top: 1.067rem
}

.xj-bind-model .error-tip {
  line-height: .8rem;
  font-size: .32rem;
  text-align: center;
  background: #feeaea;
  color: #fa534c
}

.xj-bind-model .bind-main .van-cell:not(:last-child):after {
  left: 0;
  border-bottom: 1px solid #d6d6d6
}

.xj-bind-model .bind-main [class*=van-hairline]:after {
  border: 0 solid #d6d6d6;
  border-width: 0 0 1px
}

.xj-bind-model .bind-main ul {
  margin-top: .267rem
}

.xj-bind-model .bind-main li {
  position: relative;
  padding-left: .427rem;
  font-size: .32rem;
  line-height: .533rem;
  color: #999
}

.xj-bind-model .bind-main li .iconfont {
  position: absolute;
  left: 0;
  color: #c8c8c8
}

.xj-bind-model .xj-res {
  padding-top: .533rem;
  height: 65vh;
  overflow: scroll
}

.xj-bind-model .xj-res .van-col {
  line-height: .533rem;
  font-size: .373rem;
  padding: .373rem 0
}

.xj-bind-model .xj-res .van-col--9 {
  text-align: right
}

.xj-bind-model .btm-btn {
  padding: .267rem .427rem;
  box-shadow: 0 -1px .053rem rgba(0, 0, 0, .1)
}

.xj-bind-model .btm-btn .van-button--large {
  height: 1.227rem;
  line-height: 1.227rem
}

.xj-index {
  padding-bottom: .533rem
}

.xj-index .top-card {
  margin-top: .267rem;
  padding: .533rem .427rem;
  color: #fff;
  border-radius: .16rem;
  box-shadow: 0 .107rem .213rem rgba(63, 203, 146, .4);
  background: linear-gradient(180deg, #1faf7f, #3fcb92)
}

.xj-index .top-card .img-div {
  display: inline-block;
  position: relative;
  width: 1.2rem;
  height: 1.6rem;
  border-radius: .16rem;
  border: 1px solid #c0e8db;
  margin-right: .107rem;
  font-size: .267rem
}

.xj-index .top-card .img-div img {
  width: 100%;
  height: 100%;
  border-radius: .107rem
}

.xj-index .top-card .img-div .red-tips-icon {
  position: absolute;
  top: -.213rem;
  right: -.16rem;
  width: .533rem;
  height: .533rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABU1JREFUWAnNWUloVFkUPf9XpeKQjWMgiiIqiAsVooi4FRcipLtBemc74RC6Vx3EAQ2xQRDSoNC6cCEqLmwaumkQ1wqiCAaHRBGJuNGoURwgGq1K/ec57w/5lapKflUlkgv3/1tvuPfkvf/u8OKgSjLGLObUFnIzuSnGFNEX4y7K/zuO81QdE0oENZd8jNxNrpQ0R3PnVgLSSTKYShs47ndyG1ky8OkTvK4u5O/fB968gXn3Dub9e9vlzJgBZ+ZMYM4cpFauhNvMRZ4+3fbxMUDuJP/JVZU8Ko0JkOB+ooYz5EZp8m7fRv7qVXiPHsHk82oak5xUCu7y5Uht2gR37dpw/GsKrQT5b9hQ6l0WIIGp7yi5neyYx4+Ru3gRHt+1kLtsGeq2boXDN8mQO8jHCFRyEZUESHBTOfICeQs8D0Pnz2PoypWiybU0pDdvRnrbNsB1peYf8i8EOagfcSoCGKzc3xy0BZ8/I9fZify9e/E54yanVq1CXRs/62nTpFMgfx65khb+CIvaVgsue+DAhIGTTf3hsqGFsDb9T0pyRAUAgwPRrm3VynnPn0cDJ0qQDdmSTVJ7gCEyFwFkh9yHTqujb26itjWyHBNkSzZJ+uTOBFj0GxFAyvJzjTqt430gZGgskk3ZJsmdCYsle0iIWN5doaghe+hQ5a5k1izoVDoLFsCZNw8YHITp60P+xg14t275lhI85YIyx49rpBz4Yh6Y/nQw7ze+G+SEK/VzqQ0bkN6+Hc5UeaYYLVyI1Lp1yD94gJyMZrOxztKibAsDnbk+t1/JR8Mt/kFTFCEqITnb9L59FpzJ5ZC/fh25y5fhPXwI7opVlVqxAumdOxOrjWH4UZMcKlJW0qvY+pWOM2n40uTMyZNwua0Ckz14EObJEzVb0lZnTp2C4ztifOEq4+PHsLvsW2GxXgfGj91LtIJKmeDduVMRODAhEDiRefasAJxte/ECXne37dfDXbQokkcTtEDCElCLADLV4PYqK6mA3Pnzo9Eev7NSZJ7GUsAGfVbJKIalWYdEySbw9q19JX14XLWv+/fb4ea1EpNictevjxrNq1eRPKYwjKUpAqh8riIaGIDp7S07JbVxI9xGm6HZiFSwmmVn+R0xLE3aYruCYbI5xtxE3db17N5tx+p0D509yw+1ZDZVUl8Mi13B5DNLqits1Mql9+wBnSyMsqETJ+D19BQOSv7LaAVfarzS9FrJWboU6V27fHCMJtkjRwpOclL9MSwvBVAVmF9DJNVQZpwNd2k/OOVOn7bup8zQUZttPeOP6IsAqsCplbSCIqOCqoIYXGR3GIsFqLoVCkk1USZjo4bp74d3925Fh2KkXVWCAXXVFOpCLeP5Lgp1PG1y9z2KfSoNqybGXHuCW1vDiq0qVRaDH4d7hE3foOg/PVS3VkvumjWo27sXaaZfmcOHgfr6qlTFMFhMIcC/qG1ARbWSxmoodvKAKVOAkflhAqWyHRT2SliFyU/5lblS7lSDiupqKH/tGvI3b8Iwjg5dugR8+FCxmpjtzgCTLVKsIuZ0SjcUXBuHzp377nWJLeR37BAWZR5LCFCrOFw0BQ2tbDOq+FVUfy+SLXvLQNu0qfsaC072w2/QYmGHLnI6dB2hij+e89kBE/CQDXu74GfeHQGGyJKt6qJfFLjVaps0Vx9FAAWWIFWiXSBPvssjARQFK6l7mnby5Lp+E8CQCHRyXmCGAPUmSLkgXUe0kSX7V8CsvmyBQ99X8gp49mz/Cnj16rCM1EydUPncRFfAmpCYCFSX6H+QJ9cleqm/gCBV8LeQVbaqrgmZ4vj9G+IbbQOk7yl50K4AAAAASUVORK5CYII=) no-repeat;
  background-size: 100%
}

.xj-index .top-card .text {
  display: inline-block;
  width: 1.333rem;
  text-align: center;
  font-size: .267rem;
  transform: scale(.9);
  transform-origin: 0 0
}

.xj-index .top-card .text.alignL {
  text-align: left
}

.xj-index .top-card h5 {
  font-size: .427rem;
  margin: .133rem 0 1px
}

.xj-index .top-card p {
  font-size: .32rem
}

.xj-index .top-card .iconfont {
  display: inline-block;
  margin-top: .213rem;
  font-size: .533rem
}

.xj-index .top-card .top-bottom-img {
  margin-top: .88rem;
  font-size: 0
}

.xj-index .top-card .top-bottom-img.xj-detail-img {
  margin-top: .48rem
}

.xj-index .top-card .ky-flex-box {
  margin-top: .427rem
}

.xj-index .top-card .ky-flex-box h5 {
  margin: 0;
  font-size: .48rem;
  font-weight: 500;
  line-height: .667rem
}

.xj-index .top-card .ky-flex-box p {
  font-size: .347rem;
  line-height: .48rem;
  margin-top: .24rem
}

.xj-index .xl-top-card {
  position: relative;
  box-shadow: 0 .107rem .213rem rgba(93, 170, 248, .6);
  background: linear-gradient(180deg, #3886f3, #5daaf8)
}

.xj-index .xl-top-card .img-div {
  float: left
}

.xj-index .xw-top-card {
  position: relative;
  box-shadow: 0 .107rem .213rem rgba(87, 128, 232, .6);
  background: linear-gradient(90deg, #3850da, #5780e8)
}

.xj-index .xw-top-card .img-div {
  float: left
}

.xj-index .ky-top-card {
  color: #fff;
  box-shadow: 0 .107rem .213rem rgba(92, 202, 218, .6);
  background: linear-gradient(90deg, #34b2c5, #5ccada)
}

.xj-index .jy-top-card {
  position: relative;
  padding: .427rem .427rem .533rem;
  margin-bottom: .533rem;
  box-shadow: 0 .107rem .213rem rgba(159, 144, 255, .6);
  background: linear-gradient(90deg, #8877fe, #9f90ff)
}

.xj-index .jy-top-card p {
  font-size: .427rem;
  line-height: .587rem
}

.xj-index .jy-top-card h4 {
  margin: .48rem 0 .24rem;
  font-size: .48rem;
  line-height: .667rem
}

.xj-index .jy-top-card .bottom-text {
  font-size: .347rem;
  line-height: .48rem
}

.xj-index .xj-c {
  margin: .533rem 0
}

.xj-index .xj-c img {
  display: block
}

.xj-index .ky-c {
  padding: .8rem 0 0;
  font-size: .373rem;
  line-height: .533rem
}

.xj-index .ky-c .van-row {
  padding: .187rem 0
}

.xj-index .ky-c .van-col--9 {
  text-align: right;
  color: #999
}

.xj-index .ky-c .van-col--15 {
  padding-left: .533rem
}

.xj-index .ky-c .label-tit {
  margin: .267rem 0 0 .373rem;
  font-size: .4rem;
  font-weight: 700;
  line-height: .907rem
}

.xj-index .ky-c .ky-tips {
  color: #999;
  font-size: .32rem;
  margin-top: .533rem
}

.xj-index .jy-c {
  padding-top: .267rem;
  padding-bottom: .8rem
}

.cc-lable {
  display: inline-block;
  height: .533rem;
  margin-top: .107rem;
  line-height: .533rem;
  padding: 0 .213rem;
  font-size: .32rem;
  color: #fff;
  border-radius: .293rem
}

.xj-cc-lable {
  background: #1da36e
}

.xl-cc-lable {
  background: #2b77c7
}

.ky-cc-lable {
  background: #1d9cae
}

.my-btn {
  height: 1.227rem;
  line-height: 1.227rem;
  font-size: .427rem;
  width: 100%
}

.xj-img-zzk {
  font-size: .32rem
}

.xj-img-zzk .xj-info {
  line-height: .64rem
}

.xj-img-zzk .xj-info .left-tit {
  text-align: right;
  color: #999
}

.xj-img-zzk .img-div {
  padding: .533rem 0 .24rem;
  height: 3.2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  font-size: 0
}

.xj-img-zzk .img-div .img-container {
  zoom: 1;
  transition: all .3s ease 0s;
  transform: translateZ(0);
  width: 22.747rem;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  height: 3.2rem
}

.xj-img-zzk .img-div .img-container li {
  position: relative;
  float: left;
  margin-right: .267rem;
  height: 3.2rem
}

.xj-img-zzk .img-div .img-container li img {
  border-radius: .16rem;
  height: 3.2rem
}

.xj-img-zzk .img-div .img-container li .img-label-radio {
  position: absolute;
  left: -266.667rem
}

.xj-img-zzk .img-div .img-container li .img-label-radio:checked+label {
  background: rgba(0, 0, 0, .3)
}

.xj-img-zzk .img-div .img-container li .img-label-radio:checked+label span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABeFJREFUaAXVml1MHFUUx88CwgJdhLRdSmnVKhZ40LSKnzEGWlujiZHaN1OMpvqq0UQ0auL6oInENPHB8ND0RUyjxqTrgzaClr60iZFG4kdLtRoVCGSrAcXy0ULX87vcGWfJ7jILuyz8k8PM3Jl77v/P/T53A5IFxOPxUnWzR61FrUGtTq1KLaQGJtTG1C6oDaj1qvUEAoEpveYHSrpK7Um1Y2qX1DIFeciLD8QuCYFMc2lhZZrnBbV2Nec/HO8fHw6cvPiLDE6NS2z6X4nNTMjFmUvG/caScgmXhCQcXCdbSyuleeNNsqOyNq4vnfKpoQ61Q1orkyaTzz+Og0U/V+KF+tFBtYhajZqc/us3OT46ICdiP8ufl+fJku4HG4rLZVf4ZnloU4Pcu/4GJ8uI3kTUjqiQOScx3dWXACVfq06iak040/+2dJzvlTPjQzwuG7dXbpH2+hZqxfHVpzetKmLYSUh1XVSAkr9LMx9TqxmcHJe3z5+QnthPqfwtK31PeLu8VL9LtpZV4ofa2Kcivk7nNK0AJX9AMx9WC9JcnuuPyj+z0+n8LftdRVFQ3t3R6jQrCntGRXyQynFKAZZ8Fxm7fu+Ttwa+kqtCv8s9CrRvv9KwW9quNy2WAttSiUgqwDabk5ox+Oa5L+X9P2iSK48nrmuSVxsfoGBqojlZcypYSEvJ05No80H+8/kiDy/KhgNc1Jgz3F5OIkgQoB8wVDLa1NDmaTb5BhzgomDojlqOPBskCNAUxvkmRhs67Eq1+Xkqyf/CAS5wgpsaHF24AlRZmaZGeMNQmevRhnL8Ai5wsohYrubRFaBPLA9qmKRyNc5bAku6wAlucFSDq4ERoIpYTLG2MTOsebMK/zD7W7Rbzm4nflRfhOgs2VoeOCVl8wo326FZRMI5QYB8Pnoum+X58lUYCEh5YbGvb/mIxaPFvACtCjYje9XivTH2GyuH+9Zvk1PNz8qZ3c/Li9ubfRXMylfBkmAv3OkD7KTKWM9nuiTWfEvG/RtulM7b9ktVcanoDCtPb7tbqnXPsBjgCFf9jlFzDwJayMRmZKUA+fd2PibFBUVukZevzsrU3BX3Od2Nh2sLAtjDmp1UukzZepeMvDYFeeNst++5h12fRQMC6nhgG+gXD1bXS/Sep6Rz537ZHKzwm01SkX/97BfyyfB3vv14uNZRh2ZDzR7WD1ivv3PrI6b6GyuqpSEUlrZvjsrQ1N9ps6cj/9FQf9q8C196uFZRA6bnxGb81UBZ0TUJbXdz6bXSdcfjskWvqZBN8pTh4RpCgEHADRA4Kcmvo9MT8uHgtwkv04nINnkK9nJFgGk7hD78IqJtNjr8fcLnyUTkgjyFerhOIGCMROI2fsEs8vIPn6UVkSvycPRwHaMTM/3WEXTKBI4I8rTW3uJmpSaO3nnATFDecZ6hktEm0w7rOvbceLheoAbM4oKIWaZwRCxsTtXBUEJHzyZ5OHq4DiCgl0TCfUtBKhGOr2yTx6+Hay8CetQmiVUS7lsKUonIBXk42rgqMdSeAl1IEeLuVgsQq1wqHBHOEMva5rUfj2elzXs5WY4s5rrh7qymPtWEVgKtH2c4K3qdI4KO2vnraZmcveJ7beP1sdg9HC3g7G5oeJggSkygdblgsstFUABuNpLN3PW/AK0K5oIOiBMlXq3wcOuwnN0agPMhtRFC3ESJVxvgZMPvRK3hasAoZKCK6NURHghxs+pcLYALnCwilqt5dAXYl0f02kd8nhA3UeJ8Aw5wsWcGBErh6CJBgCqb0zetaiN0FkLc+QYcbMel6XBqA0cXCQJI1Q8If+1TmyY+T4g7X6Bse0ZAeJ3TGhOa8/JJ2UZ0FuV0pouP19wBh6PQijisz2vviMkjYu0e8nlE1Op9VM10CKLEa+aY1SOiUO8PqkXU3INu4qmEJDON6rGqbAnXycObGp1RRt2ao1X8Z/egG88OtF8Q0iM+Tzje2Ycm/amBEz0Il6zL2U8NHF4ZX1XI2vyxRzKlKiZvP7f5D2KIJuGDhhPHAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100%
}

.xj-img-zzk .img-div .img-container li .img-label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .16rem
}

.xj-img-zzk .img-div .img-container li .img-label span {
  position: absolute;
  right: .107rem;
  bottom: .107rem;
  width: .64rem;
  height: .64rem;
  color: #26b887
}

.xj-img-zzk .tips {
  color: #999;
  margin-bottom: .133rem
}

.xj-img-zzk .status-img.status-fail {
  margin: .32rem auto .48rem
}

.xj-img-zzk.zzk-res {
  text-align: center;
  min-height: 9.493rem;
  font-size: .347rem;
  line-height: .533rem
}

.xj-img-zzk.zzk-res h5 {
  line-height: .667rem;
  font-size: .48rem;
  margin-bottom: .16rem
}

.xj-img-zzk.zzk-res .des {
  color: #999
}

.xj-img-zzk.zzk-res .time-tips {
  margin-bottom: .107rem;
  color: #999
}

.xj-img-zzk.zzk-res .zzk-img {
  display: block;
  margin: .533rem auto .773rem
}

.xj-img-zzk.zzk-res .my-btn {
  width: 3.733rem;
  margin: .8rem auto
}

.xj-img-zzk.zzk-res.status-kong .status-img {
  width: 3.627rem;
  height: 3.627rem
}

.xj-img-zzk.zzk-res.status-kong .my-btn {
  margin-top: 1.333rem
}

.xj-img-zzk.zzk-res.zpjd-zppj {
  min-height: 6.933rem
}

.xj-img-zzk.zzk-res.zpjd-zppj .zppj-success {
  width: 3.6rem;
  height: 3.6rem;
  margin: .267rem auto;
  background: url(../images/zppj_success.png) no-repeat 50%;
  background-size: 100% 100%
}

.xj-img-jd .left-img {
  width: 2.4rem;
  height: 3.2rem;
  margin-right: .427rem;
  border-radius: .16rem;
  border: 1px solid #f5f5f5
}

.xj-img-jd h4 {
  font-size: .427rem;
  margin-top: 1.333rem;
  text-align: center
}

.xj-img-jd p {
  font-size: .32rem;
  line-height: 2
}

.xj-img-jd .jd-opt-div {
  min-height: 2.667rem;
  margin-top: .533rem
}

.xj-img-jd .jd-opt-div p {
  font-size: .32rem;
  color: #999;
  line-height: .453rem
}

.xj-img-jd .jd-opt {
  padding: .48rem 0;
  line-height: .64rem;
  font-size: .4rem;
  text-align: center
}

.xj-img-jd .jd-opt .van-radio {
  display: inline-block;
  margin: 0 .213rem
}

.xj-img-jd .jd-opt .select-border {
  width: 3.253rem;
  height: 1.013rem;
  line-height: 1.013rem;
  font-size: .4rem;
  border: 1px solid #d6d6d6;
  border-radius: 1.067rem;
  text-align: center
}

.xj-img-jd .jd-opt .select-border i.iconfont {
  position: relative;
  top: -.24rem;
  font-size: .64rem;
  color: #bdbdbd
}

.xj-img-jd .jd-opt .select-border .van-radio__label {
  margin-left: 0;
  color: #999;
  vertical-align: 0
}

.xj-img-jd .jd-opt .selected-border {
  border-color: #26b887
}

.xj-img-jd .jd-opt .selected-border .van-radio__label,
.xj-img-jd .jd-opt .selected-border i.iconfont {
  color: #26b887
}

.xj-img-jd .jd-opt-err {
  margin: .427rem 0 1px
}

.xj-img-jd .jd-opt-err label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: .32rem;
  line-height: .907rem;
  background: #f4f4f4
}

.xj-img-jd .jd-opt-err input[name=jjPicErr] {
  position: absolute;
  left: -266.667rem
}

.xj-img-jd .jd-opt-err input[name=jjPicErr]:checked+label {
  background: #def2e7;
  color: #26b887
}

.zppj-div .img {
  width: 2.4rem;
  height: 3.2rem;
  border-radius: .267rem;
  border: .107rem solid #fff;
  position: absolute;
  top: -1.173rem;
  left: 50%;
  margin-left: -1.2rem;
  background: #fff
}

.zppj-div ul {
  margin-top: 2.133rem;
  border-top: 1px solid #f1f1f1
}

.zppj-div ul li {
  font-size: .4rem;
  padding: .267rem 0;
  border-bottom: 1px solid #f1f1f1
}

.zppj-div ul li .van-rate {
  float: right;
  line-height: 1
}

.zppj-div ul .pzTime {
  margin-top: .267rem
}

.zppj-div ul .pzTime label {
  display: inline-block;
  padding: 0 .453rem;
  font-size: .32rem;
  margin-bottom: .16rem;
  line-height: .907rem;
  background: #f4f4f4
}

.zppj-div ul .pzTime input[name=jjPicTime] {
  position: absolute;
  left: -266.667rem
}

.zppj-div ul .pzTime input[name=jjPicTime]:checked+label {
  background: #def2e7;
  color: #26b887
}

.jd-res-div {
  position: relative;
  margin: .267rem 0 .533rem;
  padding: .267rem .533rem;
  font-size: .373rem;
  line-height: .8rem;
  border-radius: 1.333rem;
  border: 1px solid hsla(0, 0%, 59%, .1);
  box-shadow: 1px .08rem .187rem rgba(0, 0, 0, .1)
}

.jd-res-div .jd-status-ico {
  display: inline-block;
  font-size: .693rem;
  margin-right: .267rem;
  vertical-align: middle
}

.jd-res-div .pjzp-btn {
  color: #fff;
  background: #26b887;
  padding: .133rem .267rem;
  margin-left: .267rem;
  border-radius: .16rem;
  cursor: pointer
}

.jd-res-div .arrow-right {
  color: #999
}

.jd-res-div .arrow-right .iconfont {
  vertical-align: -1px
}

.jd-res-div .sanjiao {
  position: absolute;
  z-index: 10;
  *zoom: 1;
  left: 2.267rem;
  bottom: 0
}

.jd-res-div .sanjiao em,
.jd-res-div .sanjiao span {
  position: absolute;
  width: 0;
  height: 0;
  border-color: hsla(0, 0%, 100%, 0);
  border-color: transparent;
  border-style: solid;
  overflow: hidden;
  top: 0;
  left: 0
}

.jd-res-div .sanjiao em {
  border-width: .16rem .16rem 0;
  border-top-color: hsla(0, 0%, 59%, .2);
  top: 1px;
  left: 0
}

.jd-res-div .sanjiao span {
  border-width: .16rem .16rem 0;
  border-top-color: #fff
}

.picPj-popup {
  overflow-y: visible
}

.jy-vote {
  padding-bottom: .533rem
}

.jy-vote h3 {
  font-size: .533rem;
  line-height: .747rem;
  font-weight: 400;
  margin: .8rem 0 .32rem;
  text-align: center
}

.jy-vote .des {
  font-size: .373rem;
  line-height: .56rem;
  text-indent: 2em;
  color: #666
}

.jy-vote .title {
  margin: .8rem 0 .107rem;
  font-size: .427rem;
  line-height: .64rem;
  font-weight: 700
}

.jy-vote .title .grey-tips {
  color: #999
}

.jy-vote .title.tj-title {
  line-height: .907rem
}

.jy-vote .line-input {
  border: 0;
  border-bottom: 1px solid #333;
  width: 1.067rem;
  height: .533rem;
  line-height: .533rem;
  text-align: center
}

.jy-vote .line-input60 {
  width: 1.6rem
}

.jy-vote .van-radio__input {
  font-size: .587rem
}

.jy-vote .van-radio__label {
  line-height: .587rem
}

.jy-vote .select-border {
  margin-top: .213rem;
  padding: .293rem .427rem .267rem;
  font-size: .4rem;
  line-height: .56rem;
  border: 1px solid #dde5ed;
  border-radius: .16rem;
  display: -ms-flexbox;
  display: flex
}

.jy-vote .select-border .van-icon {
  width: auto
}

.jy-vote .select-border .van-checkbox__label,
.jy-vote .select-border .van-radio__label {
  -ms-flex: 1;
  flex: 1;
  height: auto;
  line-height: 1.4
}

.jy-vote .select-border .van-field__control:disabled {
  color: #333
}

.jy-vote .select-border.checkbox-label .van-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1
}

.jy-vote .select-border.checkbox-label .van-icon {
  width: 20px
}

.jy-vote .sur-textarea {
  margin-top: .213rem;
  width: 100%;
  height: 1.6rem;
  padding: .133rem .267rem;
  font-size: .4rem;
  line-height: .56rem;
  border: 1px solid #dde5ed;
  box-sizing: border-box;
  border-radius: .16rem;
  -webkit-appearance: none
}

.jy-vote .gznx-select {
  display: -ms-flexbox;
  display: flex
}

.jy-vote .gznx-select .select-border {
  -ms-flex: 1;
  flex: 1
}

.jy-vote .gznx-select .text {
  line-height: 1.227rem;
  margin: .213rem .213rem 0;
  font-size: .4rem
}

.jy-vote .selected-border {
  background: #f2fcf9;
  border-radius: .16rem;
  border: 1px solid #26b887
}

.jy-vote .select-border:not(:last-child):after {
  border-bottom: none
}

.jy-vote .tips {
  margin-top: .267rem;
  font-size: .32rem;
  color: #999;
  line-height: .453rem
}

.jy-vote .single-item {
  background: #f5f5f5;
  padding-top: .533rem;
  overflow-x: hidden
}

.jy-vote .single-item .single-side {
  position: relative;
  min-height: 1px;
  margin-top: .533rem
}

.jy-vote .single-item .single-side div {
  position: absolute;
  width: 1.333rem;
  min-height: 10.72rem
}

.jy-vote .single-item .single-side .single-left {
  left: -1.067rem;
  background: #fff;
  box-shadow: 0 .053rem .213rem 0 rgba(0, 0, 0, .1);
  border-radius: 0 .16rem .16rem 0
}

.jy-vote .single-item .single-side .single-right {
  right: -1.067rem;
  background: #fff;
  box-shadow: 0 .053rem .213rem 0 rgba(0, 0, 0, .1);
  border-radius: .16rem 0 0 .16rem
}

.jy-vote .single-item .single-center {
  width: 7.333rem;
  min-height: 8.427rem;
  margin: 0 auto;
  padding: .64rem .64rem 2.667rem;
  background: #fff;
  box-shadow: 0 .053rem .213rem 0 rgba(0, 0, 0, .08);
  border-radius: .16rem
}

.jy-vote .single-item .single-center .tit {
  line-height: .56rem;
  font-size: .4rem;
  font-weight: 500
}

.jy-vote .single-item .btn-part {
  position: fixed;
  width: 7.333rem;
  bottom: .64rem;
  text-align: center
}

.jy-vote .single-item .btn-part .my-btn {
  width: 3.36rem
}

.jy-vote .single-item .go-head {
  float: left;
  width: .853rem;
  height: .4rem;
  background: url(../images/go-head.png) no-repeat 50%;
  background-size: 100%;
  margin-top: .4rem
}

.jy-vote .single-item .itemNum {
  color: #999;
  height: .667rem;
  line-height: .667rem;
  font-size: .373rem;
  text-align: center;
  margin: .64rem 0
}

.jy-vote .single-item .itemNum span {
  font-size: .48rem;
  color: #333
}

.jy-vote .van-checkbox__label {
  margin-left: 10px;
  max-width: 90%;
  height: auto
}

.jy-vote .star-div {
  height: .8rem;
  padding: .267rem .213rem
}

.jy-vote .star-div .van-rate {
  float: left
}

.jy-vote .star-div .van-rate .van-icon {
  padding: 0 .16rem
}

.jy-vote .star-div .van-rate .van-icon:first-child {
  padding-left: 0
}

.jy-vote .star-div .van-rate .van-icon:last-child {
  padding-right: 0
}

.jy-vote.jycy-vote .jycy-item p {
  font-size: .4rem;
  margin-top: .267rem;
  font-weight: 700
}

.jy-vote.jycy-vote .jycy-item span {
  display: inline-block;
  padding: .133rem .267rem;
  border-radius: 1.333rem;
  border: 1px solid #dde5ed;
  margin: .267rem .4rem 0 0;
  font-size: .347rem;
  min-width: 1.867rem;
  text-align: center
}

.jy-vote.jycy-vote .jycy-item input {
  position: absolute;
  left: -266.667rem
}

.jy-vote.jycy-vote .jycy-item input:checked+span {
  background: #f2fcf9;
  color: #26b887;
  border: 1px solid #26b887
}

.jy-vote.jycy-vote .jycy-normal-item .van-radio .van-icon-checked:before {
  content: "\E68C";
  color: #26b887
}

.jy-vote.jycy-vote .jycy-normal-item .van-checkbox,
.jy-vote.jycy-vote .jycy-normal-item .van-radio {
  padding: .213rem 0;
  overflow: visible
}

.jy-vote.jycy-vote .jycy-normal-item .van-checkbox__label,
.jy-vote.jycy-vote .jycy-normal-item .van-radio__label {
  max-width: 85%;
  height: auto;
  font-size: .347rem
}

.jy-vote.jy-syl .title {
  margin-top: .533rem
}

.jy-vote.jy-syl .title span {
  font-size: 12px
}

.jy-vote.jy-syl p.sub_title {
  font-size: .373rem;
  margin-top: .267rem;
  font-weight: 700;
  padding-left: .267rem
}

.jy-vote.jy-syl p.sub_title.pad0 {
  padding-left: 0
}

.jy-vote.jy-syl .tag-num-wrap {
  padding: .267rem
}

.jy-vote.jy-syl .tag-num-wrap input {
  position: absolute;
  left: -266.667rem
}

.jy-vote.jy-syl .tag-num-wrap input+span {
  display: inline-block;
  color: #26b887;
  border: 1px solid #26b887;
  border-radius: .213rem
}

.jy-vote.jy-syl .tag-num-wrap input:checked+span {
  color: #fff;
  background: #26b887
}

.jy-vote.jy-syl span.van-tag-num {
  font-size: .48rem;
  padding: 0;
  width: .907rem;
  height: .907rem;
  line-height: .907rem;
  overflow: hidden;
  text-align: center
}

.jy-vote.jy-syl .van-radio-group {
  padding: .267rem 0
}

.jy-vote.jy-syl .van-radio {
  padding: .213rem 0;
  overflow: visible
}

.jy-vote.jy-syl .van-radio .van-icon {
  vertical-align: top
}

.jy-vote.jy-syl .van-radio .van-icon-checked:before {
  content: "\E68C";
  color: #26b887
}

.jy-vote.jy-syl .van-radio .van-radio__label {
  font-size: .373rem
}

.jy-vote.jy-syl .van-checkbox {
  font-size: .373rem;
  padding: .213rem 0;
  overflow: visible
}

.jy-vote.jy-syl .van-checkbox .van-icon {
  border-color: #969799
}

.jy-vote.jy-syl .van-checkbox .van-checkbox__icon--checked .van-icon {
  border-color: #26b887
}

.jy-vote .multiLineTk {
  line-height: 2.2
}

.jy-vote .tk {
  width: 1.6rem;
  line-height: 1;
  border: none;
  padding-left: 0;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #333
}

.jy-vote .dhxl {
  margin: .267rem 0
}

.jy-vote .dhxl .select-border {
  margin-top: 0
}

.jy-vote .table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse
}

.jy-vote .table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: .267rem 0;
  font-size: .373rem
}

.jy-vote .table td.tdWid30 {
  width: .8rem
}

.jy-vote .table td.tdWid100 {
  width: 2.667rem
}

.jy-vote .table td.tdWid200 {
  width: 5.333rem
}

.jy-vote .table .tk {
  width: 4.267rem;
  line-height: .907rem
}

.jy-vote .table .van-icon-clear {
  color: #808695;
  margin-left: .267rem
}

.jy-vote .table .min-select {
  width: 2.4rem;
  font-size: .373rem;
  padding: .133rem .053rem
}

.jy-vote.gxbys-vote .van-radio {
  display: -ms-flexbox;
  display: flex
}

.jy-vote.gxbys-vote .van-radio__label {
  -ms-flex: 1;
  flex: 1
}

.search-res {
  height: 10.4rem;
  background: #f9f9f9;
  overflow-y: scroll
}

.search-res .van-loading {
  margin: .267rem auto
}

.search-list li {
  padding: .267rem .427rem;
  font-size: .373rem;
  line-height: 1.5;
  border-bottom: 1px solid #ccc
}

.searchTop {
  background-color: #f2f2f2
}

.searchTop .van-search {
  padding: .213rem .213rem .213rem 0
}

.searchTop .left {
  font-size: .48rem;
  text-align: center;
  color: #999
}

.searchTop .van-icon-cross {
  margin-top: .187rem
}

.searchTop .van-icon-search {
  margin-top: 4px
}

.searchTop input {
  font-size: .4rem;
  line-height: 2
}

.searchTop .van-search__action {
  font-size: 17px
}

.marginT20 {
  margin-top: .533rem
}

.zw-select {
  outline: none;
  transform: translate(0);
  width: 100%;
  height: 75vh;
  overflow: hidden
}

.zw-select,
.zw-select * {
  box-sizing: border-box
}

.zw-select .zw-select-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1
}

.zw-select .zw-select-nav {
  width: 100%;
  padding-left: .267rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex
}

.zw-select .zw-select-nav:after {
  height: 1px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background-image: linear-gradient(0deg, #ececec 50%, transparent 0)
}

.zw-select .zw-select-nav>a {
  font-size: .347rem;
  color: #222;
  display: block;
  height: 1.067rem;
  line-height: 1.227rem;
  padding: 0 .213rem;
  position: relative;
  margin-right: .4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40%
}

.zw-select .zw-select-nav .zw-select-nav-active {
  color: #26b887 !important
}

.zw-select .zw-select-nav .zw-select-nav-active:after {
  content: "";
  width: 100%;
  height: .053rem;
  background-color: #26b887;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 2
}

.zw-select .zw-select-content {
  height: 100%;
  padding-top: 2.267rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex
}

.zw-select .zw-select-prev {
  transform: translate(0)
}

.zw-select .zw-select-next {
  transform: translate(-50%)
}

.zw-select .zw-select-move-animate {
  transition: transform .3s
}

.zw-select .zw-select-item {
  display: block;
  height: inherit;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff
}

.zw-select .zw-select-item:nth-child(2n) {
  background-color: #f5f5f5
}

.zw-select .zw-select-item-box {
  width: 100%;
  height: inherit;
  display: block;
  padding: 0 .533rem
}

.zw-select .zw-select-item-box>a {
  color: #333;
  font-size: .347rem;
  height: 1.067rem;
  line-height: 1.067rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1
}

.zw-select .zw-select-item-box>a.zw-select-item-active {
  color: #26b887 !important
}

.zw-select .zw-select-item-box>a.zw-select-item-active:after {
  display: block;
  content: "\E664";
  font-family: iconfont
}

.zw-select .zw-select-item-box>a span {
  -ms-flex: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  line-height: .427rem;
  max-height: .859rem;
  font-size: .347rem
}

.hidden {
  display: none !important
}

.col2-list .van-picker-column {
  text-align: left;
  padding-left: .267rem
}

.placeholder {
  color: #b3b3b3
}

.error-tip {
  color: #f75151
}

.status-kong {
  text-align: center;
  font-size: .373rem
}

.status-kong .status-success {
  background: url("https://t4.chei.com.cn/archive/images/common/success.png") no-repeat 50%
}

.status-kong .status-fail {
  background: url("https://t4.chei.com.cn/archive/images/xj/no-info.png") no-repeat 50%
}

.status-kong .status-img {
  width: 3.733rem;
  height: 3.733rem;
  margin: 2.133rem auto .8rem;
  background-size: 100% 100%
}

.status-kong h5 {
  font-size: .48rem;
  line-height: .693rem
}

.status-kong .des {
  font-size: .347rem;
  margin-top: .16rem
}

.status-fail {
  text-align: center;
  font-size: .373rem
}

.status-fail .status-img {
  width: 3.733rem;
  height: 3.733rem;
  margin: 2.133rem auto .8rem;
  background: url("https://t4.chei.com.cn/archive/images/common/success.png") no-repeat 50%;
  background-size: 100% 100%
}

.grey-line {
  height: .267rem;
  background: #efefef
}

.byqx-index {
  word-break: break-all
}

.byqx-index .tips {
  margin: .267rem 0;
  padding: .213rem .427rem;
  font-size: .32rem;
  line-height: .453rem;
  color: #de6a1c;
  background: #fdf9d7
}

.byqx-index .van-cell {
  padding: .373rem .427rem;
  font-size: .4rem;
  line-height: .56rem
}

.byqx-index .van-cell__title {
  -ms-flex: none;
  flex: none;
  width: 2.4rem;
  margin-right: .533rem;
  color: #666
}

.byqx-index .first-cell {
  width: 3.2rem;
  line-height: .8rem
}

.byqx-index .van-cell__value {
  text-align: left
}

.byqx-index .byqxSel label {
  display: inline-block;
  width: 1.653rem;
  height: .747rem;
  text-align: center;
  font-size: .373rem;
  line-height: .747rem;
  border-radius: .373rem;
  border: 1px solid #e3e3e3;
  margin-right: .107rem
}

.byqx-index .byqxSel input[name=jdByqx] {
  position: absolute;
  left: -266.667rem
}

.byqx-index .byqxSel input[name=jdByqx]:checked+label {
  background: #f2fcf9;
  color: #26b887;
  border: 1px solid #26b887
}

.byqx-index .van-cell:not(:last-child):after {
  left: 0;
  border-bottom: 1px solid #eee
}

.byqx-index .border-top {
  border-top: 1px solid #eee
}

.byqx-index .placeholder,
.byqx-index input::-webkit-input-placeholder,
.byqx-index textarea::-webkit-input-placeholder {
  color: #ccc
}

.byqx-index .check-res {
  padding-bottom: .267rem;
  line-height: .587rem;
  font-size: .32rem
}

.byqx-index .check-res .summarize {
  padding: .48rem .427rem;
  margin-bottom: .533rem;
  border-bottom: 1px solid #eee;
  line-height: .64rem
}

.byqx-index .check-res .summarize .iconfont {
  font-size: .64rem;
  margin-right: .107rem;
  vertical-align: bottom
}

.byqx-index .check-res .summarize .error {
  color: red
}

.byqx-index .check-res .summarize .success {
  color: #26b887
}

.byqx-index .check-res .summarize .right-text {
  font-size: .427rem
}

.byqx-index .check-res .van-row {
  padding: .267rem .427rem
}

.byqx-index .check-res .left-text {
  color: #999
}

.my-index .header {
  height: 1.6rem
}

.my-index .header .logo {
  margin: .453rem .533rem;
  width: 3.627rem;
  height: .693rem;
  background: url(../images/logo-white.png) no-repeat;
  background-size: 100% 100%
}

.my-index .header .iconfont {
  position: absolute;
  font-size: .48rem;
  top: .48rem;
  right: .533rem;
  color: #999
}

.my-index .header ul.index-right {
  position: absolute;
  top: 1.307rem;
  right: .24rem;
  background: #fff;
  box-shadow: 0 .053rem .107rem 0 hsla(0, 0%, 63%, .28);
  border-radius: .107rem;
  z-index: 100
}

.my-index .header ul.index-right li {
  padding: .293rem .533rem;
  line-height: .533rem;
  border-bottom: 1px solid #f1f1f1
}

.my-index .header ul.index-right li a {
  color: #333;
  font-size: .373rem
}

.my-index .part {
  overflow: hidden
}

.my-index .btn-part {
  padding: 0 .533rem
}

.my-index .btn-part button {
  font-weight: 500
}

.my-index .btn-part .van-button--plain {
  background: #d9eaf8;
  color: #26b887
}

.my-index .part1 {
  background: #d9eaf8
}

.my-index .part1 .text {
  margin: 1.493rem auto .827rem;
  width: 7.253rem;
  height: .613rem;
  background: url(../images/part1-text.png) no-repeat;
  background-size: 100% 100%
}

.my-index .part1 .img {
  height: 6.8rem;
  background: url(../images/part1.png) no-repeat;
  background-size: 100% 100%
}

.my-index .part-grey {
  background: #f6f6f6
}

.my-index h2 {
  margin: .907rem .8rem 0;
  font-size: .533rem;
  color: #26b887;
  line-height: .8rem;
  text-align: center
}

.my-index .part2-img {
  margin: .8rem auto .96rem;
  width: 6.667rem;
  height: 5.707rem;
  background: url(../images/t11.png) no-repeat
}

.my-index .part3-img {
  margin: .96rem auto 1.6rem;
  width: 4rem;
  height: 4.907rem;
  background: url(../images/t22.png) no-repeat
}

.my-index .part4-img {
  margin: 1.067rem auto;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../images/t33.png) no-repeat
}

.my-index .part5-img {
  margin: 1.36rem auto 1.547rem;
  width: 5.333rem;
  height: 4.827rem;
  background: url(../images/t44.png) no-repeat
}

.my-index .part6-img {
  margin: 1.36rem auto;
  width: 8rem;
  height: 4.987rem;
  background: url(../images/t55.png) no-repeat
}

.my-index .part7-img {
  margin: 1.333rem auto;
  width: 5.333rem;
  height: 5.067rem;
  background: url(../images/t66.png) no-repeat
}

.my-index .part8-img {
  margin: 1.2rem auto 1.413rem;
  width: 6.133rem;
  height: 5.12rem;
  background: url(../images/t77.png) no-repeat
}

.my-index .part-img {
  background-size: 100%
}

.my-index .part-last {
  height: 5.867rem
}

.my-index .part-last h3 {
  margin: 1.493rem 0 .8rem;
  font-size: .64rem;
  line-height: .907rem;
  text-align: center
}

.my-index .part-text {
  margin: 0 .8rem .96rem;
  font-size: .373rem;
  line-height: .533rem;
  color: gray
}

.my-index .ul-tit {
  color: gray;
  padding: 0 .48rem .107rem .747rem
}

.my-index ul.text-list {
  padding: 0 .48rem .96rem 1.12rem;
  color: gray
}

.my-index ul.text-list li {
  position: relative;
  line-height: .667rem;
  font-size: .373rem
}

.my-index ul.text-list li p {
  margin: .133rem 0;
  line-height: .533rem
}

.my-index ul.text-list li:before {
  position: absolute;
  left: -.507rem;
  font-size: .48rem;
  font-family: iconfont;
  content: "\E6B0";
  color: #d44267
}

.my-index ul.text-list .blue:before {
  color: #37b4d4
}

.my-index ul.text-list .blue2:before {
  color: #638bc4
}

.my-index ul.text-list .yellow:before {
  color: #ffc731
}

.my-index ul.text-list .orange:before {
  color: #f69a71
}

.my-index ul.text-list .green:before {
  color: #a5c26e
}

.footer {
  height: 1.6rem;
  padding-top: .533rem;
  text-align: center;
  font-size: .32rem;
  color: #999;
  line-height: .453rem
}

.footer a {
  color: #333
}

.footer p {
  margin-top: .16rem
}

.personal-page {
  text-align: center;
  padding-top: 3.467rem
}

.personal-page .logo {
  margin: 0 auto;
  width: 2.773rem;
  height: 2.027rem;
  background: url(../images/my-logo.png) no-repeat 50%;
  background-size: 100%
}

.personal-page .my-btn {
  margin: 1.333rem auto 0;
  width: 4.107rem
}

.verify-list {
  margin: .533rem auto
}

.verify-list li {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0 .64rem .533rem;
  border: 1px solid #d6d6d6;
  margin-bottom: .8rem;
  text-align: center
}

.verify-list li:last-child {
  margin-right: 0
}

.verify-list li .type-title {
  width: 1.76rem;
  height: .64rem;
  line-height: .64rem;
  font-weight: 700;
  color: #fff;
  border-bottom-left-radius: .213rem;
  border-bottom-right-radius: .213rem;
  margin: -1px auto 0;
  background: #629bff
}

.verify-list li .type-txt {
  font-size: .48rem;
  font-weight: 700;
  line-height: 1.5;
  margin: .427rem 0 .693rem
}

.verify-list li .verify-btn-wap {
  font-size: .48rem;
  display: block;
  color: #5b97ff
}

.verify-list li .yxmc {
  background: #eee;
  border-color: #eee
}

.check-page {
  padding: .427rem .693rem
}

.check-page .font12 {
  font-size: .32rem;
  line-height: 1.8
}

.check-page h4 {
  text-align: center
}

.check-page h4,
.check-page p {
  font-size: .373rem;
  color: #666
}

.check-page .left-times {
  color: #f75151;
  font-size: .427rem;
  padding: 0 .133rem;
  font-weight: 700
}

.check-page .seachBox {
  position: relative
}

.check-page .seachBox .fkdh {
  height: .907rem;
  line-height: .907rem;
  text-align: right
}

.check-page .seachBox ul {
  position: absolute;
  background: #fff;
  top: 1.28rem;
  max-height: 4.933rem;
  overflow-y: scroll;
  border: 1px solid #c5c2c2;
  border-top: none;
  box-shadow: 0 .053rem .107rem rgba(0, 0, 0, .1);
  width: 100%;
  box-sizing: border-box
}

.check-page .seachBox ul li {
  padding: .213rem 0 .213rem .133rem;
  line-height: .533rem;
  border: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  font-size: .4rem
}

.check-page .seachBox ul li:last-child {
  border-bottom: none
}

.check-page .yxmc {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  padding: .373rem .267rem;
  line-height: .533rem
}

.check-page .verify-btn,
.check-page .yxmc {
  width: 100%;
  box-sizing: border-box;
  height: 1.28rem;
  font-size: .427rem
}

.check-page .verify-btn {
  border: 1px solid #26b887;
  line-height: 1.28rem;
  border-radius: 0;
  margin-top: .267rem
}

.check-page .verify-btn.disabled {
  background: #999;
  border: 1px solid #999
}

.check-page .error-tip {
  margin: .213rem 0;
  font-size: .373rem;
  line-height: .533rem
}

.check-page .content {
  height: 90vh
}

.check-page.no-form {
  text-align: center
}

.check-page.no-form .error-icon {
  margin: 2.613rem auto .427rem;
  width: 2.133rem;
  height: 2.133rem;
  background: url(../images/error.png) no-repeat 50%;
  background-size: 100%
}

.check-page.no-form h4 {
  margin: 0 auto .267rem;
  width: 6.827rem;
  font-size: .427rem;
  line-height: .64rem
}

.check-page.no-form p {
  line-height: .533rem;
  margin: 0 auto 1.333rem
}

.check-page .auto-complete-loading {
  padding: .267rem;
  text-align: center
}

.check-page .auto-complete-loading .van-loading {
  margin: .133rem auto
}

.verify .cs-tip {
  text-align: center;
  font-size: .427rem;
  padding: .267rem 0
}

.verify .showdowBg {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7)
}

.verify .van-swipe-item img {
  width: 100%
}

.verify .imgScan {
  z-index: 1001
}

.verify .smrz {
  background: #fff;
  padding: .4rem;
  color: #686868;
  position: relative;
  border-bottom: 1px solid #e5e5e5
}

.verify .smrz .smrz-tip {
  font-weight: 400;
  font-size: .347rem;
  margin: .107rem 0
}

.verify .smrz .up-text {
  font-size: .373rem;
  line-height: .96rem;
  font-weight: 700
}

.verify .smrz .scan-yl {
  text-align: right;
  line-height: .96rem
}

.verify .smrz .pic-item {
  width: 100%;
  height: 4rem;
  border: 1px solid #e6e6e6;
  margin-bottom: .373rem;
  position: relative;
  overflow: hidden
}

.verify .smrz .pic-item .up-bg {
  margin: 0 auto;
  width: 3.093rem;
  height: 4rem;
  text-align: center;
  padding-top: 2.613rem;
  color: #999;
  background: url(../images/shouchi1.png) no-repeat;
  background-size: 100%
}

.verify .smrz .pic-item .backImg {
  background-image: url(../images/shouchi2.png)
}

.verify .smrz .rz-btn {
  margin: .587rem 0 .693rem
}

.verify .smrz .file_input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  filter: alpha(opacity=0);
  opacity: 0
}

.verify .smrz .pic-item-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  background-color: #fff
}

.verify .smrz .pic-item-con img {
  width: 100%;
  height: 100%
}

.verify .smrz .pic_tip {
  margin-top: .48rem;
  line-height: 1.8;
  font-size: .293rem
}

.verify .smrz .verify-list {
  background-color: #fff;
  margin-top: .267rem;
  position: relative;
  overflow: hidden
}

.verify .nopass-popup {
  border-radius: .16rem
}

.verify .no-pass-res {
  width: 5.733rem;
  padding: 3.573rem .533rem .64rem;
  background: #fff;
  background: url(../images/nopass.png) no-repeat center 1.28rem;
  background-size: 2.667rem;
  text-align: center
}

.verify .no-pass-res h4 {
  font-size: .427rem;
  line-height: .64rem
}

.verify .no-pass-res p {
  margin: .213rem 0 .8rem;
  font-size: .373rem;
  color: #999
}

.verify .unres-part {
  padding: .4rem;
  font-size: .373rem
}

.verify .unres-part .color-green {
  font-size: .293rem
}

.verify .no-pass-tip {
  position: relative;
  width: 8rem;
  padding: .533rem;
  background: #fff
}

.verify .no-pass-tip .van-icon {
  position: absolute;
  top: .267rem;
  right: .267rem;
  font-size: .533rem;
  color: #999
}

.verify .no-pass-tip h4 {
  font-size: .427rem;
  line-height: .64rem;
  margin-bottom: .533rem;
  text-align: center
}

.verify .no-pass-tip .total-text {
  text-indent: 2em;
  margin-bottom: .267rem
}

.verify .no-pass-tip p {
  color: #666
}

.xz-main-title {
  margin: 0;
  height: .8rem;
  line-height: .8rem;
  font-size: .453rem;
  text-align: left;
  font-weight: 400
}

.xz-content-line {
  height: 1px;
  background: #e6e6e6
}

.xz-content-foreword {
  font-size: .32rem
}

.xz-content-topic {
  position: relative;
  overflow: hidden;
  padding: .533rem;
  font-size: .373rem;
  border: 1px solid #dfdfdf;
  border-radius: .267rem;
  box-shadow: 0 0 .107rem #dfdfdf;
  background: #fff
}

.xz-content-topic .xz-content-topic_title {
  font-weight: 400;
  padding: .4rem 0;
  line-height: 1.5
}

.xz-content-topic .xz-content-topic_key {
  margin-bottom: .8rem
}

.xz-content-topic .xz-content-topic_key li {
  height: 1.013rem;
  line-height: .987rem;
  padding: 0 .4rem;
  border: 1px solid #dfdfdf;
  border-radius: 1.013rem;
  margin-bottom: .347rem
}

.xz-content-topic .xz-content-topic_key li:last-child {
  margin-bottom: 0
}

.xz-content-topic .xz-content-topic_key li.active {
  background: #26b887;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer
}

.xz-content-topic .xz-content-topic_index {
  position: absolute;
  top: -.533rem;
  left: -.533rem;
  height: 1.333rem;
  width: 1.333rem;
  border-radius: 50%;
  background: #3bd6a2;
  color: #fff
}

.xz-content-topic .xz-content-topic_index span {
  position: absolute
}

.xz-content-topic .xz-content-topic_index .curr {
  top: .533rem;
  right: .48rem;
  font-size: .267rem
}

.xz-content-topic .xz-content-topic_index .split {
  top: .56rem;
  right: .4rem;
  font-size: .347rem;
  transform: rotate(6deg)
}

.xz-content-topic .xz-content-topic_index .total {
  top: .8rem;
  right: .213rem;
  font-size: .213rem
}

.xz-content-chose {
  font-size: .293rem;
  text-align: center
}

.xz-content-chose .xz-content-chose_button {
  height: 1.04rem;
  padding: 0 .667rem;
  border: 1px solid #dfdfdf;
  margin-right: .587rem;
  line-height: 1.04rem;
  border-radius: 1.04rem;
  background: #f9f9f9;
  color: #666;
  outline: none
}

.xz-content-chose .xz-content-chose_button:last-child {
  margin-right: 0
}

.xz-content-chose .xz-content-chose_button.xz-content-chose_pdf {
  box-sizing: border-box;
  width: 3.467rem;
  color: #fff;
  background: #26b887;
  display: inline-block
}

.xz-content-chose .xz-content-chose_button.xz-content-chose_pdf:hover {
  text-decoration: none
}

.xz-content-chose .xz-content-chose_button.xz-content-chose_retest {
  width: 3.467rem;
  color: #fff;
  background: #9b9b9b
}

.xz-content-chose .xz-content-chose_button:hover {
  cursor: pointer
}

.xz-padding-30 {
  padding: .133rem .4rem;
  background: #fff
}

.auth-bg {
  background: #f6f6f6;
  min-height: 100vh;
  overflow: hidden
}

.auth-bg .white-header {
  border-bottom: 1px solid #e6e6e6
}

.auth-cxt {
  font-size: .373rem
}

.auth-cxt .tit {
  height: .987rem;
  line-height: .987rem;
  padding: 0 .427rem
}

.auth-cxt .no-data {
  margin-top: .267rem;
  height: 2.133rem;
  text-align: center;
  font-size: .427rem;
  border: 1px solid #e8e8e8;
  padding-top: 3.467rem;
  background: #fff url(../images/no-sqgl.png) no-repeat center .747rem;
  background-size: 25%
}

.auth-cxt .sq-tips {
  background: #fff;
  padding: .427rem;
  margin: .267rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8
}

.auth-cxt .sq-tips h4 {
  font-size: .4rem;
  font-weight: 700;
  line-height: .8rem
}

.auth-cxt .sq-tips h4.margint15 {
  margin-top: .267rem
}

.auth-cxt .sq-tips p {
  color: #999;
  line-height: .587rem
}

.auth-cxt .sq-tips h3 {
  text-align: center;
  margin-top: .533rem;
  padding: 1.333rem 0;
  font-size: .48rem;
  border-top: 1px dotted #ccc
}

.auth-cxt .no-list-data {
  height: 2.133rem;
  line-height: 2.133rem;
  font-size: .4rem;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e8e8e8
}

.auth-cxt [class*=van-hairline]:after {
  border: 0 solid #e8e8e8
}

.auth-cxt .van-hairline--top-bottom:after {
  border-width: .053rem 0
}

.auth-cxt .sq-list {
  display: block;
  padding: .32rem .427rem .373rem;
  background: #fff;
  border-bottom: 1px solid #e8e8e8
}

.auth-cxt .sq-list .van-col--20 {
  font-size: .4rem;
  color: #333
}

.auth-cxt .sq-list .timer {
  margin-top: .133rem;
  font-size: .32rem;
  color: #999
}

.auth-cxt .sq-st {
  display: inline-block;
  padding: .107rem;
  line-height: 1;
  font-size: .267rem;
  border-radius: .08rem;
  color: #666;
  background: #e8e8e8
}

.auth-cxt .sq-st.status-orange {
  color: #fff;
  background: #ff7011
}

.auth-cxt .sq-st.status-blue {
  color: #fff;
  background: #0189f9
}

.auth-cxt .sq-st.status-red {
  color: #fff;
  background: #ff5959
}

.auth-cxt .right {
  text-align: right
}

.auth-detail {
  background: #fff;
  margin-bottom: 1.44rem
}

.auth-detail .tit {
  padding: .64rem .427rem;
  font-size: .373rem;
  line-height: 1.5;
  height: auto;
  color: #333
}

.auth-detail .timer {
  color: #999;
  padding: .373rem .427rem;
  font-size: .32rem;
  line-height: .533rem;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3
}

.auth-detail .text {
  padding: .427rem;
  font-size: .373rem
}

.auth-detail .text p {
  margin-bottom: .267rem
}

.auth-detail .text .notice {
  margin-top: .533rem;
  color: #999
}

.auth-detail .text .notice a {
  margin: 0 .08rem
}

.auth-detail .text h5 {
  font-size: .4rem;
  font-weight: 700;
  padding: .373rem 0 .267rem
}

.auth-detail .text .xjxl-info {
  line-height: .64rem
}

.auth-detail .text .left-key {
  padding-right: .427rem;
  color: #999
}

.auth-detail .text .p1 {
  color: #999;
  margin: .133rem 0 .48rem
}

.auth-detail .text .p2 {
  font-size: .427rem;
  margin-bottom: .427rem
}

.auth-detail .text .p2 .iconfont {
  font-size: .533rem;
  vertical-align: middle
}

.auth-detail .btn-part {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: .213rem .267rem
}

.auth-detail .btn-part .van-button {
  width: 100%;
  height: 1.227rem;
  line-height: 1.227rem
}

.sq-goback {
  text-align: center;
  font-size: .533rem
}

.sq-goback .iconfont {
  font-size: .747rem;
  vertical-align: middle
}

.dctp-index li {
  font-size: .373rem;
  position: relative;
  margin-top: .427rem;
  border-radius: .16rem;
  padding: .48rem .64rem .64rem;
  color: #333;
  box-shadow: 0 0 .16rem 0 rgba(0, 0, 0, .08)
}

.dctp-index li .tp-status {
  position: absolute;
  top: 0;
  right: 0;
  width: .987rem;
  height: .987rem;
  background: url(../images/dctp2x.png) no-repeat 0 0;
  background-size: 200%
}

.dctp-index li .tp-status.no-finish {
  background-position: 100% 0
}

.dctp-index li h3 {
  font-size: .48rem;
  line-height: .667rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: .48rem
}

.dctp-index li p {
  line-height: .533rem;
  color: #666;
  margin-bottom: .213rem;
  text-indent: 2em
}

.dctp-index li .my-btn {
  margin-top: .427rem;
  color: #fff
}

.dctp-index li .my-btn:hover,
.dctp-index li .my-btn:link,
.dctp-index li .my-btn:visited {
  color: #fff
}

.yz-face .face-bg {
  width: 80%;
  margin: .533rem auto;
  text-align: center
}

.yz-face .face-bg img {
  max-width: 100%
}

.yz-face p {
  font-size: .373rem
}

.yz-face .xzbl-tip {
  margin-top: .267rem;
  color: #666
}

.yz-face .van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}

.yz-face h5 {
  font-size: .427rem;
  text-align: center
}

.yz-face h5 .iconfont {
  font-size: .587rem;
  margin-right: .133rem;
  vertical-align: middle
}

.txcjm-popup {
  width: 80vw
}

.ewm-diolog .ewm-img-wrap {
  text-align: center
}

.ewm-diolog .ewm-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .16rem
}

.ewm-diolog .my-btn {
  display: block;
  margin: 0 auto .533rem;
  width: 90%;
  color: #fff
}

.ewm-diolog .ewm-load-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 8rem
}

.ewm-diolog .ewm-save-tip {
  font-weight: 700;
  font-size: .427rem;
  color: #26b887;
  padding: 0 0 .267rem;
  text-align: center
}

.ewm-diolog .ewm-save-tip .iconfont {
  font-size: .533rem;
  font-weight: 400;
  vertical-align: -1px
}

.scan-txewm {
  display: inline-block;
  margin-right: .32rem;
  width: .667rem;
  height: .667rem;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAAFKElEQVRoBe1aX2hbVRg/5y4txdl2jaIgssGq4PKwCRPsi/RFmrSugz0IQ1jbmU1EmeDLHipoRX3Ykzj/ICbZ1rkp6IPQYW2rMGXCnJviBCfoFNyDc4jJTWtdk+bez99JemNyPTc5aXPSbrm3lHvO933nfN/vnC/f9917D2P+5a+AvwL+CvgrsHZXgHuZ1hdLkhevjM7ZJzP7ggNlNM2dvnhykhHrV1Ezsz9YhtFQGXQzyTQd4IDK7nHOv+fEvpDJEueXZHSdNM6NCU50WaaDOOsloq0ynqCpAQbYqf1dz3hN0mj6dHTD2146I7HUYQQfT8BN59I+YC9XuVnoTbfDSkHLvbt7jtP6a1nzJcYowhm/xc1vVB/R+Co3jPFKQcxtizdgVFCOsDv1AOz7jGhQ8Al/q3htItvu6UukWmaiXa/n7TGQJomKtrttKyu73ExZf/C92dsz87k/BQ/5OQu4czK5BtGCAAcnYz+ivA2p6PTeYY/Ri/O5u4oszk5iZR8v9hvcCMdSl7Hg3XCy/2yqYkPTBS0fcBWPuOHZNf+GVRH3xcztnNsv4vfVjSh/ro23jk5E1/+uOl6XnBaX7j8yF2Lc/pKIPYKgch8i6fACZc88+gHdqguI6rxaAFu29TR2tq3MCKLNs7PmrjLaKnT0uDTRHTIsxPidMroKbfB4cmM2y1+G14R4gJ6d3hs8ozLOLaNlhw3OP3MrQpVCAc4+/x9dgRBOpLZlMvw8Ssk9qO22k8WPKQyTimgB3BPtjKEKe9fRiLZlMHpuMrrhgkNTve84mr6XbDYDoKVeE1Qd75bT4tJjCM9QNBQ+NneIW7nulhb67tRQ8IpbebV+/4l/7s5eXxDeUgq22rCKfC2AHY3TI+0/oC3+a75EzZ6dX/gUAzfWPLjCAC0uXUGfEqv/BHVk5q2pfEpTGqEutOYAjxylNuu6OSGCkzoMdcmGAB4jMgZPUdUXBWOnKXA1Z34IsL3qEGqT1A54Z4LazybMbzN/mGY4njyEaqtVZiJSDj/7S2ocLxR2yPj1omkHnCHzTYDZhl1rQdFwMJ02z+VLTxeCcCL9BviPuch172oFHImndxeKhVK76X7LXvwGr2UOiF0VnHDMfIWR/VSplK62trQ0EE9typEl/0Ig6myiw5FEaiAcT31NZI/qAuieV8sOiyBlEROVVqdbYWkfLhzBLj9fStPd1gL4q4Q5iuDzkG7jlzN/3QEPHEk/aBN7YTnGNGJMXQGLB3zLsk8iImuLDStdlLoCxgP+a3Dl7pUapXN83QDvGp+9DW85RnQaW4+5a3Y9wtM9w4/UfX003PEXUsxbOCnwML4EFL5oSL7DIPMWB0Oo0F6Sy/OW2niGFjwEcYZ3gPm7DXmbOJ6OGSXd+lX7NQPmtrBBfk3v6zog56wdqifg/NGgJTvFmQrnC53RGliws7k8B9B78Lnj1VWDw/EWpLD6fzs2hBPmkyhkdjp995EqT8CYqHgOqvQAycdD7T9j0l/hZJshswUet8WZvOH3oqvxKUc3PDAEctF2h+7caw5a4rdlrDN2Y4IrziSreYc9p+GBB1Vt8N7hCjNM7e08/8QFuue3i2aIGdRRQVQra50RuDY53PFTLUqWBVgoeOcBvojbxVqUrQXZml16LRi9EhuaDrCSS6Mg6BUn3GQri0LkkpOyZHwdNJF6RDSWzS1sXUpVMrba0UPk260I9fLjfIUDJPIHfanKlRNFnvVMPcVUJdfTdC7ddIDl++5T/RXwV+BGWYF/AQ3ayXS5CXbOAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100%
}