﻿.loginbottom {
}

    .loginbottom a {
        font-size: 1.2rem;
        display: block;
        float: left;
        color: #38f;
    }

        .loginbottom a:nth-child(2) {
            float: right;
        }

.margin_top_8 {
    margin-top: 0.8rem;
}
/*个人中心2020年5月13日20:30:18*/ /*商品列表2列2020年5月14日17:08:39*/ /*商品详情2020年5月15日21:48:33*/

.module-unit {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

    .module-unit .m-base-info {
        position: relative;
        padding: 0.8rem 1.6rem 1rem;
        background-color: #fff;
    }

        .module-unit .m-base-info .goods-price {
            position: relative;
            width: 100%;
            font-size: 1.3rem;
            line-height: 1.8rem;
            position: relative;
            text-align: left;
            margin: 0.2rem 0 0.8rem;
        }

        .module-unit .m-base-info .theme__color {
            color: #406dff !important;
            display: inline-block;
            margin-right: 0.8rem;
            vertical-align: middle;
            font-size: 1.6rem;
            color: #406dff;
        }

            .module-unit .m-base-info .theme__color .goods-price__current-label {
                display: inline-block;
                font-size: 1.6rem;
                line-height: 2.2rem;
                margin-right: 0.2rem;
                font-weight: 500;
                vertical-align: bottom;
            }

            .module-unit .m-base-info .theme__color .goods-price__current-price {
                display: inline-block;
                vertical-align: middle;
                font-size: 2.2rem;
                line-height: 2.4rem;
                font-weight: bolder;
                font-style: normal;
            }

        .module-unit .m-base-info .goods-price .goods-price__origin {
            display: block;
            font-size: 1.2rem;
            color: #999;
            line-height: 1.6rem;
        }

            .module-unit .m-base-info .goods-price .goods-price__origin .goods-price__origin-label {
                margin-right: 0.4rem;
            }

            .module-unit .m-base-info .goods-price .goods-price__origin .goods-price__origin-price {
                font-size: 1.2rem;
                color: #999;
                text-decoration: line-through;
            }

        .module-unit .m-base-info .goods-title {
            margin-bottom: 0;
            position: relative;
            width: 100%;
            font-size: 1.3rem;
            line-height: 1.8rem;
            padding: 0;
            margin: 0.8rem 0;
        }

            .module-unit .m-base-info .goods-title .goods-title__box {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                justify-content: space-between;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                align-items: flex-start;
                min-height: 2.6rem;
            }

                .module-unit .m-base-info .goods-title .goods-title__box .goods-title__left {
                    width: 100%;
                    box-sizing: border-box;
                }

                    .module-unit .m-base-info .goods-title .goods-title__box .goods-title__left .goods-title__main {
                        display: block;
                        width: 88%;
                        font-size: 1.6rem;
                        line-height: 2rem;
                        font-weight: 500;
                        text-align: left;
                        word-break: break-all;
                        word-wrap: break-word;
                    }

                    .module-unit .m-base-info .goods-title .goods-title__box .goods-title__left .goods-title__sub {
                        margin-top: 0.8rem;
                        color: #999;
                        font-size: 1.3rem;
                    }

                .module-unit .m-base-info .goods-title .goods-title__box .goods-title__more {
                    position: absolute;
                    right: -1.6rem;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    background: #f8f8f8;
                    padding: 0.4rem 0.6rem;
                    border-top-left-radius: 0.1rem;
                    border-bottom-left-radius: 0.1rem;
                }

                    .module-unit .m-base-info .goods-title .goods-title__box .goods-title__more .van-icon {
                        position: relative;
                        font: normal normal normal 1.4rem/1 vant-icon;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        color: rgb(153, 153, 153);
                        font-size: 1.6rem;
                    }

                        .module-unit .m-base-info .goods-title .goods-title__box .goods-title__more .van-icon:before {
                            display: inline-block;
                        }

                    .module-unit .m-base-info .goods-title .goods-title__box .goods-title__more .goods-title__more-item-word {
                        margin-left: 0.2rem;
                        font-size: 1.2rem;
                        color: #666;
                        line-height: normal;
                    }

.m-promotion__label {
    color: #999;
    margin-right: 1.2rem;
    font-size: 1.3rem;
    position: relative;
    top: 0.1rem;
}

.m-shop {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0.8rem;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

    .m-shop .goods-shop {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        overflow: hidden;
        padding: 1.6rem;
    }

        .m-shop .goods-shop .goods-shop__logo {
            width: 4.8rem;
            height: 4.8rem;
            border-radius: 0.4rem;
        }

        .m-shop .goods-shop .goods-shop__content {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: normal;
            box-sizing: border-box;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            padding: 0.2rem 0;
            height: 4.8rem;
            margin-left: 0.8rem;
            min-width: 0;
        }

            .m-shop .goods-shop .goods-shop__content .goods-shop__top {
                position: relative;
                display: block;
                margin-right: 0.8rem;
            }

                .m-shop .goods-shop .goods-shop__content .goods-shop__top .goods-shop__title {
                    font-size: 1.6rem;
                    font-weight: 500;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    max-width: 100%;
                    line-height: 1.8rem;
                }

                .m-shop .goods-shop .goods-shop__content .goods-shop__top .goods-shop__tags {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    margin-top: 0.6rem;
                }

                    .m-shop .goods-shop .goods-shop__content .goods-shop__top .goods-shop__tags .goods-shop__old-shop--3 {
                        background-image: url(../images/3nianlaodian.png);
                        display: inline-block;
                        width: 6.8rem;
                        height: 1.6rem;
                        background-size: 100% 100%;
                    }

                    .m-shop .goods-shop .goods-shop__content .goods-shop__top .goods-shop__tags .goods-shop__tag-official {
                        display: inline-block;
                        width: 1.6rem;
                        height: 1.8rem;
                        background: url(../images/qi.png) no-repeat;
                        background-size: 100% 100%;
                        position: relative;
                        margin-left: 0.3rem;
                        vertical-align: middle;
                    }

                    .m-shop .goods-shop .goods-shop__content .goods-shop__top .goods-shop__tags .goods-shop__tag {
                        display: inline-block;
                        padding: .2em .5em;
                        color: #fff;
                        font-size: 1rem;
                        line-height: normal;
                        border-radius: .2em;
                        margin-left: 0.3rem;
                        vertical-align: middle;
                        text-align: center;
                        white-space: nowrap;
                        border-radius: 0.2rem;
                        line-height: 1.6rem;
                        padding: 0 0.2rem;
                        position: relative;
                        top: 0;
                    }

        .m-shop .goods-shop .goods-shop__extra {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            width: 40%;
        }

            .m-shop .goods-shop .goods-shop__extra .goods-shop__btn {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
                padding: 0 0.8rem;
                box-sizing: border-box;
                white-space: nowrap;
                height: 2.4rem;
                border: 0.1rem solid #c9c9c9;
                border-radius: 0.1rem;
                font-size: 1.2rem;
                line-height: normal;
                line-height: 2.2rem;
                margin-right: 0.5rem;
            }
/*收银台2020年5月16日00:49:44*/

.price-panel {
    font-size: 1.2rem;
    margin: 1rem 0;
    overflow: hidden;
    background-color: #fff;
}

    .price-panel p {
        margin: 1rem 0;
        padding: 0 1.5rem;
        line-height: 1.6rem;
    }

        .price-panel p span:last-child {
            color: #111;
            float: right;
        }

    .price-panel .price-panel__total {
        font-size: 1.4rem;
        text-align: right;
        padding: 1.3rem 1.5rem 1.3rem 0;
        margin-left: 1.5rem;
        position: relative;
        font-weight: bold;
    }

.theme-color, .van-tab--active, .van-tag--plain, .van-coupon__head, .van-submit-bar__price, .van-tabs__nav--card .van-tab, .van-dialog__confirm, .van-button--danger.van-button--plain {
    color: #406dff !important;
}

.countdown {
    font-size: 1.4rem;
    background-color: #fff;
}
    /*商品详情页2020年5月16日01:56:33*/

    .countdown .countdown__status-text {
        height: 7rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 1rem 0 6rem;
        background: url(../images/icon_topay2@2x.png) no-repeat;
        background-size: 4rem 4rem;
        background-position: 1rem 1.5rem;
    }

        .countdown .countdown__status-text p {
            color: #b1b1b1;
            font-size: 1.2rem;
            margin-top: 0.2rem;
            line-height: 1.4rem;
        }
/*收货地址2020年5月17日19:10:47*/

.city_box {
    height: 70%;
    overflow-y: scroll;
}

.city_span {
    text-align: center;
    line-height: 5vh;
    font-size: 1.8vh;
}

    .city_span.xz {
        color: #406dff;
    }
/*购物车为空2020年5月17日20:04:08*/

.empty-list {
    padding: 3.2rem 0;
    text-align: center;
}

.empty-list__icon {
    display: block;
    width: 15rem;
    height: 15rem;
    margin: 0 auto;
    background: url(../images/nocar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.empty-list h2 {
    font-size: 1.4rem;
    color: #323233;
    margin-bottom: 0.8rem;
    margin-top: 2.4rem;
    font-weight: 400;
}

.empty-list .desc {
    font-size: 1.4rem;
    color: #969799;
}

.empty-list .go-homepage-btn {
    box-sizing: border-box;
    width: 7.4rem;
    height: 3.2rem;
    line-height: 3rem;
    font-size: 1.4rem;
    margin: 1.6rem auto 0;
    border: 0.1rem solid #406dff;
    color: #406dff;
    border-radius: 1.6rem;
}

    .empty-list .go-homepage-btn a {
        display: block;
        color: #406dff;
    }
/*分类标题样式2020年5月19日22:35:58*/

.vant_top_bg {
    overflow: hidden;
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    font-family: "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","\\5FAE软雅黑",STHeitiSC-Light,simsun,"\\5B8B体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
}

    .vant_top_bg img {
        margin: auto;
        display: block;
        margin-top: 0.5vh;
        margin-bottom: 0.5vh;
        width: 100%;
        height: 3.8rem;
    }

    .vant_top_bg .vant_top_bg_word {
        position: absolute;
        color: #fff;
        top: 1.2rem;
        left: 2rem;
        ;
    }

        .vant_top_bg .vant_top_bg_word span:first-child {
            font-size: 1.6rem;
        }

        .vant_top_bg .vant_top_bg_word span:nth-child(2) {
            font-size: 1.2rem;
        }
/*商品海报二维码2020年5月20日17:04:47*/

.preview {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
}

    .preview .img_view {
        position: relative;
        width: 25rem;
        margin: auto;
        margin-top: 20vh;
    }

        .preview .img_view .preview_img {
            width: 25rem;
            border-radius: 0.8rem;
        }

        .preview .img_view .close_big {
            position: absolute;
            right: 0;
            top: -3.2rem;
            height: 2.4rem;
            width: 2.4rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .preview .img_view .close_big .close {
                height: 2.4rem;
                width: 2.4rem;
                background-image: url(../images/preiwcloase.png);
                background-size: 100% 100%;
            }

        .preview .img_view .preview_word {
            font-size: 1.4rem;
            position: absolute;
            bottom: -6%;
            left: 50%;
            font-size: 1.6rem;
            color: #fff;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
            text-align: center;
        }
/*技术支持模块2020年5月24日00:29:38*/

.copyright .ft-links {
    padding: 3rem 1.5rem 1rem;
    text-align: center
}

    .copyright .ft-links a:not(:last-child) {
        border-right: 0.1rem solid #e5e5e5;
    }

    .copyright .ft-links a {
        padding: 0 0.6rem;
        color: #666;
        font-size: 1.2rem;
    }
/*关注二维码2020年5月24日01:00:55*/

.fullguide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    z-index: 2000;
}

.fullguide__inner {
    margin: 0 auto;
    width: 32rem;
    padding-top: 4.8rem;
}

.fullguide-follow__wxid {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-align: left;
}

    .fullguide-follow__wxid img {
        margin-top: 2rem;
        width: 20rem;
        height: 20rem;
    }

.fullguide-follow .fullguide-copyright > p {
    line-height: 1.2;
}

.fullguide-follow__text {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #666;
    color: #fff;
    font-size: 1.6rem;
}

.fullguide-follow__text-title {
    margin: 1.5rem 0;
    font-size: 2rem;
    color: #fff;
}

.fullguide-follow__text-step {
    margin-bottom: 1rem;
    padding-left: 5.6rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
}
/*商品评价2020年5月24日01:34:55*/

.m-goods-review {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0.8rem;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.van-cell-group {
    background-color: #fff;
}

.review-tags {
    height: 3.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
}

.van-cell__value--alone {
    color: #323233;
    text-align: left;
}

.pingjia_box .van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
}

.review-detail-tag {
    margin-right: 0.8rem;
}

.common-tag {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.red-black-theme .theme__background {
    background-color: #406dff !important;
}

.common-tag__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    border-radius: 0.1rem;
    background: #ff1414;
}

.review-detail-tag__main {
    height: 2.4rem;
    padding: 0 0.3rem;
    line-height: 2.4rem;
    -webkit-transform: none;
    transform: none;
}

.review-detail-tag__tag {
    padding: 0 0.5rem;
}

.review-item-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #666;
}

.review-item-user__img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1rem;
    border-radius: 2.8rem;
}

.review-item-user-message__block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-top: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.review-item-user-name {
    white-space: nowrap;
    font-size: 1.4rem;
}

.review-item-user-flag__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.review-item-user__flag {
    background-color: #242321;
    border-radius: 0.8rem;
    line-height: normal;
    padding: 0 0.4rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #ffe0ac;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
    height: 1.6rem;
    white-space: nowrap;
}

    .review-item-user__flag img {
        width: 1rem;
        height: 0.9rem;
        padding-right: 0.2rem;
    }

    .review-item-user__flag span {
        font-size: 1.2rem;
    }

.review-item-user__rate[data-v-2bb5e29a] {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: right;
    padding-right: 0.2rem;
    padding-top: 0.4rem;
}

.van-rate--readonly {
    cursor: default;
}

.van-rate {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.van-rate__item:not(:last-child) {
    padding-right: 0.4rem;
}

.van-rate__item {
    position: relative;
}

.van-rate__icon--full {
    color: #ffd21e;
}

.van-rate__icon {
    display: block;
    width: 1em;
    color: #c8c9cc;
    font-size: 2rem;
}

.review-content {
    color: #111;
    padding: 1.0.5rem 0 0.5rem;
    word-break: break-all;
}

.van-multi-ellipsis--l2, .van-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.van-multi-ellipsis--l2 {
    -webkit-line-clamp: 2;
}

.review-images {
    margin: 1rem 0 0 -1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-item {
    width: 25%;
    padding-bottom: 25%;
    position: relative;
}

    .image-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0 0 1.5rem 1.5rem;
        pointer-events: none;
        box-sizing: border-box;
        object-fit: cover;
    }
