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
}

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

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

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;
    -webkit-box-orient: vertical
}

.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 #ebedf0;
    -webkit-transform: scale(.5);
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 0
    }
}

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

    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 16px;
    padding: 0 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    font-family: -apple-system-font,Helvetica Neue,Arial,sans-serif;
    line-height: 1.2;
    text-align: center;
    background-color: #ee0a24;
    border: 1px solid #fff;
    border-radius: 16px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    -webkit-transform-origin: 100%;
    transform-origin: 100%
}

.van-info--dot {
    width: 8px;
    min-width: 0;
    height: 8px;
    background-color: #ee0a24;
    border-radius: 100%
}

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url(data:font/ttf;base64,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) format("woff2"),url(../font/vant-icon-f463a9.woff) format("woff"),url(../font/vant-icon-f463a9.ttf) format("truetype")
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.van-icon-invition:before {
    content: "\F076"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.van-popup--center.van-popup--round {
    border-radius: 16px
}

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

.van-popup--top.van-popup--round {
    border-radius: 0 0 16px 16px
}

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

.van-popup--right.van-popup--round {
    border-radius: 16px 0 0 16px
}

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

.van-popup--bottom.van-popup--round {
    border-radius: 16px 16px 0 0
}

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

.van-popup--left.van-popup--round {
    border-radius: 0 16px 16px 0
}

.van-popup--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 {
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

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

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

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

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

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

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

.van-popup__close-icon--top-left {
    top: 16px;
    left: 16px
}

.van-popup__close-icon--top-right {
    top: 16px;
    right: 16px
}

.van-popup__close-icon--bottom-left {
    bottom: 16px;
    left: 16px
}

.van-popup__close-icon--bottom-right {
    right: 16px;
    bottom: 16px
}

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

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

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

.van-loading__spinner--spinner {
    -webkit-animation-timing-function: steps(12);
    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: 2px;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: " "
}

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

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

.van-loading__circular circle {
    -webkit-animation: van-circular 1.5s ease-in-out infinite;
    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: 8px;
    color: #969799;
    font-size: 14px;
    vertical-align: middle
}

.van-loading--vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-loading--vertical .van-loading__text {
    margin: 8px 0 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.van-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: content-box;
    width: 88px;
    max-width: 70%;
    min-height: 88px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.7);
    border-radius: 8px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

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

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

.van-toast--html,.van-toast--text {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px
}

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

.van-toast--top {
    top: 20%
}

.van-toast--bottom {
    top: auto;
    bottom: 20%
}

.van-toast__icon {
    font-size: 36px
}

.van-toast__loading {
    padding: 4px;
    color: #fff
}

.van-toast__text {
    margin-top: 8px
}

.van-notify {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word
}

.van-notify--primary {
    background-color: #1989fa
}

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

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

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

.com-header-div .common-header-placeholrder[data-v-9517afa0] {
    height: 70px;
    display: block
}

.com-header-div .common-header[data-v-9517afa0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102
}

.com-header-div .common-header ._header-center[data-v-9517afa0] {
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.com-header-div .common-header ._header-center ._logo[data-v-9517afa0] {
    height: 45px
}

.com-header-div .common-header ._header-center ._header-tab[data-v-9517afa0] {
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.com-header-div .common-header ._header-center ._header-tab ._tab-item[data-v-9517afa0] {
    color: #3a3a3a;
    font-size: 14px;
    padding: 0 7px;
    line-height: 70px;
    position: relative;
    cursor: pointer
}

.com-header-div .common-header ._header-center ._header-tab ._tab-item .azj[data-v-9517afa0] {
    vertical-align: middle;
    margin-top: -2px;
    width: 96px
}

.com-header-div .common-header ._header-center ._header-tab ._tab-item i[data-v-9517afa0] {
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5.25px solid #8590a6;
    margin-left: 7px;
    position: relative;
    top: 15px
}

.com-header-div .common-header ._header-center ._header-tab ._tab-item[data-v-9517afa0]:hover {
    color: #6a70e9;
    font-weight: 700;
    border-bottom: 2px solid #6a70e9;
}

.com-header-div .common-header ._header-center ._header-tab ._tab-active[data-v-9517afa0] {
    color: #6a70e9;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #6a70e9;
}

.com-header-div .common-header ._header-center ._header-tab ._tab-active[data-v-9517afa0]:hover {
    /*color: #1980ab*/
}

/*.com-header-div .common-header ._header-center ._header-tab ._tab-active[data-v-9517afa0]:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%);*/
/*    transform: translate(-50%);*/
/*    height: 2px;*/
/*    background: #1980ab;*/
/*    width: 40%;*/
/*    border-radius: 10px*/
/*}*/

.com-header-div .common-header ._header-center ._header-search[data-v-9517afa0] {
    margin-left: 22px;
    position: relative
}

.com-header-div .common-header ._header-center ._header-search input[data-v-9517afa0] {
    background: #f9f9f9;
    border: 1px solid #f4f4f4;
    line-height: 25px;
    padding: 7.5px 50px 7.5px 20px;
    font-size: 15px;
    color: #333;
    border-radius: 50px
}

.com-header-div .common-header ._header-center ._header-search i[data-v-9517afa0] {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    width: 50px;
    text-align: center;
    font-size: 17px;
    color: #8590a6;
    cursor: pointer
}

.com-header-div .common-header ._header-center ._header-user[data-v-9517afa0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.com-header-div .common-header ._header-center ._header-user .task[data-v-9517afa0] {
    cursor: pointer;
    margin-right: 25px;
    font-size: 15px;
    position: relative;
    color: #8590a6;
    -webkit-animation: masked-animation-data-v-9517afa0 1s linear infinite;
    animation: masked-animation-data-v-9517afa0 1s linear infinite
}

@-webkit-keyframes masked-animation-data-v-9517afa0 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

.com-header-div .common-header ._header-center ._header-user .task img[data-v-9517afa0] {
    vertical-align: middle;
    width: 20px;
    margin-top: -6px
}

.com-header-div .common-header ._header-center ._header-user .task i[data-v-9517afa0] {
    font-style: normal;
    position: absolute;
    right: -25px;
    top: -15px;
    font-size: 12px;
    width: 38px;
    background: #00c4c3;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    border: 3px solid #fff;
    line-height: 19px
}

.com-header-div .common-header ._header-center ._header-user ._message[data-v-9517afa0] {
    font-size: 29px;
    color: #8590a6;
    position: relative;
    cursor: pointer;
    margin-right: 25px
}

.com-header-div .common-header ._header-center ._header-user ._message i[data-v-9517afa0] {
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: #00c4c3;
    padding: 0 5px;
    line-height: 15px;
    border: 2px solid #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 50px
}

.com-header-div .common-header ._header-center ._header-user ._vip[data-v-9517afa0] {
    cursor: pointer
}

.com-header-div .common-header ._header-center ._header-user ._vip img[data-v-9517afa0] {
    vertical-align: middle;
    width: 21px;
    margin-top: -6px
}

.com-header-div .common-header ._header-center ._header-user ._user-info[data-v-9517afa0] {
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.com-header-div .common-header ._header-center ._header-user ._user-info ._avator[data-v-9517afa0] {
    height: 36px;
    width: 36px;
    border-radius: 7px;
    cursor: pointer;
    display: block
}

.com-header-div .common-header ._header-center ._header-user ._user-info ._login[data-v-9517afa0] {
    background: #6a70e9;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 32px;
    padding: 0 25px;
    border-radius: 20px;
    margin: 0 5px;
}

.com-header-div .common-header ._header-center ._header-user ._user-info ._reg[data-v-9517afa0] {
    background: #6a70e9;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 32px;
    padding: 0 25px;
    border-radius: 20px
}

.com-header-div.appsdown[data-v-9517afa0] {
    background: #1980ab
}

.com-header-div.transparent[data-v-9517afa0] {
    position: relative
}

.com-header-div.transparent .common-header[data-v-9517afa0] {
    background: transparent;
    position: relative
}

.com-header-div.transparent .common-header ._header-center ._header-tab ._tab-item[data-v-9517afa0] {
    color: #fff;
    cursor: pointer
}

.com-header-div.transparent .common-header ._header-center ._header-tab ._tab-item i[data-v-9517afa0] {
    border-top-color: #fff
}

.com-header-div.transparent .common-header ._header-center ._header-tab ._tab-item[data-v-9517afa0]:hover {
    color: #fff
}

.com-header-div.transparent .common-header ._header-center ._header-tab ._tab-item[data-v-9517afa0]:after {
    background: #fff
}

.com-header-div.transparent .common-header ._header-center ._header-search input[data-v-9517afa0] {
    border: 0;
    background: rgba(0,0,0,.05);
    color: #fff
}

.com-header-div.transparent .common-header ._header-center ._header-search input[data-v-9517afa0]::-webkit-input-placeholder {
    color: hsla(0,0%,100%,.8)
}

.com-header-div.transparent .common-header ._header-center ._header-search i[data-v-9517afa0],.com-header-div.transparent .common-header ._header-center ._header-user ._message[data-v-9517afa0] {
    color: #fff
}

.com-header-div.transparent .common-header ._header-center ._header-user ._login[data-v-9517afa0] {
    background: #fff;
    color: #1980ab
}

@supports(position: sticky) {
    .com-header-div[data-v-9517afa0] {
        /*position:sticky;*/
        top: 0;
        z-index: 102;
        position:fixed;
        width:100%;
    }

    .com-header-div .common-header-placeholrder[data-v-9517afa0] {
        display: none
    }

    .com-header-div .common-header[data-v-9517afa0] {
        position: relative
    }
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    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;
    -webkit-transform: translate(-50%,-50%);
    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: #323233;
    background-color: #fff;
    border: 1px solid #ebedf0
}

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

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

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

.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: #1989fa
}

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

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

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

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

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

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

.van-button--mini {
    height: 24px;
    padding: 0 4px;
    font-size: 10px
}

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

.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: 999px
}

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

.van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: 4px
}

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

.van-button--hairline:after {
    border-color: inherit;
    border-radius: 4px
}

.van-button--hairline.van-button--round:after {
    border-radius: 999px
}

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

.van-goods-action-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 0
}

.van-goods-action-button--first {
    margin-left: 5px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px
}

.van-goods-action-button--last {
    margin-right: 5px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px
}

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

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

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

.van-goods-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: content-box;
    height: 50px;
    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: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

@media (max-width: 321px) {
    .van-dialog {
        width:90%
    }
}

.van-dialog__header {
    padding-top: 26px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

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

.van-dialog__content--isolated {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 104px
}

.van-dialog__message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-height: 60vh;
    padding: 26px 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch
}

.van-dialog__message--has-title {
    padding-top: 8px;
    color: #646566
}

.van-dialog__message--left {
    text-align: left
}

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

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

.van-dialog__cancel,.van-dialog__confirm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 48px;
    margin: 0;
    border: 0
}

.van-dialog__confirm,.van-dialog__confirm:active {
    color: #ee0a24
}

.van-dialog--round-button .van-dialog__footer {
    position: relative;
    height: auto;
    padding: 8px 24px 16px
}

.van-dialog--round-button .van-dialog__message {
    padding-bottom: 16px;
    color: #323233
}

.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm {
    height: 36px
}

.van-dialog--round-button .van-dialog__confirm {
    color: #fff
}

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

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

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

.van-popover__wrapper {
    display: inline-block
}

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

.van-popover__content {
    overflow: hidden;
    border-radius: 8px
}

.van-popover__action {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 128px;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

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

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

.van-popover__action-icon {
    margin-right: 8px;
    font-size: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.van-popover--light {
    color: #323233
}

.van-popover--light .van-popover__content {
    background-color: #fff;
    box-shadow: 0 2px 12px 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 {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

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

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

.footer[data-v-66733fb0] {
    margin-top: 10px;
    z-index: 101;
    position: relative;
    background: #fff;
    border-top: 1px solid #f3f3f3
}

.footer .width[data-v-66733fb0] {
    padding: 25px 0;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .width .left[data-v-66733fb0] {
    display: block;
    width: 60px
}

.footer .width .center[data-v-66733fb0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 40px
}

.footer .width .center .friends[data-v-66733fb0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .width .center .friends li[data-v-66733fb0] {
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 20px
}

.footer .width .center .friends li a[data-v-66733fb0] {
    display: block;
    font-size: 14px;
    color: #7f8c8d
}

.footer .width .center .friends li a[href][data-v-66733fb0]:hover {
    color: #545252
}

.footer .width .center .footerText[data-v-66733fb0] {
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .width .center .footerText ._left[data-v-66733fb0] {
    color: #8d8d8d
}

.footer .width .center .footerText ._left img[data-v-66733fb0] {
    width: 16px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px
}

.footer .width .center .footerText ._left .miit[data-v-66733fb0] {
    color: #8d8d8d;
    font-size: 14px;
    margin-left: 10px
}

.footer .width .right[data-v-66733fb0] {
    display: block;
    width: 90px;
    height: 90px
}

.login[data-v-4c0a2e77] {
    width: 600px;
    padding: 40px 25px;
    position: relative
}

.login>.iconfont[data-v-4c0a2e77] {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #cbcbcb
}

.login ._logo[data-v-4c0a2e77] {
    display: block;
    width: 280px;
    margin: 0 auto
}

.login ._logo-text[data-v-4c0a2e77] {
    font-size: 15px;
    color: #929292;
    line-height: 40px;
    text-align: center
}

.login ._login-type[data-v-4c0a2e77] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 20px
}

.login ._login-type ._item[data-v-4c0a2e77] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

.login ._login-type ._item img[data-v-4c0a2e77] {
    display: block;
    margin: 0 auto;
    width: 85px;
    height: 85px
}

.login ._login-type ._item h3[data-v-4c0a2e77] {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin: 10px auto 0;
    line-height: 32px
}

.mobile[data-v-4c0a2e77] {
    width: 650px
}

.mobile ._head[data-v-4c0a2e77] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9f9;
    padding: 16px 28px
}

.mobile ._head>i[data-v-4c0a2e77] {
    font-size: 24px;
    width: 40px;
    cursor: pointer;
    color: #c4c4c4
}

.mobile ._head>i[data-v-4c0a2e77]:hover {
    color: #a8a1a1
}

.mobile ._head>div[data-v-4c0a2e77] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mobile ._head>div img[data-v-4c0a2e77] {
    display: block;
    width: 190px;
    margin: 0 auto
}

.mobile ._head>div p[data-v-4c0a2e77] {
    font-size: 12px;
    color: #929292;
    line-height: 20px;
    text-align: center
}

.mobile ._mobile-title[data-v-4c0a2e77] {
    font-weight: 700;
    font-size: 19px;
    color: #444;
    text-align: center;
    line-height: 30px;
    margin-top: 40px
}

.mobile ._inputDiv[data-v-4c0a2e77] {
    padding: 30px 60px 50px
}

.mobile ._inputDiv ._btn[data-v-4c0a2e77] {
    display: block;
    background: #1980ab;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 53px;
    height: 53px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    width: 70%;
    margin: 50px auto 10px
}

.mobile ._inputDiv ._input[data-v-4c0a2e77] {
    margin-bottom: 30px;
    position: relative
}

.mobile ._inputDiv ._input i[data-v-4c0a2e77] {
    top: 0;
    left: 0;
    line-height: 58px;
    position: absolute;
    width: 60px;
    text-align: center;
    font-size: 22px;
    color: #cacaca
}

.mobile ._inputDiv ._input input[data-v-4c0a2e77] {
    border: 1px solid #ececec;
    line-height: 30px;
    padding: 13px 30px 13px 55px;
    border-radius: 8px;
    display: block;
    width: 100%;
    font-size: 16px
}

.mobile ._inputDiv ._input span[data-v-4c0a2e77] {
    top: 0;
    right: 0;
    line-height: 58px;
    position: absolute;
    font-size: 15px;
    color: #1980ab;
    padding-right: 22px;
    cursor: pointer
}

.sign[data-v-62e2fce8] {
    width: 580px;
    height: 1000px;
    max-height: 93vh;
    padding-bottom: 30px;
    overflow-x: hidden;
    position: relative;
    background: #f6f6f6
}

.sign[data-v-62e2fce8]::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: none
}

.sign[data-v-62e2fce8] ::-webkit-scrollbar-thumb,.sign[data-v-62e2fce8]::-webkit-scrollbar-track {
    border-radius: 999px;
    border: 0 solid transparent
}

.sign[data-v-62e2fce8]::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px hsla(0,0%,78%,.2) inset;
    box-shadow: inset 1px 1px 5px hsla(0,0%,78%,.2)
}

.sign[data-v-62e2fce8]::-webkit-scrollbar-thumb {
    min-height: 0;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px hsla(0,0%,87.1%,.5) inset;
    box-shadow: inset 0 0 0 5px hsla(0,0%,87.1%,.5)
}

.sign[data-v-62e2fce8]::-webkit-scrollbar-corner {
    background: transparent
}

.sign>.iconfont[data-v-62e2fce8] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #868686;
    opacity: .7
}

.sign .sign_header[data-v-62e2fce8] {
    background: -webkit-gradient(linear,left top,right top,from(#ffd317),color-stop(#ffe163),to(#ffd931));
    background: linear-gradient(90deg,#ffd317,#ffe163,#ffd931);
    padding: 20px 25px 22px
}

.sign .sign_header .sign_big[data-v-62e2fce8] {
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: #000
}

.sign .sign_header>.flex[data-v-62e2fce8] {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sign .sign_header>.flex .info[data-v-62e2fce8] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sign .sign_header>.flex .info .my_gift[data-v-62e2fce8] {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sign .sign_header>.flex .info .my_gift .h3[data-v-62e2fce8] {
    font-weight: 700;
    font-size: 23px;
    line-height: 35px
}

.sign .sign_header>.flex .info .my_gift .p[data-v-62e2fce8] {
    font-size: 20px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 10px;
    color: #333;
    cursor: pointer
}

.sign .sign_header>.flex .info .my_gift .p span[data-v-62e2fce8] {
    font-size: 12px;
    margin-left: 5px;
    color: #333
}

.sign .sign_header>.flex .info .my_gift .ret[data-v-62e2fce8] {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    background: #ff6338;
    line-height: 26px;
    padding: 0 12px;
    border-radius: 0 8px 8px 8px;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.sign .sign_header>.flex .info .desc[data-v-62e2fce8] {
    font-size: 13px;
    line-height: 22px;
    margin-top: 5px;
    font-weight: 300
}

.sign .sign_header>.flex .info .btnGift[data-v-62e2fce8] {
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #84592a;
    line-height: 35px;
    width: 120px;
    text-align: center;
    border-radius: 50px;
    margin-top: 26px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.sign .sign_header>.flex .info .btnGift[data-v-62e2fce8]:hover {
    opacity: .8
}

.sign .sign_header>.flex .right[data-v-62e2fce8] {
    width: 200px
}

.sign .sign_border[data-v-62e2fce8] {
    background: -webkit-gradient(linear,left top,right top,from(#ffd317),color-stop(#ffe163),to(#ffd931));
    background: linear-gradient(90deg,#ffd317,#ffe163,#ffd931);
    height: 50px;
    border-radius: 0 0 60px 60px;
    width: 105%;
    margin-left: -2.5%
}

.sign .sign_black[data-v-62e2fce8] {
    background: #fff;
    border-radius: 10px;
    margin: -90px 25px 0;
    position: relative;
    z-index: 1
}

.sign .sign_black .sign_title[data-v-62e2fce8] {
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    padding-top: 15px;
    padding-left: 17px;
    position: relative
}

.sign .sign_black .sign_title[data-v-62e2fce8]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    height: 20px;
    background: #ff8f5a;
    border-radius: 0 10px 10px 0;
    width: 4px
}

.sign .sign_black .sign_task[data-v-62e2fce8] {
    padding: 25px 27px 1px
}

.sign .sign_black .sign_task .item[data-v-62e2fce8] {
    margin-bottom: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sign .sign_black .sign_task .item .icon[data-v-62e2fce8] {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.sign .sign_black .sign_task .item .info[data-v-62e2fce8] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin: 0 18px
}

.sign .sign_black .sign_task .item .info .h3[data-v-62e2fce8] {
    font-size: 15px;
    line-height: 25px
}

.sign .sign_black .sign_task .item .info .progress[data-v-62e2fce8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px
}

.sign .sign_black .sign_task .item .info .progress .main[data-v-62e2fce8] {
    background: #f4f4f4;
    width: 85px;
    height: 6px;
    border-radius: 10px;
    overflow: hidden
}

.sign .sign_black .sign_task .item .info .progress .main .already[data-v-62e2fce8] {
    border-radius: 10px;
    height: 6px;
    background: #fbaf06
}

.sign .sign_black .sign_task .item .info .progress .text[data-v-62e2fce8] {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    line-height: 20px;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.sign .sign_black .sign_task .item .btnGift[data-v-62e2fce8] {
    background: linear-gradient(-45deg,#ffbc55,#ffda7c);
    width: 82px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.sign .sign_black .sign_task .item .btnGift.dis[data-v-62e2fce8] {
    background: #f6f6f6
}

.sign .sign_black .sign_task .item .btnGift.dis span[data-v-62e2fce8] {
    color: #bababa;
    font-weight: 400
}

.sign .sign_black .sign_task .item .btnGift[data-v-62e2fce8]:hover {
    opacity: .8
}

.sign .sign_black .sign_task .item .btnGift span[data-v-62e2fce8] {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: 700
}

.sign .sign_black .sign_task .item .btnGift img[data-v-62e2fce8] {
    width: 17px;
    height: 17px;
    margin-left: 7px
}

.gift_view[data-v-62e2fce8] {
    height: 100vh;
    width: 550px;
    padding: 40px 32px;
    background: #f9f9f9;
    overflow-y: auto
}

.gift_view ._h3[data-v-62e2fce8] {
    margin-bottom: 25px
}

.gift_view .gift_div[data-v-62e2fce8] {
    border-radius: 10px;
    background: #fff
}

.gift_view .gift_div .money-item[data-v-62e2fce8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 23px 20px 0;
    position: relative
}

.gift_view .gift_div .money-item:last-child .mitem-info[data-v-62e2fce8] {
    border-bottom: 0
}

.gift_view .gift_div .money-item .mitem-info[data-v-62e2fce8] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 23px;
    border-bottom: 1px solid #f3f3f3
}

.gift_view .gift_div .money-item .mitem-info .mitem-head[data-v-62e2fce8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gift_view .gift_div .money-item .mitem-info .mitem-head .mitem-title[data-v-62e2fce8] {
    margin-right: 16px;
    line-height: 20px;
    height: 20px;
    font-size: 15px;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.gift_view .gift_div .money-item .mitem-info .mitem-head .mitem-num[data-v-62e2fce8] {
    font-size: 16px;
    line-height: 20px;
    height: 20px
}

.gift_view .gift_div .money-item .mitem-info .mitem-head .mitem-num.mitem-num-active[data-v-62e2fce8] {
    color: #efb615
}

.gift_view .gift_div .money-item .mitem-info .mitem-time[data-v-62e2fce8] {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    height: 20px;
    margin-top: 10px
}

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

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

.load[data-v-4c637012] {
    position: relative;
    min-height: 350px
}

.load .loadLayer[data-v-4c637012] {
    position: absolute;
    z-index: 98;
    top: calc(50% + 5px);
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.load .loadLayer span[data-v-4c637012] {
    display: inline-block;
    width: 6px;
    height: 100%;
    border-radius: 4px;
    margin: 0 2px;
    background: #1980ab;
    -webkit-animation: loads-data-v-4c637012 1.04s ease infinite;
    animation: loads-data-v-4c637012 1.04s ease infinite
}

.load .loadLayer span[data-v-4c637012]:nth-child(2) {
    -webkit-animation-delay: .13s;
    animation-delay: .13s
}

.load .loadLayer span[data-v-4c637012]:nth-child(4) {
    -webkit-animation-delay: .39s;
    animation-delay: .39s
}

@-webkit-keyframes loads-data-v-4c637012 {
    0%,to {
        height: 10px
    }

    50% {
        height: 27px;
        margin-top: -20px;
        opacity: .7
    }
}

@keyframes loads-data-v-4c637012 {
    0%,to {
        height: 10px
    }

    50% {
        height: 27px;
        margin-top: -20px;
        opacity: .7
    }
}

.no_data[data-v-28b5f508] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0 85px
}

.no_data img[data-v-28b5f508] {
    display: block;
    width: 300px
}

.no_data p[data-v-28b5f508] {
    font-size: 15px;
    text-align: center;
    color: #999;
    line-height: 30px;
    margin-top: -43px
}

.container[data-v-e09da754] {
    padding-top: 9px;
    position: relative
}

._index[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._index ._index-left[data-v-e09da754] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    background: #fff;
    border-radius: 5px
}

._index ._index-left .list[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._index ._index-left .list .item[data-v-e09da754] {
    width: 100%
}

._index ._index-left .list .item[data-v-e09da754]:nth-child(2n) {
    border-right: 0
}

._index ._index-left .list_card[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

._index ._index-left .list_card .item[data-v-e09da754] {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px
}

._index ._index-left .list_card .item[data-v-e09da754]:nth-child(4n) {
    margin-right: 0
}

._index ._index-left .moreArticle[data-v-e09da754] {
    width: 150px;
    text-align: center;
    margin: 40px auto;
    display: block;
    font-size: 14px;
    color: #999;
    background: #f7f7f7;
    line-height: 43px;
    border-radius: 5px;
    cursor: pointer
}

._index ._index-left .moreArticle[data-v-e09da754]:hover {
    opacity: .8
}

._index ._index-left .moreArticle .iconfont[data-v-e09da754] {
    display: inline-block;
    margin-left: 5px;
    margin-right: -7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

._index ._index-right[data-v-e09da754] {
    margin-left: 10px;
    width: 400px
}

._index ._index-right .swiper[data-v-e09da754] {
    position: relative
}

._index ._index-right .swiper:hover .next[data-v-e09da754],._index ._index-right .swiper:hover .prev[data-v-e09da754] {
    opacity: 1
}

._index ._index-right .swiper .my-swipe img[data-v-e09da754] {
    display: block;
    width: 100%;
    border-radius: 5px
}

._index ._index-right .swiper .next[data-v-e09da754] {
    right: 5%
}

._index ._index-right .swiper .next[data-v-e09da754],._index ._index-right .swiper .prev[data-v-e09da754] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.15);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

._index ._index-right .swiper .prev[data-v-e09da754] {
    left: 5%
}

._index ._index-right .index-user[data-v-e09da754] {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 19px 20px 5px
}

._index ._index-right .index-user .noLogin[data-v-e09da754] {
    height: 202px;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._index ._index-right .index-user .noLogin img[data-v-e09da754] {
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 50%
}

._index ._index-right .index-user .noLogin div[data-v-e09da754] {
    display: block;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 22px
}

._index ._index-right .index-user .noLogin div span[data-v-e09da754] {
    color: #1980ab;
    margin-right: 6px;
    cursor: pointer
}

._index ._index-right .index-user .noLogin a[data-v-e09da754] {
    display: block;
    background: #1980ab;
    color: #fff;
    font-size: 17px;
    padding: 0 28px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 700
}

._index ._index-right .index-user .user-logined[data-v-e09da754] {
    padding-top: 30px;
    padding-bottom: 20px
}

._index ._index-right .index-user .user-logined ._data[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._index ._index-right .index-user .user-logined ._data ._item[data-v-e09da754] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-right: 1px dashed #ececec
}

._index ._index-right .index-user .user-logined ._data ._item[data-v-e09da754]:nth-child(3) {
    border-right: 0
}

._index ._index-right .index-user .user-logined ._data ._item h3[data-v-e09da754] {
    font-size: 19px;
    line-height: 21px;
    display: block
}

._index ._index-right .index-user .user-logined ._data ._item span[data-v-e09da754] {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
    display: block
}

._index ._index-right .index-user .user-logined ._nav[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px
}

._index ._index-right .index-user .user-logined ._nav ._item[data-v-e09da754] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

._index ._index-right .index-user .user-logined ._nav ._item img[data-v-e09da754] {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto
}

._index ._index-right .index-user .user-logined ._nav ._item span[data-v-e09da754] {
    text-align: center;
    display: block;
    font-size: 15px;
    margin-top: 3px
}

._index ._index-right .hour-hot[data-v-e09da754] {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px 20px 10px
}

._index ._index-right .hour-hot ._title[data-v-e09da754] {
    display: block;
    width: 90px
}

._index ._index-right .hour-hot .hour-swipe[data-v-e09da754] {
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-top: 18px;
    height: 183px
}

._index ._index-right .hour-hot .hour-swipe ._hour-item[data-v-e09da754]:first-child {
    border-bottom: 1px dashed #efefef
}

._index ._index-right .hour-hot .hour-swipe ._hour-item ._hour-item-item[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px
}

._index ._index-right .hour-hot .hour-swipe ._hour-item ._hour-item-item span[data-v-e09da754] {
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px
}

._index ._index-right .hour-hot .hour-swipe ._hour-item ._hour-item-item img[data-v-e09da754] {
    border-radius: 4px;
    width: 100px;
    height: 60px;
    display: block
}

._index ._index-right .hour-hot .target[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px
}

._index ._index-right .hour-hot .target ._item[data-v-e09da754] {
    font-size: 14px;
    background: #f9f9f9;
    color: #333;
    display: block;
    margin-right: 15px;
    padding: 0 12px;
    line-height: 30px;
    margin-bottom: 12px;
    border-radius: 6px;
    cursor: pointer
}

._index ._index-right .recommend[data-v-e09da754] {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 19px 20px 5px
}

._index ._index-right .recommend ul[data-v-e09da754] {
    margin-top: 13px
}

._index ._index-right .recommend ul li[data-v-e09da754] {
    margin-bottom: 18px;
    float: left;
    width: calc(50% - 8px)
}

._index ._index-right .recommend ul li[data-v-e09da754]:nth-child(2n) {
    margin-left: 16px
}

._index ._index-right .recommend ul li .a[data-v-e09da754] {
    display: block
}

._index ._index-right .recommend ul li .a img[data-v-e09da754] {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px
}

._index ._index-right .recommend ul li .a span[data-v-e09da754] {
    display: block;
    font-size: 14px;
    color: #333
}

._index ._index-right .athuor[data-v-e09da754] {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 19px 20px 5px
}

._index ._index-right .athuor ul[data-v-e09da754] {
    margin-top: 25px
}

._index ._index-right .athuor ul li[data-v-e09da754] {
    margin-bottom: 28px
}

._index ._index-right .athuor ul li .a[data-v-e09da754] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

._index ._index-right .athuor ul li .a>img[data-v-e09da754] {
    width: 50px;
    height: 50px;
    border-radius: 100px
}

._index ._index-right .athuor ul li .a ._info[data-v-e09da754] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    width: 1px
}

._index ._index-right .athuor ul li .a ._info h3[data-v-e09da754] {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000
}

._index ._index-right .athuor ul li .a ._info p[data-v-e09da754] {
    font-size: 13px;
    line-height: 21px;
    margin-top: 5px
}

._index ._index-right .athuor ul li .a ._btn[data-v-e09da754] {
    color: #666;
    border: 1px solid #ececec;
    font-size: 14px;
    width: 70px;
    line-height: 27px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer
}

._index ._index-right .athuor ul li .a ._btn span[data-v-e09da754] {
    margin-right: 5px;
    font-size: 12px
}

._index ._index-right .athuor ul li .a ._btn._btn-disabled[data-v-e09da754] {
    color: #666;
    border: 1px solid #ececec
}

._index ._index-right .sticky[data-v-e09da754] {
    position: sticky;
    top: 80px
}

.van-swipe-item {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

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

.van-swipe__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%
}

.van-swipe__track--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

.van-swipe__indicator--active {
    background-color: #1989fa;
    opacity: 1
}

.article-list[data-v-04133741] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13.5px 30px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer
}

.article-list ._title[data-v-04133741] {
    font-size: 17px;
    line-height: 35px
}

.article-list ._article-info[data-v-04133741] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.article-list ._article-info .oneImage[data-v-04133741] {
    margin-right: 20px;
    position: relative
}

.article-list ._article-info .oneImage>img[data-v-04133741] {
    display: block;
    width: 180px;
    height: 100px;
    border-radius: 5px
}

.article-list ._article-info ._desc[data-v-04133741] {
    color: #7e8da6;
    font-size: 15px;
    line-height: 26px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.article-list ._manyImage[data-v-04133741] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: flex;
    flex-direction: flex;
    margin-top: 12px
}

.article-list ._manyImage ._many-item[data-v-04133741] {
    margin-right: 12px;
    position: relative
}

.article-list ._manyImage ._many-item>img[data-v-04133741] {
    display: block;
    width: 180px;
    height: 100px;
    border-radius: 5px
}

.article-list ._foot[data-v-04133741] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 13px
}

.article-list ._foot ._left ._left-item[data-v-04133741],.article-list ._foot ._left[data-v-04133741] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-list ._foot ._left ._left-item[data-v-04133741] {
    margin-right: 15px;
    line-height: 30px
}

.article-list ._foot ._left ._left-item .iconfont[data-v-04133741] {
    margin-right: 6px;
    font-size: 14px
}

.article-list ._foot ._left ._left-item ._text[data-v-04133741] {
    font-size: 14px
}

.article-list ._foot ._left ._h-targ[data-v-04133741] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    margin-right: 13px;
    padding: 0 8px;
    border-radius: 30px;
    vertical-align: middle;
    color: #fff
}

.article-list ._foot ._left ._h-targ._web[data-v-04133741] {
    background: #1980ab
}

.article-list ._foot ._left ._h-targ._top[data-v-04133741] {
    background: -webkit-gradient(linear,left top,left bottom,from(#fb5b63),to(#ff7838));
    background: linear-gradient(180deg,#fb5b63,#ff7838)
}

.article-list ._foot ._left ._money[data-v-04133741] {
    color: #f30;
    font-weight: 700;
    font-size: 17px;
    font-style: normal;
    vertical-align: middle
}

.article-list ._foot ._left ._money font[data-v-04133741] {
    font-weight: 400;
    font-style: normal;
    font-size: 13px
}

.article-list ._foot ._right[data-v-04133741] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: row;
    height: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-list ._foot ._right ._athour[data-v-04133741],.article-list ._foot ._right[data-v-04133741] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-list ._foot ._right ._athour[data-v-04133741] {
    flex-direction: row;
    margin-left: 12px
}

.article-list ._foot ._right ._athour img[data-v-04133741] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: 7px
}

.article-list ._foot ._right ._athour span[data-v-04133741] {
    font-size: 14px;
    max-width: 200px
}

.article-list ._foot ._right ._time[data-v-04133741] {
    font-size: 14px;
    margin-left: 12px
}

.article-list ._pay[data-v-04133741] {
    background: rgba(0,0,0,.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.article-list ._pay img[data-v-04133741] {
    width: 22px;
    height: 22px;
    display: block;
    margin: 9px auto;
    position: relative;
    left: 2px
}

.article-list[data-v-7c41b0f5] {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    cursor: pointer
}

.article-list:hover .cover img[data-v-7c41b0f5] {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.article-list .cover[data-v-7c41b0f5] {
    width: 100%;
    position: relative;
    height: 170px;
    overflow: hidden
}

.article-list .cover img[data-v-7c41b0f5] {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-list .cover .play[data-v-7c41b0f5] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,.5);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    padding: 0 10px 0 15px;
    border-radius: 50px
}

.article-list .cover .play .triangle[data-v-7c41b0f5] {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent
}

.article-list .cover .play .text[data-v-7c41b0f5] {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    line-height: 25px
}

.article-list .cover .price[data-v-7c41b0f5] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0 7px;
    background: #ee5655;
    border-radius: 20px 20px 20px 0;
    height: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-list .cover .price span[data-v-7c41b0f5] {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.article-list .info[data-v-7c41b0f5] {
    padding: 15px
}

.article-list .info ._title[data-v-7c41b0f5] {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    height: 48px
}

.article-list .info .footr[data-v-7c41b0f5] {
    margin-top: 5px
}

.article-list .info .footr ._left-item[data-v-7c41b0f5],.article-list .info .footr[data-v-7c41b0f5] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-list .info .footr ._left-item[data-v-7c41b0f5] {
    margin-right: 15px;
    line-height: 30px
}

.article-list .info .footr ._left-item .iconfont[data-v-7c41b0f5] {
    margin-right: 6px;
    font-size: 14px
}

.article-list .info .footr ._left-item ._text[data-v-7c41b0f5] {
    font-size: 14px
}

.article-list .info .footr .author[data-v-7c41b0f5] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-list .info .footr .author img[data-v-7c41b0f5] {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%
}

.sk-bg[data-v-93317ac2] {
    background: #f6f6f6
}

.bg[data-v-9b907196] {
    display: block;
    width: 100%;
    height: 732px;
    min-width: 2200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: fill;
    object-fit: fill
}

.width[data-v-9b907196] {
    margin: 0 auto;
    padding-top: 30px
}

.width .one_content[data-v-9b907196] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

.width .one_content .topo[data-v-9b907196] {
    position: absolute;
    top: 0;
    left: -200px;
    width: 90px;
    height: 90px;
    display: block;
    -webkit-animation: topo-data-v-9b907196 15s linear infinite;
    animation: topo-data-v-9b907196 15s linear infinite
}

.width .one_content .topt[data-v-9b907196] {
    position: absolute;
    top: 0;
    right: 40%;
    width: 130px;
    height: 130px;
    display: block;
    z-index: -1;
    -webkit-animation: topt-data-v-9b907196 15s linear infinite;
    animation: topt-data-v-9b907196 15s linear infinite
}

.width .one_content .one_down[data-v-9b907196] {
    padding-top: 90px
}

.width .one_content .one_down .one_down_text[data-v-9b907196] {
    font-size: 48px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 75px;
    font-weight: 600;
    letter-spacing: 2px
}

.width .one_content .one_down .one_down_btn[data-v-9b907196] {
    margin-top: 55px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.width .one_content .one_down .one_down_btn a[data-v-9b907196] {
    width: 182px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    cursor: pointer;
    display: block;
    background: #fff;
    border-radius: 100px;
    color: #1980ab;
    line-height: 50px;
    border: 2px solid #fff
}

.width .one_content .one_down .one_down_btn a[data-v-9b907196]:hover {
    opacity: .9
}

.width .one_content .one_down .one_down_btn a[data-v-9b907196]:nth-child(2) {
    margin-left: 20px;
    background: none;
    color: #fff;
    border: 2px solid #fff
}

.width .one_content .one_content_img[data-v-9b907196] {
    display: block;
    width: 533px;
    height: 753px
}

.width .two_fun[data-v-9b907196] {
    margin-top: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.width .two_fun .two_fun_content[data-v-9b907196],.width .two_fun[data-v-9b907196] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.width .two_fun .two_fun_content[data-v-9b907196] {
    width: 270px;
    height: 80px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.width .two_fun .two_fun_content .sort_logo[data-v-9b907196] {
    display: block;
    overflow: hidden
}

.width .two_fun .two_fun_content .sort_logo img[data-v-9b907196] {
    display: block;
    width: 52px;
    height: 52px
}

.width .two_fun .two_fun_content .two_fun_content_te[data-v-9b907196] {
    width: 156px;
    margin-left: 20px
}

.width .two_fun .two_fun_content .two_fun_content_te span[data-v-9b907196] {
    width: 150px;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #3e3e50;
    line-height: 16px;
    display: block
}

.width .two_fun .two_fun_content .two_fun_content_te p[data-v-9b907196] {
    margin-top: 12px;
    font-size: 12px;
    color: #b1b9c1;
    line-height: 24px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500
}

.width .system_title[data-v-9b907196] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #1980ab;
    line-height: 45px;
    position: relative;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    /*margin-top: 80px*/
}

.width .system_title .system_oneIcon[data-v-9b907196] {
    position: absolute;
    top: -27px;
    left: 0;
    width: 19px;
    height: 19px;
    display: block;
    opacity: .5;
    -webkit-animation: mover-data-v-9b907196 4s linear infinite;
    animation: mover-data-v-9b907196 4s linear infinite
}

.width .system_title .system_twoIcon[data-v-9b907196] {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 123px;
    left: 0;
    z-index: 20;
    opacity: .8;
    z-index: 0;
    -webkit-animation: movert-data-v-9b907196 15s linear infinite;
    animation: movert-data-v-9b907196 15s linear infinite
}

.width .system_title .system_threeIcon[data-v-9b907196] {
    position: absolute;
    top: -27px;
    right: 0;
    width: 25px;
    height: 25px;
    display: block;
    -webkit-animation: moverh-data-v-9b907196 4s linear infinite;
    animation: moverh-data-v-9b907196 4s linear infinite
}

.width .system_title .system_fourIcon[data-v-9b907196] {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 123px;
    right: 50px;
    z-index: 20;
    opacity: .5;
    -webkit-animation: moverf-data-v-9b907196 15s linear infinite;
    animation: moverf-data-v-9b907196 15s linear infinite
}

.width .system_tips[data-v-9b907196] {
    margin-top: 22px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #b1b9c1;
    line-height: 20px
}

.width .system_content_big[data-v-9b907196] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.width .system_content_big .system_content[data-v-9b907196] {
    width: 330px;
    height: 330px;
    background: #fff;
    -webkit-box-shadow: 0 8px 30px 0 rgba(7,13,54,.08);
    box-shadow: 0 8px 30px 0 rgba(7,13,54,.08);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 40px;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    float: left;
}

.width .system_content_big .system_content img[data-v-9b907196] {
    display: block;
    width: 330px;
    height: 270px;
    /*margin: 39px auto 0*/
}

.width .system_content_big .system_content span[data-v-9b907196] {
    margin: 8px auto 0;
    font-size: 16px;
    color: #2a303c;
    display: block;
    line-height: 22px;
    width: 170px;
    text-align: center;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500
}

.width .system_content_big .system_content p[data-v-9b907196] {
    width: 170px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    height: 24px;
    font-size: 12px;
    color: #b1b9c1;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    text-align: -webkit-center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.width .system_content_big .system_content .system_content_line[data-v-9b907196] {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 4px
}

.width .system_content_big .system_content .system_content_line2[data-v-9b907196] {
    margin: 0 auto;
    width: 0;
    height: 100%;
    background-color: #1980ab;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.width .system_content_big .system_content:hover .system_content_line2[data-v-9b907196] {
    width: 100%
}

.shuju_types[data-v-9b907196] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px
}

.shuju_types img[data-v-9b907196] {
    display: block;
    width: 60px;
    height: 60px
}

.shuju_types .shuju_stypes_rigth[data-v-9b907196] {
    margin-left: 20px;
    padding-top: 8px
}

.shuju_types .shuju_stypes_rigth span[data-v-9b907196] {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 16px
}

.shuju_types .shuju_stypes_rigth p[data-v-9b907196] {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px
}

.shuju_introduce[data-v-9b907196] {
    border-top: 1px solid #eaecee;
    margin-top: 100px
}

.shuju_introduce .width[data-v-9b907196] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shuju_introduce .width .shuju_introduce_left .shuju_introduce_left_title[data-v-9b907196] {
    margin-top: 110px;
    font-size: 32px;
    color: #1980ab;
    line-height: 45px;
    display: block
}

.shuju_introduce .width .shuju_introduce_left .shuju_introduce_left_tips[data-v-9b907196] {
    margin-top: 11px;
    width: 100%;
    font-size: 12px;
    color: #b1b9c1;
    line-height: 24px;
    display: block
}

.shuju_introduce .width .shuju_introduce_left .shuju_introduce_btn[data-v-9b907196] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px
}

.shuju_introduce .width .shuju_introduce_left .shuju_introduce_btn a[data-v-9b907196] {
    background: #1980ab;
    border-radius: 2px;
    color: #fff;
    line-height: 44px;
    width: 48%;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer
}

.shuju_introduce .width .shuju_introduce_left .shuju_introduce_btn a[data-v-9b907196]:hover {
    opacity: .9
}

.shuju_introduce .width .shuju_introduce_left .shuju_introduce_btn a[data-v-9b907196]:nth-child(2) {
    border-radius: 2px;
    border: 1px solid #1980ab;
    color: #1980ab;
    line-height: 42px;
    margin-top: -1px;
    background: none;
    margin-left: 4%
}

.shuju_introduce .width .shuju_introduce_image[data-v-9b907196] {
    width: 456px;
    display: block;
    padding-bottom: 20px;
    padding-top: 93px
}

.shuju_data[data-v-9b907196] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px auto 0
}

.shuju_data .shuju_data_content[data-v-9b907196] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 160px;
    overflow: hidden
}

.shuju_data .shuju_data_content .shuju_data_image[data-v-9b907196] {
    width: 31px;
    height: 31px;
    display: block;
    margin: 14px auto 0
}

.shuju_data .shuju_data_content span[data-v-9b907196] {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #38414e;
    line-height: 56px;
    width: 100%
}

.shuju_data .shuju_data_content p[data-v-9b907196] {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #38414e;
    line-height: 20px
}

.group_video[data-v-9b907196] {
    display: block;
    margin-top: 62px;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    background: url(http://tjyingchenke.cn/static/img/groupback.3855b2f0.264110c.jpg) no-repeat 50%;
    background-size: cover
}

.group_video .group_video_play[data-v-9b907196] {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.group_video .group_video_title[data-v-9b907196] {
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    margin-top: 250px;
    position: relative
}

.group_video .group_video_tips[data-v-9b907196] {
    margin-top: 28px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    position: relative
}

@-webkit-keyframes topt-data-v-9b907196 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes topt-data-v-9b907196 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes topo-data-v-9b907196 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes topo-data-v-9b907196 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes mover-data-v-9b907196 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

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

@keyframes mover-data-v-9b907196 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

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

@-webkit-keyframes movert-data-v-9b907196 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes movert-data-v-9b907196 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg);
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg);
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg);
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg);
        transform: translate(-40px,72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes moverh-data-v-9b907196 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes moverh-data-v-9b907196 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes moverf-data-v-9b907196 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes moverf-data-v-9b907196 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

._filter[data-v-07a96896] {
    margin-top: 9px
}

._filter>div[data-v-07a96896] {
    margin: 0 auto;
    background: #fff;
    padding: 30px 35px 10px;
    border-radius: 5px
}

._filter>div ._title[data-v-07a96896] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

._filter>div ._title img[data-v-07a96896] {
    width: 36px
}

._filter>div ._title h3[data-v-07a96896] {
    font-size: 23px;
    margin-left: 20px;
    margin-right: 16px
}

._filter>div ._title span[data-v-07a96896] {
    font-size: 14px;
    font-weight: lighter
}

._filter>div ._filt-item ._left[data-v-07a96896] {
    font-size: 15px;
    width: 70px;
    color: #8590a6;
    line-height: 35px
}

._filter>div ._filt-item ._right[data-v-07a96896] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._filter>div ._filt-item ._right a[data-v-07a96896] {
    margin-right: 8px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #8590a6;
    cursor: pointer;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px
}

._filter>div ._filt-item ._right a img[data-v-07a96896] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px
}

._filter>div ._filt-item ._right a.active[data-v-07a96896] {
    background: #f5fdfd;
    color: #1980ab
}

.container[data-v-07a96896] {
    margin-top: 10px;
    border-radius: 5px;
    background: #fff
}

.container ._sort[data-v-07a96896] {
    padding: 25px 20px 10px
}

.container ._sort a[data-v-07a96896] {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 10px;
    cursor: pointer;
    color: #888
}

.container ._sort a.active[data-v-07a96896] {
    background: #565656;
    color: #fff;
    border-radius: 100px
}

.container ._content[data-v-07a96896] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container ._content .page[data-v-07a96896] {
    padding: 35px 0
}

.van-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 14px
}

.van-pagination__item,.van-pagination__page-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

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

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

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

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

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

.van-pagination__next,.van-pagination__prev {
    padding: 0 4px;
    cursor: pointer
}

.van-pagination__item--disabled,.van-pagination__item--disabled:active {
    color: #646566;
    background-color: #f7f8fa;
    cursor: not-allowed;
    opacity: .5
}

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

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

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

.container[data-v-a22bde66] {
    margin-top: 9px;
    border-radius: 5px
}

.container ._dynamic[data-v-a22bde66] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container ._dynamic ._left[data-v-a22bde66] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    background: #fff;
    border-radius: 5px
}

.container ._dynamic ._left ._sort[data-v-a22bde66] {
    margin-bottom: 10px;
    padding: 25px 30px 0
}

.container ._dynamic ._left ._sort a[data-v-a22bde66] {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 10px;
    cursor: pointer;
    color: #888
}

.container ._dynamic ._left ._sort a.active[data-v-a22bde66] {
    background: #565656;
    color: #fff;
    border-radius: 100px
}

.container ._dynamic ._right[data-v-a22bde66] {
    margin-left: 10px;
    width: 390px
}

.container ._dynamic ._right .push_btn[data-v-a22bde66] {
    display: block;
    height: 55px;
    line-height: 55px;
    background: #fff;
    color: #1980ab;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer
}

.container ._dynamic ._right .push_btn i[data-v-a22bde66] {
    margin-right: 8px;
    font-size: 18px
}

.container ._dynamic ._right .recommend[data-v-a22bde66] {
    background: #fff;
    border-radius: 5px;
    padding: 19px 20px 5px
}

.container ._dynamic ._right .recommend ul[data-v-a22bde66] {
    margin-top: 13px
}

.container ._dynamic ._right .recommend ul li[data-v-a22bde66] {
    margin-bottom: 18px;
    float: left;
    width: calc(50% - 8px)
}

.container ._dynamic ._right .recommend ul li[data-v-a22bde66]:nth-child(2n) {
    margin-left: 16px
}

.container ._dynamic ._right .recommend ul li .a[data-v-a22bde66] {
    display: block
}

.container ._dynamic ._right .recommend ul li .a img[data-v-a22bde66] {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px
}

.container ._dynamic ._right .recommend ul li .a span[data-v-a22bde66] {
    display: block;
    font-size: 14px;
    color: #333
}

.container ._dynamic ._right .sticky[data-v-a22bde66] {
    position: sticky;
    top: 80px
}

.container ._dynamic ._right .sticky .re_user[data-v-a22bde66] {
    background: #fff;
    border-radius: 5px;
    padding: 19px 20px 10px;
    margin-top: 10px
}

.container ._dynamic ._right .sticky .re_user ul[data-v-a22bde66] {
    margin-top: 18px
}

.container ._dynamic ._right .sticky .re_user ul li[data-v-a22bde66] {
    margin-bottom: 18px;
    float: left;
    width: calc(33.33333% - 8px);
    margin-right: 12px
}

.container ._dynamic ._right .sticky .re_user ul li[data-v-a22bde66]:nth-child(3n) {
    margin-right: 0
}

.container ._dynamic ._right .sticky .re_user ul li .a[data-v-a22bde66] {
    display: block
}

.container ._dynamic ._right .sticky .re_user ul li .a img[data-v-a22bde66] {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.container ._dynamic ._right .sticky .re_user ul li .a span[data-v-a22bde66] {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    color: #333
}

.dynamic-list[data-v-5d5df9a0] {
    padding: 32px 35px 0
}

.dynamic-list ._head[data-v-5d5df9a0] {
    flex-direction: row
}

.dynamic-list ._head ._left[data-v-5d5df9a0],.dynamic-list ._head[data-v-5d5df9a0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dynamic-list ._head ._left[data-v-5d5df9a0] {
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    width: 1px
}

.dynamic-list ._head ._left ._img[data-v-5d5df9a0] {
    position: relative;
    cursor: pointer
}

.dynamic-list ._head ._left ._img img[data-v-5d5df9a0] {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.dynamic-list ._head ._left ._img i[data-v-5d5df9a0] {
    position: absolute;
    bottom: 0;
    right: -8px;
    background: #1980ab;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    padding: 0 3px;
    line-height: 13px;
    border-radius: 10px
}

.dynamic-list ._head ._left span[data-v-5d5df9a0] {
    display: block;
    margin-left: 15px;
    cursor: pointer;
    font-size: 15px
}

.dynamic-list ._head ._right[data-v-5d5df9a0] {
    border: 1px solid #f1f1f1;
    font-size: 15px;
    line-height: 30px;
    width: 85px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer
}

.dynamic-list ._head ._right i[data-v-5d5df9a0] {
    font-size: 16px;
    margin-right: 5px
}

.dynamic-list ._content[data-v-5d5df9a0] {
    margin-left: 50px;
    margin-top: 10px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 25px
}

.dynamic-list ._content ._textHTML[data-v-5d5df9a0] {
    font-size: 16px;
    line-height: 30px;
    color: #525252;
    word-break: break-all
}

.dynamic-list ._content ._imageGroup[data-v-5d5df9a0] {
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dynamic-list ._content ._imageGroup .mp4[data-v-5d5df9a0] {
    width: 200px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    background-color: #000;
    background-size: cover;
    backgournd-repeat: no-repeat;
    cursor: pointer
}

.dynamic-list ._content ._imageGroup .mp4[data-v-5d5df9a0]:hover:before {
    background: rgba(0,0,0,.3)
}

.dynamic-list ._content ._imageGroup .mp4[data-v-5d5df9a0]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: rgba(0,0,0,.2);
    z-index: 1
}

.dynamic-list ._content ._imageGroup .mp4[data-v-5d5df9a0]:after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 9px 0 9px 15px
}

.dynamic-list ._content ._imageGroup .mp4[data-v-5d5df9a0]:nth-child(3n) {
    margin-right: 0
}

.dynamic-list ._content ._imageGroup img[data-v-5d5df9a0] {
    width: 200px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: default
}

.dynamic-list ._content .dy-from[data-v-5d5df9a0] {
    margin-top: 10px
}

.dynamic-list ._content ._foot[data-v-5d5df9a0] {
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.dynamic-list ._content ._foot ._time[data-v-5d5df9a0] {
    font-size: 14px;
    color: #999
}

.dynamic-list ._content ._foot .fleft-text[data-v-5d5df9a0] {
    color: #f30;
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer
}

.dynamic-list ._content ._foot ._right[data-v-5d5df9a0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dynamic-list ._content ._foot ._right .right-item[data-v-5d5df9a0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 25px;
    cursor: pointer
}

.dynamic-list ._content ._foot ._right .right-item .item-num[data-v-5d5df9a0] {
    color: #9da6b6;
    font-size: 14px;
    line-height: 25px;
    margin-left: 4px
}

.dynamic-list ._content ._foot ._right .right-item .item-iconfont[data-v-5d5df9a0] {
    color: #9da6b6;
    font-size: 14px;
    line-height: 25px;
    width: 20px;
    text-align: center
}

.dynamic-list ._content ._foot ._right .right-item .item-iconfont.item-iconfont-active[data-v-5d5df9a0] {
    color: #ff4141;
    line-height: 23px
}

.dynamic-list ._mp4[data-v-5d5df9a0] {
    position: relative;
    background: none
}

.dynamic-list ._mp4 .play_head[data-v-5d5df9a0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 22px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dynamic-list ._mp4 .play_head .left[data-v-5d5df9a0] {
    line-height: 60px;
    font-size: 17px;
    color: #666
}

.dynamic-list ._mp4 .play_head .icon-guanbi[data-v-5d5df9a0] {
    color: #d7d7d7;
    font-size: 17px;
    cursor: pointer
}

.dynamic-list ._mp4 video[data-v-5d5df9a0] {
    background: #000;
    display: block;
    width: 800px;
    height: 600px
}

.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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #969799;
    font-size: 14px;
    background-color: #f7f8fa
}

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

.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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.van-image-preview__cover {
    position: absolute;
    top: 0;
    left: 0
}

.van-image-preview__image {
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-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: 36px
}

.van-image-preview__image .van-image__loading {
    background-color: transparent
}

.van-image-preview__index {
    position: absolute;
    top: 16px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 1px 1px #323233;
    -webkit-transform: translate(-50%);
    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: 22px;
    cursor: pointer
}

.van-image-preview__close-icon:active {
    color: #969799
}

.van-image-preview__close-icon--top-left {
    top: 16px;
    left: 16px
}

.van-image-preview__close-icon--top-right {
    top: 16px;
    right: 16px
}

.van-image-preview__close-icon--bottom-left {
    bottom: 16px;
    left: 16px
}

.van-image-preview__close-icon--bottom-right {
    right: 16px;
    bottom: 16px
}

[data-v-0b7e9c38] .van-uploader__upload {
    background: #f9f9f9
}

.dy-push[data-v-0b7e9c38] {
    padding: 30px 25px;
    width: 730px
}

.dy-push ._h3[data-v-0b7e9c38] {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px
}

.dy-push ._textarea[data-v-0b7e9c38] {
    display: block;
    width: 100%;
    border: 0;
    background: #f9f9f9;
    border-radius: 5px;
    height: 200px;
    font-size: 15px;
    line-height: 25px;
    padding: 15px
}

.dy-push ._image[data-v-0b7e9c38] {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dy-push ._image ._item[data-v-0b7e9c38] {
    width: 160px;
    height: 100px;
    cursor: pointer;
    position: relative;
    margin-right: 13px;
    margin-bottom: 13px
}

.dy-push ._image ._item[data-v-0b7e9c38]:nth-child(4n) {
    margin-right: 0
}

.dy-push ._image ._item>img[data-v-0b7e9c38] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.dy-push ._image ._item>._d[data-v-0b7e9c38] {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 0 5px 0 5px;
    cursor: pointer
}

.dy-push ._image ._item>._text[data-v-0b7e9c38] {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dy-push ._image ._item>._text span[data-v-0b7e9c38] {
    display: block;
    font-size: 35px;
    color: #c2c2c2
}

.dy-push ._image ._item>._text i[data-v-0b7e9c38] {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #999;
    margin-top: 8px
}

.dy-push ._btn[data-v-0b7e9c38] {
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dy-push ._btn a[data-v-0b7e9c38] {
    display: block;
    padding: 0 30px;
    line-height: 42px;
    background: #f9f9f9;
    color: #666;
    margin-left: 20px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer
}

.dy-push ._btn a.active[data-v-0b7e9c38] {
    background: #1980ab;
    color: #fff
}

.dy-push .p-from[data-v-0b7e9c38] {
    margin-top: 20px;
    cursor: pointer
}

.dy-push .p-from .p-from-no[data-v-0b7e9c38] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #ececec;
    width: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px
}

.dy-push .p-from .p-from-no .from-no-icon[data-v-0b7e9c38] {
    font-size: 18px;
    margin-right: 4px;
    font-weight: 300;
    color: #333
}

.dy-push .p-from .p-from-no .from-no-text[data-v-0b7e9c38] {
    font-size: 14px;
    color: #333;
    font-weight: 300
}

.dy-push .p-from .from-yes-title[data-v-0b7e9c38] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.dy-push .p-from .from-yes-title .yes-left[data-v-0b7e9c38] {
    font-size: 14px;
    font-weight: 300;
    color: #777
}

.dy-push .p-from .from-yes-title .yes-right[data-v-0b7e9c38] {
    font-size: 14px;
    font-weight: 300;
    color: #1980ab
}

.dy-push .p-from .dy-from[data-v-0b7e9c38] {
    margin-top: 0
}

.dy-from-vant[data-v-0b7e9c38] {
    width: 730px;
    left: 50%;
    margin-left: -365px
}

.dy-from-vant .dy-from-layer[data-v-0b7e9c38] {
    border-radius: 16px;
    overflow-x: hidden;
    height: 80vh;
    padding-top: 36px
}

.dy-from-vant .dy-from-layer .search-input[data-v-0b7e9c38] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px 10px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    background: #fbfbfb
}

.dy-from-vant .dy-from-layer .search-input .search-icon[data-v-0b7e9c38] {
    position: absolute;
    top: 20px;
    left: 17.5px;
    width: 15px;
    height: 15px
}

.dy-from-vant .dy-from-layer .search-input .input[data-v-0b7e9c38] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 42.5px;
    padding-right: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    border: 0;
    background: none
}

.dy-from-vant .dy-from-layer .search-input .search-btn[data-v-0b7e9c38] {
    position: absolute;
    right: 8px;
    top: 7.5px;
    width: 80px;
    line-height: 38px;
    border-radius: 70px;
    background: #1980ab;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

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

.van-uploader__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: 0 8px 8px 0;
    background-color: #f7f8fa
}

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

.van-uploader__upload-icon {
    color: #dcdee0;
    font-size: 24px
}

.van-uploader__upload-text {
    margin-top: 8px;
    color: #969799;
    font-size: 12px
}

.van-uploader__preview {
    position: relative;
    margin: 0 8px 8px 0;
    cursor: pointer
}

.van-uploader__preview-image {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden
}

.van-uploader__preview-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: rgba(0,0,0,.7);
    border-radius: 0 0 0 12px
}

.van-uploader__preview-delete-icon {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #fff;
    font-size: 16px;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.van-uploader__mask,.van-uploader__preview-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.van-uploader__mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(50,50,51,.88)
}

.van-uploader__mask-icon {
    font-size: 22px
}

.van-uploader__mask-message {
    margin-top: 6px;
    padding: 0 4px;
    font-size: 12px;
    line-height: 14px
}

.van-uploader__loading {
    width: 22px;
    height: 22px;
    color: #fff
}

.van-uploader__file {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #f7f8fa
}

.van-uploader__file-icon {
    color: #646566;
    font-size: 20px
}

.van-uploader__file-name {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 0 4px;
    color: #646566;
    font-size: 12px;
    text-align: center
}

.vip .members-all-banner[data-v-38adbe7c] {
    position: relative;
    height: 600px;
    overflow: hidden
}

.vip .members-all-banner[data-v-38adbe7c]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
    width: 50%;
    z-index: 1;
    background: #e2ddd6
}

.vip .members-all-banner[data-v-38adbe7c]:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 600px;
    width: 50%;
    z-index: 1;
    background: #20190d
}

.vip .members-all-banner>img[data-v-38adbe7c] {
    display: block;
    width: 1920px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2
}

.vip .members-all-banner>.width[data-v-38adbe7c] {
    position: relative;
    height: 600px;
    margin: 0 auto;
    z-index: 3
}

.vip .members-all-banner>.width .info[data-v-38adbe7c] {
    position: absolute;
    right: 120px;
    top: 150px;
    width: 420px;
    padding: 36px 30px;
    background: url(http://tjyingchenke.cn/static/img/members-all-user.png) no-repeat 50%;
    background-size: cover;
    border-radius: 6px
}

.vip .members-all-banner>.width .info .avatar[data-v-38adbe7c] {
    border-radius: 50%;
    width: 83px;
    height: 83px;
    margin: 0 auto;
    display: block;
    border: 3px solid hsla(0,0%,100%,.8)
}

.vip .members-all-banner>.width .info .nick[data-v-38adbe7c] {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-top: 10px
}

.vip .members-all-banner>.width .info .time[data-v-38adbe7c] {
    text-align: center;
    color: hsla(0,0%,100%,.5);
    font-size: 15px;
    line-height: 30px
}

.vip .vip_open_group[data-v-38adbe7c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -150px;
    position: relative;
    z-index: 3
}

.vip .vip_open_group .item[data-v-38adbe7c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border-radius: 4px;
    padding-bottom: 50px
}

.vip .vip_open_group .item[data-v-38adbe7c]:nth-child(2) {
    margin: 0 22px
}

.vip .vip_open_group .item .item_ico[data-v-38adbe7c] {
    display: block;
    width: 43px;
    margin: -20px auto 0
}

.vip .vip_open_group .item .time_name[data-v-38adbe7c] {
    font-size: 19px;
    text-align: center;
    line-height: 35px;
    margin-top: 13px;
    font-weight: 400
}

.vip .vip_open_group .item .price[data-v-38adbe7c] {
    text-align: center;
    color: #ae0900;
    font-size: 14px;
    font-weight: 700;
    line-height: 70px;
    margin-top: 10px
}

.vip .vip_open_group .item .price b[data-v-38adbe7c] {
    font-weight: 700;
    font-size: 45px;
    margin: 0 5px
}

.vip .vip_open_group .item .desc[data-v-38adbe7c] {
    font-size: 14px;
    color: #999;
    text-align: center
}

.vip .vip_open_group .item .btn[data-v-38adbe7c] {
    color: #8d3800;
    background-image: -webkit-gradient(linear,right top,left top,from(#ffc262),to(#ffdb96));
    background-image: linear-gradient(270deg,#ffc262,#ffdb96);
    width: 270px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    border-radius: 40px;
    margin: 30px auto 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700
}

.vip .vip_open_group .item .btn[data-v-38adbe7c]:hover {
    opacity: .8
}

.vip .vip_table[data-v-38adbe7c] {
    background: #fff;
    margin: 25px auto;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.vip .vip_table .item[data-v-38adbe7c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border-bottom: 1px solid #f1f1f1
}

.vip .vip_table .item[data-v-38adbe7c]:nth-child(2n) {
    background: #fffdf9
}

.vip .vip_table .item[data-v-38adbe7c]:last-child {
    border-bottom: 0
}

.vip .vip_table .item .one[data-v-38adbe7c] {
    width: 500px;
    height: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    border-right: 1px solid #f1f1f1
}

.vip .vip_table .item .one h3[data-v-38adbe7c] {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px
}

.vip .vip_table .item .one p[data-v-38adbe7c] {
    line-height: 22px;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    font-weight: 300
}

.vip .vip_table .item .two[data-v-38adbe7c] {
    border-right: 1px solid #f1f1f1
}

.vip .vip_table .item .three[data-v-38adbe7c],.vip .vip_table .item .two[data-v-38adbe7c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 75px
}

.vip .vip_table .item .sure[data-v-38adbe7c] {
    height: 28px;
    display: block;
    margin: 23.5px auto
}

.vip .vip_table .item .iconname[data-v-38adbe7c] {
    text-align: center;
    color: #aa6715;
    font-size: 19px;
    font-weight: 700;
    line-height: 75px
}

.vip .vip_table .item .iconname img[data-v-38adbe7c] {
    vertical-align: middle;
    margin-top: -2px;
    width: 30px;
    margin-right: 5px
}

.vip .vip_table .item .text[data-v-38adbe7c] {
    line-height: 75px;
    font-size: 16px;
    color: #999;
    text-align: center
}

.vip .vip_table .item .more[data-v-38adbe7c] {
    line-height: 75px;
    font-size: 15px;
    color: #999;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    text-align: center
}

.buy-layer[data-v-7a042731] {
    width: 560px;
    padding: 25px 35px 35px;
    position: relative
}

.buy-layer>.iconfont[data-v-7a042731] {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #cbcbcb
}

.buy-layer ._content .pay-type[data-v-7a042731] {
    margin-top: 25px
}

.buy-layer ._content .pay-type .pay-t-item[data-v-7a042731] {
    margin-bottom: 22px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.buy-layer ._content .pay-type .pay-t-item .payti-left[data-v-7a042731],.buy-layer ._content .pay-type .pay-t-item[data-v-7a042731] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-icon[data-v-7a042731] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-text[data-v-7a042731] {
    margin-left: 13px;
    font-size: 16px;
    display: block;
    line-height: 28px
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-desc[data-v-7a042731] {
    margin-left: 13px;
    font-size: 15px;
    color: #999;
    display: block;
    line-height: 28px
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-recharge[data-v-7a042731] {
    margin-left: 21px;
    font-size: 14px;
    color: #1980ab
}

.buy-layer ._content .pay-type .pay-t-item .payti-right[data-v-7a042731] {
    width: 23px;
    height: 23px;
    display: block
}

.buy-layer ._content .pay-coupon[data-v-7a042731] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px
}

.buy-layer ._content .pay-coupon .pay-c-left[data-v-7a042731] {
    font-size: 16px;
    color: #666;
    line-height: 20px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-7a042731],.buy-layer ._content .pay-coupon .pay-c-right[data-v-7a042731] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-7a042731] {
    background: -webkit-gradient(linear,left top,right top,from(#ff8492),to(#fe5b6d));
    background: linear-gradient(90deg,#ff8492,#fe5b6d);
    height: 26px;
    padding: 0 7px;
    border-radius: 6px 9px 9px 6px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    margin-right: 33px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-7a042731]:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7.5px solid #fe5b6d
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-7a042731]:active {
    opacity: .8
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main .left[data-v-7a042731] {
    width: 19px;
    height: 19px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main .text[data-v-7a042731] {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 0 6px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main .iconfont[data-v-7a042731] {
    font-size: 11px;
    color: #fff;
    line-height: 22px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.buy-layer ._content .pay-coupon .pay-c-right .pay-cr-text[data-v-7a042731] {
    font-size: 16px;
    line-height: 20px
}

.buy-layer ._content .pay-coupon .pay-c-right .pay-cr-icon[data-v-7a042731] {
    color: #d2d2d2;
    margin-left: 10px;
    line-height: 20px
}

.buy-layer .button-pay[data-v-7a042731] {
    background: #1980ab;
    color: #fff;
    font-size: 17px;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 21px
}

.counpon-layer[data-v-7a042731] {
    padding: 25px 0 0;
    position: relative;
    width: 430px;
    height: 550px;
    max-height: 80vh;
    overflow-y: auto
}

.counpon-layer>.iconfont[data-v-7a042731] {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #cbcbcb
}

.counpon-layer ._couponGroup[data-v-7a042731] {
    padding: 0 25px
}

.counpon-layer ._couponGroup .couponLi[data-v-7a042731] {
    margin-top: 22px;
    cursor: pointer
}

._wxrecharCode[data-v-7a042731] {
    padding: 40px 20px
}

._wxrecharCode>h3[data-v-7a042731] {
    text-align: center;
    font-size: 21px
}

._wxrecharCode>h3 b[data-v-7a042731] {
    color: #ff575b;
    font-size: 24px
}

._wxrecharCode>img[data-v-7a042731] {
    display: block;
    margin: 0 auto;
    width: 330px;
    height: 330px;
    padding: 20px
}

._wxrecharCode>div[data-v-7a042731] {
    text-align: center;
    font-size: 17px;
    color: #979797
}

._wxrecharCode>div img[data-v-7a042731] {
    vertical-align: middle;
    margin-top: -2px;
    width: 25px;
    margin-right: 10px
}

._wxrecharCode>a[data-v-7a042731] {
    display: block;
    width: 90%;
    background: #f1f1f1;
    color: #1980ab;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: 32px auto 0;
    cursor: pointer
}

._wxrecharCode>a[data-v-7a042731]:hover {
    opacity: .92
}

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

.van-notice-bar__left-icon,.van-notice-bar__right-icon {
    min-width: 24px;
    font-size: 16px
}

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

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

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

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

.van-notice-bar--wrapable {
    height: auto;
    padding: 8px 16px
}

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

.container[data-v-7231e12c] {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 71px)
}

.container .bout-bg[data-v-7231e12c] {
    background: #b9d1fe;
    width: 100%;
    height: 552px;
    position: relative
}

.container .bout-bg img[data-v-7231e12c] {
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 1920px;
    height: 552px
}

.container .bout-bg .ibanner-back[data-v-7231e12c] {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(100%,#f6f8f9),color-stop(0,#f6f8f9));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#f6f8f9 100%,#f6f8f9 0);
    z-index: 2;
    pointer-events: none
}

.container .bout-tabbar[data-v-7231e12c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: -180px auto 0;
    z-index: 3
}

.container .bout-tabbar .flex[data-v-7231e12c] {
    width: 490px;
    border-radius: 5px 5px 0 0;
    background: #f9f9f9;
    overflow: hidden
}

.container .bout-tabbar .flex .item[data-v-7231e12c] {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 53px;
    font-size: 15px;
    cursor: pointer;
    color: #8a8a8a
}

.container .bout-tabbar .flex .item.active[data-v-7231e12c] {
    background: #fff;
    color: #1980ab;
    font-weight: 700
}

.container .article_bbs[data-v-7231e12c] {
    min-height: 700px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border-radius: 0 12px 12px 12px;
    z-index: 3;
    padding: 40px 0;
    overflow: hidden
}

.container .article_bbs .list .item[data-v-7231e12c] {
    padding: 0 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.container .article_bbs .list .item[data-v-7231e12c]:last-child {
    margin-bottom: 0
}

.container .article_bbs .list .item .sort[data-v-7231e12c] {
    width: 50px;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    text-align: center
}

.container .article_bbs .list .item .sort img[data-v-7231e12c] {
    display: block;
    width: 40px;
    margin: 0 auto
}

.container .article_bbs .list .item .info[data-v-7231e12c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container .article_bbs .list .item .info .cover[data-v-7231e12c] {
    width: 200px;
    height: 120px;
    border-radius: 3px
}

.container .article_bbs .list .item .info .ar_info[data-v-7231e12c] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 25px
}

.container .article_bbs .list .item .info .ar_info h3[data-v-7231e12c] {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #000
}

.container .article_bbs .list .item .info .ar_info .time[data-v-7231e12c],.container .article_bbs .list .item .info .ar_info p[data-v-7231e12c] {
    font-size: 15px;
    color: #7e8da6;
    line-height: 27px;
    margin-top: 10px
}

.container .article_bbs .list .item .buy_num[data-v-7231e12c] {
    margin-left: 20px;
    text-align: center;
    width: 100px;
    display: none
}

.container .article_bbs .list .item .buy_num span[data-v-7231e12c] {
    display: block;
    line-height: 25px
}

.container .article_bbs .list .item .buy_num span[data-v-7231e12c]:first-child {
    font-size: 14px;
    color: #7e8da6
}

.container .article_bbs .list .item .buy_num span[data-v-7231e12c]:nth-child(2) {
    font-size: 17px;
    margin-top: 5px;
    color: #e74a3a;
    font-weight: 700
}

.container[data-v-17c5993a] {
    margin-top: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container ._left[data-v-17c5993a] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    border-radius: 5px;
    background: #fff
}

.container ._left .tDiv[data-v-17c5993a] {
    padding: 25px 35px 0;
    margin-bottom: -22px
}

.container ._left .tDiv .title i[data-v-17c5993a] {
    background: #36ad9e;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 15px
}

.container ._left .tDiv .title h3[data-v-17c5993a] {
    height: 40px;
    line-height: 40px
}

.container ._left ._info[data-v-17c5993a] {
    padding: 0 35px
}

.container ._left ._info .article-end[data-v-17c5993a] {
    border-top: 1px solid #f4f4f4;
    padding: 30px 0
}

.container ._left ._info .article-end .theend[data-v-17c5993a] {
    width: 112px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Politica;
    position: relative;
    text-align: center
}

.container ._left ._info .article-end .theend span[data-v-17c5993a] {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 1
}

.container ._left ._info .article-end .theend[data-v-17c5993a]:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0
}

.container ._left ._info .article-end .statement[data-v-17c5993a] {
    font-size: 13px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px
}

.container ._left ._info .article-end .good[data-v-17c5993a] {
    margin-top: 50px;
    position: relative
}

.container ._left ._info .article-end .good a[data-v-17c5993a] {
    border: 1px solid #ececec;
    color: #1980ab;
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-size: 28px;
    border-radius: 50%;
    -webkit-transition: all .7s;
    transition: all .7s;
    font-weight: 400
}

.container ._left ._info .article-end .good a[data-v-17c5993a]:hover {
    background: azure
}

.container ._left ._info .article-end .good span[data-v-17c5993a] {
    display: block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 15px;
    margin: 10px auto 0;
    color: #9a9a9a
}

.container ._left ._info .article-end .good.hover a[data-v-17c5993a],.container ._left ._info .article-end .good.hover a[data-v-17c5993a]:hover {
    border: 1px solid #1980ab;
    background: #1980ab;
    color: #fff
}

.container ._left ._info .article-end .good.hover a[data-v-17c5993a]:before {
    -webkit-animation: shadow 1s;
    animation: shadow 1s;
    content: "+1";
    position: absolute;
    width: 62px;
    text-align: center;
    top: 0;
    color: #f30;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.container ._right[data-v-17c5993a] {
    margin-left: 10px;
    width: 390px
}

.container ._right .author-this[data-v-17c5993a] {
    background: #fff;
    border-radius: 5px;
    padding: 19px 20px;
    margin-bottom: 10px
}

.container ._right .sticky[data-v-17c5993a] {
    position: sticky;
    top: 80px
}

.container ._right .sticky .recommend[data-v-17c5993a] {
    background: #fff;
    border-radius: 5px;
    padding: 19px 20px 5px
}

.container ._right .sticky .recommend ul[data-v-17c5993a] {
    margin-top: 13px
}

.container ._right .sticky .recommend ul li[data-v-17c5993a] {
    margin-bottom: 18px;
    float: left;
    width: calc(50% - 8px)
}

.container ._right .sticky .recommend ul li[data-v-17c5993a]:nth-child(2n) {
    margin-left: 16px
}

.container ._right .sticky .recommend ul li .a[data-v-17c5993a] {
    display: block
}

.container ._right .sticky .recommend ul li .a img[data-v-17c5993a] {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px
}

.container ._right .sticky .recommend ul li .a span[data-v-17c5993a] {
    display: block;
    font-size: 14px;
    color: #333
}

.commit ._com-text[data-v-098143dc] {
    padding-top: 15px;
    padding-bottom: 40px
}

.commit ._com-text ._textarea[data-v-098143dc] {
    position: relative
}

.commit ._com-text ._textarea textarea[data-v-098143dc] {
    display: block;
    border: 1px solid #f1f1f1;
    width: 100%;
    height: 150px;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.commit ._com-text ._textarea textarea[data-v-098143dc]:hover {
    border: 1px solid #1980ab
}

.commit ._com-text ._textarea ._nologin[data-v-098143dc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background: #f9f9f9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.commit ._com-text ._textarea ._nologin div[data-v-098143dc] {
    color: #999;
    font-size: 15px
}

.commit ._com-text ._textarea ._nologin div a[data-v-098143dc] {
    color: #1980ab;
    margin: 0 7px;
    cursor: pointer
}

.commit ._com-text ._btn[data-v-098143dc] {
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.commit ._com-text ._btn[data-v-098143dc],.commit ._com-text ._btn[data-v-098143dc] ._image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.commit ._com-text ._btn[data-v-098143dc] ._image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px
}

.commit ._com-text ._btn[data-v-098143dc] ._image .van-uploader__preview-image,.commit ._com-text ._btn[data-v-098143dc] ._image .van-uploader__upload {
    width: 60px;
    height: 60px;
    border-radius: 3px
}

.commit ._com-text ._btn[data-v-098143dc] ._image ._item {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-right: 13px
}

.commit ._com-text ._btn[data-v-098143dc] ._image ._item>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.commit ._com-text ._btn[data-v-098143dc] ._image ._item>._d {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 0 5px 0 5px;
    cursor: pointer
}

.commit ._com-text ._btn[data-v-098143dc] ._image ._item>._text {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.commit ._com-text ._btn[data-v-098143dc] ._image ._item>._text span {
    display: block;
    font-size: 23px;
    color: #c2c2c2
}

.commit ._com-text ._btn ._right[data-v-098143dc] {
    cursor: pointer;
    line-height: 41px;
    width: 120px;
    text-align: center;
    background: #1980ab;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 700
}

.commit ._com-text ._btn ._right[data-v-098143dc]:hover {
    background: #04b6b7
}

.commit .reply-layer[data-v-098143dc] {
    width: 700px;
    padding: 25px
}

.commit .reply-layer textarea[data-v-098143dc] {
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    height: 201px;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    margin-top: 19px
}

.commit .reply-layer[data-v-098143dc] ._image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px
}

.commit .reply-layer[data-v-098143dc] ._image .van-uploader__preview-image,.commit .reply-layer[data-v-098143dc] ._image .van-uploader__upload {
    width: 60px;
    height: 60px;
    border-radius: 3px
}

.commit .reply-layer[data-v-098143dc] ._image ._item {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-right: 13px
}

.commit .reply-layer[data-v-098143dc] ._image ._item>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.commit .reply-layer[data-v-098143dc] ._image ._item>._d {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 0 5px 0 5px;
    cursor: pointer
}

.commit .reply-layer[data-v-098143dc] ._image ._item>._text {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.commit .reply-layer[data-v-098143dc] ._image ._item>._text span {
    display: block;
    font-size: 23px;
    color: #c2c2c2
}

.commit .reply-layer .common-layer-btn[data-v-098143dc] {
    margin-top: 22px
}

.commit .emo_list[data-v-098143dc] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px
}

.commit .emo_list img[data-v-098143dc] {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.comment_built[data-v-098143dc] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: -5px
}

.comment_built .item[data-v-098143dc] {
    cursor: pointer;
    padding: 0 7px;
    line-height: 25px;
    border: 1px solid #f3f3f3;
    color: #797777;
    margin: 0 10px 10px 0;
    font-size: 12px;
    border-radius: 4px
}

.emo_btn[data-v-098143dc] {
    margin-right: 16px;
    position: relative
}

.emo_btn .icon[data-v-098143dc] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-top: 2px;
    cursor: pointer
}

.emo_btn .icon[data-v-098143dc]:hover {
    opacity: .8
}

.emo_btn .emo_layer[data-v-098143dc] {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 465px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px #f0f0f0;
    box-shadow: 0 0 12px #f0f0f0;
    z-index: 200;
    padding: 20px
}

.emo_btn .emo_layer img[data-v-098143dc] {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 3px;
    cursor: pointer
}

.emo_btn .emo_layer img[data-v-098143dc]:hover {
    background: #f6f6f6
}

.emo_btn .emo_layer img[data-v-098143dc]:nth-child(8n) {
    margin-right: 0
}

.emo_btn .emo_shade[data-v-098143dc] {
    position: fixed;
    background: transparent;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 109
}

@-webkit-keyframes shadow-data-v-098143dc {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 1;
        top: -50px
    }
}

@keyframes shadow-data-v-098143dc {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 1;
        top: -50px
    }
}

.com-list .commit-item[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.com-list .commit-item.commit-item-sun[data-v-1aa83004] {
    padding: 0;
    margin-bottom: 15px
}

.com-list .commit-item.commit-item-end[data-v-1aa83004] {
    margin-bottom: 0
}

.com-list .commit-item .item-head[data-v-1aa83004] {
    width: 50px;
    height: 50px
}

.com-list .commit-item .item-head.item-head-sun[data-v-1aa83004] {
    width: 35px;
    height: 35px
}

.com-list .commit-item .item-head .head-image[data-v-1aa83004] {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.com-list .commit-item .item-head .head-image.head-image-sun[data-v-1aa83004] {
    width: 35px;
    height: 35px
}

.com-list .commit-item .item-info[data-v-1aa83004] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    width: 1px
}

.com-list .commit-item .item-info.item-info-sun[data-v-1aa83004] {
    padding-bottom: 15px
}

.com-list .commit-item .item-info.item-info-nopadding[data-v-1aa83004] {
    border-bottom: 0;
    padding-bottom: 0
}

.com-list .commit-item .item-info .item-content[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.com-list .commit-item .item-info .item-content .content-left[data-v-1aa83004] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1px;
    padding-top: 10px
}

.com-list .commit-item .item-info .item-content .content-left .left-nick[data-v-1aa83004] {
    overflow: hidden
}

.com-list .commit-item .item-info .item-content .content-left .left-nick .nick-div[data-v-1aa83004],.com-list .commit-item .item-info .item-content .content-left .left-nick[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.com-list .commit-item .item-info .item-content .content-left .left-nick .nick-div .nick-text[data-v-1aa83004] {
    color: #888;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.com-list .commit-item .item-info .item-content .content-left .left-nick .nick-div .nick-tar[data-v-1aa83004] {
    color: #fff;
    font-size: 12px;
    background: #ff6038;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 18px
}

.com-list .commit-item .item-info .item-content .content-left .left-nick .nick-div .nick-tar.tar-official[data-v-1aa83004] {
    background: #1980ab;
    color: #fff
}

.com-list .commit-item .item-info .item-content .content-left .left-nick .nick-image[data-v-1aa83004] {
    width: 8px;
    height: 8px;
    margin: 0 8px
}

.com-list .commit-item .item-info .item-content .content-left .left-text[data-v-1aa83004] {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin-top: 14px
}

.com-list .commit-item .item-info .item-content .content-right[data-v-1aa83004] {
    padding-top: 10px;
    cursor: pointer
}

.com-list .commit-item .item-info .item-content .content-right .right-icon[data-v-1aa83004] {
    width: 50px;
    text-align: center;
    color: #333;
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    display: block
}

.com-list .commit-item .item-info .item-content .content-right .right-icon.right-icon-active[data-v-1aa83004] {
    color: #ff4141;
    line-height: 21px
}

.com-list .commit-item .item-info .item-content .content-right .right-num[data-v-1aa83004] {
    width: 50px;
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 5px;
    display: block
}

.com-list .commit-item .item-info .item-upimage[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 17px
}

.com-list .commit-item .item-info .item-upimage .upimage-item[data-v-1aa83004] {
    height: 100px;
    width: 140px;
    border-radius: 3px;
    margin-right: 10px
}

.com-list .commit-item .item-info .item-footer[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px
}

.com-list .commit-item .item-info .item-footer ._left[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.com-list .commit-item .item-info .item-footer ._left .footer-reply[data-v-1aa83004],.com-list .commit-item .item-info .item-footer ._left .footer-time[data-v-1aa83004] {
    font-size: 14px;
    color: #b8b8b8;
    line-height: 25px;
    height: 25px;
    margin-right: 15px
}

.com-list .commit-item .item-info .item-footer ._left .footer-reply[data-v-1aa83004] {
    cursor: pointer
}

.com-list .commit-item .item-info .item-footer .footer-icon[data-v-1aa83004] {
    font-size: 16px;
    color: #b8b8b8;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    display: block
}

.com-list .commit-item .item-info .item-more[data-v-1aa83004] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.com-list .commit-item .item-info .item-more .more-border[data-v-1aa83004] {
    width: 44px;
    height: 1px;
    margin-right: 10px;
    background: #f1f1f1
}

.com-list .commit-item .item-info .item-more .more-text[data-v-1aa83004] {
    color: #999;
    font-size: 14px;
    cursor: pointer
}

.com-list .commit-item .item-info .item-more .more-image[data-v-1aa83004] {
    width: 9px;
    height: 9px;
    margin-left: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.com-list .commit-item .item-info .item-reply[data-v-1aa83004] {
    margin-top: 20px
}

.reply-layer[data-v-1456eee8] {
    width: 700px;
    padding: 25px
}

.reply-layer .comp-rows[data-v-1456eee8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.reply-layer .comp-rows .com-item[data-v-1456eee8] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #e9e9e9;
    color: #666;
    line-height: 38px;
    border-radius: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    padding: 0 5px;
    cursor: pointer
}

.reply-layer .comp-rows .com-item.com-item-active[data-v-1456eee8] {
    border: 1px solid #1980ab;
    color: #1980ab
}

.reply-layer textarea[data-v-1456eee8] {
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    height: 200px;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    margin-top: 12px
}

.reply-layer .common-layer-btn[data-v-1456eee8] {
    margin-top: 22px
}

.container[data-v-4ed8d29d] {
    margin-top: 9px
}

.container ._talk-item[data-v-4ed8d29d] {
    float: left;
    margin-right: 12px;
    width: calc(33.33333% - 8px);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 20px
}

.container ._talk-item[data-v-4ed8d29d]:nth-child(3n) {
    margin-right: 0
}

.container ._talk-item ._head[data-v-4ed8d29d] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container ._talk-item ._head img[data-v-4ed8d29d] {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    cursor: pointer
}

.container ._talk-item ._head ._info[data-v-4ed8d29d] {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.container ._talk-item ._head ._info h3[data-v-4ed8d29d] {
    font-size: 17px;
    line-height: 27px
}

.container ._talk-item ._head ._info p[data-v-4ed8d29d] {
    color: #999;
    font-size: 15px;
    line-height: 27px;
    margin-top: 3px
}

.container ._talk-item ._data[data-v-4ed8d29d] {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #f3f3f3
}

.container ._talk-item ._data ._item[data-v-4ed8d29d] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.container ._talk-item ._data ._item h3[data-v-4ed8d29d] {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #666
}

.container ._talk-item ._data ._item span[data-v-4ed8d29d] {
    color: #999;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    line-height: 22px
}

.container .towkn-detail[data-v-e2ffbd30] {
    margin-top: 9px;
    border-radius: 5px;
    background: #fff;
    padding: 35px 30px
}

.container .towkn-detail ._head[data-v-e2ffbd30] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container .towkn-detail ._head img[data-v-e2ffbd30] {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 5px
}

.container .towkn-detail ._head ._info[data-v-e2ffbd30] {
    padding: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .towkn-detail ._head ._info h3[data-v-e2ffbd30] {
    font-size: 17px;
    line-height: 27px
}

.container .towkn-detail ._head ._info p[data-v-e2ffbd30] {
    color: #999;
    font-size: 15px;
    line-height: 27px;
    margin-top: 3px
}

.container .towkn-detail ._head ._a[data-v-e2ffbd30] {
    display: block;
    width: 120px;
    background: #1980ab;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 41px;
    height: 41px;
    border-radius: 3px;
    border-radius: 100px;
    cursor: pointer
}

.container .towkn-detail ._head ._a[data-v-e2ffbd30]:hover {
    background: #02b1b2
}

.container .towkn-detail ._head ._a.dis[data-v-e2ffbd30] {
    background: #f6f6f6;
    color: #1980ab;
    font-weight: 400
}

.container .towkn-detail ._head ._a.dis[data-v-e2ffbd30]:hover {
    background: #f1f1f1
}

.container ._lists[data-v-e2ffbd30] {
    margin-top: 10px;
    border-radius: 5px;
    background: #fff
}

.container ._lists ._sort[data-v-e2ffbd30] {
    padding: 25px 20px 10px
}

.container ._lists ._sort a[data-v-e2ffbd30] {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 10px;
    cursor: pointer;
    color: #888
}

.container ._lists ._sort a.active[data-v-e2ffbd30] {
    background: #565656;
    color: #fff;
    border-radius: 100px
}

.container ._lists ._content[data-v-e2ffbd30] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container ._lists ._content .page[data-v-e2ffbd30] {
    padding: 35px 0
}

.help-head[data-v-768c3f4a] {
    width: 100%;
    background: url(http://tjyingchenke.cn/static/img/form-bg.18fbceb.png) no-repeat 50%;
    background-size: cover
}

.help-head .width[data-v-768c3f4a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 70px
}

.help-head .width .left[data-v-768c3f4a] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.help-head .width .left h3[data-v-768c3f4a] {
    font-size: 40px;
    color: #0b1531;
    font-weight: 700
}

.help-head .width .left .desc[data-v-768c3f4a] {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    margin-top: 15px
}

.help-head .width .left .input[data-v-768c3f4a] {
    width: 540px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 28px;
    margin-top: 40px;
    overflow: hidden;
    position: relative
}

.help-head .width .left .input i[data-v-768c3f4a] {
    position: absolute;
    left: 20px;
    color: #9caccd;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.help-head .width .left .input input[data-v-768c3f4a] {
    display: block;
    width: 100%;
    outline: none;
    border: 0;
    line-height: 30px;
    font-size: 17px;
    padding: 15px 30px 15px 60px
}

.help-head .width .left .hotkey[data-v-768c3f4a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 25px
}

.help-head .width .left .hotkey a[data-v-768c3f4a] {
    opacity: .9;
    font-size: 16px;
    color: #96a19c;
    letter-spacing: 0;
    line-height: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 0 6px;
    cursor: pointer
}

.help-head .width .left .hotkey a[data-v-768c3f4a]:hover {
    color: #699581
}

.help-head .width .right[data-v-768c3f4a] {
    width: 200px;
    margin-top: -20px
}

.help-content[data-v-768c3f4a] {
    background: #fff
}

.help-content .width[data-v-768c3f4a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 50px
}

.help-content .width .item[data-v-768c3f4a] {
    margin-right: 30px;
    width: calc(33.33333% - 20px);
    border: 2px solid #edf3f3;
    margin-bottom: 30px;
    border-radius: 9px;
    padding: 20px 30px 30px
}

.help-content .width .item[data-v-768c3f4a]:nth-child(3n) {
    margin-right: 0
}

.help-content .width .item>.head[data-v-768c3f4a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 35px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px
}

.help-content .width .item>.head img[data-v-768c3f4a] {
    width: 36px
}

.help-content .width .item>.head h3[data-v-768c3f4a] {
    font-size: 22px;
    font-weight: 400;
    margin-left: 10px;
    color: #0b1531
}

.help-content .width .item>ul[data-v-768c3f4a] {
    padding: 20px 20px 0
}

.help-content .width .item>ul li[data-v-768c3f4a] {
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 15px;
    color: #0b1531
}

.help-content .width .item>a[data-v-768c3f4a] {
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color: #1980ab;
    cursor: pointer;
    line-height: 30px
}

.help-content .idear_btn[data-v-768c3f4a] {
    display: block;
    width: 235px;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    border-radius: 100px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    border: 2px solid #ececec
}

.dy-push[data-v-768c3f4a] {
    padding: 30px 25px;
    width: 730px
}

.dy-push ._h3[data-v-768c3f4a] {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px
}

.dy-push ._textarea[data-v-768c3f4a] {
    display: block;
    width: 100%;
    border: 0;
    background: #f9f9f9;
    border-radius: 5px;
    height: 200px;
    font-size: 15px;
    line-height: 25px;
    padding: 15px
}

.dy-push ._image[data-v-768c3f4a] {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dy-push ._image ._item[data-v-768c3f4a] {
    width: 160px;
    height: 100px;
    cursor: pointer;
    position: relative;
    margin-right: 13px;
    margin-bottom: 13px
}

.dy-push ._image ._item[data-v-768c3f4a]:nth-child(4n) {
    margin-right: 0
}

.dy-push ._image ._item>img[data-v-768c3f4a] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.dy-push ._image ._item>._d[data-v-768c3f4a] {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 0 5px 0 5px;
    cursor: pointer
}

.dy-push ._image ._item>._text[data-v-768c3f4a] {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dy-push ._image ._item>._text span[data-v-768c3f4a] {
    display: block;
    font-size: 35px;
    color: #c2c2c2
}

.dy-push ._image ._item>._text i[data-v-768c3f4a] {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #999;
    margin-top: 8px
}

.dy-push ._btn[data-v-768c3f4a] {
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dy-push ._btn a[data-v-768c3f4a] {
    display: block;
    padding: 0 30px;
    line-height: 42px;
    background: #f9f9f9;
    color: #666;
    margin-left: 20px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer
}

.dy-push ._btn a.active[data-v-768c3f4a] {
    background: #1980ab;
    color: #fff
}

.help-main[data-v-103dfd65] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100vh - 72px);
    background: #fff
}

.help-main .left[data-v-103dfd65] {
    width: 320px;
    border-right: 1px solid #f3f3f3;
    overflow-y: auto;
    max-height: 100%;
    padding-top: 22px
}

.help-main .left[data-v-103dfd65]::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.help-main .left[data-v-103dfd65] ::-webkit-scrollbar-thumb,.help-main .left[data-v-103dfd65]::-webkit-scrollbar-track {
    border-radius: 999px;
    border: 0 solid transparent
}

.help-main .left[data-v-103dfd65]::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px hsla(0,0%,78%,.2) inset;
    box-shadow: inset 1px 1px 5px hsla(0,0%,78%,.2)
}

.help-main .left[data-v-103dfd65]::-webkit-scrollbar-thumb {
    min-height: 0;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px hsla(0,0%,87.1%,.5) inset;
    box-shadow: inset 0 0 0 5px hsla(0,0%,87.1%,.5)
}

.help-main .left[data-v-103dfd65]::-webkit-scrollbar-corner {
    background: transparent
}

.help-main .left .item[data-v-103dfd65] {
    line-height: 50px;
    margin-bottom: 12px;
    color: #0b1531;
    font-size: 16px;
    padding-left: 30px
}

.help-main .left .item .show[data-v-103dfd65] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help-main .left .item .show i[data-v-103dfd65] {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #999
}

.help-main .left .item .show span[data-v-103dfd65] {
    margin-left: 20px
}

.help-main .left .item ul[data-v-103dfd65] {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.help-main .left .item ul li[data-v-103dfd65] {
    cursor: pointer;
    color: #6b7799;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 16px;
    padding-right: 30px;
    position: relative
}

.help-main .left .item ul li.active[data-v-103dfd65] {
    color: #1980ab
}

.help-main .left .item ul li.active[data-v-103dfd65]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 3px;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1980ab
}

.help-main .left .item.active ul[data-v-103dfd65] {
    height: auto;
    padding: 10px 0 0 33px
}

.help-main .left .item.active .show i[data-v-103dfd65] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.help-main .right[data-v-103dfd65] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    max-height: 100%;
    padding: 40px 50px
}

.help-main .right>h3[data-v-103dfd65] {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px
}

.help-main .right>.contents[data-v-103dfd65] {
    font-size: 17px;
    line-height: 30px;
    color: #666
}

.help-main .right>.contents[data-v-103dfd65] p {
    margin-bottom: 5px
}

.help-main .right>.contents[data-v-103dfd65] img {
    max-width: 430px
}

.help-main .right .hd-footer[data-v-103dfd65] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.help-main .right .hd-footer .hdf-text[data-v-103dfd65] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help-main .right .hd-footer .hdf-text .hdf-text-l[data-v-103dfd65] {
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f3f3f3
}

.help-main .right .hd-footer .hdf-text .hdf-text-c[data-v-103dfd65] {
    text-align: center;
    font-size: 14px;
    color: #999;
    position: relative;
    line-height: 20px;
    margin: 0 20px
}

.help-main .right .hd-footer .hdf-text .hdf-text-r[data-v-103dfd65] {
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f3f3f3
}

.help-main .right .hd-footer .hdf-icon[data-v-103dfd65] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 22px
}

.help-main .right .hd-footer .hdf-icon .hdf-i-left[data-v-103dfd65],.help-main .right .hd-footer .hdf-icon .hdf-i-right[data-v-103dfd65] {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f9f9f9;
    text-align: center;
    font-size: 24px;
    color: #333;
    cursor: pointer
}

.help-main .right .hd-footer .hdf-icon .hdf-i-right[data-v-103dfd65] {
    margin-left: 26px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.container[data-v-44fa9571] {
    background: #fff
}

.container ._head .person_bg[data-v-44fa9571] {
    width: 100%;
    height: 210px;
    position: relative
}

.container ._head .person_bg img[data-v-44fa9571] {
    width: 100%;
    height: 100%;
    display: block
}

.container ._head .person_bg .i[data-v-44fa9571] {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    display: block
}

.container ._head .person_bg .i i[data-v-44fa9571] {
    font-style: normal;
    font-size: 15px;
    color: #fff;
    opacity: .9;
    display: inline-block;
    cursor: pointer
}

.container ._head ._user[data-v-44fa9571] {
    position: relative;
    padding: 0 30px 25px;
    margin-top: -40px
}

.container ._head ._user>img[data-v-44fa9571] {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 6px solid #fff
}

.container ._head ._user>._info[data-v-44fa9571] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    padding-left: 20px;
    padding-top: 60px
}

.container ._head ._user>._info>h3[data-v-44fa9571] {
    font-size: 26px
}

.container ._head ._user>._info>h3 i[data-v-44fa9571] {
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    border: 1px solid #1980ab;
    color: #1980ab;
    margin-left: 3px;
    display: inline-block;
    line-height: 21px;
    padding: 0 8px;
    border-radius: 4px;
    margin-top: -2px;
    vertical-align: middle
}

.container ._head ._user>._info>p[data-v-44fa9571] {
    color: #999;
    font-size: 16px;
    line-height: 25px;
    margin-top: 11px
}

.container ._head ._user>a[data-v-44fa9571] {
    background: #1980ab;
    color: #fff;
    height: 45px;
    line-height: 45px;
    width: 140px;
    text-align: center;
    font-size: 17px;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 80px;
    cursor: pointer
}

.container ._head ._user>a i[data-v-44fa9571] {
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
    text-align: center
}

.container ._head ._user>a.dis[data-v-44fa9571] {
    background: #f6f6f6;
    color: #1980ab
}

.container ._nav[data-v-44fa9571] {
    padding: 0 36px;
    border-top: 1px solid #f1f1f1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container ._nav ._left[data-v-44fa9571],.container ._nav[data-v-44fa9571] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container ._nav ._left ._item[data-v-44fa9571] {
    margin-right: 36px;
    line-height: 58px;
    font-size: 17px;
    cursor: pointer;
    color: #999;
    position: relative
}

.container ._nav ._left ._item.active[data-v-44fa9571] {
    color: #1980ab;
    font-weight: 700;
    font-size: 18px
}

.container ._nav ._left ._item.active[data-v-44fa9571]:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    background: #1980ab;
    border-radius: 5px;
    height: 3px;
    width: 60%
}

.container ._nav ._right[data-v-44fa9571] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 500px
}

.container ._nav ._right .data-item[data-v-44fa9571],.container ._nav ._right[data-v-44fa9571] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container ._nav ._right .data-item[data-v-44fa9571] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 35px
}

.container ._nav ._right .data-item .item-num[data-v-44fa9571] {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 17px
}

.container ._nav ._right .data-item .item-text[data-v-44fa9571] {
    color: #888;
    text-align: center;
    font-size: 15px;
    margin-left: 4px
}

._view[data-v-cf6b2a3e] {
    padding: 0 25px;
    width: 730px;
    height: 750px
}

._view>.iconfont[data-v-cf6b2a3e] {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #cbcbcb;
    display: none
}

._view ._list[data-v-cf6b2a3e] {
    margin-top: 22px;
    padding: 0 15px
}

._view ._list ._item[data-v-cf6b2a3e] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
    cursor: pointer
}

._view ._list ._item[data-v-cf6b2a3e]:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f1f1f1;
    width: calc(100% - 85px)
}

._view ._list ._item>img[data-v-cf6b2a3e] {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%
}

._view ._list ._item ._info[data-v-cf6b2a3e] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    padding: 0 20px
}

._view ._list ._item ._info h3[data-v-cf6b2a3e] {
    font-size: 17px;
    font-weight: 400
}

._view ._list ._item ._info p[data-v-cf6b2a3e] {
    color: #999;
    font-size: 16px;
    margin-top: 8px
}

._view ._list ._item ._a[data-v-cf6b2a3e] {
    color: #1980ab;
    background: #eff;
    display: block;
    height: 42px;
    line-height: 42px;
    width: 110px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
    cursor: pointer
}

._view ._list ._item ._a.disabled[data-v-cf6b2a3e] {
    color: #9d9d9d;
    background: #f9f9f9
}

._view[data-v-27a0ced1] {
    padding: 30px 25px;
    width: 730px;
    height: 750px
}

._view>.iconfont[data-v-27a0ced1] {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #cbcbcb;
    display: none
}

._view ._tab[data-v-27a0ced1] {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._view ._tab ._item[data-v-27a0ced1] {
    line-height: 42px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 17px
}

._view ._tab ._item.active[data-v-27a0ced1] {
    background: #fff;
    border-radius: 5px;
    font-weight: 700
}

._view[data-v-e6ceb66e] {
    padding: 30px 25px;
    width: 730px;
    height: 750px
}

._view>.iconfont[data-v-e6ceb66e] {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #cbcbcb;
    display: none
}

._view ._tab[data-v-e6ceb66e] {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._view ._tab ._item[data-v-e6ceb66e] {
    line-height: 42px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 17px
}

._view ._tab ._item.active[data-v-e6ceb66e] {
    background: #fff;
    border-radius: 5px;
    font-weight: 700
}

._view ._list[data-v-e6ceb66e] {
    margin-top: 22px;
    padding: 0 15px
}

._view ._list ._item[data-v-e6ceb66e] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
    cursor: pointer
}

._view ._list ._item[data-v-e6ceb66e]:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f1f1f1;
    width: calc(100% - 85px)
}

._view ._list ._item>img[data-v-e6ceb66e] {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%
}

._view ._list ._item ._info[data-v-e6ceb66e] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    padding: 0 20px
}

._view ._list ._item ._info h3[data-v-e6ceb66e] {
    font-size: 17px;
    font-weight: 400
}

._view ._list ._item ._info p[data-v-e6ceb66e] {
    color: #999;
    font-size: 16px;
    margin-top: 8px
}

._view ._list ._item ._a[data-v-e6ceb66e] {
    color: #1980ab;
    background: #eff;
    display: block;
    height: 42px;
    line-height: 42px;
    width: 110px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
    cursor: pointer
}

._view ._list ._item ._a.disabled[data-v-e6ceb66e] {
    color: #9d9d9d;
    background: #f9f9f9
}

.container[data-v-2fadbaf6] {
    padding-bottom: 50px;
    position: relative;
    background: #faf4e1;
    overflow: hidden;
    min-height: calc(100vh - 71px)
}

.container .share-bg[data-v-2fadbaf6] {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 1920px
}

.container .share-moeny[data-v-2fadbaf6] {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-top: 380px
}

.container .share-moeny ._button[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .share-moeny ._button a[data-v-2fadbaf6] {
    text-align: center;
    display: block;
    color: #fff;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAADSCAMAAACBzNPBAAACFlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACouEHM2kYAAABpfDj////Bz0O+zUSqukGtvUK8ykTH1UW4x0O0xEOvv0L9/fWywkJugTnE0kSltUHF1EWiskDJ10VqfTi4xkKnt0Gfr0CcrT8ICAPC0USru0EMDQTL2UbK2EaJmz19jzuOoD1sfzhnejdidDQEBQKwwEKLnT11iDoaHg0OEQfv88S2xUO6yUKDlTuAkjtwgzk7Rh8gIguVpj5yhDkkKhMVGQt4ijqDjCwwMxAoKw3g6IyImTwuNxjO20u9ykGaqj57jTtzhTlldzVxeSdEUCRdZCH///77/PD6++qTpD2RoT2irTeTnTJgcTIaGwns8rrc5X3X4m7U4GHS31xcbTGOlzBXZy5IVic3QB34+uWyvj11fShARBYSFQj3+d/099fq8LDi6pbR3VbP3FCGmDxTYixqcSRHTBj+/vry9s3n7qbl7J/V4WfU4GO2wj5YXh7w9Mje54Snszl+hytBTSNKUBqXqD5MWSja5HasuDtmeTZ5hC41OhTk6cS2w19leDbJ1mG2xGBWNAleAAAALXRSTlMA9foFIQHw/ByXYKvMc9GHgmfi2jANkkAZxYx+UOgm5px4SQitN7+u3U4psq+siY2jAAARaElEQVR42uzdSU9TURQH8IudoBSZRxEnnDbn+Gqii0ZiGheYqisXhrhhYWhr6KYBSSAtQ7oAkTEBBZlDIokfUmPffTzq7aOU19Lh//sMJy//c8697woAAAAAAAAAAAAAAAAAyI/D2eltqqt/cP2R213DUKZq3O5H1x/U1zV5O50OUbGcvTfqWz0MFcbTWn+j1ykqjON+w8ObDBXs5sOG+xXzva1trnczVAF3fXOtKHvOOz6GKuK7U9YZoasB9VqFfA1doiy57vZfY6hK1/rvukS5aW9oYahiLQ3topw4e9ycRSiyuPd1ZGpyIRbzE5Qpfyy2MDk18nVvMRLiLNw95ZNqnbfViWD4OD61S1Bhdqfix8PqfHC7PIq2tk5VsJGx1EeCivUxNRZRFW1d6U+92ptqOFNo8+gVQcV7dbQZ4kw1TaWdaV3eW5xhcDP1kqBKvExtDnKGW94Snh60dXOG8MgAQVUZGAlzhu42UZruNWaE2NDeCUEVOhkLZUTaxnuiBHW28hmJOIZYVcsfT/AZrZ2i1DgaPWw2PBIkqGLBkWE28zSW2DmvPh+bJY5QsFUveJRgM1+fKCHeGjYJxZ8TAD2Ph9ikxitKhaODTd7vxQjgn9jeezbpKJFw0NXNJpFDAjAcRtikuySOJbaZtweDcYRYOCMYHzTvFUpgRNtrjrHhBQLIsBA2B9peccWaPaYUu4FPLCgEN0yJ1tMsrtQNPpWYJAClyQ98qklcHVcPn1p8SgBZPF3kUz0ucUVcdXxq4w3laHRnOrqV3F9emggENE0LBL7ML+8nt2fIbHYooP0nMDRLUJ7ebPCpuqLWrLpiB1OUi7mDrf35cU0tSad2AppSADVbtlKDV16zHWz4dJhDuUaTE5qlVTIMaVkMEZSrw09s6BDFou68hnfpHDNbS9q55skQ0LIIEJSt3eEr7cGa2RCJkaXZrXktF+Mo2QoXi7ChWRTZYw9LYT9ZGD34Ma7lZgnBoNL5wyx5HouianOz9HuAsltfndByFs2h/dohKGcDv1mqaRNF1NXCUtiiYke3v2jnCBi1+X0LQ64qMBBmqaVLFI2jm6WIRSqITmQp06X9ldWD6Zm59dH0p3ju53Q0OkdQDfwRlrodolg6WBqOUTYzy9r/Joa2p1Gb1S02XPxRl5elb7tZM8HK+H/lmjxAtQLR7jeWvKIo+mqMndckZTGzlFmvKzME8M/koNGC9YkicPhYSlEW2981s+9J1CuYpFjyFSPONrK0QWrrQ2c/sNtrBGC2wVKjKLhOY4ew+IaU1s6EgvnoKAGc9WbR2Ch0igK718q6hJ+UdsyjrcAqChYU/AnWtd4TSvbHgveTpPTTtD0YTyISgNrk+yJFg7ZryiCrrtiJXwRwXpy91iYKyOVjXThIKrOmih1aJ4BsgmHW+VyicLzGRHaBVNbmNen7KgFYWBgswkKh/RbrvpLK6A9NCkwTgKWvrLvVLgql0YgFb0llRZO+YHcA53kbLngHVmtsag9J5eC0Yn8SwHkOjb1trSiMOtbtkcpcwEgFqFjIxR7r6kRBOOWAK/SRVH4YnReGW5CTjyE56HKKQrht3XtFNSlKABfrwG6LAqiVH9nEc1JYM2LBCgHk5nlCfmYLkWZ7WHdEKklNt4xTBZCzI9b1CNu1u+XdmSAp/ByXQRZ3YCF3QXmrxt0u7NbAuhHr3mubAHI3wroGYTNXi0yyQVKY0XRLiAVwEUGZZltcwl53WRe3/shivgV5Dg3uCnv1y5nsa1LYkUn2BwFcyGs5m+0XtuqSE64xy8MF41h7wUWNyTlXV2GarxNSWJcz2X0CuKCTwjRgPk4Lk0oUSRbyF+Y0n7BRn/WEa1luEQgg/zlXn7DPHXkZYYAU5sZxuADyNyAbsDvCPtc5bZNUVuWZQ1z2gnxsctp1YZta1qUsc0GSAC7zv6Na299FCL0khTWZC3DdC/LyMmT7+wn1lrngQOYC7GrhcsmgXtjE4bacF6zg5Q2wZ2bgdgh73GddjFTmMS+Ay4mx7r7Nq68IqaxpOjy9AfmK2LwA67c8XzAtL4ITQJ7GbD4ac5PTpkhlC1EWLmuK024KWzhZ95RUhnAdAS7LzzqnsEOvvPRFSvOYysKlyStgvbY+CX5MKqNykYAHkiB/x5x2w9ZFQpxUZvGEN+Tq6bsXLz4/I4W4rcuEVtl9WQ4MlgjA2rMXT/568cyi/2oVNnB4OG2XVFYrcGDwh7076W0aCuIAHgRiFYjlwAU4IOCA9PymTkLStA1ZTItDAqkgBJSEpZRyKBKLQFAQB05ILEICDsCJCyCxCb4hzx5DAD07sT0tSTu/ayP38td43uparZTJFAoF27ZNM5lMHlKyimVZrdHR0XGlkXOlXZVUl/hHqquSduQc4w71qJZlqeeqx6v/YpqmbRcKmUypVjWWpXlwzWv+ZEm0bjXh9u5jhtbbYbzWqFpzIomBPNRWWWw5Qczl3PSJgZBKOeluqFyrVLdVpFWg8wUVZ2N4TYBrwtA4SzhlsFez9qW52Ggw75lX5bKQt02nUKpcqlg6qRyQUEaVqqgsqyi7STZNJ8dDUpXBE7T+tZNw5+FTQ+vN4OwwqGE81TtchbORG/pshpFKOxW5lVUthhPiwazFQZF9SvjdhK1+y7XoeahpWfqAYvVcWfnssxarDFttN8KDUYar4Alast1KeHf3k+CVhIeGBnVE3YRyQCMlONdQRRhr8H8KcAFQOejSmA2E07JXDK27i7aPS7Wh9u+MckRJVdK/AryEPUQeAoZfVwgnZg/4TcuiOyPoBcWbwyukLc7oUqqowdxSxDcJ6EbQxpgDhKdr7xtaYyPoZeTXva3mmZxKyi/7AbCY8bUAzRka9wlP2W6X6LGh9XoEhXnjYy11UirY4FLNg9VOmmS9bwPQCUPjsUTbE/GtlcgytEY8PaupF9M0x3T4VNJu7bULJSMGAahjBCx/rU3Et0oiM3xkq05O29Z4Iy3YMqE6B6sdLbxFQPWgHbOrEvHJ4Mh6vezYvzkdbfAIanlLN9zK23/bMANoxtCwpYcwsgbyOZTwLpNX733O6UqUSo+3nMJbM4LNAyoaOksU2Voh/92d5brzQ7AVD7PrW3evA8r1jCx9Y1BSr/5sy6uo376OjX39Jhj7o+FVPYOZL2k3csGhoMZgFeXwq4rvfp6ZYiH63VZWtQxu2TUBlWtBw6+1hJNc1wRjMcpuEVDTCJrk2k24lHBPMBbDcUAdTbNLu5SwRaKOYCyGE4DmnarbUOO0fGmRFmwPSPRZMBbDBKCZv6YYsjjD0N0WQ3kmXDAW3SR4iuJvWHQ/S7SJcIv3bcFYdHVAl4TWbYk2EB6keS8Yi9/KdoTWe4m2Eh5X/CIYi+zwNKAFofVFoo2Eh8IvCsYim/FtZdFFwkPheyQ6KhiL7BygOaF3TKI1lBccLQjG4vYFp4XWB6ILjtAOiR4IxiK616Mv+CzRDtLLOi8cEYxF0+zRF9yWaBPplcizvMuARXQNPHWh95T0SuRdEj27xGWWRXMd0PRhoXdGol20n/c4WReMRTAFno7fD6RnDe1HlD6ePywYi15kYUoEj752E3+q7iocF4yF9gE814WPCxLtI/4g6GWYLgrGQjrSBM81oVe8LNFm6s8un4RzgrGQjvcssk3p2U/9cftbTjPCWCiT5V6d7NQtzcftaRYTZgGaPNHFIrYF53x/MatpZWn2Hx79BDwCY+G8AuQ/EDr96ahE2xJU1kvPI4DypGCsbwvwS923cXgkPesTZLZ0OwOYE4z160O559hrDmY1p2upthmcuuluH2OsP1MT4Jme9GsL4OYp0g0G6KDszhlAmWcNWNjEwoLfT8pwS3oOJhBpZ3AGlBu8bst+snMvrWlEURzAr6aikT6S1Ngk9J1FaUHO+QLDIIOjEPCNj4WO1caNATV0o5CdmGyy028Q+jlb653xambGKTga6/ltdXm4/M+Zc6/jirVfLpC7iKXV5gLuE3BDRKQPCsSJegZ1zZj1/ZohcJ/YKp14jT2DCVrpIksVFNQ1ojaPG1zBlPeErdQXmEpc4x8KPYNI7MkpNEhWrVdbQbxOwNQXtlqfgavhhET7McTOL02oWKt+PTr5Uw24z2y1fEcwVc7iRJFaMGIpWkEHFSsXETFbhqkjH1uxF8Kca6JDywbEXCwt4YymWv2tg3/8BO4FW7Vjz/wxi/TeLDET6zdQULSMkBUUD1nPMVu5M+AecIIWZIiJaFJCUUq236J9AO6MrV7AO3fM0pdb8ki7qqBIsS6RAs4dst4Ac8FHcWhA41myIN7q4rxue9lrszXgPjI3PNOP2cQN1SyZE+1VNVxUkZdV7E1CP2SfMVfsA3eFSNmATKn1ZKqBjxXjEUsFnLoCbp+5I+ARNg2oB9s10X6/Ho/K07GAHI3/6hUqqWIGTWl9B/cXh8B5Aswlr4AroaFC89ntp6ZMKi+TUiOCloKcJOESUkG2mYJVkLsE7hVzy/E7sQPjUvQdbNupkkXlqWL6dEwryI6WD2rAvTtmrgkClx+goUj7BlsuhRZSEUMXHWr2YrbxoojcIA9ckLnH9xy4UhYNGu11bbcMWshEDOhIo6VGbLU15LIl4J77mItCXuDucEahYddWc1KyDVyqO4pHlkgrqLsDzhtirnoFujEKqhRot5iTYJBEW1o1vTwfylU0jMH13os7fw1cOYeCLt1h3F5O2q9YFS10U8m6o3Ym3kVDrgzc63Pmsjd+4L6jSKEJ7fayH3Jx7WSlU+xKkjL5TZK6zU61la6r8r9drOG+A+d/w1x3BkKcFTXpHRliSW2i4A50Z8x95y9Bd4sLBy19ViCmYgUFBbege3nO1uCbB7j8GOcVKdESE/EiisZ54Dzf2FoEQXcxwAVV+q5AFkSrOGdwAbogW5Mw6O5zuCCTpHkXEcjJDM7J3YMuzNZl7xR0lzlcpKUp0hIultZwXu4SdKd7bG1OjkBXusZHGn0qWiJcXRRcl0B3FGBrFPLY1ixqBYoHO08uaGhTsZ4QW6uv/lnN5tCENKJGbKdFRxI+kptVrP8rW7NDsMyznNKpUz7YUbF6R0HOPMfCIVu7AzDcD9CcNKJB7Q6KjyQ0M7gHwwHbgDAYLoY2G5RUtTsl3mqgueEFGMJsE3z7YMjfojWt0qNmbCfIvYqGVm7zYNj3sY0Qaxbu0I7SHNWpHfuvReujpoLW7mDzFcuYLwwzP3K4RCPV6qnUkf13YmqvlWqgrdwPmAn72OYcwEx5jA4ojWY12a+3VVWWKS5sLVmWVbVd7yerzYaCS43LIHZeG3XoF8NBFgl5JCuGAv8h27C3HpgpDZCQBYMSzHjeso0LfYCZfI0OWjInW8vDzIcQewICpyC4HCIhhuElCE4D7EnYC4Po6gYJ+evmCkThPfZUBD0gSFA6INNMkACBJ8iekPfPQVR+oKLdeb/btXcdBYEwDMOIiKvikTV4XEFjNNHk9zKoxUI7CuioDK2dWWwsvQMTEhtvcbPFJgtq9lTswHzPNXyZTN6Z5XlDnykvAlOy1Xx0tD5Gy7WlHx1svsrOpeCDplLExt4ugFNbe0MRqiYwaFQVKcL0UA+49OqZFCFWRwKbnhWKWfvXBXDl6q8pRmEixt6XKw4oZuUElwVw4hI4K4oZFHMCy5q1DMWZzhmplgO7s2NSXKbWFFj3VBDplusFmG2K7QLPpVtigZHnri9Iukj3HJ1DiN2mzi48OEe6R9QlISmkjkwPmK7j2X542lsWIlhibS1rfwp923Nckx6QO8kZ7Lum0SDgWMNg/w4blxvORQIuifMh25XgoVZZIeCOUm4JCSYZFQKOVAzGfr/8xlO9JBNwQC7Vk9G0viE7Lk/6BCnWn5TH7P3V+iOp1y2peYKUyaulbi9ZPetHspJWrOmzdmUqyxmChMrI8rTSnum1oial7mwFAAAAAAAAAAAAAAAAAAAAAAAAAAD4T28staD8+h+dDwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    font-weight: 700;
    width: 337px;
    height: 110px;
    line-height: 93px;
    font-size: 33px
}

.container .share-moeny ._button a[data-v-2fadbaf6]:first-child {
    margin-right: 2vw
}

.container .share-moeny ._button a[data-v-2fadbaf6]:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAADSCAMAAACBzNPBAAACFlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7Y0//dlcAAAD0QED////8ZVD+cVX9bFP8Z1H9alL6Xk3/dVb7ZE/+b1T1Q0H1RkL9blP0QkH4VUn+c1b8aVH7YE76W0z4Ukj3Tkb5WEr/+Pf2S0UOBAT7Yk/4UEfxb1ICAQH/9fP2SUQPBwX8dFbxPz8fCwkKAwP/eVv/1Mo+HBX7Yk5aKR46Dw8kEAz/8O3/6+f/jHL1cVPtbVHqPT2dKSlzNScEAQH/rJj/kHf/hWn/f2K4VT7nPDyRQzGMPy+pLCwzDQ3/iW7pa0+xUTyHIyM1GBL/5d7/pZD/nofeZ0zkOztvHR1XFxckCQn//fz5c1XuPj7bOTmgRzWEPS1+ISFRJRsxFhAaCAf/1sz/yb3/w7X/vK3/uKf/sqHkaU32SEOlTDijSzeMJCTRYEfJXUThOzvUODjINDTAMjKYKChMFBQsEw4sCwv/39f/2dD/zsL/lX3MXkaxMS//mIHYY0nhWUdpMSRkGhpRGhf/0Mj8fGu1RzhyKiPPNjbONjbDMzNBERHsXUrmSEHJTz+INistDNfOAAAALHRSTlMA/Kz0lvAhAQQZ2tHLh3Njgh0K+I/DMOXgfl4n6K54SWpRTz43BpxCEJ0OnocDnZgAABC2SURBVHja7N3ZTxpRFAbwC7IItm51qd33Nk3O6SR9a/psTJGUWCUEUBKKSyRRYtWXmmhs3VOjb023tDHp39mFucwgdwBxQJbv9zec3Hznu3dAAAAAAAAAAAAAAAAAAEAl2j2Pu7pdzv4Ov9vdxtCg2txuf0e/09Xd9djTLpqW5+6Q0+9gaDIOv3Porkc0mfYHnTdvMDSxGzc7HzTNedvT5XQztAC3s6tHNDzPrQ6GFtJxq6Ezgq/zEkPLudTpEw3Je9t5haElXXHe9opG87TzKkMLu9r5VDSSnj43W3j9YTM5/2nux2oiESBoUIFEYvXH3Kf55OaH12zB3dc4u1jPIwerRCPpuQOCJnMwl45EWcXxqDFWMZ9LFWE/JDOLBE1rMZP8oAq1rvrfxHq72wqzQGQd49oCFtcjhSmhrbtX1DNv1yCfMhLJrBG0iLVMZIRPGeyq4/ZgoKCGDR9OEbSUqcNwQVE7IOpT72XHqUCQ/EXQgn4lTwUEx+W6TAf3/ZxnbB4lVssKzI9xHv99UW/aTx2x0cMQQQsLHUZPHbR19s7ren6KHVvHwLa80PpYfqK9LurItba8DJtGRwB/raXzMm3bNVEv2l1s8vYkQQD/JU7esomrTsKBr59Nlo4IIOdoiU366+IybGCQDW/SCLGQJ5R+w4bBOqho75ljbHiVAE5ZDZsD7T1xwe44TCl2A0csKIQ2TInWcUdcqCE2RI8JQOk4yoZucXG8fWzYxGUXWApssqHPKy6I18U5oxtUtvHJldTut60v8VgwqGnacDAYf7e1vfedzBYmhrUCwxMLBI1pY5RzXDWbWeuJHclQWWaWd7fimoVv45QzGdSUgpMEjSkzcuEza0oFH4+otJnUt5hW1B7lTGgWJgga1NGYKRuI2jNvXp8PqJTp3bhWUpxyhjULwwSN6uDzhe5gdzhnKUHFLch5LQUj29wSS5xT867rnoOlcICKGV/+opUpjmDQ5AJhlhw1vlMYcLMUnio6sPsxrWwprF/NbirMUtuAqCHfYHkTO74X1EoI5iLA+10ymVSXXJjYBmea2UGfqJmH/UaODZC1VMwij77b2tlfXplemM3WWrMz0yup5RmCFhAw8mz/Q1ErfUZXkCBL0++0QrHfeyu4DmhpCaM3cIkauWb0sQfWmWCncFy3cZIC0cFHlq6Jmrjexro3x2Tle/z0vO58J4B/jt/kVrDrogYeXmLdaIas7L3XzN5vY17BkBll3aVaxNnLLG2Qhdn8VjW2N0sAJhssXRZVd9/Buk2yMJO3d8VT4wSQb5N1jvuiynr9rIsGSG0yphmC+xhYKBSIss7fK6rKiAVvj0ltOqgZthEJQOn4bY2iwcAVdZBV37TGfhJAiTjrGBBV5M21BeEQKS2YJnYCRyxYCoVzrYFXVI1xiTCySkqzcaPY2icAa6sjNbhQ6B1k3TwpjX/RpOEVAihmnnWDVdvAjN1rKURKO5oUnCaAokJLVd/AfHL3Gj0ipWVMLJzBkbwEu+IT1eFi3QkpLQznUgEmFspwUuUnXR55yL5eJKWvuc0L5RaUY/G1PGY9ohoeldi9Upq0TABn2sAeiSrocXDW2BqpzORiwQ4BlGVN3ts6eoRUhbpgnZS2Nd07vCqAcq1XsTR44pbPYUKkMv1eBll8UQhlC8lj1v1E2K2TdYcldq89AijbJ9Z1Cpt5r8okGyKV74gFcK5j9qpX2Os269IlDln0W1BZaXBb2MspO9kpUpnUdF8J4CymZDfrFLbyyYYrWaIuwLUXnFFS9ly+6ixfv0hlVnayWwRwNr+qs4DJp91hUkohyULFwvKpt7CRp0TD9UXWBQRwVoes8wj73OKskSlSmdF0KQI4q6kRzrol7NPBWRFS2pdvDvGxF1QgwlkdwjY+1mWK54JvBHB2Gdb1CLt0yVJ2jVRmNR0+94JKrMlqtsv2e4RI8e9nhnFXCxWJ2H2b0O7mrE+ktI1/3gBb3sa424U9HnDWaIKU4ugL4FwSo5z1wOarryUqXnHhB+WhQkvyAszmKJssHmWDBFCZpM1h9gZnzZHSLqIsnNMcZ92w+bY2QEpbWtYuAVQmMGrrne1dzoqSWgytLJzXZ866K+wwVLyVHdd0+IMkOHczO2Tr9pUmpUn8hTeU6+WrFy9evaRCaVv3L3/x7WsFDw+hTM9fPPvrxUvr/csvbPDQwVkHpLTfjIXBH/bupMWJIIoDeFxBBZeDIIwgHsRLVT2zTCeddCYzJhmdqONBRQQR5yTuiKBGEUEPXvQTKAqC28XlG9rd/xoY7ErH7n7EGN/vPCSX/7y82uv1eqdTifm+HwRVmI8sLi7WIuUNGhuo3zQ2KK+rxcKPCj+wGguCIPyqSqjTCb9ez6IBxQY64a6BTRzrX3MGzmq3l//ktUZRJishm8c4iYhhmLnpgIBHuY5THSU6yvO/nOYmxZo66SzjlMEhAy+029tjMKX3zCOavo9gLk5XKvNqxFFGkn3/38kxWTrphYGjjDsPn2u3N1O0wwDxDGw4ZyCbeWKMEE9lhlMi+5xx/+Hekcu1cJ9hWpYhoOXyfxTPP4MMV6u+Py0JJminLNnuZby7+4Z2uzyhGwwQUd+vVqMKKgHNkeA4wEFYg/9SH9EhaKZcGrOVcVr29ZjFrzsauDMaSEaBu49AFzHJClxJiexrxonZ/SOnZWGZc/GrXo9DOj8vGZ0Y5HcS8fUJWikbY/Yznq59p92eHINrxUpp3I4q8ddF5Zc9vjBP8EonvWM8ZXvAwAPtdsw6nymmSKmU0um2nl6m8NYITuikBwYOlIrbZuDumMhKTGcZWoeCpXeFoKdHL39tKxW3xcCpPJG1Oa3V5Dd/ZpRrtbD0VnKUXo9gQSedMrClVJyxTqUPv5aT9VRyOuPCviFT5e0T9HXSFWMxRlaPcMFe0xkFNRzqS07/Q41yVHjHZndA4GmHiUW23rlzJj6r+FkJERbelLq7SlAeH1n+xqCOFjWuqJ8/LS9/ksQKgAZ6hroGaBIEKY3BFs7hF5pU6VFFFhtaBp+sesrwaxvjJNcHmZwShcquR9DSKZNcBxmXEj4oIYroEvRQdTmXEtwLtj+UEEWcIBig6q73uvwLtvsNfFFCFNEk6P/W60ZFl3VbzGYDz5QQBXhkLamk8jMDmxm3eN9UQhSwQNBSLjcNbGU8SPNVCcHQyvaUy1cDexmPK35UQuS30iboK5ePBvZwHgpXQuTXH9XKAueh8DkDJ5UQ+fUIXiknzqs3jmyStQRR2FKboKtcPjBdcAQ7DbxXQuS1QJanXL4Y2Ml6Wee9FSVETq30vuCngc2sVyIPF5QQ+Rwna0SIeK9EPmzgcVPKrMhplaC9pJx4L57fbuD0dSmzouBibU85fWN73gMOGrglZVbkLrLgqdTR10Hmp+oeUVcJUaCTXVVuXw1sZn4Q9HbUiQiR1UqLrOPKaem2gd3czy4/pJ4SIqvuuCL73fHsMs/j9mvRv4kQ2Xg0psgeX3M8bs/TzA6JWjICE3nbgt6oPxgytrKwx8DJpyQjMJHRgMbMyXafnmTceQg7jHUrnqYQ4s/1aczCl9e+Zax9JTa7DAzjFlqIrPNbKcFZpaHjdC3XNoNzV0laA5GB1yar7SmnLl09x7rBAOaMtUbSGog/5zVpXX/kdMKaseZKwNoZXKJQ66IS4hc799KaRhTFAfwOSq19kVhjiukjpLS0EM7ZzWKGEebFqIhgXIg7wZUQF1mlBBIQsgwEEk3IPqtCv2Obeu84JvNaOBr1/D7Dn8s55557YzAUjJgWtFTE9kzrAuEzcL8RkS4USCy2hsJFJfB5zW/gPrNZykrunsEDWuki0Ux0qXrwW4VfMCZl2Ux9grFyBxHpEoxE0h10KXLwOKFThrFPbLa+AHeEDxRqwUgoQ4lIrGjOLoH7wmYr8wHGzhtILRiJoFsYnljRemHjAMY+ZNiMvfPMuR44+4T4q5S0sMQKDqJnwvWOzdqPFIydNBBpbEBCAquihyqH/cXROIGx1A82c3ngbvAfugUjvnRTQS9HD50n3ACXZ7O3KcHYwSkijbqIH8PCaWb4VxynopKVNlkCvgN3iZRZ8pRRVXGaaoQl1jsu+MmS8OI9jJWvKLNkmm5bCj5mtSISe1WGsfcvWCLSwN0jZZYIsm06Cj6lGpEfdN0Dl2bJyIpjtjZEpB5s7cilki3L+ngsoMuGbZuWo2roSylF3+QOa+KQ3WQJeQtcu4GINOtaHbLjkzzNkX0fxKCmYQTFbEX/NNvoA/eWJSX30dOBCQ79bbD05IAMeteySxibYupxdg8ugfuYY4kpAte8RpdK+wbLzsEAjve3zZjqdmU/mKwid90ErsiSk3njUxqgQntdS07DANq+C2NRq3LMbZlGG7g3GZagggTcABFpcLAi4kRWjZNXI/ovb2EAnFRgiXoLXHeEHhYtdi2zOIWBiaEUpxRZILYsdI26SfdeQu4VcAc99FCpOFhioe2XYGEA1THtOP2MoaKrdwDcqxxL2FcJuFt8QBPaVRA65BIM06qrqqJp/+dcinpRt6olW27FflfjcQuc9JUlLg/CAKfUaXJAAsl19BiAkGfJy70GrnaIUzST/pgjviqmhh6HNeBe59gc7KSAa44QkSpaErOKFUZN4FI7bC6KIJyf4SMW3YWRgIdgwtk5CEU2J2kQ7o7xEc2keRfxaJkaTjm+AyHN5uXbFgj9ns8OD5W0hKuUFJzW64Ow9Y3NTXYbhHYHKbQkbmCx0wZhO8vmqJAC4U8H/UJLNe3a03lgvTp/QEgV2FztSSC0e+hDq9KYdq3JVQ2f6LVBkPbYnO2Cq38ctIVG9cGaqth19HHcB9cum7sNcN2doT+lSoPaNWRUFfRzdgeuDbYAeXCdDzGISqldL/xpuI/hObjybBEyaXA1DzGYYtnUjK0F/jTc32ETXOkMS1h0ZmsDDHVRpdiuNt2uXmCIQW3xiWUsk4eJ2x5GUJ2qTWOEFSTbVUfFUL1bmMhn2OJswMTJCONQ65ZZsg1Z1nW62l1aLV2XZcMuPazQYrTRCXg7r4XalcDVHTSQkCcagy64pF22YHspmGhfIyGPXLdhIrXHFq6wDRPNIzpoyZTGURMmtgvsGchugUd/iIS4hn3w2MqyZ+FlGjy691dIyH9X913wSL9kz0UxBR7lo1MkBE+PyuCRKrJnZOcNeB3cUEm79v62a/+qCUNRGMATNdHGaPxblRpFFLUUjq+RoYs6uZlR0MHJJFBfQaigOGVy0ofsJNVoSunSe3O/3zNcPr5zzh3uRnRNf5GYksrIdM2z8WiFNrQ9uiZn2CkFF22NboyWswEIarYc0Q2tLTGoEAhaspzTAAR0ciwKRGxBYtOzTgETezoAoUztCQXoTCxjH0saFQoYu3PsD4TxMXfHFFAxkhLLCrk4BVnH3XoAkbfeHS0KiudY7QTf8oki3Vs4c1wYIuxz7ize6U4xkZd4oL7K9IjnLn3EbeSs/aXr0SPymyrxIl9SKIR12Dsb2z9vVytMZtyarlbbs29vnP3BohBKiY+Eveg3qgQCqzb6Em9STbNIIKSi2WTv1vUrT1mdQDh6lpEvhn+jNtIEAkk3+Bm5QuWNmEIgACVm8DVx/SDVyZp1ggirm9kOp/01nNqqxTSZIGJkLVZrRaANhEmpPSPXNctpTVHiBJyKK4qWLpvdnNFTI5etAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+sL1SvFnd1YTs0AAAAASUVORK5CYII=)
}

.container .share-moeny .share-data-title[data-v-2fadbaf6] {
    display: block;
    width: 600px;
    margin: 105px auto 0
}

.container .share-moeny .share-data[data-v-2fadbaf6] {
    width: 85%;
    background: #fff;
    padding: 50px 40px 18px;
    margin: 50px auto 0;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 55px 4px #feb72b;
    box-shadow: inset 0 0 55px 4px #feb72b;
    position: relative
}

.container .share-moeny .share-data .data-item-view[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container .share-moeny .share-data .data-item-view .data-item[data-v-2fadbaf6] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.container .share-moeny .share-data .data-item-view .data-item .item-num[data-v-2fadbaf6] {
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 26px
}

.container .share-moeny .share-data .data-item-view .data-item .item-text[data-v-2fadbaf6] {
    color: #888;
    text-align: center;
    font-size: 17px;
    margin-top: 7px;
    font-weight: 300
}

.container .share-moeny .share-data .goodInvite[data-v-2fadbaf6] {
    position: absolute;
    background: #e04141;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 15px;
    right: -80px;
    top: -150px;
    width: 280px
}

.container .share-moeny .share-data .goodInvite[data-v-2fadbaf6]:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #e04141;
    position: absolute;
    left: 0;
    bottom: -10px
}

.container .share-moeny .share-data .goodInvite .goodInvite-text[data-v-2fadbaf6] {
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    font-weight: 300
}

.container .share-moeny .share-data .goodInvite .goodInvite-btn[data-v-2fadbaf6] {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container .share-moeny .share-data .goodInvite .goodInvite-btn .goodInvite-btn-text[data-v-2fadbaf6] {
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    text-align: center;
    border-radius: 6px
}

.container .share-moeny .share-data .goodInvite .goodInvite-btn .goodInvite-btn-text[data-v-2fadbaf6]:hover {
    opacity: .9
}

.container .share-moeny .share-data .goodInvite .goodInvite-btn .goodInvite-btn-text[data-v-2fadbaf6]:nth-child(2) {
    color: #e04141;
    background: #fff
}

.container .share-moeny .share-rule[data-v-2fadbaf6] {
    width: 85%;
    margin: 45px auto 0;
    border-radius: 20px;
    line-height: 50px;
    font-size: 18px;
    color: #8f5f00
}

.container .share-moeny .step-reg[data-v-2fadbaf6] {
    width: 85%;
    margin: 20px auto 0;
    border-radius: 10px;
    padding: 20px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff9ec;
    border: 1px solid #ead5ac
}

.container .share-moeny .step-reg .step-reg-left[data-v-2fadbaf6] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    font-size: 16px;
    line-height: 18px;
    color: #8f5f00
}

.container .share-moeny .step-reg .step-reg-btn[data-v-2fadbaf6] {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    background: #8f5f00;
    padding: 0 35px;
    border-radius: 4px;
    margin-left: 13px;
    cursor: pointer
}

.container .share-moeny .step-reg .step-reg-btn[data-v-2fadbaf6]:hover {
    opacity: .8
}

.mRecord[data-v-2fadbaf6] {
    height: 100vh;
    width: 650px;
    padding: 40px 32px;
    background: #f9f9f9;
    overflow-y: auto
}

.mRecord>._h3[data-v-2fadbaf6] {
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 25px
}

.mRecord ._items[data-v-2fadbaf6] {
    padding: 25px 25px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #fff
}

.mRecord ._items[data-v-2fadbaf6]:last-child {
    margin-bottom: 0
}

.mRecord ._items ._head[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.mRecord ._items ._head img[data-v-2fadbaf6] {
    display: block;
    width: 150px;
    height: 100px;
    border-radius: 5px
}

.mRecord ._items ._head ._info[data-v-2fadbaf6] {
    padding-left: 22px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

.mRecord ._items ._head ._info h3[data-v-2fadbaf6] {
    font-weight: 400;
    font-size: 17px;
    color: #000
}

.mRecord ._items ._head ._info p[data-v-2fadbaf6] {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #f30
}

.mRecord ._items ._head ._info p i[data-v-2fadbaf6] {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-left: 6px
}

.mRecord ._items .other[data-v-2fadbaf6] {
    margin-top: 15px
}

.mRecord ._items .other ._item[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 43px
}

.mRecord ._items .other ._item ._left[data-v-2fadbaf6] {
    color: #000;
    font-size: 15px
}

.mRecord ._items .other ._item ._right[data-v-2fadbaf6] {
    color: #999;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mRecord ._items .other ._item ._right img[data-v-2fadbaf6] {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    cursor: pointer
}

.mRecord ._items .other ._item ._right font[data-v-2fadbaf6] {
    color: #4999f6;
    cursor: pointer
}

.invite_view[data-v-2fadbaf6] {
    height: 100vh;
    width: 550px;
    padding: 40px 32px;
    background: #f9f9f9;
    overflow-y: auto
}

.invite_view ._h3[data-v-2fadbaf6] {
    margin-bottom: 25px
}

.invite_view .in_li[data-v-2fadbaf6] {
    background: #fff;
    margin-bottom: 14px;
    border-radius: 10px;
    padding: 25px 25px 22px
}

.invite_view .in_li[data-v-2fadbaf6]:last-child {
    margin-bottom: 0
}

.invite_view .in_li .in_head[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.invite_view .in_li .in_head .in_li_image[data-v-2fadbaf6] {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.invite_view .in_li .in_head .in_li_info[data-v-2fadbaf6] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    padding-left: 15px
}

.invite_view .in_li .in_head .in_li_info .info_nick[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.invite_view .in_li .in_head .in_li_info .info_nick .info_nick_h3[data-v-2fadbaf6] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    font-size: 16px;
    line-height: 23px
}

.invite_view .in_li .in_head .in_li_info .info_nick .info_nick_span[data-v-2fadbaf6] {
    font-size: 14px;
    line-height: 23px;
    color: #999;
    font-weight: 300
}

.invite_view .in_li .in_head .in_li_info .info_time[data-v-2fadbaf6] {
    line-height: 23px;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin-top: 3px
}

.invite_view .in_li .in_data[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.invite_view .in_li .in_data .in_data_item[data-v-2fadbaf6] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

.invite_view .in_li .in_data .in_data_item .in_d_head[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.invite_view .in_li .in_data .in_data_item .in_d_head .in_item_img[data-v-2fadbaf6] {
    width: 16px;
    margin-right: 8px
}

.invite_view .in_li .in_data .in_data_item .in_d_head .in_d_htext[data-v-2fadbaf6] {
    font-size: 14px;
    color: #898989;
    line-height: 20px;
    font-weight: 300
}

.invite_view .in_li .in_data .in_data_item .in_d_foot[data-v-2fadbaf6] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.invite_view .in_li .in_data .in_data_item .in_d_foot .in_d_footleft[data-v-2fadbaf6] {
    color: #333;
    font-size: 17px;
    font-weight: 700
}

.invite_view .in_li .in_data .in_data_item .in_d_foot .in_d_footright[data-v-2fadbaf6] {
    margin-left: 3px;
    font-size: 13px;
    font-weight: 300
}

.container[data-v-5b5b9222] {
    margin-top: 25px;
    padding-bottom: 10px
}

.container ._left[data-v-5b5b9222] {
    width: 300px;
    float: left;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.container ._left ._user[data-v-5b5b9222] {
    height: 290px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -webkit-gradient(linear,left top,right top,from(#cbf2f2),to(#fff1e3));
    background: linear-gradient(90deg,#cbf2f2,#fff1e3)
}

.container ._left ._user ._info[data-v-5b5b9222] {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden
}

.container ._left ._user ._info img[data-v-5b5b9222] {
    height: 100%;
    width: 100%;
    display: block
}

.container ._left ._user ._info .changeBtn[data-v-5b5b9222] {
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.container ._left ._user ._info .changeBtn a[data-v-5b5b9222] {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    border: 1px solid #fff;
    display: block;
    border-radius: 100px;
    cursor: pointer;
    margin: 34px 10px;
    width: 70px
}

.container ._left ._user ._info:hover .changeBtn[data-v-5b5b9222] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container ._left ._user h3[data-v-5b5b9222] {
    font-size: 17px;
    margin-top: 20px;
    width: 100%
}

.container ._left ._user p[data-v-5b5b9222] {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    width: 100%
}

.container ._left ._user ._btn[data-v-5b5b9222] {
    margin-top: 20px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container ._left ._user ._btn a[data-v-5b5b9222] {
    display: block;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 34px;
    background: #1980ab;
    color: #fff;
    border-radius: 4px;
    font-size: 15px
}

.container ._left ._user ._btn a[data-v-5b5b9222]:first-child {
    margin-right: 15px;
    background: #fff;
    color: #1980ab
}

.container ._left ._data[data-v-5b5b9222] {
    padding: 23px 8px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2
}

.container ._left ._data ._item[data-v-5b5b9222] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    width: 1px;
    cursor: pointer
}

.container ._left ._data ._item h3[data-v-5b5b9222] {
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.container ._left ._data ._item span[data-v-5b5b9222] {
    color: #999;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    line-height: 22px
}

.container ._left ._nav[data-v-5b5b9222] {
    padding-bottom: 15px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.container ._left ._nav ._item[data-v-5b5b9222] {
    cursor: pointer;
    padding: 18px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.container ._left ._nav ._item div[data-v-5b5b9222] {
    line-height: 22px
}

.container ._left ._nav ._item div img[data-v-5b5b9222] {
    display: block;
    width: 20px;
    margin-right: 15px
}

.container ._left ._nav ._item div h3[data-v-5b5b9222] {
    font-weight: 400;
    font-size: 15px
}

.container ._left ._nav ._item div i[data-v-5b5b9222] {
    background: #f30;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 14px;
    line-height: 19px;
    height: 19px;
    padding: 0 6px;
    border-radius: 100px;
    font-style: normal;
    margin-top: -10px
}

.container ._left ._nav ._item.active[data-v-5b5b9222] {
    background: #eff;
    color: #1980ab
}

.container ._right[data-v-5b5b9222] {
    width: calc(100% - 300px);
    float: left
}

.change-head[data-v-73e329e1] {
    padding: 30px 25px;
    width: 280px
}

.change-head ._h3[data-v-73e329e1] {
    text-align: center
}

.change-head .cropper[data-v-73e329e1] {
    height: 230px;
    width: 230px;
    margin: 25px auto
}

.change-head .common-layer-btn[data-v-73e329e1] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-v-e6ab8d62] .tabTitle {
    font-size: 17px;
    margin-right: 42px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

._basicInfo[data-v-e6ab8d62] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._basicInfo ._center[data-v-e6ab8d62] {
    padding-top: 65px;
    width: 720px
}

._basicInfo ._center ._div[data-v-e6ab8d62] {
    margin-bottom: 40px
}

._basicInfo ._center ._div h3[data-v-e6ab8d62] {
    font-weight: 400;
    font-size: 16px;
    color: #2c3e50;
    line-height: 30px
}

._basicInfo ._center ._div div[data-v-e6ab8d62] {
    margin-top: 12px
}

._basicInfo ._center ._div div input[data-v-e6ab8d62] {
    line-height: 48px;
    display: block;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px
}

._basicInfo ._center ._div div input[data-v-e6ab8d62]:focus {
    border: 1px solid #1980ab
}

._basicInfo ._center ._userBtn[data-v-e6ab8d62] {
    background: #1980ab;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    width: 190px;
    text-align: center;
    line-height: 52px;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 90px
}

._basicInfo ._center ._div-m[data-v-e6ab8d62] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 26px 0
}

._basicInfo ._center ._div-m ._left[data-v-e6ab8d62],._basicInfo ._center ._div-m[data-v-e6ab8d62] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._basicInfo ._center ._div-m ._left[data-v-e6ab8d62] {
    line-height: 38px
}

._basicInfo ._center ._div-m ._left p[data-v-e6ab8d62] {
    font-size: 16px;
    width: 100px
}

._basicInfo ._center ._div-m ._left p img[data-v-e6ab8d62] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -1px
}

._basicInfo ._center ._div-m ._left h3[data-v-e6ab8d62] {
    margin-left: 20px;
    font-size: 17px
}

._basicInfo ._center ._div-m ._right[data-v-e6ab8d62] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._basicInfo ._center ._div-m ._right a[data-v-e6ab8d62] {
    border-radius: 3px;
    background: #f5f5f5;
    font-size: 15px;
    color: #7596ba;
    display: block;
    line-height: 38px;
    width: 95px;
    text-align: center;
    cursor: pointer;
    margin-left: 17px
}

._basicInfo ._center .bind_notice[data-v-e6ab8d62] {
    font-size: 15px;
    margin-top: 50px;
    line-height: 30px;
    color: #bababa
}

.van-sticky--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.van-tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 4px;
    color: #646566;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

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

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

.van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 12px
}

.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: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    -webkit-user-select: none;
    user-select: none
}

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

.van-tabs__nav--complete {
    padding-right: 8px;
    padding-left: 8px
}

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

.van-tabs__nav--card .van-tab {
    color: #ee0a24;
    border-right: 1px solid #ee0a24
}

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

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

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

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

.van-tabs__track {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: left
}

.van-tabs__content--animated {
    overflow: hidden
}

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

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

.van-tab__pane,.van-tab__pane-wrapper {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__pane-wrapper--inactive {
    height: 0;
    overflow: visible
}

.van-checkbox-group--horizontal {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-checkbox,.van-checkbox-group--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

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

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

.van-checkbox--horizontal {
    margin-right: 12px
}

.van-checkbox__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: 20px;
    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 #c8c9cc;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color,border-color,background-color;
    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: #1989fa;
    border-color: #1989fa
}

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

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

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

.van-checkbox__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px
}

.van-checkbox__label--left {
    margin: 0 8px 0 0
}

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

._money ._myMoney[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0
}

._money ._myMoney ._left p[data-v-2f0b66ab] {
    color: #999;
    font-size: 17px;
    line-height: 25px;
    position: relative
}

._money ._myMoney ._left p img[data-v-2f0b66ab] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px
}

._money ._myMoney ._left h3[data-v-2f0b66ab] {
    font-size: 35px;
    line-height: 30px;
    margin-top: 15px
}

._money ._myMoney ._left h3 i[data-v-2f0b66ab] {
    font-style: normal;
    font-size: 15px
}

._money ._myMoney ._left h3 b[data-v-2f0b66ab] {
    font-size: 13px;
    font-weight: 400;
    background: #fffaf1;
    color: #c99452;
    line-height: 25px;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    margin-left: 10px;
    padding: 0 12px;
    border-radius: 3px
}

._money ._myMoney ._right[data-v-2f0b66ab] {
    padding-top: 30px
}

._money ._myMoney ._right a[data-v-2f0b66ab] {
    cursor: pointer;
    display: block;
    width: 110px;
    height: 43px;
    line-height: 41px;
    margin-left: 20px;
    text-align: center;
    color: #1980ab;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #1980ab
}

._money ._myMoney ._right a[data-v-2f0b66ab]:nth-child(2) {
    color: #fff;
    border: 0;
    line-height: 43px;
    background: #1980ab
}

._money ._filter[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f9f9f9;
    margin-bottom: 36px;
    padding: 10px 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

._money ._filter ._left[data-v-2f0b66ab] {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    cursor: pointer
}

._money ._filter ._left i[data-v-2f0b66ab] {
    margin-right: 10px
}

._money ._filter ._right[data-v-2f0b66ab] {
    font-size: 15px;
    line-height: 25px;
    color: #999
}

._money ._mRecord li[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer
}

._money ._mRecord li>img[data-v-2f0b66ab] {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%
}

._money ._mRecord li>._info[data-v-2f0b66ab] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 22px;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 8px;
    padding-bottom: 22px;
    margin-bottom: 22px
}

._money ._mRecord li>._info div[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._money ._mRecord li>._info div h3[data-v-2f0b66ab] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._money ._mRecord li>._info div p[data-v-2f0b66ab] {
    line-height: 24px;
    color: #efb615;
    font-size: 18px
}

._money ._mRecord li>._info div p.defalut[data-v-2f0b66ab] {
    color: #000
}

._money ._mRecord li>._info>p[data-v-2f0b66ab] {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px
}

._money ._mRecord li:last-child>._info[data-v-2f0b66ab] {
    margin-bottom: 0
}

._recharge[data-v-2f0b66ab] {
    width: 600px;
    padding: 45px 35px
}

._recharge .recharge-text[data-v-2f0b66ab] {
    color: #333;
    font-size: 17px;
    line-height: 23px
}

._recharge .recharge-head[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._recharge .recharge-head .recharge-hasMoney[data-v-2f0b66ab] {
    font-size: 15px;
    color: #999;
    line-height: 23px
}

._recharge .recharge-view[data-v-2f0b66ab] {
    position: relative;
    margin-top: 12px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec
}

._recharge .recharge-view .recharge-icon[data-v-2f0b66ab] {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    font-size: 21px;
    display: block
}

._recharge .recharge-view .recharge-input[data-v-2f0b66ab] {
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    padding-left: 30px;
    display: block;
    width: 100%;
    border: 0
}

._recharge .recharge-view .recharge-input[data-v-2f0b66ab]::-webkit-input-placeholder {
    font-size: 17px;
    color: #999;
    position: relative;
    top: -2px
}

._recharge .recharge-button[data-v-2f0b66ab] {
    color: #fff;
    background: #1980ab;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    display: block;
    cursor: pointer
}

._recharge .recharge-type[data-v-2f0b66ab] {
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._recharge .recharge-type .rt-item[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ececec;
    cursor: pointer
}

._recharge .recharge-type .rt-item[data-v-2f0b66ab]:first-child {
    margin-right: 20px
}

._recharge .recharge-type .rt-item .rt-item-image[data-v-2f0b66ab] {
    width: 22.5px;
    height: 22.5px
}

._recharge .recharge-type .rt-item .rt-item-text[data-v-2f0b66ab] {
    line-height: 22.5px;
    margin-left: 9px;
    font-size: 16px;
    color: #666
}

._recharge .recharge-type .rt-item.rt-item-active[data-v-2f0b66ab] {
    border: 1px solid #c9f0f0;
    background: #f4ffff
}

._recharge .recharge-type .rt-item.rt-item-active .rt-item-text[data-v-2f0b66ab] {
    color: #1980ab
}

._cash[data-v-2f0b66ab] {
    width: 600px;
    padding: 45px 35px
}

._cash .cash-money .cash-title[data-v-2f0b66ab] {
    color: #333;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400
}

._cash .cash-money .money-list[data-v-2f0b66ab] {
    margin-top: 20px;
    margin-bottom: 20px
}

._cash .cash-money .money-list .ml-item[data-v-2f0b66ab] {
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    width: calc(33.33333% - 13.33333px);
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    height: 46px
}

._cash .cash-money .money-list .ml-item[data-v-2f0b66ab]:nth-child(3n) {
    margin-right: 0
}

._cash .cash-money .money-list .ml-item .ml-item-view[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    padding: 11px 0
}

._cash .cash-money .money-list .ml-item .ml-item-view .mlitem-text[data-v-2f0b66ab] {
    font-size: 14px;
    margin-right: 3px
}

._cash .cash-money .money-list .ml-item .ml-item-view .mlitem-num[data-v-2f0b66ab] {
    font-size: 19px
}

._cash .cash-money .money-list .ml-item .yes[data-v-2f0b66ab] {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    display: none
}

._cash .cash-money .money-list .ml-item .ml-input[data-v-2f0b66ab] {
    display: block;
    width: 100%;
    line-height: 46px;
    border: 0;
    text-align: center;
    font-size: 16px
}

._cash .cash-money .money-list .ml-item.active[data-v-2f0b66ab] {
    border: 1px solid #c9f0f0;
    background: #f4ffff;
    color: #1980ab
}

._cash .cash-money .money-list .ml-item.active .yes[data-v-2f0b66ab] {
    display: block
}

._cash .cash-revice[data-v-2f0b66ab] {
    margin-top: 20px;
    padding-bottom: 20px
}

._cash .cash-revice .cr-item[data-v-2f0b66ab] {
    flex-direction: row;
    margin-bottom: 22px;
    cursor: pointer
}

._cash .cash-revice .cr-item .cri-left[data-v-2f0b66ab],._cash .cash-revice .cr-item[data-v-2f0b66ab] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._cash .cash-revice .cr-item .cri-left[data-v-2f0b66ab] {
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

._cash .cash-revice .cr-item .cri-left .cr-item-image[data-v-2f0b66ab] {
    display: block;
    width: 34px;
    height: 34px;
    margin-right: 15px
}

._cash .cash-revice .cr-item .cri-left .cr-item-text[data-v-2f0b66ab] {
    display: block;
    margin-right: 20px;
    font-size: 17px
}

._cash .cash-revice .cr-item .cri-left .cr-item-nick[data-v-2f0b66ab] {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    font-size: 16px
}

._cash .cash-revice .cr-item .cri-right[data-v-2f0b66ab] {
    display: block;
    width: 26px;
    height: 26px
}

._cash .cach-button[data-v-2f0b66ab] {
    color: #fff;
    background: #1980ab;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    display: block;
    cursor: pointer
}

._wxrecharCode[data-v-2f0b66ab] {
    padding: 40px 20px
}

._wxrecharCode>h3[data-v-2f0b66ab] {
    text-align: center;
    font-size: 21px
}

._wxrecharCode>h3 b[data-v-2f0b66ab] {
    color: #ff575b;
    font-size: 24px
}

._wxrecharCode>img[data-v-2f0b66ab] {
    display: block;
    margin: 0 auto;
    width: 330px;
    height: 330px;
    padding: 20px
}

._wxrecharCode>div[data-v-2f0b66ab] {
    text-align: center;
    font-size: 17px;
    color: #979797
}

._wxrecharCode>div img[data-v-2f0b66ab] {
    vertical-align: middle;
    margin-top: -2px;
    width: 25px;
    margin-right: 10px
}

._wxrecharCode>a[data-v-2f0b66ab] {
    display: block;
    width: 90%;
    background: #f1f1f1;
    color: #1980ab;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: 32px auto 0;
    cursor: pointer
}

._wxrecharCode>a[data-v-2f0b66ab]:hover {
    opacity: .92
}

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

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

.van-picker__cancel,.van-picker__confirm {
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    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: 16px;
    line-height: 20px;
    text-align: center
}

.van-picker__columns {
    position: relative;
    cursor: grab
}

.van-picker__columns,.van-picker__loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-picker__loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #1989fa;
    background-color: hsla(0,0%,100%,.9)
}

.van-picker__frame {
    top: 50%;
    right: 16px;
    left: 16px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    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: -webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

.van-picker-column__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 4px;
    color: #000
}

.van-picker-column__item--disabled {
    cursor: not-allowed;
    opacity: .3
}

._moneyDetail ._m-Div[data-v-39d50e78] {
    margin-top: 15px;
    padding: 28px;
    border-radius: 10px;
    border: 1px solid #efefef
}

._moneyDetail ._m-Div ._item[data-v-39d50e78] {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 26px
}

._moneyDetail ._m-Div ._item[data-v-39d50e78]:last-child {
    margin-bottom: 0
}

._moneyDetail ._m-Div ._item ._left[data-v-39d50e78] {
    color: #999;
    font-size: 16px
}

._moneyDetail ._m-Div ._item ._right[data-v-39d50e78] {
    font-size: 16px;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

._moneyDetail ._m-Div ._item ._right img[data-v-39d50e78] {
    vertical-align: middle;
    margin-top: -2px;
    width: 30px;
    margin-left: 10px
}

.substation[data-v-198ad314] {
    padding-top: 9px
}

.sub_guide .b_title[data-v-3017740c] {
    font-size: 18px;
    line-height: 35px
}

.sub_guide .group[data-v-3017740c] {
    margin-top: 15px;
    padding-bottom: 1px
}

.sub_guide .group .item[data-v-3017740c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px
}

.sub_guide .group .item .image[data-v-3017740c] {
    margin-right: 16px;
    height: 25px;
    width: 25px;
    padding: 6px;
    background: #1980ab;
    border-radius: 50%
}

.sub_guide .group .item .image img[data-v-3017740c] {
    width: 100%;
    display: block
}

.sub_guide .group .item p[data-v-3017740c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-weight: 300;
    color: #444;
    font-size: 15px
}

.sub_guide .desc[data-v-3017740c] {
    font-size: 15px;
    color: #444;
    line-height: 27px;
    margin-top: 5px;
    font-weight: 300
}

.sub_guide .desc a[data-v-3017740c] {
    color: #1980ab
}

.sub_guide .step[data-v-3017740c] {
    margin-top: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 35px 0 30px
}

.sub_guide .step .num[data-v-3017740c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px
}

.sub_guide .step .num .item[data-v-3017740c] {
    background: #1980ab;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%
}

.sub_guide .step .num .line[data-v-3017740c] {
    background: #1980ab;
    opacity: .1;
    height: 5px;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin: 0 12px
}

.sub_guide .step .text[data-v-3017740c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px
}

.sub_guide .step .text .item[data-v-3017740c] {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 17px;
    line-height: 17px;
    font-weight: 300
}

.sub_guide .user_group[data-v-3017740c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px
}

.sub_guide .user_group .item[data-v-3017740c] {
    width: 12.5%;
    padding: 0 10px;
    margin-bottom: 15px;
    cursor: pointer
}

.sub_guide .user_group .item img[data-v-3017740c] {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto
}

.sub_guide .user_group .item p[data-v-3017740c] {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px
}

.sub_guide .a[data-v-3017740c] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 51px;
    border-radius: 4px;
    text-align: center;
    background: #1980ab;
    width: 220px;
    cursor: pointer;
    margin-top: 50px
}

.sub_guide .a[data-v-3017740c]:hover {
    opacity: .8
}

.sub_main ._h3[data-v-1c0bfe9c] {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sub_main ._h3 .div[data-v-1c0bfe9c],.sub_main ._h3[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.sub_main ._h3 .div i[data-v-1c0bfe9c] {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

.sub_main .data[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px
}

.sub_main .data .item[data-v-1c0bfe9c] {
    width: calc(25% - 11.25px);
    background: #f9f9f9;
    padding: 15px 30px;
    border-radius: 8px;
    margin-right: 15px
}

.sub_main .data .item[data-v-1c0bfe9c]:nth-child(4n) {
    margin-right: 0
}

.sub_main .data .item .desc[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px
}

.sub_main .data .item .desc img[data-v-1c0bfe9c] {
    width: 20px;
    margin-right: 10px;
    display: block
}

.sub_main .data .item .desc div[data-v-1c0bfe9c] {
    display: block;
    color: #666;
    font-size: 15px
}

.sub_main .data .item .num[data-v-1c0bfe9c] {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0
}

.sub_main .data .item .num span[data-v-1c0bfe9c] {
    font-size: 13px
}

.sub_main .nav[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f6f6f6
}

.sub_main .nav>div[data-v-1c0bfe9c] {
    width: 85px;
    text-align: center;
    border: 0!important;
    background: none;
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer
}

.sub_main .nav>div:hover img[data-v-1c0bfe9c] {
    background: #f9f9f9
}

.sub_main .nav>div[data-v-1c0bfe9c]:after {
    display: none
}

.sub_main .nav>div img[data-v-1c0bfe9c] {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 14px
}

.sub_main .nav>div span[data-v-1c0bfe9c] {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 25px;
    margin-top: 7px
}

.sub_main .nav>div div[data-v-1c0bfe9c] {
    position: absolute;
    right: -20px;
    top: -7.5px;
    font-size: 13px;
    background: #ff4342;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 30px;
    -webkit-animation: toBig-data-v-1c0bfe9c .7s infinite;
    animation: toBig-data-v-1c0bfe9c .7s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes toBig-data-v-1c0bfe9c {
    0%,to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@keyframes toBig-data-v-1c0bfe9c {
    0%,to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.sub_main ._tab[data-v-1c0bfe9c] {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 300px;
    margin-bottom: 15px
}

.sub_main ._tab ._item[data-v-1c0bfe9c] {
    line-height: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #666
}

.sub_main ._tab ._item.active[data-v-1c0bfe9c] {
    background: #fff;
    border-radius: 5px;
    font-weight: 700;
    color: #333
}

.sub_main ._order-list[data-v-1c0bfe9c] {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 25px;
    cursor: pointer
}

.sub_main ._order-list ._head[data-v-1c0bfe9c] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px
}

.sub_main ._order-list ._head ._left[data-v-1c0bfe9c],.sub_main ._order-list ._head[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sub_main ._order-list ._head ._left[data-v-1c0bfe9c] {
    color: #000
}

.sub_main ._order-list ._head ._left img[data-v-1c0bfe9c] {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 8px
}

.sub_main ._order-list ._head ._left span[data-v-1c0bfe9c] {
    display: block;
    font-size: 16px
}

.sub_main ._order-list ._head ._right[data-v-1c0bfe9c] {
    color: #999;
    font-size: 15px
}

.sub_main ._order-list ._info[data-v-1c0bfe9c] {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sub_main ._order-list ._info img[data-v-1c0bfe9c] {
    display: block;
    height: 110px;
    width: 160px;
    border-radius: 5px
}

.sub_main ._order-list ._info h3[data-v-1c0bfe9c] {
    margin: 0 25px 0 20px;
    font-weight: 400;
    font-size: 16.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

.sub_main ._order-list ._info p[data-v-1c0bfe9c] {
    font-weight: 700;
    font-size: 22px
}

.sub_main ._order-list ._info p i[data-v-1c0bfe9c] {
    font-style: normal;
    font-size: 13px
}

.sub_main ._order-list ._btn[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8px
}

.sub_main ._order-list ._btn a[data-v-1c0bfe9c] {
    color: #333;
    border: 1px solid #f1f1f1;
    line-height: 35px;
    padding: 0 23px;
    font-size: 15px;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer
}

.sub_main .user_item[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 26px 0;
    cursor: pointer
}

.sub_main .user_item[data-v-1c0bfe9c]:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #f6f6f6;
    width: calc(100% - 85px)
}

.sub_main .user_item img[data-v-1c0bfe9c] {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.sub_main .user_item ._info[data-v-1c0bfe9c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 20px
}

.sub_main .user_item ._info h3[data-v-1c0bfe9c] {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.sub_main .user_item ._info p[data-v-1c0bfe9c] {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px
}

.sub_main .user_item ._a[data-v-1c0bfe9c] {
    color: #999;
    border: 1px solid #f1f1f1;
    display: block;
    height: 38px;
    line-height: 36px;
    width: 90px;
    text-align: center;
    font-size: 15px;
    border-radius: 100px;
    cursor: pointer
}

.sub_main ._order-detail[data-v-1c0bfe9c] {
    width: 580px;
    padding: 28px
}

.sub_main ._order-detail .order-d-head[data-v-1c0bfe9c] {
    background: -webkit-gradient(linear,left top,right top,from(#32ce92),to(#1980ab));
    background: linear-gradient(90deg,#32ce92,#1980ab);
    padding: 18px 10px 23px;
    border-radius: 4px
}

.sub_main ._order-detail .order-d-head .odh-status[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sub_main ._order-detail .order-d-head .odh-status .odhs-left[data-v-1c0bfe9c] {
    font-size: 30px;
    color: #fff
}

.sub_main ._order-detail .order-d-head .odh-status .odhs-right[data-v-1c0bfe9c] {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    color: #fff
}

.sub_main ._order-detail .order-d-head .odh-desc[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.sub_main ._order-detail .order-d-head .odh-desc .odhd-left[data-v-1c0bfe9c] {
    background: hsla(0,0%,100%,.16);
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    padding: 0 7.5px;
    border-radius: 3.5px;
    margin-right: 10px
}

.sub_main ._order-detail .order-d-head .odh-desc .odhd-right[data-v-1c0bfe9c] {
    font-size: 14px;
    color: #fff
}

.sub_main ._order-detail .order-shop-view[data-v-1c0bfe9c] {
    background: #1980ab
}

.sub_main ._order-detail .order-shop-view .order-shop[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    padding: 25px 0;
    cursor: pointer;
    border-bottom: 1px solid #ececec
}

.sub_main ._order-detail .order-shop-view .order-shop .order-image[data-v-1c0bfe9c] {
    width: 90px;
    height: 70px;
    border-radius: 4px
}

.sub_main ._order-detail .order-shop-view .order-shop .order-info[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

.sub_main ._order-detail .order-shop-view .order-shop .order-info .oinfo-left[data-v-1c0bfe9c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.sub_main ._order-detail .order-shop-view .order-shop .order-info .oinfo-right[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sub_main ._order-detail .order-shop-view .order-shop .order-info .oinfo-right .oir-text[data-v-1c0bfe9c] {
    font-size: 13px;
    line-height: 15px;
    color: #000
}

.sub_main ._order-detail .order-shop-view .order-shop .order-info .oinfo-right .oir-num[data-v-1c0bfe9c] {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    line-height: 15px
}

.sub_main ._order-detail .order-block[data-v-1c0bfe9c] {
    padding-top: 20px;
    background: #fff
}

.sub_main ._order-detail .order-block .order-bitem[data-v-1c0bfe9c] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.sub_main ._order-detail .order-block .order-bitem .order-b-name[data-v-1c0bfe9c] {
    line-height: 27.5px;
    font-size: 15px;
    color: #555;
    width: 80px
}

.sub_main ._order-detail .order-block .order-bitem .order-b-desc[data-v-1c0bfe9c] {
    line-height: 27.5px;
    font-size: 15px;
    color: #333;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sub_main ._order-detail .order-block .order-bitem .c-table[data-v-1c0bfe9c] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f3f3f3;
    overflow: hidden
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #f3f3f3
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item[data-v-1c0bfe9c]:last-child {
    border-bottom: 0
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-title[data-v-1c0bfe9c] {
    background: #f9f9f9;
    font-size: 15px;
    color: #000
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-title-text[data-v-1c0bfe9c] {
    font-size: 14px;
    color: #000
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-left[data-v-1c0bfe9c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    border-right: 1px solid #f3f3f3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-left .cti-image[data-v-1c0bfe9c] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-left .cti-left-text[data-v-1c0bfe9c] {
    line-height: 48px;
    font-size: 14px;
    color: #747474;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-weight: 300;
    cursor: pointer
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-center[data-v-1c0bfe9c] {
    border-right: 1px solid #f3f3f3
}

.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-center[data-v-1c0bfe9c],.sub_main ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-right[data-v-1c0bfe9c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 48px;
    font-size: 14px;
    padding: 0 12px;
    color: #747474;
    font-weight: 300
}

.sub_main ._order-detail .order-btn[data-v-1c0bfe9c] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff
}

.sub_main ._order-detail .order-btn .ob-item[data-v-1c0bfe9c] {
    line-height: 34px;
    padding: 0 23px;
    font-size: 15px;
    color: #666;
    background: #fff;
    border-radius: 50px;
    margin-left: 15px;
    border: 1px solid #ececec;
    cursor: pointer
}

.sub_main ._poster[data-v-1c0bfe9c] {
    width: 1000px;
    position: relative
}

.sub_main ._poster .swiper[data-v-1c0bfe9c] {
    position: relative;
    padding: 30px
}

.sub_main ._poster .swiper .my-swipe .swi-item img[data-v-1c0bfe9c] {
    display: block;
    width: calc(100% - 30px);
    border-radius: 10px
}

.sub_main ._poster .swiper .next[data-v-1c0bfe9c] {
    right: 5%
}

.sub_main ._poster .swiper .next[data-v-1c0bfe9c],.sub_main ._poster .swiper .prev[data-v-1c0bfe9c] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.3);
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sub_main ._poster .swiper .prev[data-v-1c0bfe9c] {
    left: 5%
}

.sub_main ._poster .close_post[data-v-1c0bfe9c] {
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.3);
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    margin: 20px auto
}

.substation_set[data-v-0228fb30] {
    padding-top: 35px;
    width: 760px;
    margin: 0 auto
}

.substation_set ._div[data-v-0228fb30] {
    margin-bottom: 50px
}

.substation_set ._div h3[data-v-0228fb30] {
    font-weight: 400;
    font-size: 16px;
    color: #2c3e50;
    line-height: 30px
}

.substation_set ._div h3 i[data-v-0228fb30] {
    color: #f30;
    margin-left: 10px;
    font-style: normal
}

.substation_set ._div h3 span[data-v-0228fb30] {
    font-size: 12px;
    margin-left: 30px;
    color: #999
}

.substation_set ._div div[data-v-0228fb30] {
    margin-top: 12px;
    position: relative
}

.substation_set ._div div .tro[data-v-0228fb30] {
    right: 12px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #999;
    top: 45%;
    position: absolute;
    margin-left: 7px
}

.substation_set ._div div input[data-v-0228fb30] {
    line-height: 48px;
    display: block;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 15px
}

.substation_set ._div div input[data-v-0228fb30]::-webkit-inner-spin-button,.substation_set ._div div input[data-v-0228fb30]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.substation_set ._div div input[data-v-0228fb30]::-webkit-input-placeholder {
    color: #999
}

.substation_set ._div div input[data-v-0228fb30]:focus {
    border: 1px solid #1980ab
}

.substation_set ._div div .price_salc[data-v-0228fb30] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding: 16px 20px;
    border-radius: 9px;
    background: #fffcf3;
    color: #976d2a
}

.substation_set ._div div .price_salc p[data-v-0228fb30] {
    font-size: 13px;
    line-height: 30px
}

.substation_set ._div div .logo[data-v-0228fb30] {
    display: block;
    background: #f9f9f9;
    width: 195px;
    height: 54.6px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -5px;
    cursor: pointer
}

.substation_set ._div div .logo img[data-v-0228fb30] {
    width: 100%;
    height: 100%;
    display: block
}

.substation_set ._userBtn[data-v-0228fb30] {
    background: #1980ab;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 200px;
    text-align: center;
    line-height: 48px;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 70px
}

.van-switch {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 2em;
    font-size: 30px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1em;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    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;
    border-radius: 100%;
    box-shadow: 0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);
    transition: -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);
    transition: transform .3s cubic-bezier(.3,1.05,.4,1.05);
    transition: transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-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: #1989fa
}

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

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

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

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

.van-radio-group--horizontal {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.van-radio,.van-radio-group--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-radio {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

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

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

.van-radio--horizontal {
    margin-right: 12px
}

.van-radio__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: 20px;
    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 #c8c9cc;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color,border-color,background-color;
    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: #1989fa;
    border-color: #1989fa
}

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

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

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

.van-radio__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px
}

.van-radio__label--left {
    margin: 0 8px 0 0
}

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

.substation_set[data-v-0961ccee] {
    width: 850px;
    margin: 0 auto
}

.substation_set .ad_block[data-v-0961ccee] {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ededed
}

.substation_set .ad_group[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 32px 15px;
    position: relative
}

.substation_set .ad_group .leftTop[data-v-0961ccee] {
    position: absolute;
    left: -60px;
    top: -60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffe8c6
}

.substation_set .ad_group .ad_bg_1[data-v-0961ccee] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65px
}

.substation_set .ad_group .item[data-v-0961ccee] {
    z-index: 1;
    position: relative;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-weight: 300;
    cursor: pointer
}

.substation_set .ad_group .item[data-v-0961ccee]:first-child {
    border: 0;
    background: transparent;
    padding: 0;
    margin-right: 10px;
    color: #666
}

.substation_set .ad_group .item.active[data-v-0961ccee] {
    background: -webkit-gradient(linear,left top,right top,from(#ff9b12),to(#ff870d));
    background: linear-gradient(90deg,#ff9b12,#ff870d);
    color: #fff;
    border: 0
}

.substation_set .ad_title[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    line-height: 35px;
    margin: 25px 0 15px
}

.substation_set .ad_title .left[data-v-0961ccee] {
    font-size: 14px;
    color: #999
}

.substation_set .ad_title .right[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.substation_set .ad_title .right .item[data-v-0961ccee] {
    font-size: 14px;
    color: #ff870d;
    margin-left: 17px;
    cursor: pointer
}

.substation_set .ad_list[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: transparent;
    overflow: inherit;
    border: 0
}

.substation_set .ad_list>.item[data-v-0961ccee] {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 33px;
    border: 1px solid #ededed
}

.substation_set .ad_list>.item .inlineBlock[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.substation_set .ad_list>.item .inlineBlock .item[data-v-0961ccee] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-right: 20px
}

.substation_set .ad_list>.item .inlineBlock .item[data-v-0961ccee]:last-child {
    margin-right: 0
}

.substation_set .ad_list>.item .inlineBlock .item .item_title[data-v-0961ccee] {
    font-weight: 300;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px
}

.substation_set .ad_list>.item .inlineBlock .item input[data-v-0961ccee] {
    display: block;
    width: 100%
}

.substation_set .ad_list>.item .inlineBlock .item .div_txt[data-v-0961ccee],.substation_set .ad_list>.item .inlineBlock .item input[data-v-0961ccee] {
    border: 1px solid #e6e6e6;
    line-height: 40px;
    height: 42px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #333
}

.substation_set .ad_list>.item .inlineBlock .item .select[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    height: 42px;
    color: #333;
    cursor: pointer
}

.substation_set .ad_list>.item .inlineBlock .item .select .span[data-v-0961ccee] {
    font-size: 14px;
    color: #333
}

.substation_set .ad_list>.item .inlineBlock .item .select .tr[data-v-0961ccee] {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #333
}

.substation_set .ad_list>.item .foot_block[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

.substation_set .ad_list>.item .foot_block .left[data-v-0961ccee] {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 32px
}

.substation_set .ad_list>.item .foot_block .left span[data-v-0961ccee] {
    margin-right: 20px
}

.substation_set .ad_list>.item .foot_block .right[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.substation_set .ad_list>.item .foot_block .right .item[data-v-0961ccee] {
    font-size: 13px;
    color: #ff870d;
    padding: 0 25px;
    border-radius: 50px;
    line-height: 32px;
    background: #f9f9f9;
    margin-left: 16px;
    cursor: pointer
}

.substation_set .ad_list>.item .foot_block .right .item[data-v-0961ccee]:hover {
    opacity: .8
}

.substation_set .ad_list>.item .foot_block .right .item.active[data-v-0961ccee] {
    background: -webkit-gradient(linear,left top,right top,from(#ff9b12),to(#ff870d));
    background: linear-gradient(90deg,#ff9b12,#ff870d);
    color: #fff;
    font-weight: 700
}

.substation_set .ad_list>.item .reson[data-v-0961ccee] {
    font-size: 13px;
    line-height: 28px;
    color: #ff870d;
    background: #f9f9f9;
    margin-top: 22px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 300
}

.substation_set .ad_list>.item .image[data-v-0961ccee] {
    width: 385px;
    height: 65px;
    border-radius: 3px;
    display: block;
    cursor: pointer
}

.substation_set .ad_list>.item .image_upload[data-v-0961ccee] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    background: #f9f9f9;
    width: 385px;
    height: 65px;
    cursor: pointer
}

.substation_set .ad_list>.item .image_upload .iconfont[data-v-0961ccee] {
    color: #d1d1d1;
    font-size: 14px;
    margin-top: -2px
}

.substation_set .ad_list>.item .image_upload .span[data-v-0961ccee] {
    font-weight: 300;
    color: #b6b2b2;
    font-size: 13px;
    margin-left: 10px
}

.substation_set .ad_list>.item.disabled .inlineBlock .item .div_txt[data-v-0961ccee],.substation_set .ad_list>.item.disabled .inlineBlock .item input[data-v-0961ccee] {
    border: none;
    padding-left: 0;
    padding-right: 0
}

.substation_set .ad_list>.item.disabled .inlineBlock .item .select[data-v-0961ccee] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
    padding-left: 0;
    padding-right: 0
}

.substation_set .ad_list>.item.disabled .inlineBlock .item .select .tr[data-v-0961ccee] {
    display: none
}

.hist[data-v-3b6a6200] {
    padding-top: 9px
}

.hist ._h3[data-v-3b6a6200] {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hist ._h3 .div[data-v-3b6a6200],.hist ._h3[data-v-3b6a6200] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.hist ._h3 .div i[data-v-3b6a6200] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

[data-v-c0b93758] .tabTitle {
    font-size: 17px;
    margin-right: 42px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

._couponItem[data-v-972a6ce4] {
    float: left;
    width: calc(33.33333% - 16.66667px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 22px;
    margin-right: 25px
}

._couponItem.disabled[data-v-972a6ce4] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

._couponItem[data-v-972a6ce4]:nth-child(3n) {
    margin-right: 0
}

._couponItem ._left[data-v-972a6ce4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 100px;
    background: -webkit-gradient(linear,left top,right top,from(#1980ab),to(#5cdadb));
    background: linear-gradient(90deg,#1980ab,#5cdadb);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 0 0 4px
}

._couponItem ._left h3[data-v-972a6ce4] {
    font-size: 21px;
    color: #fff
}

._couponItem ._left h3 i[data-v-972a6ce4] {
    font-style: normal;
    font-weight: 400;
    font-size: 13px
}

._couponItem ._left p[data-v-972a6ce4] {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    opacity: .7
}

._couponItem ._right[data-v-972a6ce4] {
    border: 1px solid #e6e6e6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    height: 100px;
    border-radius: 0 4px 4px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._couponItem ._right p[data-v-972a6ce4] {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    text-align: center
}

._couponItem ._right a[data-v-972a6ce4] {
    color: #1980ab;
    font-size: 14px;
    cursor: pointer;
    line-height: 65px;
    width: 105px;
    text-align: center;
    border-left: 1px dashed #e6e6e6
}

._couponItem ._left-radius[data-v-972a6ce4] {
    position: absolute;
    left: -8.5px;
    top: 0;
    bottom: 0
}

._couponItem ._left-radius i[data-v-972a6ce4] {
    width: 17px;
    height: 17px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 10.5px 0
}

.myDynamic[data-v-9dae12d2] {
    padding-left: 10px
}

[data-v-72a1f564] .tabTitle {
    font-size: 17px;
    margin-right: 32px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.new-item[data-v-72a1f564] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.new-item .ni-left[data-v-72a1f564] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block
}

.new-item .ni-right[data-v-72a1f564] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    margin-left: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 22px;
    padding-bottom: 22px
}

.new-item .ni-right .ni-r-title[data-v-72a1f564] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-item .ni-right .ni-r-title .nirt-left[data-v-72a1f564] {
    font-size: 17px;
    margin-right: 10px
}

.new-item .ni-right .ni-r-title .nirt-center[data-v-72a1f564] {
    background: #f30;
    height: 4px;
    width: 4px;
    border-radius: 50%
}

.new-item .ni-right .ni-r-title .nirt-right[data-v-72a1f564] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    font-size: 15px;
    color: #999;
    font-weight: 300
}

.new-item .ni-right .ni-rdesc-text[data-v-72a1f564] {
    line-height: 28px;
    font-size: 15px;
    color: #555;
    font-weight: 300;
    margin-top: 10px
}

.new-item .ni-right .ni-from[data-v-72a1f564] {
    border: 1px solid #e1f1ff;
    color: #71beff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 14px;
    cursor: pointer
}

.new-item:last-child .ni-right[data-v-72a1f564] {
    margin-bottom: 0
}

.message-item[data-v-72a1f564] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0 0 20px;
    margin-bottom: 20px;
    color: #333
}

.message-item[data-v-72a1f564]:last-child {
    margin-bottom: 0
}

.message-item[data-v-72a1f564]:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 95px;
    height: 1px;
    background: #f1f1f1
}

.message-item ._head[data-v-72a1f564] {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 80px
}

.message-item ._info[data-v-72a1f564] {
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 25px
}

.message-item ._info h3[data-v-72a1f564] {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.message-item ._info p[data-v-72a1f564] {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin: 8px 0
}

.message-item ._info span[data-v-72a1f564] {
    display: block;
    font-size: 15px;
    color: #999;
    line-height: 25px
}

.message-item ._image[data-v-72a1f564] {
    display: block;
    width: 145px;
    height: 90px;
    border-radius: 4px
}

.message-item div._image[data-v-72a1f564] {
    background: #f9f9f9;
    padding: 15px;
    overflow: hidden
}

.message-item div._image p[data-v-72a1f564] {
    font-size: 14px;
    line-height: 20px;
    color: #939393
}

.message-item ._rTime[data-v-72a1f564] {
    font-size: 15px;
    color: #999
}

._order-list[data-v-436548e8] {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 25px;
    cursor: pointer
}

._order-list ._head[data-v-436548e8] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px
}

._order-list ._head ._left[data-v-436548e8],._order-list ._head[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._order-list ._head ._left[data-v-436548e8] {
    color: #000
}

._order-list ._head ._left img[data-v-436548e8] {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px
}

._order-list ._head ._left span[data-v-436548e8] {
    display: block;
    font-size: 16px
}

._order-list ._head ._right[data-v-436548e8] {
    color: #999;
    font-size: 15px
}

._order-list ._info[data-v-436548e8] {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._order-list ._info img[data-v-436548e8] {
    display: block;
    height: 110px;
    width: 160px;
    border-radius: 5px
}

._order-list ._info h3[data-v-436548e8] {
    margin: 0 25px 0 20px;
    font-weight: 400;
    font-size: 16.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

._order-list ._info p[data-v-436548e8] {
    font-weight: 700;
    font-size: 22px
}

._order-list ._info p i[data-v-436548e8] {
    font-style: normal;
    font-size: 13px
}

._order-list ._btn[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8px
}

._order-list ._btn a[data-v-436548e8] {
    color: #333;
    border: 1px solid #f1f1f1;
    line-height: 35px;
    padding: 0 23px;
    font-size: 15px;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer
}

._order-detail[data-v-436548e8] {
    width: 550px;
    padding: 26px
}

._order-detail .order-d-head[data-v-436548e8] {
    background: #1980ab;
    padding: 18px 10px 23px;
    border-radius: 4px
}

._order-detail .order-d-head .odh-status[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._order-detail .order-d-head .odh-status .odhs-left[data-v-436548e8] {
    font-size: 30px;
    color: #fff
}

._order-detail .order-d-head .odh-status .odhs-right[data-v-436548e8] {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    color: #fff
}

._order-detail .order-d-head .odh-desc[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

._order-detail .order-d-head .odh-desc .odhd-left[data-v-436548e8] {
    background: hsla(0,0%,100%,.16);
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    padding: 0 7.5px;
    border-radius: 3.5px;
    margin-right: 10px
}

._order-detail .order-d-head .odh-desc .odhd-right[data-v-436548e8] {
    font-size: 14px;
    color: #fff
}

._order-detail .order-shop-view[data-v-436548e8] {
    background: #1980ab
}

._order-detail .order-shop-view .order-shop[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
    cursor: pointer
}

._order-detail .order-shop-view .order-shop .order-image[data-v-436548e8] {
    width: 90px;
    height: 70px;
    border-radius: 4px
}

._order-detail .order-shop-view .order-shop .order-info[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

._order-detail .order-shop-view .order-shop .order-info .oinfo-left[data-v-436548e8] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333
}

._order-detail .order-shop-view .order-shop .order-info .oinfo-right[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._order-detail .order-shop-view .order-shop .order-info .oinfo-right .oir-text[data-v-436548e8] {
    font-size: 13px;
    line-height: 15px;
    color: #333
}

._order-detail .order-shop-view .order-shop .order-info .oinfo-right .oir-num[data-v-436548e8] {
    font-size: 19px;
    font-weight: 700;
    line-height: 15px;
    color: #333
}

._order-detail .order-block[data-v-436548e8] {
    padding: 20px 6px 0;
    background: #fff
}

._order-detail .order-block .order-bitem[data-v-436548e8] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px
}

._order-detail .order-block .order-bitem .order-b-name[data-v-436548e8] {
    line-height: 27.5px;
    font-size: 15px;
    color: #555;
    width: 80px
}

._order-detail .order-block .order-bitem .order-b-desc[data-v-436548e8] {
    line-height: 27.5px;
    font-size: 15px;
    color: #333;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._order-detail .order-btn[data-v-436548e8] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff
}

._order-detail .order-btn .ob-item[data-v-436548e8] {
    line-height: 34px;
    padding: 0 23px;
    font-size: 15px;
    color: #666;
    background: #fff;
    border-radius: 50px;
    margin-left: 15px;
    border: 1px solid #ececec;
    cursor: pointer
}

.loading[data-v-39db668a] {
    min-height: calc(100vh - 222px)
}

.buy-layer[data-v-63534026] {
    width: 560px;
    padding: 25px 35px 35px;
    position: relative
}

.buy-layer>.iconfont[data-v-63534026] {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #cbcbcb
}

.buy-layer ._content .pay-type[data-v-63534026] {
    margin-top: 25px
}

.buy-layer ._content .pay-type .pay-t-item[data-v-63534026] {
    margin-bottom: 22px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.buy-layer ._content .pay-type .pay-t-item .payti-left[data-v-63534026],.buy-layer ._content .pay-type .pay-t-item[data-v-63534026] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-icon[data-v-63534026] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-text[data-v-63534026] {
    margin-left: 13px;
    font-size: 16px;
    display: block;
    line-height: 28px
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-desc[data-v-63534026] {
    margin-left: 13px;
    font-size: 15px;
    color: #999;
    display: block;
    line-height: 28px
}

.buy-layer ._content .pay-type .pay-t-item .payti-left .paytil-recharge[data-v-63534026] {
    margin-left: 21px;
    font-size: 14px;
    color: #1980ab
}

.buy-layer ._content .pay-type .pay-t-item .payti-right[data-v-63534026] {
    width: 23px;
    height: 23px;
    display: block
}

.buy-layer ._content .pay-coupon[data-v-63534026] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px
}

.buy-layer ._content .pay-coupon .pay-c-left[data-v-63534026] {
    font-size: 16px;
    color: #666;
    line-height: 20px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-63534026],.buy-layer ._content .pay-coupon .pay-c-right[data-v-63534026] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-63534026] {
    background: -webkit-gradient(linear,left top,right top,from(#ff8492),to(#fe5b6d));
    background: linear-gradient(90deg,#ff8492,#fe5b6d);
    height: 26px;
    padding: 0 7px;
    border-radius: 6px 9px 9px 6px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    margin-right: 33px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-63534026]:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7.5px solid #fe5b6d
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main[data-v-63534026]:active {
    opacity: .8
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main .left[data-v-63534026] {
    width: 19px;
    height: 19px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main .text[data-v-63534026] {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 0 6px
}

.buy-layer ._content .pay-coupon .pay-c-right .sign_main .iconfont[data-v-63534026] {
    font-size: 11px;
    color: #fff;
    line-height: 22px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.buy-layer ._content .pay-coupon .pay-c-right .pay-cr-text[data-v-63534026] {
    font-size: 16px;
    line-height: 20px
}

.buy-layer ._content .pay-coupon .pay-c-right .pay-cr-icon[data-v-63534026] {
    color: #d2d2d2;
    margin-left: 10px;
    line-height: 20px
}

.buy-layer .button-pay[data-v-63534026] {
    background: #1980ab;
    color: #fff;
    font-size: 17px;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 21px
}

.counpon-layer[data-v-63534026] {
    padding: 25px 0 0;
    position: relative;
    width: 430px;
    height: 550px;
    max-height: 80vh;
    overflow-y: auto
}

.counpon-layer>.iconfont[data-v-63534026] {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #cbcbcb
}

.counpon-layer ._couponGroup[data-v-63534026] {
    padding: 0 25px
}

.counpon-layer ._couponGroup .couponLi[data-v-63534026] {
    margin-top: 22px;
    cursor: pointer
}

._wxrecharCode[data-v-63534026] {
    padding: 40px 20px
}

._wxrecharCode>h3[data-v-63534026] {
    text-align: center;
    font-size: 21px
}

._wxrecharCode>h3 b[data-v-63534026] {
    color: #ff575b;
    font-size: 24px
}

._wxrecharCode>img[data-v-63534026] {
    display: block;
    margin: 0 auto;
    width: 330px;
    height: 330px;
    padding: 20px
}

._wxrecharCode>div[data-v-63534026] {
    text-align: center;
    font-size: 17px;
    color: #979797
}

._wxrecharCode>div img[data-v-63534026] {
    vertical-align: middle;
    margin-top: -2px;
    width: 25px;
    margin-right: 10px
}

._wxrecharCode>a[data-v-63534026] {
    display: block;
    width: 90%;
    background: #f1f1f1;
    color: #1980ab;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: 32px auto 0;
    cursor: pointer
}

._wxrecharCode>a[data-v-63534026]:hover {
    opacity: .92
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/vnd.ms-fontobject;base64,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dHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiAARwbGF5C3BsYXktY2lyY2xlBXBhdXNlC3ZvbHVtZS1tdXRlCnZvbHVtZS1sb3cKdm9sdW1lLW1pZAt2b2x1bWUtaGlnaBBmdWxsc2NyZWVuLWVudGVyD2Z1bGxzY3JlZW4tZXhpdAZzcXVhcmUHc3Bpbm5lcglzdWJ0aXRsZXMIY2FwdGlvbnMIY2hhcHRlcnMFc2hhcmUDY29nBmNpcmNsZQ5jaXJjbGUtb3V0bGluZRNjaXJjbGUtaW5uZXItY2lyY2xlAmhkBmNhbmNlbAZyZXBsYXkIZmFjZWJvb2sFZ3BsdXMIbGlua2VkaW4HdHdpdHRlcgZ0dW1ibHIJcGludGVyZXN0EWF1ZGlvLWRlc2NyaXB0aW9uBWF1ZGlvCW5leHQtaXRlbQ1wcmV2aW91cy1pdGVtAAAAAA==?#iefix) format("eot")
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before {
    content: "\F101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\F102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before {
    content: "\F103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before {
    content: "\F104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before {
    content: "\F105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before {
    content: "\F106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before {
    content: "\F107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before {
    content: "\F108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before {
    content: "\F109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\F10A"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\F10B"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before {
    content: "\F10C"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before {
    content: "\F10D"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before {
    content: "\F10E"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\F10F"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\F110"
}

.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before {
    content: "\F111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\F112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\F113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\F114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before {
    content: "\F115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before {
    content: "\F116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\F117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\F118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\F119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\F11A"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\F11B"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\F11C"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before {
    content: "\F11D"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before {
    content: "\F11E"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\F11F"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\F120"
}

.video-js {
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: normal
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,.video-js :after,.video-js :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-4-3,.video-js.vjs-16-9,.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill,.video-js .vjs-tech {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100%!important;
    height: 100%!important;
    padding-top: 0!important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none!important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block!important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a,.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    border-radius: .3em;
    -webkit-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    -webkit-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0,0,0,.8);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(hsla(0,0%,100%,0)));
    background: linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));
    overflow: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.video-js .vjs-modal-dialog>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    overflow: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.vjs-menu .vjs-menu-content>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43,51,63,.7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s,opacity .1s;
    transition: visibility .1s,opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar {
    display: none!important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
    -ms-touch-action: none;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115,133,159,.5)
}

.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115,133,159,.75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.video-js .vjs-volume-panel {
    -webkit-transition: width 1s;
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
    transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    -webkit-transition: width .1s;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    -webkit-transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
    transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -webkit-transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
    transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: none;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-poster,.vjs-poster img {
    vertical-align: middle;
    padding: 0
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    width: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time {
    display: none
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0!important;
    white-space: nowrap
}

.video-js .vjs-duration,.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0,0,0,.5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43,51,63,.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
    animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:after,.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\F10D";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \F11D";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: block
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43,51,63,.75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        grid-column: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        grid-column: 2;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 2;
        grid-row: 2
    }
}

.vjs-track-setting>select {
    margin-right: 5px
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(88%,#fff),to(#73859f));
    background-image: linear-gradient(0deg,#fff 88%,#73859f)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43,51,63,.75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(88%,#fff),to(#73859f));
    background-image: linear-gradient(-180deg,#fff 88%,#73859f);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible),.video-js :focus:not(:focus-visible) {
    outline: none
}

@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: ""
    }
}

@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden
    }
}

.vjs-custom-skin>.video-js {
    width: 100%;
    font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Segoe UI,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",sans-serif
}

.video-js.vjs-no-flex .vjs-menu-button-inline,.vjs-custom-skin>.video-js .vjs-menu-button-inline.vjs-slider-active,.vjs-custom-skin>.video-js .vjs-menu-button-inline:focus,.vjs-custom-skin>.video-js .vjs-menu-button-inline:hover {
    width: 10em
}

.vjs-custom-skin>.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none!important
}

.vjs-custom-skin>.video-js .vjs-control {
    width: 3em
}

.vjs-custom-skin>.video-js .vjs-control.vjs-live-control {
    width: auto;
    padding-left: .5em;
    letter-spacing: .1em
}

.vjs-custom-skin>.video-js .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.vjs-custom-skin>.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
    display: none!important
}

.vjs-custom-skin>.video-js .vjs-mouse-display:after,.vjs-custom-skin>.video-js .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block!important
}

.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.vjs-custom-skin>.video-js .vjs-big-play-button {
    display: block
}

.vjs-custom-skin>.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1em;
    background-color: rgba(0,0,0,.45);
    font-size: 3.5em;
    height: 2em!important;
    line-height: 2em!important;
    margin-top: -1em!important
}

.video-js:hover .vjs-big-play-button,.vjs-custom-skin>.video-js .vjs-big-play-button:active,.vjs-custom-skin>.video-js .vjs-big-play-button:focus {
    background-color: rgba(36,131,213,.9)
}

.vjs-custom-skin>.video-js .vjs-loading-spinner {
    border-color: rgba(36,131,213,.8)
}

.vjs-custom-skin>.video-js .vjs-control-bar2 {
    background-color: #000
}

.vjs-custom-skin>.video-js .vjs-control-bar {
    color: #fff;
    font-size: 14px
}

.vjs-custom-skin>.video-js .vjs-play-progress,.vjs-custom-skin>.video-js .vjs-volume-level {
    background-color: #2483d5
}

.vjs-custom-skin>.video-js .vjs-play-progress:before {
    top: -.3em
}

.vjs-custom-skin>.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.3em
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0
}

.vjs-custom-skin>.video-js .vjs-menu li {
    padding: 0;
    line-height: 2em;
    font-size: 1.1em;
    font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Segoe UI,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",sans-serif
}

.vjs-custom-skin>.video-js .vjs-mouse-display:after,.vjs-custom-skin>.video-js .vjs-play-progress:after,.vjs-custom-skin>.video-js .vjs-time-tooltip {
    border-radius: 0;
    font-size: 1em;
    padding: 0;
    width: 3em;
    height: 1.5em;
    line-height: 1.5em;
    top: -3em
}

.vjs-custom-skin>.video-js .vjs-menu-button-popup .vjs-menu {
    width: 5em;
    left: -1em
}

.vjs-custom-skin>.video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-play-control {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-time-control {
    min-width: 1em;
    padding: 0;
    margin: 0 .1em;
    text-align: center;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.2em;
    line-height: 2.4
}

.vjs-custom-skin>.video-js .vjs-progress-control.vjs-control {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-volume-menu-button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label {
    display: block;
    line-height: 3em
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-playback-rate {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.vjs-custom-skin>.video-js .vjs-control-bar .vjs-fullscreen-control {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.enclosure-layer[data-v-334bd723] {
    width: 650px;
    padding: 45px 35px 25px;
    position: relative;
    background: url(http://tjyingchenke.cn/static/img/en_bg.c90138e.png) no-repeat 0 -120px;
    background-size: 100% auto;
    background-color: #f7f7f7
}

.enclosure-layer>.iconfont[data-v-334bd723] {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #caa5a5
}

.enclosure-layer .en_text[data-v-334bd723] {
    display: block;
    margin: 0 auto;
    width: 180px
}

.enclosure-layer .down_group[data-v-334bd723] {
    margin-top: 40px
}

.enclosure-layer .down_group .item[data-v-334bd723] {
    line-height: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px
}

.enclosure-layer .down_group .item .name[data-v-334bd723] {
    width: 85px;
    font-size: 17px;
    font-weight: 700;
    color: #333
}

.enclosure-layer .down_group .item .url[data-v-334bd723] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    color: #03a9f4;
    font-size: 15px;
    cursor: pointer;
    margin-left: 15px
}

.enclosure-layer .down_group .item .password[data-v-334bd723] {
    width: 130px;
    font-size: 15px;
    color: #777;
    margin-left: 15px
}

.enclosure-layer .down_group .item .btn[data-v-334bd723] {
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.enclosure-layer .down_group .item .btn .btn_item[data-v-334bd723] {
    line-height: 42px;
    text-align: center;
    background: #fff;
    color: #ff5722;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer
}

.enclosure-layer .down_group .item .btn .btn_item[data-v-334bd723]:hover {
    opacity: .9
}

.page_load[data-v-10924f81] {
    width: 100vw;
    height: 100vh;
    background: #f0f0f0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page_load .loadings[data-v-10924f81] {
    margin-top: -150px
}

.page_load .loadings img[data-v-10924f81] {
    display: block;
    width: 200px;
    height: 200px
}

.page_load .loadings .text[data-v-10924f81] {
    margin-top: -35px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    text-align: center;
    display: block
}

.page_load .loadings .btn[data-v-10924f81] {
    cursor: pointer;
    display: block;
    position: relative;
    background: #fff;
    color: #31b9e9;
    font-size: 14px;
    margin: 20px auto 0;
    width: 150px;
    text-align: center;
    line-height: 40px;
    border-radius: 35px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700
}

.page_load .loadings .btn[data-v-10924f81]:active {
    opacity: .8
}

.page_load ._wxrecharCode[data-v-10924f81] {
    padding: 40px 20px
}

.page_load ._wxrecharCode>h3[data-v-10924f81] {
    text-align: center;
    font-size: 21px
}

.page_load ._wxrecharCode>h3 b[data-v-10924f81] {
    color: #ff575b;
    font-size: 21px
}

.page_load ._wxrecharCode>img[data-v-10924f81] {
    display: block;
    margin: 0 auto;
    width: 330px;
    height: 330px;
    padding: 20px
}

.page_load ._wxrecharCode>div[data-v-10924f81] {
    text-align: center;
    font-size: 17px;
    color: #979797
}

.page_load ._wxrecharCode>div img[data-v-10924f81] {
    vertical-align: middle;
    margin-top: -2px;
    width: 25px;
    margin-right: 10px
}

.page_load ._wxrecharCode>a[data-v-10924f81] {
    display: block;
    width: 90%;
    background: #f1f1f1;
    color: #1980ab;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: 32px auto 0;
    cursor: pointer
}

.page_load ._wxrecharCode>a[data-v-10924f81]:hover {
    opacity: .92
}

.login-view[data-v-884f64ae] {
    background: #fff;
    margin: 200px auto;
    border-radius: 30px;
    overflow: hidden;
    width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.login-view>.login-main[data-v-884f64ae] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 60px 55px 50px;
    overflow: hidden;
    position: relative
}

.login-view>.login-main[data-v-884f64ae]:before {
    content: "";
    width: 80px;
    height: 68px;
    background: url(http://tjyingchenke.cn/static/img/login-radius.0c89ca5.png) no-repeat 50%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login-view>.login-main .lg[data-v-884f64ae] {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-view>.login-main .lg img[data-v-884f64ae] {
    display: block;
    width: 180px
}

.login-view>.login-main .lg i[data-v-884f64ae] {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 20px;
    background: #1980ab
}

.login-view>.login-main .lg span[data-v-884f64ae] {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: #1980ab;
    margin-left: 20px
}

.login-view>.login-main ._btn[data-v-884f64ae] {
    display: block;
    background: #1980ab;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 100%
}

.login-view>.login-main ._input[data-v-884f64ae] {
    margin-bottom: 30px;
    position: relative
}

.login-view>.login-main ._input i[data-v-884f64ae] {
    top: 0;
    left: 0;
    line-height: 58px;
    position: absolute;
    width: 60px;
    text-align: center;
    font-size: 22px;
    color: #cacaca
}

.login-view>.login-main ._input input[data-v-884f64ae] {
    border: 0;
    background: #f9f9f9;
    line-height: 33px;
    padding: 13px 30px 13px 55px;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size: 16px
}

.login-view>.login-main ._input span[data-v-884f64ae] {
    top: 0;
    right: 0;
    line-height: 58px;
    position: absolute;
    font-size: 15px;
    color: #1980ab;
    padding-right: 22px;
    cursor: pointer
}

.login-view>.login-main ._login_type[data-v-884f64ae] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

.login-view>.login-main ._login_type ._item .icon[data-v-884f64ae] {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    cursor: pointer
}

.login-view>.login-main ._login_type ._item .icon.wx[data-v-884f64ae] {
    background-image: url(http://tjyingchenke.cn/static/img/wx_login.58e0cc3.png)
}

.login-view>.login-main ._login_type ._item .icon.wx[data-v-884f64ae]:hover {
    background-image: url(data:image/png;base64,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)
}

.login-view[data-v-7290a440] {
    background: #fff;
    margin: 200px auto;
    border-radius: 30px;
    overflow: hidden;
    width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.login-view>.login-main[data-v-7290a440] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 60px 55px 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.login-view>.login-main[data-v-7290a440]:before {
    content: "";
    width: 80px;
    height: 68px;
    background: url(http://tjyingchenke.cn/static/img/login-radius.0c89ca5.png) no-repeat 50%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login-view>.login-main .lg[data-v-7290a440] {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-view>.login-main .lg img[data-v-7290a440] {
    display: block;
    width: 180px
}

.login-view>.login-main .lg i[data-v-7290a440] {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 20px;
    background: #1980ab
}

.login-view>.login-main .lg span[data-v-7290a440] {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: #1980ab;
    margin-left: 20px
}

.login-view>.login-main ._btn[data-v-7290a440] {
    display: block;
    background: #1980ab;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 1
}

.login-view>.login-main ._input[data-v-7290a440] {
    margin-bottom: 30px;
    position: relative
}

.login-view>.login-main ._input i[data-v-7290a440] {
    top: 0;
    left: 0;
    line-height: 58px;
    position: absolute;
    width: 60px;
    text-align: center;
    font-size: 22px;
    color: #cacaca
}

.login-view>.login-main ._input input[data-v-7290a440] {
    border: 0;
    background: #f9f9f9;
    line-height: 33px;
    padding: 13px 30px 13px 55px;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size: 16px
}

.login-view>.login-main ._input span[data-v-7290a440] {
    top: 0;
    right: 0;
    line-height: 58px;
    position: absolute;
    font-size: 15px;
    color: #1980ab;
    padding-right: 22px;
    cursor: pointer
}

.login-view>.login-main ._login_type[data-v-7290a440] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

.login-view>.login-main ._login_type ._item .icon[data-v-7290a440] {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    cursor: pointer
}

.login-view>.login-main ._login_type ._item .icon.wx[data-v-7290a440] {
    background-image: url(http://tjyingchenke.cn/static/img/wx_login.58e0cc3.png)
}

.login-view>.login-main ._login_type ._item .icon.wx[data-v-7290a440]:hover {
    background-image: url(data:image/png;base64,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)
}

.login-view[data-v-a53b1810] {
    background: #fff;
    margin: 200px auto;
    border-radius: 30px;
    overflow: hidden;
    width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.login-view>.login-main[data-v-a53b1810] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 60px 55px 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.login-view>.login-main[data-v-a53b1810]:before {
    content: "";
    width: 80px;
    height: 68px;
    background: url(http://tjyingchenke.cn/static/img/login-radius.0c89ca5.png) no-repeat 50%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.login-view>.login-main .lg[data-v-a53b1810] {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-view>.login-main .lg img[data-v-a53b1810] {
    display: block;
    width: 180px
}

.login-view>.login-main .lg i[data-v-a53b1810] {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 20px;
    background: #1980ab
}

.login-view>.login-main .lg span[data-v-a53b1810] {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: #1980ab;
    margin-left: 20px
}

.login-view>.login-main ._btn[data-v-a53b1810] {
    display: block;
    background: #1980ab;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 1
}

.login-view>.login-main ._input[data-v-a53b1810] {
    margin-bottom: 30px;
    position: relative
}

.login-view>.login-main ._input i[data-v-a53b1810] {
    top: 0;
    left: 0;
    line-height: 58px;
    position: absolute;
    width: 60px;
    text-align: center;
    font-size: 22px;
    color: #cacaca
}

.login-view>.login-main ._input input[data-v-a53b1810] {
    border: 0;
    background: #f9f9f9;
    line-height: 33px;
    padding: 13px 30px 13px 55px;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size: 16px
}

.login-view>.login-main ._input span[data-v-a53b1810] {
    top: 0;
    right: 0;
    line-height: 58px;
    position: absolute;
    font-size: 15px;
    color: #1980ab;
    padding-right: 22px;
    cursor: pointer
}

.login-view>.login-main ._login_type[data-v-a53b1810] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px
}

.login-view>.login-main ._login_type ._item .icon[data-v-a53b1810] {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    cursor: pointer
}

.login-view>.login-main ._login_type ._item .icon.wx[data-v-a53b1810] {
    background-image: url(http://tjyingchenke.cn/static/img/wx_login.58e0cc3.png)
}

.login-view>.login-main ._login_type ._item .icon.wx[data-v-a53b1810]:hover {
    background-image: url(data:image/png;base64,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)
}

.author[data-v-5bcbd952] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow: hidden
}

.author ._header[data-v-5bcbd952] {
    height: 75px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 35px 0 25px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f6f6f6
}

.author ._header ._left[data-v-5bcbd952],.author ._header[data-v-5bcbd952] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author ._header ._left ._logo img[data-v-5bcbd952] {
    vertical-align: middle;
    height: 41px;
    display: block
}

.author ._header ._left ._backIndex[data-v-5bcbd952] {
    display: block;
    line-height: 30px;
    margin-left: 35px;
    padding: 0 12px;
    border: 1px solid #f3f3f3;
    color: #5e5e5e;
    font-size: 14px;
    border-radius: 4px
}

.author ._header ._left ._backIndex i[data-v-5bcbd952] {
    color: #d4d4d4;
    margin-right: 4px;
    font-size: 15px
}

.author ._header ._right[data-v-5bcbd952] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author ._header ._right ._message[data-v-5bcbd952] {
    font-size: 29px;
    color: #8590a6;
    position: relative
}

.author ._header ._right ._message i[data-v-5bcbd952] {
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: #f30;
    padding: 0 5px;
    line-height: 15px;
    border: 2px solid #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 50px
}

.author ._header ._right ._user[data-v-5bcbd952] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.author ._header ._right ._user img[data-v-5bcbd952] {
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%
}

.author ._container[data-v-5bcbd952] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

.author ._container ._left[data-v-5bcbd952] {
    width: 280px;
    overflow-y: auto;
    background: #fff
}

.author ._container ._left ._user[data-v-5bcbd952] {
    height: 260px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.author ._container ._left ._user img[data-v-5bcbd952] {
    height: 82px;
    width: 82px;
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.author ._container ._left ._user h3[data-v-5bcbd952] {
    font-size: 17px;
    margin-top: 20px;
    width: 100%;
    font-weight: 400
}

.author ._container ._left ._user p[data-v-5bcbd952] {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    width: 100%
}

.author ._container ._left ._push[data-v-5bcbd952] {
    background: #1980ab;
    color: #fff;
    margin: 0 28px;
    display: block;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px
}

.author ._container ._left ._push[data-v-5bcbd952]:hover {
    opacity: .9
}

.author ._container ._left ._push i[data-v-5bcbd952] {
    margin-right: 10px;
    font-weight: 700
}

.author ._container ._left ._nav[data-v-5bcbd952] {
    margin-top: 30px
}

.author ._container ._left ._nav ._item[data-v-5bcbd952] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 40px;
    line-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 7px;
    color: rgba(35,28,31,.8)
}

.author ._container ._left ._nav ._item i[data-v-5bcbd952] {
    margin-right: 15px
}

.author ._container ._left ._nav ._item span[data-v-5bcbd952] {
    font-size: 15px
}

.author ._container ._left ._nav ._item b[data-v-5bcbd952] {
    background: #ff5c37;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    text-align: center
}

.author ._container ._left ._nav ._item.active[data-v-5bcbd952] {
    color: #1980ab
}

.author ._container ._right[data-v-5bcbd952] {
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 20px;
    background: #f9f9f9
}

.author ._container ._right>div[data-v-5bcbd952] {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%
}

._index ._dataDiv ._filter[data-v-14176f99] {
    display: block;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #f3f3f3;
    color: #5e5e5e;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer
}

._index ._dataDiv ._filter i[data-v-14176f99] {
    color: #d4d4d4;
    margin-left: 8px;
    font-size: 15px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

._index ._dataDiv ._data[data-v-14176f99] {
    margin-top: 20px;
    padding: 15px 80px 10px
}

._index ._dataDiv ._data ._item[data-v-14176f99] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px;
    margin-right: 80px;
    background-size: cover;
    position: relative
}

._index ._dataDiv ._data ._item[data-v-14176f99]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ececec;
    width: 1px;
    height: 60px
}

._index ._dataDiv ._data ._item p[data-v-14176f99] {
    color: #666e82;
    font-size: 14px;
    margin-bottom: 12px
}

._index ._dataDiv ._data ._item p i[data-v-14176f99] {
    color: #aaa;
    font-style: normal;
    margin-left: 5px
}

._index ._dataDiv ._data ._item h3[data-v-14176f99] {
    font-size: 24px;
    font-weight: 400
}

._index ._dataDiv ._data ._item b[data-v-14176f99] {
    font-size: 14px;
    font-weight: 400;
    color: #666e82;
    display: block;
    margin-top: 8px
}

._index ._dataDiv ._data ._item b i[data-v-14176f99] {
    margin: 0 6px;
    color: #000;
    font-style: normal;
    font-weight: 700
}

._index ._dataDiv ._data ._item[data-v-14176f99]:last-child {
    margin-right: 0
}

._index ._dataDiv ._data ._item[data-v-14176f99]:last-child:after {
    display: none
}

._index ._studyDiv[data-v-14176f99] {
    margin-top: 15px
}

._index ._studyDiv ul[data-v-14176f99] {
    margin-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

._index ._studyDiv ul li[data-v-14176f99] {
    margin-right: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

._index ._studyDiv ul li[data-v-14176f99]:last-child {
    margin-right: 0
}

._index ._studyDiv ul li a[data-v-14176f99] {
    display: block;
    color: #000
}

._index ._studyDiv ul li a img[data-v-14176f99] {
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 3px
}

._index ._studyDiv ul li a h3[data-v-14176f99] {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px
}

._index ._studyDiv ul li a p[data-v-14176f99] {
    margin-top: 6px;
    font-size: 14px;
    color: #999
}

._index ._rankDiv[data-v-14176f99] {
    margin-top: 20px
}

._index ._rankDiv ._rank[data-v-14176f99] {
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._index ._rankDiv ._rank .aRank-item[data-v-14176f99] {
    width: 0;
    border: 1px solid #f1f1f1;
    position: relative;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    margin-right: 24px;
    max-width: 420px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._index ._rankDiv ._rank .aRank-item[data-v-14176f99]:last-child {
    margin-right: 0
}

._index ._rankDiv ._rank .aRank-item .aRanki-head[data-v-14176f99] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 23px 25px 0;
    border-radius: 7.5px 7.5px 0 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#fffada),to(#fff));
    background: linear-gradient(180deg,#fffada,#fff)
}

._index ._rankDiv ._rank .aRank-item .aRanki-head .aih-image[data-v-14176f99] {
    width: 58px
}

._index ._rankDiv ._rank .aRank-item .aRanki-head .aih-text[data-v-14176f99] {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px
}

._index ._rankDiv ._rank .aRank-item .aRank-desc[data-v-14176f99] {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    padding: 0 25px;
    margin-top: 18px;
    margin-bottom: 30px;
    font-weight: 300
}

._index ._rankDiv ._rank .aRank-item .aih-icon[data-v-14176f99] {
    width: 33px;
    position: absolute;
    right: 40px;
    top: 0;
    opacity: .4
}

._index ._rankDiv ._rank .aRank-item .aih-list[data-v-14176f99] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 25px;
    cursor: pointer;
    color: #000
}

._index ._rankDiv ._rank .aRank-item .aih-list .aih-sort[data-v-14176f99] {
    font-size: 15px;
    width: 20px;
    color: #888;
    font-weight: 400
}

._index ._rankDiv ._rank .aRank-item .aih-list .aihl-image[data-v-14176f99] {
    width: 60px;
    height: 45px;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 18px
}

._index ._rankDiv ._rank .aRank-item .aih-list .aih-title[data-v-14176f99] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 15px
}

._commiss[data-v-260e1337] {
    margin: 0 auto
}

._commiss ._list ._order-list[data-v-260e1337] {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 25px;
    cursor: pointer
}

._commiss ._list ._order-list ._head[data-v-260e1337] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px
}

._commiss ._list ._order-list ._head ._left[data-v-260e1337],._commiss ._list ._order-list ._head[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._commiss ._list ._order-list ._head ._left img[data-v-260e1337] {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 50%
}

._commiss ._list ._order-list ._head ._left span[data-v-260e1337] {
    display: block;
    font-size: 16px
}

._commiss ._list ._order-list ._head ._right[data-v-260e1337] {
    color: #999;
    font-size: 15px
}

._commiss ._list ._order-list ._info[data-v-260e1337] {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._commiss ._list ._order-list ._info img[data-v-260e1337] {
    display: block;
    height: 110px;
    width: 160px;
    border-radius: 5px
}

._commiss ._list ._order-list ._info h3[data-v-260e1337] {
    margin: 0 25px 0 20px;
    font-weight: 400;
    font-size: 16.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

._commiss ._list ._order-list ._info p[data-v-260e1337] {
    font-weight: 700;
    font-size: 22px
}

._commiss ._list ._order-list ._info p i[data-v-260e1337] {
    font-style: normal;
    font-size: 13px;
    font-weight: 400
}

._commiss ._list ._order-list ._btn[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8px
}

._commiss ._list ._order-list ._btn a[data-v-260e1337] {
    color: #333;
    border: 1px solid #f1f1f1;
    line-height: 35px;
    padding: 0 23px;
    font-size: 15px;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer
}

._commiss ._list ._order-detail[data-v-260e1337] {
    width: 580px;
    padding: 28px
}

._commiss ._list ._order-detail .order-d-head[data-v-260e1337] {
    background: -webkit-gradient(linear,left top,right top,from(#32ce92),to(#1980ab));
    background: linear-gradient(90deg,#32ce92,#1980ab);
    padding: 18px 10px 23px;
    border-radius: 4px
}

._commiss ._list ._order-detail .order-d-head .odh-status[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._commiss ._list ._order-detail .order-d-head .odh-status .odhs-left[data-v-260e1337] {
    font-size: 30px;
    color: #fff
}

._commiss ._list ._order-detail .order-d-head .odh-status .odhs-right[data-v-260e1337] {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    color: #fff
}

._commiss ._list ._order-detail .order-d-head .odh-desc[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

._commiss ._list ._order-detail .order-d-head .odh-desc .odhd-left[data-v-260e1337] {
    background: hsla(0,0%,100%,.16);
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    padding: 0 7.5px;
    border-radius: 3.5px;
    margin-right: 10px
}

._commiss ._list ._order-detail .order-d-head .odh-desc .odhd-right[data-v-260e1337] {
    font-size: 14px;
    color: #fff
}

._commiss ._list ._order-detail .order-shop-view[data-v-260e1337] {
    background: #1980ab
}

._commiss ._list ._order-detail .order-shop-view .order-shop[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    padding: 25px 0;
    cursor: pointer;
    border-bottom: 1px solid #ececec
}

._commiss ._list ._order-detail .order-shop-view .order-shop .order-image[data-v-260e1337] {
    width: 90px;
    height: 70px;
    border-radius: 4px
}

._commiss ._list ._order-detail .order-shop-view .order-shop .order-info[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

._commiss ._list ._order-detail .order-shop-view .order-shop .order-info .oinfo-left[data-v-260e1337] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000
}

._commiss ._list ._order-detail .order-shop-view .order-shop .order-info .oinfo-right[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._commiss ._list ._order-detail .order-shop-view .order-shop .order-info .oinfo-right .oir-text[data-v-260e1337] {
    font-size: 13px;
    line-height: 15px;
    color: #000
}

._commiss ._list ._order-detail .order-shop-view .order-shop .order-info .oinfo-right .oir-num[data-v-260e1337] {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    line-height: 15px
}

._commiss ._list ._order-detail .order-block[data-v-260e1337] {
    padding-top: 20px;
    background: #fff
}

._commiss ._list ._order-detail .order-block .order-bitem[data-v-260e1337] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px
}

._commiss ._list ._order-detail .order-block .order-bitem .order-b-name[data-v-260e1337] {
    line-height: 27.5px;
    font-size: 15px;
    color: #555;
    width: 80px
}

._commiss ._list ._order-detail .order-block .order-bitem .order-b-desc[data-v-260e1337] {
    line-height: 27.5px;
    font-size: 15px;
    color: #333;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table[data-v-260e1337] {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f3f3f3;
    overflow: hidden
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #f3f3f3
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-title[data-v-260e1337] {
    background: #f9f9f9;
    font-size: 15px;
    color: #000
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-title-text[data-v-260e1337] {
    font-size: 14px;
    color: #000
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-left[data-v-260e1337] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    border-right: 1px solid #f3f3f3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-left .cti-image[data-v-260e1337] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-left .cti-left-text[data-v-260e1337] {
    line-height: 48px;
    font-size: 14px;
    color: #747474;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-weight: 300;
    cursor: pointer
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-center[data-v-260e1337] {
    border-right: 1px solid #f3f3f3
}

._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-center[data-v-260e1337],._commiss ._list ._order-detail .order-block .order-bitem .c-table .c-table-item .cti-right[data-v-260e1337] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 48px;
    font-size: 14px;
    padding: 0 12px;
    color: #747474;
    font-weight: 300
}

._commiss ._list ._order-detail .order-btn[data-v-260e1337] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff
}

._commiss ._list ._order-detail .order-btn .ob-item[data-v-260e1337] {
    line-height: 34px;
    padding: 0 23px;
    font-size: 15px;
    color: #666;
    background: #fff;
    border-radius: 50px;
    margin-left: 15px;
    border: 1px solid #ececec;
    cursor: pointer
}

._commiss ._header-search[data-v-260e1337] {
    margin-left: 40px;
    position: relative
}

._commiss ._header-search input[data-v-260e1337] {
    border: 1px solid #f1f1f1;
    line-height: 25px;
    padding: 7.5px 50px 7.5px 20px;
    font-size: 15px;
    color: #333;
    border-radius: 50px
}

._commiss ._header-search i[data-v-260e1337] {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    width: 50px;
    text-align: center;
    font-size: 17px;
    color: #8590a6;
    cursor: pointer
}

._bonus .bonus_bg[data-v-d046bec0] {
    display: block;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 32px
}

._bonus .bonus_group[data-v-d046bec0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 40px
}

._bonus .bonus_group .item[data-v-d046bec0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    background: #f6f8f9;
    height: 140px;
    border-radius: 7px;
    margin-right: 17px;
    padding: 20px 20px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

._bonus .bonus_group .item[data-v-d046bec0]:first-child:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #f6f8f9
}

._bonus .bonus_group .item .head[data-v-d046bec0] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._bonus .bonus_group .item .head .border[data-v-d046bec0] {
    background: #97a3b7;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 15px
}

._bonus .bonus_group .item .head .text[data-v-d046bec0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    font-size: 14px;
    color: #97a3b7;
    white-space: normal;
    line-height: 25px
}

._bonus .bonus_group .item .num[data-v-d046bec0] {
    font-size: 21px;
    color: #505050;
    line-height: 30px;
    margin-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0
}

._bonus .bonus_group .item .num span[data-v-d046bec0] {
    font-size: 13px;
    margin-left: 8px
}

._bonus .bonus_group .item .foot[data-v-d046bec0] {
    margin-top: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #97a3b7;
    text-align: right
}

._bonus .bonus_group .item .foot span[data-v-d046bec0] {
    color: #97a3b7;
    font-size: 15px;
    margin-left: 10px
}

._bonus .step_div[data-v-d046bec0] {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._bonus .step_div .item[data-v-d046bec0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-right: 40px
}

._bonus .step_div .item[data-v-d046bec0]:last-child {
    margin-right: 0
}

._bonus .step_div .item[data-v-d046bec0]:after {
    content: "";
    border-top: 2px dashed #f1f1f1;
    width: 100%;
    left: 0;
    top: 7px;
    position: absolute
}

._bonus .step_div .item .left_sort[data-v-d046bec0] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #4b4e72;
    position: relative;
    z-index: 1
}

._bonus .step_div .item .right_info[data-v-d046bec0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 15px
}

._bonus .step_div .item .right_info .h3[data-v-d046bec0] {
    font-size: 14px;
    line-height: 16px;
    padding-right: 22px;
    margin-bottom: 22px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle
}

._bonus .step_div .item .right_info .flex[data-v-d046bec0] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._bonus .step_div .item .right_info .flex .img[data-v-d046bec0] {
    width: 240px;
    height: 140px;
    display: block;
    background: #f4f4f4;
    border-radius: 10px
}

._bonus .step_div .item .right_info .flex .info[data-v-d046bec0] {
    margin-top: 15px
}

._bonus .step_div .item .right_info .flex .info .desc[data-v-d046bec0] {
    font-size: 14px;
    line-height: 25px;
    color: #97a3b7
}

._bonus .more[data-v-d046bec0] {
    float: right;
    line-height: 30px;
    font-size: 15px;
    color: #999
}

.popoverDiv[data-v-d046bec0] {
    font-size: 13px;
    padding: 10px;
    color: #666;
    max-width: 250px;
    line-height: 23px
}

._works[data-v-19e08d54] {
    margin: 0 auto
}

._works ._list[data-v-19e08d54] {
    padding-top: 36px;
    padding-bottom: 0
}

._works ._list ._tab[data-v-19e08d54] {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 600px;
    margin: 0 auto 20px
}

._works ._list ._tab ._item[data-v-19e08d54] {
    line-height: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 15px
}

._works ._list ._tab ._item.active[data-v-19e08d54] {
    background: #fff;
    border-radius: 5px;
    font-weight: 700
}

._works ._list .works-item[data-v-19e08d54] {
    background: #fff;
    padding-bottom: 15px;
    margin-top: 5px;
    border-bottom: 1px solid #f1f1f1
}

._works ._list .works-item .works-footer[data-v-19e08d54] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px 0
}

._works ._list .works-item .works-footer .works-price[data-v-19e08d54],._works ._list .works-item .works-footer[data-v-19e08d54] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._works ._list .works-item .works-footer .works-price .order-h-left[data-v-19e08d54] {
    font-size: 15px;
    line-height: 20px;
    color: #999;
    margin-right: 15px
}

._works ._list .works-item .works-footer .works-price .works-p-text[data-v-19e08d54] {
    font-size: 14px;
    color: #f30;
    line-height: 20px
}

._works ._list .works-item .works-footer .works-price .works-p-num[data-v-19e08d54] {
    font-size: 18px;
    color: #f30;
    line-height: 20px;
    font-weight: 700
}

._works ._list .works-item .works-footer .order-btn[data-v-19e08d54] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._works ._list .works-item .works-footer .order-btn .ob-item[data-v-19e08d54] {
    line-height: 35px;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    margin-left: 11px;
    display: block;
    cursor: pointer
}

._works ._list .works-item .works-footer .order-btn .ob-item.disabled[data-v-19e08d54] {
    opacity: .5
}

._works ._list .works-item .works-footer .order-btn .ob-item.disabled[data-v-19e08d54]:hover {
    opacity: .5!important
}

._works ._list .works-item .works-remark[data-v-19e08d54] {
    font-size: 14px;
    line-height: 22px;
    background: #fffeee;
    color: #a49b44;
    padding: 7px 14px;
    margin-top: 11px;
    margin-bottom: 12px;
    border-radius: 5px;
    display: block
}

.van-stepper {
    font-size: 0;
    -webkit-user-select: none;
    user-select: none
}

.van-stepper__minus,.van-stepper__plus {
    position: relative;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    color: #323233;
    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;
    -webkit-transform: translate(-50%,-50%);
    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: 4px 0 0 4px
}

.van-stepper__minus:after {
    display: none
}

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

.van-stepper__input {
    box-sizing: border-box;
    width: 32px;
    height: 28px;
    margin: 0 2px;
    padding: 0;
    color: #323233;
    font-size: 14px;
    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: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: #ee0a24
}

.van-stepper--round .van-stepper__minus {
    color: #ee0a24;
    background-color: #fff;
    border: 1px solid #ee0a24
}

.edui-default .edui-box {
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.edui-default a.edui-box {
    display: block;
    text-decoration: none;
    color: #000
}

.edui-default a.edui-box:active,.edui-default a.edui-box:hover {
    text-decoration: none
}

.edui-default table.edui-box {
    border-collapse: collapse
}

.edui-default ul.edui-box {
    list-style-type: none
}

div.edui-box {
    position: relative;
    display: -moz-inline-box!important;
    display: inline-block!important;
    vertical-align: top
}

.edui-default .edui-clearfix {
    zoom:1}

.edui-default .edui-clearfix:after {
    content: " ";
    display: block;
    clear: both
}

* html div.edui-box,:first-child+html div.edui-box {
    display: inline!important
}

.edui-combox-body,.edui-default .edui-button-body,.edui-menubutton-body,.edui-splitbutton-body {
    position: relative
}

.edui-default .edui-popup {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none
}

.edui-default .edui-popup .edui-shadow {
    position: absolute;
    z-index: -1
}

.edui-default .edui-popup .edui-bordereraser {
    position: absolute;
    overflow: hidden
}

.edui-default .edui-tablepicker .edui-canvas {
    position: relative
}

.edui-default .edui-tablepicker .edui-canvas .edui-overlay {
    position: absolute
}

.edui-default .edui-dialog-modalmask,.edui-dialog-dragmask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.edui-default .edui-toolbar {
    position: relative
}

.edui-default .edui-label {
    cursor: default
}

.edui-default span.edui-clickable {
    color: #00f;
    cursor: pointer;
    text-decoration: underline
}

.edui-default span.edui-unclickable {
    color: grey;
    cursor: default
}

.edui-default .edui-toolbar {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding: 1px;
    overflow: hidden;
    zoom:1;width: auto;
    height: auto
}

.edui-default .edui-toolbar .edui-button,.edui-default .edui-toolbar .edui-combox,.edui-default .edui-toolbar .edui-menubutton,.edui-default .edui-toolbar .edui-splitbutton {
    margin: 1px
}

.edui-default .edui-editor {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    position: relative;
    overflow: visible;
    border-radius: 4px
}

.edui-editor div {
    width: auto;
    height: auto
}

.edui-default .edui-editor-toolbarbox {
    position: relative;
    zoom:1;-webkit-box-shadow: 0 1px 4px hsla(0,0%,80%,.6);
    box-shadow: 0 1px 4px hsla(0,0%,80%,.6);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.edui-default .edui-editor-toolbarboxouter {
    border-bottom: 1px solid #d4d4d4;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
    background-image: linear-gradient(180deg,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border-radius: 4px 4px 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff2f2f2",GradientType=0);
    *zoom:1;-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065)
}

.edui-default .edui-editor-toolbarboxinner {
    padding: 2px
}

.edui-default .edui-editor-iframeholder {
    position: relative
}

.edui-default .edui-editor-bottomContainer {
    overflow: hidden
}

.edui-default .edui-editor-bottomContainer table {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-spacing: 0
}

.edui-default .edui-editor-bottomContainer td {
    white-space: nowrap;
    border-top: 1px solid #ccc;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif
}

.edui-default .edui-editor-wordcount {
    text-align: right;
    margin-right: 5px;
    color: #aaa
}

.edui-default .edui-editor-scale {
    width: 12px
}

.edui-default .edui-editor-scale .edui-editor-icon {
    float: right;
    width: 100%;
    height: 12px;
    margin-top: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFZmZm////c0tZqAAAAAJ0Uk5T/wDltzBKAAAAKUlEQVR42lTKyQkAAAgDwbH/pn26BgKbw5woa68fZWXt9aP8rFm3FWAAIoUAZAh+YogAAAAASUVORK5CYII=) no-repeat;
    cursor: se-resize
}

.edui-default .edui-editor-breadcrumb {
    margin: 2px 0 0 3px
}

.edui-default .edui-editor-breadcrumb span {
    cursor: pointer;
    text-decoration: underline;
    color: #00f
}

.edui-default .edui-toolbar .edui-for-fullscreen {
    float: right
}

.edui-default .edui-bubble .edui-popup-content {
    border: 1px solid #dcac6c;
    background-color: #fff6d9;
    padding: 5px;
    font-size: 10pt;
    font-family: "\5B8B\4F53"
}

.edui-default .edui-editor-toolbarmsg {
    background-color: #fff6d9;
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 1009;
    width: 99.9%
}

.edui-default .edui-editor-toolbarmsg-upload {
    font-size: 14px;
    color: #00f;
    width: 100px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 350px
}

.edui-default .edui-editor-toolbarmsg-label {
    font-size: 12px;
    line-height: 16px;
    padding: 4px
}

.edui-default .edui-editor-toolbarmsg-close {
    float: right;
    width: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    color: red
}

.edui-default .edui-list .edui-bordereraser {
    display: none
}

.edui-default .edui-listitem {
    padding: 1px;
    white-space: nowrap
}

.edui-default .edui-list .edui-state-hover {
    position: relative;
    background-color: #fff5d4;
    border: 1px solid #dcac6c;
    padding: 0
}

.edui-default .edui-for-fontfamily .edui-listitem-label {
    min-width: 130px;
    _width: 120px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px
}

.edui-default .edui-for-insertcode .edui-listitem-label {
    min-width: 120px;
    _width: 120px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px
}

.edui-default .edui-for-underline .edui-listitem-label {
    min-width: 120px;
    _width: 120px;
    padding: 3px 5px;
    font-size: 12px
}

.edui-default .edui-for-fontsize .edui-listitem-label {
    min-width: 120px;
    _width: 120px;
    padding: 3px 5px
}

.edui-default .edui-for-paragraph .edui-listitem-label {
    min-width: 200px;
    _width: 200px;
    padding: 2px 5px
}

.edui-default .edui-for-lineheight .edui-listitem-label,.edui-default .edui-for-rowspacingbottom .edui-listitem-label,.edui-default .edui-for-rowspacingtop .edui-listitem-label {
    min-width: 53px;
    _width: 53px;
    padding: 2px 5px
}

.edui-default .edui-for-customstyle .edui-listitem-label {
    min-width: 200px;
    _width: 200px;
    width: 200px!important;
    padding: 2px 5px
}

.edui-default .edui-menu {
    z-index: 3000
}

.edui-default .edui-menu .edui-popup-content {
    padding: 3px
}

.edui-default .edui-menu-body {
    _width: 150px;
    min-width: 170px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAIAAAB7QOjdAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAPSURBVBhXY3j0+PH///8BE0gFps6OUcYAAAAASUVORK5CYII=) repeat-y 25px
}

.edui-default .edui-menuitem {
    height: 20px;
    cursor: default;
    vertical-align: top
}

.edui-default .edui-menuitem .edui-icon {
    width: 20px!important;
    height: 20px!important;
    background: url(http://tjyingchenke.cn/static/img/icons.6ffe01b.png) 0 -4000px;
    background: url(http://tjyingchenke.cn/static/img/icons.d6ed19f.gif) 0 -4000px\9
}

.edui-default .edui-menuitem .edui-label {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding-left: 10px
}

.edui-default .edui-state-checked .edui-menuitem-body {
    background: url(data:image/gif;base64,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) no-repeat 6px -205px
}

.edui-default .edui-state-disabled .edui-menuitem-label {
    color: grey
}

.edui-default .edui-toolbar .edui-combox-body .edui-button-body {
    width: 60px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    white-space: nowrap;
    margin: 0 3px 0 0
}

.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
    background: url(http://tjyingchenke.cn/static/img/icons.6ffe01b.png) -741px 0;
    _background: url(http://tjyingchenke.cn/static/img/icons.d6ed19f.gif) -741px 0;
    height: 20px;
    width: 9px
}

.edui-default .edui-toolbar .edui-combox .edui-combox-body {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.edui-default .edui-toolbar .edui-combox-body .edui-splitborder {
    display: none
}

.edui-default .edui-toolbar .edui-combox-body .edui-arrow {
    border-left: 1px solid #ccc
}

.edui-default .edui-toolbar .edui-state-hover .edui-combox-body {
    background-color: #fff5d4;
    border: 1px solid #dcac6c
}

.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
    border-left: 1px solid #dcac6c
}

.edui-default .edui-toolbar .edui-state-checked .edui-combox-body {
    background-color: #ffe69f;
    border: 1px solid #dcac6c
}

.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
    border-left: 1px solid #dcac6c
}

.edui-toolbar .edui-state-disabled .edui-combox-body {
    background-color: #f0f0ee;
    opacity: .3;
    filter: alpha(opacity = 30)
}

.edui-toolbar .edui-state-opened .edui-combox-body {
    background-color: #fff;
    border: 1px solid grey
}

.edui-default .edui-toolbar .edui-button .edui-icon,.edui-default .edui-toolbar .edui-menubutton .edui-icon,.edui-default .edui-toolbar .edui-splitbutton .edui-icon {
    height: 20px!important;
    width: 20px!important;
    background-image: url(http://tjyingchenke.cn/static/img/icons.6ffe01b.png);
    background-image: url(http://tjyingchenke.cn/static/img/icons.d6ed19f.gif)\9
}

.edui-default .edui-toolbar .edui-button .edui-button-wrap {
    padding: 1px;
    position: relative
}

.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
    background-color: #fff5d4;
    padding: 0;
    border: 1px solid #dcac6c
}

.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
    background-color: #ffe69f;
    padding: 0;
    border: 1px solid #dcac6c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
    background-color: #fff;
    padding: 0;
    border: 1px solid grey
}

.edui-default .edui-toolbar .edui-state-disabled .edui-label {
    color: #ccc
}

.edui-default .edui-toolbar .edui-state-disabled .edui-icon {
    opacity: .3;
    filter: alpha(opacity = 30)
}

.edui-default .edui-for-undo .edui-icon {
    background-position: -160px 0
}

.edui-default .edui-for-redo .edui-icon {
    background-position: -100px 0
}

.edui-default .edui-for-bold .edui-icon {
    background-position: 0 0
}

.edui-default .edui-for-italic .edui-icon {
    background-position: -60px 0
}

.edui-default .edui-for-fontborder .edui-icon {
    background-position: -160px -40px
}

.edui-default .edui-for-underline .edui-icon {
    background-position: -140px 0
}

.edui-default .edui-for-strikethrough .edui-icon {
    background-position: -120px 0
}

.edui-default .edui-for-subscript .edui-icon {
    background-position: -600px 0
}

.edui-default .edui-for-superscript .edui-icon {
    background-position: -620px 0
}

.edui-default .edui-for-blockquote .edui-icon {
    background-position: -220px 0
}

.edui-default .edui-for-forecolor .edui-icon {
    background-position: -720px 0
}

.edui-default .edui-for-backcolor .edui-icon {
    background-position: -760px 0
}

.edui-default .edui-for-inserttable .edui-icon {
    background-position: -580px -20px
}

.edui-default .edui-for-autotypeset .edui-icon {
    background-position: -640px -40px
}

.edui-default .edui-for-justifyleft .edui-icon {
    background-position: -460px 0
}

.edui-default .edui-for-justifycenter .edui-icon {
    background-position: -420px 0
}

.edui-default .edui-for-justifyright .edui-icon {
    background-position: -480px 0
}

.edui-default .edui-for-justifyjustify .edui-icon {
    background-position: -440px 0
}

.edui-default .edui-for-insertorderedlist .edui-icon {
    background-position: -80px 0
}

.edui-default .edui-for-insertunorderedlist .edui-icon {
    background-position: -20px 0
}

.edui-default .edui-for-lineheight .edui-icon {
    background-position: -725px -40px
}

.edui-default .edui-for-rowspacingbottom .edui-icon {
    background-position: -745px -40px
}

.edui-default .edui-for-rowspacingtop .edui-icon {
    background-position: -765px -40px
}

.edui-default .edui-for-horizontal .edui-icon {
    background-position: -360px 0
}

.edui-default .edui-for-link .edui-icon {
    background-position: -500px 0
}

.edui-default .edui-for-code .edui-icon {
    background-position: -440px -40px
}

.edui-default .edui-for-insertimage .edui-icon {
    background-position: -726px -77px
}

.edui-default .edui-for-insertframe .edui-icon {
    background-position: -240px -40px
}

.edui-default .edui-for-emoticon .edui-icon {
    background-position: -60px -20px
}

.edui-default .edui-for-spechars .edui-icon {
    background-position: -240px 0
}

.edui-default .edui-for-help .edui-icon {
    background-position: -340px 0
}

.edui-default .edui-for-print .edui-icon {
    background-position: -440px -20px
}

.edui-default .edui-for-preview .edui-icon {
    background-position: -420px -20px
}

.edui-default .edui-for-selectall .edui-icon {
    background-position: -400px -20px
}

.edui-default .edui-for-searchreplace .edui-icon {
    background-position: -520px -20px
}

.edui-default .edui-for-map .edui-icon {
    background-position: -40px -40px
}

.edui-default .edui-for-gmap .edui-icon {
    background-position: -260px -40px
}

.edui-default .edui-for-insertvideo .edui-icon {
    background-position: -320px -20px
}

.edui-default .edui-for-time .edui-icon {
    background-position: -160px -20px
}

.edui-default .edui-for-date .edui-icon {
    background-position: -140px -20px
}

.edui-default .edui-for-cut .edui-icon {
    background-position: -680px 0
}

.edui-default .edui-for-copy .edui-icon {
    background-position: -700px 0
}

.edui-default .edui-for-paste .edui-icon {
    background-position: -560px 0
}

.edui-default .edui-for-formatmatch .edui-icon {
    background-position: -40px 0
}

.edui-default .edui-for-pasteplain .edui-icon {
    background-position: -360px -20px
}

.edui-default .edui-for-directionalityltr .edui-icon {
    background-position: -20px -20px
}

.edui-default .edui-for-directionalityrtl .edui-icon {
    background-position: -40px -20px
}

.edui-default .edui-for-source .edui-icon {
    background-position: -261px 0
}

.edui-default .edui-for-removeformat .edui-icon {
    background-position: -580px 0
}

.edui-default .edui-for-unlink .edui-icon {
    background-position: -640px 0
}

.edui-default .edui-for-touppercase .edui-icon {
    background-position: -786px 0
}

.edui-default .edui-for-tolowercase .edui-icon {
    background-position: -806px 0
}

.edui-default .edui-for-insertrow .edui-icon {
    background-position: -478px -76px
}

.edui-default .edui-for-insertrownext .edui-icon {
    background-position: -498px -76px
}

.edui-default .edui-for-insertcol .edui-icon {
    background-position: -455px -76px
}

.edui-default .edui-for-insertcolnext .edui-icon {
    background-position: -429px -76px
}

.edui-default .edui-for-mergeright .edui-icon {
    background-position: -60px -40px
}

.edui-default .edui-for-mergedown .edui-icon {
    background-position: -80px -40px
}

.edui-default .edui-for-splittorows .edui-icon {
    background-position: -100px -40px
}

.edui-default .edui-for-splittocols .edui-icon {
    background-position: -120px -40px
}

.edui-default .edui-for-insertparagraphbeforetable .edui-icon {
    background-position: -140px -40px
}

.edui-default .edui-for-deleterow .edui-icon {
    background-position: -660px -20px
}

.edui-default .edui-for-deletecol .edui-icon {
    background-position: -640px -20px
}

.edui-default .edui-for-splittocells .edui-icon {
    background-position: -800px -20px
}

.edui-default .edui-for-mergecells .edui-icon {
    background-position: -760px -20px
}

.edui-default .edui-for-deletetable .edui-icon {
    background-position: -620px -20px
}

.edui-default .edui-for-cleardoc .edui-icon {
    background-position: -520px 0
}

.edui-default .edui-for-fullscreen .edui-icon {
    background-position: -100px -20px
}

.edui-default .edui-for-anchor .edui-icon {
    background-position: -200px 0
}

.edui-default .edui-for-pagebreak .edui-icon {
    background-position: -460px -40px
}

.edui-default .edui-for-imagenone .edui-icon {
    background-position: -480px -40px
}

.edui-default .edui-for-imageleft .edui-icon {
    background-position: -500px -40px
}

.edui-default .edui-for-wordimage .edui-icon {
    background-position: -660px -40px
}

.edui-default .edui-for-imageright .edui-icon {
    background-position: -520px -40px
}

.edui-default .edui-for-imagecenter .edui-icon {
    background-position: -540px -40px
}

.edui-default .edui-for-indent .edui-icon {
    background-position: -400px 0
}

.edui-default .edui-for-outdent .edui-icon {
    background-position: -540px 0
}

.edui-default .edui-for-webapp .edui-icon {
    background-position: -601px -40px
}

.edui-default .edui-for-table .edui-icon {
    background-position: -580px -20px
}

.edui-default .edui-for-edittable .edui-icon {
    background-position: -420px -40px
}

.edui-default .edui-for-template .edui-icon {
    background-position: -339px -40px
}

.edui-default .edui-for-delete .edui-icon {
    background-position: -360px -40px
}

.edui-default .edui-for-attachment .edui-icon {
    background-position: -620px -40px
}

.edui-default .edui-for-edittd .edui-icon {
    background-position: -700px -40px
}

.edui-default .edui-for-snapscreen .edui-icon {
    background-position: -581px -40px
}

.edui-default .edui-for-scrawl .edui-icon {
    background-position: -801px -41px
}

.edui-default .edui-for-background .edui-icon {
    background-position: -680px -40px
}

.edui-default .edui-for-music .edui-icon {
    background-position: -18px -40px
}

.edui-default .edui-for-formula .edui-icon {
    background-position: -200px -40px
}

.edui-default .edui-for-aligntd .edui-icon {
    background-position: -236px -76px
}

.edui-default .edui-for-insertparagraphtrue .edui-icon {
    background-position: -625px -76px
}

.edui-default .edui-for-insertparagraph .edui-icon {
    background-position: -602px -76px
}

.edui-default .edui-for-insertcaption .edui-icon {
    background-position: -336px -76px
}

.edui-default .edui-for-deletecaption .edui-icon {
    background-position: -362px -76px
}

.edui-default .edui-for-inserttitle .edui-icon {
    background-position: -286px -76px
}

.edui-default .edui-for-deletetitle .edui-icon {
    background-position: -311px -76px
}

.edui-default .edui-for-aligntable .edui-icon {
    background-position: -440px 0
}

.edui-default .edui-for-tablealignment-left .edui-icon {
    background-position: -460px 0
}

.edui-default .edui-for-tablealignment-center .edui-icon {
    background-position: -420px 0
}

.edui-default .edui-for-tablealignment-right .edui-icon {
    background-position: -480px 0
}

.edui-default .edui-for-drafts .edui-icon {
    background-position: -560px 0
}

.edui-default .edui-for-charts .edui-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABzUlEQVQ4jZWRv4pTQRTGf2fmkk1EkqAY8ggiim8gNgn4DPEJtBJsLG0FsdROBLGwtLyQWoQUsmAlaAp1myVIJjf338wcC3N3EzYr6wcDM8x8v/nOOcJG0+n0LnCHfyjG+Hk0Gn3Ye5mm6dOyLNU5p1mWqXNOnXO6Wq3UOafL5VJns1lI0/T+ti/ZPtR1TZ7nAKgqACKCqqKqDAYDMxwO36Rpyng8fgtgtgEigrUWay3GmJ0lIiwWC6qqMv1+/3Xj3Umw/diYU7aqYq1lMBigqvR6vRPfDqBJsE8iQpL8fV6W5f4eGGPOBZynCye4MGC7doDDH+9x9VeW2TH3br74f4APOe1LBa4o+PLuMZevDPnlTm1nxtjMPcZIjBFVRUQRoG0LrnV/U+dufwLgxOy93+wDwZcEjRAi6j2HeYdnn76Fj99/PjJbRgMQY6Sua6qqoqoqvA8UviCoJ/pAXOcUKuTdqwDdpNPpGGtte71et+fz+ZkmlWXJ2uT4GFAP9WoNwDKPqKpNrLUGMJPJ5LmqvtyU1SQzT17dfnjj1vUHZV4Wq4xETCtR1So7Pmpp8Ejz08HBAa1WywCEEEiSpCkpAdoiYjbgqKpRRHyMsfgDWrD7zzxxYpgAAAAASUVORK5CYII=) no-repeat 2px 3px!important
}

.edui-default .edui-for-inserttitlecol .edui-icon {
    background-position: -673px -76px
}

.edui-default .edui-for-deletetitlecol .edui-icon {
    background-position: -698px -76px
}

.edui-default .edui-for-simpleupload .edui-icon {
    background-position: -380px 0
}

.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow,.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow {
    background: url(http://tjyingchenke.cn/static/img/icons.6ffe01b.png) -741px 0;
    _background: url(http://tjyingchenke.cn/static/img/icons.d6ed19f.gif) -741px 0;
    height: 20px;
    width: 9px
}

.edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body {
    padding: 1px
}

.edui-default .edui-toolbar .edui-splitborder {
    width: 1px;
    height: 20px
}

.edui-default .edui-toolbar .edui-state-hover .edui-splitborder {
    width: 1px;
    border-left: 0 solid #dcac6c
}

.edui-default .edui-toolbar .edui-state-active .edui-splitborder {
    width: 0;
    border-left: 1px solid grey
}

.edui-default .edui-toolbar .edui-state-opened .edui-splitborder {
    width: 1px;
    border: 0
}

.edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body {
    background-color: #fff5d4;
    border: 1px solid #dcac6c;
    padding: 0
}

.edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body {
    background-color: #ffe69f;
    border: 1px solid #dcac6c;
    padding: 0
}

.edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body {
    background-color: #fff;
    border: 1px solid grey;
    padding: 0
}

.edui-default .edui-state-disabled .edui-arrow {
    opacity: .3;
    _filter: alpha(opacity = 30)
}

.edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body {
    background-color: #fff;
    border: 1px solid grey;
    padding: 0
}

.edui-default .edui-for-insertorderedlist .edui-bordereraser,.edui-default .edui-for-insertunorderedlist .edui-bordereraser,.edui-default .edui-for-lineheight .edui-bordereraser,.edui-default .edui-for-rowspacingbottom .edui-bordereraser,.edui-default .edui-for-rowspacingtop .edui-bordereraser {
    background-color: #fff
}

.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,.edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon,.edui-default .edui-for-lineheight .edui-popup-body .edui-icon,.edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,.edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon {
    background-image: none
}

.edui-default .edui-popup {
    z-index: 3000;
    background-color: #fff;
    width: auto;
    height: auto
}

.edui-default .edui-popup .edui-shadow {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.edui-default .edui-popup-content {
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.2);
    box-shadow: 0 3px 4px rgba(0,0,0,.2);
    background-clip: padding-box;
    padding: 5px;
    background: #fff
}

.edui-default .edui-popup .edui-bordereraser {
    background-color: #fff;
    height: 3px
}

.edui-default .edui-menu .edui-bordereraser {
    height: 3px
}

.edui-default .edui-anchor-topleft .edui-bordereraser {
    left: 1px;
    top: -2px
}

.edui-default .edui-anchor-topright .edui-bordereraser {
    right: 1px;
    top: -2px
}

.edui-default .edui-anchor-bottomleft .edui-bordereraser {
    left: 0;
    bottom: -6px;
    height: 7px;
    border-left: 1px solid grey;
    border-right: 1px solid grey
}

.edui-default .edui-anchor-bottomright .edui-bordereraser {
    right: 0;
    bottom: -6px;
    height: 7px;
    border-left: 1px solid grey;
    border-right: 1px solid grey
}

.edui-popup div {
    width: auto;
    height: auto
}

.edui-default .edui-editor-messageholder {
    display: block;
    width: 150px;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
    right: 3px
}

.edui-default .edui-message {
    min-height: 10px;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.5);
    padding: 0;
    margin-bottom: 3px;
    position: relative
}

.edui-default .edui-message-body {
    border-radius: 3px;
    padding: 8px 15px 8px 8px;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5
}

.edui-default .edui-message-type-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.edui-default .edui-message-type-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.edui-default .edui-message-type-danger,.edui-default .edui-message-type-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.edui-default .edui-message .edui-message-closer {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.edui-default .edui-message .edui-message-content {
    font-size: 10pt;
    word-wrap: break-word;
    word-break: normal
}

.edui-default .edui-dialog {
    z-index: 2000;
    position: absolute
}

.edui-dialog div {
    width: auto
}

.edui-default .edui-dialog-wrap {
    margin-right: 6px;
    margin-bottom: 6px
}

.edui-default .edui-dialog-fullscreen-flag {
    margin-right: 0;
    margin-bottom: 0
}

.edui-default .edui-dialog-body {
    position: relative;
    padding: 2px 0 0 2px;
    _zoom: 1
}

.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body {
    padding: 0
}

.edui-default .edui-dialog-shadow {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box
}

.edui-default .edui-dialog-foot {
    background-color: #fff
}

.edui-default .edui-dialog-titlebar {
    height: 26px;
    border-bottom: 1px solid #c6c6c6;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAfCAIAAACpqzA1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2Mjk5RTk2OTdERTExRTA5Q0I4RDUyMDBFRTQ5QUNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2Mjk5RTk3OTdERTExRTA5Q0I4RDUyMDBFRTQ5QUNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjYyOTlFOTQ5N0RFMTFFMDlDQjhENTIwMEVFNDlBQ0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjYyOTlFOTU5N0RFMTFFMDlDQjhENTIwMEVFNDlBQ0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7MIQ/jAAAAIElEQVR42mL+//8/EwMDAwZGFoexkWlcGJ88mhxAgAEAda08BB2XYREAAAAASUVORK5CYII=) repeat-x bottom;
    position: relative;
    cursor: move
}

.edui-default .edui-dialog-caption {
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    padding-left: 5px
}

.edui-default .edui-dialog-draghandle {
    height: 26px
}

.edui-default .edui-dialog-closebutton {
    position: absolute!important;
    right: 5px;
    top: 3px
}

.edui-default .edui-dialog-closebutton .edui-button-body {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(data:image/gif;base64,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) no-repeat 0 -59px
}

.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body {
    background: url(data:image/gif;base64,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) no-repeat 0 -89px
}

.edui-default .edui-dialog-foot {
    height: 40px
}

.edui-default .edui-dialog-buttons {
    position: absolute;
    right: 0
}

.edui-default .edui-dialog-buttons .edui-button {
    margin-right: 10px
}

.edui-default .edui-dialog-buttons .edui-button .edui-button-body {
    background: url(data:image/gif;base64,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) no-repeat;
    height: 24px;
    width: 96px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    cursor: default
}

.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body {
    background: url(data:image/gif;base64,R0lGODlheAAOAfcAAAAAAP///8zMzP7+/v39/fz8/Pv7+/r6+vj4+Pf39/X19fT09MOuifv5+/79/vz7/Pn5+/7+//39/vz8/fv7/PX2+PDz+Pb4+83S2djd48/U2uzw9cvR2MnP1uvv8+nt8fL1+PDz9u/z9uzw8+To6+Lm6env8+bs8PD1+O3y9fL2+Pb4+fX4+fD19vn7+/3+/vv8/Pn7+f3+/f7+/fv40vv41Pn32vr1yvn0yfr2zfr2zvv30vn10/v31fn11Pv31vn22PrzxfnyxPr0yfv1zfr1zvv20fn00fnxwvrzxvnyx/rzzPnz0Pnz0vr00/r12YJ7Vvnvv/nwwPrxxPnwxvryyfrzzvv00frz0/r01fv11/jtvvnwyPnxzvry0Id9WP/vuP/xwPnsvfjrvPntwfnuxfnvy/rxzuvjxvPs0f/qqf/rrP/sr//tsv/utf/vu//wvfnqu/nrvuDVsvvwzfvx0f/hjv/ikf/jk//klv/kmf/lnP/mn//nov/opYp+Wvjmtfjouvjpvfjpv/vvy/ntyvvvzdPJrfvx1fDnzY+BXvfjs/jmuPjnu/jpw/jqx/nrydHGq/vv0e3r5unn4ufl4JOEYfjjtvjktvjluPjluvjnwtzNrPztyvvsy+XawPzw1tPMvd7Yy/bRhvfhtPfhtffitvfjuffjuvjlvffkvsq6m76wlbmsk9HDqPzszdbPwfb08O/t6cSwjPfgtreniffhutrHpvfivcKylPfjv/jkwLytk7mrkffkw86/o/fmxunZu7yvl7uulsi7o/zt0fzu1Mi9qODXx9rSxObJm/fguffjwuTBjuTDkObHl+bHmPfs2+K6heO+iuGye+G2gN+rcuCudvbm1vz7+v79/fn5+fb29vLy8vDw8O3t7enp6efn5+Tk5OLi4t/f393d3dnZ2dbW1tXV1dPT09DQ0M3NzcrKysfHx8LCwr+/v7u7u7a2tqKioo2NjYiIiHZ2dm5ubmxsbGZmZmFhYV5eXlpaWlZWVlVVVTg4OP///yH5BAEAAP8ALAAAAAB4AA4BAAj/AP/9GwDO3DoBCBMqXMiwocOHECNKXLjOHLgBAjNq3Mix479t58Z1GxCgpMmTKFOqXMmypcuXKAd0G3dum8ebNwmgCzegp8+fQIMKHUq0qNGjRsOhI4CzqUZw45BKnUq1KtVx4JxqPTfSqtevYI92O6fV6boCBNKqXcu2rdu3cOPKnUu3wLqyTQXQ3cu3r9+/AvDiFFCgsOHDiBMrXsy4sePHkAsHFuxRgIHLmDNr3sy5s+fPoEOLvjyZMkfLo1OrXs06dGnTGgUcmE27tu3buHPr3s27t+/Zr2ELlP27uPHjyHsHFy5gm/Pn0KNLn069uvXr2LM7Xw5bAILv4MOL/x9Pvrz58+jTq//O3bT39fDjy5+fvj1lAQny69/Pv7///wAGKOCABOZnn2D4Fajgggw2OOCBeAnAzYQUVmjhhRhmqOGGHHbo4YQQlrXOAgqUaOKJKKao4oostujiizAucJdwGqHzDYw45qjjjjp+gw6NGolTzgJEFmnkkUgmqeSSTDbp5JPliANkRgmkM86TWGap5ZZYjpNOAlMKtE036ZQDDpdopqlmkt+Uk043NoVpAAIL0DTRnXjmqSdE6FyJgAFhBirooIQWauihiCaq6KKMNuroo5BGKumklCZKADK/zMLAppx26umnoIYq6qiklurpLL8gw9SgsazCCRo+1P9Aw6y01mrrrbjmquuuvPZKaw0+oMHJKrEIms0qc/ywgxE65ODss9BGK+201FZr7bXYPquDETv8MMcq2QSKDCc9GFHEDegOgcO67Lbr7rvwxivvvPTSOwS6NxRhRA+cIBPoL2jsQMQNQyQRxMEIJ6zwwgw37PDDEEeMcBL3EmEEGr8EOssRRQyhhBBIhCzyyCSXbPLJKKes8sokC6HEEEU0MUugDFyxRBVTICHFzjz37PPPQAct9NBEF+0zElNUscQVDNBsRRVUIBHF1FRXbfXVWGet9dZcd401ElRUYUXTYTLQBRdlkBHFFmy37fbbcMct99x0123321GQUQYXXZD/PSUDdKBNxhZiFG744YgnrvjijDfu+OOIb6E3F3T4DSQDZqS9xRicd+7556CHLvropJdueuiSl2GG5TRinrYcccQu++y012777bjnrvvutsuh9+o0F/LIIILEEcjxyCev/PLMN+/889BHr3wcggzySCGsC8cAJI4QHwgj4Icv/vjkl2/++einr/74gVTvCCTZw7a9I4I0sv79+OevP/qNCPJ+/KZhwCM2kQpNZAITCEygAhfIwAY68IEQjKAEF5gJTaRiE48AIGUESEBNYOISIAyhCEdIwhKa8IQoTKEKR4gJC2JQg4LhYCpOYYpSlIIUOMyhDnfIwx768IdADKIQ/0lhQ1Oc4oIZ1BgwfKEKVNTQhkOMohSnSEUc2rAUpkCFKnzhi5mFaRXBAMYucEHDJ9LijGhMoxrXyMY2uvGNcHRjEY2Ii10AIxirCFQybrFEXeDCFssIpCAHSchCGvKQiEykIhcpSFvgQhe+AMYtkhEoBbiqj7jIpCY3yclOevKToAylKEfJSUgCY1jcCNQ2ZLGKW4SRi75ghixnScta2vKWuMylLne5S1je8RarkEWcpjSnbiTjF6ZKpjKXycxRrSIZ3fhTpaZJzWpa85rYzKY2t8nNbnrzm4TyBjnU4Q54uGMd5PAGOLEpjnegQxwLOMACxIGOd0hpndQsBzvCof+YcLCjHPislDjY8Q3GfIMd9wwopLzxDn42JhzvUKdCH+Umw/CDH2q5qGHKNNFHCUAchtmHPvZBAJHuwzDiCFFHBfWOBRiGAPnQh0zzQQDDLOAdK20UPA7wUpjmg6Y1LcwB4JFTRr2jGy/NBz6WSlPDdAOnRVUUQg2jj6UOYKn6QCk7oqooc6jDMPi4h1rugQ/DqMMcXE3UN+AB0saIAx7fSGuiyNGOgi7mG+0gh1y72o62IkYc7UDrXhVFDnioQxxI7YY41AEPvQ52UQVhBzziAQ92WOSxmM2sZjfL2c569rOgDa1oR0va0pr2tKhN7WMnkYxjsKIWrDhGMiahWsH/iEIYh/hEGmyQhk8cQhiiqK1WYJELNNjgCUBILhBsgIZcwEK4OBFFLhIBhCz4gAfY9UEWgJCIXAQXuhyZxDDQUF0nHIEJ6D2CE7aLhmHQFrwagUUknpCFJkABClbI732bkIUnROK58M3IMT6hBSx44QtfgMISoIBgL2BBC584RoAzwos0IKIOZ6DDHxD8hT/Q4Qx1QEQaeDFhgdQCERc2BB0I8YcWE4IOhggxImpR4n/wIhGIkIQhWKyIHv+BEIaQBCISQeISE+MTOTbEH3rcCR8HGRGfIEaNYeEKUOhYEZbohJYtoYggg8IVAJ4wJVrxCWMU4xWv8ISa0VwMY3yi/xWUqPE/klFcM6P5zm1uLiXl/I9Q5KLMxQh0oN2ci1DwOSPJaIUrgpEIYyQiGK5oxZ4PLZBKhIIYvahFL4gRikpQ+tOgDrWoR03qUpv61KhOtapXvdkSYKADsI61rGfdAQyUAL4kyAAMYGISGGTg1tDVAAR4fRIYYAC8HSA2SjqAbGWfhNnQTXZMIkCSlkBbuB3wSQB6UpIIePvb4Pb2tWub7WpvOwIBQLe1kT0AalP7J+GO97hV24F398TeRpl3arP97hf0xN8vCLjAB/4CfaO2Aw5wQMB7oo0XaCPfyFa4xCUwgxdQfAYYz7jGDX7aDqRlBhIggAxC/gIZmPzkKP+XAcdN24GQh5wAEoj5XFZeWo+vReYTkAvNSWvztOQ85wSYgNCHTvQJ7Hy0PU8LWmqqc2QXYAJoKQzUi051o4NXAyuQOtRhwPXGbOPY0M01Ah4gdApQ4AEwYAwCfo1rDdD67bHWAAlYTfe62/3ueM+73idaAg7AHe4cKMGqhFuCDJzg8IhPvOIRz3boYuADJoi85CdPecl/gAPI9oDmN8/5znf+6KLtwAZGT/rSm970oA9tB1LA+taPYAMjaL3sZZ960K6+9SLYgAhEMPvep6D2n+1ACEKAguKHwALHH77ylz984Hu2Ay0AQQikH4IWDB8E2M++9kHg/M52IPsq2L7/+Lfffc52QAXoT7/617/+8m+2AxWoAAvmzwL5y5/++Ke/+zXbgQv4//8r4H8rMIAEWIArsH+Z1QEECAEDyIAMaIAGiICY1QEQgAAVaIEQcIHnIYGP1QHikYEDiB4cOFgUmIEmeIIoiIIjuFcdYHYm6AImaHYyOINmt4Jy1QEwGAMusIMQAIMpqIJXVwGXQQEQYAA76AKfgQBgJ1y5lgANcIINgISdkQCNF3Zu93e0Jnd7t4Vc2IVe+IVgCIbRAA3OUIZmeIZoaIbPEA3gpQyLEAZwGIdyOIdxCAjPAF7NQId6qIfNgIdw8IeAGIiCKIh9CF3T8AaImIiKuIiLOA3g/zUNYBCJkjiJlEiJjmiIbpCJmriJnMiJlyhc0tAGojiKpFiKpSgN4CUNbLCKrNiKruiKqAhd0rAGtFiLtniLtxiLwlUNatCLvviLwAiM1QBe1eAHxniMyJiMyTiM0FUNffCM0BiN0iiNzChc1MAH2JiN2riN20gN4EUNexCO4jiO5EiO3ghd1KAH6riO7NiO7XiOwnUNeTCP9FiP9miP1wBe8niP/HiP+Qhd14AHAjmQBFmQBfmP8XgHCrmQDNmQDYmQtUUNo2AHFFmRFnmRFTkK8Fhb2FAN1vCRIBmSIgmS1IANYXiSKJmSKrmSLIla80APqIYO/dAOqHYP9ZBKpoPWDvxAk6IWVxmBDzc5avZgDwrwD/Ewk6QmD/xQD+KgD/VgavfQD/yAlKWWDlP5lKc2DzuZajDZkl75lWAZlmI5lmRZlmZ5lmiZlmq5ll/pD6rmD26JanAZl6Y2l3RJanMpl3dZanvJln75l4AZmII5mIRZmIZ5mIiZmIq5mIzZmNkUEAA7) no-repeat 0 -30px
}

.edui-default .edui-dialog iframe {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top
}

.edui-default .edui-dialog-modalmask {
    opacity: .3;
    filter: alpha(opacity = 30);
    background-color: #ccc;
    position: absolute
}

.edui-default .edui-dialog-dragmask {
    position: absolute;
    background-color: transparent;
    cursor: move
}

.edui-default .edui-dialog-content {
    position: relative
}

.edui-default .dialogcontmask {
    cursor: move;
    visibility: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity = 0)
}

.edui-default .edui-for-link .edui-dialog-content {
    width: 420px;
    height: 200px;
    overflow: hidden
}

.edui-default .edui-for-background .edui-dialog-content {
    width: 440px;
    height: 280px;
    overflow: hidden
}

.edui-default .edui-for-template .edui-dialog-content {
    width: 630px;
    height: 390px;
    overflow: hidden
}

.edui-default .edui-for-scrawl .edui-dialog-content {
    width: 515px;
    *width: 506px;
    height: 360px
}

.edui-default .edui-for-spechars .edui-dialog-content {
    width: 620px;
    height: 500px;
    *width: 630px;
    *height: 570px
}

.edui-default .edui-for-insertimage .edui-dialog-content {
    width: 650px;
    height: 400px;
    overflow: hidden
}

.edui-default .edui-for-webapp .edui-dialog-content {
    width: 560px;
    _width: 565px;
    height: 450px;
    overflow: hidden
}

.edui-default .edui-for-insertframe .edui-dialog-content {
    width: 350px;
    height: 200px;
    overflow: hidden
}

.edui-default .edui-for-wordimage .edui-dialog-content {
    width: 620px;
    height: 380px;
    overflow: hidden
}

.edui-default .edui-for-attachment .edui-dialog-content {
    width: 650px;
    height: 400px;
    overflow: hidden
}

.edui-default .edui-for-gmap .edui-dialog-content,.edui-default .edui-for-map .edui-dialog-content {
    width: 550px;
    height: 400px
}

.edui-default .edui-for-insertvideo .edui-dialog-content {
    width: 590px;
    height: 390px
}

.edui-default .edui-for-anchor .edui-dialog-content {
    width: 320px;
    height: 60px;
    overflow: hidden
}

.edui-default .edui-for-searchreplace .edui-dialog-content {
    width: 400px;
    height: 220px
}

.edui-default .edui-for-help .edui-dialog-content {
    width: 400px;
    height: 420px
}

.edui-default .edui-for-edittable .edui-dialog-content {
    width: 540px;
    _width: 590px;
    height: 335px
}

.edui-default .edui-for-edittip .edui-dialog-content {
    width: 225px;
    height: 60px
}

.edui-default .edui-for-edittd .edui-dialog-content {
    width: 240px;
    height: 50px
}

.edui-default .edui-for-snapscreen .edui-dialog-content {
    width: 400px;
    height: 220px
}

.edui-default .edui-for-music .edui-dialog-content {
    width: 515px;
    height: 360px
}

.edui-default .edui-for-paragraph .edui-listitem-label {
    font-family: Tahoma,Verdana,Arial,Helvetica
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p {
    font-size: 22px;
    line-height: 27px
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
    font-weight: bolder;
    font-size: 32px;
    line-height: 36px
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
    font-weight: bolder;
    font-size: 27px;
    line-height: 29px
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
    font-weight: bolder;
    font-size: 19px;
    line-height: 23px
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
    font-weight: bolder;
    font-size: 16px;
    line-height: 19px
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
    font-weight: bolder;
    font-size: 13px;
    line-height: 16px
}

.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
    font-weight: bolder;
    font-size: 12px;
    line-height: 14px
}

.edui-default .edui-for-inserttable .edui-splitborder {
    display: none
}

.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
    width: 0
}

.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder {
    border-left: 1px solid transparent
}

.edui-default .edui-tablepicker .edui-infoarea {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    width: 220px;
    margin-bottom: 3px;
    clear: both
}

.edui-default .edui-tablepicker .edui-infoarea .edui-label {
    float: left
}

.edui-default .edui-dialog-buttons .edui-label {
    line-height: 24px
}

.edui-default .edui-tablepicker .edui-infoarea .edui-clickable {
    float: right
}

.edui-default .edui-tablepicker .edui-pickarea {
    background: url(data:image/gif;base64,R0lGODlhFgAWAKECAPj4+Onp6f///////yH5BAEKAAIALAAAAAAWABYAAAJAlI+pFu0P3wmg2otBm7nbzXgeKFDAiaYqaaouyr6yFnCzG99rHepp7jsBg0NfUXe8JWdLGSsChUyiVN7iis1mCwA7) repeat;
    height: 220px;
    width: 220px
}

.edui-default .edui-tablepicker .edui-pickarea .edui-overlay {
    background: url(data:image/gif;base64,R0lGODlhFgAWAKECAN3q+8PZ/////////yH5BAEKAAIALAAAAAAWABYAAAJAlI+pFu0P3wmg2otBm7nbzXgeKFDAiaYqaaouyr6yFnCzG99rHepp7jsBg0NfUXe8JWdLGSsChUyiVN7iis1mCwA7) repeat
}

.edui-default .edui-colorpicker-topbar {
    height: 27px;
    width: 200px
}

.edui-default .edui-colorpicker-preview {
    height: 20px;
    border: 1px inset #000;
    margin-left: 1px;
    width: 128px;
    float: left
}

.edui-default .edui-colorpicker-nocolor {
    float: right;
    margin-right: 1px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    border: 1px solid #333;
    padding: 3px 5px;
    cursor: pointer
}

.edui-default .edui-colorpicker-tablefirstrow {
    height: 30px
}

.edui-default .edui-colorpicker-colorcell {
    width: 14px;
    height: 14px;
    display: block;
    margin: 0;
    cursor: pointer
}

.edui-default .edui-colorpicker-colorcell:hover {
    width: 14px;
    height: 14px;
    margin: 0
}

.edui-default .edui-colorpicker-advbtn {
    display: block;
    text-align: center;
    cursor: pointer;
    height: 20px
}

.arrow_down {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGQjQ3OEMwN0NDODExRTI4OUJGRjUwM0M3RjVENkQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGQjQ3OEMxN0NDODExRTI4OUJGRjUwM0M3RjVENkQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZCNDc4QkU3Q0M4MTFFMjg5QkZGNTAzQzdGNUQ2RDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZCNDc4QkY3Q0M4MTFFMjg5QkZGNTAzQzdGNUQ2RDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SflEeAAACwElEQVR42ozUy08TURQG8O/cefVBJTS4ICgLTFyxEELiBmNiRFHX6MY/xv9HTHSDGmNSKGJidGNI3LGAAIkiGIG287rHb0pF+pRZtXNnfvece75WFp+9CcJYxxshrlhFzfOwc6kge/j/5SUJRhKLKas6oRYHxmDDVaBkeVOABRiRWKVycIL1clG3B2FhqKNRinm+/9AAk8Q/8/Mvl4uOGJRdF7NQjJ+oGeOCj5qtlAs9US+MtBwluM+OnoiR6USRpoIvsFpzqddZ2FYC3TSCCQ96uwExNeVKN3qKxXiQYYZYXU3ArlZyxlY8R3ecqTtPaeE4SaE8h1Hf4DJEJmPIUAKpsZXDvIffPbCZOkzAzas8riVftGohO1nLKds99FO8ixTG8um8sTMs8lZDBVmlTsOusYJaB+Zzvco+nhdYHZ1mJxnIgpD4vvyE6Gu+hPNoqGLqVoYlha+K+Q5sqWjs6khed8nwK9TlQ5Jw7mFEAwh9D22oEOXyWEqYB36VmEtsNatsyNjqcKCHKY8q65StH2WgH8cYj6LTHAYBvrdQyVC2epP+dWYsIgZi61llJceuFV2thQlmB+YwTKXCsH7Ke3aZaHamec/ItRa2SexVyfBMxTbqERYulkNFgBTVnGffsnpwgzkIhwd8zYtdCZyzAT2+cA6PLe8CH3zXvrQJvrl8uuBg1xVNuckjYosc0I3OHLqs7oTqBgtZZnvDHMQ0B5ZFRo6IFhVrvP9xKKcFVj5C7F4Lm25OG81pv+Dm64mavUE5nCOqPAKUXN5UPSZ2N2vzDOuXQ15xEMh+3xyqlCSG18phOyb/sPMgz5yoLwfM5oVz2Im1gdqNDsxhL6wN7IH2zWE/rAv8i/JKMpST6MphAPteU932HRWHesMaHQg2tRSIYrW+K/v8tZ/lMCfY4o4/YlU3yf70XKQe2jz8EWAADJ4lpkvXDvIAAAAASUVORK5CYII=) no-repeat 50%
}

.arrow_up {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQzVGNkYzRkRBN0NFMjExOEM5OUU4NEY1MENGNDA0OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGM0VFQzBEQjdGMEExMUUyODEyMDlGQTcyNTg1NTkzRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGM0VFQzBEQTdGMEExMUUyODEyMDlGQTcyNTg1NTkzRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQzVGNkYzRkRBN0NFMjExOEM5OUU4NEY1MENGNDA0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQzVGNkYzRkRBN0NFMjExOEM5OUU4NEY1MENGNDA0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnQLhIUAAAKjSURBVHjalJVNTxRBEIarenpmlsWDMfFgVBI/joYEEy4ISmKihosH8L/4l9QrYUE8GCQxIQY86IFEPQjEYBSy7PdMT5Vvs7jOfrBCJ5vZmel6uqr66V2ee16insHOUSC4hgEzMV12SmMB7iOr23hWS5ymUciYQtobbAND/cNSlmRMKfGtlpo5SzrOKgEWWmfWlWKB9zFLaGBo/zhelQMeq6t5iKh5y3QTHxKhG2mKd6SLccQHmJb2AR0inBo/Kz+uAzaLV08LrHdiJJMqRaHhcRFdSFKfnS4Ngg7K8C9sAbCpERKHRXdSZsmIbxeM3AWUAEUlWuqF2lNgzwCbAayF4M2AaVXZpE3lx7jeG/kHpV6oHQJLELRlmF5EIZU00wtOuQKoEJuZLqjqShzzLw+1HZgAxn2wl2FIb9DfqnP6czQQrqHfgEInMw3oxDE0IyhAy9bSbw+8gmZMYU/mC9Qp8yNgr0JLr51wgIBxa+BhINtGaL0iRgFFmJlBTyeUtIw+70LeDxYaXCWjs6MmmwSklcus1HDmYkPNo7yHcSgrIK1VM6PwVCKiSa+VqI6hF58tgousqni4h/59M4aWooBWm5kporwHgzwcCWURe/wuU2plQj/wXUMmvzGZLcS0i4nLbGjDMn9HaZ9qjkdR1vQwDwFdSoXetxx9VSSFRHaxZsXGIe+hhCPQ/SlslFt8qdqG/ddDv/tBTF+kfbrKfqssyAlufLp82OBrNTH3T2C9HibYiCe9HnpoIeRDcBiVqj05u3pQZ+9hHubV2ex4KFp0GZeHeYgMU3tUV3+W21J3e9iB+ZPQbNJ+kcXV2x7SCfTMHm7lYbmzugPo2w70HB4OglEXVAydy8PTfu/yUFSWnMlD9OJwCKwDxb/AGlzs8vCPAAMAeiAYhN36U88AAAAASUVORK5CYII=) no-repeat 50%
}

.edui-colorpicker-adv {
    position: relative;
    overflow: hidden;
    height: 180px;
    display: none
}

.edui-colorpicker-hue,.edui-colorpicker-plant {
    border: 1px solid #666
}

.edui-colorpicker-pad {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: red;
    overflow: hidden;
    cursor: crosshair
}

.edui-colorpicker-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(http://tjyingchenke.cn/static/img/tangram-colorpicker.c58df79.png) -160px -200px
}

.edui-colorpicker-padDot {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(http://tjyingchenke.cn/static/img/tangram-colorpicker.c58df79.png) 0 -200px repeat-x;
    z-index: 1000
}

.edui-colorpicker-sliderMain {
    position: absolute;
    left: 171px;
    top: 13px;
    width: 19px;
    height: 152px;
    background: url(http://tjyingchenke.cn/static/img/tangram-colorpicker.c58df79.png) -179px -12px no-repeat
}

.edui-colorpicker-slider {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.edui-colorpicker-thumb {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: #fff;
    opacity: .8
}

.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body {
    font-size: 12px;
    margin-bottom: 3px;
    clear: both
}

.edui-default .edui-autotypesetpicker-body table {
    border-collapse: separate;
    border-spacing: 2px
}

.edui-default .edui-autotypesetpicker-body td {
    font-size: 12px;
    word-wrap: break-word
}

.edui-default .edui-autotypesetpicker-body td input {
    margin: 3px 3px 3px 4px;
    *margin: 1px 0 0 0
}

.edui-default .edui-cellalignpicker .edui-cellalignpicker-body {
    width: 70px;
    font-size: 12px;
    cursor: default
}

.edui-default .edui-cellalignpicker-body table {
    border-collapse: separate;
    border-spacing: 0
}

.edui-default .edui-cellalignpicker-body td {
    padding: 1px
}

.edui-default .edui-cellalignpicker-body .edui-icon {
    height: 20px;
    width: 20px;
    padding: 1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASQAAABDCAMAAAACoYiIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXpQTFRF/v7+eJPS/f39+Pj4/P3+8/PziMLnsdHln87sisbtyOLzYKzc8PDw6fP68/n8eJTSeJPR+vr6+/v7+fn5/Pz8iqLOiaHOhp/PeJTRfZjQ9vr98vLy9fr99PT09/v97PX7+vz9g57PeZTShqDPc7bhZa/dxd/x+/3+hJ3P9fn9jsjt6vT7qNPue5bSuNXo9fX1e5XRiaDPiKHOgpvPkcntgpzQfJfQmczs9vb2eZXRh5/Pgr/lk8rtfJfR+fv98fj8cLTg7vb76fL4hcDmvNjrnM3s5/H3i8ftttTo9/f3/v7//v//4vH7zOTzarLevdnsudbpd7ni0uj14fD58fHxoc/sbbPf8/j8jMft1Oj2w97vwNzutdPnm83sv9vterrj/f7+fbzjutfof73kz+b0o9Lxdbfh4vD55PH6ksfox+Dy+vz+1+z51ur2l8vslcvtaLDeutfqnc7slczvs9Lm8Pf8wt3vb7Tfi6POCXLT+vv88fX8////////dKOG+gAAAH50Uk5T//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AzD7mcgAABMlJREFUeNrsm2dTG0kQhoWCsy02OAkFzgZjDAbfGRvu4ADnnHPOOeBsnzT+79b27O709Fp10yq5ykV1f3yfri7p/UKhpyb3vVezcGMNnRsL3ZBnV1bQufIM1pnk9JPVdJ6chnUmyfWspDMNRadxphvy4s2pnD2n3ryAdSb5+Dpz/fVHWGeS3pX0UuXoqJfdkEMni3ROHoJ1JjmmBtbZM6COwTqTRCV9swd9cQ7ZkcuTMJ/bAbtMMnt/hIQj92dhnUmuq8skvKyuwzqTRCVtbOLZiKrgkPYXJiGqgkNmi4MkHCzGVfDILjVAwgG1C9aZJCppU7NlprkJVcEhN/MhCcP8TdhlkkfFeRLOFx/BOpO0vzAJURUcEpX0V7P1XzKt5p+oCg75kvdJ6Oe/wC6TPBipk7A+8gDWmWRKlUhYUlOwziRRSdut6v5BVXDIrdAjoRfegl0mufeqQsLKq3uwziRTqkbCWloFi0Qlbbaq24yq4JC7YUDCILwLu0xyYXCUhKODF2CdSebUJAkn1RysM0lU0h9WdTtRFRxyzi+QsOCfg10meTp/jYTX5p/COpPMqRkSzqRVsEhU0t64Op3uQ1XsjfYTliUJA3LYL5BDBf8w7GqCD1FiDrXJUH2BHFqoD8G6JvgQJeZQmyypzCdSS7CuifWJCEGfSC1FJW1VqDq1FVXBIe/9EyQ84b+HXSZZrH8m4ef6IqwzyVsVkDBQb2GdSaKS9lvpv6gKDjnvzZBwxjsPu0xytXKAhAcqV2GdSaaVR0JPTcM6k0Ql7bHS3agKDpnwJkk46U3ALpOcrTZI2KiehXUmmVY+Cf20ChaJStpm/T/3N6qCQ44HNRLWguOwyyTvqg0SNqrvYJ1J7qiQhKG6A+tMEpW0pb+vvKXc155yf19fP6ri/0i5bMjtoETWS8Ft2HUg6aE2GR4dI+tjo8Ow7kDSQ21yRIVkPVRHYN2BpIfapHe/AnzyaiV7at6nbshwZWy9PWOVuAoe+aDydNQHWGeS3pX08GhQsCc4+rAbMvS4usGe6uP4Dz2PjF/K/DZ0aRzWmaR3JR2cWEln4mA35OLXtXS+XoR1Jnk+vorO+HNYZ5LelbSMR0qSkqQkKWl5liTeTbybeDfxbuLdxLv9Zt4NpcSuORPt0HBo2zVnoh0aDm275ky0Q8OhbdecSezdkEMhds2ZaIeGQ9uuORPt0HBo2zVnoh0aDm275kxi74aqI3bNmWiHhkPbrjkT7dBwaNs1Z6IdGg5tu+ZMYu+GqiN2zZloh4ZD2645E+3QcGjbNWeiHRoObbvmTHLGobU6eDdHYhxaq4N3cyTGobU6eDdHYhxaq4N3cySxdzMGL2vXEvYz76YZ8m74ELVr5lDWuyWHUu+GD1G7Zg5lvVtyKPVu+BC1a+ZQ1rslh8S7iXcT7ybeTbybeDfxbuLdZEQESElSkpQk3k28m3g38W7i3cS7iXcT7/abezd57ybv3eS9W0fyS967mbdryK45E/TezbxdQ3bNmaD3bubtGrJrzgS9dzNv15Bdcyby3s39vRsyeBm7lhq8n3i32OAZ74YPUbtmDmW9W3Io9W74ELVr5lDWuyWHUu+GD1G7Zg5lvVtySLybeDfxbuLdxLuJd1uW3u2HAAMAVJdfb5U9aMEAAAAASUVORK5CYII=)
}

.edui-default .edui-cellalignpicker-body .edui-left {
    background-position: 0 0
}

.edui-default .edui-cellalignpicker-body .edui-center {
    background-position: -25px 0
}

.edui-default .edui-cellalignpicker-body .edui-right {
    background-position: -51px 0
}

.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left {
    background-position: -73px 0
}

.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center {
    background-position: -98px 0
}

.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right {
    background-position: -124px 0
}

.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
    background-position: -146px 0;
    background-color: #f1f4f5
}

.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
    background-position: -245px 0
}

.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
    background-position: -271px 0
}

.edui-default .edui-toolbar .edui-separator {
    width: 2px;
    height: 20px;
    margin: 2px 4px 2px 3px;
    background: url(http://tjyingchenke.cn/static/img/icons.6ffe01b.png) -181px 0;
    background: url(http://tjyingchenke.cn/static/img/icons.d6ed19f.gif) -181px 0\9
}

.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump {
    position: absolute;
    overflow: hidden;
    bottom: 1px;
    left: 1px;
    width: 18px;
    height: 4px
}

.edui-default .edui-for-emotion .edui-icon {
    background-position: -60px -20px
}

.edui-default .edui-for-emotion .edui-popup-content iframe {
    width: 514px;
    height: 380px;
    overflow: hidden
}

.edui-default .edui-for-emotion .edui-popup-content {
    position: relative;
    z-index: 555
}

.edui-default .edui-for-emotion .edui-splitborder {
    display: none
}

.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow {
    width: 0
}

.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder {
    border-left: 1px solid transparent
}

.edui-default .edui-hassubmenu .edui-arrow {
    height: 20px;
    width: 20px;
    float: right;
    background: url(data:image/gif;base64,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) no-repeat 10px -233px
}

.edui-default .edui-menu-body .edui-menuitem {
    padding: 1px
}

.edui-default .edui-menuseparator {
    margin: 2px 0;
    height: 1px;
    overflow: hidden
}

.edui-default .edui-menuseparator-inner {
    border-bottom: 1px solid #e2e3e3;
    margin-left: 29px;
    margin-right: 1px
}

.edui-default .edui-menu-body .edui-state-hover {
    padding: 0!important;
    background-color: #fff5d4;
    border: 1px solid #dcac6c
}

.edui-default .edui-shortcutmenu {
    padding: 2px;
    width: 190px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px
}

.edui-default .edui-wordpastepop .edui-popup-content {
    border: none;
    padding: 0;
    width: 54px;
    height: 21px
}

.edui-default .edui-pasteicon {
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANIAAABDCAYAAADpo1ukAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVGNzVCRTM3NThCRDExRTJBRUU5Q0NFNjU4MDkyNDAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVGNzVCRTM4NThCRDExRTJBRUU5Q0NFNjU4MDkyNDAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUY3NUJFMzU1OEJEMTFFMkFFRTlDQ0U2NTgwOTI0MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUY3NUJFMzY1OEJEMTFFMkFFRTlDQ0U2NTgwOTI0MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4LZ7gtAAAVuUlEQVR42uxdDZQV1X3/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);
    background-position: 0 0
}

.edui-default .edui-pasteicon.edui-state-opened {
    background-position: 0 -34px
}

.edui-default .edui-pastecontainer {
    position: relative;
    visibility: hidden;
    width: 97px;
    background: #fff;
    border: 1px solid #ccc
}

.edui-default .edui-pastecontainer .edui-title {
    font-weight: 700;
    background: #f8f8ff;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 5px
}

.edui-default .edui-pastecontainer .edui-button {
    overflow: hidden;
    margin: 3px 0
}

.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon,.edui-default .edui-pastecontainer .edui-button .edui-richtxticon,.edui-default .edui-pastecontainer .edui-button .edui-tagicon {
    float: left;
    cursor: pointer;
    width: 29px;
    height: 29px;
    margin-left: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANIAAABDCAYAAADpo1ukAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVGNzVCRTM3NThCRDExRTJBRUU5Q0NFNjU4MDkyNDAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVGNzVCRTM4NThCRDExRTJBRUU5Q0NFNjU4MDkyNDAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUY3NUJFMzU1OEJEMTFFMkFFRTlDQ0U2NTgwOTI0MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUY3NUJFMzY1OEJEMTFFMkFFRTlDQ0U2NTgwOTI0MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4LZ7gtAAAVuUlEQVR42uxdDZQV1X3/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);
    background-repeat: no-repeat
}

.edui-default .edui-pastecontainer .edui-button .edui-richtxticon {
    margin-left: 0;
    background-position: -109px 0
}

.edui-default .edui-pastecontainer .edui-button .edui-tagicon {
    background-position: -148px 1px
}

.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon {
    background-position: -72px 0
}

.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
    background-position: -109px -34px
}

.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon {
    background-position: -148px -34px
}

.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon {
    background-position: -72px -34px
}

.push_video_player[data-v-31d000b0] {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
    border: 0;
    outline: none;
    background: #000
}

.push_video_player[data-v-31d000b0] .video-js {
    height: 100%;
    width: 100%
}

.push_video_player[data-v-31d000b0] .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.push_video_player[data-v-31d000b0] .video-js .vjs-control-bar {
    background-color: #212426;
    border-bottom: 1px solid hsla(0,0%,100%,.03);
    padding: 10px 0;
    height: calc(3em + 20px)
}

@font-face {
    font-family: iconfont;
    src: url(http://tjyingchenke.cn/static/fonts/iconfont.56fa8fb.ttf) format("truetype")
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-liebiao1:before {
    content: "\E61E"
}

.icon-internet:before {
    content: "\E975"
}

.icon-icons_edit:before {
    content: "\E621"
}

.icon-shezhi:before {
    content: "\E817"
}

.icon-huati1:before {
    content: "\E8C4"
}

.icon-dianzan1:before {
    content: "\E60F"
}

.icon-wodepinglun:before {
    content: "\E61C"
}

.icon-xianxingicon-11:before {
    content: "\E61D"
}

.icon-xiaoxi1:before {
    content: "\E6AD"
}

.icon-16:before {
    content: "\E625"
}

.icon-aixin1:before {
    content: "\E60E"
}

.icon-renyuan:before {
    content: "\E794"
}

.icon-pinglun-1:before {
    content: "\E633"
}

.icon-huati:before {
    content: "\E65A"
}

.icon-xinfeng:before {
    content: "\E604"
}

.icon-faxian1:before {
    content: "\E620"
}

.icon-204yonghu_yonghu5:before {
    content: "\E63D"
}

.icon-riqi:before {
    content: "\E61B"
}

.icon-setting:before {
    content: "\E60C"
}

.icon-tianjia:before {
    content: "\E61A"
}

.icon-tuichu:before {
    content: "\E631"
}

.icon-xiangshang:before {
    content: "\E600"
}

.icon-shipinshangchuan_Linear:before {
    content: "\E679"
}

.icon-qianbao:before {
    content: "\E609"
}

.icon-faxian:before {
    content: "\E60B"
}

.icon-bangzhu:before {
    content: "\E618"
}

.icon-zuopin:before {
    content: "\E601"
}

.icon-dingdan:before {
    content: "\E64B"
}

.icon-shouji54:before {
    content: "\E660"
}

.icon-jf-play:before {
    content: "\E616"
}

.icon-jubao:before {
    content: "\E608"
}

.icon-xiazai:before {
    content: "\E86F"
}

.icon-dianzan:before {
    content: "\E613"
}

.icon-shang:before {
    content: "\E62E"
}

.icon-pinglun1:before {
    content: "\E696"
}

.icon-time:before {
    content: "\E62B"
}

.icon-shouye:before {
    content: "\E6C9"
}

.icon-like-fill:before {
    content: "\EB54"
}

.icon-shouji:before {
    content: "\E607"
}

.icon-yanzhengma:before {
    content: "\E6AF"
}

.icon-shuaxin:before {
    content: "\E8B9"
}

.icon-xiangzuo:before {
    content: "\E639"
}

.icon-xiangyou1:before {
    content: "\E60D"
}

.icon-liulan1:before {
    content: "\E615"
}

.icon-xiaoxi:before {
    content: "\E6EB"
}

.icon-YUAN:before {
    content: "\EBF9"
}

.icon-liebiao:before {
    content: "\E779"
}

.icon-fahuoshijian:before {
    content: "\E70B"
}

.icon-zan:before {
    content: "\E65F"
}

.icon-caidan:before {
    content: "\E611"
}

.icon-plus:before {
    content: "\E644"
}

.icon-liulan:before {
    content: "\E816"
}

.icon-xie:before {
    content: "\E627"
}

.icon-fenxiang:before {
    content: "\E612"
}

.icon-gengduo:before {
    content: "\E65D"
}

.icon-shaixuan1:before {
    content: "\E614"
}

.icon-sousuo:before {
    content: "\E606"
}

.icon-zuo:before {
    content: "\E617"
}

.icon-lajitong:before {
    content: "\E619"
}

.icon-guanbi:before {
    content: "\E695"
}

.icon-renwuzhongxin-huodepinglun:before {
    content: "\E605"
}

.icon-pinglun:before {
    content: "\E60A"
}

.icon-bqxin:before {
    content: "\E68B"
}

.icon-xin:before {
    content: "\E610"
}

.icon-jia:before {
    content: "\E659"
}

.icon-you:before {
    content: "\E603"
}

@font-face {
    font-family: Politica;
    src: url(http://tjyingchenke.cn/static/fonts/politicaregular.598ba88.ttf)
}

* {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-family: "\5FAE\8F6F\96C5\9ED1,Arial,sans-serif"
}

*,h3,p {
    /*margin: 0*/
}

body {
    background: #fff;
    min-width: 100%
}

.width {
    width: 1300px
}

.select_style {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: 662px;
    z-index: 102
}

.select_style .style_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select_style .style_main .item {
    text-align: center;
    width: 90px;
    padding: 8px 0;
    font-size: 14px;
    cursor: pointer;
    color: #808594;
    line-height: 23px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #fff;
    margin-bottom: 8px;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    overflow: hidden
}

.select_style .style_main .item:hover {
    opacity: .9
}

.select_style .style_main .item span {
    display: inline-block;
    font-size: 13px;
    margin-right: 3px
}

.select_style .style_main .item.active {
    color: #1980ab;
    position: relative;
    z-index: 1
}

.select_style .style_main .item.app {
    padding: 10px 10px 4px;
    font-size: 12px
}

.select_style .style_main .item.app img {
    display: block;
    width: 100%
}

.select_style .style_main .item.top {
    font-size: 20px;
    font-weight: 700
}

@media screen and (min-width: 1600px) {
    body {
        min-width:1500px
    }

    .width {
        width: 1460px
    }

    .select_style {
        margin-left: 714px
    }
}

.container {
    margin: 0 auto
}

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

.Line2 {
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2
}

.Line2,.Line3 {
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    display: -moz-box;
    box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
    overflow: hidden
}

.Line3 {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3
}

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

.block {
    display: block;
}

.button-active:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .9!important
}

a {
    text-decoration: none
}

input {
    outline: none
}

input::-ms-clear,input::-ms-reveal {
    display: none
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type=search]::-ms-clear {
    display: none
}

input[type=file] {
    font-size: 0
}

.domain_text {
    width: 170px!important
}

.default_text,.domain_text {
    color: #8590a6
}

li {
    list-style: none
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

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

.title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title h3 {
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px
}

.title img {
    height: 22px
}

.title ._right {
    color: #8590a6;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer
}

.title ._right i {
    font-size: 18px;
    margin-left: 10px
}

.mytitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mytitle h3 {
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 19px
}

.page {
    width: 500px;
    margin: 0 auto
}

.page .van-pagination__item {
    min-width: 60px!important;
    color: #1980ab!important
}

.page .van-pagination__item--active,.page .van-pagination__item:active {
    color: #fff!important;
    background-color: #1980ab!important
}

.page .van-pagination__item--disabled,.page .van-pagination__item--disabled:active {
    color: #646566!important;
    background: #f7f8fa!important
}

.page .van-pagination__next,.page .van-pagination__prev {
    color: #595959!important
}

.van-list__error-text,.van-list__finished-text,.van-list__loading {
    line-height: 61px!important
}

.van-loading__text {
    font-size: 15px!important
}

.dy-from {
    background: #f9f9f9;
    padding: 10px 9px;
    margin-top: 5px;
    margin-bottom: 12px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.dy-from img {
    border-radius: 4px;
    height: 25px;
    width: 40px;
    margin-right: 7.5px
}

.dy-from .from-text {
    font-size: 14px;
    color: #7d8797;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dy-from .from-icon {
    margin-left: 6px;
    font-size: 14px;
    color: #cfcfcf
}

.common-layer-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.common-layer-btn a {
    margin-left: 22px;
    line-height: 37px;
    border: 1px solid #ececec;
    color: #666;
    padding: 0 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px
}

.common-layer-btn a.active {
    background: #1980ab;
    border: 1px solid #1980ab;
    color: #fff
}

.app-down {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-down img {
    width: 100px
}

.app-down ._info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 22px;
    width: 1px
}

.app-down ._info h3 {
    font-size: 17px
}

.app-down ._info p {
    font-size: 15px;
    color: #999;
    margin-top: 10px
}

.common-author-info ._head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px
}

.common-author-info ._head>img {
    border-radius: 6px;
    display: block;
    width: 70px;
    height: 70px
}

.common-author-info ._head ._info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.common-author-info ._head ._info h3 {
    font-size: 17px;
    line-height: 26px;
    color: #000
}

.common-author-info ._head ._info h3 i {
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    border: 1px solid #1980ab;
    color: #1980ab;
    margin-left: 16px;
    display: inline-block;
    line-height: 21px;
    padding: 0 8px;
    border-radius: 4px;
    margin-top: -2px;
    vertical-align: middle
}

.common-author-info ._head ._info p {
    font-size: 15px;
    line-height: 24px;
    color: #999;
    margin-top: 5px
}

.common-author-info ._data {
    margin-top: 23px;
    padding-top: 23px;
    border-top: 1px solid #f3f3f3
}

.common-author-info ._data ._item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.common-author-info ._data ._item h3 {
    font-size: 19px
}

.common-author-info ._data ._item span {
    color: #999;
    font-size: 15px;
    margin-bottom: 10px;
    display: block
}

.common-author-info ._btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 25px;
    padding-bottom: 10px
}

.common-author-info ._btn a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #8590a6;
    border: 1px solid #8590a6;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer
}

.common-author-info ._btn a.active {
    color: #fff;
    background: #1980ab;
    border-color: #1980ab;
    margin-right: 20px
}

.common-author-info ._btn a.active:hover {
    background: #04b6b7
}

.common-author-info ._btn a i {
    margin-right: 10px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle
}

.help-dd div p {
    margin-bottom: 7px
}

.help-dd div img {
    max-width: 70%
}

.ucenterPadding {
    padding-left: 45px
}

.ucenterTitle,.ucenterTitle ._left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.ucenterTitle ._left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    cursor: pointer;
    color: #333
}

.ucenterTitle ._left i {
    display: block;
    margin-right: 8px;
    font-size: 16px
}

.ucenterTitle ._left h3 {
    display: block;
    font-weight: 400;
    font-size: 17px
}

.share-a-layer {
    padding: 10px 20px;
    font-size: 15px;
    width: 250px;
    line-height: 24px;
    color: #666
}

.share-a-layer img {
    display: block;
    width: 90%;
    margin: 10px auto
}

.mobileLook {
    padding: 10px
}

.mobileLook img {
    display: block;
    width: 140px
}

.catalogue {
    margin: 22px 0 0
}

.catalogue ul {
    margin-top: 15px
}

.catalogue ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    cursor: pointer
}

.catalogue ul li:last-child {
    margin-bottom: 0
}

.catalogue ul li .catat-left {
    width: 40px;
    height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalogue ul li .catat-left .catat-icon {
    width: 19px;
    height: 19px;
    opacity: .6
}

.catalogue ul li .catat-left .catat-tag {
    font-size: 11px;
    background: #a51a1a;
    color: #fff;
    line-height: 20px;
    border-radius: 4px;
    font-weight: 300;
    width: 36px;
    text-align: center
}

.catalogue ul li .catat-title {
    font-size: 15px;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    margin-right: 12px;
    color: #889299;
    line-height: 24px;
    font-weight: 400
}

.catalogue ul li .catat-title.active {
    color: #d01d1d;
    font-weight: 700
}

.catalogue ul li .catat-time {
    color: #676f74;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}

.video-share {
    width: 240px;
    padding: 16px
}

.video-share p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 13px;
    color: #ff641b
}

.video-share div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-share div img {
    display: block;
    margin: 0 13px;
    width: 43px;
    cursor: pointer;
    border-radius: 50%
}

.article,.video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.article.video,.video.video {
    /*margin-bottom: 20px*/
}

.article .video_main,.video .video_main {
    background: #1c1f21;
    width: 100%;
    margin-bottom: 30px
}

.article .video_main>.width,.video .video_main>.width {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article .video_main>.width ._video,.video .video_main>.width ._video {
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 65vh;
    min-height: 750px;
    width: 100%
}

.article .video_main>.width ._video>._left,.video .video_main>.width ._video>._left {
    position: relative;
    width: 76%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article .video_main>.width ._video>._left .videoAttr,.video .video_main>.width ._video>._left .videoAttr {
    background: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.article .video_main>.width ._video>._left .videoAttr .video-player,.article .video_main>.width ._video>._left .videoAttr .video-player .video-js,.video .video_main>.width ._video>._left .videoAttr .video-player,.video .video_main>.width ._video>._left .videoAttr .video-player .video-js {
    height: 100%;
    width: 100%
}

.article .video_main>.width ._video>._left .videoAttr .video-player .video-js .vjs-big-play-button,.video .video_main>.width ._video>._left .videoAttr .video-player .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.article .video_main>.width ._video>._left .videoAttr .video-player .video-js .vjs-control-bar,.video .video_main>.width ._video>._left .videoAttr .video-player .video-js .vjs-control-bar {
    background-color: #212426;
    border-bottom: 1px solid hsla(0,0%,100%,.03);
    padding: 10px 0;
    height: calc(3em + 20px)
}

.article .video_main>.width ._video>._left .videoAttr .no-buy-video,.video .video_main>.width ._video>._left .videoAttr .no-buy-video {
    background: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.article .video_main>.width ._video>._left .videoAttr .no-buy-video .videoTry-text,.video .video_main>.width ._video>._left .videoAttr .no-buy-video .videoTry-text {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px
}

.article .video_main>.width ._video>._left .videoAttr .no-buy-video .videoTry-desc,.video .video_main>.width ._video>._left .videoAttr .no-buy-video .videoTry-desc {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
    opacity: .8
}

.article .video_main>.width ._video>._left .videoAttr .no-buy-video div,.video .video_main>.width ._video>._left .videoAttr .no-buy-video div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.article .video_main>.width ._video>._left .videoAttr .no-buy-video div .videoTry-btn,.video .video_main>.width ._video>._left .videoAttr .no-buy-video div .videoTry-btn {
    background: #e3b54c;
    border: 1px solid #e3b54c;
    color: #fff;
    line-height: 36px;
    padding: 0 26px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 22px;
    cursor: pointer
}

.article .video_main>.width ._video>._left ._video_button,.video .video_main>.width ._video>._left ._video_button {
    background: #212426;
    height: 59px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 23px
}

.article .video_main>.width ._video>._left ._video_button .good,.video .video_main>.width ._video>._left ._video_button .good {
    cursor: pointer;
    font-size: 15px;
    color: rgba(230,233,240,.45)
}

.article .video_main>.width ._video>._left ._video_button .good img,.video .video_main>.width ._video>._left ._video_button .good img {
    vertical-align: middle;
    width: 25px;
    margin-top: -2px;
    margin-right: 12px
}

.article .video_main>.width ._video>._left ._video_button .good.active,.article .video_main>.width ._video>._left ._video_button .good:hover,.video .video_main>.width ._video>._left ._video_button .good.active,.video .video_main>.width ._video>._left ._video_button .good:hover {
    color: #ff7350
}

.article .video_main>.width ._video>._left ._video_button .a,.video .video_main>.width ._video>._left ._video_button .a {
    color: rgba(230,233,240,.45);
    font-size: 14px;
    margin-left: 20px
}

.article .video_main>.width ._video>._left ._video_button .a.cur,.video .video_main>.width ._video>._left ._video_button .a.cur {
    cursor: pointer
}

.article .video_main>.width ._video>._left ._video_button .a.cur:hover,.video .video_main>.width ._video>._left ._video_button .a.cur:hover {
    color: #ff7350
}

.article .video_main>.width ._video>._left ._video_button .a i,.video .video_main>.width ._video>._left ._video_button .a i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px
}

.article .video_main>.width ._video>._right,.video .video_main>.width ._video>._right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    background: #212426;
    padding: 10px 30px 0;
    overflow-y: auto
}

.article .video_main>.width ._video>._right::-webkit-scrollbar,.video .video_main>.width ._video>._right::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.article .video_main>.width ._video>._right::-webkit-scrollbar-thumb,.article .video_main>.width ._video>._right::-webkit-scrollbar-track,.video .video_main>.width ._video>._right::-webkit-scrollbar-thumb,.video .video_main>.width ._video>._right::-webkit-scrollbar-track {
    border-radius: 999px;
    border: 0 solid transparent
}

.article .video_main>.width ._video>._right::-webkit-scrollbar-track,.video .video_main>.width ._video>._right::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px hsla(0,0%,39.2%,.2) inset;
    box-shadow: inset 1px 1px 5px hsla(0,0%,39.2%,.2)
}

.article .video_main>.width ._video>._right::-webkit-scrollbar-thumb,.video .video_main>.width ._video>._right::-webkit-scrollbar-thumb {
    min-height: 0;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px hsla(0,0%,39.2%,.5) inset;
    box-shadow: inset 0 0 0 5px hsla(0,0%,39.2%,.5)
}

.article .video_main>.width ._video>._right::-webkit-scrollbar-corner,.video .video_main>.width ._video>._right::-webkit-scrollbar-corner {
    background: transparent
}

.article .video_main>.width ._video>._right .common-author-info ._head img,.video .video_main>.width ._video>._right .common-author-info ._head img {
    border-radius: 50%
}

.article .video_main>.width ._video>._right .common-author-info ._head ._info h3,.video .video_main>.width ._video>._right .common-author-info ._head ._info h3 {
    color: #fff
}

.article .video_main>.width ._video>._right .common-author-info ._head ._info h3 i,.video .video_main>.width ._video>._right .common-author-info ._head ._info h3 i {
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    border: 1px solid #1980ab;
    color: #1980ab;
    margin-left: 16px;
    display: inline-block;
    line-height: 21px;
    padding: 0 8px;
    border-radius: 4px;
    margin-top: -2px;
    vertical-align: middle
}

.article .video_main>.width ._video>._right .common-author-info ._head ._info p,.video .video_main>.width ._video>._right .common-author-info ._head ._info p {
    color: #676f74
}

.article .video_main>.width ._video>._right .common-author-info ._data,.video .video_main>.width ._video>._right .common-author-info ._data {
    padding-top: 15px;
    border-top: 1px solid #2c2f31
}

.article .video_main>.width ._video>._right .common-author-info ._data ._item h3,.video .video_main>.width ._video>._right .common-author-info ._data ._item h3 {
    color: #acbac3
}

.article .video_main>.width ._video>._right .common-author-info ._data ._item span,.video .video_main>.width ._video>._right .common-author-info ._data ._item span {
    color: #676f74
}

.article .video_main>.width ._video>._right .recommend,.video .video_main>.width ._video>._right .recommend {
    margin: 25px 0 30px
}

.article .video_main>.width ._video>._right .recommend ul,.video .video_main>.width ._video>._right .recommend ul {
    margin-top: 16px
}

.article .video_main>.width ._video>._right .recommend ul li,.video .video_main>.width ._video>._right .recommend ul li {
    margin-bottom: 18px
}

.article .video_main>.width ._video>._right .recommend ul li .a,.video .video_main>.width ._video>._right .recommend ul li .a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article .video_main>.width ._video>._right .recommend ul li .a img,.video .video_main>.width ._video>._right .recommend ul li .a img {
    width: 130px;
    height: 70px;
    border-radius: 3px;
    display: block
}

.article .video_main>.width ._video>._right .recommend ul li .a span,.video .video_main>.width ._video>._right .recommend ul li .a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    padding-left: 20px;
    font-size: 15px;
    color: #889299;
    line-height: 23px
}

.article .video_main>.width ._video-info,.video .video_main>.width ._video-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0
}

.article .video_main>.width ._video-info ._left,.video .video_main>.width ._video-info ._left {
    width: 76%
}

.article .video_main>.width ._video-info ._left .video_info,.video .video_main>.width ._video-info ._left .video_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article .video_main>.width ._video-info ._left .video_info .left_info,.video .video_main>.width ._video-info ._left .video_info .left_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

.article .video_main>.width ._video-info ._left .video_info .left_info ._title,.video .video_main>.width ._video-info ._left .video_info .left_info ._title {
    color: #acbac3;
    font-size: 26px;
    line-height: 40px;
    font-weight: 400
}

.article .video_main>.width ._video-info ._left .video_info .left_info ._title i,.video .video_main>.width ._video-info ._left .video_info .left_info ._title i {
    background: -webkit-gradient(linear,left top,left bottom,from(#fb5b63),to(#ff7838));
    background: linear-gradient(180deg,#fb5b63,#ff7838);
    color: #fff;
    padding: 0 11px;
    font-size: 15px;
    margin-right: 10px;
    line-height: 26px;
    height: 26px;
    border-radius: 100px;
    vertical-align: middle;
    margin-top: -4px;
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

.article .video_main>.width ._video-info ._left .video_info .left_info ._desc,.video .video_main>.width ._video-info ._left .video_info .left_info ._desc {
    color: #676f74;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 8px
}

.article .video_main>.width ._video-info ._left .video_info .down_url,.video .video_main>.width ._video-info ._left .video_info .down_url {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 45px;
    margin-left: 50px;
    cursor: pointer;
    border-bottom: 2px solid #c78d37;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article .video_main>.width ._video-info ._left .video_info .down_url:hover,.video .video_main>.width ._video-info ._left .video_info .down_url:hover {
    opacity: .9
}

.article .video_main>.width ._video-info ._left .video_info .down_url img,.video .video_main>.width ._video-info ._left .video_info .down_url img {
    width: 22px
}

.article .video_main>.width ._video-info ._left .video_info .down_url span,.video .video_main>.width ._video-info ._left .video_info .down_url span {
    margin-left: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #c78d37
}

.article .video_main>.width ._video-info ._left .video_info .down_url b,.video .video_main>.width ._video-info ._left .video_info .down_url b {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #c78d37;
    margin-left: 10px
}

.article .video_main>.width ._video-info ._left .article-talk,.video .video_main>.width ._video-info ._left .article-talk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

.article .video_main>.width ._video-info ._left .article-talk a,.video .video_main>.width ._video-info ._left .article-talk a {
    line-height: 23px;
    margin-right: 15px;
    margin-bottom: 12px;
    font-weight: 300;
    color: #7d858a;
    background: hsla(0,0%,100%,.08);
    padding: 1px 12px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer
}

.article .video_main>.width ._video-info ._right,.video .video_main>.width ._video-info ._right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px
}

.article .video_main>.width ._video-info ._right ._down,.video .video_main>.width ._video-info ._right ._down {
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 3px
}

.article .video-container,.video .video-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto
}

.article .video-container>._left,.video .video-container>._left {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px
}

.article .video-container>._left ._tab,.video .video-container>._left ._tab {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 25px;
    width: 520px
}

.article .video-container>._left ._tab ._item,.video .video-container>._left ._tab ._item {
    line-height: 39px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 17px
}

.article .video-container>._left ._tab ._item.active,.video .video-container>._left ._tab ._item.active {
    background: #fff;
    border-radius: 5px;
    font-weight: 700
}

.article .video-container>._left .video-inStroduce img,.video .video-container>._left .video-inStroduce img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.article .video-container>._right,.video .video-container>._right {
    width: 370px;
    margin-left: 36px
}

.article .video-container>._right .sticky,.video .video-container>._right .sticky {
    position: sticky;
    top: 80px
}

.article .video-container>._right .sticky .recommend,.video .video-container>._right .sticky .recommend {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 5px
}

.article .video-container>._right .sticky .recommend ul,.video .video-container>._right .sticky .recommend ul {
    margin-top: 13px
}

.article .video-container>._right .sticky .recommend ul li,.video .video-container>._right .sticky .recommend ul li {
    margin-bottom: 18px;
    float: left;
    width: calc(50% - 8px)
}

.article .video-container>._right .sticky .recommend ul li:nth-child(2n),.video .video-container>._right .sticky .recommend ul li:nth-child(2n) {
    margin-left: 16px
}

.article .video-container>._right .sticky .recommend ul li .a,.video .video-container>._right .sticky .recommend ul li .a {
    display: block
}

.article .video-container>._right .sticky .recommend ul li .a img,.video .video-container>._right .sticky .recommend ul li .a img {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px
}

.article .video-container>._right .sticky .recommend ul li .a span,.video .video-container>._right .sticky .recommend ul li .a span {
    display: block;
    font-size: 14px;
    color: #333
}

.article .video-container>._right .sticky .app-down,.video .video-container>._right .sticky .app-down {
    border: 1px solid #f3f3f3
}

.article .a-big-title,.video .a-big-title {
    line-height: 30px;
    font-size: 16px;
    color: #71777d;
    background: #f6f8fb;
    border-bottom: 1px solid #f2f2f2
}

.article .a-big-title p,.video .a-big-title p {
    padding: 10px;
    margin: 0 auto
}

.article .container>._left,.video .container>._left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    border-radius: 5px;
    background: #fff
}

.article .container>._left .a-content,.video .container>._left .a-content {
    padding: 30px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.article .container>._left .a-content>._left,.video .container>._left .a-content>._left {
    text-align: center;
    width: 100px;
    margin-right: 35px;
    padding-right: 30px;
    border-right: 1px solid #ececec;
    height: 720px;
    position: sticky;
    top: 100px
}

.article .container>._left .a-content>._left .through,.video .container>._left .a-content>._left .through {
    position: relative
}

.article .container>._left .a-content>._left .through:after,.video .container>._left .a-content>._left .through:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0
}

.article .container>._left .a-content>._left .year,.video .container>._left .a-content>._left .year {
    color: #000;
    font-family: Politica
}

.article .container>._left .a-content>._left .year span,.video .container>._left .a-content>._left .year span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    font-size: 21px;
    font-family: Politica
}

.article .container>._left .a-content>._left .md,.video .container>._left .a-content>._left .md {
    font-size: 34px;
    line-height: 1.5;
    color: #000;
    font-family: Politica
}

.article .container>._left .a-content>._left .time,.video .container>._left .a-content>._left .time {
    font-size: 20px;
    color: #000;
    font-family: Politica;
    margin-bottom: 25px
}

.article .container>._left .a-content>._left .class,.video .container>._left .a-content>._left .class {
    font-size: 12px;
    color: #999
}

.article .container>._left .a-content>._left .share-group,.video .container>._left .a-content>._left .share-group {
    padding-top: 10px
}

.article .container>._left .a-content>._left .share-group li,.video .container>._left .a-content>._left .share-group li {
    width: 40px;
    height: 40px;
    margin: 14px auto 0;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    border-radius: 50%
}

.article .container>._left .a-content>._left .share-group li.wx_session,.video .container>._left .a-content>._left .share-group li.wx_session {
    background-image: url(http://tjyingchenke.cn/static/img/cmgame_sdk_dialog_share_wechat_dis.03c11e8.png)
}

.article .container>._left .a-content>._left .share-group li.wx_session:hover,.video .container>._left .a-content>._left .share-group li.wx_session:hover {
    background-image: url(data:image/png;base64,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)
}

.article .container>._left .a-content>._left .share-group li.wx_friends,.video .container>._left .a-content>._left .share-group li.wx_friends {
    background-image: url(http://tjyingchenke.cn/static/img/cmgame_sdk_dialog_share_wechat_circle_dis.d75b613.png)
}

.article .container>._left .a-content>._left .share-group li.wx_friends:hover,.video .container>._left .a-content>._left .share-group li.wx_friends:hover {
    background-image: url(data:image/png;base64,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)
}

.article .container>._left .a-content>._left .share-group li.qzone,.video .container>._left .a-content>._left .share-group li.qzone {
    background-image: url(http://tjyingchenke.cn/static/img/cmgame_sdk_dialog_share_qzone_dis.28d5bdf.png)
}

.article .container>._left .a-content>._left .share-group li.qzone:hover,.video .container>._left .a-content>._left .share-group li.qzone:hover {
    background-image: url(data:image/png;base64,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)
}

.article .container>._left .a-content>._left .share-group li.qq,.video .container>._left .a-content>._left .share-group li.qq {
    display: none;
    background-image: url(http://tjyingchenke.cn/static/img/cmgame_sdk_dialog_share_qq_dis.9ffe90b.png)
}

.article .container>._left .a-content>._left .share-group li.qq:hover,.video .container>._left .a-content>._left .share-group li.qq:hover {
    background-image: url(data:image/png;base64,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)
}

.article .container>._left .a-content>._left .share-group li.link,.video .container>._left .a-content>._left .share-group li.link {
    background-image: url(http://tjyingchenke.cn/static/img/link_dis.225ba04.png)
}

.article .container>._left .a-content>._left .share-group li.link:hover,.video .container>._left .a-content>._left .share-group li.link:hover {
    background-image: url(http://tjyingchenke.cn/static/img/link.83ef523.png)
}

.article .container>._left .a-content>._left .share-group.share-money li,.video .container>._left .a-content>._left .share-group.share-money li {
    margin-top: 10px
}

.article .container>._left .a-content>._left .commit,.video .container>._left .a-content>._left .commit {
    position: relative;
    margin-top: 15px
}

.article .container>._left .a-content>._left .commit i,.video .container>._left .a-content>._left .commit i {
    font-size: 40px;
    color: #666;
    cursor: pointer
}

.article .container>._left .a-content>._left .commit b,.video .container>._left .a-content>._left .commit b {
    position: absolute;
    top: -5px;
    right: 0;
    background: #f30;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 0 6px;
    border-radius: 10px;
    line-height: 18px
}

.article .container>._left .a-content>._left .ar-back,.video .container>._left .a-content>._left .ar-back {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 13px auto 0;
    border-radius: 50%;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    font-size: 22px;
    color: #bebebe
}

.article .container>._left .a-content>._left ._report,.video .container>._left .a-content>._left ._report {
    cursor: pointer;
    font-size: 14px;
    color: #868686;
    line-height: 29px;
    margin-top: 13px;
    display: block
}

.article .container>._left .a-content>._right,.video .container>._left .a-content>._right {
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.article .container>._left .a-content>._right .article-talk,.video .container>._left .a-content>._right .article-talk {
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article .container>._left .a-content>._right .article-talk a,.video .container>._left .a-content>._right .article-talk a {
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #4b4b4b;
    background: #f6f8fa;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer
}

.article .container>._left .a-content>._right .a-h3,.video .container>._left .a-content>._right .a-h3 {
    font-size: 32px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px
}

.article .container>._left .a-content>._right .a-h3 i,.video .container>._left .a-content>._right .a-h3 i {
    background: -webkit-gradient(linear,left top,left bottom,from(#fb5b63),to(#ff7838));
    background: linear-gradient(180deg,#fb5b63,#ff7838);
    color: #fff;
    padding: 0 11px;
    font-size: 17px;
    margin-right: 15px;
    line-height: 26px;
    height: 26px;
    border-radius: 100px;
    vertical-align: middle;
    margin-top: -2px;
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

.article .container>._left .a-content>._right .a-h3 b,.video .container>._left .a-content>._right .a-h3 b {
    border: 1px solid #1980ab;
    color: #1980ab;
    padding: 0 11px;
    font-size: 14px;
    margin-right: 15px;
    line-height: 26px;
    height: 26px;
    border-radius: 100px;
    vertical-align: middle;
    margin-top: -2px;
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

.article .container>._left .a-content>._right .pre-read,.video .container>._left .a-content>._right .pre-read {
    margin-bottom: 25px
}

.article .container>._left .a-content>._right .pre-read .pre-head,.video .container>._left .a-content>._right .pre-read .pre-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.article .container>._left .a-content>._right .pre-read .pre-head .pre-left,.video .container>._left .a-content>._right .pre-read .pre-head .pre-left {
    font-weight: 700;
    font-size: 37.5px;
    color: #446565;
    line-height: 37.5px
}

.article .container>._left .a-content>._right .pre-read .pre-head .pre-right,.video .container>._left .a-content>._right .pre-read .pre-head .pre-right {
    color: #446565;
    line-height: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 12.5px;
    font-size: 17px;
    font-weight: 300
}

.article .container>._left .a-content>._right .pre-read .pre-border,.video .container>._left .a-content>._right .pre-read .pre-border {
    height: 2px;
    width: 100px;
    background: #e6e6e6;
    margin-top: 10px;
    border-radius: 5px
}

.article .container>._left .a-content>._right ._content,.video .container>._left .a-content>._right ._content {
    line-height: 37px;
    font-size: 17px;
    color: #444
}

.article .container>._left .a-content>._right ._content p,.video .container>._left .a-content>._right ._content p {
    margin-bottom: 12px
}

.article .container>._left .a-content>._right ._content img,.video .container>._left .a-content>._right ._content img {
    max-width: 100%
}

.article .container>._left .a-content>._right .ard-upbottom,.video .container>._left .a-content>._right .ard-upbottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.article .container>._left .a-content>._right .ard-upbottom .ard-item,.video .container>._left .a-content>._right .ard-upbottom .ard-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ececec;
    padding: 9px 32px;
    border-radius: 50px;
    cursor: pointer
}

.article .container>._left .a-content>._right .ard-upbottom .ard-item .ard-left,.video .container>._left .a-content>._right .ard-upbottom .ard-item .ard-left {
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px
}

.article .container>._left .a-content>._right .ard-upbottom .ard-item .ard-right,.video .container>._left .a-content>._right .ard-upbottom .ard-item .ard-right {
    font-size: 15px;
    line-height: 20px
}

.article .container>._left .a-content>._right .ard-upbottom .ard-item.disabled .ard-left,.article .container>._left .a-content>._right .ard-upbottom .ard-item.disabled .ard-right,.video .container>._left .a-content>._right .ard-upbottom .ard-item.disabled .ard-left,.video .container>._left .a-content>._right .ard-upbottom .ard-item.disabled .ard-right {
    color: #c5c5c5
}

.article .container>._left .a-content>._right .no-buy,.video .container>._left .a-content>._right .no-buy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(80%,#fff));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 70px
}

.article .container>._left .a-content>._right .no-buy .nob-icon,.video .container>._left .a-content>._right .no-buy .nob-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    line-height: 50px;
    cursor: pointer
}

.article .container>._left .a-content>._right .no-buy .nob-text,.video .container>._left .a-content>._right .no-buy .nob-text {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    line-height: 50px;
    cursor: pointer
}

.article .container>._right,.video .container>._right {
    margin-left: 35px;
    width: 315px
}

.article .container>._right .author-this,.video .container>._right .author-this {
    background: #fff;
    border-radius: 5px;
    padding-top: 19px
}

.article .container>._right .sticky,.video .container>._right .sticky {
    position: sticky;
    top: 80px
}

.article .container>._right .sticky .recommend,.video .container>._right .sticky .recommend {
    background: #fff;
    border-radius: 5px;
    padding: 19px 0 5px
}

.article .container>._right .sticky .recommend ul,.video .container>._right .sticky .recommend ul {
    margin-top: 13px
}

.article .container>._right .sticky .recommend ul li,.video .container>._right .sticky .recommend ul li {
    margin-bottom: 18px;
    float: left;
    width: calc(50% - 8px)
}

.article .container>._right .sticky .recommend ul li:nth-child(2n),.video .container>._right .sticky .recommend ul li:nth-child(2n) {
    margin-left: 16px
}

.article .container>._right .sticky .recommend ul li .a,.video .container>._right .sticky .recommend ul li .a {
    display: block
}

.article .container>._right .sticky .recommend ul li .a img,.video .container>._right .sticky .recommend ul li .a img {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px
}

.article .container>._right .sticky .recommend ul li .a span,.video .container>._right .sticky .recommend ul li .a span {
    display: block;
    font-size: 14px;
    color: #333
}

.article .container>._right .sticky .app-down,.video .container>._right .sticky .app-down {
    border: 1px solid #f3f3f3
}

.article .container>._right .sticky .catalogue,.video .container>._right .sticky .catalogue {
    margin-top: 22px
}

.article .container>._right .sticky .catalogue ul,.video .container>._right .sticky .catalogue ul {
    margin-top: 15px;
    margin-bottom: 5px;
    max-height: 360px;
    padding-right: 12px;
    overflow-y: auto
}

.article .container>._right .sticky .catalogue ul::-webkit-scrollbar,.video .container>._right .sticky .catalogue ul::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.article .container>._right .sticky .catalogue ul::-webkit-scrollbar-thumb,.article .container>._right .sticky .catalogue ul::-webkit-scrollbar-track,.video .container>._right .sticky .catalogue ul::-webkit-scrollbar-thumb,.video .container>._right .sticky .catalogue ul::-webkit-scrollbar-track {
    border-radius: 999px;
    border: 0 solid transparent
}

.article .container>._right .sticky .catalogue ul::-webkit-scrollbar-track,.video .container>._right .sticky .catalogue ul::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px hsla(0,0%,39.2%,.2) inset;
    box-shadow: inset 1px 1px 5px hsla(0,0%,39.2%,.2)
}

.article .container>._right .sticky .catalogue ul::-webkit-scrollbar-thumb,.video .container>._right .sticky .catalogue ul::-webkit-scrollbar-thumb {
    min-height: 0;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px hsla(0,0%,39.2%,.5) inset;
    box-shadow: inset 0 0 0 5px hsla(0,0%,39.2%,.5)
}

.article .container>._right .sticky .catalogue ul::-webkit-scrollbar-corner,.video .container>._right .sticky .catalogue ul::-webkit-scrollbar-corner {
    background: transparent
}

.article .container>._right .sticky .catalogue ul li,.video .container>._right .sticky .catalogue ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    cursor: pointer
}

.article .container>._right .sticky .catalogue ul li:last-child,.video .container>._right .sticky .catalogue ul li:last-child {
    margin-bottom: 0
}

.article .container>._right .sticky .catalogue ul li .catat-left,.video .container>._right .sticky .catalogue ul li .catat-left {
    width: 40px;
    height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article .container>._right .sticky .catalogue ul li .catat-left .catat-icon,.video .container>._right .sticky .catalogue ul li .catat-left .catat-icon {
    width: 19px;
    height: 19px
}

.article .container>._right .sticky .catalogue ul li .catat-left .catat-tag,.video .container>._right .sticky .catalogue ul li .catat-left .catat-tag {
    font-size: 11px;
    background: #fff7f6;
    color: #f81d1d;
    line-height: 24px;
    border-radius: 4px;
    font-weight: 300;
    width: 40px;
    text-align: center
}

.article .container>._right .sticky .catalogue ul li .catat-title,.video .container>._right .sticky .catalogue ul li .catat-title {
    font-size: 15px;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    margin-right: 12px;
    color: #333;
    line-height: 24px;
    font-weight: 400
}

.article .container>._right .sticky .catalogue ul li .catat-title.active,.video .container>._right .sticky .catalogue ul li .catat-title.active {
    color: #000;
    font-weight: 700
}

.article .container>._right .sticky .catalogue ul li .catat-time,.video .container>._right .sticky .catalogue ul li .catat-time {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}

.article .article-footer-buy,.video .article-footer-buy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 511;
    background: #fff;
    border-top: 1px solid #f3f3f3
}

.article .article-footer-buy>.width,.video .article-footer-buy>.width {
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article .article-footer-buy>.width ._left,.video .article-footer-buy>.width ._left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 47px
}

.article .article-footer-buy>.width ._left ._price,.video .article-footer-buy>.width ._left ._price {
    color: #f30;
    font-size: 30px;
    font-weight: 700
}

.article .article-footer-buy>.width ._left ._price i,.video .article-footer-buy>.width ._left ._price i {
    font-size: 16px;
    font-style: normal;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px
}

.article .article-footer-buy>.width ._left ._desc,.video .article-footer-buy>.width ._left ._desc {
    margin-left: 20px;
    font-size: 15px;
    color: #666
}

.article .article-footer-buy>.width ._right,.video .article-footer-buy>.width ._right {
    background: #1980ab;
    color: #fff;
    line-height: 47px;
    font-size: 17px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer
}

.diy-stepper {
    border: 1px solid #ececec;
    border-radius: 3px
}

.diy-stepper .van-stepper__input {
    margin: 0;
    background: #fff
}

.diy-stepper .van-stepper__minus,.diy-stepper .van-stepper__plus {
    background-color: #f6f6f6
}

.myPadding {
    background: #fff;
    padding: 30px 35px;
    border-radius: 6px
}

.apmv-right .van-radio__icon {
    height: .9em!important;
    line-height: .9!important
}

.apmv-right .van-radio__label {
    color: #8c8c8c;
    font-size: 15px
}

.apmv-right .van-radio__icon .van-icon {
    width: 1.1em!important;
    height: 1.1em!important;
    line-height: 1.1!important;
    font-size: .75em!important
}

._push_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 20px
}

._push_nav ._a {
    font-size: 17px;
    color: #000;
    margin-right: 37px;
    line-height: 50px;
    position: relative
}

._push_nav ._a.active {
    font-weight: 700
}

._push_nav ._a.active:after {
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    content: "";
    height: 2px;
    background: #1980ab;
    width: 40px
}

._push {
    margin: 20px auto 0
}

._push ._left {
    width: 410px;
    margin-right: 15px;
    max-height: 817px;
    overflow-y: auto
}

._push ._left::-webkit-scrollbar {
    width: 7px;
    height: 4px
}

._push ._left ::-webkit-scrollbar-thumb,._push ._left::-webkit-scrollbar-track {
    border-radius: 999px;
    border: 0 solid transparent
}

._push ._left::-webkit-scrollbar-track {
    -webkit-box-shadow: 1px 1px 5px hsla(0,0%,78%,.2) inset;
    box-shadow: inset 1px 1px 5px hsla(0,0%,78%,.2)
}

._push ._left::-webkit-scrollbar-thumb {
    min-height: 0;
    background-clip: content-box;
    -webkit-box-shadow: 0 0 0 5px hsla(0,0%,87.1%,.5) inset;
    box-shadow: inset 0 0 0 5px hsla(0,0%,87.1%,.5)
}

._push ._left::-webkit-scrollbar-corner {
    background: transparent
}

._push ._left .ap-common-view {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

._push ._left .ap-common-view,._push ._left .ap-common-view .ampv-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._push ._left .ap-common-view .ampv-left .ampv-left-text {
    font-size: 16px;
    line-height: 30px
}

._push ._left .ap-common-view .ampv-left .ampv-left-must {
    font-size: 13px;
    line-height: 30px;
    color: #f30;
    margin-left: 5px
}

._push ._left .ap-common-view .apmv-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 15px;
    cursor: pointer
}

._push ._left .ap-common-view .apmv-right .apmvr-text {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    text-align: right
}

._push ._left .ap-common-view .apmv-right .apmvr-icon {
    font-size: 15px;
    margin-left: 9px;
    color: #999;
    line-height: 30px
}

._push ._left .file_group {
    margin: -20px 0 32px
}

._push ._left .file_group .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

._push ._left .file_group .item input {
    border: 1px solid #ececec;
    line-height: 29px;
    padding: 7px 16px;
    font-size: 13px;
    border-radius: 3px
}

._push ._left .file_group .item input:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

._push ._left .file_group .item input:nth-child(2) {
    width: 129px;
    margin-left: 15px
}

._push ._left .file_group .item input::-webkit-input-placeholder {
    font-weight: 400
}

._push ._left .file_group .item input:focus {
    border-color: #d9ebeb
}

._push ._left .file_group .item a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    margin-left: 20px;
    color: #999;
    cursor: pointer
}

._push ._left .getMoney {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -7px;
    margin-bottom: 32px
}

._push ._left .getMoney .getMoney-input {
    border: 1px solid #ececec;
    line-height: 29px;
    padding: 7px 16px;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px;
    font-weight: 700
}

._push ._left .getMoney .getMoney-input::-webkit-input-placeholder {
    font-weight: 400
}

._push ._left .getMoney .getMoney-input:focus {
    border-color: #d9ebeb
}

._push ._left .talk-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -12px;
    padding-bottom: 10px
}

._push ._left .talk-group a {
    font-size: 14px;
    padding: 0 15px;
    background: #f9f9f9;
    line-height: 28px;
    margin-right: 12px;
    margin-bottom: 15px;
    color: #777;
    border-radius: 4px;
    cursor: pointer
}

._push ._left .talk-group a i {
    font-size: 12px;
    margin-left: 8px;
    color: #bcbcbc;
    display: inline-block;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

._push ._left .image-group {
    margin-top: -15px;
    margin-bottom: 15px
}

._push ._left .add {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 25px;
    border: 1px solid #ececec;
    border-radius: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

._push ._left .add .add-icon {
    color: #666;
    font-size: 16px;
    line-height: 45px
}

._push ._left .add .add-text {
    font-size: 15px;
    color: #666;
    line-height: 45px;
    margin-left: 10px
}

._push ._left .catalogue {
    margin-top: -15px;
    margin-bottom: 25px
}

._push ._left .catalogue ul li {
    margin-bottom: 25px
}

._push ._left .catalogue ul li .catat-left {
    width: auto
}

._push ._left .catalogue ul li .catat-left .catat-tag {
    width: 50px;
    margin-left: 10px
}

._push ._left .catalogue ul li .catat-title {
    font-weight: 300;
    color: #666
}

._push ._left .catalogue ul li .catat-time {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    border: 1px solid #ececec;
    padding: 0 12px;
    border-radius: 50px;
    line-height: 24px;
    display: inline-block
}

._push ._left .try-desc {
    font-size: 14px;
    color: hsla(0,0%,40%,.6);
    margin-top: -24px;
    margin-bottom: 32px
}

._push ._right {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-height: 817px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._push ._right ._inputTitle {
    position: relative;
    padding: 22px 0
}

._push ._right ._inputTitle input {
    border: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 12px 0
}

._push ._right ._inputTitle input::-webkit-input-placeholder {
    color: #bfbfbf
}

._push ._right ._inputTitle b {
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 14px;
    color: #999
}

._push ._right ._editor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._push ._right ._editor ._toolbar {
    padding: 6px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

._push ._right ._editor ._toolbar .w-e-menu {
    width: 50px
}

._push ._right ._editor ._text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0;
    overflow-y: auto
}

._push ._right ._editor ._text .w-e-text-container .w-e-text {
    padding-top: 15px
}

._push ._right ._editor ._text .w-e-text-container p {
    font-size: 17px!important;
    line-height: 30px;
    margin: 0
}

._push ._right ._editor ._text .w-e-text-container .placeholder {
    font-size: 17px;
    line-height: 38px
}

._push ._right ._textAreaDesc {
    border: 0;
    border-top: 1px solid #eaeaea;
    font-size: 17px;
    line-height: 30px;
    height: 100px;
    display: block;
    width: 100%;
    padding: 18px 0;
    resize: none
}

._push ._right ._textAreaDesc::-webkit-input-placeholder {
    color: #bfbfbf
}

._push ._right ._view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 0 35px;
    border-radius: 6px
}

._push ._right .noEdit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0
}

._push ._right .noEdit div img {
    width: 400px;
    display: block;
    margin: 0 auto
}

._push ._right .noEdit div p {
    display: block;
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 32px
}

._push ._right ._viewRight {
    min-height: 550px;
    background: #fff;
    padding: 0 35px 35px;
    border-radius: 6px;
    position: relative
}

._push ._right ._viewRight,._push ._right ._viewRight>.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._push ._right ._viewRight ._rsave {
    line-height: 50px;
    padding-bottom: 10px;
    text-align: right;
    margin-bottom: -35px
}

._push ._right ._viewRight ._rsave span {
    color: #1980ab;
    font-size: 15px;
    cursor: pointer
}

._push ._right ._viewRight>h3 {
    font-size: 18px;
    font-weight: 400
}

._push ._right ._viewRight .video-g {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._push ._right ._viewRight .video-g .van-uploader__input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._push ._right ._viewRight .video-g ._up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 338px;
    cursor: pointer;
    border-radius: 4px;
    position: relative
}

._push ._right ._viewRight .video-g ._up i {
    display: block;
    font-size: 35px;
    color: #8590a6;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #f6f6f6
}

._push ._right ._viewRight .video-g ._up h3 {
    font-weight: 400;
    margin-top: 10px;
    font-size: 16px;
    color: #8590a6
}

._push ._right ._viewRight .video-g ._up span {
    font-size: 12px;
    text-align: center;
    margin: 10px 15% 0;
    line-height: 22px;
    display: block;
    color: #8590a6
}

._push ._right ._viewRight .video-g ._up svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

._push ._right ._viewRight .video-g ._up svg path {
    fill: none;
    stroke: #d9d9d9;
    stroke-width: 1;
    stroke-dasharray: 6,6;
    -webkit-transition: all .2s;
    transition: all .2s
}

._push ._right ._viewRight .video-g ._up svg:hover path {
    stroke: #bdc7d9
}

._push ._right ._viewRight .video-g ._item {
    -webkit-box-flex: 1.7;
    -ms-flex: 1.7;
    flex: 1.7;
    width: 0
}

._push ._right ._viewRight .video-g ._item:nth-child(2) {
    margin-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._push ._right ._viewRight .video-g ._item.onlyOneVideo {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

._push ._right ._viewRight .video-g ._item.onlyOneVideo ._up {
    margin-top: 0
}

._push ._right ._viewRight .video-g ._item .video-player {
    height: 338px;
    width: 100%
}

._push ._right ._viewRight .video-g ._item ._video_btn {
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._push ._right ._viewRight .video-g ._item ._video_btn a {
    font-size: 15px;
    cursor: pointer;
    color: #606f8d;
    background: #f3f7ff;
    line-height: 46px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border-radius: 3px
}

._push ._right ._viewRight .video-g ._item ._video_btn a:first-child {
    color: #313131;
    margin-right: 15px
}

._push ._right ._viewRight .video-g .moreOneVideo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80%
}

._push ._right ._viewRight .video-g .moreOneVideo>._up {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._push ._right ._viewRight .video-g .moreOneVideo .video-player {
    height: 338px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0
}

._push ._right ._viewRight .video-g .moreOneVideo>.flex {
    margin-left: 20px;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._push ._right ._viewRight .video-g .moreOneVideo>.flex textarea {
    border: 1px solid #ececec;
    color: #333;
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 3px;
    resize: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0
}

._push ._right ._viewRight .video-g .moreOneVideo>.flex textarea:focus,._push ._right ._viewRight .video-g .moreOneVideo>.flex textarea:hover {
    border: 1px solid #dde5f5
}

._push ._right ._viewRight .video-g .moreOneVideo>.flex ._video_btn {
    margin-top: 15px
}

._push ._right ._viewRight .video-g .moreOneVideo>.flex ._video_btn a {
    font-size: 15px;
    cursor: pointer;
    background: #f3f7ff;
    line-height: 46px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #313131;
    width: 0;
    border-radius: 3px
}

._push ._right ._viewRight .video-g .moreOneVideo>.flex ._video_btn a:nth-child(2) {
    color: #606f8d;
    margin-left: 15px
}

._push ._right ._viewRight .videoNotice {
    font-size: 13px;
    color: #8590a6;
    line-height: 26px;
    text-align: center;
    margin-top: 26px
}

._classess-layer {
    padding: 30px 25px;
    width: 500px
}

.talkDown-layer {
    padding: 30px 25px 0 30px;
    width: 600px;
    height: 650px;
    overflow-x: hidden;
    position: relative
}

.talkDown-layer .iconfont {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #cbcbcb
}

.talkDown-layer .search-input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 22px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    background: #fbfbfb
}

.talkDown-layer .search-input .search-icon {
    position: absolute;
    top: 17.5px;
    left: 17.5px;
    width: 15px;
    height: 15px
}

.talkDown-layer .search-input .input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 42.5px;
    padding-right: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    border: 0;
    background: none
}

.talkDown-layer .search-input .search-btn {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 80px;
    line-height: 38px;
    border-radius: 70px;
    background: #1980ab;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.talkDown-layer ._talk-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.talkDown-layer ._talk-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 85px);
    height: 1px;
    background: #f1f1f1
}

.talkDown-layer ._talk-item img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    cursor: pointer
}

.talkDown-layer ._talk-item ._info {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.talkDown-layer ._talk-item ._info h3 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

.talkDown-layer ._talk-item ._info p {
    color: #999;
    font-size: 15px;
    line-height: 27px;
    margin-top: 3px
}

.talkDown-layer ._talk-item .townDesc-button {
    color: #1980ab;
    background: #eff;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    padding: 0 25px;
    border-radius: 50px;
    cursor: pointer
}

.talkDown-layer ._talk-item .townDesc-button-disabled {
    color: #9d9d9d;
    background: #f9f9f9
}

._pushFooter {
    background: #fff;
    border-radius: 6px;
    height: 80px;
    width: 100%;
    margin-top: 15px;
    padding: 0 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._pushFooter ._left {
    font-size: 14px;
    color: #999
}

._pushFooter ._left.clear {
    color: #1980ab;
    font-size: 15px;
    cursor: pointer
}

._pushFooter ._right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

._pushFooter ._right a {
    font-size: 15px;
    background: #1980ab;
    color: #fff;
    line-height: 41px;
    width: 120px;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    border: 1px solid #1980ab;
    cursor: pointer;
    font-weight: 700
}

._pushFooter ._right a:nth-child(2) {
    background: none;
    color: #1980ab
}

._pushFooter ._right a:hover {
    opacity: .9
}

.van-uploader__upload {
    background: #f9f9f9!important
}

.previewImage .van-image-preview__image--vertical {
    height: auto
}

.previewImage .van-image__img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 800px!important
}

.edui-default .edui-editor-toolbarbox {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.edui-default .edui-editor-toolbarboxinner {
    padding: 15px 20px!important
}

.edui-default .edui-editor-toolbarboxouter {
    background: #fff!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid #f1f1f1!important
}

.edui-default .edui-editor {
    border: 1px solid #f1f1f1!important
}

.edui-default .edui-toolbar .edui-button,.edui-default .edui-toolbar .edui-combox,.edui-default .edui-toolbar .edui-menubutton,.edui-default .edui-toolbar .edui-splitbutton {
    margin: 1px 5px!important
}

.index-boutique {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px 20px 20px;
    background: #fff
}

.index-boutique .left {
    width: 90px
}

.index-boutique .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin: 0 20px
}

.index-boutique .right .h3 {
    line-height: 25px;
    font-size: 15px;
    font-weight: 700
}

.index-boutique .right .desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    line-height: 25px
}

.index-boutique .right .desc img {
    width: 12px;
    margin-right: 7px;
    margin-top: -2px
}

.index-boutique .right .desc span {
    font-size: 13px;
    font-weight: 300;
    color: #666
}

.index-boutique .a {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #06224c;
    color: #fff;
    width: 80px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer
}

.index-boutique .a:hover {
    opacity: .8
}

.fitt_color,.fitt_color>* {
    background: -webkit-linear-gradient(left,#ff5573,#ff9e66 25%,#ff2929 50%,#ff9e66 75%,#ff2929);
    color: transparent!important;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    font-weight: 700;
    -webkit-animation: masked-animation 1s linear infinite;
    animation: masked-animation 1s linear infinite
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

.vip_pay_free {
    position: fixed;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1002;
    -webkit-animation: bounce-downs 6s linear 1;
    animation: bounce-downs 6s linear 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 3px
}

.vip_pay_free .pay_free {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
    color: #8d533f;
    display: inline-block;
    background: -webkit-gradient(linear,left top,right top,from(#fcd9c1),to(#f5c8ab));
    background: linear-gradient(90deg,#fcd9c1,#f5c8ab)
}

.vip_pay_free .pay_free img {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px
}

@-webkit-keyframes bounce-downs {
    0% {
        width: 0;
        height: 0
    }

    10% {
        width: 500px;
        height: auto
    }

    90% {
        width: 500px;
        height: auto
    }

    to {
        width: 0;
        height: auto
    }
}

@keyframes bounce-downs {
    0% {
        width: 0;
        height: 0
    }

    10% {
        width: 500px;
        height: auto
    }

    90% {
        width: 500px;
        height: auto
    }

    to {
        width: 0;
        height: auto
    }
}

.article-footer-buy ._left {
    position: relative
}

.article-footer-buy ._left .buy-vip-notice {
    position: absolute;
    left: 30px;
    bottom: 55px;
    color: #584343;
    background: -webkit-gradient(linear,left top,right top,from(#fcd9c1),to(#f5c8ab));
    background: linear-gradient(90deg,#fcd9c1,#f5c8ab);
    font-size: 14px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 130px;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 3px;
    -webkit-animation: bounce-down 1.6s linear infinite;
    animation: bounce-down 1.6s linear infinite;
    cursor: pointer
}

.article-footer-buy ._left .buy-vip-notice:hover {
    background: -webkit-gradient(linear,left top,right top,from(#ebcab4),to(#eabc9e));
    background: linear-gradient(90deg,#ebcab4,#eabc9e)
}

.article-footer-buy ._left .buy-vip-notice:hover:after {
    border-top-color: #ebcab4
}

.article-footer-buy ._left .buy-vip-notice.more {
    bottom: 105px
}

.article-footer-buy ._left .buy-vip-notice text {
    color: #584343;
    font-size: 13px;
    opacity: .6;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block
}

.article-footer-buy ._left .buy-vip-notice:after {
    position: absolute;
    bottom: -12px;
    left: 15px;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fcd9c1
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: scale(.9) translateY(-4px);
        transform: scale(.9) translateY(-4px)
    }

    50%,to {
        -webkit-transform: scale(.9) translateY(0);
        transform: scale(.9) translateY(0)
    }

    75% {
        -webkit-transform: scale(.9) translateY(4px);
        transform: scale(.9) translateY(4px)
    }
}

@keyframes bounce-down {
    25% {
        -webkit-transform: scale(.9) translateY(-4px);
        transform: scale(.9) translateY(-4px)
    }

    50%,to {
        -webkit-transform: scale(.9) translateY(0);
        transform: scale(.9) translateY(0)
    }

    75% {
        -webkit-transform: scale(.9) translateY(4px);
        transform: scale(.9) translateY(4px)
    }
}

.vip_ico {
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 8px;
    width: 20px;
    height: 20px
}

.vip_ico.small {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 5px
}

.vip_bonus {
    font-size: 13px;
    margin: -20px 0 30px;
    line-height: 22px;
    color: #999;
    font-weight: 300
}

.vip_bonus a {
    color: #1980ab
}
