.detail {
    width: 14rem;
    margin: 0 auto;
}

.wde {
    margin: 0 auto;
    padding-top: 0.98rem;
    padding-bottom: 0.98rem;
    display: flex;
    justify-content: space-between;
}

.d_left {
    width: 7rem;
    height: 7rem;
}

    .d_left i {
        display: block;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }

.detail .swiper-pagination-bullet-active {
    opacity: 1;
    background: #b79172;
}

.swiper-pagination-bullets {
    width: 7.6rem;
    bottom: 0.8rem;
}

.detail .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.d_right {
    width: 6.4rem;
    padding: .3rem;
    box-sizing: border-box;
}

    .d_right .title {
        color: #B79172;
        font-size: .40rem;
        line-height: .6rem;
        font-family: 'Helvetica Light';
        text-align: center;
        letter-spacing: 0.02rem;
    }

    .d_right .description {
        color: #4c4948;
        font-size: 0.30rem;
        text-align: center;
        padding-top: .3rem;
        letter-spacing: 0.05rem;
    }

    .d_right .line {
        height: 1px;
        width: 1.58rem;
        background: #4C4948;
        margin: .6rem auto;
    }

    .d_right .price {
        color: #4c4948;
        font-size: 20px;
        text-align: center;
    }

    .d_right .jsq {
        width: 304px;
        height: 48px;
        margin: 0 auto;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .d_right .jsq .left {
            width: 65%;
            height: 100%;
            border: #969696 solid 1px;
            line-height: 46px;
            border-radius: 4px;
            box-sizing: border-box;
            text-align: center;
            font-size: 16px;
        }

        .d_right .jsq .right {
            position: relative;
            width: 33%;
            height: 100%;
            border: #969696 solid 1px;
            line-height: 46px;
            border-radius: 4px;
            box-sizing: border-box;
            display: flex;
            overflow: hidden;
        }

        .d_right .jsq .layui-form-select .layui-select-title input {
            height: 48px;
            text-align: center;
            border: #969696 solid 1px;
        }

        .d_right .jsq .right input {
            width: 50%;
            height: 100%;
            border: none;
            text-align: center;
            font-size: 16px;
            font-family: "Helvetica Light";
        }

        .d_right .jsq .right .reduce {
            padding-left: 10px;
            left: 0;
            top: 0;
            height: 48px;
            line-height: 40px;
            width: 25%;
            font-size: 40px;
            cursor: pointer;
            font-family: "Helvetica Light";
        }

        .d_right .jsq .right .plus {
            padding-right: 8px;
            right: 0;
            top: 0;
            height: 48px;
            line-height: 40px;
            width: 25%;
            font-size: 30px;
            cursor: pointer;
            font-family: "Helvetica Light";
        }

.btns {
    width: 304px;
    height: 48px;
    margin: 0 auto;
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

    .btns .left,
    .btns .right {
        width: 49%;
        height: 100%;
        background: #878787;
        border-radius: 4px;
        line-height: 48px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

.ser {
    display: flex;
    margin: 0 auto;
    margin-top: .4rem;
    align-items: center;
    width: 306px;
    font-size: 19px;
    letter-spacing: 1.9px;
    color: #878787;
}

.star {
    width: 180px;
    height: 25px;
    position: relative;
    background-image: url("../img/png_5.png");
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 25px;
    font-size: 16px;
}

.rt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
}

    .rt span {
        display: block;
        width: 36px;
        height: 100%;
    }

.star .bg {
    width: 0;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url("../img/png_6.png");
    background-position: left center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.detail_description {
    margin: 0 auto;
    text-align: center;
    color: #878787;
    font-size: 0.18rem;
    line-height: 0.45rem;
    letter-spacing: 0.057rem;
    padding: 0 .2rem;
}

.detail_tab {
    margin: 0 auto;
    margin-bottom: 1rem;
}

    .detail_tab .tab_title {
        font-size: 0.25rem;
        letter-spacing: 0.075rem;
        color: #b79172;
        text-align: center;
        line-height: 45px;
        padding: 50px 0;
    }

    .detail_tab .top {
        border-bottom: #5d5b5a solid 1px;
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: flex;
        justify-content: space-around;
    }

        .detail_tab .top a {
            cursor: pointer;
            color: #4c4948;
            display: inline-block;
            padding: 0 10px;
            padding-bottom: .2rem;
        }

            .detail_tab .top a.active {
                border-bottom: #5d5b5a solid 2px;
            }

.detail_con {
    width: 90%;
    margin: 0 auto;
    color: #878787;
    font-size: 14px;
    display: none;
    padding: 20px;
    letter-spacing: 0.045rem;
    text-align: justify;
    text-align-last: left;
}

    .detail_con.active {
        display: block;
        line-height: 2.5em;
    }

.jydp .title {
    color: #b79172;
    font-size: 22px;
    padding-bottom: 40px;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    border-bottom: #4C4948 solid 1px;
}

.jydp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

/*.jydp_list .list{
    float: left;
}
.list {
    padding: 40px 20px;
    box-sizing: border-box;
    width: 33%;
    text-align: center;
    display: inline-block;
}*/
.list {
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

    .list .img {
        width: 280px;
        height: 306px;
        margin-bottom: 20px;
        display: inline-block;
        background-position: center;
        background-size: cover;
    }

    .list i {
        display: inline-block;
        width: .88rem;
        height: 1px;
        background: #4c4948;
        margin: .2rem 0;
    }

    .list .span_1 {
        display: block;
        color: #b79172;
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        font-family: "Helvetica Light";
        letter-spacing: 2px;
    }

    .list .span_2 {
        display: block;
        color: #4c4948;
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
        letter-spacing: 2px;
    }

    .list .span_3 {
        display: block;
        color: #4c4948;
        font-size: 12px;
        line-height: 25px;
        height: 25px;
    }

.home-btn-favorite {
    margin-bottom: 1.5rem;
}

    .home-btn-favorite a {
        display: inline-block;
        text-align: center;
        color: #4c4948;
    }

.zoomContainer {
    z-index: 2000;
}

.zoomImgs {
    margin: 0 1px;
}

.home-btn-favorite.btn-detail {
    display: inline-block;
    width: 190px;
    height: 34px;
    border: #878787 solid 1px;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    text-indent: 20px;
    margin-top: 30px;
}

    .home-btn-favorite.btn-detail a:first-child {
        width: 130px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }

    .home-btn-favorite.btn-detail .btn-cart {
        width: 60px;
        height: 34px;
        position: relative;
     }

        .home-btn-favorite.btn-detail .btn-cart i {
            content: '';
            position: absolute;
            width: 35px;
            height: 33px;
            background: url(../img/png_1.png) center no-repeat;
            background-size: cover;
            margin: 0;
        }

.time-video {
    width: 14.22rem;
    height: 8.0rem;
    margin: 1.2rem auto 0rem auto;
}

    .time-video .swiper-pagination-bullet-active {
        opacity: 1;
        background: #b79172;
    }

.swiper-pagination-bullets {
    width: 7.6rem;
    bottom: 0.8rem;
}

.time-video .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.time-video .swiper-container-horizontal > .swiper-pagination-bullets,
.time-video .swiper-pagination-custom,
.time-video .swiper-pagination-fraction {
    bottom: 0.08rem;
}

.time-video .story-video, .time-video video {
    width: 100%;
    cursor: pointer;
}

.miniapp-guide {
    width: 320px;
    min-height:200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    box-sizing:border-box;
    padding-top:30px;
}

    .miniapp-guide > img {
        width: 100%;
    }

    .miniapp-guide > p {
        font-size: 16px;
        line-height: normal;
        text-align: center;
        margin: 20px auto;
    }

    .miniapp-guide .btn-close {
        position: absolute;
        top: 0px;
        left: 100%;
        margin-left: -30px;
    }

@media screen and (max-width: 750px) {
    .detail {
        width: 7.5rem;
    }

    .wde {
        display: block;
        padding-top: 0;
    }

    .d_left {
        width: 7.5rem;
        height: 8.20rem;
    }

    .d_right {
        width: 7.5rem;
        margin: 0 auto;
        padding: .3rem 0.6rem;
    }

        .d_right .title {
            font-size: .38rem;
            line-height: 1.5;
            letter-spacing: 0.04rem;
        }

        .d_right .description {
            font-size: .32rem;
            padding-top: .3rem;
            letter-spacing: 0.1rem;
        }

        .d_right .line {
            width: 1.45rem;
        }

        .d_right .price {
            font-size: .32rem;
        }

        .d_right .jsq {
            width: 6.3rem;
            height: .54rem;
            margin-top: 0.7rem;
            display: flex;
            justify-content: space-between;
        }

            .d_right .jsq .left {
                width: 3.8rem;
                height: 100%;
                border: #969696 solid 1px;
                height: .54rem;
                border-radius: .04rem;
                box-sizing: border-box;
                text-align: center;
                font-size: .26rem;
            }

            .d_right .jsq .right {
                position: relative;
                width: 2.3rem;
                height: 100%;
                border: #969696 solid 1px;
                line-height: .7rem;
                border-radius: .04rem;
                box-sizing: border-box;
                display: flex;
                overflow: hidden;
            }

                .d_right .jsq .right input {
                    width: 33%;
                    height: 100%;
                    border: none;
                    text-align: center;
                    font-size: .26rem;
                    font-family: 'Helvetica';
                }

            .d_right .jsq .layui-form-select {
                width: 3.8rem;
            }

                .d_right .jsq .layui-form-select .layui-select-title input {
                    height: 0.54rem;
                    font-family: 'Helvetica';
                    letter-spacing: 0.015rem;
                }

            .d_right .jsq .right .reduce {
                padding-left: .02rem;
                left: 0;
                top: 0;
                height: .50rem;
                line-height: .40rem;
                width: 33%;
                font-size: .50rem;
                cursor: pointer;
                text-align: center;
                font-family: 'Helvetica';
            }

            .d_right .jsq .right .plus {
                padding-right: .02rem;
                right: 0;
                top: 0;
                height: .50rem;
                line-height: .40rem;
                width: 33%;
                font-size: .40rem;
                cursor: pointer;
                text-align: center;
                font-family: 'Helvetica';
            }

    .btns {
        width: 6.3rem;
        height: .54rem;
        margin: 0 auto;
        margin-top: .2rem;
        display: flex;
        justify-content: space-between;
    }

        .btns .left,
        .btns .right {
            width: 49%;
            height: 100%;
            background: #878787;
            border-radius: .04rem;
            line-height: .54rem;
            color: #fff;
            text-align: center;
            font-size: .26rem;
            cursor: pointer;
        }

    .ser {
        display: flex;
        margin: 0 auto;
        margin-top: .4rem;
        align-items: center;
        width: 6.3rem;
        justify-content: center;
    }

    .star {
        width: 1.8rem;
        height: .25rem;
        position: relative;
        background-image: url("../img/png_5.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        line-height: .25rem;
        font-size: .24rem;
    }

    .rt {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
    }

        .rt span {
            display: block;
            width: .36rem;
            height: 100%;
        }

    .star .bg {
        width: 0;
        height: .25rem;
        background-repeat: no-repeat;
        background-image: url("../img/png_6.png");
        background-position: left center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .detail_description {
        width: 6.3rem;
        font-size: 0.20rem;
        line-height: 0.4rem;
        letter-spacing: 0.042rem;
        text-align: left;
    }

    .detail_tab .top {
        width: 6.3rem;
        margin: 0 auto;
    }

    .detail_tab .tab_title {
        font-size: .26rem;
        color: #b79172;
        text-align: center;
        line-height: .36rem;
        padding: .5rem 0;
    }

    .detail_tab .top a {
        cursor: pointer;
        color: #4c4948;
        display: inline-block;
        font-size: .20rem;
        letter-spacing: 0.06rem;
    }

    .detail_con {
        width: 6.1rem;
        margin: 0 auto;
        color: #878787;
        font-size: .26rem;
        display: none;
        padding: .3rem;
    }

        .detail_con.active {
            font-size: 0.18rem;
        }

    .jydp .title {
        color: #b79172;
        font-size: .32rem;
        padding-bottom: .55rem;
        text-align: center;
        width: 2.00rem;
        margin: 0 auto;
        border-bottom: #4C4948 solid 0.01rem;
    }

    .list {
        width: 100%;
        padding: .4rem .2rem;
    }

        .list .img {
            width: 3rem;
            height: 3rem;
            margin-bottom: .1rem;
        }

        .list .span_1 {
            display: block;
            color: #b79172;
            font-size: .22rem;
            line-height: .32rem;
            height: .64rem;
        }

        .list .span_2 {
            display: block;
            color: #4c4948;
            font-size: .22rem;
            line-height: .32rem;
            height: .64rem;
        }

        .list .span_3 {
            display: block;
            color: #4c4948;
            font-size: .12rem;
            line-height: .12rem;
            height: .12rem;
        }

    .suggestpartner {
        width: 6.9rem;
        margin: 0 auto;
        margin-top: 0.8rem;
    }

        .suggestpartner .listitem {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .suggestpartner .swiper-slide .img {
            width: 3rem;
            height: 3rem;
        }

        .suggestpartner .span_1 {
            display: block;
            color: #b79172;
            font-size: 0.20rem;
            line-height: 1.27;
            text-align: center;
            font-family: "Helvetica Light";
            letter-spacing: 0.05rem;
            height: 1.12rem;
            overflow: hidden;
            /*text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        }

        .suggestpartner .span_2 {
            color: #4c4948;
            font-size: 0.22rem;
            line-height: 1.27;
            text-align: center;
            overflow: hidden;
            letter-spacing: 0.05rem;
            height: .56rem;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .suggestpartner i {
            display: inline-block;
            width: .82rem;
            height: 1px;
            background: #4c4948;
            margin: .18rem auto;
        }

        .suggestpartner .span_3 {
            display: block;
            color: #4c4948;
            font-size: .12rem;
            line-height: 1;
            height: .12rem;
        }

    .home-btn-favorite.btn-detail {
        display: inline-block;
        width: 2.22rem;
        height: 0.41rem;
        border: #878787 solid 0.01rem;
        border-radius: 0.05rem;
        position: relative;
        font-size: 0.22rem;
        line-height: 0.41rem;
        text-align: left;
        margin-top: 0.3rem;
        color: #4C4948;
        letter-spacing: 0.04rem;
    }

    .home-btn-favorite {
        margin-bottom: 0.5rem;
    }

        .home-btn-favorite.btn-detail a:first-child {
            width: 1.58rem;
            height: 0.41rem;
            line-height: 0.41rem;
            font-size: 0.22rem;
            text-indent: 0.1rem;
        }

        .home-btn-favorite.btn-detail .btn-cart {
            width: 0.60rem;
            height: 0.41rem;
            position: relative;
        }

            .home-btn-favorite.btn-detail .btn-cart i {
                width: 0.35rem;
                height: 0.33rem;
            }

    .detail-extra {
        width: 7.5rem;
        margin: 2.2rem auto;
    }

        .detail-extra img {
            width: 100%;
        }

    .detailVideo {
        width: 6.23rem;
        height: 3.50rem;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

        .detailVideo video {
            width: 100%;
            height: 100%;
        }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0.15rem;
    }

    .time-video {
        width: 6.25rem;
        height: 3.65rem;
        margin-top: -1.0rem;
        margin-bottom: 0.5rem;
    }
}

select {
    text-align: center;
    text-align-last: center;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .list {
        width: 50%;
    }
}
