﻿body, html {
    margin: 0;
    width: 100%;
    list-style: none;
    list-style-type: none;
    font-family: '微软雅黑' !important;
    padding-bottom: 10px;
    background: #f9f9f9;
}

* {
    padding: 0;
    margin: 0;
}

.floatfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: left;
}

img {
    width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.conten_box {
    padding-top: 40px;
}

#BodyPage {
    padding-bottom: 30px;
    padding-top: 30px;
}

.top {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    color: #666;
    z-index: 1000;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    box-shadow: 0px 0 0 #000, 0 0px 0 #000, 0 2px 10px #ccc, 0 0 0 #000;
}

    .top .top_txt {
        display: block;
        text-decoration: none;
        color: #666;
        width: 20%;
        float: left;
        text-align: center;
    }

        .top .top_txt.active {
            color: #ed706e;
        }

        .top .top_txt span {
            display: inline-block;
        }

        .top .top_txt img {
            width: 24px;
            vertical-align: middle;
            /* margin-right: 5px; */
            display: none;
        }

        .top .top_txt.active img {
            display: inline-block;
        }

        .top .top_txt.active span {
            /* border-bottom: 1px solid #ed706e; */
        }

/* .top .top_txt.active span i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ed706e;
    margin-right: 2px;
    border: 2px solid #fabcbd;
} */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

/* 回到首页 */

.to_home {
    position: fixed;
    right: 4px;
    bottom: 60px;
    border-radius: 5px;
    display: block;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 40px;
}

    .to_home img {
        width: 30px;
        height: 30px;
        margin: 5px 0 0 5px;
    }

.buoy {
    /* width: 50px; */
    position: absolute;
    z-index: 999;
    right: 15px;
    width: 15%;
}

a.my_slide {
    text-decoration: none;
}

.my_video .video-container .bg-blur {
    z-index: 2;
    float: left;
    width: 100%;
    padding-bottom: 100%;
}

.my_video .video-container video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.my_video .video-container span {
    padding: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    display: none;
}

.my_video .video-container {
    text-align: center;
    padding-bottom: 30px;
    background: rgb(51, 51, 51);
}

    .my_video .video-container .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .my_video .video-container .cover {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }

.swiper-pagination-bullet-active {
    background: #ee5454;
}

.countdown {
    display: none;
    padding: 5px;
    background-color: #ee5454;
    color: #fff;
    border-radius: 0;
}

.advert_img_countdown {
    background: url(../images/productDetail/advertCountdown.jpg);
    width: 100%;
    height: 7.5rem;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

    .advert_img_countdown .adert_left {
        width: 40%;
    }

        .advert_img_countdown .adert_left .left_top {
            color: #fff;
            font-size: 1.48rem;
            text-align: center;
            height: 3.5rem;
            line-height: 3.5rem;
            overflow: hidden;
        }

            .advert_img_countdown .adert_left .left_top span {
                padding: 0 5px;
            }

        .advert_img_countdown .adert_left .left_btm {
            height: 3rem;
            width: 15rem;
            border-bottom-right-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
            background: #ffd861;
            line-height: 3rem;
            color: #154470;
            padding-left: 2rem;
            overflow: hidden;
        }

            .advert_img_countdown .adert_left .left_btm span {
                font-weight: bold;
                padding: 0 5px;
                font-size: 1.67rem;
            }

    .advert_img_countdown .adert_right {
        width: 10rem;
        padding-top: 2.8rem;
        text-align: center;
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .advert_img_countdown .adert_right {
        width: 10rem;
        padding-top: 2.8rem;
        text-align: center;
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
    }

        .advert_img_countdown .adert_right .right_top {
            height: 1.4rem;
            line-height: 1.4rem;
        }

        .advert_img_countdown .adert_right .right_btm {
            height: 2.4rem;
            display: flex;
            justify-content: space-between;
            padding: 0.56rem 0.88rem;
        }

            .advert_img_countdown .adert_right .right_btm .time {
                height: 2rem;
                width: 2rem;
                border-radius: 0.2rem;
                background: #000;
                text-align: center;
                line-height: 2rem;
                font-size: 1.26rem;
            }

.details_box {
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 10px;
    position: relative;
}

    .details_box .title {
        color: #333;
        font-size: 16px;
        font-weight: normal;
        font-family: "微软雅黑";
    }

        .details_box .title img {
            width: 23%;
            vertical-align: middle;
        }

    .details_box .ghort_desc_tag .dibiao {
        color: #ff8e00;
        border: 1px solid #ff8e00;
        padding: 1px 4px;
    }

    .details_box .desc {
        color: #999;
        font-size: 12px;
        font-weight: normal;
        font-family: "微软雅黑";
        margin: 2px 0;
    }

        .details_box .desc p {
            display: initial;
            margin: 0;
        }

    .details_box .ghort_desc_tag {
        display: none;
    }

        .details_box .ghort_desc_tag span.baoyou {
            color: #ee5454;
            border: 1px solid #ee5454;
            padding: 1px;
            /* margin-top: 5px; */
            margin-right: 2px;
        }

        .details_box .ghort_desc_tag span.dibiao {
            color: #ff8e00;
            border: 1px solid #ff8e00;
        }

        .details_box .ghort_desc_tag span.youji {
            color: #0daa0d;
            border: 1px solid #0daa0d;
        }

    .details_box .price {
        color: #ee5454;
        font-size: 12px;
        font-weight: normal;
        margin-top: 1px;
        line-height: 30px;
    }

        .details_box .price .vip_prc {
            color: #666;
            font-size: 14px;
            margin-left: 6px;
        }

            .details_box .price .vip_prc img {
                width: 60px;
                vertical-align: middle;
            }

.price .vip_prc_txt {
    color: #f3d43e;
    background: #2a2a2a;
    padding: 1px 4px;
    border-radius: 4px;
    margin-left: 2px;
}

.details_box .price .yuan {
    font-size: 18px;
    font-style: normal;
    margin-right: 3px;
}

.details_box .price .sale_price {
    font-size: 20px;
}

.details_box .price .market_price {
    color: rgb(153, 153, 153);
    margin-left: 5px;
    text-decoration: line-through;
}

.details_box .price .sale_tips {
    float: right;
    color: #999;
    margin-top: 2px;
    font-size: 12px;
}

.details_box .price .pin_pri img {
    width: 12%;
}

.details_box .price .pin_pri {
    color: #ee5454;
    font-size: 20px;
}


/*新会员开通样式*/
.vip_open_new {
    /* margin: 0 10px; */
    background: url('../images/productDetail/v_bg.png') no-repeat;
    height: 82px;
    /* padding: 0 5px; */
    font-size: 12px;
    /*background: #f8f4f4;*/
    display: block;
    width: 100%;
    background-size: 100% 100%
}

    .vip_open_new .vip_open_left {
        display: inline-block;
        width: 65%;
        height: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-top: 5px;
    }

        .vip_open_new .vip_open_left .vip_left_top {
            font-size: 25px;
            font-weight: bold;
            padding-top: 12px;
            color: rgb(255, 235, 214);
            font-family: FangSong;
            line-height: 1.1;
            letter-spacing: -3px;
        }

            .vip_open_new .vip_open_left .vip_left_top span {
                letter-spacing: -1px;
            }

        .vip_open_new .vip_open_left .vip_left_bottom {
            color: #8c8c8c;
            font-size: 14px;
            color: rgb(255, 235, 214);
            line-height: 1.375;
            letter-spacing: -1px;
            padding-top: 2px;
        }

    .vip_open_new .vip_open_right {
        float: right;
        width: 30%;
        height: 100%;
        color: #333;
        box-sizing: border-box;
        text-align: center;
        padding-top: 6px;
        position: relative;
    }

        .vip_open_new .vip_open_right .vip_right_top {
            position: absolute;
            right: 10%;
            top: 15%;
            font-size: 20px;
            color: rgb(255, 235, 214);
        }

        .vip_open_new .vip_open_right .vip_right_bottom {
            position: absolute;
            right: 10%;
            bottom: 10%;
        }


/*产品推广按钮*/
.extension_btn {
    position: fixed;
    bottom: 200px;
    right: 5px;
    z-index: 99;
    background: linear-gradient(0deg, #df5859 0%, #fc8383 100%);
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 15px;
}

.vip_open {
    /* margin: 0 10px; */
    /* background: url('../images/vcard_bg.png') no-repeat; */
    height: 45px;
    /* padding: 0 5px; */
    font-size: 12px;
    background: #f8f4f4;
    display: block;
}

    .vip_open .vip_open_left {
        display: inline-block;
        width: 78%;
        height: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-top: 5px;
    }

        .vip_open .vip_open_left .vip_left_top {
            color: #4b4b4b;
        }

            .vip_open .vip_open_left .vip_left_top span:nth-child(1) {
                color: #f3d43e;
                background: #000;
                padding: 0 4px;
                border-radius: 8px;
                margin-right: 10px;
            }

            .vip_open .vip_open_left .vip_left_top span:nth-child(2) {
                color: #ee5454;
            }

        .vip_open .vip_open_left .vip_left_bottom {
            color: #8c8c8c;
            padding-top: 5px;
        }

    .vip_open .vip_open_right {
        float: right;
        width: 19%;
        height: 100%;
        background: #eeebe2;
        color: #333;
        font-weight: 600;
        box-sizing: border-box;
        /* padding-left: 20px; */
        text-align: center;
        padding-top: 6px;
        position: relative;
    }

        .vip_open .vip_open_right .vip_open_go {
            position: absolute;
            width: 20%;
            right: 5%;
            top: 50%;
            transform: translateY(-50%);
        }

.details_box .pin {
    font-size: 12px;
    background-color: #d34a44;
    color: #fff;
    padding: 1px 2px;
    margin-right: 6px;
}

.details_box .vip_open .vip_open_prc {
    color: #ee5454;
}

.details_box .collection_box {
    position: absolute;
    right: 10px;
    top: 10px
}

.choice_day_msg {
    color: #666666;
    font-size: 14px;
    background-color: #ececec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 5px solid #ffffff;
    width: 98%;
    margin: 0 auto;
    font-weight: 600;
}

    .choice_day_msg div {
        margin-left: 20px;
        margin-right: 20px;
    }

.packcontent_box {
    margin-top: 10px;
}

.delete_box {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
}

    .delete_box table td {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        font-family: "微软雅黑";
        padding-bottom: 1.5em;
    }

        .delete_box table td:nth-child(1) {
            width: 13%;
        }

    .delete_box table ul li {
        float: left;
        margin-right: 5px;
        /*    padding: 5px 0;    */
        margin-top: 5px;
        line-height: 2.5;
    }

    .delete_box table td li a {
        color: #666;
        border: 1px solid #666;
        font-size: 14px;
        font-weight: normal;
        font-family: "微软雅黑";
        padding: 5px;
        border-radius: 2px;
        text-decoration: none;
    }

        .delete_box table td li a.active {
            /* background: url(../images/gouxuan_icon.jpg) no-repeat right bottom; */
            background-size: 10px 10px;
            border-radius: 2px;
            border: 1px solid #ee5454;
            text-decoration: none;
        }

/* packcontent */

.packcontent {
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    color: #999;
    background: #fff;
    padding: 2px 10px;
    font-size: 12px;
    display: block;
}

    .packcontent .packname {
        padding: 5px 5px;
        float: left;
        width: 14%;
        font-size: 14px;
        color: #8c8c8c;
    }

    .packcontent .packc {
        float: right;
        color: #666;
        padding: 5px 0;
        border-bottom: none;
        width: 86%;
    }

.packc .packc_txt .packa_txt_coupon::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background: url('../images/coupon_bg_s.png') left;
    background-size: cover;
    left: 0;
}

.packc .packc_txt .packa_txt_coupon {
    position: relative;
    display: inline-block;
    color: #ee5454;
    margin-left: 5px;
    position: relative;
    border-top: 1px solid #edb8b8;
    border-bottom: 1px solid #edb8b8;
    border-right: 1px solid #edb8b8;
    padding-left: 7px;
    padding-right: 5px;
}

/* .packc .packc_txt .packa_txt_coupon::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-top: 1px solid #e4393c;
    border-right: 1px solid #e4393c;
    left: -7px;
    top: 30%;
    background: #fff;
} */

.packcontent .packc.discount .discount_limited {
    float: right;
    color: #666;
}

.packcontent .packc.discount {
    color: #ee5454;
}

.packcontent .packc .packc_txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    float: left;
}

.packcontent .packc p {
    display: inline;
}

.packcontent .packc img {
    width: 17px;
    vertical-align: middle;
    float: right;
}

.packcontent .packc .descending {
    display: inline-block;
    color: #ee5454;
    border: 1px solid #ee5454;
    float: left;
}

.packcontent .packc .des_right {
    float: left;
    padding-left: 10px;
}

    .packcontent .packc .des_right .vcard_style {
        color: #f3d43e;
        background: #2a2a2a;
        padding: 1px 4px;
        border-radius: 4px;
        margin-left: 2px;
    }

    .packcontent .packc .des_right .limit {
        padding-right: 25%;
        position: relative;
    }

.packcontent .indicate > div {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 0;
}

    .packcontent .indicate > div > img {
        width: 18px;
        margin-right: 5px;
        vertical-align: middle;
    }

.pagination_txt {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #ccc;
    border-radius: 12px;
    font-size: .8em;
    color: #fff;
    position: absolute;
    right: 5px;
}

.left_slip {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    right: -25px;
}

/* 无货提示*/
.purchase_notice {
    width: 60vw;
    height: 25vw;
    background: #2a2a2a;
    text-align: center;
    position: fixed;
    z-index: 10000;
    left: 20%;
    top: 40%;
    color: #fff;
    border-radius: 19px;
    display: none;
}

    .purchase_notice .notice_img {
        width: 30px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .purchase_notice .notice_text {
        text-align: center;
        margin: 0 auto;
        padding: 0 10px;
        padding-top: 10px;
    }

.stock_tips {
    position: fixed;
    width: 100%;
    bottom: 53px;
    background: #f8f7d9;
    z-index: 9999;
    padding-top: 13px;
    display: flex;
    justify-content: center;
}

    .stock_tips .stock_tips_text {
        font-size: 16px;
        color: #b82b1b;
    }

    .stock_tips .stock_tips_icon {
        /*width: 17px;*/
    }

        .stock_tips .stock_tips_icon img {
            width: 24px;
        }
/* footed */
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #e0e0e0;
}

    .footer a {
        display: inline-block;
        text-decoration: none;
        color: #666;
        font-size: 12px;
        width: 10%;
        text-align: center;
        padding-top: 10px;
        position: relative;
    }

        .footer a img {
            width: 17px;
        }

        .footer a .cart_posi {
            position: absolute;
            left: 50%;
            top: 6px;
            background: #ee5454;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 15px;
        }

    .footer .footer_car {
        width: 30%;
        color: #fff;
        text-align: center;
        background: linear-gradient(0deg, #FFA500 0%, #FF8C00 100%);
        position: absolute;
        right: 29%;
        /*height: 100%;*/
        top: 0;
        line-height: 40px;
        font-size: 16px;
        border-radius: 40px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
    }

    .footer .footer_car1 {
        width: 25%;
        color: #fff;
        text-align: center;
        background: linear-gradient(0deg, #df5859 0%, #fc8383 100%);
        position: absolute;
        right: 2%;
        /*height: 100%;*/
        top: 0;
        line-height: 40px;
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 40px;
        margin-top: 5px;
    }

    .footer .footer_car2 {
        width: 25%;
        color: #fff;
        text-align: center;
        background: linear-gradient(0deg, #FFA500 0%, #FF8C00 100%);
        position: absolute;
        right: 29%;
        /*height: 100%;*/
        top: 0;
        line-height: 20px;
        font-size: 16px;
        border-radius: 40px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
    }

    .footer .footer_car3 {
        width: 25%;
        color: #fff;
        text-align: center;
        background: linear-gradient(0deg, #df5859 0%, #fc8383 100%);
        position: absolute;
        right: 2%;
        /*height: 100%;*/
        top: 0;
        line-height: 20px;
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 40px;
        margin-top: 5px;
    }

/* 用户评论 */

.packcontent_box .comment_top {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    color: #8c8c8c;
    font-size: 14px;
}

    .packcontent_box .comment_top .comment_all {
        float: right;
        color: #ee5454;
    }

        .packcontent_box .comment_top .comment_all img {
            width: 10px;
            margin-left: 10px;
            vertical-align: middle;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            /* IE 9 */
            -moz-transform: rotate(180deg);
            /* Firefox */
            -webkit-transform: rotate(180deg);
            /* Safari 和 Chrome */
            -o-transform: rotate(180deg);
            /* Opera */
        }

.packcontent_box .comment_list {
    padding: 10px;
    background: #fff;
}

    .packcontent_box .comment_list .comment_list_top {
        overflow: hidden;
    }

        .packcontent_box .comment_list .comment_list_top .comment_userimg {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            float: left;
            overflow: hidden;
        }

            .packcontent_box .comment_list .comment_list_top .comment_userimg img {
                vertical-align: middle;
            }

        .packcontent_box .comment_list .comment_list_top .comment_name {
            float: left;
            color: #666;
            margin: 0 10px;
        }

        .packcontent_box .comment_list .comment_list_top .is_vcard {
            color: #ab956b;
            float: left;
            background: #000;
            padding: 2px;
            border-radius: 5px;
            font-size: 12px;
        }

        .packcontent_box .comment_list .comment_list_top .comment_grade {
            float: left;
        }

            .packcontent_box .comment_list .comment_list_top .comment_grade span {
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url('../images/star.png') no-repeat;
                background-size: 20px;
            }

                .packcontent_box .comment_list .comment_list_top .comment_grade span.active {
                    background-position-y: -23px;
                }

.packcontent_box .comment_conter {
    padding-top: 10px;
    color: #666;
}

    .packcontent_box .comment_conter .comment_img {
        width: 100%;
        padding-top: 10px;
    }

        .packcontent_box .comment_conter .comment_img img {
            width: 23%;
            margin-bottom: 5px;
            margin-right: 2px;
        }

.recommend {
    background: #fff;
    margin-top: 10px;
}

    .recommend .recommend_top {
        color: #8c8c8c;
        font-size: 14px;
        padding: 10px;
    }

        .recommend .recommend_top .right_hua {
            float: right;
            color: #999;
        }

            .recommend .recommend_top .right_hua img {
                width: 18px;
                margin-left: 5px;
                vertical-align: middle;
            }

    .recommend .commendlist_box {
        display: block;
        width: 33.33%;
        float: left;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .recommend .my_swiper1 {
        padding-bottom: 22px;
    }

        .recommend .my_swiper1 .swiper-slide {
            /* width: 33% !important; */
            text-align: center;
            margin-bottom: 5px;
        }

    .recommend .shop_img {
        padding-top: 100%;
        position: relative;
        width: 98%;
    }

        .recommend .shop_img img {
            position: absolute;
            top: 0;
            left: 0;
        }

    .recommend .swiper-slide .shop_img::after {
        display: inline-block;
        width: 1px;
        height: 5vh;
        background: #ccc;
        content: '';
        position: absolute;
        top: 38%;
        right: 0;
    }

    .recommend .commendlist_box:nth-child(3n) .shop_img::after {
        width: 0;
    }

    .recommend .swiper-slide .shop_img img {
        width: 96%;
    }

    .recommend .swiper-slide .shop_des .shop_des_title {
        padding: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #666;
        font-size: 14px;
    }

    .recommend .swiper-slide .shop_des .shop_des_prc {
        color: #ee5454;
        font-size: 14px
    }

        .recommend .swiper-slide .shop_des .shop_des_prc span {
            font-size: 12px;
        }

.my_pagination .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
}

.shop_details {
    margin-top: 10px;
    background: #fff;
    padding-bottom: 45px;
}

    .shop_details .load_des {
        font-size: 16px;
        color: #666;
        text-align: center;
        padding: 10px;
    }

    .shop_details .shop_top {
        /* border-bottom: 1px solid #ccc; */
        text-align: center;
        /* margin-bottom: 10px; */
        overflow: hidden;
        color: #666;
        position: relative;
        display: flex;
    }

        /* 
.shop_details .shop_top::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    left: 50%;
    top: 12px;
    background: #ccc;
} */

        .shop_details .shop_top .shop_top_det {
            flex: 1;
            height: 40px;
            line-height: 40px;
            margin-bottom: 1px;
        }

            .shop_details .shop_top .shop_top_det span {
                display: inline-block;
                padding: 0 16px;
            }

                .shop_details .shop_top .shop_top_det span.active {
                    color: #ee5454;
                    border-bottom: 1px solid #ee5454;
                }

            .shop_details .shop_top .shop_top_det:nth-child(1) {
                /* border-right: 1px solid #ccc; */
            }

            .shop_details .shop_top .shop_top_det.active span {
                color: #ee5454;
                border-bottom: 1px solid #ee5454;
            }

    .shop_details .goods_details_box {
        display: none;
    }

        .shop_details .goods_details_box.active {
            display: block;
        }

.goods_details_box {
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    width: 98%;
    padding-left: .7rem;
}

/* 弹窗 */

.golbal_alert_out {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 63, 63, 0.25);
    z-index: 9999;
}

.golbal_alert_in {
    background: #fff;
    width: 29rem;
    height: 19rem;
    border-radius: 1rem;
    margin: 20rem auto 0 auto;
    text-align: center;
    font-size: 14px;
    position: relative;
}

    .golbal_alert_in .a_title {
        height: 4.5rem;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
    }

        .golbal_alert_in .a_title span {
            color: mediumslateblue;
        }

    .golbal_alert_in .a_content {
        height: 10rem;
        display: flex;
        padding: 0 4.5rem;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    .golbal_alert_in .a_btn {
        box-sizing: border-box;
        height: 4.5rem;
        border-top: 1px solid #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        letter-spacing: 2px;
        color: cadetblue;
    }

.golbal_alert_out .close_alert {
    /* position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%); */
    width: 4rem;
    height: 4rem;
    margin: 1rem auto;
    background: #fff;
    border-radius: 50%;
}

    .golbal_alert_out .close_alert img {
        display: block;
        width: 100%;
        height: 100%;
    }

/* 模态 */

.motai {
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    z-index: 99999;
    width: 100%;
    top: 0;
    transition: 0.3s;
    display: none;
}

    .motai .motai_box {
        background: #fff;
        position: absolute;
        bottom: -100%;
        height: 350px;
        width: 100%;
        border-radius: 10px 10px 0 0;
        font-size: 16px;
        padding-top: 40px;
        padding-bottom: 30px;
        transition: 0.5s;
    }

    .motai .indicate img {
        width: 17px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .motai .motai_box .motai_title {
        text-align: center;
        font-size: 20px;
        color: #333;
        /* padding: 10px 0; */
        position: absolute;
        top: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

        .motai .motai_box .motai_title .close_motai {
            position: absolute;
            right: 10px;
            top: 0px;
            padding: 10px;
        }

            .motai .motai_box .motai_title .close_motai img {
                width: 20px;
            }

    .motai .motai_box .motai_contenr {
        color: #666 !important;
        height: 100%;
        overflow: scroll;
        padding: 10px;
    }

    .motai .motai_box .indicate {
        margin-top: 20px;
    }

    .motai .motai_box .motai_btn {
        position: absolute;
        bottom: 0;
        padding: 20px 0;
        width: 93%;
    }

        .motai .motai_box .motai_btn button {
            background: #e4393c;
            height: 30px;
            font-size: 24px;
            color: #fff;
            border: none;
            border-radius: 15px;
            width: 100%;
        }

    .motai .motai_box .motai_coupon_contenr {
        height: 100%;
        overflow: scroll;
    }

        .motai .motai_box .motai_coupon_contenr .motai_coupon_list {
            background: url(../images/coupon_bg.png) no-repeat;
            background-size: 100%;
            padding: 5vw 0vw;
            margin: 10px 10px 0px 10px;
            padding-right: 0;
            padding-top: 2vw;
        }

            .motai .motai_box .motai_coupon_contenr .motai_coupon_list > div {
                float: left;
                width: 59%;
                text-align: center;
                color: #666;
            }

    .motai .motai_coupon_contenr .motai_coupon_list div.motai_coupon_list_left {
        border-right: 1px dashed #ccc;
        width: 40%;
    }

    .motai .motai_coupon_contenr .motai_coupon_list .motai_coupon_prc span {
        color: #ee5454;
        font-size: 4vw;
    }

        .motai .motai_coupon_contenr .motai_coupon_list .motai_coupon_prc span:nth-child(2) {
            font-size: 7vw;
            font-weight: bold;
        }

    .motai .motai_coupon_contenr .motai_coupon_list .motai_coupon_title p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* padding: 0 5px; */
        font-size: 3.5vw;
        margin: 0;
    }

        .motai .motai_coupon_contenr .motai_coupon_list .motai_coupon_title p:nth-child(2) {
            color: #999;
        }

    .motai .motai_coupon_contenr .motai_coupon_list .motai_coupon_title button {
        color: #ee5454;
        border: 1px solid #ccc;
        border-radius: 20px;
        background: #fff;
        padding: 0 10px;
        margin-top: 5px;
    }

.choice_motai {
    width: 40vw;
    height: 10vw;
    background: #2a2a2a;
    text-align: center;
    line-height: 10vw;
    position: fixed;
    z-index: 10000;
    left: 30%;
    top: 45%;
    color: #fff;
    border-radius: 10px;
    display: none;
}

/* comment */

.comment_page_top {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
}

    .comment_page_top .top_text {
        float: left;
        width: 49%;
        text-align: center;
        font-size: 16px;
        height: 45px;
        line-height: 50px;
    }

        .comment_page_top .top_text:nth-child(1) {
            /* width: 20%;
    padding-top: 12px;
    height: 38px; */
        }

            .comment_page_top .top_text:nth-child(1) a {
                display: block;
                width: 100%;
                height: 100%;
                text-align: left;
                padding-left: 20px;
            }

            .comment_page_top .top_text:nth-child(1) img {
                width: 26%;
                vertical-align: middle;
            }

        .comment_page_top .top_text.active span {
            line-height: 50px;
        }

        .comment_page_top .top_text.active span {
            color: #ee5454;
            border-bottom: 1px solid #ee5454;
            display: inline-block;
            height: 100%;
            padding: 0 10px;
        }

.comment_page_conter {
    padding: 50px 0;
}

    .comment_page_conter .comment_conter_box {
        background: #fff;
        margin-bottom: 15px;
    }

.comment_conter_box .comment_page_conter_top {
    padding: 10px
}

    .comment_conter_box .comment_page_conter_top div {
        display: inline;
        font-size: 18px;
        color: #666;
        margin-right: 5px;
    }

    .comment_conter_box .comment_page_conter_top .comment_page_conter_top_vcard {
        background: #000;
        color: #ab956b;
        padding: 0 4px;
        border-radius: 5px;
    }

    .comment_conter_box .comment_page_conter_top .comment_page_conter_top_grade span {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url('../images/star.png') no-repeat;
        background-size: 20px;
    }

        .comment_conter_box .comment_page_conter_top .comment_page_conter_top_grade span.active {
            background-position-y: -23px;
        }

.comment_conter_box .comment_page_txt {
    color: #7b7b7b;
    font-size: 16px;
    padding: 10px;
}

.comment_conter_box .comment_page_img {
    padding: 10px
}

    .comment_conter_box .comment_page_img img {
        width: 23%;
        margin-right: 2%;
        vertical-align: top;
    }

.comment_conter_box .comment_page_chase {
    padding: 10px;
    border-top: 1px dashed #ccc;
    padding-bottom: 20px;
    color: #7b7b7b;
    font-size: 16px
}

    .comment_conter_box .comment_page_chase .comment_chase_title {
        color: #ee5454;
        padding-bottom: 10px;
    }

.comment_conter_box .comment_page_kefu {
    padding: 10px;
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    color: #7b7b7b;
    font-size: 16px;
    position: relative;
}

    .comment_conter_box .comment_page_kefu::after {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        position: absolute;
        top: -5px;
        left: 40px;
        background: #fff;
        transform: rotate(45deg);
    }

    .comment_conter_box .comment_page_kefu .comment_kefu_title {
        color: #ee5454;
        padding-bottom: 10px;
    }

.comment_page_conter .comment_none {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    color: #666;
    background: #fff;
    display: none;
}

.loading {
    width: 40%;
    height: 200px;
    position: fixed;
    z-index: 99999;
    left: 30%;
    top: 45%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

    .loading img {
        width: 50%;
        margin-bottom: 5px;
    }

#remarkPage {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    background: #fff;
    top: 0;
}

    #remarkPage .hint_text {
        padding: 6px;
        color: #ee5454;
        display: none;
    }

.bx_loader {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
}

.u-flyer {
    z-index: 10000;
}

.gotop {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #4b4b4b;
    opacity: 0.6;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
    display: none;
    z-index: 10000;
}

    .gotop img {
        width: 23px;
        margin-top: 5px;
    }

/* zoomimg */

.zoomimg_map {
    background: #000;
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
}

    .zoomimg_map .zoomimg_box {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

.PRODUCT_IMAGE_BOTTOM a {
    display: block;
    position: relative;
}

.PRODUCT_IMAGE_BOTTOM .bottom_down {
    position: absolute;
    /* width: 41%; */
    right: 30px;
    top: 70%;
    line-height: 45px;
    font-size: 15px;
    color: red;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 700;
}

    .PRODUCT_IMAGE_BOTTOM .bottom_down span {
        padding: 2px 3px;
        /* background: #000;*/
        font-weight: 700;
        border-radius: 4px;
        color: red
    }

/*V卡专属横幅*/
.Membermoney {
    width: 100%;
    /*height: 70px;*/
    background: url("../images/productDetail/vjia.png");
    background-size: 100% 100%;
    /*display: flex;*/
}

    .Membermoney .price {
        display: flex;
        margin-left: 10px;
        padding-top: 7px;
        padding-bottom: 5px;
    }

        .Membermoney .price .original {
            color: rgb(255, 255, 255);
            font-size: 30px;
            letter-spacing: -1px;
            padding-top: 5px;
        }

            .Membermoney .price .original span {
                color: rgb(255, 255, 255);
                font-size: 15.311px;
            }

        .Membermoney .price .Vmoney {
            color: red;
            font-size: 20px;
            background-color: #ffffff;
            letter-spacing: -1px;
            border-radius: 20px;
            padding-left: 10px;
            padding-right: 10px;
            font-weight: 600;
            margin: auto 0;
            margin-left: 10px;
            height: 100%;
            width: 210px;
        }

            .Membermoney .price .Vmoney .huiyuan {
                color: red;
                font-size: 20px;
                letter-spacing: -2px;
                line-height: 20px;
                margin: 4px 0px;
            }

            .Membermoney .price .Vmoney .huiyuanjia {
                color: red;
                font-size: 25px;
            }

            .Membermoney .price .Vmoney span {
                font-size: 15px;
            }

    .Membermoney .open {
        color: #ffffff;
        font-size: 15px;
        margin-left: 10px;
    }

        .Membermoney .open span {
            color: rgb(255, 235, 214);
        }


.miaosha {
    width: 100%;
    height: 59px;
    background: url("../images/productDetail/miao_bg.jpg");
    background-size: 100% 100%;
    display: flex;
}

    .miaosha .left_icon {
        width: 41px;
        height: 41px;
        margin: 9px 0 0 6px;
    }

        .miaosha .left_icon img {
            width: 41px;
            height: 41px;
        }

    .miaosha .right_price {
        width: 100px;
        height: 100%;
        margin-left: 10px;
    }

        .miaosha .right_price .p_top {
            font-size: 20px;
            color: #fff;
        }

            .miaosha .right_price .p_top .pricce {
                font-size: 28px;
                color: #fff;
                margin-left: -3px;
            }


        .miaosha .right_price .p_btm {
            /* height: 10px; */
        }

            .miaosha .right_price .p_btm img {
                /* height: 12px;
    width: 80;
    display: block; */
            }

/* .miaosha img{
    width: 100%;
    display: block;
} */

/*促销*/
.cuxiao {
    width: 100%;
    height: 59px;
    background: url("../images/productDetail/cuxiao.jpg");
    background-size: 100% 100%;
    display: flex;
}

    .cuxiao .left_icon {
        width: 41px;
        height: 41px;
        margin: 9px 0 0 6px;
    }


        .cuxiao .left_icon img {
            width: 41px;
            height: 41px;
        }

    .cuxiao .right_price {
        width: 100px;
        height: 100%;
        margin-left: 10px;
    }

        .cuxiao .right_price .p_top {
            font-size: 15px;
            color: #fff;
        }

            .cuxiao .right_price .p_top .pricce {
                font-size: 28px;
                color: #fff;
                margin-left: -3px;
            }

    .cuxiao .new_price {
        width: 100px;
        /*height: 100%;*/
        /*margin-left: 10px;*/
        margin-top: 20px;
        color: #ffffff;
        text-decoration: line-through;
        position: absolute;
        left: 155px;
    }


.pin_footer a {
    width: 15% !important;
    display: block;
    float: left;
}

.pin_footer .pin_car {
    float: left;
    height: 50px;
    color: #fff;
    background: #3c2c2f;
    width: 30%;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
}

.pin_footer .zhuli_car {
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 0;
}

.pin_footer .pin_car p {
    margin: 0;
}

.pin_footer .open_pin {
    float: left;
    width: 40% !important;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    background: #ce4949;
    color: #fff;
    display: block;
}

.pin_footer .zhuli_to {
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 0;
}

.pin_footer .open_pin p {
    margin: 0;
}

.collage .packname {
    width: 20%;
}

.collage .packc {
    width: 80%;
}

.togroup {
    margin-top: 10px;
    background: #fff;
}

    .togroup .togroup_top {
        color: #d05252;
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
    }

.togroup_list .togroup_box {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

    .togroup_list .togroup_box .togroup_left {
        float: left;
        width: 32%;
        padding-top: 10px;
    }

    .togroup_list .togroup_box img {
        width: 20%;
        border-radius: 50%;
        margin-right: 6px;
    }

    .togroup_list .togroup_box .togroup_right {
        float: right;
        padding-right: 78px;
        position: relative;
    }

.togroup_box .togroup_right a {
    color: #fff;
    background: #d05252;
    border-radius: 8px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 30%;
}

.togroup_box .togroup_right p {
    margin: 0;
    color: #666;
}

    .togroup_box .togroup_right p:nth-of-type(2) {
        color: #ccc;
    }

.togroup_box .togroup_right span {
    color: #d05252;
}
