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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif
}

a {
    text-decoration: none
}

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

[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus {
    outline: none
}

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

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

.van-multi-ellipsis--l2 {
    -webkit-line-clamp: 2
}

.van-multi-ellipsis--l2,.van-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l3 {
    -webkit-line-clamp: 3
}

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

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

.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom {
    position: relative
}

.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,.van-hairline-unset--top-bottom:after {
    border-width: 1px 0
}

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 0
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.van-fade-enter-active {
    animation: .3s van-fade-in both ease-out
}

.van-fade-leave-active {
    animation: .3s van-fade-out both ease-in
}

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

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

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

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

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

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

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

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

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

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

.van-info--dot {
    width: .213rem;
    min-width: 0;
    height: .213rem;
    background-color: #f44;
    border-radius: 100%
}

.van-sidebar-item {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: .533rem .32rem .533rem .24rem;
    overflow: hidden;
    color: #60656e;
    font-size: .373rem;
    line-height: 1.4;
    background-color: #f8f8f8;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-sidebar-item:active {
    background-color: #f2f3f5
}

.van-sidebar-item__text {
    position: relative;
    display: inline-block;
    word-break: break-all
}

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

.van-sidebar-item--select {
    color: #13161b;
    font-weight: 500
}

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

.van-sidebar-item--select:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: .107rem;
    height: .427rem;
    background-color: #f44;
    transform: translateY(-50%);
    content: ""
}

.van-sidebar-item--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-sidebar-item--disabled:active {
    background-color: #f8f8f8
}

.van-icon {
    position: relative;
    font: normal normal normal .373rem/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

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

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

.van-icon-eye:before {
    content: "\E6B0"
}

.van-icon-enlarge:before {
    content: "\E6B1"
}

.van-icon-expand-o:before {
    content: "\E6B2"
}

.van-icon-eye-o:before {
    content: "\E6B3"
}

.van-icon-expand:before {
    content: "\E6B4"
}

.van-icon-filter-o:before {
    content: "\E6B5"
}

.van-icon-fire:before {
    content: "\E6B6"
}

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

.van-icon-failure:before {
    content: "\E6B8"
}

.van-icon-fire-o:before {
    content: "\E6B9"
}

.van-icon-flag-o:before {
    content: "\E6BA"
}

.van-icon-font:before {
    content: "\E6BB"
}

.van-icon-font-o:before {
    content: "\E6BC"
}

.van-icon-gem-o:before {
    content: "\E6BD"
}

.van-icon-flower-o:before {
    content: "\E6BE"
}

.van-icon-gem:before {
    content: "\E6BF"
}

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

.van-icon-friends:before {
    content: "\E6C1"
}

.van-icon-friends-o:before {
    content: "\E6C2"
}

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

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

.van-icon-good-job-o:before {
    content: "\E6C5"
}

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

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

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

.van-icon-good-job:before {
    content: "\E6C9"
}

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

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

.van-icon-graphic:before {
    content: "\E6CC"
}

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

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

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

.van-icon-hotel-o:before {
    content: "\E6D0"
}

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

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

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

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

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

.van-icon-invitation:before {
    content: "\E6D6"
}

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

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

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

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

.van-icon-label:before {
    content: "\E6DB"
}

.van-icon-lock:before {
    content: "\E6DC"
}

.van-icon-label-o:before {
    content: "\E6DD"
}

.van-icon-map-marked:before {
    content: "\E6DE"
}

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

.van-icon-manager:before {
    content: "\E6E0"
}

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

.van-icon-live:before {
    content: "\E6E2"
}

.van-icon-manager-o:before {
    content: "\E6E3"
}

.van-icon-medal:before {
    content: "\E6E4"
}

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

.van-icon-music-o:before {
    content: "\E6E6"
}

.van-icon-music:before {
    content: "\E6E7"
}

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

.van-icon-medal-o:before {
    content: "\E6E9"
}

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

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

.van-icon-newspaper-o:before {
    content: "\E6EC"
}

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

.van-icon-minus:before {
    content: "\E6EE"
}

.van-icon-orders-o:before {
    content: "\E6EF"
}

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

.van-icon-paid:before {
    content: "\E6F1"
}

.van-icon-notes-o:before {
    content: "\E6F2"
}

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

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

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

.van-icon-pause-circle-o:before {
    content: "\E6F6"
}

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

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

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

.van-icon-plus:before {
    content: "\E6FA"
}

.van-icon-phone-circle-o:before {
    content: "\E6FB"
}

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

.van-icon-printer:before {
    content: "\E6FD"
}

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

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

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

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

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

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

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

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

.van-icon-play-circle-o:before {
    content: "\E706"
}

.van-icon-shrink:before {
    content: "\E707"
}

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

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

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

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

.van-icon-revoke:before {
    content: "\E70C"
}

.van-icon-replay:before {
    content: "\E70D"
}

.van-icon-service:before {
    content: "\E70E"
}

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

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

.van-icon-refund-o:before {
    content: "\E711"
}

.van-icon-service-o:before {
    content: "\E712"
}

.van-icon-scan:before {
    content: "\E713"
}

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

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

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

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

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

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

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

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

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

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

.van-icon-smile:before {
    content: "\E71E"
}

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

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

.van-icon-sort:before {
    content: "\E721"
}

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

.van-icon-smile-comment-o:before {
    content: "\E723"
}

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

.van-icon-stop-circle-o:before {
    content: "\E725"
}

.van-icon-smile-o:before {
    content: "\E726"
}

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

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

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

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

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

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

.van-icon-todo-list:before {
    content: "\E72D"
}

.van-icon-thumb-circle-o:before {
    content: "\E72E"
}

.van-icon-thumb-circle:before {
    content: "\E72F"
}

.van-icon-umbrella-circle:before {
    content: "\E730"
}

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

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

.van-icon-todo-list-o:before {
    content: "\E733"
}

.van-icon-tv-o:before {
    content: "\E734"
}

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

.van-icon-user-o:before {
    content: "\E736"
}

.van-icon-vip-card-o:before {
    content: "\E737"
}

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

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

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

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

.van-icon-volume-o:before {
    content: "\E73C"
}

.van-icon-video:before {
    content: "\E73D"
}

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

.van-icon-volume:before {
    content: "\E73F"
}

.van-icon-warning:before {
    content: "\E740"
}

.van-icon-weapp-nav:before {
    content: "\E741"
}

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

.van-icon-warning-o:before {
    content: "\E743"
}

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

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

.van-icon-youzan-shield:before {
    content: "\E746"
}

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

.van-icon-smile-comment:before {
    content: "\E748"
}

.van-icon-user-circle-o:before {
    content: "\E749"
}

.van-icon-video-o:before {
    content: "\E74A"
}

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

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

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

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

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

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

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

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

.van-icon-ascending:before {
    content: "\E664"
}

.van-icon-apps-o:before {
    content: "\E665"
}

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

.van-icon-award:before {
    content: "\E667"
}

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

.van-icon-award-o:before {
    content: "\E669"
}

.van-icon-audio:before {
    content: "\E66A"
}

.van-icon-bag-o:before {
    content: "\E66B"
}

.van-icon-balance-list:before {
    content: "\E66C"
}

.van-icon-back-top:before {
    content: "\E66D"
}

.van-icon-bag:before {
    content: "\E66E"
}

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

.van-icon-balance-o:before {
    content: "\E670"
}

.van-icon-bar-chart-o:before {
    content: "\E671"
}

.van-icon-bars:before {
    content: "\E672"
}

.van-icon-balance-list-o:before {
    content: "\E673"
}

.van-icon-birthday-cake-o:before {
    content: "\E674"
}

.van-icon-bookmark:before {
    content: "\E675"
}

.van-icon-bill:before {
    content: "\E676"
}

.van-icon-bell:before {
    content: "\E677"
}

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

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

.van-icon-bookmark-o:before {
    content: "\E67A"
}

.van-icon-bulb-o:before {
    content: "\E67B"
}

.van-icon-bullhorn-o:before {
    content: "\E67C"
}

.van-icon-bill-o:before {
    content: "\E67D"
}

.van-icon-calendar-o:before {
    content: "\E67E"
}

.van-icon-brush-o:before {
    content: "\E67F"
}

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

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

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

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

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

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

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

.van-icon-cashier-o:before {
    content: "\E687"
}

.van-icon-chart-trending-o:before {
    content: "\E688"
}

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

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

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

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

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

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

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

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

.van-icon-closed-eye:before {
    content: "\E691"
}

.van-icon-circle:before {
    content: "\E692"
}

.van-icon-cluster-o:before {
    content: "\E693"
}

.van-icon-column:before {
    content: "\E694"
}

.van-icon-comment-circle-o:before {
    content: "\E695"
}

.van-icon-cluster:before {
    content: "\E696"
}

.van-icon-comment:before {
    content: "\E697"
}

.van-icon-comment-o:before {
    content: "\E698"
}

.van-icon-comment-circle:before {
    content: "\E699"
}

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

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

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

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

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

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

.van-icon-descending:before {
    content: "\E6A0"
}

.van-icon-desktop-o:before {
    content: "\E6A1"
}

.van-icon-diamond-o:before {
    content: "\E6A2"
}

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

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

.van-icon-diamond:before {
    content: "\E6A5"
}

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

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

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

.van-icon-ellipsis:before {
    content: "\E6A9"
}

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

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

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

.van-icon-envelop-o:before {
    content: "\E6AE"
}

.van-icon-shield-o:before {
    content: "\E74B"
}

.van-icon-guide-o:before {
    content: "\E74C"
}

.van-icon-cash-o:before {
    content: "\E74D"
}

.van-icon-qq:before {
    content: "\E74E"
}

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

.van-icon-weibo:before {
    content: "\E750"
}

.van-icon-link-o:before {
    content: "\E751"
}

.van-icon-miniprogram-o:before {
    content: "\E752"
}

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2")
}

.van-icon__image {
    display: block;
    width: 1em;
    height: 1em;
    -o-object-fit: contain;
    object-fit: contain
}

.van-tabbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #60656e;
    font-size: .32rem;
    line-height: 1;
    cursor: pointer
}

.van-tabbar-item__icon {
    position: relative;
    margin-bottom: .133rem;
    font-size: .48rem
}

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

.van-tabbar-item__icon img {
    display: block;
    height: .533rem
}

.van-tabbar-item--active {
    color: #1887e0;
    background-color: #fff
}

.van-tabbar-item .van-info {
    margin-top: .107rem
}

.van-step {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    color: #8d949f;
    font-size: .373rem
}

.van-step__circle {
    display: block;
    width: .133rem;
    height: .133rem;
    background-color: #8d949f;
    border-radius: 50%
}

.van-step__line {
    position: absolute;
    background-color: #e8eaed;
    transition: background-color .3s
}

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

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

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

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

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

.van-step--horizontal .van-step__circle-container {
    position: absolute;
    top: .8rem;
    left: -.213rem;
    z-index: 1;
    padding: 0 .213rem;
    background-color: #fff;
    transform: translateY(-50%)
}

.van-step--horizontal .van-step__title {
    display: inline-block;
    margin-left: .08rem;
    font-size: .32rem;
    transform: translateX(-50%)
}

@media (max-width: 321px) {
    .van-step--horizontal .van-step__title {
        font-size:.293rem
    }
}

.van-step--horizontal .van-step__line {
    top: .8rem;
    left: 0;
    width: 100%;
    height: 1px
}

.van-step--horizontal .van-step__icon {
    display: block;
    font-size: .32rem
}

.van-step--horizontal .van-step--process {
    color: #13161b
}

.van-step--vertical {
    display: block;
    float: none;
    padding: .267rem .267rem .267rem 0;
    line-height: .48rem
}

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

.van-step--vertical .van-step__circle-container {
    position: absolute;
    top: .507rem;
    left: -.4rem;
    z-index: 1;
    font-size: .32rem;
    line-height: 1;
    transform: translate(-50%,-50%)
}

.van-step--vertical .van-step__line {
    top: .427rem;
    left: -.4rem;
    width: 1px;
    height: 100%
}

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

.van-step--finish {
    color: #13161b
}

.van-step--finish .van-step__circle,.van-step--finish .van-step__line {
    background-color: #07c160
}

.van-step__icon,.van-step__title {
    transition: color .3s
}

.van-step__icon--active,.van-step__icon--finish,.van-step__title--active,.van-step__title--finish {
    color: #07c160
}

.van-rate {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-rate__item {
    position: relative
}

.van-rate__item:not(:last-child) {
    padding-right: .107rem
}

.van-rate__icon {
    display: block;
    width: 1em;
    color: #c8c9cc;
    font-size: .533rem
}

.van-rate__icon--half {
    position: absolute;
    top: 0;
    left: 0;
    width: .5em;
    overflow: hidden
}

.van-rate__icon--full {
    color: #f44
}

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

.van-rate--disabled {
    cursor: not-allowed
}

.van-rate--readonly {
    cursor: default
}

.van-notice-bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 1.067rem;
    padding: 0 .4rem;
    color: #ed6a0c;
    font-size: .373rem;
    line-height: .64rem;
    background-color: #fffbe8
}

.van-notice-bar__left-icon,.van-notice-bar__right-icon {
    min-width: .587rem;
    font-size: .427rem
}

.van-notice-bar__right-icon {
    text-align: right;
    cursor: pointer
}

.van-notice-bar__wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden
}

.van-notice-bar__content {
    position: absolute;
    white-space: nowrap;
    transition-timing-function: linear
}

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

.van-notice-bar--wrapable {
    height: auto;
    padding: .213rem .4rem
}

.van-notice-bar--wrapable .van-notice-bar__wrap {
    height: auto
}

.van-notice-bar--wrapable .van-notice-bar__content {
    position: relative;
    white-space: normal;
    word-wrap: break-word
}

.van-nav-bar {
    position: relative;
    z-index: 1;
    line-height: .587rem;
    text-align: center;
    background-color: #1887e0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.van-nav-bar--safe-area-inset-top {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.van-nav-bar .van-icon {
    color: #fff
}

.van-nav-bar__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 1.173rem
}

.van-nav-bar__arrow {
    margin-right: .107rem;
    font-size: .427rem
}

.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: .427rem
}

.van-nav-bar__left,.van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .427rem;
    font-size: .373rem;
    cursor: pointer
}

.van-nav-bar__left:active,.van-nav-bar__right:active {
    opacity: .7
}

.van-nav-bar__left {
    left: 0
}

.van-nav-bar__right {
    right: 0
}

.van-nav-bar__text {
    color: #fff
}

.van-grid-item {
    position: relative;
    box-sizing: border-box
}

.van-grid-item--square {
    height: 0
}

.van-grid-item__icon {
    font-size: .747rem
}

.van-grid-item__icon-wrapper {
    position: relative
}

.van-grid-item__text {
    color: #646566;
    font-size: .32rem;
    line-height: 1.5;
    word-break: break-all
}

.van-grid-item__icon+.van-grid-item__text {
    margin-top: .213rem
}

.van-grid-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: .427rem .213rem;
    background-color: #fff
}

.van-grid-item__content:after {
    z-index: 1;
    border-width: 0 1px 1px 0
}

.van-grid-item__content--square {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.van-grid-item__content--center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.van-grid-item__content--horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text {
    margin-top: 0;
    margin-left: .213rem
}

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

.van-grid-item__content--clickable {
    cursor: pointer
}

.van-grid-item__content--clickable:active {
    background-color: #f2f3f5
}

.van-goods-action-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 15%;
    height: 1.333rem;
    color: #646566;
    font-size: .267rem;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.van-goods-action-icon:active {
    background-color: #f2f3f5
}

.van-goods-action-icon__icon {
    position: relative;
    width: 1em;
    margin: 0 auto .133rem;
    color: #60656e;
    font-size: .533rem
}

.van-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-checkbox--disabled {
    cursor: not-allowed
}

.van-checkbox--label-disabled {
    cursor: default
}

.van-checkbox--horizontal {
    margin-right: .32rem
}

.van-checkbox__icon {
    -ms-flex: none;
    flex: none;
    height: 1em;
    font-size: .533rem;
    line-height: 1em;
    cursor: pointer
}

.van-checkbox__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #e5e5e5;
    transition-duration: .2s;
    transition-property: color,border-color,background-color
}

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

.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #1887e0;
    border-color: #1887e0
}

.van-checkbox__icon--disabled {
    cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
    background-color: #e8eaed;
    border-color: #c8c9cc
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
    color: #c8c9cc
}

.van-checkbox__label {
    margin-left: .267rem;
    color: #13161b;
    line-height: .533rem
}

.van-checkbox__label--left {
    margin: 0 .267rem 0 0
}

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

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

.van-coupon:active {
    background-color: #f2f3f5
}

.van-coupon__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 2.667rem;
    padding: .64rem 0 0 .4rem;
    color: #323233
}

.van-coupon__head {
    position: relative;
    min-width: 2.267rem;
    padding: 0 .213rem;
    color: #f44;
    text-align: center
}

.van-coupon__amount,.van-coupon__condition,.van-coupon__name,.van-coupon__valid {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-coupon__amount {
    margin-bottom: .16rem;
    font-weight: 500;
    font-size: .64rem
}

.van-coupon__amount span {
    font-weight: 400;
    font-size: 50%
}

.van-coupon__amount span:not(:empty) {
    margin-left: .053rem
}

.van-coupon__condition {
    font-size: .32rem;
    line-height: .427rem;
    white-space: pre-wrap
}

.van-coupon__body {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0 .107rem .107rem 0
}

.van-coupon__name {
    margin-bottom: .267rem;
    font-weight: 700;
    font-size: .427rem;
    line-height: .533rem
}

.van-coupon__valid {
    font-size: .32rem
}

.van-coupon__corner {
    position: absolute;
    top: 0;
    right: .427rem;
    bottom: 0
}

.van-coupon__description {
    padding: .187rem .4rem;
    font-size: .32rem;
    border-top: 1px dashed #e8eaed
}

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

.van-coupon--disabled .van-coupon-item__content {
    height: 2.4rem
}

.van-coupon--disabled .van-coupon__head {
    color: inherit
}

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

.van-image--round {
    overflow: hidden;
    border-radius: 50%
}

.van-image--round img {
    border-radius: inherit
}

.van-image__error,.van-image__img,.van-image__loading {
    display: block;
    width: 100%;
    height: 100%
}

.van-image__error,.van-image__loading {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8d949f;
    font-size: .373rem;
    background-color: #f8f8f8
}

.van-image__error-icon,.van-image__loading-icon {
    color: #dcdee0;
    font-size: .853rem
}

.van-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-radio--disabled {
    cursor: not-allowed
}

.van-radio--label-disabled {
    cursor: default
}

.van-radio--horizontal {
    margin-right: .32rem
}

.van-radio__icon {
    -ms-flex: none;
    flex: none;
    height: 1em;
    font-size: .533rem;
    line-height: 1em;
    cursor: pointer
}

.van-radio__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #e5e5e5;
    transition-duration: .2s;
    transition-property: color,border-color,background-color
}

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

.van-radio__icon--checked .van-icon {
    color: #fff;
    background-color: #1887e0;
    border-color: #1887e0
}

.van-radio__icon--disabled {
    cursor: not-allowed
}

.van-radio__icon--disabled .van-icon {
    background-color: #e8eaed;
    border-color: #c8c9cc
}

.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
    color: #c8c9cc
}

.van-radio__label {
    margin-left: .267rem;
    color: #13161b;
    line-height: .533rem
}

.van-radio__label--left {
    margin: 0 .267rem 0 0
}

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

.van-tag {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .2em .5em;
    color: #fff;
    font-size: .267rem;
    line-height: .427rem;
    border-radius: .2em
}

.van-tag--default {
    background-color: #969799
}

.van-tag--default.van-tag--plain {
    color: #969799
}

.van-tag--danger {
    background-color: #f44
}

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

.van-tag--primary {
    background-color: #1887e0
}

.van-tag--primary.van-tag--plain {
    color: #1887e0
}

.van-tag--success {
    background-color: #07c160
}

.van-tag--success.van-tag--plain {
    color: #07c160
}

.van-tag--warning {
    background-color: #ff976a
}

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

.van-tag--plain {
    background-color: #fff;
    border-color: currentColor
}

.van-tag--plain:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-color: inherit;
    border-radius: inherit;
    content: "";
    pointer-events: none
}

.van-tag--medium {
    padding: .053rem .16rem
}

.van-tag--large {
    padding: .107rem .213rem;
    font-size: .373rem;
    border-radius: .107rem
}

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

.van-tag--mark:after {
    display: block;
    width: .053rem;
    content: ""
}

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

.van-tag__close {
    margin-left: .053rem;
    cursor: pointer
}

.van-card {
    position: relative;
    box-sizing: border-box;
    padding: .133rem .4rem;
    color: #13161b;
    font-size: .32rem;
    background-color: #fafafa
}

.van-card:not(:first-child) {
    margin-top: .213rem
}

.van-card__header {
    display: -ms-flexbox;
    display: flex
}

.van-card__thumb {
    position: relative;
    -ms-flex: none;
    flex: none;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .213rem
}

.van-card__thumb img {
    border-radius: .213rem
}

.van-card__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
    min-height: 2.4rem
}

.van-card__content--centered {
    -ms-flex-pack: center;
    justify-content: center
}

.van-card__desc,.van-card__title {
    word-wrap: break-word
}

.van-card__title {
    max-height: .853rem;
    font-weight: 500;
    line-height: .427rem
}

.van-card__desc {
    max-height: .533rem;
    color: #60656e
}

.van-card__bottom,.van-card__desc {
    line-height: .533rem
}

.van-card__price {
    display: inline-block;
    color: #f44;
    font-weight: 500;
    font-size: .32rem
}

.van-card__price-integer {
    font-size: .427rem
}

.van-card__price-decimal,.van-card__price-integer {
    font-family: Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif
}

.van-card__origin-price {
    display: inline-block;
    margin-left: .133rem;
    color: #60656e;
    font-size: .267rem;
    text-decoration: line-through
}

.van-card__num {
    float: right;
    color: #969799
}

.van-card__tag {
    position: absolute;
    top: .053rem;
    left: 0
}

.van-card__footer {
    -ms-flex: none;
    flex: none;
    text-align: right
}

.van-card__footer .van-button {
    margin-left: .133rem
}

.van-cell {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: .267rem .427rem;
    overflow: hidden;
    color: #13161b;
    font-size: .373rem;
    line-height: .64rem;
    background-color: #fff
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: .427rem;
    bottom: 0;
    left: .427rem;
    border-bottom: 1px solid #e8eaed;
    transform: scaleY(.5)
}

.van-cell--borderless:after,.van-cell:last-child:after {
    display: none
}

.van-cell__label {
    margin-top: .08rem;
    color: #8d949f;
    font-size: .32rem;
    line-height: .48rem
}

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

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #8d949f;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__value--alone {
    color: #13161b;
    text-align: left
}

.van-cell__left-icon,.van-cell__right-icon {
    height: .64rem;
    font-size: .427rem;
    line-height: .64rem
}

.van-cell__left-icon {
    margin-right: .107rem
}

.van-cell__right-icon {
    margin-left: .107rem;
    color: #8d949f
}

.van-cell--clickable {
    cursor: pointer
}

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

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

.van-cell--required:before {
    position: absolute;
    left: .213rem;
    color: #f44;
    font-size: .373rem;
    content: "*"
}

.van-cell--center {
    -ms-flex-align: center;
    align-items: center
}

.van-cell--large {
    padding-top: .32rem;
    padding-bottom: .32rem
}

.van-cell--large .van-cell__title {
    font-size: .427rem
}

.van-cell--large .van-cell__label {
    font-size: .373rem
}

.van-coupon-cell__value--selected {
    color: #13161b
}

.van-contact-card {
    padding: .4rem
}

.van-contact-card__value {
    margin-left: .133rem;
    line-height: .533rem
}

.van-contact-card--add .van-contact-card__value {
    line-height: 1.067rem
}

.van-contact-card--add .van-cell__left-icon {
    color: #1887e0;
    font-size: 1.067rem
}

.van-contact-card:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .053rem;
    background: repeating-linear-gradient(-45deg,#ff6c6c,#ff6c6c 20%,transparent 0,transparent 25%,#1887e0 0,#1887e0 45%,transparent 0,transparent 50%);
    background-size: 2.133rem;
    content: ""
}

.van-collapse-item {
    position: relative
}

.van-collapse-item--border:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: .427rem;
    left: .427rem;
    border-top: 1px solid #e8eaed;
    transform: scaleY(.5)
}

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

.van-collapse-item__title:after {
    right: .427rem;
    display: none
}

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

.van-collapse-item__title--expanded:after {
    display: block
}

.van-collapse-item__title--borderless:after {
    display: none
}

.van-collapse-item__title--disabled {
    cursor: not-allowed
}

.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;
    transition: height .3s ease-in-out;
    will-change: height
}

.van-collapse-item__content {
    padding: .4rem;
    color: #8d949f;
    font-size: .347rem;
    line-height: 1.5;
    background-color: #fff
}

.van-field__label {
    -ms-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 2.4rem;
    margin-right: .32rem;
    color: #646566;
    text-align: left;
    word-wrap: break-word
}

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

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

.van-field--disabled .van-field__label {
    color: #c8c9cc
}

.van-field__value {
    overflow: visible
}

.van-field__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #13161b;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none
}

.van-field__control:-ms-input-placeholder {
    color: #8d949f
}

.van-field__control::placeholder {
    color: #8d949f
}

.van-field__control:disabled {
    color: #8d949f;
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: #8d949f
}

.van-field__control:-moz-read-only {
    cursor: default
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control--center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: .64rem
}

.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time] {
    min-height: .64rem
}

.van-field__control[type=search] {
    -webkit-appearance: none
}

.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.van-field__clear,.van-field__right-icon {
    margin-right: -.213rem;
    padding: 0 .213rem;
    line-height: inherit
}

.van-field__clear {
    color: #c8c9cc;
    font-size: .427rem;
    cursor: pointer
}

.van-field__left-icon .van-icon,.van-field__right-icon .van-icon {
    display: block;
    font-size: .427rem;
    line-height: inherit
}

.van-field__left-icon {
    margin-right: .107rem
}

.van-field__right-icon {
    color: #8d949f
}

.van-field__button {
    padding-left: .213rem
}

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

.van-field__error-message--center {
    text-align: center
}

.van-field__error-message--right {
    text-align: right
}

.van-field__word-limit {
    margin-top: .107rem;
    color: #646566;
    font-size: .32rem;
    line-height: .427rem;
    text-align: right
}

.van-field--error .van-field__control,.van-field--error .van-field__control:-ms-input-placeholder {
    color: #f44;
    -webkit-text-fill-color: currentColor
}

.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder {
    color: #f44;
    -webkit-text-fill-color: currentColor
}

.van-field--min-height .van-field__control {
    min-height: 1.6rem
}

.van-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: .267rem .427rem;
    background-color: #fff
}

.van-search__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    padding-left: .32rem;
    background-color: #f7f8fa;
    border-radius: .053rem
}

.van-search__content--round {
    border-radius: 26.64rem
}

.van-search__label {
    padding: 0 .133rem;
    color: #13161b;
    font-size: .373rem;
    line-height: .907rem
}

.van-search .van-cell {
    -ms-flex: 1;
    flex: 1;
    padding: .133rem .213rem .133rem 0;
    background-color: transparent
}

.van-search .van-cell__left-icon {
    color: #8d949f
}

.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 .267rem;
    color: #13161b;
    font-size: .373rem;
    line-height: .907rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: .3s ease-out;
    -webkit-overflow-scrolling: touch
}

.van-popup--center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0)
}

.van-popup--center.van-popup--round {
    border-radius: .427rem
}

.van-popup--top {
    top: 0;
    left: 0;
    width: 100%
}

.van-popup--top.van-popup--round {
    border-radius: 0 0 .427rem .427rem
}

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

.van-popup--right.van-popup--round {
    border-radius: .427rem 0 0 .427rem
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

.van-popup--bottom.van-popup--round {
    border-radius: .427rem .427rem 0 0
}

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

.van-popup--left.van-popup--round {
    border-radius: 0 .427rem .427rem 0
}

.van-popup--safe-area-inset-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active {
    transition-timing-function: ease-out
}

.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active {
    transition-timing-function: ease-in
}

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

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

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

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

.van-popup__close-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: .587rem;
    cursor: pointer
}

.van-popup__close-icon:active {
    color: #969799
}

.van-popup__close-icon--top-left {
    top: .427rem;
    left: .427rem
}

.van-popup__close-icon--top-right {
    top: .427rem;
    right: .427rem
}

.van-popup__close-icon--bottom-left {
    bottom: .427rem;
    left: .427rem
}

.van-popup__close-icon--bottom-right {
    right: .427rem;
    bottom: .427rem
}

.van-share-sheet__header {
    padding: .32rem .427rem .107rem;
    text-align: center
}

.van-share-sheet__title {
    margin-top: .213rem;
    color: #13161b;
    font-weight: 400;
    font-size: .373rem;
    line-height: .533rem
}

.van-share-sheet__description {
    display: block;
    margin-top: .213rem;
    color: #969799;
    font-size: .32rem;
    line-height: .427rem
}

.van-share-sheet__options {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: .427rem 0 .427rem .213rem;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch
}

.van-share-sheet__options--border:before {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: 0;
    left: .427rem;
    border-top: 1px solid #e8eaed;
    transform: scaleY(.5)
}

.van-share-sheet__options::-webkit-scrollbar {
    height: 0
}

.van-share-sheet__option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-share-sheet__option:active {
    opacity: .7
}

.van-share-sheet__icon {
    width: 1.28rem;
    height: 1.28rem;
    margin: 0 .427rem
}

.van-share-sheet__name {
    margin-top: .213rem;
    padding: 0 .107rem;
    color: #646566;
    font-size: .32rem
}

.van-share-sheet__option-description {
    padding: 0 .107rem;
    color: #c8c9cc;
    font-size: .32rem
}

.van-share-sheet__cancel {
    display: block;
    width: 100%;
    padding: 0;
    font-size: .427rem;
    line-height: 1.28rem;
    text-align: center;
    background: #fff;
    border: none;
    cursor: pointer
}

.van-share-sheet__cancel:before {
    display: block;
    height: .213rem;
    background-color: #f8f8f8;
    content: " "
}

.van-share-sheet__cancel:active {
    background-color: #f2f3f5
}

.van-popover {
    position: absolute;
    overflow: visible;
    background-color: transparent;
    transition: opacity .15s,transform .15s
}

.van-popover__wrapper {
    display: inline-block
}

.van-popover__arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: .16rem solid transparent
}

.van-popover__content {
    overflow: hidden;
    border-radius: .213rem
}

.van-popover__action {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 3.413rem;
    height: 1.173rem;
    padding: 0 .427rem;
    font-size: .373rem;
    line-height: .533rem;
    cursor: pointer
}

.van-popover__action:last-child .van-popover__action-text:after {
    display: none
}

.van-popover__action-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.van-popover__action-icon {
    margin-right: .213rem;
    font-size: .533rem
}

.van-popover__action--with-icon .van-popover__action-text {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.van-popover[data-popper-placement^=top] .van-popover__arrow {
    bottom: 0;
    border-top-color: currentColor;
    border-bottom-width: 0;
    transform: translate(-50%,100%)
}

.van-popover[data-popper-placement=top] {
    transform-origin: 50% 100%
}

.van-popover[data-popper-placement=top] .van-popover__arrow {
    left: 50%
}

.van-popover[data-popper-placement=top-start] {
    transform-origin: 0 100%
}

.van-popover[data-popper-placement=top-start] .van-popover__arrow {
    left: .427rem
}

.van-popover[data-popper-placement=top-end] {
    transform-origin: 100% 100%
}

.van-popover[data-popper-placement=top-end] .van-popover__arrow {
    right: .427rem
}

.van-popover[data-popper-placement^=left] .van-popover__arrow {
    right: 0;
    border-right-width: 0;
    border-left-color: currentColor;
    transform: translate(100%,-50%)
}

.van-popover[data-popper-placement=left] {
    transform-origin: 100% 50%
}

.van-popover[data-popper-placement=left] .van-popover__arrow {
    top: 50%
}

.van-popover[data-popper-placement=left-start] {
    transform-origin: 100% 0
}

.van-popover[data-popper-placement=left-start] .van-popover__arrow {
    top: .427rem
}

.van-popover[data-popper-placement=left-end] {
    transform-origin: 100% 100%
}

.van-popover[data-popper-placement=left-end] .van-popover__arrow {
    bottom: .427rem
}

.van-popover[data-popper-placement^=right] .van-popover__arrow {
    left: 0;
    border-right-color: currentColor;
    border-left-width: 0;
    transform: translate(-100%,-50%)
}

.van-popover[data-popper-placement=right] {
    transform-origin: 0 50%
}

.van-popover[data-popper-placement=right] .van-popover__arrow {
    top: 50%
}

.van-popover[data-popper-placement=right-start] {
    transform-origin: 0 0
}

.van-popover[data-popper-placement=right-start] .van-popover__arrow {
    top: .427rem
}

.van-popover[data-popper-placement=right-end] {
    transform-origin: 0 100%
}

.van-popover[data-popper-placement=right-end] .van-popover__arrow {
    bottom: .427rem
}

.van-popover[data-popper-placement^=bottom] .van-popover__arrow {
    top: 0;
    border-top-width: 0;
    border-bottom-color: currentColor;
    transform: translate(-50%,-100%)
}

.van-popover[data-popper-placement=bottom] {
    transform-origin: 50% 0
}

.van-popover[data-popper-placement=bottom] .van-popover__arrow {
    left: 50%
}

.van-popover[data-popper-placement=bottom-start] {
    transform-origin: 0 0
}

.van-popover[data-popper-placement=bottom-start] .van-popover__arrow {
    left: .427rem
}

.van-popover[data-popper-placement=bottom-end] {
    transform-origin: 100% 0
}

.van-popover[data-popper-placement=bottom-end] .van-popover__arrow {
    right: .427rem
}

.van-popover--light {
    color: #13161b
}

.van-popover--light .van-popover__content {
    background-color: #fff;
    box-shadow: 0 .053rem .32rem rgba(50,50,51,.12)
}

.van-popover--light .van-popover__arrow {
    color: #fff
}

.van-popover--light .van-popover__action:active {
    background-color: #f2f3f5
}

.van-popover--light .van-popover__action--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-popover--light .van-popover__action--disabled:active {
    background-color: transparent
}

.van-popover--dark {
    color: #fff
}

.van-popover--dark .van-popover__content {
    background-color: #4a4a4a
}

.van-popover--dark .van-popover__arrow {
    color: #4a4a4a
}

.van-popover--dark .van-popover__action:active {
    background-color: rgba(0,0,0,.2)
}

.van-popover--dark .van-popover__action--disabled {
    color: #969799
}

.van-popover--dark .van-popover__action--disabled:active {
    background-color: transparent
}

.van-popover--dark .van-popover__action-text:after {
    border-color: #646566
}

.van-popover-zoom-enter,.van-popover-zoom-leave-active {
    transform: scale(.8);
    opacity: 0
}

.van-popover-zoom-enter-active {
    transition-timing-function: ease-out
}

.van-popover-zoom-leave-active {
    transition-timing-function: ease-in
}

.van-notify {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: .16rem .4rem;
    color: #fff;
    font-size: .373rem;
    line-height: .533rem;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word
}

.van-notify--primary {
    background-color: #1887e0
}

.van-notify--success {
    background-color: #07c160
}

.van-notify--danger {
    background-color: #f44
}

.van-notify--warning {
    background-color: #ff976a
}

.van-dropdown-item {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.van-dropdown-item__icon {
    display: block;
    line-height: inherit
}

.van-dropdown-item__option {
    text-align: left
}

.van-dropdown-item__option--active,.van-dropdown-item__option--active .van-dropdown-item__icon {
    color: #1887e0
}

.van-dropdown-item--up {
    top: 0
}

.van-dropdown-item--down {
    bottom: 0
}

.van-dropdown-item__content {
    position: absolute;
    max-height: 80%
}

.van-loading {
    color: #c8c9cc;
    font-size: 0
}

.van-loading,.van-loading__spinner {
    position: relative;
    vertical-align: middle
}

.van-loading__spinner {
    display: inline-block;
    width: .8rem;
    max-width: 100%;
    height: .8rem;
    max-height: 100%;
    animation: van-rotate .8s linear infinite
}

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

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

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

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

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

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

.van-loading__text {
    display: inline-block;
    margin-left: .213rem;
    color: #8d949f;
    font-size: .373rem;
    vertical-align: middle
}

.van-loading--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.van-loading--vertical .van-loading__text {
    margin: .213rem 0 0
}

@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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.van-pull-refresh__track {
    position: relative;
    height: 100%;
    transition-property: transform
}

.van-pull-refresh__head {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.333rem;
    overflow: hidden;
    color: #8d949f;
    font-size: .373rem;
    line-height: 1.333rem;
    text-align: center;
    transform: translateY(-100%)
}

.van-number-keyboard {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: .587rem;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-number-keyboard--with-title {
    border-radius: .533rem .533rem 0 0
}

.van-number-keyboard__header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: content-box;
    height: .8rem;
    padding-top: .16rem;
    color: #60656e;
    font-size: .373rem
}

.van-number-keyboard__title {
    display: inline-block;
    font-weight: 400
}

.van-number-keyboard__title-left {
    position: absolute;
    left: 0
}

.van-number-keyboard__body {
    display: -ms-flexbox;
    display: flex;
    padding: .16rem 0 0 .16rem
}

.van-number-keyboard__keys {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 3;
    flex: 3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-number-keyboard__close {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 .4rem;
    color: #1887e0;
    font-size: .373rem;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.van-number-keyboard__close:active {
    opacity: .7
}

.van-number-keyboard__sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.van-number-keyboard--unfit {
    padding-bottom: 0
}

.van-key {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.44rem;
    font-size: .64rem;
    line-height: 1.5;
    background-color: #fff;
    border-radius: .213rem;
    cursor: pointer
}

.van-key--large {
    position: absolute;
    top: 0;
    right: .16rem;
    bottom: .16rem;
    left: 0;
    height: auto
}

.van-key--blue,.van-key--delete {
    font-size: .427rem
}

.van-key--active {
    background-color: #f2f3f5
}

.van-key--blue {
    color: #fff;
    background-color: #1887e0
}

.van-key--blue.van-key--active {
    background-color: #136bb2
}

.van-key__wrapper {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    box-sizing: border-box;
    padding: 0 .16rem .16rem 0
}

.van-key__wrapper--wider {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%
}

.van-key__delete-icon {
    width: .853rem;
    height: .587rem
}

.van-key__collapse-icon {
    width: .8rem;
    height: .64rem
}

.van-key__loading-icon {
    color: #fff
}

.van-list__error-text,.van-list__finished-text,.van-list__loading {
    color: #8d949f;
    font-size: .347rem;
    line-height: 1.333rem;
    text-align: center
}

.van-list__placeholder {
    height: 0;
    pointer-events: none
}

.van-switch {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 2em;
    font-size: .8rem;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1em;
    cursor: pointer;
    transition: background-color .3s
}

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

.van-switch__node {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    font-size: inherit;
    border-radius: 100%;
    box-shadow: 0 .08rem 1px 0 rgba(0,0,0,.05),0 .053rem .053rem 0 rgba(0,0,0,.1),0 .08rem .08rem 0 rgba(0,0,0,.05);
    transition: transform .3s cubic-bezier(.3,1.05,.4,1.05)
}

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

.van-switch--on {
    background-color: #1887e0
}

.van-switch--on .van-switch__node {
    transform: translateX(1em)
}

.van-switch--on .van-switch__loading {
    color: #1887e0
}

.van-switch--disabled {
    cursor: not-allowed;
    opacity: .4
}

.van-switch--loading {
    cursor: default
}

.van-switch-cell {
    padding-top: .24rem;
    padding-bottom: .267rem -1px
}

.van-switch-cell--large {
    padding-top: .293rem;
    padding-bottom: .293rem
}

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

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 1.173rem;
    margin: 0;
    padding: 0;
    font-size: .427rem;
    line-height: 1.2;
    text-align: center;
    border-radius: .053rem;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-appearance: none
}

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

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

.van-button--disabled:before,.van-button--loading:before {
    display: none
}

.van-button--default {
    color: #13161b;
    background-color: #fff;
    border: 1px solid #e8eaed
}

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

.van-button--info {
    color: #fff;
    background-color: #1887e0;
    border: 1px solid #1887e0
}

.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: #07c160
}

.van-button--plain.van-button--info {
    color: #1887e0
}

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

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

.van-button--large {
    width: 100%;
    height: 1.333rem
}

.van-button--normal {
    padding: 0 .4rem;
    font-size: .373rem
}

.van-button--small {
    height: .8rem;
    padding: 0 .213rem;
    font-size: .32rem
}

.van-button__loading {
    color: inherit;
    font-size: inherit
}

.van-button--mini {
    height: .587rem;
    padding: 0 .107rem;
    font-size: .267rem
}

.van-button--mini+.van-button--mini {
    margin-left: .107rem
}

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

.van-button--disabled {
    cursor: not-allowed;
    opacity: .5
}

.van-button--loading {
    cursor: default
}

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

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

.van-button__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.van-button__content:before {
    content: " "
}

.van-button__icon {
    font-size: 1.2em;
    line-height: inherit
}

.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading {
    margin-left: .107rem
}

.van-button--hairline {
    border-width: 0
}

.van-button--hairline:after {
    border-color: inherit;
    border-radius: .107rem
}

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

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

.van-submit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-submit-bar__tip {
    padding: .267rem;
    color: #f56723;
    font-size: .32rem;
    line-height: 1.5;
    background-color: #fff7cc
}

.van-submit-bar__tip-icon {
    min-width: .48rem;
    font-size: .32rem;
    vertical-align: middle
}

.van-submit-bar__tip-text {
    vertical-align: middle
}

.van-submit-bar__bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 1.333rem;
    padding: 0 .427rem;
    font-size: .373rem
}

.van-submit-bar__text {
    -ms-flex: 1;
    flex: 1;
    padding-right: .32rem;
    color: #13161b;
    text-align: right
}

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

.van-submit-bar__suffix-label {
    margin-left: .133rem;
    font-weight: 500
}

.van-submit-bar__price {
    color: #f44;
    font-weight: 500;
    font-size: .32rem
}

.van-submit-bar__price--integer {
    font-size: .533rem;
    font-family: Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif
}

.van-submit-bar__button {
    width: 2.933rem;
    height: 1.067rem;
    font-weight: 500;
    border: none
}

.van-submit-bar__button--danger {
    background: linear-gradient(90deg,#ff6034,#ee0a24)
}

.van-submit-bar--unfit {
    padding-bottom: 0
}

.van-goods-action-button {
    -ms-flex: 1;
    flex: 1;
    height: 1.067rem;
    font-weight: 500;
    font-size: .373rem;
    border: none;
    border-radius: 0
}

.van-goods-action-button--first {
    margin-left: .133rem;
    border-top-left-radius: 26.64rem;
    border-bottom-left-radius: 26.64rem
}

.van-goods-action-button--last {
    margin-right: .133rem;
    border-top-right-radius: 26.64rem;
    border-bottom-right-radius: 26.64rem
}

.van-goods-action-button--warning {
    background: linear-gradient(90deg,#ffd01e,#ff8917)
}

.van-goods-action-button--danger {
    background: linear-gradient(90deg,#ff6034,#ee0a24)
}

@media (max-width: 321px) {
    .van-goods-action-button {
        font-size:.347rem
    }
}

.van-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: content-box;
    width: 2.4rem;
    max-width: 70%;
    min-height: 2.4rem;
    padding: .4rem;
    color: #fff;
    font-size: .373rem;
    line-height: .533rem;
    white-space: pre-wrap;
    text-align: center;
    word-break: break-all;
    background-color: rgba(19,22,27,.88);
    border-radius: .107rem;
    transform: translate3d(-50%,-50%,0)
}

.van-toast--unclickable {
    overflow: hidden
}

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

.van-toast--html,.van-toast--text {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 2.56rem;
    min-height: 0;
    padding: .213rem .32rem
}

.van-toast--html .van-toast__text,.van-toast--text .van-toast__text {
    margin-top: 0
}

.van-toast--top {
    top: 1.333rem
}

.van-toast--bottom {
    top: auto;
    bottom: 1.333rem
}

.van-toast__icon {
    font-size: 1.28rem
}

.van-toast__loading {
    padding: .107rem;
    color: #fff
}

.van-toast__text {
    margin-top: .213rem
}

.van-calendar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fff
}

.van-calendar__popup.van-popup--bottom,.van-calendar__popup.van-popup--top {
    height: 80%
}

.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right {
    height: 100%
}

.van-calendar__popup .van-popup__close-icon {
    top: .293rem
}

.van-calendar__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-shadow: 0 .053rem .267rem hsla(220,1%,50%,.16)
}

.van-calendar__header-subtitle,.van-calendar__header-title,.van-calendar__month-title {
    height: 1.173rem;
    font-weight: 500;
    line-height: 1.173rem;
    text-align: center
}

.van-calendar__header-title {
    font-size: .427rem
}

.van-calendar__header-subtitle,.van-calendar__month-title {
    font-size: .373rem
}

.van-calendar__weekdays {
    display: -ms-flexbox;
    display: flex
}

.van-calendar__weekday {
    -ms-flex: 1;
    flex: 1;
    font-size: .32rem;
    line-height: .8rem;
    text-align: center
}

.van-calendar__body {
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.van-calendar__days {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-calendar__month-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    color: rgba(242,243,245,.8);
    font-size: 4.267rem;
    transform: translate(-50%,-50%);
    pointer-events: none
}

.van-calendar__day,.van-calendar__selected-day {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.van-calendar__day {
    position: relative;
    width: 14.285%;
    height: 1.707rem;
    font-size: .427rem;
    cursor: pointer
}

.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end {
    color: #fff;
    background-color: #f44
}

.van-calendar__day--start {
    border-radius: .107rem 0 0 .107rem
}

.van-calendar__day--end {
    border-radius: 0 .107rem .107rem 0
}

.van-calendar__day--multiple-selected,.van-calendar__day--start-end {
    border-radius: .107rem
}

.van-calendar__day--middle {
    color: #f44
}

.van-calendar__day--middle:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    opacity: .1;
    content: ""
}

.van-calendar__day--disabled {
    color: #c8c9cc;
    cursor: default
}

.van-calendar__bottom-info,.van-calendar__top-info {
    position: absolute;
    right: 0;
    left: 0;
    font-size: .267rem;
    line-height: .373rem
}

@media (max-width: 350px) {
    .van-calendar__bottom-info,.van-calendar__top-info {
        font-size:.24rem
    }
}

.van-calendar__top-info {
    top: .16rem
}

.van-calendar__bottom-info {
    bottom: .16rem
}

.van-calendar__selected-day {
    width: 1.44rem;
    height: 1.44rem;
    color: #fff;
    background-color: #f44;
    border-radius: .107rem
}

.van-calendar__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 .427rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.van-calendar__footer--unfit {
    padding-bottom: 0
}

.van-calendar__confirm {
    height: .96rem;
    margin: .187rem 0
}

.van-picker {
    position: relative;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-picker__toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.173rem
}

.van-picker__cancel,.van-picker__confirm {
    height: 100%;
    padding: 0 .4rem;
    font-size: .373rem;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.van-picker__cancel:active,.van-picker__confirm:active {
    opacity: .7
}

.van-picker__confirm {
    color: #576b95
}

.van-picker__cancel {
    color: #969799
}

.van-picker__title {
    max-width: 50%;
    font-weight: 500;
    font-size: .427rem;
    line-height: .533rem;
    text-align: center
}

.van-picker__columns {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    cursor: grab
}

.van-picker__loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1887e0;
    background-color: hsla(0,0%,100%,.9)
}

.van-picker__frame {
    top: 50%;
    right: .427rem;
    left: .427rem;
    z-index: 2;
    transform: translateY(-50%)
}

.van-picker__frame,.van-picker__mask {
    position: absolute;
    pointer-events: none
}

.van-picker__mask {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));
    background-repeat: no-repeat;
    background-position: top,bottom;
    transform: translateZ(0)
}

.van-picker-column {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    font-size: .427rem
}

.van-picker-column__wrapper {
    transition-timing-function: cubic-bezier(.23,1,.68,1)
}

.van-picker-column__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .107rem;
    color: #000
}

.van-picker-column__item--disabled {
    cursor: not-allowed;
    opacity: .3
}

.van-action-sheet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 90%;
    overflow: hidden;
    color: #13161b
}

.van-action-sheet__content {
    -ms-flex: 1 auto;
    flex: 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.van-action-sheet__cancel,.van-action-sheet__item {
    display: block;
    width: 100%;
    padding: .373rem .427rem;
    font-size: .427rem;
    background-color: #fff;
    border: none;
    cursor: pointer
}

.van-action-sheet__cancel:active,.van-action-sheet__item:active {
    background-color: #f2f3f5
}

.van-action-sheet__item {
    line-height: .587rem
}

.van-action-sheet__item--disabled,.van-action-sheet__item--loading {
    color: #c8c9cc
}

.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active {
    background-color: #fff
}

.van-action-sheet__item--disabled {
    cursor: not-allowed
}

.van-action-sheet__item--loading {
    cursor: default
}

.van-action-sheet__cancel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    color: #646566
}

.van-action-sheet__subname {
    margin-top: .213rem;
    color: #60656e;
    font-size: .32rem;
    line-height: .48rem
}

.van-action-sheet__gap {
    display: block;
    height: .213rem;
    background-color: #f8f8f8
}

.van-action-sheet__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: .427rem;
    line-height: 1.173rem;
    text-align: center
}

.van-action-sheet__description {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: .533rem .427rem;
    color: #969799;
    font-size: .373rem;
    line-height: .533rem;
    text-align: center
}

.van-action-sheet__description:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: .427rem;
    bottom: 0;
    left: .427rem;
    border-bottom: 1px solid #e8eaed;
    transform: scaleY(.5)
}

.van-action-sheet__loading-icon .van-loading__spinner {
    width: .587rem;
    height: .587rem
}

.van-action-sheet__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .427rem;
    color: #8d949f;
    font-size: .48rem;
    line-height: inherit
}

.van-action-sheet__close:active {
    color: #969799
}

.van-goods-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: content-box;
    height: 1.333rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

.van-goods-action--unfit {
    padding-bottom: 0
}

.van-dialog {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 85%;
    overflow: hidden;
    font-size: .427rem;
    background-color: #fff;
    border-radius: .107rem;
    transform: translate3d(-50%,-50%,0);
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform,opacity
}

@media (max-width: 321px) {
    .van-dialog {
        width:90%
    }
}

.van-dialog__header {
    padding-top: .667rem;
    font-weight: 500;
    line-height: .64rem;
    text-align: center
}

.van-dialog__header--isolated {
    padding: .667rem 0
}

.van-dialog__content--isolated {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.773rem
}

.van-dialog__message {
    -ms-flex: 1;
    flex: 1;
    max-height: 60vh;
    padding: .693rem .667rem;
    overflow-y: auto;
    font-size: .373rem;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch
}

.van-dialog__message--has-title {
    padding-top: .32rem;
    color: #60656e
}

.van-dialog__message--left {
    text-align: left
}

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

.van-dialog__footer {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-dialog__cancel,.van-dialog__confirm {
    -ms-flex: 1;
    flex: 1;
    height: 1.28rem;
    margin: 0;
    border: 0
}

.van-dialog__confirm,.van-dialog__confirm:active {
    color: #1887e0
}

.van-dialog--round-button .van-dialog__footer {
    position: relative;
    height: auto;
    padding: .213rem .64rem .427rem
}

.van-dialog--round-button .van-dialog__message {
    padding-bottom: .427rem;
    color: #13161b
}

.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm {
    height: .96rem
}

.van-dialog--round-button .van-dialog__confirm {
    color: #fff
}

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

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

.van-contact-edit {
    padding: .427rem
}

.van-contact-edit__fields {
    overflow: hidden;
    border-radius: .107rem
}

.van-contact-edit__fields .van-field__label {
    width: 1.733rem
}

.van-contact-edit__switch-cell {
    margin-top: .267rem;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-radius: .107rem
}

.van-contact-edit__buttons {
    padding: .8rem .4rem
}

.van-contact-edit .van-button {
    margin-bottom: .4rem;
    font-size: .427rem
}

.van-address-edit {
    padding: .32rem
}

.van-address-edit__fields {
    overflow: hidden;
    border-radius: .213rem
}

.van-address-edit__fields .van-field__label {
    width: 4.1em
}

.van-address-edit__default {
    margin-top: .32rem;
    overflow: hidden;
    border-radius: .213rem
}

.van-address-edit__buttons {
    padding: .8rem .4rem
}

.van-address-edit__buttons .van-button {
    margin-bottom: .4rem
}

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

.van-address-edit-detail__search-item {
    background-color: #f2f3f5
}

.van-address-edit-detail__keyword {
    color: #f44
}

.van-address-edit-detail__finish {
    color: #1887e0;
    font-size: .32rem
}

.van-radio-group--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-contact-list {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 2.133rem
}

.van-contact-list__item {
    padding: .4rem
}

.van-contact-list__item-value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .853rem;
    padding-left: .213rem
}

.van-contact-list__item-tag {
    -ms-flex: none;
    flex: none;
    margin-left: .213rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em
}

.van-contact-list__group {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.van-contact-list__edit {
    font-size: .427rem
}

.van-contact-list__bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 0 .427rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

.van-contact-list__add {
    height: 1.067rem;
    margin: .133rem 0
}

.van-address-list {
    box-sizing: border-box;
    height: 100%;
    padding: .32rem .32rem 2.133rem
}

.van-address-list__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
    padding: 0 .427rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

.van-address-list__add {
    height: 1.067rem;
    margin: .133rem 0
}

.van-address-list__disabled-text {
    padding: .533rem 0 .427rem;
    color: #8d949f;
    font-size: .32rem;
    line-height: .8rem
}

.van-address-item {
    padding: .4rem;
    background-color: #fff;
    border-radius: .213rem
}

.van-address-item:not(:last-child) {
    margin-bottom: .32rem
}

.van-address-item__value {
    padding-right: 1.173rem
}

.van-address-item__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .213rem;
    font-size: .427rem;
    line-height: .587rem
}

.van-address-item__tag {
    -ms-flex: none;
    flex: none;
    margin-left: .213rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em
}

.van-address-item__address {
    color: #60656e;
    font-size: .32rem;
    line-height: .427rem
}

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

.van-address-item__edit {
    position: absolute;
    top: 50%;
    right: .427rem;
    color: #969799;
    font-size: .427rem;
    transform: translateY(-50%)
}

.van-address-item .van-cell {
    padding: 0
}

.van-address-item .van-radio__label {
    margin-left: .32rem
}

.van-address-item .van-radio__icon--checked .van-icon {
    background-color: #f44;
    border-color: #f44
}

.van-badge {
    display: inline-block;
    box-sizing: border-box;
    min-width: .427rem;
    padding: 0 .08rem;
    color: #fff;
    font-weight: 500;
    font-size: .32rem;
    font-family: -apple-system-font,Helvetica Neue,Arial,sans-serif;
    line-height: 1.2;
    text-align: center;
    background-color: #f44;
    border: 1px solid #fff;
    border-radius: 26.64rem
}

.van-badge--fixed {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    transform-origin: 100%
}

.van-badge--dot {
    width: .213rem;
    min-width: 0;
    height: .213rem;
    background-color: #f44;
    border-radius: 100%
}

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

.van-tab__pane,.van-tab__pane-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__pane-wrapper--inactive {
    height: 0;
    overflow: visible
}

.van-sticky--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.van-tab {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 .107rem;
    color: #60656e;
    font-size: .373rem;
    line-height: .533rem;
    cursor: pointer
}

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

.van-tab--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1
}

.van-tab__text-wrapper,.van-tabs {
    position: relative
}

.van-tabs__wrap {
    overflow: hidden
}

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

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

.van-tabs__wrap--scrollable .van-tab {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 .32rem
}

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

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

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

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

.van-tabs__nav--line.van-tabs__nav--complete {
    padding-right: .213rem;
    padding-left: .213rem
}

.van-tabs__nav--card {
    box-sizing: border-box;
    height: .8rem;
    margin: 0 .427rem;
    border: 1px solid #f44;
    border-radius: .053rem
}

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

.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 {
    position: absolute;
    bottom: .4rem;
    left: 0;
    z-index: 1;
    width: 1.067rem;
    height: .08rem;
    background-color: #f44;
    border-radius: .08rem
}

.van-tabs__track {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: left
}

.van-tabs__content--animated {
    overflow: hidden
}

.van-tabs--line .van-tabs__wrap {
    height: 1.173rem
}

.van-tabs--card>.van-tabs__wrap {
    height: .8rem
}

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

.van-coupon-list__field {
    padding: .187rem .4rem
}

.van-coupon-list__field .van-field__body {
    height: .907rem;
    padding-left: .32rem;
    line-height: .907rem;
    background: #f7f8fa;
    border-radius: .453rem
}

.van-coupon-list__field .van-field__body:-ms-input-placeholder {
    color: #c8c9cc
}

.van-coupon-list__field .van-field__body::placeholder {
    color: #c8c9cc
}

.van-coupon-list__field .van-field__clear {
    margin-right: 0
}

.van-coupon-list__exchange-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.van-coupon-list__exchange {
    -ms-flex: none;
    flex: none;
    height: .853rem;
    font-size: .427rem;
    line-height: .8rem;
    border: 0
}

.van-coupon-list .van-tabs__wrap {
    box-shadow: 0 .16rem .32rem -.32rem #969799
}

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

.van-coupon-list__list--with-bottom {
    padding-bottom: 1.76rem
}

.van-coupon-list__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    padding: .133rem .427rem;
    font-weight: 500;
    background-color: #fff
}

.van-coupon-list__close {
    height: 1.067rem
}

.van-coupon-list__empty {
    padding-top: 1.6rem;
    text-align: center
}

.van-coupon-list__empty p {
    margin: .427rem 0;
    color: #8d949f;
    font-size: .373rem;
    line-height: .533rem
}

.van-coupon-list__empty img {
    width: 5.333rem;
    height: 5.333rem
}

.van-cascader__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.28rem;
    padding: 0 .427rem
}

.van-cascader__title {
    font-weight: 500;
    font-size: .427rem;
    line-height: .533rem
}

.van-cascader__close-icon {
    color: #c8c9cc;
    font-size: .587rem
}

.van-cascader__close-icon:active {
    color: #969799
}

.van-cascader__tabs .van-tab {
    -ms-flex: none;
    flex: none;
    padding: 0 .267rem
}

.van-cascader__tabs.van-tabs--line .van-tabs__wrap {
    height: 1.28rem
}

.van-cascader__tabs .van-tabs__nav--complete {
    padding-right: .16rem;
    padding-left: .16rem
}

.van-cascader__tab {
    color: #13161b;
    font-weight: 500
}

.van-cascader__tab--unselected {
    color: #969799;
    font-weight: 400
}

.van-cascader__option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .267rem .427rem;
    font-size: .373rem;
    line-height: .533rem
}

.van-cascader__option:active {
    background-color: #f2f3f5
}

.van-cascader__option--selected {
    color: #f44;
    font-weight: 500
}

.van-cascader__selected-icon {
    font-size: .48rem
}

.van-cascader__options {
    box-sizing: border-box;
    height: 10.24rem;
    padding-top: .16rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

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

.van-cell-group--inset {
    margin: 0 .427rem;
    overflow: hidden;
    border-radius: .213rem
}

.van-cell-group__title {
    padding: .4rem .4rem .133rem;
    color: #8d949f;
    font-size: .373rem;
    line-height: .427rem
}

.van-cell-group__title--inset {
    padding: .427rem .427rem .213rem .853rem
}

.van-panel {
    background: #fff
}

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

.van-panel__footer {
    padding: .267rem .4rem
}

.van-checkbox-group--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

.van-circle__layer {
    stroke: #fff
}

.van-circle__hover {
    fill: none;
    stroke: #1887e0;
    stroke-linecap: round
}

.van-circle__text {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 .107rem;
    color: #13161b;
    font-weight: 500;
    font-size: .373rem;
    line-height: .533rem;
    transform: translateY(-50%)
}

.van-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px
}

.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-count-down {
    color: #13161b;
    font-size: .373rem;
    line-height: .533rem
}

.van-divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: .427rem 0;
    color: #969799;
    font-size: .373rem;
    line-height: .64rem;
    border: 0 solid #e8eaed
}

.van-divider:after,.van-divider:before {
    display: block;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0
}

.van-divider:before {
    content: ""
}

.van-divider--hairline:after,.van-divider--hairline:before {
    transform: scaleY(.5)
}

.van-divider--dashed {
    border-style: dashed
}

.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before {
    margin-right: .427rem
}

.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after {
    margin-left: .427rem;
    content: ""
}

.van-divider--content-left:before,.van-divider--content-right:after {
    max-width: 10%
}

.van-dropdown-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-dropdown-menu__bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 1.333rem;
    background-color: #fff;
    box-shadow: 0 .053rem .32rem hsla(210,1%,40%,.12)
}

.van-dropdown-menu__bar--opened {
    z-index: 11
}

.van-dropdown-menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
    cursor: pointer
}

.van-dropdown-menu__item:active {
    opacity: .7
}

.van-dropdown-menu__item--disabled:active {
    opacity: 1
}

.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
    color: #969799
}

.van-dropdown-menu__title {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 .213rem;
    color: #13161b;
    font-size: .4rem;
    line-height: .587rem
}

.van-dropdown-menu__title:after {
    position: absolute;
    top: 50%;
    right: -.107rem;
    margin-top: -.133rem;
    border: .08rem solid;
    border-color: transparent transparent #dcdee0 #dcdee0;
    transform: rotate(-45deg);
    opacity: .8;
    content: ""
}

.van-dropdown-menu__title--active {
    color: #1887e0
}

.van-dropdown-menu__title--active:after {
    border-color: transparent transparent currentColor currentColor
}

.van-dropdown-menu__title--down:after {
    margin-top: -1px;
    transform: rotate(135deg)
}

.van-empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: .853rem 0
}

.van-empty__image {
    width: 4.267rem;
    height: 4.267rem
}

.van-empty__image img {
    width: 100%;
    height: 100%
}

.van-empty__description {
    margin-top: .427rem;
    padding: 0 1.6rem;
    color: #969799;
    font-size: .373rem;
    line-height: .533rem
}

.van-empty__bottom {
    margin-top: .64rem
}

.van-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-swipe {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.van-swipe__track--vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.van-swipe__indicators {
    position: absolute;
    bottom: .267rem;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
    top: 50%;
    bottom: auto;
    left: .267rem;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateY(-50%)
}

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

.van-swipe__indicator {
    width: .16rem;
    height: .16rem;
    background-color: #e8eaed;
    border-radius: 100%;
    opacity: .3;
    transition: opacity .2s,background-color .2s
}

.van-swipe__indicator:not(:last-child) {
    margin-right: .16rem
}

.van-swipe__indicator--active {
    background-color: #1887e0;
    opacity: 1
}

.van-swipe-item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

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

.van-image-preview__swipe {
    height: 100%
}

.van-image-preview__swipe-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.van-image-preview__cover {
    position: absolute;
    top: 0;
    left: 0
}

.van-image-preview__image {
    width: 100%;
    transition-property: transform
}

.van-image-preview__image--vertical {
    width: auto;
    height: 100%
}

.van-image-preview__image img {
    -webkit-user-drag: none
}

.van-image-preview__image .van-image__error {
    top: 30%;
    height: 40%
}

.van-image-preview__image .van-image__error-icon {
    font-size: .96rem
}

.van-image-preview__image .van-image__loading {
    background-color: transparent
}

.van-image-preview__index {
    position: absolute;
    top: .427rem;
    left: 50%;
    color: #fff;
    font-size: .373rem;
    line-height: .533rem;
    text-shadow: 0 1px 1px #323233;
    transform: translate(-50%)
}

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

.van-image-preview__close-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: .587rem;
    cursor: pointer
}

.van-image-preview__close-icon:active {
    color: #969799
}

.van-image-preview__close-icon--top-left {
    top: .427rem;
    left: .427rem
}

.van-image-preview__close-icon--top-right {
    top: .427rem;
    right: .427rem
}

.van-image-preview__close-icon--bottom-left {
    bottom: .427rem;
    left: .427rem
}

.van-image-preview__close-icon--bottom-right {
    right: .427rem;
    bottom: .427rem
}

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

.van-uploader__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

.van-uploader__input-wrapper {
    position: relative
}

.van-uploader__input:disabled {
    cursor: not-allowed
}

.van-uploader__upload {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 2.133rem;
    height: 2.133rem;
    margin: 0 .213rem .213rem 0;
    background-color: #f7f8fa
}

.van-uploader__upload:active {
    background-color: #f2f3f5
}

.van-uploader__upload--readonly:active {
    background-color: #f7f8fa
}

.van-uploader__upload-icon {
    color: #dcdee0;
    font-size: .64rem
}

.van-uploader__upload-text {
    margin-top: .213rem;
    color: #969799;
    font-size: .32rem
}

.van-uploader__preview {
    position: relative;
    margin: 0 .213rem .213rem 0;
    cursor: pointer
}

.van-uploader__preview-image {
    display: block;
    width: 2.133rem;
    height: 2.133rem;
    overflow: hidden
}

.van-uploader__preview-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: .373rem;
    height: .373rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 0 0 0 .32rem
}

.van-uploader__preview-delete-icon {
    position: absolute;
    top: -.053rem;
    right: -.053rem;
    color: #fff;
    font-size: .427rem;
    transform: scale(.5)
}

.van-uploader__mask,.van-uploader__preview-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.van-uploader__mask {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(50,50,51,.88)
}

.van-uploader__mask-icon {
    font-size: .587rem
}

.van-uploader__mask-message {
    margin-top: .16rem;
    padding: 0 .107rem;
    font-size: .32rem;
    line-height: .373rem
}

.van-uploader__loading {
    width: .587rem;
    height: .587rem;
    color: #fff
}

.van-uploader__file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.133rem;
    height: 2.133rem;
    background-color: #f8f8f8
}

.van-uploader__file-icon {
    color: #646566;
    font-size: .533rem
}

.van-uploader__file-name {
    box-sizing: border-box;
    width: 100%;
    margin-top: .213rem;
    padding: 0 .107rem;
    color: #646566;
    font-size: .32rem;
    text-align: center
}

.van-index-anchor {
    z-index: 1;
    box-sizing: border-box;
    padding: 0 .4rem;
    color: #13161b;
    font-weight: 500;
    font-size: .373rem;
    line-height: .853rem;
    background-color: transparent
}

.van-index-anchor--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    color: #f44;
    background-color: #fff
}

.van-index-bar__sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-index-bar__index {
    padding: 0 .213rem 0 .427rem;
    font-weight: 500;
    font-size: .267rem;
    line-height: .373rem
}

.van-index-bar__index--active {
    color: #f44
}

.van-pagination {
    display: -ms-flexbox;
    display: flex;
    font-size: .373rem
}

.van-pagination__item,.van-pagination__page-desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.van-pagination__item {
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    min-width: .96rem;
    height: 1.067rem;
    color: #1887e0;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-pagination__item:active {
    color: #fff;
    background-color: #1887e0
}

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

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

.van-pagination__item--active {
    color: #fff;
    background-color: #1887e0
}

.van-pagination__next,.van-pagination__prev {
    padding: 0 .107rem;
    cursor: pointer
}

.van-pagination__item--disabled,.van-pagination__item--disabled:active {
    color: #60656e;
    background-color: #f8f8f8;
    cursor: not-allowed;
    opacity: .6
}

.van-pagination__page {
    -ms-flex-positive: 0;
    flex-grow: 0
}

.van-pagination__page-desc {
    -ms-flex: 1;
    flex: 1;
    height: 1.067rem;
    color: #60656e
}

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

.van-password-input {
    position: relative;
    margin: 0 .4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-password-input__error-info,.van-password-input__info {
    margin-top: .427rem;
    font-size: .373rem;
    text-align: center
}

.van-password-input__info {
    color: #8d949f
}

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

.van-password-input__security {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1.333rem;
    cursor: pointer
}

.van-password-input__security:after {
    border-radius: .16rem
}

.van-password-input__security li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: .533rem;
    line-height: 1.2;
    background-color: #fff
}

.van-password-input__security i {
    width: .267rem;
    height: .267rem;
    background-color: #000;
    border-radius: 100%;
    visibility: hidden
}

.van-password-input__cursor,.van-password-input__security i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.van-password-input__cursor {
    width: 1px;
    height: 40%;
    background-color: #13161b;
    animation: 1s van-cursor-flicker infinite
}

@keyframes van-cursor-flicker {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

.van-progress__pivot {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    min-width: 3.6em;
    padding: 0 .133rem;
    color: #fff;
    font-size: .267rem;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
    background-color: #e5e5e5;
    border-radius: 1em;
    transform: translateY(-50%)
}

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

.van-row--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.van-row--justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

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

.van-row--justify-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.van-row--justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.van-row--align-center {
    -ms-flex-align: center;
    align-items: center
}

.van-row--align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.van-sidebar {
    width: 2.267rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.van-tree-select {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-size: .373rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-tree-select__nav {
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    background-color: #fafafa;
    -webkit-overflow-scrolling: touch
}

.van-tree-select__nav-item {
    padding: 0 .24rem 0 .32rem
}

.van-tree-select__content {
    -ms-flex: 2;
    flex: 2;
    overflow-y: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

.van-tree-select__item {
    position: relative;
    padding: 0 .853rem 0 .427rem;
    font-weight: 500;
    line-height: 1.173rem;
    cursor: pointer
}

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

.van-tree-select__item--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-tree-select__selected {
    position: absolute;
    top: 50%;
    right: .427rem;
    margin-top: -.213rem;
    font-size: .427rem
}

.van-skeleton {
    display: -ms-flexbox;
    display: flex;
    padding: 0 .427rem
}

.van-skeleton__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: .853rem;
    height: .853rem;
    margin-right: .427rem;
    background-color: #f2f3f5
}

.van-skeleton__avatar--round {
    border-radius: 26.64rem
}

.van-skeleton__content {
    width: 100%
}

.van-skeleton__avatar+.van-skeleton__content {
    padding-top: .213rem
}

.van-skeleton__row,.van-skeleton__title {
    height: .427rem;
    background-color: #f2f3f5
}

.van-skeleton__title {
    width: 40%;
    margin: 0
}

.van-skeleton__row:not(:first-child) {
    margin-top: .32rem
}

.van-skeleton__title+.van-skeleton__row {
    margin-top: .533rem
}

.van-skeleton--animate {
    animation: van-skeleton-blink 1.2s ease-in-out infinite
}

.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title {
    border-radius: 26.64rem
}

@keyframes van-skeleton-blink {
    50% {
        opacity: .6
    }
}

.van-stepper {
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-stepper__minus,.van-stepper__plus {
    position: relative;
    box-sizing: border-box;
    width: .747rem;
    height: .747rem;
    margin: 0;
    padding: 0;
    color: #13161b;
    vertical-align: middle;
    background-color: #f2f3f5;
    border: 0;
    cursor: pointer
}

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

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

.van-stepper__minus:after,.van-stepper__minus:before,.van-stepper__plus:after,.van-stepper__plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
    transform: translate(-50%,-50%);
    content: ""
}

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

.van-stepper__minus--disabled,.van-stepper__plus--disabled {
    color: #c8c9cc;
    background-color: #f7f8fa;
    cursor: not-allowed
}

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

.van-stepper__minus {
    border-radius: .107rem 0 0 .107rem
}

.van-stepper__minus:after {
    display: none
}

.van-stepper__plus {
    border-radius: 0 .107rem .107rem 0
}

.van-stepper__input {
    box-sizing: border-box;
    width: .853rem;
    height: .747rem;
    margin: 0 .053rem;
    padding: 0;
    color: #13161b;
    font-size: .373rem;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f3f5;
    border: 0;
    border-width: 1px 0;
    border-radius: 0;
    -webkit-appearance: none
}

.van-stepper__input:disabled {
    color: #c8c9cc;
    background-color: #f2f3f5;
    -webkit-text-fill-color: #c8c9cc;
    opacity: 1
}

.van-stepper__input:-moz-read-only {
    cursor: default
}

.van-stepper__input:read-only {
    cursor: default
}

.van-stepper--round .van-stepper__input {
    background-color: transparent
}

.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus {
    border-radius: 100%
}

.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active {
    opacity: .7
}

.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active {
    opacity: .3
}

.van-stepper--round .van-stepper__plus {
    color: #fff;
    background-color: #f44
}

.van-stepper--round .van-stepper__minus {
    color: #f44;
    background-color: #fff;
    border: 1px solid #f44
}

.van-sku-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 50%;
    max-height: 80%;
    overflow-y: visible;
    font-size: .373rem;
    background: #fff
}

.van-sku-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1.173rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

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

.van-sku-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 .427rem
}

.van-sku-header__img-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.56rem;
    height: 2.56rem;
    margin: .32rem .32rem .32rem 0;
    overflow: hidden;
    border-radius: .107rem
}

.van-sku-header__goods-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .32rem .533rem .32rem 0
}

.van-sku-header-item {
    margin-top: .213rem;
    color: #969799;
    font-size: .32rem;
    line-height: .427rem
}

.van-sku__price-symbol {
    font-size: .427rem;
    vertical-align: bottom
}

.van-sku__price-num {
    font-weight: 500;
    font-size: .587rem;
    vertical-align: bottom;
    word-wrap: break-word
}

.van-sku__goods-price {
    margin-left: -.053rem;
    color: #f44
}

.van-sku__price-tag {
    position: relative;
    display: inline-block;
    margin-left: .213rem;
    padding: 0 .133rem;
    overflow: hidden;
    color: #f44;
    font-size: .32rem;
    line-height: .427rem;
    border-radius: .213rem
}

.van-sku__price-tag:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: .1;
    content: ""
}

.van-sku-group-container {
    padding-top: .32rem
}

.van-sku-group-container--hide-soldout .van-sku-row__item--disabled {
    display: none
}

.van-sku-row {
    margin: 0 .427rem .32rem
}

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

.van-sku-row__image-item,.van-sku-row__item {
    position: relative;
    overflow: hidden;
    color: #13161b;
    border-radius: .107rem;
    cursor: pointer
}

.van-sku-row__image-item:before,.van-sku-row__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    content: ""
}

.van-sku-row__image-item--active,.van-sku-row__item--active {
    color: #f44
}

.van-sku-row__image-item--active:before,.van-sku-row__item--active:before {
    background: currentColor;
    opacity: .1
}

.van-sku-row__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.067rem;
    margin: 0 .32rem .32rem 0;
    font-size: .347rem;
    line-height: .427rem;
    vertical-align: middle
}

.van-sku-row__item-img {
    z-index: 1;
    width: .64rem;
    height: .64rem;
    margin: .107rem 0 .107rem .107rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .053rem
}

.van-sku-row__item-name {
    z-index: 1;
    padding: .213rem
}

.van-sku-row__item--disabled {
    color: #c8c9cc;
    background: #f2f3f5;
    cursor: not-allowed
}

.van-sku-row__item--disabled .van-sku-row__item-img {
    opacity: .3
}

.van-sku-row__image {
    margin-right: 0
}

.van-sku-row__image-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 2.933rem;
    margin: 0 .107rem .107rem 0;
    border: 1px solid transparent
}

.van-sku-row__image-item:last-child {
    margin-right: 0
}

.van-sku-row__image-item-img {
    width: 100%;
    height: 2.933rem
}

.van-sku-row__image-item-img-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: .48rem;
    height: .48rem;
    color: #fff;
    line-height: .48rem;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    border-bottom-left-radius: .107rem
}

.van-sku-row__image-item-name {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    height: 1.067rem;
    padding: .107rem;
    font-size: .32rem;
    line-height: .427rem
}

.van-sku-row__image-item-name span {
    word-wrap: break-word
}

.van-sku-row__image-item--active {
    border-color: currentColor
}

.van-sku-row__image-item--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-sku-row__image-item--disabled:before {
    z-index: 2;
    background: #f2f3f5;
    opacity: .4
}

.van-sku-row__title {
    padding-bottom: .32rem
}

.van-sku-row__title-multiple {
    color: #969799
}

.van-sku-row__scroller {
    margin: 0 -.427rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

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

.van-sku-row__row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .107rem;
    padding: 0 .427rem
}

.van-sku-row__indicator {
    width: 1.067rem;
    height: .107rem;
    background: #ebedf0;
    border-radius: .053rem
}

.van-sku-row__indicator-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: .427rem
}

.van-sku-row__indicator-slider {
    width: 50%;
    height: 100%;
    background-color: #f44;
    border-radius: .053rem
}

.van-sku-stepper-stock {
    padding: .32rem .427rem;
    overflow: hidden;
    line-height: .8rem
}

.van-sku__stepper {
    float: right;
    padding-left: .107rem
}

.van-sku__stepper-title {
    float: left
}

.van-sku__stepper-quota {
    float: right;
    color: #f44;
    font-size: .32rem
}

.van-sku__stock {
    display: inline-block;
    margin-right: .213rem;
    color: #969799;
    font-size: .32rem
}

.van-sku__stock-num--highlight {
    color: #f44
}

.van-sku-messages {
    padding-bottom: .853rem
}

.van-sku-messages__image-cell .van-cell__title {
    max-width: 2.4rem;
    margin-right: .32rem;
    color: #646566;
    text-align: left;
    word-wrap: break-word
}

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

.van-sku-messages__image-cell-label {
    color: #8d949f;
    font-size: .32rem;
    line-height: .48rem
}

.van-sku-messages__cell-block {
    position: relative
}

.van-sku-messages__cell-block:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: .427rem;
    bottom: 0;
    left: .427rem;
    border-bottom: 1px solid #e8eaed;
    transform: scaleY(.5)
}

.van-sku-messages__cell-block:last-child:after {
    display: none
}

.van-sku-messages__extra-message {
    margin-top: -.053rem;
    padding: 0 .427rem .32rem;
    color: #8d949f;
    font-size: .32rem;
    line-height: .48rem
}

.van-sku-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: .213rem .427rem
}

.van-sku-actions .van-button {
    height: 1.067rem;
    font-weight: 500;
    font-size: .373rem;
    border: none;
    border-radius: 0
}

.van-sku-actions .van-button:first-of-type {
    border-top-left-radius: .533rem;
    border-bottom-left-radius: .533rem
}

.van-sku-actions .van-button:last-of-type {
    border-top-right-radius: .533rem;
    border-bottom-right-radius: .533rem
}

.van-sku-actions .van-button--warning {
    background: linear-gradient(90deg,#ffd01e,#ff8917)
}

.van-sku-actions .van-button--danger {
    background: linear-gradient(90deg,#ff6034,#ee0a24)
}

.van-slider {
    position: relative;
    width: 100%;
    height: .053rem;
    background-color: #e5e5e5;
    border-radius: 26.64rem;
    cursor: pointer
}

.van-slider:before {
    position: absolute;
    top: -.213rem;
    right: 0;
    bottom: -.213rem;
    left: 0;
    content: ""
}

.van-slider__bar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1887e0;
    border-radius: inherit;
    transition: all .2s
}

.van-slider__button {
    width: .533rem;
    height: .533rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px .053rem rgba(0,0,0,.5)
}

.van-slider__button-wrapper,.van-slider__button-wrapper-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(50%,-50%,0);
    cursor: grab
}

.van-slider__button-wrapper-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%,-50%,0);
    cursor: grab
}

.van-slider--disabled {
    cursor: not-allowed;
    opacity: .3
}

.van-slider--disabled .van-slider__button-wrapper,.van-slider--disabled .van-slider__button-wrapper-left,.van-slider--disabled .van-slider__button-wrapper-right {
    cursor: not-allowed
}

.van-slider--vertical {
    display: inline-block;
    width: .053rem;
    height: 100%
}

.van-slider--vertical .van-slider__button-wrapper,.van-slider--vertical .van-slider__button-wrapper-right {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate3d(50%,50%,0)
}

.van-slider--vertical .van-slider__button-wrapper-left {
    top: 0;
    right: 50%;
    left: auto;
    transform: translate3d(50%,-50%,0)
}

.van-slider--vertical:before {
    top: 0;
    right: -.213rem;
    bottom: 0;
    left: -.213rem
}

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

.van-steps--horizontal {
    padding: .267rem .267rem 0
}

.van-steps--horizontal .van-steps__items {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .267rem;
    padding-bottom: .587rem
}

.van-steps--vertical {
    padding: 0 0 0 .853rem
}

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

.van-swipe-cell__wrapper {
    transition-timing-function: cubic-bezier(.18,.89,.32,1);
    transition-property: transform
}

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

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

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

.van-tabbar {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 1.333rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

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

.van-tabbar--unfit {
    padding-bottom: 0
}

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url("data:font/woff2;charset=utf-8;base64,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") format("woff2"),url(../font/vant-icon.woff) format("woff"),url(../font/vant-icon.ttf) format("truetype")
}

[v-cloak] {
    display: none
}

body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,SimSun,"sans-serif";
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #13161b;
    background: #f5f5f5;
    word-wrap: break-word;
    max-width: 750px;
    margin: 0 auto
}

.font-20 {
    font-size: .267rem;
    line-height: .48rem
}

.font-24 {
    font-size: .32rem;
    line-height: .533rem
}

.font-28 {
    font-size: .373rem;
    line-height: .587rem
}

.font-32 {
    font-size: .427rem;
    line-height: .64rem
}

.font-36 {
    font-size: .48rem;
    line-height: .693rem
}

.font-40 {
    font-size: .533rem;
    line-height: .747rem
}

.font-48 {
    font-size: .64rem;
    line-height: .853rem
}

.font-p-28,.font-p-28 p {
    font-size: .373rem;
    line-height: .64rem
}

.font-p-28 p {
    margin-bottom: .373rem
}

.font-p-28 p:last-child {
    margin-bottom: 0
}

.font-p-32,.font-p-32 p {
    font-size: .427rem;
    line-height: .8rem
}

.font-p-32 p {
    margin-bottom: .427rem
}

.font-p-32 p:last-child {
    margin-bottom: 0
}

.font-p-36,.font-p-36 p {
    font-size: .48rem;
    line-height: .853rem
}

.font-p-36 p {
    margin-bottom: .48rem
}

.font-p-36 p:last-child {
    margin-bottom: 0
}

a {
    color: #333
}

a.no-color {
    color: #13161b
}

.van-cell--clickable:active,a:active {
    background-color: rgba(0,0,0,.05)
}

.clearfix {
    zoom:1}

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

.hide {
    display: none
}

.van-nav-bar.van-hairline--bottom:after {
    border-bottom-width: 0
}

.van-nav-bar {
    line-height: 1.173rem
}

.van-nav-bar,.van-nav-bar .van-nav-bar__content {
    height: 1.173rem
}

.van-nav-bar .van-nav-bar__right {
    line-height: 1
}

.yz-yxk-nav .van-nav-bar__right .van-icon+.van-icon {
    margin-left: .267rem
}

.van-cell:not(:last-child):after,.van-collapse-item--border:after {
    left: 0;
    right: 0
}

.van-sku-container {
    height: auto;
    max-height: 80%
}

.van-sku-actions .van-button:first-of-type {
    border: 1px solid #ebedf0
}

.van-tabs--card {
    padding-top: 0
}

.van-tabs__line {
    background-color: #1887e0
}

.van-search__content {
    padding-left: .213rem
}

.yz-padding-lr {
    padding: .293rem
}

.yz-bg-color {
    height: .267rem;
    width: 100%;
    background: #f5f5f5
}

.yz-margin-b {
    margin-bottom: .267rem
}

.yz-padding-32 {
    padding: .427rem
}

.yz-padding-32.card .van-cell__right-icon,.yz-padding-32.card .van-cell__value {
    line-height: 1.067rem
}

.yz-padding-28 {
    padding: .373rem .427rem
}

.yz-padding-28 .van-cell__title {
    font-size: .373rem;
    line-height: .533rem;
    padding: .053rem 0
}

.yz-padding-28 .van-button--small {
    padding: .08rem .347rem;
    font-size: .32rem;
    line-height: .453rem
}

.yz-text-center {
    text-align: center
}

.yz-text-right {
    text-align: right
}

.yz-block-ss {
    text-align: center;
    height: .96rem;
    line-height: .96rem;
    font-size: .373rem;
    border: 1px solid #e4e4e4
}

.yz-content {
    background: #fff
}

.yz-index-tip {
    font-size: .267rem;
    color: #8d949f;
    line-height: .4rem;
    padding: .133rem .293rem;
    border-bottom: 1px solid #ebebeb
}

.yz-index-about {
    padding: .267rem 0;
    display: -ms-flexbox;
    display: flex;
    font-size: .373rem;
    line-height: .507rem;
    text-align: center
}

.yz-index-about .about-item {
    width: 50%
}

.yz-index-about .about-item:last-child {
    border-left: 1px solid #ebebeb
}

.yz-index-about .about-item .van-icon-arrow {
    font-size: .373rem;
    line-height: .507rem;
    vertical-align: bottom;
    margin-left: .067rem;
    color: #c8c8c8
}

.yz-tag {
    font-size: .24rem;
    margin-left: .067rem;
    float: right;
    color: #8d949f;
    border: 1px solid #e6e6e6;
    line-height: normal
}

.yz-tag:after,.yz-tag:before {
    border: none
}

.yz-list-item .van-cell__title {
    line-height: 1.067rem
}

.yz-list-item .yz-zxdy-sch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem
}

.yz-list-item .custom-text {
    font-size: .4rem;
    font-weight: 700
}

.yz-list-item .yz-zxdy-kfsj {
    color: #8d949f
}

.van-popup--right {
    width: 100%;
    height: 100%
}

.yz-nav {
    background: #1887e0
}

.yz-text-count {
    text-align: right;
    border-bottom: 1px solid #ebedf0
}

.yz-text-count,.yz-text-tip {
    padding: .267rem;
    color: #8d949f
}

.yz-text-tip {
    font-size: .32rem;
    line-height: .453rem
}

.yz-info-wap .van-cell__title {
    -ms-flex: 1;
    flex: 1
}

.yz-info-wap .van-cell__value {
    -ms-flex: 2;
    flex: 2
}

.yz-info {
    margin-left: .2rem
}

.yz-info .yz-info-item {
    color: #13161b;
    font-size: .48rem;
    line-height: .667rem
}

.yz-info .yz-info-item.yz-info-other {
    font-size: .373rem;
    line-height: .533rem;
    color: #8d949f;
    margin-top: .053rem
}

.yz-info .yz-info-item span {
    margin-right: .2rem
}

.yz-info .yz-info-item:first-child {
    margin-top: .16rem
}

.yz-cell-tag .van-cell {
    padding-left: 0
}

.yz-cell-tag .van-cell.yz-cell-tag_req {
    margin-left: -.827rem;
    margin-right: 0;
    padding-right: 0;
    width: calc(100% + .427rem)
}

.yz-cell-tag .van-cell.yz-cell-tag_req ol {
    padding-left: .2rem
}

.yz-cell-tag .van-cell:not(:last-child):after {
    border-bottom: none
}

.yz-cell-tag.yz-padding-l15 .van-cell {
    padding-left: .2rem
}

.yz-cell-tag .van-collapse-item__content {
    padding: .067rem .827rem .2rem;
    overflow-x: auto
}

.yz-cell-tag .van-tag--mark {
    margin-right: .293rem;
    height: .4rem;
    line-height: .4rem;
    margin-top: .053rem
}

.yz-cell-tag .yz-cell-tag_title {
    margin-right: .067rem
}

.scorll-fixed-top {
    position: sticky;
    top: 0;
    z-index: 4
}

.van-nav-bar.yz-dialog-nav {
    height: 1.173rem;
    line-height: 1.173rem;
    background: #fff
}

.van-nav-bar.yz-dialog-nav.van-hairline--bottom:after {
    border-bottom-width: .027rem
}

.van-nav-bar.yz-dialog-nav .van-button--default {
    border: #cbcbcb;
    background: #cbcbcb;
    color: #fff
}

.van-nav-bar.yz-dialog-nav .van-icon,.van-nav-bar.yz-dialog-nav .van-nav-bar__title {
    color: #13161b;
    font-size: .48rem
}

.fix {
    padding-bottom: 1.307rem
}

.fix .fix-bottom {
    position: fixed;
    bottom: 0;
    max-width: 750px
}

.yz-seach-tip {
    background: #fff;
    padding: 0 .427rem .2rem;
    font-size: .267rem;
    font-weight: 400;
    color: #8d949f;
    line-height: .373rem
}

.yz-seach-tip .van-icon {
    vertical-align: middle;
    font-size: .173rem
}

.yz-sch-info {
    padding: .427rem;
    background: #fff
}

.yz-sch-info .info-name {
    margin: 0 0 .133rem;
    font-size: .453rem;
    font-weight: 600;
    line-height: .64rem
}

.yz-sch-info .info-detail {
    font-size: .373rem;
    font-weight: 400;
    line-height: .48rem
}

.yz-sch-info .info-detail td {
    padding: .08rem 0
}

.yz-sch-info .info-detail td.yxlx,.yz-sch-info .info-detail td.yxlx-detail {
    vertical-align: top
}

.yz-default-btn {
    font-size: .32rem;
    line-height: .453rem;
    padding: .4rem 0;
    height: auto;
    text-align: left;
    background: #cbcbcb;
    border-color: #cbcbcb;
    color: #fff;
    opacity: 1;
    margin: 0
}

.yz-news-list {
    padding: .427rem;
    font-size: .373rem;
    line-height: .533rem
}

.yz-news-list h2 {
    font-size: .373rem;
    font-weight: 600;
    margin: .2rem 0
}

.yz-news-list h2:first-child {
    margin-top: 0
}

.yz-news-list a {
    color: #06c
}

.yz-check-tags {
    padding: .133rem .427rem;
    font-size: .16rem;
    background: #fff
}

.yz-check-tags .van-tag {
    margin-right: .067rem;
    margin-bottom: .067rem
}

.van-sku-header {
    font-size: .373rem;
    line-height: 1.067rem;
    color: #60656e;
    text-align: center
}

.zxdy-sku-container .van-sku-header {
    display: block
}

.zxdy-sku-container .van-button--small {
    min-width: .707rem
}

.yz-select-radio {
    display: inline-block;
    padding: .027rem .047rem
}

.yz-select-radio .van-radio__icon {
    height: auto
}

.yz-select-radio .van-radio__icon .van-button {
    padding: .027rem .133rem
}

.yz-select-checkbox {
    display: inline-block;
    padding: .027rem .047rem;
    margin-right: .24rem
}

.yz-select-checkbox .van-checkbox__icon {
    height: auto
}

.yz-select-checkbox .van-checkbox__icon .van-button {
    padding: .027rem .133rem
}

.van-cell__title {
    -ms-flex: 2;
    flex: 2;
    min-width: 0
}

.yz-no-data {
    height: 4rem;
    margin: 2.667rem auto 0;
    background: url(../images/nodata-bg.png) no-repeat 50%;
    background-size: auto 4rem
}

.van-cell__title p {
    margin: 0
}

.yz-padding {
    padding: 0 .427rem
}

.yz-select-btn {
    background: #f6f6f6;
    color: #13161b;
    border-color: #f6f6f6;
    opacity: 1;
    margin: 0
}

.yz-captcha {
    text-align: center;
    padding-bottom: .267rem;
    margin-bottom: .267rem
}

.yz-captcha img {
    display: block;
    width: 2.667rem;
    margin: .533rem auto .267rem
}

.yz-captcha span {
    color: #8d949f;
    font-size: .32rem
}

.yz-error {
    padding-top: 2.667rem;
    height: 94px;
    background: url(../images/error.png) 50% no-repeat;
    margin-bottom: .4rem
}

.yz-error-des {
    color: #60656e;
    font-size: .427rem;
    text-align: center
}

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

.yz-list .van-list .van-cell__title {
    -ms-flex: 1;
    flex: 1;
    font-size: .373rem;
    line-height: .427rem
}

.yz-list .van-list .van-cell__value {
    font-size: .173rem;
    line-height: .427rem
}

.yz-list .van-list .van-cell__value .van-icon {
    vertical-align: middle;
    font-size: .173rem
}

.yz-open-time .tip {
    text-align: center;
    color: #8d949f;
    font-size: .267rem;
    padding: .267rem 0
}

.yz-open-time .open-time-list {
    padding: .333rem;
    padding-top: 0;
    line-height: .6rem;
    font-size: .373rem
}

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

.van-search__action .van-button--small {
    min-width: 1.6rem
}

.van-search__action .van-button__content {
    display: block;
    height: auto
}

.yz-index-logo {
    height: 1.467rem;
    padding-top: .44rem;
    text-align: center;
    box-sizing: border-box
}

.yz-index-logo img {
    height: .533rem
}

.yz-index-swipe {
    box-shadow: 0 .027rem .08rem 0 rgba(0,0,0,.15);
    border-radius: .16rem;
    transform: translateY(0)
}

.yz-index-swipe img {
    display: block;
    width: 100%
}

.yz-grid-four {
    margin: .32rem 0 .16rem;
    box-shadow: 0 0 .107rem 0 rgba(0,0,0,.15);
    border-radius: .213rem;
    padding: .24rem .267rem .133rem
}

.yz-grid-four .svg-icon {
    width: 1.253rem;
    margin-bottom: .16rem;
    display: block
}

.yz-grid-four .van-grid-item__text {
    color: #13161b;
    line-height: .533rem;
    font-size: .32rem
}

.yz-grid-four .van-grid-item {
    margin-bottom: .107rem
}

.yz-grid-four .van-grid-item__content {
    padding: .16rem
}

.yz-grid-four .van-grid-item__content--clickable:active {
    background: rgba(0,0,0,.05)
}

.tab-swipe {
    margin: 0 -.427rem;
    padding: 0 0 .747rem
}

.tab-swipe img {
    height: 1.173rem;
    width: 1.173rem
}

.tab-swipe .van-grid,.tab-swipe img {
    margin-bottom: .16rem
}

.tab-swipe .van-swipe__indicators {
    bottom: .533rem
}

.tab-swipe .van-grid-item__text {
    font-size: .32rem;
    color: #13161b;
    line-height: .533rem
}

.tab-swipe .van-grid-item__content {
    padding: .16rem 0
}

.tab-swipe .van-swipe__indicator {
    width: .533rem;
    height: .213rem;
    background: #f2f4f3;
    opacity: 1;
    border-radius: .107rem
}

.tab-swipe .van-swipe__indicator--active {
    background: #1887e0;
    width: .213rem
}

.tab-swipe .van-swipe__indicator:not(:last-child) {
    margin-right: .133rem
}

.tab-swipe .van-swipe-item:first-child {
    padding-left: .427rem;
    box-sizing: border-box
}

.tab-swipe .van-swipe-item:last-child {
    padding-right: .427rem;
    box-sizing: border-box
}

.yz-grid-four .van-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: .08rem;
    padding: 0 .16rem;
    height: .43rem;
    line-height: 1;
    background: #fe5c37;
    border-radius: 1.33rem 1.33rem 1.33rem 0;
    border: 1px solid #fff;
    font-size: .27rem
}

.yz-kyrc {
    box-sizing: border-box;
    background: #f5f8ff;
    border-radius: .107rem;
    padding: .373rem .427rem;
    margin-top: .32rem;
    font-size: .373rem;
    line-height: .587rem;
    margin-bottom: .533rem
}

.yz-kyrc .title {
    font-size: .427rem;
    font-weight: 500;
    color: #13161b;
    line-height: .64rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.yz-kyrc .title:before {
    content: "";
    width: .427rem;
    height: .427rem;
    margin-right: .213rem;
    display: block;
    background: url(../images/kyrc.svg) no-repeat;
    background-size: 100% 100%
}

.yz-kyrc .tabs {
    display: -ms-flexbox;
    display: flex;
    margin: .32rem 0
}

.yz-kyrc .tabs .tab-item {
    color: #60656e;
    line-height: .587rem;
    width: 1.12rem;
    height: .587rem;
    background: #fff;
    border-radius: .293rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.yz-kyrc .tabs .tab-item+.tab-item {
    margin-left: .32rem
}

.yz-kyrc .tabs .active {
    font-weight: 600;
    color: #1887e0;
    background: #deecfb
}

.yz-kyrc .desc+.desc {
    margin-top: .16rem
}

.yz-kyrc .desc-term {
    display: -ms-flexbox;
    display: flex
}

.yz-kyrc .desc-term:before {
    content: "";
    display: block;
    width: .107rem;
    height: .107rem;
    background: #1887e0;
    margin-right: .133rem;
    border-radius: 50%;
    margin-top: .24rem
}

.yz-kyrc .desc-term a {
    color: #13161b;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.yz-kyrc .desc-term a:active {
    background-color: rgba(0,0,0,.05)
}

.yz-kyrc .desc-intro {
    color: #60656e;
    margin-top: .053rem;
    margin-left: .24rem
}

.yz-index-tab {
    margin-bottom: .267rem
}

.yz-index-tab .van-tab__pane {
    background: #fff
}

.yz-index-tab .van-tabs__wrap {
    height: 1.253rem
}

.yz-index-tab .van-tab {
    line-height: 1.253rem;
    font-size: .4rem
}

.yz-index-tab .yz-index-news-list li {
    position: relative;
    padding: .373rem .48rem .347rem .427rem;
    line-height: .587rem
}

.yz-index-tab .yz-index-news-list li:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ebedf0;
    transform: scaleY(.5)
}

.yz-index-tab .yz-index-news-list li a {
    color: #13161b;
    font-size: .4rem
}

.yz-index-tab .yz-index-news-list .news-time {
    margin-top: .133rem;
    line-height: .427rem;
    color: #8d949f;
    font-size: .293rem
}

.yz-index-tab .yz-news-more {
    height: 1.173rem;
    line-height: 1.173rem;
    text-align: center;
    font-size: .373rem
}

.wap-footer,.yz-index-tab .yz-news-more a {
    color: #8d949f
}

.wap-footer {
    background: #282828;
    font-size: .32rem
}

.wap-footer a {
    color: #8d949f
}

.wap-footer .wap-footer-list {
    padding: .587rem .64rem .427rem
}

.wap-footer .wap-footer-list .van-col {
    padding: .213rem
}

.wap-footer .wap-footer-media {
    padding: 0 .64rem
}

.wap-footer .wap-footer-media .iconfont {
    line-height: 1;
    margin-right: .213rem;
    font-size: 1.067rem;
    vertical-align: middle
}

.wap-footer .wap-footer-media .divid-line {
    width: .053rem;
    height: .373rem;
    background: #5a5a5a;
    margin: .347rem auto
}

.wap-footer .wap-footer-units {
    padding: .56rem 1.44rem .8rem .853rem
}

.yz-single-page {
    padding: 0 .427rem .853rem;
    min-height: calc(100vh - 5.187rem);
    background: #fff
}

.yz-single-page h2 {
    padding: .667rem 0 .533rem;
    margin: 0;
    text-align: center;
    font-size: .533rem;
    font-weight: 400
}

.yz-single-page p {
    font-size: .373rem;
    line-height: .587rem;
    margin: 0 0 .267rem
}

.yz-single-page h3 {
    position: relative;
    padding: .533rem 0 .4rem;
    margin: 0;
    font-size: .427rem;
    line-height: .587rem
}

.yz-single-page h3.map-title {
    border-bottom: .027rem solid #ebedf0
}

.yz-single-page h3.noboder {
    border-bottom: none
}

.yz-single-page h3 .van-icon {
    vertical-align: middle
}

.yz-single-page h3 a {
    color: #13161b
}

.yz-single-page ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .2rem 0
}

.yz-single-page ul li {
    width: 50%;
    line-height: .96rem;
    font-size: .373rem
}

.yz-single-page ul a {
    color: #13161b
}

.van-dialog {
    max-width: 750px
}

.yz-wszx-header .van-nav-bar {
    background: #f5f5f5
}

.yz-wszx-header .van-nav-bar .van-icon {
    color: #1758d8
}

.van-overlay {
    left: auto
}

.van-overlay,.van-popup--bottom {
    max-width: 750px
}

.close-filter-box {
    float: right;
    font-size: .48rem;
    margin-top: .267rem;
    margin-right: .133rem
}

@keyframes loader7 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(2turn)
    }
}

.loading-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    background: #f7f7f7;
    z-index: 10;
    max-width: 750px;
    margin: 0 auto
}

.loading-bg .loading-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    text-align: center
}

.loading-bg .loading-gif {
    display: inline-block;
    background: rgba(248,132,0,.6);
    width: .8rem;
    height: .8rem;
    position: relative;
    text-align: center;
    transform: rotate(20eg);
    animation: loader7 3s linear infinite
}

.loading-bg .loading-gif:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: .8rem;
    width: .8rem;
    background: rgba(248,132,0,.5);
    transform: rotate(135deg)
}

.loading-bg .tip {
    margin-top: .427rem;
    font-size: .373rem;
    color: #8d949f
}

.center {
    text-align: center
}

.van-dropdown-item {
    max-width: 750px;
    margin: 0 auto
}

.van-dropdown-item .van-button {
    border-radius: 0
}

.van-popup {
    max-width: 750px;
    margin: 0 auto
}

.van-popup--bottom {
    left: auto
}

.van-dialog {
    border-radius: .213rem
}

.van-rate__icon {
    width: auto
}

.van-rate__icon--half {
    width: 50%
}

.van-rate__item:not(:last-child) {
    padding-right: 0;
    margin-right: .053rem
}

.yz-myd-dialog {
    width: 9.147rem
}

.padding32 {
    padding: .427rem
}

.yz-search-nav {
    background: #fff
}

.yz-search-nav .van-search {
    padding: .533rem .427rem .067rem
}

.yz-search-nav .van-search .van-cell {
    padding: .133rem .213rem .133rem 0
}

.yz-search-nav .yxk-search-wap .van-search__content {
    border: .027rem solid #1887e0;
    border-right: none;
    border-radius: .107rem 0 0 .107rem;
    height: .853rem;
    box-sizing: border-box
}

.yz-search-nav .yxk-search-wap .van-search__content:after {
    display: none
}

.yz-search-nav .yxk-search-wap .van-search__action {
    height: .853rem;
    line-height: .853rem;
    background: #1887e0;
    border-radius: 0 .107rem .107rem 0;
    font-size: .373rem;
    color: hsla(0,0%,100%,.9);
    padding: 0 .32rem
}

.yz-search-nav .yxk-search-wap .van-search__action div {
    height: .853rem;
    line-height: .88rem
}

.yz-search-nav .yxk-search-wap .van-field__body {
    height: -webkit-fill-available;
    line-height: normal
}

.yz-search-nav .yxk-search-wap .van-field__body input {
    font-size: .373rem
}

.yz-search-nav .van-search__content {
    position: relative;
    background: #fff
}

.yz-search-nav .van-search__content:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 1px solid #d5d5d5;
    border-radius: 13.32rem;
    transform: scale(.5)
}

.yz-search-nav .van-dropdown-menu__bar {
    box-shadow: none
}

.yz-search-nav .van-dropdown-menu__bar.van-dropdown-menu__bar--opened:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #d5d5d5;
    transform: scale(.5);
    border-bottom-width: 1px
}

.yz-search-nav .van-dropdown-menu__title {
    font-size: .347rem
}

.yz-search-nav .van-field__control {
    font-size: .373rem
}

.yz-search-nav .van-dropdown-menu__bar {
    height: 1.147rem
}

.rate-star .van-rate__icon {
    font-size: .373rem;
    color: #e5e2e0
}

.rate-star .van-rate__icon--full {
    color: #f90
}

.rate-star .van-rate__icon--cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

.zxdy-list-item {
    display: -ms-flexbox;
    display: flex;
    padding: .16rem 0
}

.zxdy-list-item .van-tag {
    width: .427rem;
    height: .427rem;
    line-height: .427rem;
    padding: 0;
    margin-top: .053rem;
    box-sizing: border-box;
    font-size: .267rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.zxdy-list-item .item-icon {
    margin-right: .213rem
}

.zxdy-list-item .item-content {
    -ms-flex: 1;
    flex: 1;
    color: #60656e;
    font-size: .347rem
}

.zxdy-list-item .item-content .title {
    margin-bottom: .16rem;
    color: #13161b;
    font-size: .4rem;
    font-weight: 700
}

.zxdy-list-item .item-content .con {
    line-height: .56rem
}

.zxdy-list-item p {
    margin: 0
}

.zyjs-title {
    position: relative;
    line-height: .747rem;
    padding-left: .48rem;
    margin: 0 0 .48rem;
    font-weight: 700;
    font-size: .533rem;
    color: #13161b
}

.zyjs-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .133rem;
    display: block;
    width: .107rem;
    height: .48rem;
    background: #1787e0;
    border-radius: .027rem
}

.zyjs-con {
    margin-bottom: .64rem
}

.zyjs-con:last-child {
    margin-bottom: 0
}

.zyjs-zy {
    padding-top: .213rem;
    font-size: .373rem
}

.zyjs-zy .van-col {
    line-height: 1.12rem;
    padding-right: .427rem;
    color: #8d949f
}

.zyjs-zy a {
    color: #13161b
}

.yz-yxk-icon-nav {
    padding: .32rem 0
}

.yz-yxk-icon-nav .van-grid-item:first-child {
    border-right: 1px solid #d5d5d5
}

.yz-yxk-icon-nav .van-grid-item__content {
    padding: 0 .213rem
}

.yz-yxk-icon-nav .van-grid-item__text {
    font-size: .373rem;
    line-height: .373rem;
    padding-top: .067rem;
    color: #13161b
}

.yz-yxk-icon-nav .van-grid-item__icon+.van-grid-item__text {
    margin-left: .107rem
}

.help-list-con {
    padding: .64rem 0
}

.help-list-con .van-cell {
    height: 2.133rem;
    line-height: 1;
    padding: 0 .467rem;
    margin-bottom: .427rem;
    box-shadow: 0 .027rem .187rem 0 rgba(0,0,0,.11);
    border-radius: .133rem;
    font-size: .427rem;
    color: #000;
    -ms-flex-align: center;
    align-items: center
}

.help-list-con .van-cell .van-cell__left-icon {
    font-size: 1rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.help-list-con .van-cell .van-cell__left-icon .van-icon__image {
    margin-right: .24rem
}

.help-list-con .van-cell .van-cell__left-icon:after {
    display: block;
    content: "";
    width: 1px;
    height: 1.067rem;
    background: #d5d5d5;
    margin-right: .213rem
}

.help-list-con .van-cell:after {
    content: none
}

.help-list-con .van-cell .van-cell__right-icon {
    font-size: .373rem;
    font-weight: 700;
    line-height: 1;
    color: #878787
}

.help-list-con .van-cell__left-icon,.help-list-con .van-cell__right-icon {
    height: auto
}

.van-nav-bar.yz-zx-nav {
    background-color: #fff
}

.van-nav-bar.yz-zx-nav .van-icon {
    color: #1758d8
}

.zx-js-row {
    background-color: #fff;
    text-align: center;
    font-size: .373rem;
    line-height: .48rem;
    padding: .24rem 0;
    color: #13161b
}

.zx-js-row .van-col--12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zx-js-row .van-col--12:first-child {
    border-right: 1px solid #ebebeb
}

.zx-js-modal .van-dialog__header {
    color: #13161b;
    line-height: .747rem;
    font-weight: 500
}

.zx-js-modal .zx-js-text {
    font-size: .373rem;
    font-weight: 400;
    color: #60656e;
    line-height: .64rem;
    padding: .267rem .427rem .96rem
}

.zx-js-modal .van-dialog__confirm,.zx-js-modal .van-dialog__confirm:active {
    color: #13161b
}

.zx-js-modal .zx-gz-box {
    padding: 1.227rem 0 1.333rem
}

.zx-js-modal .zx-gz-box img {
    width: 2rem
}

.zx-js-modal .zx-gz-box .van-col--12 {
    text-align: center
}

.zx-js-modal .zx-gz-box .zx-gz-wz {
    font-size: .32rem;
    color: #8d949f;
    line-height: .48rem;
    margin-top: .16rem
}

.zx-filter-box {
    padding: .267rem 0 .267rem .427rem
}

.zx-filter-box .van-search__action {
    font-size: .373rem;
    line-height: .907rem
}

.zx-filter-box .right-span {
    font-size: .347rem;
    margin-left: .267rem;
    color: #1758d8
}

.zx-filter-box .right-span .van-icon-play {
    transform: rotate(90deg);
    position: relative;
    top: .053rem;
    margin-left: .053rem
}

.zx-filter-box .van-button--info {
    background-color: #1758d8;
    border: 1px solid #1758d8
}

.zx-h3-wraper {
    padding: .373rem .427rem;
    border-bottom: 1px solid #f6f7f8
}

.zx-h3-title {
    height: .4rem;
    line-height: .4rem;
    font-size: .373rem;
    color: #13161b;
    font-weight: 500;
    padding-left: .16rem;
    border-left: .08rem solid #1758d8;
    margin-top: 0;
    margin-bottom: 0
}

.zx-yx-item {
    position: relative;
    padding: .4rem 0;
    margin: 0 .427rem
}

.zx-yx-item:not(:last-child):after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(.5)
}

.zx-yx-item .inner-box,.zx-yx-item .van-row {
    -ms-flex-align: center;
    align-items: center
}

.zx-yx-item .inner-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.zx-yx-item .inner-box .van-image {
    width: 1.387rem;
    height: 1.387rem
}

.zx-yx-item .inner-box .van-image__error-icon {
    font-size: 1.387rem
}

.zx-yx-item .van-col--4 {
    width: 1.707rem;
    padding-right: .32rem
}

.zx-yx-item .van-col--20 {
    width: calc(100% - 1.707rem)
}

.zx-yx-item .zx-item-time {
    font-size: .32rem;
    color: #818181;
    line-height: .427rem;
    margin-top: .133rem
}

.zx-yx-item .sch-name {
    color: #2b2b2b;
    font-size: .4rem;
    line-height: .64rem;
    margin-right: .32rem
}

.zx-yx-item .sch-tags {
    white-space: nowrap;
    margin-top: .027rem
}

.zx-yx-item .zx-tag {
    color: #818181;
    font-size: .293rem;
    padding: .08rem .107rem;
    border-radius: .08rem
}

.zx-yx-item .zx-tag:before {
    border-color: #d9d9d9;
    border-radius: .053rem
}

.zx-yx-item .zx-tag+.zx-tag {
    margin-left: .16rem
}

.zx-yx-item .zx-item-title * {
    float: left
}

.zx-yx-item .zx-item-title svg {
    width: .32rem;
    height: .32rem;
    padding-top: .12rem;
    padding-bottom: .2rem;
    margin-left: -.213rem;
    margin-right: .32rem;
    margin-top: .027rem
}

.zx-filter-box .right-span .van-icon-play {
    top: 0
}

.yz-zxdy-search-btn {
    padding: .267rem .427rem;
    background: #fff
}

.yz-zxdy-search-btn a {
    display: -ms-flexbox;
    display: flex;
    height: .8rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .4rem;
    color: #1cb278;
    font-size: .347rem;
    background: #e8f7f1;
    text-decoration: none
}

.yz-zxdy-search-btn a .value {
    margin-left: .11rem
}

.yz-zxdy-search-btn a .van-icon {
    font-size: .48rem
}

.yz-new-bl {
    background: #fff
}

.yz-new-bl .van-skeleton {
    height: 1.707rem
}

.yz-new-bl .van-skeleton .van-skeleton__avatar {
    margin-top: .407rem
}

.yz-new-bl .van-skeleton__content {
    padding-top: .28rem
}

.yz-new-bl .van-skeleton__content .van-skeleton__row:not(:first-child) {
    margin-bottom: .2rem
}

.yz-new-bl .hot-news-bl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .293rem;
    height: 1.707rem;
    border-radius: .16rem;
    background: #f5f5f5
}

.yz-new-bl .hot-news-bl .yz-img-bl {
    position: relative;
    width: 1.067rem
}

.yz-new-bl .hot-news-bl .yz-img-bl img {
    display: block;
    width: 100%
}

.yz-new-bl .hot-news-bl .news-list-swp {
    margin-left: .56rem;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.yz-new-bl .hot-news-bl .news-list-swp .van-swipe {
    height: 1.2rem
}

.yz-new-bl .hot-news-bl .news-list-swp .no-tips {
    text-align: center;
    line-height: .933rem
}

.yz-new-bl .hot-news-bl .news-list-swp .icon {
    padding: 0 .213rem;
    height: .533rem;
    line-height: .533rem;
    border-radius: .533rem;
    margin-right: 0;
    font-size: .373rem;
    display: inline-block;
    margin-bottom: .04rem;
    color: #60656e
}

.yz-new-bl .hot-news-bl .news-list-swp .msg {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #60656e;
    font-size: .347rem;
    font-weight: 400;
    line-height: .493rem
}

.yz-new-bl .hot-news-bl .news-list-swp a {
    color: #60656e
}

.yz-new-bl .hot-news-bl .news-bl .news-item {
    line-height: .267rem;
    margin-bottom: .2rem
}

.yz-new-bl .hot-news-bl .news-bl .news-item:last-child {
    margin-bottom: 0
}

.yz-new-bl .yz-img-bl:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: .907rem;
    background: #dcdada;
    position: absolute;
    right: -.293rem;
    top: 50%;
    margin-top: -.453rem
}

.bottom-12 {
    margin-bottom: .16rem
}

.blur-gap {
    height: .267rem;
    background: #f2f4f3;
    margin: 0 -.427rem
}

.yz-index-box .col-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .427rem;
    color: #13161b;
    font-weight: 700;
    line-height: .6rem;
    padding: 0;
    margin: .8rem 0 .32rem
}

.yz-index-box .col-title .text {
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.yz-index-box .col-title .more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: .373rem;
    color: #818181;
    line-height: 1
}

.yz-index-box .col-title .more:active {
    background-color: rgba(0,0,0,.05)
}

.tbtj-box {
    margin-right: -.427rem;
    overflow-x: auto
}

.tbtj-list {
    background: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap
}

.tbtj-list .tbtj-item {
    width: 4.267rem;
    height: 2.133rem;
    position: relative;
    border-radius: .107rem;
    margin-right: .32rem;
    margin-bottom: .32rem;
    display: inline-block
}

.tbtj-list .tbtj-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.tbtj-list .tbtj-item img {
    display: block;
    width: 100%;
    border-radius: .107rem
}

.yz-index-help-con {
    margin-bottom: -.267rem
}

.yz-index-help-con h4 {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .32rem;
    -ms-flex-align: center;
    align-items: center;
    height: .56rem;
    font-size: .4rem;
    font-weight: 500;
    color: #1887e0;
    line-height: .56rem
}

.yz-index-help-con h4:before {
    content: " ";
    width: .08rem;
    height: .4rem;
    margin-right: .16rem;
    background: #1887e0;
    border-radius: .067rem
}

.yz-index-help-con ul {
    display: block;
    padding: .16rem .24rem;
    border-radius: .107rem;
    margin-bottom: .613rem;
    background: #f1f6ff
}

.yz-index-help-con ul li {
    width: 100%;
    padding: .32rem 0;
    line-height: .453rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .373rem;
    box-sizing: border-box
}

.yz-index-help-con ul li:last-child {
    border-color: #f1f6ff
}

.yz-index-help-con ul li a {
    color: #13161b
}

.yzzx-block-ss {
    text-align: center;
    height: .907rem;
    line-height: .907rem;
    font-size: .373rem;
    background: #f5f5f5;
    margin-bottom: .373rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zxz-tab-main .van-tab--active {
    color: #13161b;
    font-size: .427rem
}

.zxz-tab-main .van-tab--active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: .48rem;
    z-index: 1;
    height: .08rem;
    background-color: #1758d8;
    border-radius: .04rem
}

.zxz-tab-main .van-tabs__line {
    display: none
}

.van-nav-bar .logo {
    display: block;
    width: 2.87rem
}

.nodata-wap {
    padding: .533rem 0 2.667rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.nodata-wap img {
    display: block;
    width: 5.533rem;
    height: 4.613rem
}

.nodata-wap .no-data {
    margin-top: .213rem;
    font-size: .373rem;
    color: #8d949f;
    line-height: .533rem
}

.van-sticky--fixed .fixed-box {
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 .107rem .213rem -.107rem rgba(0,0,0,.24)
}

.yz-wap-radio .van-radio {
    height: .533rem
}

.yz-wap-radio .van-radio__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.yz-wap-radio .yz-radio-icon {
    width: .267rem
}

.yz-wap-radio .van-radio__label {
    line-height: 1;
    margin-left: .053rem;
    font-size: .32rem;
    color: #60656e
}

.yz-wap-radio .van-radio--horizontal {
    margin-right: .267rem
}

.yz-wap-radio .van-radio--horizontal:last-child {
    margin-right: 0
}

table {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word
}

table th {
    font-weight: 700
}

table td,table th {
    border: 1px solid #e9e9e9;
    border-top: 0;
    font-size: .427rem;
    text-align: left
}

table td {
    color: #60656e
}

.ivu-spin {
    color: #1887e0;
    vertical-align: middle;
    text-align: center
}

.ivu-spin-dot {
    position: relative;
    display: block;
    border-radius: 50%;
    background-color: #1887e0;
    width: .267rem;
    height: .267rem;
    animation: ani-spin-bounce 1s 0s ease-in-out infinite
}

.ivu-spin-large .ivu-spin-dot {
    width: .427rem;
    height: .427rem
}

.ivu-spin-small .ivu-spin-dot {
    width: .16rem;
    height: .16rem
}

.ivu-spin-fix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.9)
}

.ivu-spin-fullscreen {
    z-index: 2010
}

.ivu-spin-fullscreen-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ivu-spin-fix .ivu-spin-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.ivu-spin-fix .ivu-spin-dot {
    display: inline-block
}

.ivu-spin-show-text .ivu-spin-dot,.ivu-spin-text {
    display: none
}

.ivu-spin-show-text .ivu-spin-text {
    display: block
}

@keyframes ani-spin-bounce {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

.common-detail,.common-detail-layout {
    min-height: calc(100vh - 6.987rem)
}

.common-detail {
    background: #fff
}

.common-detail-title {
    padding: .373rem .427rem .427rem
}

.common-detail-title h2 {
    line-height: .667rem;
    margin: 0;
    font-size: .48rem;
    font-weight: 700;
    color: #13161b
}

.common-col-title-con {
    padding: 0 .427rem
}

.common-col-title-con .common-col-title {
    position: relative;
    line-height: .64rem;
    padding-left: .24rem;
    margin: 0;
    font-size: .427rem;
    font-weight: 700
}

.common-col-title-con .common-col-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .107rem;
    display: block;
    width: .08rem;
    height: .427rem;
    background: #1887e0
}

.common-search-con {
    padding: .267rem .427rem .16rem;
    background: #fff
}

.common-search-con .van-search {
    padding: .427rem 0 .267rem
}

.common-tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

.common-tip .van-icon {
    font-size: .32rem;
    margin-right: .107rem;
    color: #1887e0
}

.common-tip .value {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    color: #60656e;
    line-height: .533rem;
    font-size: .32rem
}

.common-link-list {
    padding: 0 .427rem .133rem
}

.common-link-list .detail-item {
    position: relative;
    padding: .267rem 0 .267rem .267rem;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    font-size: .373rem;
    color: #8d949f
}

.common-link-list .detail-item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .48rem;
    display: block;
    width: .107rem;
    height: .107rem;
    background: #d8d8d8;
    border-radius: 50%
}

.common-link-list .detail-item:last-child {
    border-bottom: none
}

.common-link-list .lodaing-item {
    line-height: 1.333rem;
    text-align: center
}

.common-link-list .title {
    height: .587rem;
    line-height: .587rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.common-link-list .title a {
    font-size: .373rem;
    color: #13161b
}

.common-link-list .time {
    height: .507rem;
    line-height: .507rem;
    margin-top: .053rem;
    font-size: .32rem;
    color: #8d949f
}

.yz-wzdt {
    background: #fff;
    padding: .64rem .427rem .427rem
}

.wzdt-item {
    margin-bottom: .427rem
}

.wzdt-item h3 {
    margin: 0
}

.wzdt-item .wzdt-item-title {
    font-weight: 400;
    padding: .32rem 0;
    border-bottom: 1px solid #d5d7db
}

.wzdt-item .wzdt-item-title .text {
    color: #13161b;
    height: .693rem;
    font-size: .48rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.wzdt-item .wzdt-item-title .van-icon {
    color: #60656e;
    font-size: .48rem;
    margin-left: .107rem
}

.wzdt-item .wzdt-item-content {
    padding: .32rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wzdt-item .wzdt-item-content .link {
    font-size: .427rem;
    font-weight: 400;
    color: #60656e;
    line-height: .64rem;
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding-right: .16rem;
    margin-bottom: .213rem
}

.wzdt-item .wzdt-item-content .link.long {
    width: 100%
}

.color-yztj {
    color: #c72c2c
}

.van-image-preview .van-swipe-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.yztj-nav img.logo {
    height: .427rem;
    vertical-align: middle
}

.yztj-nav .user-icon {
    font-size: .6rem;
    color: #3373c6;
    vertical-align: middle
}

.yztj-header {
    min-height: 8.6rem;
    padding-bottom: 1.387rem;
    background: url(../images/yztj-banner.jpg) no-repeat top;
    background-size: cover;
    text-align: center;
    box-sizing: border-box
}

.yztj-header h1 {
    margin: 0;
    padding-top: 1.333rem;
    line-height: .907rem;
    font-weight: 500;
    font-size: .72rem;
    color: #fff
}

.yztj-header .sub-title {
    width: 9.04rem;
    padding: .427rem .32rem;
    line-height: .533rem;
    margin-top: .533rem;
    margin-bottom: .747rem;
    background: rgba(0,61,157,.35);
    font-size: .373rem;
    box-sizing: border-box;
    color: #fff
}

.yztj-header .sub-title,.yztj-header a {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.yztj-header a {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.267rem;
    height: 1.2rem;
    line-height: .64rem;
    background: linear-gradient(180deg,#ffdba8,#fdbc56);
    border-radius: .133rem;
    font-size: .453rem;
    font-weight: 500;
    color: #875700;
    text-decoration: none
}

.yztj-header a .iconfont {
    height: .453rem;
    line-height: .453rem;
    margin-top: -.08rem;
    margin-right: .107rem;
    font-size: .453rem;
    font-weight: 500;
    vertical-align: middle
}

.yztj-remind {
    padding: .187rem .213rem .373rem;
    border-radius: .107rem;
    margin: -.867rem .48rem .267rem;
    overflow: hidden;
    background: #fff
}

.yztj-remind .flow-chart,.yztj-remind .remind-title {
    display: none
}

.yztj-remind .remind-time {
    position: relative;
    line-height: .533rem;
    padding: .373rem .387rem;
    color: #5d5d5d;
    font-size: .373rem;
    box-sizing: border-box
}

.yztj-remind .remind-time.boderb {
    border-bottom: 1px solid #e5e5e5
}

.yztj-remind .remind-time .link-btn {
    display: block
}

.yztj-remind .remind-time a {
    color: #5d5d5d;
    font-size: .373rem
}

.yztj-remind .remind-time .bigfont {
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: .56rem;
    margin-bottom: .067rem;
    color: #13161b;
    font-size: .4rem;
    font-weight: 700
}

.yztj-remind .remind-time .iconfont {
    position: absolute;
    right: .4rem;
    top: 50%;
    margin-top: -.333rem;
    line-height: 1;
    font-size: .667rem;
    background: linear-gradient(180deg,#77a7e9,#5784f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.yztj-remind .disabled-time .iconfont {
    background: linear-gradient(180deg,#ddd,#afafaf);
    -webkit-background-clip: text
}

.yztj-remind .different {
    margin-top: .253rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .32rem;
    text-align: center
}

.yztj-remind .different a {
    color: #3373c6
}

.yztj-con-box {
    padding: .533rem .48rem;
    background: #fff;
    margin-bottom: .267rem
}

.yztj-con-box.grey {
    padding-bottom: .4rem;
    margin-top: -.267rem;
    margin-bottom: 0;
    background: none
}

.yztj-con-box.last {
    margin-bottom: 0
}

.yztj-con-box.little-box {
    padding: .4rem .48rem
}

.yztj-con-box .col-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: .6rem;
    line-height: .6rem;
    margin: 0;
    font-size: .427rem;
    font-weight: 700;
    color: #13161b
}

.yztj-con-box .col-title:before {
    content: " ";
    display: block;
    width: .067rem;
    height: .427rem;
    margin-right: .16rem;
    background: #659ae6;
    border-radius: .067rem
}

.yztj-con-box .col-title .more {
    position: absolute;
    top: 0;
    right: 0;
    color: #3373c6;
    font-size: .32rem;
    font-weight: 400
}

.yztj-con-box .col-title .van-icon {
    vertical-align: middle
}

.yztj-con-box .col-con {
    margin-top: .427rem
}

.yztj-con-box .news-list li {
    position: relative;
    height: .533rem;
    line-height: .533rem;
    padding-left: .227rem;
    margin-bottom: .4rem;
    font-size: .373rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yztj-con-box .news-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: .107rem;
    height: .107rem;
    margin-top: -.053rem;
    background: #bfd4f6;
    border-radius: 50%
}

.yztj-con-box .news-list li:last-child {
    margin-bottom: 0
}

.yztj-con-box .news-list a {
    color: #13161b
}

.yztj-con-box .newsfocus {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .373rem
}

.yztj-con-box .newsfocus:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.yztj-con-box .newsfocus h3 {
    height: .533rem;
    line-height: .533rem;
    margin-bottom: .173rem;
    font-weight: 400;
    font-size: .373rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.yztj-con-box .newsfocus h3 a {
    color: #13161b
}

.yztj-con-box .newsfocus .related-news {
    position: relative;
    line-height: .44rem;
    padding-left: 1.867rem;
    font-size: .32rem;
    text-indent: -.267rem
}

.yztj-con-box .newsfocus .related-news a {
    color: #60656e;
    margin: 0 .267rem
}

.yztj-con-box .newsfocus .news-icon {
    position: absolute;
    left: 0;
    top: -.04rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: 0;
    width: 1.507rem;
    height: .507rem;
    line-height: .507rem;
    background: #f7b500;
    color: #fff
}

.yztj-con-box .newsfocus .news-icon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: .253rem 0 .253rem .16rem;
    border-left-color: #f7b500
}

.yztj-step-con {
    display: -ms-flexbox;
    display: flex;
    height: 2.32rem;
    padding: .88rem .24rem;
    margin-bottom: .293rem;
    background: url(../images/tj-step.svg) no-repeat 0 0;
    background-size: contain;
    box-sizing: border-box
}

.yztj-step-con ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.yztj-step-con li {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.yztj-step-con li:first-child .title {
    left: .133rem
}

.yztj-step-con li:last-child .step-num {
    padding-right: 0;
    margin-right: .147rem;
    overflow: visible
}

.yztj-step-con li:last-child .step-num:before {
    display: none
}

.yztj-step-con li:last-child .step-num:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-width: .28rem 0 .28rem .16rem;
    border-color: transparent #5f95e8
}

.yztj-step-con li:last-child .title {
    left: auto;
    right: .107rem
}

.yztj-step-con li:before {
    content: "";
    position: absolute;
    display: block;
    top: -.2rem;
    left: 50%;
    margin-left: -.16rem;
    width: .173rem;
    height: .12rem;
    background: url(../images/arrow.svg) no-repeat 0 0;
    background-size: contain
}

.yztj-step-con li.bottom .title {
    top: auto;
    bottom: -.72rem
}

.yztj-step-con li.bottom:before {
    top: auto;
    bottom: -.2rem;
    transform: rotate(180deg)
}

.yztj-step-con .step-num {
    position: relative;
    height: .56rem;
    line-height: .56rem;
    padding-right: .16rem;
    background: #5f95e8;
    overflow: hidden;
    color: #fff;
    font-size: .32rem;
    text-align: center;
    box-sizing: border-box
}

.yztj-step-con .step-num:before {
    content: "";
    position: absolute;
    display: block;
    top: -.027rem;
    right: 0;
    width: .213rem;
    height: .613rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iNDJweCIgdmlld0JveD0iMCAwIDE2IDQyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nmb3ovrk8L3RpdGxlPg0KICAgIDxnIGlkPSLnp7vliqjnq6/lrprnqL8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i55S75p2/IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTExLjAwMDAwMCwgLTMwLjAwMDAwMCkiIHN0cm9rZT0iI0Y1RjhGRiIgc3Ryb2tlLXdpZHRoPSIzIj4NCiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0i55m96L65IiBwb2ludHM9IjExMyAzMSAxMjQuNTU4NTM0IDUxLjAzOTczNzIgMTEzIDcxLjA3OTQ3NDUiPjwvcG9seWxpbmU+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=) no-repeat 0 0;
    background-size: cover
}

.yztj-step-con .title {
    position: absolute;
    top: -.72rem;
    left: -.08rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: .533rem;
    line-height: .533rem;
    font-size: .373rem;
    white-space: nowrap
}

.yztj-step-detail {
    line-height: .427rem;
    padding-right: .067rem;
    text-align: right
}

.yztj-step-detail a {
    font-size: .32rem;
    color: #3373c6
}

.yztj-tjlc-popup .tjlc-title {
    height: .6rem;
    line-height: .6rem;
    padding: 1.147rem .48rem .613rem;
    font-size: .427rem;
    font-weight: 700;
    color: #000;
    text-align: center
}

.yztj-tjlc-popup .tjlc-con {
    overflow-y: auto;
    padding: 0 .48rem;
    max-height: calc(100% - 2.36rem)
}

.yztj-tjlc-popup .tjlc-con .title-con {
    margin-bottom: .267rem
}

.yztj-tjlc-popup .tjlc-con .title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: .747rem;
    line-height: .747rem;
    padding: 0 .24rem;
    background: linear-gradient(180deg,#77a7e9,#5784f0);
    border-radius: .373rem;
    font-size: .373rem;
    color: #fff
}

.yztj-tjlc-popup .tjlc-con .desc {
    padding: 0 .213rem;
    margin-bottom: .533rem;
    line-height: .533rem;
    font-size: .373rem
}

.tjfs-con {
    margin-bottom: .373rem;
    background: #fff;
    border-radius: .08rem;
    overflow: hidden
}

.tjfs-con:last-child {
    margin-bottom: 0
}

.tjfs-con .van-collapse-item:last-child .van-collapse-item__title:before {
    display: none
}

.tjfs-con .title {
    height: 1.12rem;
    line-height: 1.12rem;
    margin: 0;
    background: linear-gradient(180deg,#77a7e9,#5784f0);
    text-align: center;
    color: #fff;
    font-size: .4rem;
    font-weight: 700
}

.tjfs-con .van-collapse-item__title {
    position: relative;
    width: auto;
    height: 1.333rem;
    padding: 0;
    margin: 0 .213rem;
    -ms-flex-align: center;
    align-items: center
}

.tjfs-con .van-collapse-item__title:before {
    position: absolute;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #e5e5e5;
    transform: scale(.5);
    border-bottom-width: 1px
}

.tjfs-con .van-collapse-item__title.van-collapse-item__title--expanded:after,.tjfs-con .van-collapse-item__title.van-collapse-item__title--expanded:before,.tjfs-con .van-hairline--top:after {
    display: none
}

.tjfs-con .van-collapse-item__content {
    padding: .4rem .213rem;
    background: #f5f8ff
}

.tjfs-con .van-collapse-item__content .desc {
    line-height: .533rem;
    color: #5d5d5d;
    font-size: .373rem
}

.tjfs-con .van-collapse-item__content .img-con {
    margin-top: .16rem
}

.tjfs-con .van-collapse-item__content .img-con img {
    width: 100%
}

.tjfs-con .item-title-con,.tjfs-con .item-title-con .index {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.tjfs-con .item-title-con .index {
    -ms-flex-pack: center;
    justify-content: center;
    width: .507rem;
    height: .507rem;
    margin-right: .133rem;
    background: linear-gradient(180deg,#77a7e9,#5784f0);
    border-radius: 50%;
    font-size: .373rem;
    color: #fff
}

.tjfs-con .item-title-con .item-title {
    font-size: .373rem
}

.tjfs-con .van-cell__value {
    margin-right: .08rem;
    font-size: .32rem;
    color: #3373c6
}

.tjfs-con .item-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: .187rem;
    height: .187rem
}

.tjfs-con .item-icon.down {
    background: url(../images/down.svg) no-repeat 0 0;
    background-size: cover
}

.tjfs-con .item-icon.up {
    background: url(../images/up.svg) no-repeat 0 0;
    background-size: cover
}

.fs-number a {
    display: block;
    float: left;
    width: 1.48rem;
    height: .667rem;
    line-height: .667rem;
    border: .027rem solid #3373c6;
    border-radius: .08rem;
    margin-right: .4rem;
    box-sizing: border-box;
    font-size: .373rem;
    text-align: center;
    color: #3373c6
}

.fs-number a:last-child {
    margin-right: 0
}

.yztj-yxfq {
    padding: .453rem .347rem;
    background: #f7f8fd;
    margin-bottom: .267rem
}

.yztj-yxfq:last-child {
    margin-bottom: .133rem
}

.yztj-yxfq h3 {
    margin: 0;
    height: .6rem;
    line-height: .6rem;
    font-size: .427rem;
    font-weight: 700
}

.yztj-yxfq ul {
    width: 109%;
    margin-top: .053rem
}

.yztj-yxfq li {
    float: left;
    width: 16.6666666%;
    line-height: .533rem;
    margin-top: .267rem;
    font-size: .373rem;
    color: #5b5c5d
}

.yztj-yxfq li:last-child {
    width: auto
}

.ewm-btn {
    position: fixed;
    right: .427rem;
    bottom: .427rem;
    padding-top: .28rem;
    width: 1.333rem;
    height: 1.333rem;
    background: #3373c6;
    border: 1px solid #3373c6;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center
}

.ewm-btn .iconfont {
    display: inline-block;
    height: .667rem;
    line-height: .667rem;
    font-size: .667rem;
    color: #fff
}

.ewm {
    padding: .427rem
}

.ewm .van-row {
    padding: .027rem 0
}

.ewm .ewm-title {
    font-size: .427rem
}

.ewm .ewm-con {
    font-size: .32rem;
    color: #646464
}

.ewm img {
    width: 100%
}

.yzwb-header {
    position: relative;
    min-height: 8.427rem;
    background: #2c5fb8 url(../images/banner.jpg) no-repeat top;
    background-size: auto 100%;
    text-align: center;
    padding: 0 .48rem;
    padding-bottom: .347rem;
    color: #fff
}

.yzwb-header .van-icon {
    position: absolute;
    font-size: .4rem;
    color: #fff;
    left: .427rem;
    top: .4rem
}

.yzwb-header h1 {
    margin: 0;
    padding-top: 1.307rem;
    line-height: .907rem;
    font-size: .693rem
}

.yzwb-header .jd-con {
    width: 9.04rem;
    margin: .427rem auto 0;
    padding: .373rem .24rem;
    background: rgba(0,19,59,.3);
    box-sizing: border-box
}

.yzwb-header h2 {
    line-height: .56rem;
    margin: 0 0 .293rem;
    font-size: .4rem
}

.yzwb-header .sub-title {
    line-height: .587rem;
    font-size: .347rem
}

.yzwb-progress {
    position: relative;
    margin: .347rem .48rem .4rem;
    padding: .373rem .533rem .427rem;
    background: #fff
}

.yzwb-progress .more {
    position: absolute;
    right: .267rem;
    bottom: .16rem;
    line-height: .427rem;
    font-size: .32rem
}

.yzwb-progress .more a {
    color: #4e79ca
}

.yzwb-progress-text li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .32rem
}

.yzwb-progress-text li:before {
    content: " ";
    display: block;
    margin-right: .267rem;
    width: .24rem;
    height: .24rem;
    border: .04rem solid #4e79ca;
    box-sizing: border-box;
    border-radius: 50%
}

.yzwb-progress-text li:after {
    display: block;
    content: " ";
    position: absolute;
    top: .467rem;
    left: .12rem;
    width: 1px;
    height: .453rem;
    background: #4e79ca;
    box-sizing: border-box
}

.yzwb-progress-text li:last-child:after {
    display: none
}

.yzwb-progress-text li .time {
    width: 3.2rem;
    height: .493rem;
    line-height: .493rem;
    font-size: .347rem;
    color: #818181
}

.yzwb-progress-text li .title {
    height: .533rem;
    line-height: .533rem;
    font-size: .373rem;
    color: #13161b
}

.yzwb-bm-btn {
    padding: 0 .48rem .533rem
}

.yzwb-bm-btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.2rem;
    font-size: .427rem;
    font-weight: 700;
    color: #92542a;
    background: linear-gradient(1turn,#ffae2e,#ffe059);
    border-radius: .6rem;
    text-decoration: none
}

.yzwb-con-box {
    padding: .533rem .48rem;
    background: #fff;
    margin-bottom: .267rem
}

.yzwb-con-box.little-box {
    padding: .4rem .48rem
}

.yzwb-con-box .col-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: .6rem;
    line-height: .6rem;
    margin: 0;
    font-size: .427rem;
    font-weight: 700;
    color: #13161b
}

.yzwb-con-box .col-title:before {
    content: " ";
    display: block;
    width: .08rem;
    height: .427rem;
    margin-right: .16rem;
    background: #4e79ca;
    border-radius: .067rem
}

.yzwb-con-box .col-title .more {
    position: absolute;
    top: 0;
    right: 0;
    color: #60656e;
    font-size: .48rem
}

.yzwb-con-box .col-title .van-icon {
    vertical-align: middle
}

.yzwb-con-box .col-con {
    margin-top: .427rem
}

.yzwb-con-box .wbtx-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 1.067rem;
    padding-left: .213rem;
    background: hsla(0,0%,85%,.29);
    border-radius: .107rem;
    color: #13161b;
    font-size: .373rem
}

.yzwb-con-box .wbtx-title .icon {
    width: .373rem;
    height: .4rem;
    margin-right: .213rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAYAAAA/xX6fAAAAAXNSR0IArs4c6QAAArhJREFUSEvtll1IU2EYx///c8SSKKJPgq7Sm7oIqRUKQlEEQe0cNSzSqyCIKCIl7Gwr2oU2LYIwEqMbb7rpA5daXgRBH1Dbml5EGES3VhSIBOJw5zyxsY0zP3bOdN61q8Pe9/3/nvd5ny9iiT/NiFeB5j2QNRQZB5TW5yFPxEmOThsWWtcCEY9YyktCNufWBX9WiVL1pNszVUizaKDXiBwiEQa4dp6wUnZgsHPP25IBNV+0EcAjAKsXEhVVPTzUsfd1SYC6ETkrQB9IdTHBxYCa//NWcEbHrDrsyqVeI3KVZAhAwf1zgU3BL+WJxPRlQAIA1pF85gjUfdHbAlxxE1x2oDcQ02nJHQCV6bOCWRLncsBgUBS76MREXP2x0XpA4IwbWFoz84ZeI3aClKe2CB4RKm1DIc9X6oF4g1jmfQDb3Ao7vaHmjx2ByAjAbwrRFr65byR7hpov+gvAluXC7DdMfdcHx9aHg9VTAMWunQLm/bEcsKu0+A8sxsVZl+q+0V1C86QAZblgERFYeLUib6j5Y+8gUjffWJlcGaAveh4irXllkBAKBlYEWLB4/4/SpURpYZf6o78h2FSMsFMtrfePVVsyO0DwE1Ua4Q7P91x66Eb0lEX0EtiwXGguD1PNmnyY0UuQvCvJROfgrbq/mfYk9AbjFXlFdnpGFbW8j0CzW0OywKamx2qiaocPsAwAazLnf4qoLYUbsAg1f7QH4EU30LnFu7H94/akqnSJoJlMTwuDjh0/BdKMyA2QQSfoYt3iuC9Sq4AtUKTfFTAF0v2xCyLSAyBvMrAb4ao9OVltX/cakdOk0g9I+ULnSg5Mu/da/ChMMzWvZIPBNrrg4FBo/5uCeVjMDbN7G66P1ibN5DDFnkoyaUpF5Yuu3ZMlB6YEj7V/2Kkoai+IGoLjlmVeGu6uee90gX+QdUNRHtxc5gAAAABJRU5ErkJggg==) no-repeat 0 0;
    background-size: contain
}

.yzwb-con-box .wbtx-title a {
    color: #4e79ca
}

.yzwb-con-box .wbtx-link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: .267rem -.08rem 0
}

.yzwb-con-box .wbtx-link-list .lct {
    width: 3.867rem;
    margin-right: .107rem
}

.yzwb-con-box .wbtx-link-list .lm {
    width: 5.227rem
}

.yzwb-con-box .wbtx-link-list img {
    display: block;
    width: 100%
}

.yzwb-con-box .wbtx-link-list .img-con+.img-con {
    margin-top: .053rem
}

.yzwb-con-box .newsfocus {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .373rem
}

.yzwb-con-box .newsfocus:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.yzwb-con-box .newsfocus h3 {
    height: .533rem;
    line-height: .533rem;
    margin-bottom: .173rem;
    font-weight: 400;
    font-size: .373rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.yzwb-con-box .newsfocus h3 a {
    color: #13161b
}

.yzwb-con-box .newsfocus .related-news {
    position: relative;
    line-height: .44rem;
    padding-left: 1.867rem;
    font-size: .32rem;
    text-indent: -.267rem
}

.yzwb-con-box .newsfocus .related-news a {
    color: #60656e;
    margin: 0 .267rem
}

.yzwb-con-box .newsfocus .news-icon {
    position: absolute;
    left: 0;
    top: -.04rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: 0;
    width: 1.507rem;
    height: .507rem;
    line-height: .507rem;
    background: #f7b500;
    color: #fff
}

.yzwb-con-box .newsfocus .news-icon:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: .253rem 0 .253rem .16rem;
    border-left-color: #f7b500
}

.yzwb-bkd-list {
    display: -ms-flexbox;
    display: flex
}

.yzwb-bkd-list ul {
    -ms-flex: 1;
    flex: 1
}

.yzwb-bkd-list ul+ul {
    margin-left: .24rem
}

.yzwb-bkd-list li {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    height: 1.107rem;
    line-height: 1.107rem;
    -ms-flex-align: center;
    align-items: center;
    font-size: .373rem;
    color: #13161b;
    text-align: center
}

.yzwb-bkd-list li:last-child {
    border-bottom: none
}

.yzwb-bkd-list li.title {
    height: .893rem;
    line-height: .893rem;
    font-size: .347rem;
    color: #818181;
    border-bottom: none
}

.yzwb-bkd-list li a {
    color: #4e79ca
}

.yzwb-bkd-list li .ssmc {
    -ms-flex: 3;
    flex: 3;
    padding-left: .2rem;
    text-align: left
}

.yzwb-bkd-list li .bkd,.yzwb-bkd-list li .zsdw {
    -ms-flex: 4;
    flex: 4
}

.view-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: .427rem;
    line-height: .427rem;
    margin-top: .387rem;
    font-size: .32rem;
    color: #4e79ca
}

.view-more .van-icon {
    margin-left: .16rem
}

.yzwb-bkdModal-title {
    padding: .533rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .427rem;
    color: #13161b
}

.yzwb-bkdModal-con {
    padding: 0 .533rem .533rem;
    color: #13161b;
    font-size: .373rem;
    line-height: .6rem;
    max-height: 4.667rem;
    overflow: auto
}

.yzwb-bkdModal-con li {
    margin-bottom: .267rem
}

.yzwb-wsbmjf {
    background: #fff;
    padding-bottom: .8rem
}

.yzwb-wsbmjf .van-tabs__content {
    margin: 0 .48rem
}

.yzwb-wsbmjf .van-tab {
    padding: 0 .267rem;
    font-size: .373rem;
    color: #818181
}

.yzwb-wsbmjf .van-tab--active {
    font-size: .427rem;
    font-weight: 700;
    color: #13161b
}

.yzwb-wsbmjf .van-tab--active .van-tab__text {
    margin-bottom: .08rem
}

.yzwb-wsbmjf .van-tabs--line .van-tabs__wrap {
    height: 1.733rem
}

.yzwb-wsbmjf .van-tabs__line {
    bottom: .773rem;
    border-radius: .08rem
}

.yzwb-wsbmjf .tip {
    padding: .32rem .213rem;
    line-height: .613rem;
    margin-top: .04rem;
    background: #4e79ca;
    border-radius: .107rem;
    color: #fff;
    font-size: .373rem
}

.yzwb-wsbmjf .con-box,.yzwb-wsbmjf .tip {
    margin-bottom: .8rem
}

.yzwb-wsbmjf h4 {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding-left: 1.013rem;
    padding-right: .293rem;
    height: .72rem;
    line-height: .72rem;
    margin-bottom: .573rem;
    border-radius: 1.333rem;
    background: #fff5db;
    font-weight: 700;
    font-size: .4rem;
    color: #f7b500
}

.yzwb-wsbmjf h4 .num {
    position: absolute;
    top: -.04rem;
    left: 0;
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    background: #f7b500;
    border-radius: 50%;
    font-size: .48rem;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.yzwb-wsbmjf .title-con {
    margin-top: .4rem
}

.yzwb-wsbmjf h5 {
    position: relative;
    display: inline-block;
    padding: 0 .213rem;
    height: .56rem;
    line-height: .56rem;
    margin: 0 0 .347rem;
    font-size: .373rem;
    font-weight: 400;
    color: #2b2b2b
}

.yzwb-wsbmjf h5:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .267rem;
    background: #fff5db
}

.yzwb-wsbmjf h5 .order {
    position: relative;
    margin-right: .16rem;
    font-size: .4rem;
    font-family: Arial-Black,Arial;
    font-weight: 700;
    color: #13161b
}

.yzwb-wsbmjf h5 .value {
    position: relative
}

.yzwb-wsbmjf .img-con img {
    display: block;
    width: 100%
}

.yzwb-wsbmjf .text-con {
    margin-bottom: .4rem
}

.yzwb-wsbmjf .text-con,.yzwb-wsbmjf .text-con-grey {
    line-height: .613rem;
    font-size: .373rem;
    color: #13161b
}

.yzwb-wsbmjf .text-con-grey {
    padding: .32rem .213rem;
    border-radius: .08rem;
    background: #f6f6f6
}

.yzwb-wsbmjf .text-con-grey p {
    margin: 0
}

.yzwb-wsbmjf .text-con-grey p+p {
    margin-top: .427rem
}

.yzwb-wsbmjf .text-con-jf {
    margin: .267rem .267rem .64rem;
    line-height: .533rem;
    font-size: .373rem
}

.yzwb-wsbmjf .bmcg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.173rem;
    background: #f6f6f6;
    border-radius: .027rem
}

.yzwb-wsbmjf .bmcg img {
    width: 2.867rem
}

.yzwb-wsbmjf .bmcg .text-con {
    margin-left: .4rem;
    margin-bottom: 0
}

.yzwb-wsbmjf .wsqr-step-con {
    margin-top: .04rem
}

.yzwb-wsbmjf .wsqr-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.yzwb-wsbmjf .wsqr-step li {
    position: relative;
    width: 26.25%;
    margin-top: .453rem
}

.yzwb-wsbmjf .wsqr-step li.arrow-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10.62%;
    height: 1.573rem
}

.yzwb-wsbmjf .wsqr-step li.arrow-con img {
    width: .32rem;
    height: .347rem
}

.yzwb-wsbmjf .wsqr-step li .num {
    position: absolute;
    top: -.107rem;
    left: .107rem;
    width: .48rem;
    height: .373rem;
    line-height: .32rem;
    text-align: center;
    font-size: .227rem;
    font-weight: 700;
    color: #fff;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcCAYAAAAJKR1YAAAAAXNSR0IArs4c6QAAALhJREFUWEftkjEKwkAUROcnZ/ECKlYJaOuhIl7D44iKGA9gYSeY4AEEbb5suqA4urGwmG1nZ3m8HfMyc/zRMQGR35AhNlcZkiFmgOXakAwxAyzXhmSIGWC5NiRDzADLtaFPDB3YpafckMDRe9M7Abh+/S4AiymFju/yAubzF7BbXOqxTY+3mLejgRqofV7AW1AVUh9af32OgQmdTkBtKL/D04mNlptYmJ8ANVBlNkOCygarRReY0H0AJ55sbslHtHEAAAAASUVORK5CYII=) no-repeat 0 0
}

.yzwb-wsbmjf .wsqr-step li img {
    display: block;
    width: 100%
}

.yzwb-wsbmjf .wsqr-step li .title {
    line-height: .427rem;
    font-size: .32rem;
    margin-top: .133rem;
    color: #60656e;
    text-align: center
}

.yzwb-wsbmjf .xcqr-con {
    margin-top: .4rem
}

.yzwb-wsbmjf .xcqr-con li {
    position: relative;
    line-height: .533rem;
    margin-bottom: .187rem;
    font-size: .373rem;
    color: #13161b
}

.yzwb-wsbmjf .xcqr-con li:last-child {
    margin-bottom: 0
}

.yzwb-wsbmjf .xcqr-con li.point {
    padding-left: .293rem
}

.yzwb-wsbmjf .xcqr-con li.point:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .133rem;
    height: .133rem;
    margin-top: -.067rem;
    background: #d8d8d8;
    border-radius: 50%
}

.yzwb-wsbmjf .xcqr-con li.sub {
    padding-left: .293rem;
    color: #818181
}

.yzwb-wsbmjf .zkz {
    margin-top: -.333rem;
    margin-bottom: .8rem;
    padding: 0 .213rem;
    line-height: .613rem;
    font-size: .373rem;
    color: #13161b
}

.yzwb-wsbmjf .zkz p {
    margin-bottom: .187rem
}

.yzwb-wsbmjf .colorRed {
    color: #e02020
}

.yzwb-wsbmjf .colorYellow {
    color: #fabe00
}

.yzwb-wsbmjf .view-more {
    height: .493rem;
    line-height: .493rem;
    margin-top: 0;
    font-size: .347rem
}

.yzwb-wsbmjf .view-more a {
    color: #4e79ca
}

.yzwb-header {
    min-height: auto;
    background-size: cover
}

.yzwb-header .sub-title {
    text-align: left
}

.yzwb-bkd-list li {
    line-height: 1.5
}

.yzwb-con-box .wbtx-link-list .lct {
    width: 42.06%
}

.yzwb-con-box .wbtx-link-list .lm {
    -ms-flex: 1;
    flex: 1;
    width: auto
}

.yz-header-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 .427rem;
    min-height: 2.667rem;
    background: #1887e0 url("../images/nav-banner.jpg") no-repeat;
    background-size: cover
}

.yz-header-banner h1 {
    height: .933rem;
    margin: 0;
    font-size: .667rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 0 rgba(0,0,0,.06)
}

.yz-header-banner .tip {
    line-height: .533rem;
    font-size: .373rem;
    text-align: center;
    color: hsla(0,0%,100%,.8)
}

.van-nav-bar.yz-yxk-nav {
    background: #fff
}

.van-nav-bar.yz-yxk-nav .van-nav-bar__text,.van-nav-bar.yz-yxk-nav .van-nav-bar__title {
    font-size: .453rem;
    color: #13161b
}

.van-nav-bar.yz-yxk-nav .van-icon {
    color: #13161b;
    font-size: .533rem
}

.van-nav-bar.yz-yxk-nav.no-border.van-hairline--bottom:after {
    border-bottom-width: 0
}

.van-nav-bar.yz-yxk-nav.van-hairline--bottom:after {
    border-bottom-width: 1px;
    border-color: #d5d5d5
}

.yz-yxk-tip-text {
    line-height: .48rem;
    font-size: .32rem;
    color: #b2b2b2
}

.yz-yxk-tip-text.yxk-index-top {
    position: relative;
    margin-top: -.24rem;
    margin-bottom: -.16rem;
    text-align: center;
    background: #fff;
    z-index: 4
}

.yz-yxk-tip-text.yxk-index-mid {
    padding: .213rem .427rem;
    line-height: .507rem;
    color: #8d949f
}

.yz-yxklist-item {
    -ms-flex-align: center;
    align-items: center;
    padding: .32rem .427rem .28rem
}

.yz-yxklist-item:after {
    border-bottom-width: 0
}

.yz-yxklist-item .van-cell__title {
    -ms-flex: none;
    flex: none;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .213rem
}

.yz-yxklist-item .van-cell__value {
    text-align: left;
    min-width: 0
}

.yz-yxklist-item .van-image {
    width: 100%;
    height: 100%
}

.yz-yxklist-item .van-image .van-image__error-icon {
    font-size: 1.6rem
}

.yz-yxklist-item .yxk-msg .title {
    height: .587rem;
    line-height: .587rem;
    font-size: .427rem;
    font-weight: 700;
    color: #13161b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .16rem
}

.yz-yxklist-item .yxk-msg .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: .427rem;
    line-height: .427rem;
    font-size: .32rem;
    color: #8d949f
}

.yz-yxklist-item .yxk-msg .iconfont {
    margin-right: .08rem;
    font-size: .32rem;
    color: #d8d8d8
}

.yz-yxklist-item .yxk-msg .col-line {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1px;
    height: .267rem;
    margin: 0 .213rem;
    background: #d8d8d8
}

.yxk-more-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: .587rem;
    padding-bottom: .307rem;
    margin-bottom: .267rem;
    font-size: .347rem;
    background: #fff
}

.yxk-more-list .more-item {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.yxk-more-list .more-item:after {
    content: " ";
    position: absolute;
    right: -.5px;
    top: 50%;
    display: block;
    width: 1px;
    height: .267rem;
    margin-top: -.133rem;
    background: #dcdcdc
}

.yxk-more-list .more-item:last-child:after {
    display: none
}

.yxk-more-list .more-item a {
    color: #13161b;
    text-decoration: none
}

.yxk-zgsx {
    display: -ms-flexbox;
    display: flex
}

.yxk-zgsx .yxk-tag {
    margin-top: .16rem
}

.yxk-tag {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: .533rem;
    padding: 0 .107rem;
    border: 1px solid #dcdcdc;
    border-radius: .053rem;
    margin-right: .213rem;
    color: #8d949f;
    font-size: .32rem;
    box-sizing: border-box
}

.yxk-tag:last-child {
    margin-right: 0
}

.yxk-tag.van-tag--default.van-tag--plain {
    color: #60656e
}

.yxk-tag:after,.yxk-tag:before {
    border: none
}

.yz-yxk-col {
    background: #fff;
    margin-bottom: .267rem
}

.yz-yxk-col p {
    font-size: .347rem;
    margin: .213rem 0;
    line-height: .56rem
}

.yz-yxk-col .second-title {
    margin: 0
}

.yz-yxk-col a {
    color: #1b72ea
}

.yz-yxk-col .ml-list {
    display: -ms-flexbox;
    display: flex;
    padding: 0 .427rem .427rem;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.yz-yxk-col .ml-list a {
    text-decoration: none
}

.yz-yxk-col .ml-list .ml-list-item {
    position: relative;
    width: 50%;
    margin-right: .347rem
}

.yz-yxk-col .ml-list .ml-list-item:last-child {
    margin-right: 0
}

.yz-yxk-col .ml-list .ml-list-item img {
    display: block;
    width: 100%
}

.yz-yxk-col .ml-list .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #13161b;
    font-size: .4rem;
    line-height: .48rem
}

.yz-yxk-col .link-list-con {
    padding: 0 .427rem .133rem
}

.yz-yxk-col .link-list-con .list-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: .24rem;
    line-height: .667rem;
    margin: 0;
    margin-bottom: .16rem;
    font-size: .427rem;
    font-weight: 700
}

.yz-yxk-col .link-list-con .list-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .12rem;
    display: block;
    width: .08rem;
    height: .427rem;
    background: #1887e0
}

.yz-yxk-col .link-list-con .more {
    font-size: .32rem;
    font-weight: 400;
    color: #8d949f;
    text-decoration: none
}

.yxk-header {
    padding: .533rem .427rem .507rem;
    background: url(../images/sch-wap-banner.jpg) no-repeat 0 0;
    background-size: cover
}

.yxk-header .btn-con {
    margin-top: .6rem
}

.yxk-header .btn-con .van-button {
    height: .893rem;
    border-radius: .453rem;
    border-color: #fff;
    color: #fff;
    background: none;
    font-size: .373rem;
    font-weight: 700
}

.yxk-header .btn-con .iconfont {
    margin-right: .16rem;
    font-size: .4rem;
    color: #fff;
    font-weight: 400
}

.yxk-yxxx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: .32rem
}

.yxk-yxxx .xh {
    width: 2.133rem;
    height: 2.133rem;
    padding: .147rem;
    margin-right: .213rem;
    background: #fff;
    border-radius: .107rem;
    box-sizing: border-box
}

.yxk-yxxx .xh .van-image {
    width: 100%;
    height: 100%
}

.yxk-yxxx .xh .van-image .van-image__error-icon {
    font-size: 1.84rem
}

.yxk-yxxx .msg {
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.yxk-yxxx .msg .title {
    line-height: .64rem;
    margin-bottom: .2rem;
    font-size: .453rem;
    font-weight: 700
}

.yxk-yxxx .msg .szd {
    display: inline-block;
    font-size: .32rem;
    font-weight: 400
}

.yxk-yxxx .msg .iconfont {
    margin-right: .107rem;
    font-size: .32rem
}

.yxk-yxxx .msg .content {
    line-height: .507rem
}

.yxk-yxxx .yxxx-tag-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.yxk-yxxx .yxk-tag {
    height: .533rem;
    margin-top: .213rem;
    margin-right: .16rem;
    background: none;
    border-color: hsla(0,0%,100%,.8)
}

.yxk-yxxx .yxk-tag.van-tag--default.van-tag--plain {
    color: #fff
}

.yxk-yxxx .yxk-tag:last-child {
    margin-right: 0
}

.yxk-column-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: .64rem;
    line-height: .64rem;
    padding: .533rem 0 .427rem;
    margin: 0;
    font-size: .453rem;
    font-weight: 700;
    color: #000
}

.yxk-column-title:before {
    background: url(../images/title-icon-left.svg) no-repeat 100%;
    background-size: contain;
    margin-right: .32rem
}

.yxk-column-title:after,.yxk-column-title:before {
    content: "";
    display: block;
    width: 2.72rem;
    height: .2rem
}

.yxk-column-title:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjAzcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwMyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT50aXRsZS1yPC90aXRsZT4KICAgIDxnIGlkPSLpobXpnaItMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IndhcC3kuoznuqfpobXpnaLpppbpobUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NjcuMDAwMDAwLCAtNjkwLjAwMDAwMCkiIGZpbGw9IiMxODg3RTAiPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTEzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MC4wMDAwMDAsIDY3My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ0aXRsZS1yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODcuMDAwMDAwLCAxNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjA3MTA2OCwgNy4wNzEwNjgpIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtNy4wNzEwNjgsIC03LjA3MTA2OCkgIiB4PSIyLjA3MTA2NzgxIiB5PSIyLjA3MTA2NzgxIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6ELTIiIHBvaW50cz0iMTEuMDcxMDY3OCA1LjA3MTA2NzgxIDExLjA3MTA2NzggOS4wNzEwNjc4MSAyMDMuMDcxMDY4IDcuMTQ0MTI0NzYiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 0;
    background-size: contain;
    margin-left: .32rem
}

.yxk-nav-list {
    padding: 0 .32rem .213rem
}

.yxk-nav-list .van-col {
    height: 1.147rem;
    margin-bottom: .32rem
}

.yxk-nav-list .van-col>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-decoration: none
}

.yxk-nav-list .van-col .cover,.yxk-nav-list .van-col>a {
    margin: 0 .107rem;
    background: #f5f5f5;
    border-radius: .107rem
}

.yxk-nav-list .van-col .cover {
    position: relative;
    z-index: 1
}

.yxk-nav-list .van-col .other-con {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.147rem
}

.yxk-nav-list .van-col .icon {
    width: .453rem;
    height: .453rem;
    margin-right: .08rem
}

.yxk-nav-list .van-col .icon img {
    display: block;
    width: 100%;
    height: 100%
}

.yxk-nav-list .van-col .title {
    font-size: .373rem;
    color: #000
}

.yxk-nav-list .van-col .other-list {
    padding-bottom: .267rem
}

.yxk-nav-list .van-col .other-list li {
    padding: 0 .107rem;
    line-height: .493rem;
    margin-bottom: .213rem;
    font-size: .347rem;
    text-align: center
}

.yxk-nav-list .van-col .other-list li:last-child {
    margin-bottom: 0
}

.yxk-nav-list .van-col .other-list a {
    color: rgba(0,0,0,.6)
}

.yxk-link-list {
    margin-top: -.267rem
}

.yxk-link-list .detail-item {
    position: relative;
    padding: .267rem 0 .267rem .267rem;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    font-size: .373rem;
    color: #8d949f
}

.yxk-link-list .detail-item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .48rem;
    display: block;
    width: .107rem;
    height: .107rem;
    background: #d8d8d8;
    border-radius: 50%
}

.yxk-link-list .detail-item:last-child {
    border-bottom: none
}

.yxk-link-list .title {
    height: .587rem;
    line-height: .587rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.yxk-link-list .title a {
    font-size: .373rem;
    color: #13161b
}

.yxk-link-list .time {
    height: .507rem;
    line-height: .507rem;
    margin-top: .053rem;
    font-size: .32rem;
    color: #8d949f
}

.yz-yxk-detail-list .detail-item {
    padding: .373rem .427rem;
    line-height: .427rem;
    -ms-flex-align: baseline;
    align-items: baseline
}

.yz-yxk-detail-list .ellipsis .van-cell__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.yz-yxk-detail-list .van-cell__title {
    -ms-flex: 1;
    flex: 1
}

.yz-yxk-detail-list .van-cell__value {
    -ms-flex: none;
    flex: none;
    margin-left: .427rem
}

.yz-yxk-detail-list a {
    font-size: .373rem;
    color: #13161b
}

.yz-yxk-detail-list .time {
    color: #8d949f;
    font-size: .293rem
}

.yz-yxk-nav-popup .close-bar {
    height: .613rem;
    padding: 0 .427rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.yz-yxk-nav-popup .close-bar .van-icon {
    font-size: .533rem;
    color: #13161b
}

.yz-yxk-nav-popup .van-overlay {
    top: 0;
    left: auto;
    max-width: 750px;
    margin: 0 auto
}

.yz-yxk-nav-popup .van-popup {
    top: 0;
    left: auto;
    width: 100%
}

.yz-yxk-nav-popup .van-popup--center {
    transform: none
}

.yz-yxk-nav-popup .van-row {
    padding: .32rem;
    text-align: center
}

.yz-yxk-nav-popup .van-row .active {
    background: #f5f5f5
}

.yz-yxk-nav-popup .van-row a {
    display: block;
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: .373rem;
    color: #13161b;
    text-decoration: none
}

.yz-yxk-white-bg {
    min-height: calc(100vh - 5.48rem);
    background: #fff
}

.yz-yxk-detail-con {
    padding: 0 .427rem .427rem
}

.yz-yxk-detail-con .second-title {
    position: relative;
    line-height: .667rem;
    padding-left: .24rem;
    margin: .4rem 0 .16rem;
    font-size: .427rem;
    font-weight: 700
}

.yz-yxk-detail-con .second-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .12rem;
    display: block;
    width: .08rem;
    height: .427rem;
    background: #1887e0
}

.yz-yxk-detail-con .zyjs-second-title {
    line-height: .667rem;
    margin: .267rem 0 .053rem;
    font-size: .48rem
}

.yz-yxk-detail-con .zyjs-second-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .227rem;
    display: block;
    width: .213rem;
    height: .213rem;
    background: #1887e0;
    border-radius: 100%
}

.yz-yxk-detail-con .content {
    font-size: .427rem;
    margin-bottom: .48rem;
    overflow-x: auto
}

.yz-yxk-detail-con .content:last-child {
    margin-bottom: 0
}

.yz-yxk-detail-con .content p {
    line-height: .747rem;
    margin: 0;
    margin-bottom: .32rem
}

.yz-yxk-detail-title h2 {
    line-height: .64rem;
    padding-top: .373rem;
    margin: 0;
    font-size: .453rem;
    font-weight: 700;
    color: #000
}

.yxk-schNav-list {
    position: relative;
    background: #fff
}

.yxk-schNav-list .van-tabs__wrap {
    padding-right: .853rem
}

.yxk-schNav-list .van-tabs__wrap:after {
    border-width: 0;
    border-bottom-width: 1px
}

.yxk-schNav-list .more {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    width: .96rem;
    height: 1.173rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .373rem
}

.yxk-schNav-list .more .van-dropdown-menu__bar {
    padding-left: .107rem;
    height: 1.173rem;
    background: none;
    box-shadow: none;
    overflow: hidden
}

.yxk-schNav-list .more .van-dropdown-menu__item {
    box-shadow: 0 0 .16rem rgba(0,0,0,.12)
}

.yxk-schNav-list .van-tab--active {
    color: #1787e0
}

.yxk-schNav-list .van-tabs__nav {
    padding-left: .427rem;
    padding-right: .16rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.yxk-schNav-list .van-tab {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 .267rem
}

.yxk-schNav-list .van-dropdown-menu__title {
    line-height: 1
}

.yxk-schNav-list .van-dropdown-menu__title:after {
    display: none
}

.select-sticky {
    padding: .533rem .427rem .16rem;
    background: #fff
}

.select-sticky,.tj-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.tj-input {
    border-radius: .107rem;
    font-size: .373rem;
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.tj-input .van-cell {
    height: .853rem;
    padding: 0 1.6rem 0 .213rem;
    border-radius: .107rem;
    border: 1px solid #1887e0
}

.tj-input .van-button--small {
    font-size: .373rem;
    border: none;
    background-color: #1887e0;
    width: 1.387rem;
    height: .853rem;
    color: hsla(0,0%,100%,.9);
    border-radius: 0 .107rem .107rem 0;
    position: absolute;
    right: 0
}

.tj-input .van-search__content {
    background: #fff;
    padding-left: 0
}

.tj-input .van-search {
    padding: 0;
    width: 100%
}

.my-ask {
    margin-left: .267rem
}

.my-ask,.zx-seach-tip {
    font-size: .32rem;
    line-height: .533rem;
    color: #60656e
}

.van-tab-line {
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: .027rem;
    background: #e8eaed
}

.zx-tabs {
    position: relative;
    background: #fff
}

.zx-tabs .van-tab__text-wrapper,.zx-tabs .van-tabs {
    width: 70%;
    margin: 0 auto
}

.icon-Q {
    background: linear-gradient(180deg,#6bbdf0,#238fed);
    margin-top: .107rem
}

.icon-A,.icon-Q {
    font-size: .293rem;
    line-height: .4rem;
    width: .4rem;
    height: .4rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .16rem;
    border-radius: .053rem
}

.icon-A {
    background: linear-gradient(180deg,#ffdba8,#fdbc56);
    margin-top: .08rem;
    float: left
}

.zx-class {
    font-size: .32rem;
    color: #60656e;
    line-height: .533rem;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -ms-flex-align: center;
    align-items: center;
    padding: .427rem .427rem 0
}

.zx-class .item+.item {
    margin-left: .427rem
}

.zx-class .active {
    width: 1.467rem;
    height: .64rem;
    border-radius: .32rem;
    border: 1px solid #1887e0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1887e0
}

.question-list {
    padding: 0 .427rem;
    background: #fff
}

.question-list .van-hairline--top-bottom:after,.question-list .van-hairline-unset--top-bottom:after {
    border: none
}

.question-list .van-collapse-item--border:after {
    border-top: none
}

.question-list .van-cell {
    padding: .32rem 0;
    display: -ms-flexbox;
    display: flex
}

.question-info {
    font-size: .32rem;
    color: #8d949f;
    line-height: .533rem;
    margin: 0 0 .107rem
}

.zx-tag .van-collapse-item__content {
    padding: 0
}

.zx-replay {
    padding: .267rem;
    background: #f7f8fa;
    border-radius: .053rem;
    color: #60656e;
    font-size: .373rem;
    line-height: .64rem
}

.zx-replay p {
    margin: 0
}

.zx-replay p+p {
    margin-top: .373rem
}

.question-detail {
    font-size: .373rem;
    color: #13161b;
    line-height: .64rem;
    margin-bottom: .107rem
}

.zx-report {
    margin-right: .16rem;
    margin-top: .16rem;
    height: .293rem
}

.zx-list-title {
    font-size: .373rem;
    font-weight: 600;
    color: #13161b;
    line-height: .587rem;
    position: relative
}

.question-list .zx-tag {
    border-bottom: 1px solid #e5e5e5
}

.question-list .zx-tag:last-child {
    border-bottom: none
}

.question-list .zx-tag .zhiding:after {
    content: "\7F6E\9876";
    width: .773rem;
    height: .427rem;
    background: rgba(247,160,0,.1);
    border-radius: .24rem;
    border: .027rem solid #ff9700;
    font-size: .267rem;
    font-weight: 400;
    color: #ff9700;
    line-height: .427rem;
    text-align: center;
    display: inline-block;
    margin-left: .187rem;
    vertical-align: .053rem
}

.question-list .zx-active {
    border-bottom: none
}

.question-list .zx-active .van-cell {
    padding-bottom: .107rem
}

.zx-bottom-btn {
    font-size: .373rem;
    color: #f5f5f5;
    line-height: .587rem
}

.zx-info {
    padding: .427rem .427rem .373rem;
    font-size: .32rem;
    line-height: .533rem;
    color: #60656e;
    display: -ms-flexbox;
    display: flex
}

.zx-info .van-icon {
    color: #1887e0;
    margin-right: .107rem;
    margin-top: .053rem;
    display: block;
    font-size: .347rem
}

.zx-form {
    padding: 0 .427rem
}

.zx-form .van-field {
    border-radius: .107rem;
    margin-bottom: .333rem;
    min-height: 1.28rem
}

.zx-form .captcha {
    margin-bottom: 0
}

.zx-form .zx-captcha {
    display: -ms-flexbox;
    display: flex;
    padding-right: .427rem;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.zx-form .captcha-img {
    width: 1.92rem;
    height: .96rem;
    display: block
}

.zx-form .captcha-box {
    padding-left: .427rem;
    border-left: 1px solid #e7e7e7
}

.zx-form .van-field__body {
    height: 100%
}

.zx-form .van-cell--required:before {
    top: .293rem
}

.zx-form .zx-submit {
    margin-top: .853rem
}

.zx-form .zx-submit .van-button {
    border-radius: .107rem
}

.zx-wbgg {
    padding: .427rem;
    background: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zx-wbgg,.zx-wbgg .zx-wbgg-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.zx-wbgg .zx-wbgg-text {
    font-size: .427rem;
    font-weight: 500;
    color: #13161b;
    line-height: .64rem
}

.zx-wbgg .zx-wbgg-text:before {
    content: "";
    width: .08rem;
    height: .427rem;
    background: #1887e0;
    display: inline-block;
    margin-right: .16rem
}

.UEditor .selectTdClass {
    background-color: #edf5fa!important
}

.UEditor table.noBorderTable caption,.UEditor table .noBorderTable td,.UEditor table.noBorderTable th {
    border: 1px dashed #ddd!important
}

.UEditor table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table
}

.UEditor td,.UEditor th {
    padding: 5px 10px;
    border: 1px solid #ddd
}

.UEditor caption {
    border: 1px dashed #ddd;
    border-bottom: 0;
    padding: 3px;
    text-align: center
}

.UEditor th {
    border-top: 2px solid #bbb;
    background: #f7f7f7
}

.UEditor .ue-table-interlace-color-single {
    background-color: #fcfcfc
}

.UEditor .ue-table-interlace-color-double {
    background-color: #f7faff
}

.UEditor td p {
    text-indent: 0;
    margin: 0;
    padding: 0
}

.UEditor .anchorclass {
    background: url("../images/anchor.gif") no-repeat scroll 0 transparent;
    border: 1px dotted #00f;
    cursor: auto;
    display: inline-block;
    height: 16px;
    width: 15px
}

.UEditor li {
    list-style: inherit
}

.UEditor ol,.UEditor ul {
    margin: 0;
    padding: 0
}

.wtzx-help {
    padding: .32rem .427rem;
    display: block
}

.wtzx-help img {
    width: 100%;
    display: block
}

.zxkf {
    background-color: #e7f0fd;
    background-image: url(../images/wtzx-bg.png);
    background-position: calc(100% - .093rem) .04rem;
    background-size: 6.587rem 2.587rem;
    background-repeat: no-repeat;
    border-radius: .32rem .32rem 0 0;
    padding: .533rem .427rem .427rem;
    position: relative
}

.zxkf .title {
    font-size: .427rem;
    line-height: .64rem;
    color: #2b2e33;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .32rem
}

.zxkf .title .sub-title {
    margin-left: .16rem;
    font-weight: 400
}

.zxkf .sub-title {
    font-size: .32rem;
    line-height: .533rem;
    color: #93989e
}

.zxkf .van-field {
    margin-bottom: .267rem;
    border-radius: .053rem
}

.zxkf .fj-box {
    padding: .427rem .267rem;
    background: #fff;
    border-radius: .053rem
}

.zxkf .fj-list {
    margin-top: .267rem
}

.zxkf .zxkf-btn {
    height: 1.173rem;
    background: #1887e0;
    border-radius: .053rem;
    margin-top: .373rem
}

.zxkf .van-uploader__preview,.zxkf .van-uploader__upload {
    margin-bottom: 0
}

.zxjl {
    padding: .427rem .427rem .107rem;
    font-size: .373rem;
    line-height: .587rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zxjl:after,.zxjl:before {
    content: "";
    display: block;
    width: 3.467rem;
    height: 1px;
    background: #e4e4e4
}

.img-list {
    display: -ms-flexbox;
    display: flex;
    margin: .213rem 0
}

.img-list .img-item {
    width: 2.133rem;
    height: 2.133rem;
    display: block
}

.img-list .img-item+.img-item {
    margin-left: .213rem
}

.zxkf-no-data {
    text-align: center;
    font-size: .32rem;
    color: #8d949f;
    line-height: .533rem;
    margin-top: .747rem
}

.zxkf-no-data img {
    height: 2.4rem;
    width: 3.6rem;
    display: block;
    margin: 0 auto .107rem
}

.zxkf-no-data {
    margin: 1.067rem auto .8rem
}

.van-field.van-cell:after {
    display: none
}

.wtzx-msg {
    margin-top: .267rem
}

.wap-help-con {
    padding: 0 .427rem .747rem;
    min-height: calc(100vh - 9.28rem)
}

.wap-help-con .detail-con {
    margin-top: .32rem
}

.wap-help-con .van-pagination {
    padding-bottom: .32rem
}

.wap-help-con .van-cell--clickable:active {
    background: #fff
}

.wap-help-con .wap-help-list-loading {
    margin-top: .64rem;
    text-align: center
}

.wap-help-con .nodata-wap {
    padding-bottom: 1.92rem
}

.wap-help-search-con .van-search {
    padding: .533rem .427rem .067rem;
    background: #f5f5f5
}

.wap-help-search-con .van-search .van-cell {
    padding: .133rem .213rem .133rem 0
}

.wap-help-search-con .wap-help-search .van-search__content {
    height: .853rem;
    border: .027rem solid #1887e0;
    border-right: none;
    border-radius: .107rem 0 0 .107rem;
    box-sizing: border-box;
    background: #fff
}

.wap-help-search-con .wap-help-search .van-search__content:after {
    display: none
}

.wap-help-search-con .wap-help-search .van-search__action {
    height: .853rem;
    line-height: .853rem;
    background: #1887e0;
    border-radius: 0 .107rem .107rem 0;
    font-size: .373rem;
    color: hsla(0,0%,100%,.9);
    padding: 0 .32rem
}

.wap-help-search-con .wap-help-search .van-search__action .search-btn {
    height: .853rem;
    line-height: .88rem
}

.wap-help-search-con .wap-help-search .van-field__body {
    height: 100%
}

.wap-help-search-con .wap-help-search .van-field__body input {
    font-size: .32rem
}

body{
    max-width:750px;
    margin:0 auto;
}
.van-sticky--fixed .van-search {
    padding: .533rem .427rem
}

.wap-help-tab .van-tabs__nav {
    background: none
}

.wap-help-tab .van-tab--active {
    color: #13161b;
    font-size: .427rem
}

.wap-help-tab .van-tab--active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: .48rem;
    z-index: 1;
    height: .08rem;
    background-color: #1887e0;
    border-radius: .04rem
}

.wap-help-tab .van-tabs__line {
    display: none
}

.wap-help-tag-item {
    position: static;
    border-radius: .053rem;
    margin-bottom: .32rem;
    overflow: hidden
}

.wap-help-tag-item:last-child {
    margin-bottom: 0
}

.wap-help-tag-item .van-collapse-item__title {
    padding: .267rem;
    line-height: .64rem
}

.wap-help-tag-item .van-collapse-item__wrapper {
    margin-top: -.267rem
}

.wap-help-tag-item .tag-right-icon {
    width: .587rem;
    height: .587rem;
    font-size: .587rem;
    margin-left: .107rem;
    color: #1887e0;
    transform: translateZ(0);
    transition: transform .3s
}

.wap-help-tag-item .van-collapse-item__title--expanded .tag-right-icon {
    transform: rotate(180deg)
}

.wap-help-tag-item .van-collapse-item__content {
    padding: 0 .267rem;
    color: #60656e
}

.wap-help-tag-item .van-cell__title {
    font-size: .427rem;
    font-weight: 700;
    color: #13161b
}

.wap-help-tag-item .wap-help-know-item:first-child .van-collapse-item__title {
    padding-top: .213rem
}

.wap-help-know-item:last-child {
    padding-bottom: .32rem
}

.wap-help-know-item:last-child .van-collapse-item__title {
    padding-bottom: 0;
    border: none
}

.wap-help-know-item:last-child .van-collapse-item__title.van-collapse-item__title--expanded {
    padding-bottom: .32rem
}

.wap-help-know-item .van-collapse-item__title {
    padding: .32rem 0;
    line-height: .587rem;
    background: none;
    border-bottom: .5px solid #dedede
}

.wap-help-know-item .van-collapse-item__title.van-collapse-item__title--expanded {
    border: none
}

.wap-help-know-item .van-collapse-item__wrapper {
    margin-top: -.107rem
}

.wap-help-know-item .van-cell__right-icon {
    width: .587rem;
    height: .587rem;
    line-height: .587rem;
    font-size: .533rem;
    text-align: center;
    color: #b7bcc4
}

.wap-help-know-item .van-collapse-item__content {
    padding: .267rem .213rem;
    color: #60656e;
    background: #f7f8fa;
    border-radius: .053rem
}

.wap-help-know-item .van-cell__title {
    font-size: .373rem;
    font-weight: 400;
    color: #13161b
}

.wap-help-know-item .text {
    line-height: .64rem;
    font-size: .373rem
}

.wap-help-know-item .time {
    height: .427rem;
    line-height: .427rem;
    margin-top: .213rem;
    font-size: .32rem;
    text-align: right;
    color: #8d949f
}

.wap-help-know-item p {
    margin: 0
}

.wap-help-know-item p+p {
    margin-top: .133rem
}

.wap-help-know-item p img {
    max-width: 100%
}

.wap-help-searchmodel-con {
    margin-top: -.32rem;
    padding: 0 .267rem;
    background: #fff;
    overflow: hidden;
    border-radius: .053rem
}

.wap-help-robot-con {
    position: fixed;
    top: 80%;
    left: calc(100% - 2.32rem);
    z-index: 999
}

.wap-help-robot-con a {
    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
}

.wap-help-robot-con img {
    width: 1.333rem;
    height: 1.333rem;
    display: block
}

.wap-help-robot-con .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -.133rem;
    height: .533rem;
    line-height: 1;
    padding: 0 .2rem;
    font-size: .32rem;
    color: #28bca4;
    background: #d2f3ee;
    border-radius: .267rem;
    white-space: nowrap
}

.wap-help-robot {
    position: relative
}

.wap-help-robot a {
    padding-top: .24rem
}

.wap-help-robot .van-icon-cross {
    position: absolute;
    right: .2rem;
    top: 0
}

.help-zxkf {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .32rem;
    line-height: .533rem;
    color: #1887e0;
    margin-top: .267rem
}

.help-zxkf .ch-icon {
    margin-right: .067rem;
    font-size: .32rem
}

.zyk-search-con {
    padding: .267rem .427rem .16rem;
    background: #fff
}

.zyk-search-con .van-search {
    padding: .427rem 0 .267rem
}

.zyk-tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .267rem
}

.zyk-tip .van-icon {
    font-size: .32rem;
    margin-right: .107rem;
    color: #1887e0
}

.zyk-tip .value {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    color: #60656e;
    line-height: .533rem;
    font-size: .32rem
}

.zyk-banner-list {
    display: -ms-flexbox;
    display: flex
}

.zyk-banner-list .item {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    background: #f2f3f5;
    border-radius: .053rem
}

.zyk-banner-list .item+.item {
    margin-left: .267rem
}

.zyk-banner-list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.067rem
}

.zyk-banner-list img {
    width: .453rem;
    display: block;
    margin-right: .107rem
}

.zyk-banner-list .value {
    height: .587rem;
    line-height: .587rem;
    font-size: .373rem;
    color: #13161b
}

.zyk-cc-tab {
    border-bottom: .5px solid #e8eaed
}

.zyk-cc-tab.no-select .van-tabs__line {
    display: none
}

.zyk-cc-tab.no-select .van-tab--active {
    color: #60656e;
    font-weight: 400
}

.zyk-cc-tab.zyk-zy-tab .van-tabs__wrap {
    height: 1.227rem
}

.zyk-cc-tab .van-tabs__line {
    height: .053rem;
    bottom: .387rem
}

.zyk-cc-tab .van-tabs__nav--line.van-tabs__nav--complete {
    padding-left: .107rem;
    padding-right: .107rem
}

.zyk-cc-tab .van-tabs__wrap {
    height: 1.173rem
}

.zyk-cc-tab .van-tab {
    padding: 0 .32rem;
    font-size: .373rem
}

.zyk-cc-tab .van-tab--active {
    color: #1887e0;
    font-weight: 700
}

.zyk-ml-list-con {
    position: relative
}

.zyk-ml-list-con .zyk-ml-list {
    padding: .267rem .293rem .48rem
}

.zyk-ml-list-con .item {
    height: .907rem;
    line-height: .907rem;
    margin: 0 .133rem .267rem;
    background: #fff;
    border-radius: .053rem;
    font-size: .373rem;
    color: #13161b;
    text-align: center;
    cursor: pointer
}

.zyk-dropdown-menu .van-dropdown-menu__bar {
    height: .973rem;
    box-shadow: none
}

.zyk-dropdown-menu .van-dropdown-menu__bar--opened:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #e5e5e5;
    transform: scale(.5)
}

.zyk-dropdown-menu .van-dropdown-menu__item {
    -ms-flex-pack: left;
    justify-content: left
}

.zyk-dropdown-menu .van-dropdown-menu__title {
    padding: 0 .427rem;
    color: #1887e0;
    font-size: .32rem
}

.zyk-dropdown-menu .van-dropdown-menu__title .van-icon-arrow-down {
    margin-left: .107rem;
    color: #8d949f
}

.zyk-dropdown-menu .van-dropdown-menu__title:after {
    display: none
}

.zyk-dropdown-menu .van-dropdown-menu__title .tip {
    margin-left: .267rem;
    font-size: .32rem;
    color: #8d949f
}

.zyk-dropdown-menu .title-con {
    -ms-flex-align: center;
    align-items: center
}

.zyk-dropdown-menu .title-con,.zyk-dropdown-menu .van-popup {
    display: -ms-flexbox;
    display: flex
}

.zyk-dropdown-menu .van-popup .zyk-ml-con {
    width: 3.733rem;
    overflow: auto;
    background: #f7f8fa
}

.zyk-dropdown-menu .van-popup .zyk-ml-con li.selected {
    background: #fff
}

.zyk-dropdown-menu .van-popup .zyk-xk-con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: auto
}

.zyk-dropdown-menu .van-popup .zyk-lb-ul li {
    height: 1.227rem;
    line-height: 1.227rem;
    padding-left: .427rem;
    font-size: .373rem;
    color: #13161b;
    cursor: pointer
}

.zyk-dropdown-menu .van-popup .zyk-lb-ul li.selected,.zyk-dropdown-menu .van-popup .zyk-lb-ul li:hover {
    color: #1887e0
}

.zyk-dropdown-menu .van-popup .yz-yxk-nav-popup {
    width: 100%
}

.zyk-dropdown-menu .van-dropdown-item {
    max-width: 750px;
    margin: 0 auto
}

.zyk-dropdown-menu .van-dropdown-item .van-popup:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #dee7f0;
    transform: scale(.5);
    border-top-width: 1px
}

.zyk-dropdown-menu-detail {
    margin-top: .32rem
}

.zyk-dropdown-menu-detail .van-dropdown-menu__bar {
    height: .533rem;
    padding-bottom: .24rem
}

.zyk-dropdown-menu-detail .van-dropdown-menu__bar--opened:after {
    display: none
}

.zyk-dropdown-menu-detail .van-dropdown-item .van-popup {
    border-top: .5px solid #e8eaed
}

.zyk-dropdown-menu-detail .van-dropdown-item .van-popup:after {
    display: none
}

.zyk-zy-list-con {
    position: relative;
    min-height: calc(100vh - 15.307rem);
    padding: .267rem .427rem .48rem
}

.zyk-zy-list .van-cell {
    -ms-flex-align: center;
    align-items: center;
    height: 1.76rem;
    padding: .267rem .213rem;
    border-radius: .053rem;
    margin-bottom: .267rem
}

.zyk-zy-list .van-cell .title {
    height: .587rem;
    line-height: .587rem;
    margin-bottom: .107rem;
    font-size: .373rem;
    color: #13161b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zyk-zy-list .van-cell .con {
    height: .533rem;
    line-height: .533rem;
    font-size: .32rem;
    color: #60656e
}

.zyk-zy-list .van-cell .value {
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.zyk-zy-list .van-cell__right-icon {
    height: .32rem;
    line-height: .32rem;
    font-size: .32rem;
    color: #60656e
}

.zyk-detail,.zyk-detail-layout {
    min-height: calc(100vh - 6.987rem)
}

.zyk-detail {
    background: #fff
}

.zyk-detail-title {
    padding: .373rem .427rem .427rem
}

.zyk-detail-title h2 {
    line-height: .667rem;
    margin: 0;
    font-size: .48rem;
    font-weight: 700;
    color: #13161b
}

.zyk-col-title-con {
    padding: 0 .427rem
}

.zyk-col-title-con .zyk-col-title {
    position: relative;
    line-height: .64rem;
    padding-left: .24rem;
    margin: 0;
    font-size: .427rem;
    font-weight: 700
}

.zyk-col-title-con .zyk-col-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .107rem;
    display: block;
    width: .08rem;
    height: .427rem;
    background: #1887e0
}

.zyk-jbxx-con {
    padding: .32rem .427rem .427rem
}

.zyk-jbxx-con .jbxx-list {
    padding: .267rem;
    background: #f7f8fa;
    border-radius: .053rem
}

.zyk-jbxx-con .jbxx-list li {
    display: -ms-flexbox;
    display: flex;
    line-height: .587rem;
    margin-bottom: .133rem;
    font-size: .373rem;
    color: #60656e
}

.zyk-jbxx-con .jbxx-list li:last-child {
    margin-bottom: 0
}

.zyk-jbxx-con .jbxx-list .value {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    color: #13161b
}

.zyk-zyjs-con {
    padding: .32rem .427rem .427rem
}

.zyk-zyjs-con .content {
    padding: .267rem;
    background: #f7f8fa;
    border-radius: .053rem
}

.zyk-zyjs-con p {
    margin: 0
}

.zyk-zyjs-con .value {
    max-height: 4.907rem;
    line-height: .613rem;
    color: #60656e;
    overflow: hidden
}

.zyk-zyjs-con .view-more {
    margin-top: .213rem;
    margin-bottom: -.053rem;
    height: .533rem;
    line-height: .533rem;
    font-size: .32rem;
    color: #1887e0
}

.zyk-zyjs-con img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.zyjs-single-title {
    padding: .32rem .427rem 0;
    font-size: .373rem;
    color: #13161b;
    line-height: .587rem
}

.zyk-zyfb-con {
    padding: 0 .427rem .427rem
}

.zyk-zyfb-con ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zyk-zyfb-con ul li {
    padding: .32rem .64rem .32rem 0;
    line-height: .587rem;
    width: 50%;
    border-bottom: .5px solid #e8eaed;
    font-size: .373rem;
    box-sizing: border-box
}

.zyk-zyfb-con ul li:last-child,.zyk-zyfb-con ul li:nth-last-child(2):nth-child(odd) {
    border: none
}

.xxgg-dropdown-menu-detail .van-dropdown-menu__title {
    font-size: .347rem
}

.xxgg-dropdown-menu-detail .van-dropdown-menu__bar {
    height: .533rem;
    padding: .107rem 0 .24rem
}

.xxgg-dropdown-menu-detail .van-dropdown-menu__bar--opened:after {
    display: none
}

.xxgg-dropdown-menu-detail .van-dropdown-item .van-popup {
    border-top: .5px solid #e8eaed
}

.xxgg-dropdown-menu-detail .van-dropdown-item .van-popup:after {
    display: none
}

.xxgg-detail-box {
    padding: 0 .48rem;
    background: #fff;
    min-height: calc(100vh - 4.307rem)
}

.xxgg-detail-t {
    padding: .3rem 0 .2rem;
    line-height: .8rem;
    border-bottom: 1px solid #e9e9e9
}

.xxgg-detail-t h2 {
    margin: 0;
    font-size: .4rem;
    margin-bottom: .053rem
}

.xxgg-detail-t .article-from {
    line-height: 1.8;
    font-size: .32rem;
    color: #8d949f
}

.xxgg-detail-t .article-from span {
    margin-right: .267rem
}

.xxgg-detail-content {
    font-size: .4rem;
    line-height: .77rem;
    padding: .3rem 0
}

.xxgg-sch-con {
    padding: 0 .427rem .427rem
}

.xxgg-sch-con ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xxgg-sch-con ul li {
    padding: .32rem .64rem .32rem 0;
    line-height: .587rem;
    width: 50%;
    border-bottom: .5px solid #e8eaed;
    font-size: .373rem;
    box-sizing: border-box
}

.xxgg-sch-con ul li:last-child,.xxgg-sch-con ul li:nth-last-child(2):nth-child(odd) {
    border: none
}

.xxgg-sch-con ul li a {
    color: #13161b
}

.yz-single-page {
    padding: .32rem .427rem .747rem
}

.yz-tabs-list {
    padding: .533rem 0
}

.yz-tabs-list .van-tab {
    -ms-flex-align: initial;
    align-items: initial;
    font-size: .373rem;
    line-height: .64rem;
    color: #60656e
}

.yz-tabs-list .van-tabs--line .van-tabs__wrap {
    height: .853rem
}

.yz-tabs-list .van-tabs__nav--line.van-tabs__nav--complete {
    padding: 0 .427rem
}

.yz-tabs-list .van-tabs__wrap--scrollable .van-tab {
    padding: 0
}

.yz-tabs-list .van-tab+.van-tab {
    margin-left: .533rem
}

.yz-tabs-list .van-tabs__content {
    padding: 0 .427rem
}

.yz-tabs-list .van-tab--active {
    font-size: .427rem;
    line-height: .64rem;
    color: #13161b;
    font-weight: 700
}

.yz-tabs-list .van-tabs__line {
    width: .48rem;
    height: .08rem;
    bottom: 0;
    background: #1887e0;
    border-radius: .08rem
}

.yz-tabs-list .van-tabs {
    margin: 0 -.427rem
}

.yz-tabs-list .news-item {
    font-size: .373rem;
    line-height: .587rem;
    padding: .373rem 0;
    border-bottom: 1px solid #e8eaed
}

.yz-tabs-list .news-item a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #13161b
}

.yz-tabs-list .news-item a:active {
    background-color: rgba(0,0,0,.05)
}

.yz-tabs-list .news-item:first-child {
    padding: .32rem 0 .373rem
}

.yz-tabs-list .no-data {
    text-align: center;
    font-size: .32rem;
    color: #8d949f;
    line-height: .533rem;
    margin-top: .747rem
}

.yz-tabs-list .no-data img {
    height: 2.4rem;
    width: 3.6rem;
    display: block;
    margin: 0 auto .107rem
}

.yz-tabs-list .show-more {
    margin-top: .373rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .373rem;
    color: #8d949f;
    line-height: .587rem
}

.yz-index-box .index-title {
    margin-top: .533rem
}

.yz-bzzx {
    font-size: .373rem;
    font-weight: 400
}

.yz-bzzx .tabs {
    display: -ms-flexbox;
    display: flex
}

.yz-bzzx .tabs .item {
    color: #60656e;
    line-height: .587rem;
    padding: .107rem .213rem;
    background: #f5f8ff;
    border-radius: .053rem
}

.yz-bzzx .tabs .item+.item {
    margin-left: .213rem
}

.yz-bzzx .tabs .active {
    color: #1887e0;
    font-weight: 600;
    background: #deecfb
}

.yz-bzzx ul {
    padding: 0
}

.yz-bzzx ul li {
    font-size: .373rem;
    color: #13161b;
    line-height: .587rem;
    padding: .373rem 0;
    border-bottom: 1px solid #e8eaed;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.yz-bzzx ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.yz-bzzx ul li:before {
    content: "";
    width: .133rem;
    height: .213rem;
    background: url(../images/jiantou.svg) no-repeat;
    background-size: 100% 100%;
    margin-right: .107rem;
    display: block
}

.yz-bzzx ul li a {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yz-bzzx ul li a:active {
    background-color: rgba(0,0,0,.05)
}




.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 18px;
}





.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}




.footer{
    padding:20px 0;
    background-color:#282828;
    color:#ababab;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#ababab;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
    font-size:16px;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #1787e0;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #1787e0;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}