﻿body {
    background: #f2f2f2;
}

.list-wrap {
    box-sizing: border-box;
}

    .list-wrap .list-item {
        background: #fff;
        padding: 15px;
        margin-bottom: 10px;
    }

    .list-wrap .goods-img img {
        width: 100%;
    }

    .list-wrap .goods-name {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        padding: 10px;
        overflow: hidden;
    }

    .list-wrap .details {
        height: 40px;
        line-height: 40px;
    }

        .list-wrap .details .d_icon {
            display: inline-block;
            width: 20px;
            height: 40px;
            background: url(../img/people.png) center no-repeat;
            background-size: 20px;
        }

        .list-wrap .details span {
            float: left;
            margin-right: 5px;
        }

        .list-wrap .details .d_price {
            color: red;
            font-size: 16px;
        }

        .list-wrap .details .d_gray {
            text-decoration: line-through;
            color: #9c9c9c;
        }

        .list-wrap .details .core {
            float: right;
            background: #ee2e3a;
            padding: 0 15px;
            border-radius: 5px;
        }

            .list-wrap .details .core span {
                color: #fff;
            }

            .list-wrap .details .core img {
                width: 7px;
                margin-top: 14px;
            }

            .list-wrap .details .core a {
                color: #FFFFFF;
                display: block;
            }

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        width: 100%;
    }

.g-sec {
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    background: #fff;
}

#g-price {
    clear: both;
    padding-top: 20px;
}

    #g-price .item-price-bar {
        position: relative;
        width: 100%;
        height: 2em;
        margin: 0;
    }

    #g-price .tuan-price {
        position: relative;
        font-size: 22px;
        line-height: 20px;
        float: left;
        color: #f95757;
    }

    #g-price .market_price {
        float: left;
        font-size: 13px;
        color: #666;
        margin: 3px 10px 5px;
        line-height: 20px;
    }

.sold-quant span {
    color: #666;
    font-size: 12px;
    float: right;
    margin-top: 3px;
}

#g-desc {
    padding-top: 10px;
}

.item-g-name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
    clear: both;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
}

.item-g-desc {
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

#g-mall-service {
    position: relative;
    height: 32px;
    width: 100%;
    clear: both;
    line-height: 32px;
    background-color: #f5f5f5;
}

    #g-mall-service ul > li {
        position: relative;
        display: inline-block;
        float: left;
        margin-left: 3%;
    }

.mall_detail_1 {
    width: 16%;
}

.mall_detail_2 {
    width: 22%;
}

.mall_detail_3,
.mall_detail_7,
.mall_detail_8 {
    width: 22%;
}

.mall_detail_6 {
    width: 28%;
}

#g-mall-service li:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: center;
    height: 15px;
    width: 15px;
    top: 10px;
    background-image: url(../img/pt_icon.png);
    background-repeat: no-repeat;
    background-size: 186px 108px;
    background-position: -150px -52px;
}

#g-mall-service span {
    font-size: 12px;
    color: #666;
    display: inline-block;
    text-align: center;
    margin: 1px 0 0 15px;
}

#g-invite-tip {
    color: #666;
    width: 100%;
    clear: both;
    padding-top: 5px;
    padding-bottom: 10px;
}

    #g-invite-tip span {
        position: relative;
        height: 17px;
        line-height: 17px;
    }

    #g-invite-tip .item-g-number {
        font-size: 16px;
    }

#g-nearby-group {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    clear: both;
    padding-bottom: 5px;
    background: #fff;
}

    #g-nearby-group .item-nearby-gourp-tip {
        display: inline-block;
        padding: 7px 10px;
        width: 100%;
        clear: both;
        background: #eceded;
        font-size: 13px;
    }

.nearby_group_detail {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
}

.nearby_g_img {
    width: 15%;
    height: 40px;
    float: left;
    position: absolute;
}

img {
    border: 0 none;
    vertical-align: top;
}

.nearby_g_owner_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
}

.nearby_g_button {
    width: 65%;
    float: left;
    display: inline-block;
    margin: 5px 0 0 40px;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #fe243d;
    border-top: 1px solid #fe243d;
    box-sizing: border-box;
}

.nearby_g_info {
    float: right;
    width: 100%;
    height: 20px;
    display: inline-block;
}

#nearby_g_owner {
    width: 35%;
    max-width: 35%;
    font-size: 13px;
    font-weight: 700;
}

#nearby_g_address,
#nearby_g_owner {
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    white-space: nowrap;
    float: left;
    text-align: left;
    line-height: 20px;
}

#nearby_g_address,
#nearby_g_owner {
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    white-space: nowrap;
    float: left;
    text-align: left;
    line-height: 20px;
}

#nearby_g_address,
#nearby_g_owner {
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    white-space: nowrap;
    float: left;
    text-align: left;
    line-height: 20px;
}

#nearby_g_address {
    width: 20%;
    max-width: 20%;
    font-size: 11px;
}

#nearby_g_left_time {
    width: 65%;
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #666;
    text-align: right;
    line-height: 20px;
    height: 20px;
    margin-right: 4px;
}

.qucantuan {
    background-color: #fe243d;
    font-size: .14rem;
    height: 40px;
    width: 20%;
    float: left;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    margin-top: 5px;
}

    .qucantuan a {
        display: block;
    }

    .qucantuan span {
        text-align: center;
        display: inline-block;
        margin: 7px 0 0 10px;
        line-height: 25px;
        color: #fff;
        font-size: 12px;
    }

    .qucantuan .qucan-tuan-arrow {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url(../img/qucantuan.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

.nearby_line {
    border-bottom: 1px solid #edecec;
    width: 98%;
    height: 1px;
    position: relative;
    margin-top: 55px;
}

.nearby_g_left_user_num {
    width: 40%;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #f95757;
    text-align: right;
    margin-left: 20px;
    margin-right: 4px;
}

#g-mall-info,
#goods_details {
    clear: both;
    margin-top: 10px;
}

#g-mall-info {
    display: block;
    background-color: #fff;
    padding: 10px 10px 5px;
    position: relative;
    border-top: 1px solid #eceded;
}

    #g-mall-info img {
        width: 50px;
        height: 50px;
        position: relative;
        overflow: hidden;
        border: 1px solid #d7d7d7;
        margin-bottom: 5px;
    }

    #g-mall-info .mall_sub {
        display: inline-block;
        margin-left: 10px;
        width: 35%;
    }

        #g-mall-info .mall_sub span {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            font-size: 15px;
            position: relative;
            display: inline-block;
            color: #000;
        }

        #g-mall-info .mall_sub .sales {
            margin-top: 10px;
            overflow: hidden;
            white-space: nowrap;
            font-size: 12px;
            position: relative;
        }

    #g-mall-info .enter_button {
        position: relative;
        border: 1px solid #ddd;
        width: 30%;
        min-width: 100px;
        height: 32px;
        display: inline-block;
        text-align: center;
        float: right;
        clear: both;
        overflow: hidden;
        border-radius: 3px;
        margin-top: -8px;
    }

        #g-mall-info .enter_button:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 5px;
            left: 5px;
            height: 20px;
            width: 20px;
            background-image: url(../img/pt_icon.png);
            background-repeat: no-repeat;
            background-size: 310px 180px;
            background-position: -225px -90px;
        }

        #g-mall-info .enter_button span {
            margin-left: 30px;
            text-align: center;
            font-size: 14px;
            color: #666;
            height: 32px;
            line-height: 32px;
        }

.goods_details {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    overflow-x: hidden;
}

.gd_item {
    border: none;
    width: 100%;
    overflow: hidden;
}

.gd_img {
    width: 100%;
}

* {
    box-sizing: border-box;
}

.group-detail-goods {
    background-color: #fff;
}

.group-detail-goods-info-wrapper {
    padding: 10px;
    overflow: hidden;
    position: relative;
}

img {
    border: 0 none;
    vertical-align: top;
}

.group-detail-goods-img {
    width: 33%;
    float: left;
}

.group-detail-goods-info {
    position: relative;
    float: right;
    margin-left: 12px;
    width: 62%;
    height: 128px;
    color: #9c9c9c;
    font-size: 12px;
}

.group-detail-goods-title {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}

.group-detail-goods-sales-info {
    position: absolute;
    bottom: 35px;
    left: 0;
}

.group-detail-goods-price-info {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    height: 40px;
    line-height: 60px;
    overflow: hidden;
    color: #ff2741;
}

    .group-detail-goods-price-info .price {
        display: inline-block;
        letter-spacing: 0;
    }

        .group-detail-goods-price-info .price .unit {
            margin-right: -1px;
            font-size: 20px;
            margin-left: -4px;
        }

        .group-detail-goods-price-info .price .num {
            font-size: 20px;
            margin-right: 8px;
        }

    .group-detail-goods-price-info .group-price-gap {
        color: #9c9c9c;
        margin-right: 0;
    }

.group-detail-goods-services {
    overflow: hidden;
    padding: 13px 10px;
    background-color: #fafafa;
    font-size: 12px;
    line-height: 13px;
    color: #666;
}

.group-detail-goods-services-list {
    overflow: hidden;
    float: left;
    position: relative;
    height: 12px;
}

    .group-detail-goods-services-list .item {
        margin-right: 20px;
        float: left;
        margin-left: 15px;
        position: relative;
        padding-left: 2px;
    }

        .group-detail-goods-services-list .item:before {
            position: absolute;
            left: -15px;
            display: inline-block;
            content: '';
            width: 16px;
            height: 16px;
            background-image: url(../img/pt_icon.png);
            background-repeat: no-repeat;
            background-size: 186px 108px;
            background-position: -149px -54px;
        }

.group-detail-users {
    overflow: hidden;
    padding: 15px 10px 10px;
    height: 80px;
    text-align: center;
    background-color: #fff;
}

.group-detail-user {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid #e5e5e5;
}

    .group-detail-user:first-child {
        border: 1px solid #ffc32a;
    }

    .group-detail-user .leader,
    .group-detail-user.left-user .left-num,
    .sup-icon {
        position: absolute;
        right: -5px;
        top: -5px;
        width: 38px;
        height: 18px;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        background-color: #ffab33;
        border: 1px solid #fff;
        border-radius: 12px;
        color: #9f7200;
    }

    .group-detail-user .leader {
        width: 30px;
    }

    .group-detail-user.left-user {
        background: #cccccc url(../img/none.png);
        background-size: 100% 100%;
        border: none;
        color: #333;
    }

        .group-detail-user.left-user .left-num {
            left: 18px;
            color: #fff;
            background-color: #ff2840;
        }

.group-detail-buy {
    background-color: #fff;
    padding: 10px 10px 12px;
}

.group-detail-buy-tip {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-align: center;
    height: 30px;
    font-weight: 700;
}

    .group-detail-buy-tip .tip-text {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .group-detail-buy-tip .tip-text:before {
            content: ' ';
            display: block;
            margin: 0;
            margin-right: 8px;
            width: 19px;
            height: 19px;
            background-image: url(../img/status.png);
            background-position: 0 -76px;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }

.group-detail-buy.ongoing .group-detail-buy-tip .tip-text:before {
    background-position: 0 0;
}

.group-detail-buy-btn {
    height: 45px;
    background-color: #ff2741;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.group-detail-notice {
    margin-top: 10px;
    padding: 0 10px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    height: 70px;
}

    .group-detail-notice .title {
        font-size: 14px;
        padding-top: 12px;
        height: 40px;
    }

.group-detail-notice-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content1 {
    overflow: hidden;
}

.group-detail-notice .content1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    color: #9c9c9c;
    text-align: center;
}

    .group-detail-notice .content1:first-child {
        text-align: left;
    }

    .group-detail-notice .content1 .icon {
        display: inline-block;
        position: relative;
    }

        .group-detail-notice .content1 .icon:before {
            position: relative;
            top: -3px;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            content: '';
            display: inline-block;
            background-color: #9c9c9c;
            margin-right: 6px;
        }

.group-detail-buy-tip .tip-text:before {
    content: ' ';
    display: block;
    margin: 0;
    margin-right: 8px;
    width: 19px;
    height: 19px;
    background-image: url(../img/status.png);
    background-position: 0 -76px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.pp_tips {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

    .pp_tips b {
        color: #df2127;
        font-size: 18px;
        margin: 0 5px;
    }

.pp_state {
    /*height: 24px;*/
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.pp_state_txt,
.pp_time {
    background-color: #f2f2f4;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.pp_time {
    padding: 0 10px;
}

    .pp_time span {
        background-color: #404040;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        margin: 0 2px;
        text-align: center;
        width: 20px;
    }

.pp_state:after {
    background-color: #d0d0d0;
    bottom: 11px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.fixopt {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    max-width: 640px;
    z-index: 901;
    height: 72px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fixopt_item {
    min-height: 32px;
    position: relative;
}

.fixopt_item2 {
    padding-left: 52px;
}

a.fixopt_home {
    font-size: 14px;
    float: left;
    line-height: 42px;
    left: 10px;
    width: 35%;
    padding-left: 15%;
}

a.fixopt_home,
a.fixopt_share {
    background-color: #777;
    border-radius: 3px;
    display: block;
    height: 42px;
    position: absolute;
    top: 0;
}

.fixopt_item a {
    color: #fff;
}

.fixopt_home:before {
    background-image: url(../img/pt_icon.png);
    background-repeat: no-repeat;
    background-size: 206.66667px 120px;
    background-position: -60px -60px;
    content: "";
    display: block;
    height: 16px;
    left: 20%;
    position: absolute;
    top: 12px;
    width: 16px;
}

.self-uid {
    position: absolute;
    left: 15px;
    bottom: 17px;
    font-size: 6.5px;
    color: #6a6a6a;
    line-height: 1;
}

.fixopt_btn {
    background-color: #df2127;
    float: right;
    width: 65%;
    font-size: 14px;
}

.fixopt_btn,
.fixopt_btn2 {
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    text-align: center;
}

.fixopt_item a {
    color: #fff;
}

.tm {
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding: 15px 10px;
    position: relative;
}

.td {
    min-height: 90px;
    padding-bottom: 10px;
    padding-left: 100px;
    position: relative;
}

.td_img {
    left: 0;
    position: absolute;
    top: 0;
}

    .td_img,
    .td_img img {
        overflow: hidden;
        width: 90px;
    }

        .td_img img {
            display: block;
            height: 90px;
        }

.td_info {
    font-size: 12px;
}

.td_name {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-top: 10px;
    max-height: 46px;
    overflow: hidden;
}

.td_mprice {
    margin-bottom: 5px;
}

    .td_mprice i {
        color: #df2127;
        font-size: 9px;
    }

    .td_mprice b {
        color: #df2127;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }

    .td_mprice i {
        color: #df2127;
        font-size: 9px;
    }

.td_num {
    bottom: 10px;
    color: #b7b7b7;
    position: absolute;
    right: 0;
}

.img-fail,
.img-succ {
    width: 90px;
    background-size: cover;
    height: 90px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    background-image: url(../img/pt_icon.png);
}

.img-fail,
.img-succ {
    background-image: url(../img/pt_icon.png);
    background-repeat: no-repeat;
    background-size: 310px 180px;
    background-position: 0 0;
    display: block;
}

.img-fail {
    background-position: -90px 0;
}

.tm_succ .order_suc_arrow {
    border-color: transparent transparent #d0d0d0;
    border-style: dashed dashed solid;
    border-width: 8px;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    bottom: 0;
    width: 0;
}

    .tm_succ .order_suc_arrow span {
        display: block;
        width: 0;
        height: 0;
        border-width: 0 7px 7px;
        border-style: solid;
        border-color: transparent transparent #f1f1f2;
        position: absolute;
        top: 2px;
        left: -7px;
    }

.ppwrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.pp {
    font-size: 12px;
    padding: 0 10px;
}

.pp_users_num {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.pp_users {
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.ppwrap .pp_users.all {
    height: auto;
}

.pp_users_item {
    display: inline-block;
    height: 49px;
    margin-right: 10px;
    overflow: hidden;
    width: 49px;
}

.pp_users_normal:nth-child(1) {
    position: relative;
}

    .pp_users_normal:nth-child(1):after {
        background-clip: padding-box;
        background-color: #df2127;
        border: 1px solid #fff;
        border-radius: 21px;
        color: #fff;
        content: "\56E2\957F";
        font-size: 8px;
        height: 12px;
        line-height: 10px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 28px;
    }

.pp_users_normal:nth-child(2):before {
    background-clip: padding-box;
    background-color: #ff9910;
    border: 1px solid #fff;
    border-radius: 21px;
    color: #fff;
    content: "\6C99\53D1";
    font-size: 8px;
    height: 12px;
    line-height: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
}

.pp_vtips {
    text-align: center;
    font-size: 13px;
}

.hideAllUserList {
    /* -webkit-transform: rotate(180deg)!important; */
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

#show_all {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.pp_users_item img {
    background-clip: padding-box;
    border-radius: 49px;
    -webkit-border-radius: 49px;
    box-shadow: 0 0 0 2px #fff;
    display: block;
    height: 45px;
    overflow: hidden;
    width: 45px;
}

.pp_users_normal:nth-child(2) {
    position: relative;
}

.pp_list {
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}

    .pp_list:before {
        background-color: #dcdcdd;
        bottom: 36px;
        content: "";
        display: block;
        height: auto;
        left: 25px;
        position: absolute;
        top: 15px;
        width: 1px;
    }

.pp_list_item {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding: 10px 15px 10px 50px;
    position: relative;
}

    .pp_list_item:nth-child(1) {
        background-color: #4b4b4b;
        border-color: #4b4b4b;
        color: #fff;
    }

        .pp_list_item:nth-child(1):before {
            border-color: transparent transparent #4b4b4b;
            border-style: dashed dashed solid;
            border-width: 8px;
            content: "";
            display: inline-block;
            font-size: 0;
            height: 0;
            left: 50%;
            margin-left: -8px;
            overflow: hidden;
            position: absolute;
            top: -16px;
            width: 0;
        }

.pp_list_avatar {
    background-clip: padding-box;
    border-radius: 30px;
    display: block;
    height: 30px;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 30px;
}

.pp_list_item:nth-child(1) .pp_list_avatar {
    top: 8px;
}

.pp_list_info {
    height: 21px;
    line-height: 27px;
    margin-bottom: 3px;
}

.pp_list_name {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 43%;
    overflow: hidden;
}

    .pp_list_name b {
        color: #333;
        font-weight: 400;
        margin-right: 5px;
    }

.pp_list_item:nth-child(1) .pp_list_name b {
    color: #fff;
}

.pp_list_time {
    color: #999;
    float: right;
    width: 57%;
    text-align: right;
    font-size: 12px;
}

.pp_list_item:nth-child(1) .pp_list_time {
    color: #dadada;
    font-size: 13px;
}

.pp_list_item:nth-child(2) {
    background-color: #fffff3;
    border-color: #c5c552;
}

.pp_list_name b {
    color: #333;
    font-weight: 400;
    margin-right: 5px;
}

.weichatshare {
    position: fixed;
    background: rgba(0,0,0,0.7) url(../img/wechatshare.png) no-repeat center;
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

    .weichatshare p {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        padding: 15px;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

        .weichatshare p span {
            color: red;
        }

.goods_details img {
    width: 100% !important;
    height: 100% !important;
}
