﻿@charset "utf-8";

#app {
    margin-bottom: 5.6rem;
}

.swiper-container {
    width: 100%;
    height: 37.5rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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%;
        height: 37.5rem;
    }

.swiper-pagination-fraction {
    color: #fff;
    background-color: rgba(0,0,0,.5);
    border-radius: 2rem;
    padding: .5rem 1rem;
    width: auto !important;
    left: auto !important;
    right: 2rem !important;
    bottom: 1.2rem !important;
}

.info {
    background-color: #fff;
    padding: 1rem 2rem 1.6rem;
}

    .info .price {
        color: #F65454;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 3.3rem;
        margin-right: 0.4rem;
        display: inline-block;
    }

    .info .originalPrice {
        color: #999999;
        font-size: 1.5rem;
        line-height: 2.1rem;
        margin-right: 0.4rem;
        display: inline-block;
        text-decoration: line-through;
    }

    .info .title {
        color: #262626;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.2rem;
        text-align: justify;
    }

    .info .labels {
        margin: .8rem 0;
    }
    .info .score {
        display:flex;
        flex-direction:row;
        margin-top:1rem;
       align-items:center;
       font-size:1.2rem;
    }
        .info .score .name {
            background-color: #E93222;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            border: 1px solid #E93222;
            color: #fff;
            padding: 0 5px;
            line-height:1.6rem;
        }
        .info .score .value {
            background: #F9E2E0;
            padding: 0 5px;
            color: #E83222;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            border: 1px solid #FFD2CF;
            line-height: 1.6rem;
        }
.labels span {
    display: inline-block;
    margin-right: .6rem;
    margin-bottom: .4rem;
    font-size:1.2rem;
    /*border: 1px solid #E93222;*/
    background: linear-gradient( 308deg, #CF1C0D 0%, #E93222 100%);
    color: #fff;
    padding: 0 .5rem;
    line-height:1.8rem;
    border-radius: 4px;
}

.info .express, .info .reserve {
    color: #999999;
    font-size: 1.2rem;
    line-height: 1.7rem;
    display: inline-block;
}

.info .reserve {
    float: right;
}

.info .reason {
    margin-top: 1.2rem;
    background-color: #F3F4F6;
    border-radius: .4rem;
    padding: .6rem .8rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.reason p {
    color: #666666;
}

.reason .content {
    color: #999999;
}

.businessMan {
    margin: .6rem 0;
    clear: both;
    padding: 1.6rem 1.4rem;
    background-color: #fff;
    position: relative;
}

    .businessMan .attr {
        /*margin: 1.4rem 0 0.8rem;*/
        position: relative;
    }

        .businessMan .attr .icon {
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
            vertical-align: middle;
        }

        .businessMan .attr .name {
            color: #262626;
            line-height: 2.2rem;
            font-size: 1.4rem;
            margin-left: 1.4rem;
            text-overflow: ellipsis;
            white-space: normal;
            overflow-x: hidden;
        }

    .businessMan .tel {
        width: 3.6rem;
        height: 3.6rem;
        vertical-align: middle;
        position: absolute;
        right: 1.4rem;
        top: 50%;
        margin-top: -1.8rem;
    }

    .businessMan .map {
        color: #A2A0A3;
        margin-top: 1.4rem;
    }

        .businessMan .map img {
            width: 1.3rem;
            height: 1.6rem;
            vertical-align: middle;
            line-height: 2rem;
            float: left;
        }

        .businessMan .map .address {
            display: inline-block;
            width: 28rem;
            margin-left: 1rem;
            color: #999999;
            font-size: 1.4rem;
            line-height: 2rem;
        }

.details {
    margin-top: .6rem;
    background-color: #fff;
    padding: 0 2rem 1.6rem;
}

    .details .head {
        height: 4.2rem;
        padding: 1rem 0;
        color: #262626;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.2rem;
    }

.head img {
    width: .4rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-right: .4rem;
}

.details .desc {
    text-align: justify;
    line-height: 1.5;
    font-size: 1.3rem;
}

    .details .desc img {
        max-width: 100% !important;
    }

.comment {
    background-color: #fff;
    padding: 1rem 2rem 1.6rem;
    margin-top: .6rem;
}

    .comment .head {
        font-size: 1.6rem;
        color: #262626;
        line-height: 2.2rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }

        .comment .head img {
            width: .4rem;
            height: 1.6rem;
            vertical-align: middle;
            margin-right: .8rem;
        }

    .comment .comment_item {
        color: #333333;
        font-size: 1.4rem;
    }

.comment_item .headimg {
    width: 3.8rem;
    height: 3.8rem;
    margin-right: .8rem;
    display: inline-block;
}

    .comment_item .headimg img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        vertical-align: text-bottom;
    }

.comment_item .usernick {
    display: inline-block;
    height: 3.8rem;
}

    .comment_item .usernick .time {
        color: #999999;
        font-size: 1.2rem;
    }

.comment_item .content {
    line-height: 2rem;
    margin: .8rem 0 1.6rem 4.6rem;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1.6rem;
    text-align: justify;
    word-break: break-word;
}

.noborder {
    border-bottom: none !important;
}

.comment .more {
    margin: 0 auto;
    text-align: center;
    color: #198FFF;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 10rem;
    display: block;
}

    .comment .more img {
        margin-left: .4rem;
        width: 1.2rem;
        height: 1.2rem;
        vertical-align: middle;
    }

.recommend {
    margin: 2rem auto;
}

    .recommend .head {
        font-size: 1.6rem;
        color: #262626;
        line-height: 2.2rem;
        font-weight: 600;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

        .recommend .head image {
            width: .4rem;
            height: 1.6rem;
            vertical-align: middle;
            margin-right: .4rem;
        }
/* 商品列表 */
.goods_list {
    margin: 0 2rem;
    margin-top: 1.2rem;
    padding-bottom: 2rem;
    column-count: 2;
}

    .goods_list .goods_item {
        width: 16.3rem;
        background: #fff;
        border-radius: .8rem;
        flex-direction: column;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: .9rem;
    }
        /* .goods_list .goods_item:nth-child(2n+1){
  margin-right: 18rpx;
}
.goods_list .goods_item:nth-child(2n){
  margin-right: 0rpx;
} */

        /* .goods_list{
  margin: 0 40rpx;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24rpx;
  padding-bottom: 24rpx;
}
.goods_list .goods_item{
  width: 326rpx;
  background: #fff;
  border-bottom-left-radius: 16rpx;
  border-bottom-right-radius: 16rpx;
} */
        .goods_list .goods_item .top {
            width: 16.3rem;
            height: 16.3rem;
            position: relative;
        }

            .goods_list .goods_item .top img {
                width: 16.3rem;
                height: 16.3rem;
                border-top-left-radius: .8rem;
                border-top-right-radius: .8rem;
            }

            .goods_list .goods_item .top .stock {
                position: absolute;
                bottom: .8rem;
                right: 0;
                padding: .2rem .6rem;
                font-size: 1rem;
                color: #fff;
                border-top-left-radius: .8rem;
                border-bottom-left-radius: .8rem;
                background-color: rgba(0, 0, 0, 0.3);
            }

            .goods_list .goods_item .top .promotion {
                left: 1rem;
                top: 0;
                width: 2.3rem;
                height: 2.6rem;
                border: none;
                position: absolute;
            }

        .goods_list .goods_item .bottom {
            padding: .8rem;
        }

            .goods_list .goods_item .bottom .title {
                color: #000;
                font-size: 1.4rem;
                line-height: 2rem;
                font-weight: 400;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .goods_list .goods_item .bottom .price {
                font-size: 1.8rem;
                color: #E93222;
                font-weight: 600;
                line-height: 2.5rem;
                margin-right: .4rem;
            }

            .goods_list .goods_item .bottom .score {
                font-size: 1.2rem;
                color: #999999;
                line-height: 1.7rem;
                text-decoration: line-through;
            }

            .goods_list .goods_item .bottom .label {
                color: #E93222;
                font-size: 1rem;
            }

                .goods_list .goods_item .bottom .label view {
                    border: 1px solid #E93222;
                    border-radius: .8rem;
                    padding: .2rem .4rem;
                    margin-right: .4rem;
                    margin-top: .4rem;
                    text-align: center;
                    display: inline-block;
                }
/* 商品列表结束 */

.bottommenu {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    height: 5.6rem;
    padding: 1rem 2rem;
    box-sizing: border-box;
}

    .bottommenu .gocar {
        float: left;
        position: relative;
    }

    .bottommenu .wx_btn {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .bottommenu .car {
        display: inline-block;
        color: #969696;
        font-size: 1rem;
        /*margin-right: 1.2rem;*/
    }

.weapp {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 0;
}

.bottommenu .car img {
    width: 2.4rem;
    height: 2.4rem;
}

.bottommenu .btn {
    float: right;
    width: 27rem;
    /*width:100%;*/
}

    .bottommenu .btn .addcar, .bottommenu .btn .buy, .bottommenu .btn .noReserve, .bottommenu .btn .expire {
        width: 50%;
        height: 3.6rem;
        padding: .8rem 0;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        line-height: 2rem;
        float: left;
        outline: none;
        position: relative;
    }

        .bottommenu .btn .buy.go {
            width: 50% !important;
            /*border-radius: 1.8rem;*/
            border-top-right-radius: 1.8rem;
            border-bottom-right-radius: 1.8rem;
        }

    .bottommenu .btn .addcar {
        background-color: #000;
        border: none;
        border-top-left-radius: 1.8rem;
        border-bottom-left-radius: 1.8rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .bottommenu .btn .buy {
        background-color: #198FFF;
        border: none;
        border-top-right-radius: 1.8rem;
        border-bottom-right-radius: 1.8rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .bottommenu .btn .noReserve, .bottommenu .btn .expire {
        width: 100% !important;
        background-color: #CCCCCC;
        border-radius: 1.8rem;
        border: none;
    }

.buylayer {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99;
}

    .buylayer .main {
        background-color: #fff;
        border-radius: 1rem 1rem 0 0;
        padding: 1.5rem;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

.main .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.main .top img {
    width: 9.4rem;
    height: 9.4rem;
    margin-right: 1.2rem;
    border-radius: .4rem;
}

.main .top .right {
    display: inline-block;
}

    .main .top .right .price {
        font-size: 1.8rem;
        line-height: 2.5rem;
        color: #F65454;
        font-weight: 600;
        margin-bottom: .4rem;
    }

    .main .top .right .express {
        font-size: 1.2rem;
        line-height: 1.7rem;
        color: #999999;
    }

.main .selectCount {
    margin-top: 3rem;
    color: #000;
    font-size: 1.4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    position: relative;
    box-sizing: border-box;
}

.selectCount .operation {
    font-size: 1.2rem;
    height: 3.2rem;
    border: 1px solid rgba(140, 140, 140, 0.3);
    border-radius: .4rem;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    right: 0;
    overflow: hidden;
}

    .selectCount .operation .count {
        float: left;
        width: 4.2rem;
        border-left: 1px solid rgba(140, 140, 140, 0.3);
        border-right: 1px solid rgba(140, 140, 140, 0.3);
        box-sizing: border-box;
        text-align: center;
    }

    .selectCount .operation .reduce, .selectCount .operation .add {
        box-sizing: border-box;
        width: 2.7rem;
        font-size: 1.2rem;
        text-align: center;
        float: left;
    }

        .selectCount .operation .reduce.disabled, .selectCount .operation .add.disabled {
            color: #D9D9D9;
        }

.buylayer .buy {
    outline: none;
    border: none;
    clear: both;
    margin-top: .5rem;
    background-color: #198FFF;
    color: #fff;
    width: 100%;
    border-radius: 1.9rem;
    font-weight: 400;
    padding: .8rem 0;
}

.contact {
    position: fixed;
    right: 2rem;
    bottom: 6.4rem;
    z-index: 11;
    width: 4.1rem;
    height: 4.1rem;
    line-height: 4.1rem;
    text-align: center;
    background-color: #198FFF;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 50%;
}
