.crumbs {
    line-height: 28px; /* max-height:56px; */
    font-size: 12px;
    background-color: #fff;
    padding: 7px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.crumbs a {
    color: #333;
    vertical-align: middle
}

.crumbs i {
    font-size: 10px
}

.crumbs .txt-gray, .crumbs i {
    color: #999;
    vertical-align: middle
}

.worth-section {
    border-top: 1px solid #eee;
    padding: 22px 15px 25px;
    background: #fff
}

.worth-section .title-box {
    font-size: 15px;
    font-weight: 700;
    color: #333
}

.worth-section .tags-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.worth-section .tags-box .z-group-data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-radius: 6px;
    border: .5px solid #eee;
    background-color: #f9f9f9;
    height: 40px;
    line-height: 37px;
    margin-right: 15px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.worth-section .tags-box .z-group-data:last-child {
    margin-right: 0
}

.worth-section .tags-box .z-group-data i {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 21px
}

.worth-section .tags-box .z-group-data span {

    vertical-align: middle;
    font-weight: 700;
    font-size: 13px
}

.worth-section .tags-box .zhi, .worth-section .tags-box .zhi i {
    color: #008b4b
}

.worth-section .tags-box .buzhi, .worth-section .tags-box .buzhi i {
    color: #333
}

.comment-wrapper {
    display: block;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 10px solid #eee
}

.comment-wrapper .comments {
    color: inherit;
    display: block;
    padding: 20px 4%;
    border-bottom: 1px solid #eee
}

.comment-wrapper .comment-detail, .comment-wrapper .comment-detail .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-wrapper .comment-detail .avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #dcdcdc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-wrapper .comment-detail .avatar img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%
}

.comment-wrapper .comment-detail .comment-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.comment-wrapper .comment-detail .comment-info .comment-top {
    margin-bottom: 20px
}

.comment-wrapper .comment-detail .comment-info .comment-top .nickname {
    color: #000;
    line-height: 20px;
    vertical-align: 3px;
    font-weight: 700
}

.comment-wrapper .comment-detail .comment-info .comment-top .zan {
    float: right;
    line-height: 20px
}

.comment-wrapper .comment-detail .comment-info .comment-top .zan .zan-count {
    padding: 0 7px;
    display: inline-block;
    vertical-align: middle
}

.comment-wrapper .comment-detail .comment-info .comment-top .zan i {
    vertical-align: middle
}

.comment-wrapper .comment-detail .comment-info .comment-top .comment-other {
    color: #888;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -2px
}

.comment-wrapper .comment-detail .comment-info .comment-top .comment-other .rank {
    padding-right: 10px
}

.comment-wrapper .comment-content-title {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 10px
}

.comment-wrapper .comment-content-des {
    color: #333
}

.comment-wrapper .comment-content {
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 50px;
    overflow: hidden
}

.comment-wrapper .comment-content img {
    vertical-align: middle
}

.comment-wrapper .see-all {
    display: block;
    line-height: 46px;
    text-align: center;
    color: #888;
    padding: 0;
    position: relative
}

.comment-wrapper .comment-more-floor {
    margin-left: 45px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #eee
}

.comment-wrapper .comment-more-floor .comment-more-content {
    padding: 6px 34px 6px 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 20px;
    position: relative
}

.comment-wrapper .comment-more-floor .comment-more-content:last-child {
    border-bottom: none
}

.comment-wrapper .comment-more-floor .comment-more-content .more-nickname {
    color: #333;
    font-weight: 700
}

.comment-wrapper .comment-more-floor .comment-more-content .more-content {
    color: #666;
    word-wrap: break-word;
    word-break: break-all
}

.comment-wrapper .comment-more-floor .comment-more-content .more-index {
    display: block;
    width: 18px;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 0
}

.comment-wrapper .comment-more-floor .comment-more-hidden {
    display: none
}

.comment-wrapper .comment-more-floor .show-more-button {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    background-color: #f3f3f3;
    text-align: center;
    color: #041156;
    cursor: pointer
}

.no-comment {
    display: block;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eee;

}

.no-comment .no-comment-wrap {
    padding-top: 10px;
    text-align: center;
    background: #fff
}

.no-comment .no-comment-wrap .pic {
    width: 100px;
    height: 100px;
    margin: 0 auto 8px;
    /*background: url(//res.smzdm.com/app_hybrid_v10/images/comment_empty.png);*/
    background-size: 100% 100%
}

.no-comment .text-center {
    text-align: center;
    padding: 0;
    color: #999
}

.no-comment .see-all {
    line-height: 36px;
    color: #447dbd;
    display: none
}

.open-wx-list {
    z-index: 100
}

#toBaidu, .open-wx-list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

#toBaidu {
    background: transparent
}

.focus-img-wechat-wrap {
    border-bottom: 10px solid #eee;
    overflow: hidden
}

.module-like-wrap[data-v-71fb816f] {
    margin-bottom: 10px;
    background-color: #fff
}

.module-like-wrap .zm-card[data-v-71fb816f] {
    margin: 0
}

.module-like-wrap .card-actions-left[data-v-71fb816f] {
    max-width: calc(100% - 108px)
}

.module-like-wrap .card-actions-right[data-v-71fb816f] {
    top: -2px !important
}

.card-new-list[data-v-71fb816f]:first-child {
    padding-top: 5px
}

.card-new-list[data-v-71fb816f]:last-child {
    padding-bottom: 5px
}

.card-new-list .zm-card[data-v-71fb816f] {
    padding: 7px 4% 10px !important
}

.card-new-list .zm-card .card-media[data-v-71fb816f] {
    margin-top: 3px
}

.card-new-list .zm-card .card-content .card-price[data-v-71fb816f] {
    position: relative;
    top: -3px
}

.card-new-list .zm-card .card-content .card-price + .zm-card-app[data-v-71fb816f] {
    position: relative;
    top: -2px
}

@media screen and (max-width: 375px) {
    .module-like-wrap .is-seo .zm-card .card-content .card-actions .card-actions-left span span + span[data-v-71fb816f] {
        display: none
    }
}

.module-article-wrap[data-v-c710f0a8] {
    margin-bottom: 10px
}

.card-article-list[data-v-c710f0a8], .module-article-wrap[data-v-c710f0a8] {
    background-color: #fff
}

.card-article-list[data-v-c710f0a8]:first-child {
    padding-top: 5px
}

.card-article-list[data-v-c710f0a8]:last-child {
    padding-bottom: 5px
}

.card-article-list .zm-card[data-v-c710f0a8] {
    padding: 7px 4% 10px !important;
    margin: 0
}

.card-article-list .zm-card .card-media[data-v-c710f0a8] {
    margin-top: 3px
}

.card-article-list .zm-card .card-content .card-actions .card-actions-left > span[data-v-c710f0a8] {
    width: 100%
}

.card-article-list .zm-card .card-content .card-actions .card-actions-left > span .card-user-profile[data-v-c710f0a8] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    display: block
}

.card-article-list .zm-card .card-content .card-actions .card-actions-left > span .card-user-profile img[data-v-c710f0a8] {
    width: 20px;
    height: 20px;
    display: block
}

.card-article-list .zm-card .card-content .card-actions .card-actions-left > span .user-name[data-v-c710f0a8] {
    width: calc(100% - 20px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    height: 20px;
    margin-left: 0;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-article-list .zm-card .card-content .card-actions .card-actions-left span[data-v-c710f0a8] {
    line-height: 20px
}

.card-article-list .zm-card .card-content .card-actions .card-actions-right[data-v-c710f0a8] {
    margin-left: 20px
}

.card-article-list .zm-card .card-content .card-price + .zm-card-app[data-v-c710f0a8] {
    position: relative;
    top: -2px
}

.module-wiki-wrap[data-v-66917657] {
    background-color: #fff;
    margin-bottom: 10px
}

li.card-group-list .zm-card .card-content .card-actions .card-actions-right .icon-group[data-v-66917657]:first-child {
    padding-right: 0
}

.card-wiki-list[data-v-66917657]:first-child {
    padding-top: 5px
}

.card-wiki-list[data-v-66917657]:last-child {
    padding-bottom: 5px
}

.card-wiki-list i.icon-long-line[data-v-66917657] {
    width: 96;
    display: block;
    margin: 15px auto 0;
    height: 1px;
    background: #eee
}

.card-wiki-list .zm-card[data-v-66917657] {
    padding: 7px 4% 10px !important;
    margin: 0
}

.card-wiki-list .zm-card .card-media[data-v-66917657] {
    margin-top: 3px
}

.card-wiki-list .zm-card .card-content .card-price[data-v-66917657] {
    position: relative;
    top: -1px
}

.card-wiki-list .zm-card .card-content .card-actions .card-actions-righ .icon-group[data-v-66917657]:first-child {
    padding-right: 0 !important
}

.card-wiki-list .zm-card .card-content .card-price + .zm-card-app[data-v-66917657] {
    position: relative;
    top: -2px
}

.module-tag-warp[data-v-14a0e89c] {
    padding: 5px 15px 10px;
    background-color: #fff
}

.module-tag-warp[data-v-14a0e89c]:after {
    clear: both;
    display: block;
    content: ""
}

.module-tag-warp .tag-group-list[data-v-14a0e89c] {
    float: left;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f7f7f7;
    padding: 0 10px 0 5px;
    margin: 0 10px 10px 0
}

.module-tag-warp .tag-group-list .tag-meta[data-v-14a0e89c] {
    font-size: 14px;
    color: #333
}

.module-tag-warp .tag-group-list .tag-meta span[data-v-14a0e89c] {
    display: inline-block;
    text-align: center
}

.module-tag-warp .tag-group-list .tag-meta span[data-v-14a0e89c]:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 20px;
    color: #e62828
}

.module-tag-warp .tag-group-list .tag-meta .text[data-v-14a0e89c] {
    display: inline
}

.wexin-launch-btn[data-v-108b1b07] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 1
}

@supports (bottom:constant(safe-area-inset-bottom)) or (bottom:env(safe-area-inset-bottom)) {
    .footer-wrap {
        padding-bottom: env(safe-area-inset-bottom)
    }
}

body {
    padding-bottom: env(safe-area-inset-bottom)
}

.footer-wrap {
    width: 100%;
    max-width: 1024px;
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: #fff
}

.footer-wrap .footer-wrap-in {
    height: 38px;
    border-top: 1px solid #f3f3f3
}

.footer-wrap .footer-wrap-in, .footer-wrap .handle-btns {
    line-height: 38px;
    background: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-wrap .handle-btns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #333;
    font-size: 0
}

.footer-wrap .handle-btns .active i, .footer-wrap .handle-btns .active span {
    color: #e62828
}

.footer-wrap .handle-btns i {
    color: #333;
    font-size: 16px;
    margin-right: 4px;
    vertical-align: middle
}

.footer-wrap .handle-btns span {
    display: inline-block;
    height: 38px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 10px;
    color: #333
}

.footer-wrap .placeholder {
    float: right;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin-right: -8px;
    background: #fbfbfb
}

.footer-wrap .go-btn {
    position: relative;
    float: right;
    font-size: 16px;
    height: 39px;
    margin-top: -1px;
    background: #e62828
}

.footer-wrap .go-btn a {
    display: block;
    height: 100%;
    padding: 0 15px 0 25px;
    color: #fff
}

.share-wrap[data-v-5aca149c] {
    top: 0;
    bottom: 0;
    z-index: 40
}

.share-cover[data-v-5aca149c], .share-wrap[data-v-5aca149c] {
    width: 100%;
    max-width: 1024px;
    position: fixed
}

.share-cover[data-v-5aca149c] {
    padding-bottom: 16px;
    background: rgba(0, 0, 0, .6);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 10
}

.share-cover .share-list[data-v-5aca149c] {
    margin-top: 28px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.share-cover .share-list li i[data-v-5aca149c] {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 46px
}

.share-cover .share-list li i.icon-weibo[data-v-5aca149c] {
    color: #fff;
    background: #f64442
}

.share-cover .share-list li i.icon-qzone[data-v-5aca149c] {
    color: #fff;
    background: #fcc229
}

.share-cover .share-list li i.icon-wechat[data-v-5aca149c] {
    color: #fff;
    background: #1ddc47
}

.share-cover .share-list li i.icon-douban[data-v-5aca149c] {
    color: #18953a;
    background: #fff
}

.share-cover .share-list li p[data-v-5aca149c] {
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    text-align: center
}

.browser-cover[data-v-5aca149c] {
    width: 100%;
    max-width: 1024px;
    position: fixed;
    top: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, .8) url(https://res.smzdm.com/mobile/haojia/img/share-cover.3bae1f7.png) no-repeat 50%;*/
    background-size: 100% auto;
    z-index: 20
}

.browser-cover .share-close[data-v-5aca149c] {
    top: 35px;
    right: 20px;
    font-size: 18px
}

.share-close[data-v-5aca149c] {
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 6px
}

.swiper-container[data-v-ab8d9362] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide[data-v-ab8d9362] {
    float: left
}

.swiper-container-vertical > .swiper-wrapper[data-v-ab8d9362] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper[data-v-ab8d9362] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide[data-v-ab8d9362], .swiper-wrapper[data-v-ab8d9362] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper[data-v-ab8d9362] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper[data-v-ab8d9362] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide[data-v-ab8d9362] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank[data-v-ab8d9362] {
    visibility: hidden
}

.swiper-container-autoheight[data-v-ab8d9362], .swiper-container-autoheight .swiper-slide[data-v-ab8d9362] {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper[data-v-ab8d9362] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d[data-v-ab8d9362] {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow[data-v-ab8d9362], .swiper-container-3d .swiper-slide[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-bottom[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-left[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-right[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-top[data-v-ab8d9362], .swiper-container-3d .swiper-wrapper[data-v-ab8d9362] {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-left[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-right[data-v-ab8d9362], .swiper-container-3d .swiper-slide-shadow-top[data-v-ab8d9362] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left[data-v-ab8d9362] {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right[data-v-ab8d9362] {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top[data-v-ab8d9362] {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom[data-v-ab8d9362] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal[data-v-ab8d9362], .swiper-container-wp8-horizontal > .swiper-wrapper[data-v-ab8d9362] {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical[data-v-ab8d9362], .swiper-container-wp8-vertical > .swiper-wrapper[data-v-ab8d9362] {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next[data-v-ab8d9362], .swiper-button-prev[data-v-ab8d9362] {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled[data-v-ab8d9362], .swiper-button-prev.swiper-button-disabled[data-v-ab8d9362] {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev[data-v-ab8d9362], .swiper-container-rtl .swiper-button-next[data-v-ab8d9362] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next[data-v-ab8d9362], .swiper-container-rtl .swiper-button-prev[data-v-ab8d9362] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white[data-v-ab8d9362], .swiper-container-rtl .swiper-button-next.swiper-button-white[data-v-ab8d9362] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white[data-v-ab8d9362], .swiper-container-rtl .swiper-button-prev.swiper-button-white[data-v-ab8d9362] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black[data-v-ab8d9362], .swiper-container-rtl .swiper-button-next.swiper-button-black[data-v-ab8d9362] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black[data-v-ab8d9362], .swiper-container-rtl .swiper-button-prev.swiper-button-black[data-v-ab8d9362] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock[data-v-ab8d9362] {
    display: none
}

.swiper-pagination[data-v-ab8d9362] {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden[data-v-ab8d9362] {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets[data-v-ab8d9362], .swiper-pagination-custom[data-v-ab8d9362], .swiper-pagination-fraction[data-v-ab8d9362] {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic[data-v-ab8d9362] {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-ab8d9362] {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active[data-v-ab8d9362], .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main[data-v-ab8d9362] {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev[data-v-ab8d9362] {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev[data-v-ab8d9362] {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next[data-v-ab8d9362] {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next[data-v-ab8d9362] {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet[data-v-ab8d9362] {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet[data-v-ab8d9362] {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet[data-v-ab8d9362] {
    cursor: pointer
}

.swiper-pagination-bullet-active[data-v-ab8d9362] {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets[data-v-ab8d9362] {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet[data-v-ab8d9362] {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[data-v-ab8d9362] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-ab8d9362] {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet[data-v-ab8d9362] {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[data-v-ab8d9362] {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-ab8d9362] {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet[data-v-ab8d9362] {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar[data-v-ab8d9362] {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill[data-v-ab8d9362] {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill[data-v-ab8d9362] {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar[data-v-ab8d9362], .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[data-v-ab8d9362] {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[data-v-ab8d9362], .swiper-container-vertical > .swiper-pagination-progressbar[data-v-ab8d9362] {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active[data-v-ab8d9362] {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white[data-v-ab8d9362] {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill[data-v-ab8d9362] {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active[data-v-ab8d9362] {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black[data-v-ab8d9362] {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill[data-v-ab8d9362] {
    background: #000
}

.swiper-pagination-lock[data-v-ab8d9362] {
    display: none
}

.swiper-scrollbar[data-v-ab8d9362] {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar[data-v-ab8d9362] {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar[data-v-ab8d9362] {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag[data-v-ab8d9362] {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag[data-v-ab8d9362] {
    cursor: move
}

.swiper-scrollbar-lock[data-v-ab8d9362] {
    display: none
}

.swiper-zoom-container[data-v-ab8d9362] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas[data-v-ab8d9362], .swiper-zoom-container > img[data-v-ab8d9362], .swiper-zoom-container > svg[data-v-ab8d9362] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed[data-v-ab8d9362] {
    cursor: move
}

.swiper-lazy-preloader[data-v-ab8d9362] {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin-data-v-ab8d9362 1s steps(12) infinite;
    animation: swiper-preloader-spin-data-v-ab8d9362 1s steps(12) infinite
}

.swiper-lazy-preloader[data-v-ab8d9362]:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white[data-v-ab8d9362]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin-data-v-ab8d9362 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin-data-v-ab8d9362 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification[data-v-ab8d9362] {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide[data-v-ab8d9362] {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide[data-v-ab8d9362] {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide[data-v-ab8d9362] {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active[data-v-ab8d9362], .swiper-container-fade .swiper-slide-active .swiper-slide-active[data-v-ab8d9362] {
    pointer-events: auto
}

.swiper-container-cube[data-v-ab8d9362] {
    overflow: visible
}

.swiper-container-cube .swiper-slide[data-v-ab8d9362] {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide[data-v-ab8d9362] {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide[data-v-ab8d9362] {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active[data-v-ab8d9362], .swiper-container-cube .swiper-slide-active .swiper-slide-active[data-v-ab8d9362] {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active[data-v-ab8d9362], .swiper-container-cube .swiper-slide-next[data-v-ab8d9362], .swiper-container-cube .swiper-slide-next + .swiper-slide[data-v-ab8d9362], .swiper-container-cube .swiper-slide-prev[data-v-ab8d9362] {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom[data-v-ab8d9362], .swiper-container-cube .swiper-slide-shadow-left[data-v-ab8d9362], .swiper-container-cube .swiper-slide-shadow-right[data-v-ab8d9362], .swiper-container-cube .swiper-slide-shadow-top[data-v-ab8d9362] {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow[data-v-ab8d9362] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip[data-v-ab8d9362] {
    overflow: visible
}

.swiper-container-flip .swiper-slide[data-v-ab8d9362] {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide[data-v-ab8d9362] {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active[data-v-ab8d9362], .swiper-container-flip .swiper-slide-active .swiper-slide-active[data-v-ab8d9362] {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom[data-v-ab8d9362], .swiper-container-flip .swiper-slide-shadow-left[data-v-ab8d9362], .swiper-container-flip .swiper-slide-shadow-right[data-v-ab8d9362], .swiper-container-flip .swiper-slide-shadow-top[data-v-ab8d9362] {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper[data-v-ab8d9362] {
    -ms-perspective: 1200px
}

@font-face {
    font-family: "D-DIN";
    /*src: url(https://res.smzdm.com/resources/public/font/d-din/D-DIN-Bold.otf);*/
    /*src: url(https://res.smzdm.com/resources/public/font/d-din/D-DIN-Bold.woff)*/
}

em[data-v-ab8d9362] {
    font-style: normal
}

.detail-shaiwu[data-v-ab8d9362] {
    padding: 0 15px
}

.first-sun[data-v-ab8d9362] {
    padding: 0 .32rem;
    position: relative
}

.first-sun .sun-content[data-v-ab8d9362] {
    width: 100%;
    margin-top: 18px;
    position: relative
}

.first-sun .sun-content .posi-img img[data-v-ab8d9362] {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    border-radius: 6px
}

.first-sun .sun-content .positn-then[data-v-ab8d9362] {
    position: absolute;
    right: .4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.first-sun .sun-content p[data-v-ab8d9362]:first-child {
    font-size: .34667rem;
    line-height: 1
}

.first-sun .sun-content p[data-v-ab8d9362]:nth-child(2) {
    padding-top: .24rem;
    line-height: .4rem
}

.first-sun .sun-content p:nth-child(2) span[data-v-ab8d9362] {
    font-size: .4rem;
    color: #e62828;
    font-weight: 700
}

.first-sun .sun-content p:nth-child(2) i[data-v-ab8d9362] {
    color: #e62828;
    font-size: .4rem;
    vertical-align: -.02667rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

.first-sun .sun-content .go-shaiwu[data-v-ab8d9362] {
    width: 1.76rem;
    height: .8rem;
    line-height: .8rem;
    margin-top: .32rem;
    border-radius: 6px;
    background-image: -o-linear-gradient(335deg, #ff5a3c 2%, #e62828);
    background-image: linear-gradient(115deg, #ff5a3c 2%, #e62828);
    display: block;
    font-size: .32rem;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.first-sun .sun-content .go-shaiwu.isAndroid[data-v-ab8d9362] {
    position: relative;
    color: transparent
}

.first-sun .sun-content .go-shaiwu.isAndroid[data-v-ab8d9362]:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.28rem;
    color: #fff;
    text-align: center;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.about-head[data-v-ab8d9362] {
    overflow: hidden;
    line-height: 1.1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

.about-head span[data-v-ab8d9362] {
    float: left;
    font-size: 15px
}

.about-head span span[data-v-ab8d9362] {
    font-weight: 700
}

.about-head span em[data-v-ab8d9362] {
    font-size: 13px;
    color: #999;
    margin-left: 9px
}

.about-head .go-more[data-v-ab8d9362] {
    float: right;
    font-size: 13px;
    line-height: 15px
}

.about-head .go-more em[data-v-ab8d9362] {
    color: #999;
    font-weight: 700
}

.about-head .go-more i[data-v-ab8d9362] {
    width: 13px;
    color: #333;
    font-size: 13px;
    position: relative;
    top: 1px
}

.about-head-shou[data-v-ab8d9362] {
    padding-left: 0
}

.tags-show[data-v-ab8d9362] {
    padding: 18px 6px 0 0;
    overflow: hidden;
    max-height: 80px;
    margin-bottom: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tags-show span[data-v-ab8d9362] {
    padding: 0 12px;
    border-radius: 6px;
    background-color: #f5f5f5;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    margin-right: 9px;
    margin-bottom: 9px;
    float: left;
    font-weight: 700
}

.tags-show-none[data-v-ab8d9362] {
    margin-bottom: 0
}

.sroll-shaiwu .swiper-container[data-v-ab8d9362] {
    overflow: visible;
    overflow: initial
}

.sroll-shaiwu .card-wrap-box[data-v-ab8d9362] {
    display: block;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 6px
}

.sroll-shaiwu .card-wrap-box .title[data-v-ab8d9362] {
    font-size: 14px;
    padding: 21px 12px 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    color: #333
}

.sroll-shaiwu .card-wrap-box .m-card[data-v-ab8d9362] {
    display: block;
    color: inherit
}

.sroll-shaiwu .card-wrap-img[data-v-ab8d9362] {
    height: 230px
}

.sroll-shaiwu .picture-show[data-v-ab8d9362] {
    position: relative;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sroll-shaiwu .picture-show .big-img[data-v-ab8d9362] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sroll-shaiwu .picture-show span[data-v-ab8d9362] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .34);
    display: block
}

.sroll-shaiwu .picture-show span i[data-v-ab8d9362] {
    font-size: 15px;
    color: #fff;
    margin-left: 2px;
    margin-top: 7px;
    display: block
}

.sroll-shaiwu .picture-show .multiple[data-v-ab8d9362] {
    position: absolute;
    bottom: -9px;
    left: 12px;
    height: 40px;
    overflow: hidden;
    font-size: 12px
}

.sroll-shaiwu .picture-show .multiple .left-thubm[data-v-ab8d9362] {
    float: left;
    position: relative
}

.sroll-shaiwu .picture-show .multiple .left-thubm p[data-v-ab8d9362] {
    width: 40px;
    height: 40px;
    margin-right: 9px;
    border-radius: 6px
}

.sroll-shaiwu .picture-show .multiple .left-thubm em[data-v-ab8d9362] {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 6px;
    font-family: "D-DIN"
}

.sroll-shaiwu .picture-show .multiple .left-thubm img[data-v-ab8d9362] {
    width: 100%;
    height: 100%;
    border-radius: 6.9px;
    -o-object-fit: cover;
    object-fit: cover
}

.sroll-shaiwu .head-portrait[data-v-ab8d9362] {
    padding: 13px 12px 0;
    height: 17px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sroll-shaiwu .head-portrait .m-portrait[data-v-ab8d9362] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 6px;
    float: left
}

.sroll-shaiwu .head-portrait span[data-v-ab8d9362] {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 4px 0 0
}

.sroll-shaiwu .head-portrait img[data-v-ab8d9362] {
    position: relative;
    top: 2px
}

.sroll-shaiwu .head-portrait .v-portrait[data-v-ab8d9362] {
    width: 12px;
    height: 12px;
    top: 2px
}

.sroll-shaiwu .head-portrait-text[data-v-ab8d9362] {
    max-width: 37%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sroll-shaiwu .head-portrait-text span[data-v-ab8d9362] {
    max-width: 1.86667rem
}

.multiple .right-thubm[data-v-ab8d9362] {
    display: block;
    float: left;
    position: relative;
    height: 42px
}

.multiple .right-thubm p[data-v-ab8d9362] {
    height: 42px;
    line-height: 42px
}

.multiple .right-thubm em[data-v-ab8d9362] {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 0;
    border-radius: 6px;
    text-align: center;
    font-family: "D-DIN"
}

.multiple .right-thubm img[data-v-ab8d9362] {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 9px;
    -o-object-fit: cover;
    object-fit: cover
}

.card-main-a .card-wrap-box[data-v-ab8d9362] {
    width: 285px
}

.card-main-a .m-card[data-v-ab8d9362] {
    width: 285px;
    display: block;
    color: inherit
}

.card-main-b .card-wrap-box[data-v-ab8d9362] {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.card-main-b .card-wrap-box[data-v-ab8d9362]:last-child {
    margin-right: 0 !important
}

.card-wrap-than[data-v-ab8d9362] {
    height: 145px
}

.card-wrap-than .title-than[data-v-ab8d9362] {
    height: 81px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.71;
    font-size: 14px;
    padding: 12px 12px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: break-spaces
}

.card-wrap-than .title-than[data-v-ab8d9362] img {
    max-width: 20px
}

.card-wrap-than .more-than[data-v-ab8d9362] {
    overflow: hidden;
    padding: 9px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.card-wrap-than .head-portrait[data-v-ab8d9362] {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-wrap-than .multiple[data-v-ab8d9362] {
    margin-right: 3px;
    height: 42px;
    position: relative;
    top: 3px
}

.card-wrap-than .than-video[data-v-ab8d9362] {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .34);
    margin-top: -10px;
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-wrap-than .than-video i[data-v-ab8d9362] {
    font-size: 10px;
    color: #fff;
    position: relative;
    right: -1px
}

@media screen and (max-width: 320px) {
    .card-main-a .card-wrap-box[data-v-ab8d9362], .card-main-a .m-card[data-v-ab8d9362] {
        width: 255px
    }

    .multiple .right-thubm img[data-v-ab8d9362] {
        width: 35px;
        height: 35px
    }

    .multiple .right-thubm em[data-v-ab8d9362] {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .card-wrap-than[data-v-ab8d9362] {
        height: 140px
    }

    .card-wrap-than .head-portrait[data-v-ab8d9362] {
        padding-top: 17px
    }
}

em[data-v-515ab7d1] {
    font-style: normal
}

.buying-guide[data-v-515ab7d1] {
    padding: 6px 15px 0
}

.buying-guide .g-guide[data-v-515ab7d1] {
    padding-bottom: 3px;
    overflow: hidden;
    line-height: 1.1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

.buying-guide .g-guide span[data-v-515ab7d1] {
    float: left;
    font-weight: 700;
    font-size: 15px
}

.buying-guide .g-guide i[data-v-515ab7d1] {
    float: right;
    font-size: 13px;
    margin-top: 1px
}

.buying-guide .need-exp[data-v-515ab7d1] {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block
}

.buying-guide .need-exp[data-v-515ab7d1]:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.buying-guide .title-guide[data-v-515ab7d1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 18px;
    height: 18px
}

.buying-guide .title-guide em[data-v-515ab7d1] {
    border-radius: 3px;
    background-color: #ffedeb;
    height: 18px;
    line-height: 18px;
    color: #e62828;
    font-size: 12px;
    padding: 0 6px
}

.buying-guide .title-guide span[data-v-515ab7d1] {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    margin-left: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333
}

.buying-guide .graphic[data-v-515ab7d1] {
    overflow: hidden;
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.buying-guide .graphic p[data-v-515ab7d1] {
    float: left;
    font-size: 14px;
    line-height: 1.57;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 85%;
    padding-top: 2px
}

.buying-guide .graphic img[data-v-515ab7d1] {
    float: right;
    width: 44px;
    height: 44px;
    margin-left: 9px;
    border-radius: 3px;
    vertical-align: bottom
}

.wiki-module {
    background: #fff;
    padding: 0 .4rem
}

.wiki-module .moudle-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    height: 15px;
    padding-bottom: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.wiki-module .moudle-title h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    color: #333
}

.wiki-module .moudle-title .view-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wiki-module .moudle-title .view-more img {
    width: 50px;
    height: 12px
}

.wiki-module .moudle-title .view-more i {
    font-size: 13px;
    margin-left: 3px;
    color: #333
}

.wiki-module .wiki-content {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    max-height: 112px;
    overflow: hidden
}

.wiki-module .wiki-content.html-content-long {
    max-height: 100%;
    overflow: inherit
}

.wiki-module .wiki-content.html-content-long .expand-panel {
    bottom: -23px
}

.wiki-module .wiki-content .expand-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 84px;
    line-height: 28px;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff));
    background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 50%);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    color: #333
}

.shequ-module-container[data-v-1d2324ae] {
    background: #eee
}

.shequ-module-container .shequ-module[data-v-1d2324ae] {
    background: #fff;
    padding-bottom: 24px
}

.shequ-module-container .shequ-module[data-v-1d2324ae]:first-child {
    padding-top: 24px !important
}

.module-bottom[data-v-1d2324ae] {
    padding-bottom: 10px
}

.footer-widget {
    position: fixed;
    width: 100%;
    max-width: 1024px;
    bottom: 0;
    z-index: 23
}

.right-widget {
    width: 70px;
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2
}

.right-widget .back-top-top {
    width: 28px;
    height: 28px;
    line-height: 28px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 0 auto 10px;
    display: block
}

.right-widget .new-zone {
    display: block
}

.right-widget .new-zone img {
    max-width: 100%;
    display: block;
    border: none
}

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

.toast-wrap .toast {
    width: 246px;
    height: 135px;
    position: absolute;
    background-color: #fff;
    color: #333;
    top: 221px;
    left: 50%;
    margin-left: -143px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 20px 20px 15px
}

.toast-wrap .toast p:nth-child(3) {
    font-weight: 700
}

.toast-wrap .toast .iknow-btn {
    margin-top: 15px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5a3c), to(#e62828));
    background-image: -o-linear-gradient(top, #ff5a3c 0, #e62828 100%);
    background-image: linear-gradient(180deg, #ff5a3c, #e62828);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    border: none
}

.toast-wrap .toast .toast-close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -15px
}

.toast-wrap .toast .toast-close img {
    width: 100%
}

ul {
    margin: 0;
    padding: 0
}

.soldout-component {
    padding: 0 15px 10px;
    background: #fff
}

.soldout-component .text {
    font-size: 14px;
    line-height: 27px;
    color: #333
}

.soldout-component .good-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.soldout-component .good-card .good-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    border-radius: 2px;
    background-size: contain;
    background-position: 50%
}

.soldout-component .good-card .good-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 27.5px 0 15px;
    overflow: hidden
}

.soldout-component .good-card .name {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.soldout-component .good-card .data {
    margin-top: 12.5px;
    font-size: 12px;
    color: #999
}

.soldout-component .good-card .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, #ff5a3c), to(#e62828));
    background-image: -o-linear-gradient(top, #ff5a3c 96%, #e62828);
    background-image: linear-gradient(180deg, #ff5a3c 96%, #e62828);
    border-width: 0;
    border-radius: 12px
}

.soldout-component .mall-list {
    padding: 5px 10px;
    background-color: #f7f7f7;
    font-size: 0
}

.soldout-component .mall-list li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

.soldout-component .mall-list div, .soldout-component .mall-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.soldout-component .mall-list .mall-pic {
    width: 18px
}

.soldout-component .mall-list .name {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.soldout-component .mall-list .label-lowest {
    display: inline-block;
    padding: 0 5.5px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    border-radius: 2px;
    background-color: #e62828;
    color: #fff
}

.soldout-component .mall-list .price {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 700;
    color: #e62828
}

.soldout-component .mall-list .icon-angle-right-o-thin {
    margin-left: 4.5px;
    font-size: 12px;
    color: #999
}

.soldout-component .price-trend {
    padding: 20px 0 0
}

.soldout-component .price-trend .trend-chart {
    position: relative
}

.soldout-component .price-trend .chart-img {
    display: block;
    width: 100%
}

.soldout-component .price-trend .chart-btn {
    position: absolute;
    left: 50%;
    bottom: 25px;
    display: block;
    width: 98.55%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    line-height: 40px;
    font-size: 0;
    border-radius: 20px;
    border-width: 0;
    -webkit-box-shadow: 0 1.5px 6px 0 #ffdfdb;
    box-shadow: 0 1.5px 6px 0 #ffdfdb;
    background-color: #fff;
    color: #e62828;
    text-align: center
}

.soldout-component .price-trend .chart-btn span {
    display: inline-block;
    margin: 0 5.5px;
    font-size: 14px
}

.soldout-component .price-trend .chart-btn i {
    font-size: 14px
}

.soldout-component .price-trend .chart-btn i.icon-heart-curve-o-thin {
    font-size: 16px
}

.code-pop-wrap[data-v-979276f0] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.code-pop-wrap .mask[data-v-979276f0] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.code-pop-wrap .content[data-v-979276f0] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 285px;
    height: 118px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background-color: #fff;
    padding: 18px 18px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.code-pop-wrap .content .text[data-v-979276f0] {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    color: #333
}

.code-pop-wrap .content .btn-wrap[data-v-979276f0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px
}

.code-pop-wrap .content .btn-wrap .btn-item[data-v-979276f0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    border-radius: 6px;
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    color: #333;
    margin-right: 15px
}

.code-pop-wrap .content .btn-wrap .btn-item[data-v-979276f0]:last-child {
    margin-right: 0
}

.code-pop-wrap .content .close-btn[data-v-979276f0] {
    position: absolute;
    left: 50%;
    bottom: -55px;
    width: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pop-wrap[data-v-979276f0] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000
}

.pop-wrap .content[data-v-979276f0] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 285px;
    min-height: 185px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background-color: #fff;
    padding: 18px 18px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pop-wrap .content .title[data-v-979276f0] {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    color: #333;
    text-align: center
}

.pop-wrap .content .text[data-v-979276f0] {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    color: #333
}

.pop-wrap .content .primary-btn[data-v-979276f0] {
    border-radius: 6px;
    background-image: -o-linear-gradient(351deg, #ff724b, #e62828);
    background-image: linear-gradient(99deg, #ff724b, #e62828);
    line-height: 1.33;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 40px;
    margin-top: 18px
}

.pop-wrap .content .close-btn[data-v-979276f0] {
    position: absolute;
    left: 50%;
    bottom: -55px;
    width: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

i[data-v-979276f0] {
    font-style: normal
}

.coupon-discount-wrapper[data-v-979276f0] {
    font-size: 14px;
    padding: 0 15px 10px;
    background-color: #fff
}

.coupon-discount-wrapper .flex[data-v-979276f0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.coupon-discount-wrapper .flex-wrap[data-v-979276f0] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coupon-discount-wrapper .align-items-center[data-v-979276f0] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.coupon-discount-wrapper .justify-content-center[data-v-979276f0] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.coupon-discount-wrapper .justify-content-between[data-v-979276f0] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.coupon-discount-wrapper .dis-inline[data-v-979276f0] {
    display: inline !important
}

.coupon-discount-wrapper .cd-label[data-v-979276f0] {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    color: #e62828;
    padding: 0 4.1px 0 4px;
    margin-right: 6px;
    position: relative;
    top: -1px
}

.coupon-discount-wrapper .cd-label[data-v-979276f0]:before {
    content: "";
    width: 400%;
    height: 400%;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #e62828;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index: 2
}

.coupon-discount-lists[data-v-979276f0] {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 6px 8px 6px 12px;
    margin-bottom: 10px;
}

.coupon-discount-lists .cd-item[data-v-979276f0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.coupon-discount-lists .cd-item .cd-field-label[data-v-979276f0] {
    min-width: 68px;
    width: 68px;
    color: #999;
    line-height: 26px
}

.coupon-discount-lists .cd-item .cd-field-label.letter-spacing-5[data-v-979276f0] {
    letter-spacing: 7px
}

.coupon-discount-lists .cd-item .cd-field-value[data-v-979276f0] {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 26px;
    overflow: hidden
}

.coupon-discount-lists .cd-item .cd-field-value .cd-mall-name[data-v-979276f0] {
    margin-right: 0
}

.coupon-discount-lists .cd-item .cd-field-value span[data-v-979276f0] {
    display: inline-block;
    -webkit-tap-highlight-color: transparent
}

.coupon-discount-lists .cd-item .cd-field-value .zdm-icon[data-v-979276f0] {
    font-size: 13px;
    line-height: 26px;
    position: relative;
    top: 0
}

.coupon-discount-lists .cd-item .cd-field-value .order-screenshot-preview[data-v-979276f0] {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative
}

.coupon-discount-lists .cd-item .cd-field-value .order-screenshot-preview[data-v-979276f0]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid #eee;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.coupon-discount-lists .cd-item .cd-field-value .base[data-v-979276f0] {
    float: left;
    display: inline-grid
}

.coupon-discount-lists .cd-item .cd-field-value .base .coupon-text[data-v-979276f0] {
    padding-right: 4px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.coupon-discount-lists .cd-item .cd-field-value .base.dividing-line[data-v-979276f0] {
    padding-right: 10px
}

.coupon-discount-lists .cd-item .cd-field-value .link[data-v-979276f0] {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e62828;
    max-width: calc(100% - 5px) !important
}

.coupon-discount-lists .cd-item .cd-field-value .link .coupon-text[data-v-979276f0] {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.coupon-discount-lists .cd-item .cd-field-value .dividing-line[data-v-979276f0] {
    padding-right: 10px;
    position: relative
}

.coupon-discount-lists .cd-item .cd-field-value .dividing-line[data-v-979276f0]:after {
    content: ",";
    color: #999;
    position: absolute;
    top: 0;
    right: 6px
}

.coupon-discount-lists .cd-item .cd-field-value .wrap-buchong[data-v-979276f0] {
    margin-bottom: 9px
}

.coupon-discount-lists .cd-item .cd-field-value .wrap-buchong[data-v-979276f0]:last-child {
    margin-bottom: 0
}

.coupon-discount-lists .cd-item .cd-field-value .wrap-buchong span[data-v-979276f0] {
    display: block
}

.coupon-discount-lists .cd-item .cd-field-value .wrap-buchong .title-buchong[data-v-979276f0] {
    font-weight: 700
}

.coupon-discount-lists .cd-item .cd-field-icon[data-v-979276f0] {
    margin-left: 6px
}

.coupon-discount-lists .cd-item .cd-field-icon i[data-v-979276f0] {
    font-size: 13px;
    color: #ccc
}

.yugao-yushou {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 12px;
    height: 60px;
    border-radius: 6px;
    color: #fff;
    font-size: 0;
    background-image: -o-linear-gradient(350deg, #ff724b 3%, #e62828);
    background-image: linear-gradient(100deg, #ff724b 3%, #e62828)
}

.yugao-yushou.first {
    position: relative;
    margin: 15px 0 22px;
    z-index: 2;
    -webkit-transition: margin-top .3s;
    -o-transition: margin-top .3s;
    transition: margin-top .3s
}

.yugao-yushou.first.active {
    margin: 9px 24px
}

.yugao-yushou .left-ct {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.yugao-yushou .end-time, .yugao-yushou .start-time {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700
}

.yugao-yushou .count-down {
    font-size: 12px
}

.yugao-yushou .takepart-num {
    margin-right: 2px;
    font-size: 12px
}

.yugao-yushou .get-btn {
    position: relative;
    height: 24px;
    width: 66px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    background-color: #fff;
    color: transparent
}

.yugao-yushou .get-btn.success {
    color: hsla(0, 0%, 100%, .6);
    background-color: hsla(0, 0%, 100%, .2)
}

.yugao-yushou .get-btn.success:after {
    color: hsla(0, 0%, 100%, .6)
}

.yugao-yushou .get-btn:after {
    color: #e62828;
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 400%;
    height: 400%;
    font-size: 48px;
    text-align: center;
    line-height: 2;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.yugao-yushou .no-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px
}

.price-v10[data-v-9556e184] {
    font-size: 0;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #e62828
}

.price-v10.overdue[data-v-9556e184] {
    color: #999 !important
}

.price-v10.no-price[data-v-9556e184] {
    margin-top: 10px
}

.price-v10 .stock-status[data-v-9556e184] {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #999;
    padding-right: 9px;
    margin-right: 9px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.price-v10 .stock-status[data-v-9556e184]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    border-right: 2px solid #999
}

.price-v10 .num[data-v-9556e184] {
    font-size: 28px;
    font-family: d-din;
    margin-right: 3px;
    position: relative;
    top: 2px
}

.price-v10 .unit[data-v-9556e184] {
    font-size: 22px;
    font-weight: 700;
    margin-right: 9px
}

.price-v10 .note[data-v-9556e184] {
    font-size: 15px;
    font-weight: 700;
    margin-right: 9px
}

.price-v10 .original[data-v-9556e184] {
    display: inline-block;
    color: #999;
    font-size: 15px
}

.price-v10 .original .original-num[data-v-9556e184] {
    font-size: 15px;
    text-decoration: line-through
}

.tag-list-v10[data-v-0272a644] {
    font-size: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.tag-list-v10.no-tag[data-v-0272a644] {
    margin-top: 7px
}

.tag-list-v10 .tag-item[data-v-0272a644] {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9px;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 13px;
    border-radius: 3px;
    background-color: #f5f5f5;
    margin-right: 6px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tag-list-v10 .tag-item .text[data-v-0272a644] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tag-list-v10 .tag-item.rank[data-v-0272a644] {
    background-image: -webkit-gradient(linear, right top, left top, from(#fff7e9), to(#fffaf0));
    background-image: -o-linear-gradient(right, #fff7e9, #fffaf0);
    background-image: linear-gradient(270deg, #fff7e9, #fffaf0)
}

.tag-list-v10 .tag-item.rank .icon[data-v-0272a644] {
    height: 18px;
    vertical-align: middle
}

.tag-list-v10 .tag-item.rank span[data-v-0272a644] {
    vertical-align: middle
}

.tag-list-v10 .tag-item.rank i[data-v-0272a644] {
    color: #f4d296;
    vertical-align: middle
}

.title-v10[data-v-79336b64] {
    font-size: 0;
    line-height: 1.5
}

.title-v10 .special-label[data-v-79336b64] {
    display: inline-block;
    padding: 0 6px 0 11px;
    height: 18px;
    margin-right: 6px;
    border-radius: 3px;
    background: -o-linear-gradient(13deg, #ff593b 12%, #e62828 83%);
    background: linear-gradient(77deg, #ff593b 12%, #e62828 83%);
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    position: relative;
    vertical-align: middle
}

.title-v10 .special-label[data-v-79336b64]:after {
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 16px;
    height: 20px;
    content: "";
    /*background: url(https://res.smzdm.com/images/xiangqing_haojia.png) no-repeat 50%/contain*/
}

.title-v10 .red-tag[data-v-79336b64] {
    display: inline-block;
    background-color: #ffedeb;
    color: #e62828;
    font-size: 12px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 6px
}

.title-v10 .title[data-v-79336b64] {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    vertical-align: middle
}

.direct-wrap[data-v-06d82b7f] {
    overflow: hidden
}

.go-app[data-v-06d82b7f], .go-link[data-v-06d82b7f] {
    position: relative;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff724b), to(#e62828));
    background: -o-linear-gradient(left top, #ff724b, #e62828);
    background: linear-gradient(to right bottom, #ff724b, #e62828);
    border-radius: 3px;
    float: right;
    width: 100px;
    height: 30px;
    margin-left:5px
}

.go-app > a[data-v-06d82b7f], .go-link > a[data-v-06d82b7f] {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff
}

.go-app .sale-mark[data-v-06d82b7f], .go-link .sale-mark[data-v-06d82b7f] {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -10px;
    padding: 9px 40px 9px 10px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.go-app .sale-mark.newer[data-v-06d82b7f], .go-link .sale-mark.newer[data-v-06d82b7f] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 194px;
    padding: 9px 58.5px 9px 10px
}

.go-app .sale-mark[data-v-06d82b7f]:before, .go-link .sale-mark[data-v-06d82b7f]:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, .8)
}

.go-app .sale-mark .image[data-v-06d82b7f], .go-link .sale-mark .image[data-v-06d82b7f] {
    position: absolute;
    right: -25px;
    bottom: -21px;
    width: 94px;
    height: 104px
}

.go-app .sale-mark .image-newer[data-v-06d82b7f], .go-link .sale-mark .image-newer[data-v-06d82b7f] {
    position: absolute;
    right: -24px;
    top: -25px;
    width: 100px;
    height: 70px
}

.go-app .btn-cash-back[data-v-06d82b7f], .go-link .btn-cash-back[data-v-06d82b7f] {
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    padding: 0 6px 0 10px;
    width: auto;
    height: 25px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    color: #e62828;
    font-size: 0;
    background-color: #ffedeb;
    white-space: nowrap;
    border-radius: 2px
}

.go-app .btn-cash-back span[data-v-06d82b7f], .go-link .btn-cash-back span[data-v-06d82b7f] {
    display: inline-block;
    font-size: 12px;
    height: 100%;
    line-height: 25px
}

.go-app .btn-cash-back i[data-v-06d82b7f], .go-link .btn-cash-back i[data-v-06d82b7f] {
    margin-left: 4px;
    vertical-align: -1px;
    font-size: 13px;
    line-height: normal
}

.go-app .btn-cash-back.test-b[data-v-06d82b7f], .go-link .btn-cash-back.test-b[data-v-06d82b7f] {
    padding: 0 15px 0 25px;
    border-radius: 20px;
    height: 36px
}

.go-app .btn-cash-back.test-b span[data-v-06d82b7f], .go-link .btn-cash-back.test-b span[data-v-06d82b7f] {
    font-size: 16px;
    line-height: 36px
}

.go-app .btn-cash-back.test-b i[data-v-06d82b7f], .go-link .btn-cash-back.test-b i[data-v-06d82b7f] {
    margin-left: 5px;
    font-size: 16px
}

@media screen and (max-width: 320px) {
    .go-app .btn-cash-back.test-b i[data-v-06d82b7f], .go-link .btn-cash-back.test-b i[data-v-06d82b7f] {
        display: none
    }
}

@font-face {
    font-family: "D-DIN";
    /*src: url(//res.smzdm.com/resources/public/font/d-din/D-DIN-Bold.otf);*/
    /*src: url(//res.smzdm.com/resources/public/font/d-din/D-DIN-Bold.woff)*/
}

.card-box {
    border-top: 1px solid #eee;
    padding: 15px 0
}

.card-box, .card-box .left-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-box .left-img-box {
    width: 3.06667rem;
    height: 3.06667rem;
    margin-right: .24rem;
    overflow: hidden;
    border-radius: .08rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-box .left-img-box img {
    width: 100%;
    min-height: 3.06667rem;
    -o-object-fit: cover;
    object-fit: cover
}

.card-box .right-info-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-box .right-info-box .info-title {
    font-size: .4rem;
    color: #333;
    line-height: .58667rem;
    height: 1.17333rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700
}

.card-box .right-info-box .info-price-box {
    height: 1.46667rem;
    /*background: url(https://res.smzdm.com/mobile/haojia/img/price.275e7ad.png) no-repeat;*/
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.card-box .right-info-box .info-price-box .mail-price {
    width: 1.65333rem;
    margin-right: .77333rem;
    padding-top: .34667rem
}

.card-box .right-info-box .info-price-box .mail-price .price-con {
    font-family: D-DIN;
    font-size: .37333rem;
    font-weight: 700;
    line-height: .42667rem;
    margin-top: .13333rem;
    text-align: center
}

.card-box .right-info-box .info-price-box .mail-price .price-con em {
    font-size: .37333rem;
    font-style: normal
}

.card-box .right-info-box .info-price-box .mail-price .price-name {
    font-size: .32rem;
    text-align: center;
    margin-right: -.16rem;
    line-height: .37333rem;
    margin-top: .05333rem
}

.card-box .right-info-box .info-price-box .zdm-price {
    padding-top: .21333rem;
    width: 2.21333rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card-box .right-info-box .info-price-box .zdm-price .price-con {
    font-family: D-DIN;
    font-size: .56rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    position: relative;
    margin-top: .13333rem
}

.card-box .right-info-box .info-price-box .zdm-price .price-con em {
    font-size: .32rem;
    margin-right: .05333rem;
    position: relative;
    bottom: .02667rem;
    font-style: normal
}

.card-box .right-info-box .info-price-box .zdm-price .price-name {
    text-align: center;
    font-size: .32rem;
    margin-top: .02667rem
}

.card-box .right-info-box .info-price-box .go-img {
    padding-top: .21333rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.card-box .right-info-box .info-price-box .go-img .go-img-wrap {
    width: 1.25333rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-box .right-info-box .info-price-box .go-img .go-img-wrap img {
    width: 1.25333rem;
    height: 1.25333rem
}

ul li:first-child {
    border: none
}

.title-618 {
    width: 100%;
    /*background: url(https://res.smzdm.com/mobile/haojia/img/titleBg2.6f19996.png) center 0 no-repeat;*/
    padding: 12px 0;
    background-size: 100% 100%;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.title-618 span {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    line-height: normal;
    margin-left: 15px
}

.hot-price {
    background-color: #eee;
    border-top: 10px solid #eee
}

.hot-price .title-618 {
    /*background: url(https://res.smzdm.com/mobile/haojia/img/titleBg.93666eb.png) center 0 no-repeat;*/
    background-size: 100% 100%;
    padding-top: 15px;
    padding-bottom: 10px
}

.hot-price ul {
    padding: 0 15px;
    background: #fff;
    margin-top: -5px;
    position: relative;
    overflow: hidden
}

.hot-price ul .open-wx-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hot-price .bottom-title-618 {
    /*background: url(https://res.smzdm.com/mobile/haojia/img/footerBg.b120288.png) no-repeat;*/
    background-size: 100% 100%;
    text-align: center;
    padding: 10px 0 16px;
    position: relative;
    overflow: hidden
}

.hot-price .bottom-title-618 a {
    font-size: 14px;
    color: #e62828;
    font-weight: 700;
    display: block;
    position: relative
}

.hot-price .bottom-title-618 i {
    font-size: 14px;
    color: #e62828;
    margin-left: 5px;
    top: 1px;
    position: relative
}

.hot-price .bottom-title-618 .open-wx-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@font-face {
    font-family: "d-din";
    /*src: url(https://res.smzdm.com/resources/public/font/d-din/D-DIN-Bold.otf);*/
    /*src: url(https://res.smzdm.com/resources/public/font/d-din/D-DIN-Bold.woff)*/
}

.live-shopping-container[data-v-4c08a0de] {
    margin-top: 12px;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 12px;
    /*background: url(https://res.smzdm.com/mobile/haojia/img/live-shopping-bg1.e60385d.png) top no-repeat, #ffedeb;*/
    background-size: cover;
    overflow: hidden
}

.live-shopping-container .price[data-v-4c08a0de] {
    color: #e62828;
    overflow: hidden;
    font-size: 0
}

.live-shopping-container .price .price-num[data-v-4c08a0de] {
    display: inline-block;
    font-family: d-din;
    font-size: 27px
}

.live-shopping-container .price .price-unit[data-v-4c08a0de] {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: 2px;
    margin-right: 4px
}

.live-shopping-container .price .origin-price[data-v-4c08a0de] {
    font-size: 14px;
    color: #e62828;
    vertical-align: 1px;
    line-height: 25px;
    font-weight: 700
}

.live-shopping-container .more-price-container[data-v-4c08a0de] {
    position: relative;
    margin-top: 8px;
    margin-bottom: 4px
}

.live-shopping-container .more-price-container .price-desc.hidden[data-v-4c08a0de] {
    height: 48px;
    overflow: hidden
}

.live-shopping-container .more-price-container .price-desc[data-v-4c08a0de] {
    /*background: url(https://res.smzdm.com/mobile/haojia/img/zhubo-bg.24bddd5.png) no-repeat;*/
    background-position: 50%;
    background-size: cover;
    color: #333;
    font-size: 12px;
    line-height: 26px;
    width: 158px;
    height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.live-shopping-container .more-price-container .price-desc div[data-v-4c08a0de] {
    top: 2px;
    left: 29px;
    position: absolute;
    line-height: 26px;
    height: 25px;
    overflow: hidden;
    max-width: 4.8rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.live-shopping-container .more-price-container .more-btn[data-v-4c08a0de] {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: -3px;
    line-height: 26px;
    color: #333;
    font-size: 12px
}

.live-shopping-container .more-price-container .more-btn i[data-v-4c08a0de] {
    position: relative;
    top: 1px;
    opacity: .6;
    color: #666
}

.live-shopping-container .zhiyou-icon-container[data-v-4c08a0de] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13px;
    right: 12px;
    -webkit-tap-highlight-color: transparent
}

.live-shopping-container .zhiyou-icon-container .zhiyou-section[data-v-4c08a0de] {
    width: 70px;
    height: 19px;
    background: -o-linear-gradient(344deg, #ff724b 3%, #e62828);
    background: linear-gradient(106deg, #ff724b 3%, #e62828);
    border-radius: 3px;
    line-height: 19px;
    -webkit-tap-highlight-color: transparent
}

.live-shopping-container .zhiyou-icon-container .zhiyou-section .zhiyou-text[data-v-4c08a0de] {
    position: relative;
    left: 14px
}

.live-shopping-container .zhiyou-icon-container .zhiyou-section .zhiyou-text span[data-v-4c08a0de] {
    font-size: 11px;
    color: #fff;
    position: relative;
    top: -1px
}

.live-shopping-container .zhiyou-icon-container .zhiyou-section .zhiyou-text i[data-v-4c08a0de] {
    font-size: 10px;
    color: #fff;
    position: relative;
    right: 5px
}

.live-shopping-container .zhiyou-icon-container .zhiyou-icon[data-v-4c08a0de] {
    position: relative;
    left: 11px;
    top: -1.5px
}

.live-shopping-container .zhiyou-icon-container .zhiyou-icon img[data-v-4c08a0de] {
    width: 22px;
    height: 22px
}

.live-shopping-container .zhiyou-icon-container-left[data-v-4c08a0de] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13px;
    left: 0
}

.live-shopping-container .zhiyou-icon-container-left .zhiyou-section[data-v-4c08a0de] {
    width: 70px;
    height: 19px;
    background: -o-linear-gradient(344deg, #ff724b 3%, #e62828);
    background: linear-gradient(106deg, #ff724b 3%, #e62828);
    border-radius: 3px;
    line-height: 19px;
    -webkit-tap-highlight-color: transparent
}

.live-shopping-container .zhiyou-icon-container-left .zhiyou-section .zhiyou-text[data-v-4c08a0de] {
    position: relative;
    left: 14px
}

.live-shopping-container .zhiyou-icon-container-left .zhiyou-section .zhiyou-text span[data-v-4c08a0de] {
    font-size: 11px;
    color: #fff;
    position: relative;
    top: -1px
}

.live-shopping-container .zhiyou-icon-container-left .zhiyou-section .zhiyou-text i[data-v-4c08a0de] {
    font-size: 10px;
    color: #fff;
    position: relative;
    right: 5px
}

.live-shopping-container .zhiyou-icon-container-left .zhiyou-icon[data-v-4c08a0de] {
    position: relative;
    left: 11px;
    top: -1.5px
}

.live-shopping-container .zhiyou-icon-container-left .zhiyou-icon img[data-v-4c08a0de] {
    width: 22px;
    height: 22px
}

@media screen and (max-width: 320px) {
    .live-shopping-container .more-price-container .price-desc[data-v-4c08a0de] {
        max-width: 4.66667rem
    }
}

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

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

.grey {
    color: #999
}

.black {
    color: #555
}

.red {
    color: #e62828
}

.icons {
    /*background-image: url(https://res.smzdm.com/phone/images/7.0/icons.png);*/
    background-repeat: no-repeat;
    background-size: 100%
}

article {
    font-size: 4.2vw;
    line-height: 25px;
    /*padding: 0 4%;*/
    word-wrap: break-word;
    overflow-x: hidden !important;
    background: #fff
}

article h2, article h3, article h4, article h5, article h6 {
    font-size: 19px;
    margin-bottom: 16px;
    color: #555;
    font-weight: 700
}

article h3 {
    font-size: 18px
}

article h4 {
    font-size: 17px
}

article h5 {
    font-size: 16px
}

article h6, article p {
    font-size: 15px
}

article p {
    line-height: 1.8em;
    /*margin-bottom: 16px;*/
    color: #444;
    word-wrap: break-word;
    word-break: break-word
}

article .one-line {
    float: left
}

article img {
   width: 100%!important;
    height: auto!important;
}

article .center-img {
    width: 108.6957%;
    margin-left: -4.3478%
}

article .center-img, article .img_desc {
    text-align: center;
    display: block
}

article blockquote {
    margin: 0 0 25px;
    border-left: 2px solid #e3e3e3;
    padding-left: 4%
}

article blockquote.baoliao {
    border-left: none;
    padding-left: 0
}

article blockquote.baoliao em.title {
    float: left;
    font-weight: 700;
    font-style: normal;
    font-size: 15px
}

article blockquote p {
    line-height: 25px;
    color: #666666;
    padding-right: 0
}

article ul {
    margin-bottom: 16px;
    padding-left: 0;
    margin-left: 18px
}

article ul li {
    font-size: 15px;
    line-height: 1.8em;
    color: #444;
    list-style-type: disc
}

article ol {
    margin-bottom: 16px;
    padding-left: 0;
    margin-left: 22px
}

article ol li {
    font-size: 15px;
    line-height: 1.8em;
    color: #444;
    list-style-type: decimal
}

article table {
    border-collapse: collapse;
    line-height: normal;
    margin-bottom: 20px
}

article table td, article table th {
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #444;
    word-break: break-all;
    word-wrap: break-word
}

embed {
    width: 100%;
    height: 255px
}

article > div > img, article > img {
    margin-bottom: 16px
}

article img.small-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

img.face {
    vertical-align: top;
    max-height: 20px;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    display: inline;
    max-width: 100%
}

article p a.videoDom {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: block
}

.videoDom .face {
    max-height: none
}

.videoDom .default_video_img, .videoDom .face {
    max-width: 112%;
    margin-left: -6%
}

.youku_video {
    position: relative;
    width: 109%;
    padding-top: 75%;
    margin: 20px 0 20px -4.5%
}

.youku_video > .x-player, .youku_video > object {
    position: absolute;
    top: 0;
    left: 0
}

.youku-player-box iframe.lazyEle {
    /*background: url(https://res.smzdm.com/phone/images/7.0/video_lazyloading_bg.png);*/
    background-size: 100% 100%
}

.youku-player-box {
    position: relative;
    width: 110%;
    padding-top: 61.4%;
    margin-left: -5%;
    margin-top: 10px;
    margin-bottom: 10px
}

.youku-player-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.subtitle, .worth {
    color: #999;
    display: block;
    margin-bottom: 10px
}

.card-wrap .icons {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: -2px
}

.subtitle .icons {
    background-position: 0 -48px
}

.worth em {
    font-size: 15px;
    padding-right: 5px
}

.worth .icons {
    background-position: 0 -66px
}

.no-price .title {
    padding-top: 3px
}

.only-title .title {
    padding-top: 3px;
    margin-bottom: 0
}

.card-test {
    margin-bottom: 38px;
    margin-left: 5.333%;
    margin-right: 5.333%
}

.price-mark {
    color: #eb4b4d;
    font-size: 12px;
    position: relative;
    vertical-align: baseline
}

.item-preferential .preferential-info {
    font-weight: 700;
    margin: 0
}

.card-border .zhuanti-title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    margin-bottom: 12px
}

.card-border .zhuanti-tag {
    font-size: 0;
    height: 17px;
    overflow: hidden;
    margin-bottom: 15px
}

.card-border .zhuanti-tag span {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    color: #999;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 1px;
    height: 15px;
    line-height: 17px
}

.zhuanti-btn {
    font-size: 0;
    text-align: right
}

.zhuanti-btn span {
    display: inline-block;
    font-size: 14px;
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    float: right
}

.zhuanti-btn span.xq {
    color: #066;
    background: #e6f0f0;
    margin-right: 15px
}

.zhuanti-btn span.gw {
    color: #fff;
    background: #066
}

.card-border .card-main .zhuanti-info {
    color: #888;
    font-size: 14px
}

.card-wrap .card-info .corner-tag {
    font-size: 12px;
    color: #888;
    float: right
}

.card-wrap .card-info .corner-tag .line {
    display: inline-block;
    vertical-align: top;
    color: #ddd;
    margin: 0 4px
}

.beiwo_card {
    padding-bottom: 1%
}

.card_head {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.card_logo {
    float: left
}

.card_logo img {
    width: 35px;
    height: 25px;
    padding-left: 10px;
    border-left: 2px solid #000
}

.card_help {
    float: right;
    font-size: 12px;
    line-height: 25px
}

.card_help span {
    display: inline-block;
    margin-right: 5px;
    color: #999
}

.card_help_icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    /*background: url(https://res.smzdm.com/phone/images/7.0/beiwo_card.png) no-repeat 50%;*/
    background-position: 0 0;
    background-size: 12px auto;
    margin-bottom: -2px
}

.card_foot {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 8px;
    text-align: right
}

.card_foot_cont {
    display: inline-block;
    font-size: 10px;
    color: #ba9254;
    float: left
}

.card_foot_cont span {
    display: inline-block;
    max-width: 70px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -3px
}

.alpay_icon {
    /*background: url(https://res.smzdm.com/phone/images/7.0/beiwo_card.png) no-repeat 50%;*/
    background-position: 0 -12px;
    background-size: 12px auto
}

.alpay_icon, .wx_icon {
    display: inline-block;
    width: 12px;
    height: 12px
}

.wx_icon {
    /*background: url(https://res.smzdm.com/phone/images/7.0/beiwo_card.png) no-repeat 50%;*/
    background-position: 0 -24px;
    background-size: 12px auto
}

@media screen and (max-width: 320px) {
    .card_foot_cont {
        font-size: 8px
    }

    .card_foot_cont span {
        max-width: 56px
    }
}

.footer-pop {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    max-height: 450px;
    z-index: 9999;
    transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transition: -webkit-transform .2s cubic-bezier(0, 0, .25, 1);
    -o-transition: transform .2s cubic-bezier(0, 0, .25, 1);
    transition: transform .2s cubic-bezier(0, 0, .25, 1);
    transition: transform .2s cubic-bezier(0, 0, .25, 1), -webkit-transform .2s cubic-bezier(0, 0, .25, 1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0, 0, .25, 1)
}

.footer-pop .item {
    position: relative;
    border: none;
    z-index: 0;
    padding-top: 14px;
    padding-bottom: 16px;
    margin: 0 5.333%;
    font-size: 14px;
    line-height: 22px
}

.footer-pop .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.footer-pop .item p {
    margin-bottom: 10px
}

.footer-pop .item .z-num-group-lg {
    float: right
}

.footer-pop .num-control p {
    margin-bottom: 0;
    line-height: 32px;
    width: 20%
}

.footer-pop .pic {
    width: 85px;
    height: 85px;
    display: block;
    margin-top: -42px;
    margin-right: 10px;
    float: left;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    border: none;
    z-index: 0
}

.footer-pop .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-radius: 12px;
    z-index: 0
}

.footer-pop .pic > img {
    border-radius: 6px
}

.footer-pop .info .red {
    color: #ff4342;
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
    height: 22px
}

.footer-pop .info .black {
    color: #000;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 44px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.footer-pop .info .black b {
    font-weight: 400;
    padding-right: 10px
}

.footer-pop .info-center {
    text-align: center;
    font-size: 12px;
    color: #999;
    height: 55px;
    line-height: 55px
}

.footer-pop .content-box {
    max-height: 270px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.footer-pop .content-box .item {
    padding-bottom: 8px
}

.show {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

footer {
    border: none;
    z-index: 0;
    height: 48px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

footer .btn-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .cart-foot, footer .service-foot {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    vertical-align: middle;
    max-width: 60px;
    display: block;
    padding-top: 14px
}

footer .cart-foot > i, footer .service-foot > i {
    display: block;
    margin: 0 auto
}

footer .cart-foot > i > em, footer .service-foot > i > em {
    min-width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 14px;
    top: -3px;
    background-color: #000;
    color: #fff;
    font-size: 1px;
    border-radius: 8px;
    text-align: center;
    line-height: 13px;
    padding: 0 3px;
    border: 1px solid #fff
}

footer .cart-foot {
    position: relative;
    border: none;
    z-index: 0
}

footer .cart-foot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

footer .cart-foot > i {
    position: relative
}

#cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9998;
    display: block
}

.size_link {
    display: block;
    padding: 5px 0;
    color: #51aded
}

.btn-group .btn {
    min-width: 56px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-size: 13px;
    margin-right: 10px;

    padding: 0 8px;
    color: #666;
    overflow: hidden;
    max-width: 100%
}

.btn-group .btn-red {
    padding: 0 8px
}

.btn-foot .btn-red, .btn-group .btn-red {
    background-color: #ff4342;
    color: #fff;
    border: 1px solid #ff4342;
    display: inline-block;
    text-align: center;
    border-radius: 2px
}

.btn-foot .btn-red {
    padding: 0
}

.btn-foot .cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    border: none;
    height: 48px;
    border-radius: 0;
    font-size: 16px;
    max-width: 100%;
    width: 100%
}

.loading-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: hsla(0, 0%, 100%, 0);
    z-index: 10000;
    display: none
}

.loading-cover .loading-box {
    border: none;
    z-index: 0;
    width: 150px;
    height: 120px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -75px;
    background-color: hsla(0, 0%, 100%, .95);
    text-align: center;
    padding-top: 26px;
    border-radius: 6px
}

.loading-cover .loading-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px
}

.loading-cover .loading-box p {
    color: #999;
    font-size: 12px
}

.z-clearfix {
    zoom: 1
}

.z-clearfix:after, .z-clearfix:before {
    content: "";
    display: table
}

.z-clearfix:after {
    clear: both
}

.z-img-center {
    text-align: center;
    font-size: 0;
    zoom: 1
}

.z-img-center i, .z-img-center img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.z-img-center:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.z-highlight {
    color: #ff4342
}

.z-text-gray {
    color: #999
}

.z-group-data, .z-group-data > i {
    display: inline-block
}

.z-group-data > i {
    margin-right: 5px;
    vertical-align: -1px
}

.z-group-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.z-group-radio > span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    display: block
}

.z-arrow-black-right {
    position: relative;
    border-color: transparent #666;
    margin: 0 0 0 2px
}

.z-arrow-black-right:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -10px;
    border-color: transparent #fff
}

.z-arrow-black-right, .z-arrow-black-right:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid
}

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

.z-num-group {
    display: inline-block;
    vertical-align: middle
}

.z-num-group .z-num-input, .z-num-group .z-num-minus, .z-num-group .z-num-plus {
    height: 18px;
    width: 18px;
    line-height: 18px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    float: left;
    text-align: center;
    margin-left: -1px;
    background-color: #fff
}

.z-num-group .z-num-minus {
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.z-num-group .z-num-input {
    width: 34px;
    line-height: normal;
    vertical-align: middle;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    color: #262626
}

.z-num-group .z-num-plus {
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.z-num-group .disabled-plus {
    background-position: 0 -710px
}

.z-num-group .disabled-minus {
    background-position: 0 -746px
}

.z-num-group-lg .z-num-input, .z-num-group-lg .z-num-minus, .z-num-group-lg .z-num-plus {
    height: 32px;
    width: 30px;
    line-height: 29px
}

.z-num-group-lg .z-num-minus {
    font-size: 16px
}

.z-num-group-lg .z-num-input {
    width: 38px;
    line-height: normal;
    font-size: 16px
}

.z-num-group-lg .z-num-plus {
    font-size: 16px
}

.z-num-group-lg .disabled-plus {
    background-position: 0 -793px !important
}

.z-num-group-lg .disabled-minus {
    background-position: 0 -853px !important
}

.z-num-group .disabled {
    color: #999 !important
}

.no-scroll {
    height: 100%;
    overflow: hidden
}

.hw-title, .hw-tnum {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333
}

.hw-tnum .hw-num {
    display: inline-block;
    position: relative;
    margin: 25px 0 0;
    font-style: oblique;
    padding: 0 3px
}

.hw-tnum .hw-num:after, .hw-tnum .hw-num:before {
    content: " ";
    display: block;
    border-top: 1px solid #000;
    width: 30px;
    position: absolute;
    margin: auto 0;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.hw-tnum .hw-num:before {
    left: -35px
}

.hw-tnum .hw-num:after {
    right: -35px
}

.hw-title {
    margin: 5px auto 20px;
    width: 250px;
    line-height: 24px
}

.smzdm-vote-content {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px
}

.smzdm-vote-content img {
    display: block;
    width: 132px;
    height: 113px;
    margin: 0 auto 20px
}

.smzdm-vote-content span {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    font-weight: 700
}

.card-wrap {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    margin: 5px 0 15px;
    padding: 15px;
    line-height: normal;
    position: relative;
    border-radius: 2px
}

.card-wrap .go-buy-baike, .card-wrap .go-buy-zhongce, .card-wrap .miniprogram-look {
    font-size: 12px;
    color: #fff;
    width: 1.52rem;
    max-width: 57px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-image: -o-linear-gradient(91deg, #e62828 0, #ff5a3c 100%);
    background-image: linear-gradient(-1deg, #e62828, #ff5a3c);
    border-radius: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 91px
}

.card-wrap .miniprogram-look {
    top: auto;
    bottom: 15px
}

.card-wrap .go-buy {
    font-size: 12px;
    color: #fff;
    float: right;
    width: 1.52rem;
    max-width: 57px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-image: -o-linear-gradient(91deg, #e62828 0, #ff5a3c 100%);
    background-image: linear-gradient(-1deg, #e62828, #ff5a3c);
    border-radius: 12px
}

.card-wrap .card-main {
    display: block;
    margin-bottom: 0;
    overflow: hidden
}

.card-wrap .pic-box {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    margin-right: .4rem;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    font-size: 0
}

.card-wrap .pic-box:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.card-wrap .pic-box img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
    margin-left: 0;
    display: inline
}

.card-wrap .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #333;
    margin-bottom: 4px;
    height: 72px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.card-wrap .title.miniprogram-title {
    -webkit-line-clamp: 2;
    height: 48px;
    margin-bottom: 0
}

.card-wrap .link {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 8px;
    height: 14px;
    max-width: 60%
}

.card-wrap .card-label, .card-wrap .link {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.card-wrap .card-label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 15px;
    border-radius: 2px;
    height: 15px;
    font-size: 11px;
    color: #fff;
    opacity: .8;
    background: #e62828;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100px
}

.card-wrap .card-label-xinrui {
    background: rgba(0, 102, 102, .8)
}

.card-wrap .price {
    color: #e62828;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 3.41333rem;
    max-width: 128px;
    font-size: 16px
}

.card-wrap .price span {
    font-size: 10px;
    display: inline-block;
    margin-left: 2px
}

.card-wrap .card-info, .card-wrap .card-info-a {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    clear: both;
    word-break: break-all;
    margin-top: 15px;
    overflow: hidden;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.card-wrap .card-info span {
    color: #447dbd
}

.card-wrap .miniprogram-info {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    max-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 24px
}

.card-wrap .miniprogram-icon {
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: 14px;
    height: 14px
}

.card-wrap .miniprogram-icon i {
    color: #7885d5;
    margin-right: 5px
}

.card-wrap .title-xinrui {
    height: 24px;
    line-height: 24px;
    margin-bottom: 0
}

.card-wrap .xinrui-info {
    color: #999;
    line-height: 24px;
    margin-bottom: 11px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.card-wrap .xinrui-blue, .card-wrap .xinrui-info {
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.card-wrap .xinrui-blue {
    color: #447dbd;
    display: block;
    white-space: nowrap;
    height: 17px
}

.card-wrap .xinrui-blue span {
    display: inline-block;
    margin-right: 10px
}

.card-wrap .author {
    font-size: 12px;
    color: #888;
    float: left;
    width: 36%
}

.card-wrap .comment-num {
    font-size: 12px;
    color: #999;
    float: right;
    max-width: 18%
}

.card-wrap .comment-num i {
    margin-right: 5px
}

.instation .title {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    height: 48px
}

.instation .red-price {
    font-size: 15px;
    color: #e62828;
    letter-spacing: 0
}

.instation .blue-tag, .instation .red-price {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    line-height: 38px;
    height: 38px
}

.instation .blue-tag {
    font-size: 14px;
    color: #447dbd
}

.instation .author {
    color: #999;
    width: 2.88rem
}

.instation .comment-num {
    max-width: 22%
}

.instation .comment-num i {
    position: relative;
    top: -1px;
    vertical-align: middle
}

.instation .two-info {
    line-height: 12px;
    overflow: hidden;
    display: block;
    height: 12px
}

.card-coupon-wrap {
    position: relative;
    margin-bottom: 71px
}

.card-coupon-wrap .card-coupon {
    height: 50px;
    background: #f5f5f5;
    font-size: 13px;
    color: #000;
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden
}

.card-coupon-wrap .card-coupon .coupon-icon {
    float: left;
    margin: 15px 10px 15px 15px;
    font-size: 20px
}

.card-coupon-wrap .card-coupon .coupon-icon i {
    color: #e62828
}

.card-coupon-wrap .card-coupon .coupon-title {
    float: left;
    margin: 18.5px 0;
    white-space: nowrap;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 78%
}

.card-coupon-wrap .card-coupon .coupon-arrow {
    float: right;
    margin: 18.5px 10px 18.5px 0;
    font-size: 13px;
    color: #999
}

@media screen and (max-width: 320px) {
    .card-wrap .comment-num {
        display: none
    }

    .card-wrap .author {
        width: 100%
    }

    .zhi-num {
        display: none
    }

    .card-wrap .price {
        font-size: 14px;
        width: 2.66667rem
    }

    .beiwo_card .go-buy, .beiwo_card .price {
        font-size: 12px
    }
}

@media screen and (min-width: 375px) {
    .card-wrap .price {
        width: 40%
    }

    .card-wrap .link {
        max-width: 60%
    }
}

@media screen and (min-width: 414px) {
    .card-wrap .price {
        width: 42%
    }
}

.simple-card {
    width: 4.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-bottom: .32rem
}

.simple-card.instation .two-info {
    display: none
}

.simple-card.instation .red-price {
    font-size: 13px;
    line-height: 13px;
    height: auto
}

.simple-card .pic-box {
    position: relative;
    width: 100%;
    padding-top: 100%;
    float: none;
    display: block;
    height: 0;
    margin: 0 auto .26667rem
}

.simple-card .pic-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none
}

.simple-card .title {
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    margin-bottom: .32rem;
    font-size: 14px
}

.simple-card.card-wrap .price {
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    height: auto;
    float: none;
    max-width: none;
    display: block
}

.simple-card .card-info, .simple-card .comment-num, .simple-card .go-buy, .simple-card .zhi-num {
    display: none
}

article .xcx-card {
    overflow: hidden
}

article .xcx-card > .open-wx-launch-card {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.vote-module {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    border-radius: 4px;
    padding: 0 15px;
    margin-bottom: 15px
}

.vote-module .vote-answer {
    margin: 0
}

.vote-module .vote-answer-result {
    margin-bottom: 20px
}

.vote-module .vote-answer-result:last-child {
    margin-bottom: 0
}

.vote-head {
    position: relative;
    border: none;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 20px
}

.vote-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.vote-head .vote-icon {
    margin-bottom: 20px;
    line-height: 15px;
    height: 15px;
    font-weight: 700
}

.vote-head .vote-icon img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -2px
}

.vote-head .vote-icon span {
    font-size: 15px
}

.vote-head .vote-title {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 16px;
    color: #333;
    font-weight: 700
}

.vote-head .vote-info {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    position: relative;
    overflow: hidden
}

.vote-head .vote-info .vote-time {
    float: right
}

.vote-head .vote-info .vote-time.left-time {
    float: left
}

.vote-head .announce-date {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    line-height: normal
}

.vote-content {
    padding-bottom: 30px;
    -webkit-tap-highlight-color: transparent
}

.vote-content .vote-qa {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    color: #333;
    font-weight: 700
}

.vote-content .vote-qa .require {
    display: inline-block;
    line-height: 15px;
    vertical-align: -3px
}

.vote-content .vote-item {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-tap-highlight-color: transparent
}

.vote-content .vote-item i[class^=icon-] {
    margin-right: 11px;
    line-height: 20px
}

.vote-content .vote-item.vote-selected, .vote-content .vote-item.vote-selected i[class^=zm-icon] {
    color: #e62828
}

.vote-content .vote-item.vote-selected .icon-square-o-thin:before {
    content: "\e9b5"
}

.vote-content .vote-item.vote-selected .icon-circle-o-thin:before {
    content: "\e9b8"
}

.vote-content .vote-item.vote-result {
    display: block;
    padding: 10px 0
}

.vote-content .vote-item .vote-item-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.vote-content .vote-item .vote-item-result .result-left {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.vote-content .vote-item .vote-item-result .result-right {
    font-size: 0;
    line-height: 12px;
    text-align: right;
    width: 95px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vote-content .vote-item .vote-item-result .result-right .percent {
    font-size: 12px;
    width: 35px;
    margin-left: 5px;
    display: inline-block
}

.vote-content .vote-item .vote-item-result .result-right .count {
    font-size: 12px;
    width: 55px;
    display: inline-block
}

.vote-content .vote-item .progress-bar {
    position: relative;
    background: #f7f7f7;
    height: 5px
}

.vote-content .vote-item .progress-bar .inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #999
}

.vote-content .vote-checked .vote-item-result {
    color: #e62828
}

.vote-content .vote-checked .progress-bar {
    background: #ffedeb
}

.vote-content .vote-checked .progress-bar .inner {
    background: #e62828
}

.vote-content .vote-btn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-image: -o-linear-gradient(91deg, #e62828 0, #ff5a3c 100%);
    background-image: linear-gradient(-1deg, #e62828, #ff5a3c);
    border-radius: 34px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 15px auto 0;
    opacity: .5
}

.vote-content .vote-btn.active {
    opacity: 1
}

.vote-content .vote-btn.disable {
    background: #eee;
    color: #ccc;
    opacity: 1
}

.vote-content .error-tips {
    font-size: 0;
    line-height: 20px;
    height: 20px;
    color: #e62828
}

.vote-content .error-tips.active {
    font-size: 14px
}

.phb-wrap {
    overflow: hidden;
    background: #eee;
    padding-bottom: 10px
}

.phb-wrap .phb-recommend-tags {
    padding: 0 .4rem
}

.phb-wrap .phb-recommend-tags .phb-recommend-tag {
    border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #333;
    float: left;
    width: 4.463861rem;
    margin-right: .26667rem;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 34px
}

.phb-wrap .phb-recommend-tags .phb-recommend-tag:nth-child(2n) {
    margin-right: 0
}

.phb-wrap .phb-recommend-tags .phb-recommend-tag button {
    background-color: #fff;
    display: inline-block;
    height: 34px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    max-width: 100%;
    font-family: "PingFangSC-Regular", "Helvetica", "Microsoft YaHei", "Arial";
}

.phb-wrap .phb-recommend-tags .phb-recommend-tag button.isAndroid:after {
    color: transparent;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 48px;
    line-height: 136px;
    width: 400%;
    height: 400%
}

.phb-wrap .phb-content-card .card-group-ul {
    padding-top: 0
}

.phb-wrap .phb-content-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    margin: 25px auto 20px;
    text-align: center
}

.phb-wrap .phb-content-title h1 {
    position: relative;
    display: inline-block;
    height: 14px;
    font-weight: 700;
    font-size: 14px
}

.phb-wrap .phb-content-title h1:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -75px;
    width: 60px;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(54%, #ccc), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(right, #ccc 54%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(270deg, #ccc 54%, hsla(0, 0%, 100%, 0))
}

.phb-wrap .phb-content-title h1:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -75px;
    width: 60px;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, #ccc), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(left, #ccc 54%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, #ccc 54%, hsla(0, 0%, 100%, 0))
}

.phb-wrap .phb-content-title span {
    position: relative;
    display: inline-block;
    height: 14px
}

.phb-wrap .phb-content-title span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -75px;
    width: 60px;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(54%, #ccc), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(right, #ccc 54%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(270deg, #ccc 54%, hsla(0, 0%, 100%, 0))
}

.phb-wrap .phb-content-title span:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -75px;
    width: 60px;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(54%, #ccc), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(left, #ccc 54%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, #ccc 54%, hsla(0, 0%, 100%, 0))
}

.isfrom-otherweb .footer-banner {
    display: none !important
}

.isfrom-otherweb .scroll-top a {
    display: none
}

.content-wrap {
    background-color: #fff
}

.detail-banner {
    padding-bottom: 10px;
    background: #fff;
    margin: 0 auto;
    width: auto;
    height: 180px;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.detail-banner img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 180px
}

.is-mt-banner {
    padding-top: 25px
}

.details-title {
    padding: 0 4% 21px;
    background: #fff
}

.details-title.details-title-b {
    padding-bottom: 15px
}

.details-title .line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc
}

.details-title .grey {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px
}

.details-title .grey span {
    vertical-align: middle
}

.details-title .grey .line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0 1px
}

.details-title .toutiao {
    background: #ffedeb;
    border-radius: 2px;
    font-size: 13px;
    color: #e62828;
    height: 23px;
    line-height: 23px;
    width: 222px;
    text-align: center;
    margin: 5px 0
}

.btn-open-app {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    padding: 4px 4% 20px;
    -webkit-box-sizing: unset;
    box-sizing: unset
}

.btn-open-app.btn-open-app-b {
    border-bottom: none
}

.btn-open-app a {
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#ff593b), to(#e62828));
    background: -o-linear-gradient(left, #ff593b, #e62828);
    background: linear-gradient(90deg, #ff593b, #e62828);
    font-size: 13px
}

.module-title {
    line-height: 28px;
    margin-top: 10px;
    padding: 5px 15px 0;
    font-size: 14px;
    font-weight: 700;
    background-color: #eee
}



.module-title i {
    color: #e62828;
    font-size: 16px
}

.module-title i, .module-title span {
    display: inline-block;
    vertical-align: middle
}

.ad-banner {
    border-top: 10px solid #eee;
    width: 100%;
    position: relative;
    max-height: 300px;
    overflow: hidden
}

.ad-banner a {
    display: block
}

.ad-banner img {
    width: 100%;
    max-width: 100%
}

.ad-banner .ad-banner-span {
    display: block;
    height: 13px;
    line-height: 13px;
    width: 29px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.ad-pannel {
    max-height: 200px;
    background: #fff;
    padding-bottom: 20px
}

.ad-pannel > div {
    width: 100% !important;
    text-align: center
}

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

.toast-wrap .toast {
    width: 246px;
    height: 135px;
    position: absolute;
    background-color: #fff;
    color: #333;
    top: 221px;
    left: 50%;
    margin-left: -143px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 20px 20px 15px
}

.toast-wrap .toast p:nth-child(3) {
    font-weight: 700
}

.toast-wrap .toast .iknow-btn {
    margin-top: 15px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5a3c), to(#e62828));
    background-image: -o-linear-gradient(top, #ff5a3c 0, #e62828 100%);
    background-image: linear-gradient(180deg, #ff5a3c, #e62828);
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    border: none
}

.toast-wrap .toast .toast-close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -15px
}

.to-link, .toast-wrap .toast .toast-close img {
    width: 100%
}

.to-link {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 15px 20px;
    overflow: hidden
}

.to-link:before {
    clear: both
}

.to-link img {
    display: block;
    width: 100%;
    border-radius: 6px
}

@media screen and (max-width: 320px) {
    .sale-mark {
        display: none !important
    }
}

.lib_festival_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 10px solid #eee
}

.lib_festival_area .lib_img_box {
    width: 100%;
    height: 3.46667rem
}

.lib_festival_area + .module-title {
    margin-top: 0
}

.lib_festival_area + .no-comment {
    padding-top: 0
}

.focus-img-wechat-wrap {
    position: relative;
    overflow: hidden
}

.focus-img-wechat {
    display: block;
    width: 100%
}

.one-line {
    float: left
}

#comments {
    position: relative;
    padding: 20px 4%;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: -30px;
}

.module-title {
    line-height: 28px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    background-color: #eee
}


.module-title i {
    color: #e62828;
    font-size: 16px
}

.module-title i, .module-title span {
    display: inline-block;
    vertical-align: middle
}

.module-comments {
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 42px;
    padding-left: 15px
}

.module-comments i {
    color: #e62828;
    font-size: 16px;
    margin-right: 4px
}

.module-comments i, .module-comments span {
    display: inline-block;
    vertical-align: middle
}


.comment_share .btn_sub, .comment_share .btn_subGrey {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 2px
}

.comment_share .btn_sub {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}


