li, ul {
    list-style: none
}

img {
    border: none;
    vertical-align: top
}

.clearfix {
    zoom: 1
}

    .clearfix:after, .clearfix:before {
        content: " ";
        display: table
    }

    .clearfix:after {
        clear: both
    }

#project {
    max-width: 10rem;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.ovfHiden {
    overflow-y: hidden
}

#idxHeader {
    position: absolute;
    /*width: 100%;*/
    height: 1rem;
    z-index: 9999999;
    left: 0.3rem;
    /*background-color: #e33325;
    border-bottom-left-radius: .233333rem;
    border-bottom-right-radius: .233333rem;*/
}

    #idxHeader .left {
        position: absolute;
        top: 23%;
        width: 2.2rem;
        height: .5rem;
        background: #a4a5a9;
        text-align: center;
        line-height: .5rem;
        opacity: 0.5;
        border-top-right-radius: .233333rem;
        border-bottom-right-radius: .233333rem;
        border-top-left-radius: .233333rem;
        border-bottom-left-radius: .233333rem;
    }

    #idxHeader .location {
        position: absolute;
        top: 55%;
        left: 0.2rem;
        width: 1.72rem;
        height: .4rem;
        color: #f0f0f0;
        text-align: center;
        font-size: .283333rem;
        line-height: .4rem;
        transform: translateY(-50%);
        background-image: url(../imgs/icons/location_bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: .283333rem .35rem;
    }

        #idxHeader .location:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            -moz-transform: scale(.9999);
            border-width: .133333rem .133333rem 0;
            border-color: #f0f0f0 transparent transparent;
            position: absolute;
            top: 50%;
            right: -.026667rem;
            transform: translateY(-50%)
        }

/*#idxHeader .logo {
        position: absolute;
        left: 50%;
        top: .2886667rem;
        width: 2.733333rem;
        height: .4rem;
        transform: translateX(-50%);
        background-image: url(../imgs/index/v1/logo.png?ve=120);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }

    #idxHeader .right {
        position: absolute;
        left: 90%;
        top: 0.1086667rem;
        width: 2.733333rem;
        height: 0.8rem;
        transform: translateX(-50%);
        background-image: url(http://img.joyincake.com/UpImages/xcx/hp.png);
        background-repeat: no-repeat;
        background-size: 0.9rem 0.8rem;
        background-position: 50%;
    }

    #idxHeader > span {
        position: absolute;
        right: .133333rem;
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        color: #fff;
        font-size: .293333rem
    }*/

.main-adv {
    width: 100%;
    margin: 0 auto;
    height: 5.80rem;
    margin-top: .3rem;
}

.main-adv1 {
    width: 40%;
    margin-left: .2rem;
    float: left;
}

.main-adv2 {
    width: 52%;
    height: 100%;
    float: right;
    margin-right: 10px;
}

.sz01 {
    /*border-radius: .233333rem;
    border: .013333rem solid #fdadb9*/
}

    .sz01 img {
        width: 100%;
        height: 2.72rem;
    }

.sz02 {
    margin-top: .3rem;
    /*border-radius: .233333rem;
    border: .013333rem solid #fdadb9*/
}

/*.sz02 img {
        width: 47%;
        height: 3.1355rem;
    }

    .sz02 .left {
        margin-left: .2rem
    }*/

.main-notice {
    /*position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: 9;*/
    width: 100%;
    height: .746667rem;
    margin-top: 0.1rem;
    /*background-color: #fce8eb;*/
    /*border-bottom: .013333rem solid #fdadb9*/
}

    .main-notice .notice-wrapper {
        position: relative;
        height: .746667rem;
        width: 100%
    }

    .main-notice .notice-title {
        width: 1.066667rem;
        text-align: center;
        font-weight: 700
    }

    .main-notice .notice-content, .main-notice .notice-title {
        display: inline-block;
        float: left;
        line-height: .746667rem;
        font-size: .266667rem;
        color: #e33325
    }

    .main-notice .notice-content {
        width: 8.266667rem;
        color: #333;
        overflow: hidden
    }

        .main-notice .notice-content p {
            height: .746667rem;
            font-size: .266667rem;
            line-height: .746667rem
        }

    .main-notice .notice-close {
        display: inline-block;
        position: absolute;
        padding: .133333rem;
        width: .266667rem;
        height: .266667rem;
        top: .133333rem;
        right: .133333rem;
        background-image: url(../imgs/icons/icon_close_15_rect.png);
        background-repeat: no-repeat;
        background-size: .266667rem .266667rem;
        background-position: 50%
    }



.swiper-container {
    width: 100%;
    height: 14.7666667rem
}
.swiper-container2 {
    height: 3.3666667rem
}

    .swiper-container .swiper-slide {
        text-align: center;
        font-size: .24rem;
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .swiper-container a {
        display: block;
        width: 100%;
        /*height: 5.666667rem;*/
        text-decoration: none
    }

        .swiper-container a img {
            width: 100%;
            /*border-radius: .233333rem;*/
        }

    .swiper-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: .2rem;
        height: .066667rem;
        margin: 0 .066667rem;
        border-radius: .04rem;
        background-color: #b3a3a3
    }

    .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e33325
    }

.swiper2-container {
    width: 100%;
    height: 1.80rem;
    margin-top: .3rem;
}

    .swiper2-container .swiper-slide {
        text-align: center;
        font-size: .24rem;
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .swiper2-container a {
        display: block;
        width: 100%;
        height: 1.80rem;
        text-decoration: none
    }

        .swiper2-container a img {
            width: 100%;
            height: 1.80rem;
            /*border-radius: .233333rem;*/
        }

    .swiper2-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: .2rem;
        height: .066667rem;
        margin: 0 .066667rem;
        border-radius: .04rem;
        background-color: #b3a3a3
    }

    .swiper2-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e33325
    }
/*左边轮播*/
.swiper3-container {
    width: 100%;
    height: 5.7999rem;
    margin-top: .3rem;
}

    .swiper3-container .swiper-slide {
        text-align: center;
        font-size: .24rem;
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .swiper3-container a {
        display: block;
        width: 100%;
        height: 5.7999rem;
        text-decoration: none
    }

        .swiper3-container a img {
            width: 100%;
            height: 4.89999rem;
            /*border-radius: .233333rem;*/
        }

    .swiper3-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: .2rem;
        height: .066667rem;
        margin: 0 .066667rem;
        border-radius: .04rem;
        background-color: #b3a3a3
    }

    .swiper3-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e33325
    }
/*左边轮播*/

.cxTitle {
    background-image: url(../imgs/index/v1/dian.png);
    background-repeat: no-repeat;
    background-position: 20%;
    background-size: .206667rem .206667rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.3233rem;
    text-indent: .72rem;
    color: #434343;
    font-weight: 500;
    float: left;
}

#idxSection {
    width: 10rem;
    margin-bottom: .4rem;
    padding: .666667rem 0;
    /*box-shadow: 0 0 .133333rem .066667rem #ffe0e5*/
}

    #idxSection .entries {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        width: 9.466667rem;
        margin: 0 auto
    }

    #idxSection .entry {
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 1
    }

        #idxSection .entry .img {
            display: block;
            width: 1.093333rem;
            height: 1.093333rem;
            margin: 0 auto;
            overflow: hidden
        }

        #idxSection .entry img {
            width: 100%
        }

        #idxSection .entry p {
            padding-top: .346667rem;
            text-align: center;
            font-size: .293333rem;
            line-height: .4rem;
            color: #333
        }

.announcement {
    width: 100%;
    margin: .4rem 0;
    box-shadow: 0 0 .133333rem .066667rem #ffe0e5
}

    .announcement img {
        width: 100%
    }

.service-tel {
    margin: .266667rem .173333rem 0;
    height: .733333rem;
    background: linear-gradient(180deg,#f8f8f9,#fff);
    border-radius: .133333rem .133333rem 0 0
}

    .service-tel p {
        text-align: right;
        font-size: .293333rem;
        line-height: .733333rem;
        color: #b4b4b4;
        padding-right: .666667rem
    }

#idscreen {
    margin: 0 auto;
    width: 9.466667rem;
    height: 1rem;
}

    #idscreen img {
        width: 1.333333rem
    }

    #idscreen .all {
        left: 0;
        width: 1.866667rem;
        text-align: center
    }

    #idscreen .all, #idscreen .love {
        display: block;
        top: .133333rem;
        height: .733333rem;
        border: 1px solid #b4b4b4;
        border-radius: .666667rem;
        text-decoration: none;
        line-height: .733333rem;
        font-size: .32rem;
        float: left;
        color: #b4b4b4
    }

    #idscreen .love {
        left: 2.266667rem;
        width: 3.066667rem
    }

    #idscreen .border {
        border-color: #e33325;
        color: #e33325;
        text-align: center
    }

    #idscreen .active {
        color: #e33325;
    }

    #idscreen .screen {
        text-align: center;
        height: 1rem;
        float: right;
        margin-right: 0.2rem;
    }

        #idscreen .screen dl {
            width: 5.533333rem;
            height: 1rem;
            margin-top: .133333rem
        }

        #idscreen .screen ul {
            width: 100%;
            color: #000;
            display: block;
        }

            #idscreen .screen ul li {
                width: 1.493333rem;
                height: 0.593333rem;
                line-height: 0.59333rem;
                display: block;
                float: left;
                text-align: center;
                margin-left: 0.2rem;
                font-size: 0.333rem;
                border: 1px solid #b4b4b4;
                border-radius: 0.666667rem;
                margin-top: 0.08rem;
            }

/*#idscreen .screen dt img {
                width: 100%
            }*/

#main {
    margin: 0 auto;
    width: 9.6rem
}

    #main .box-left {
        width: 4.666667rem;
        float: left
    }

        #main .box-left .box {
            margin-bottom: .266667rem
        }

        #main .box-left .box-one, #main .box-left .box-one .img {
            width: 4.666667rem;
            height: 1.333333rem
        }

            #main .box-left .box-one .img {
                display: block
            }

        #main .box-left .pic {
            width: 4.666667rem;
            height: 7.583333rem;
            box-shadow: 0 0 .066667rem #ccc;
            margin-bottom: .266667rem
        }

            #main .box-left .pic .box-item {
                display: block;
                width: 4.666667rem;
                height: 4.666667rem;
                background: #f0f0f0;
                position: relative
            }

                #main .box-left .pic .box-item .collect1 {
                    display: block;
                    width: 1.996667rem;
                    height: 0.666667rem;
                    position: absolute;
                    right: 0rem;
                    top: -0.02rem;
                    background: url(http://img.joyincake.com/UpImages/max/free1.png) no-repeat;
                    background-size: cover;
                }
                #main .box-left .pic .box-item .collect2 {
                    display: block;
                    width: 1.996667rem;
                    height: 0.666667rem;
                    position: absolute;
                    right: 0rem;
                    top: -0.02rem;
                    background: url(http://img.joyincake.com/UpImages/max/free2.png) no-repeat;
                    background-size: cover;
                }
                #main .box-left .pic .box-item .collect3 {
                    display: block;
                    width: 1.996667rem;
                    height: 0.666667rem;
                    position: absolute;
                    right: 0rem;
                    top: -0.02rem;
                    background: url(http://img.joyincake.com/UpImages/max/free3.png) no-repeat;
                    background-size: cover;
                }
                /*#main .box-left .pic .box-item .selected {
                    background: url(../imgs/index/like.png) no-repeat;
                    background-size: cover
                }*/

            #main .box-left .pic .box-text {
                width: 4.666667rem;
                height: 2.266667rem;
                margin-left: .133333rem;
                position: relative
            }

                #main .box-left .pic .box-text p {
                    margin: 0;
                    padding: 0
                }

                    #main .box-left .pic .box-text p .rotate {
                        display: inline-block;
                        transform: rotate(30deg)
                    }

                #main .box-left .pic .box-text .change {
                    margin-top: .2rem;
                    color: black;
                    font-size: .386667rem;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis
                }

                    #main .box-left .pic .box-text .change span {
                        margin-left: .266667rem;
                        font-size: .186667rem
                    }

                #main .box-left .pic .box-text .label {
                    font-size: .27rem;
                    margin-top: .16rem;
                    white-space: nowrap;
                    overflow: hidden;
                }


                #main .box-left .pic .box-text .desc {
                    margin-top: .2rem;
                    font-size: .246667rem;
                    color: #b5b5b5;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }


                #main .box-left .pic .box-text .price {
                    margin-top: .333333rem
                }

                    #main .box-left .pic .box-text .price .old-price {
                        font-size: .30rem;
                        /*text-decoration: line-through;*/
                        color: #e33325
                    }

                    #main .box-left .pic .box-text .price .span-price {
                        font-size: .32rem;
                        color: #e33325
                    }

                    #main .box-left .pic .box-text .price span:last-child {
                        font-size: .24rem
                    }

                #main .box-left .pic .box-text .icon-add {
                    width: .933333rem;
                    height: .933333rem;
                    display: block;
                    position: absolute;
                    right: .133333rem;
                    top: 1.7rem
                }

    #main .sell-out:after {
        background: url(../imgs/index/sell-out.png) no-repeat;
        background-size: cover
    }

    #main .sell-out:after, #main .sold-out:after {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: ""
    }

    #main .sold-out:after {
        background: url(../imgs/index/sold-out.png) no-repeat;
        background-size: cover
    }

    #main .box-right {
        width: 4.666667rem;
        margin-bottom: .266667rem;
        float: right
    }

        #main .box-right .img {
            width: 100%
        }

        #main .box-right .pic {
            width: 4.666667rem;
            height: 7.583333rem;
            margin-bottom: .266667rem;
            box-shadow: 0 0 .066667rem #ccc
        }

            #main .box-right .pic .box-item {
                display: block;
                width: 4.666667rem;
                height: 4.666667rem;
                background: #f0f0f0;
                position: relative
            }
                #main .box-right .pic .box-item .collect1 {
                    display: block;
                    width: 1.996667rem;
                    height: 0.666667rem;
                    position: absolute;
                    right: 0rem;
                    top: -0.02rem;
                    background: url(http://img.joyincake.com/UpImages/max/free1.png) no-repeat;
                    background-size: cover;
                }

                #main .box-right .pic .box-item .collect2 {
                    display: block;
                    width: 1.996667rem;
                    height: 0.666667rem;
                    position: absolute;
                    right: 0rem;
                    top: -0.02rem;
                    background: url(http://img.joyincake.com/UpImages/max/free2.png) no-repeat;
                    background-size: cover;
                }

                #main .box-right .pic .box-item .collect3 {
                    display: block;
                    width: 1.996667rem;
                    height: 0.666667rem;
                    position: absolute;
                    right: 0rem;
                    top: -0.02rem;
                    background: url(http://img.joyincake.com/UpImages/max/free3.png) no-repeat;
                    background-size: cover;
                }

                /*#main .box-right .pic .box-item .collect {
                    display: block;
                    width: .666667rem;
                    height: .666667rem;
                    position: absolute;
                    left: .2rem;
                    top: .266667rem;
                    background: url(../imgs/index/live.png) no-repeat;
                    background-size: cover
                }

                #main .box-right .pic .box-item .selected {
                    background: url(../imgs/index/like.png) no-repeat;
                    background-size: cover
                }*/

            #main .box-right .pic .box-text {
                width: 4.666667rem;
                height: 2.266667rem;
                margin-left: .133333rem;
                position: relative
            }

                #main .box-right .pic .box-text .icon-douli {
                    position: absolute;
                    display: inline-block;
                    right: .266667rem;
                    top: 0;
                    width: .333333rem;
                    height: .333333rem;
                    background-size: .333333rem .333333rem;
                    background-image: url(../imgs/me/dou-logo.png)
                }

    #main .box-left .pic .box-text .icon-douli {
        position: absolute;
        display: inline-block;
        right: .266667rem;
        top: 0;
        width: .333333rem;
        height: .333333rem;
        background-size: .333333rem .333333rem;
        background-image: url(../imgs/me/dou-logo.png)
    }

    #main .box-right .pic .box-text p {
        margin: 0;
        padding: 0
    }

    #main .box-right .pic .box-text .change {
        margin-top: .2rem;
        color: black;
        font-size: .386667rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        #main .box-right .pic .box-text .change span {
            margin-left: .266667rem;
            font-size: .186667rem
        }

    #main .box-right .pic .box-text .label {
        font-size: .27rem;
        margin-top: .16rem;
        white-space: nowrap;
        overflow: hidden;
    }

    #main .box-right .pic .box-text .desc {
        margin-top: .2rem;
        font-size: .246667rem;
        color: #b5b5b5;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #main .box-right .pic .box-text .price {
        margin-top: .333333rem
    }

        #main .box-right .pic .box-text .price .old-price {
            font-size: .30rem;
            /*text-decoration: line-through;*/
            color: #e33325
        }

        #main .box-right .pic .box-text .price .span-price {
            font-size: .32rem;
            color: #e33325
        }

        #main .box-right .pic .box-text .price span:last-child {
            font-size: .24rem
        }

    #main .box-right .pic .box-text .icon-add {
        width: .933333rem;
        height: .933333rem;
        display: block;
        position: absolute;
        right: .133333rem;
        top: 1.7rem
    }

#shade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

    #shade .list {
        width: 7.333333rem;
        height: 100%;
        background: #f2f2f2;
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 9999
    }

        #shade .list .list-one, #shade .list .list-three {
            width: 6.866667rem;
            height: 2rem
        }

        #shade .list .list-two {
            width: 6.866667rem;
            padding-bottom: .666667rem
        }

        #shade .list div {
            border-bottom: .013333rem solid #c8c9c7;
            margin-left: .4rem
        }

            #shade .list div p {
                font-size: .32rem;
                margin-top: .666667rem
            }

            #shade .list div ul {
                list-style: none;
                width: 6.866667rem;
                text-align: left
            }

                #shade .list div ul:after {
                    content: "";
                    display: block;
                    clear: both
                }

                #shade .list div ul li {
                    float: left;
                    width: 1.866667rem;
                    height: .666667rem;
                    margin-right: .4rem;
                    margin-top: .4rem
                }

                    #shade .list div ul li a {
                        display: block;
                        text-decoration: none;
                        text-align: center;
                        line-height: .666667rem;
                        width: 1.866667rem;
                        height: .666667rem;
                        border: .013333rem solid #4f4f4f;
                        border-radius: .266667rem;
                        color: #4f4f4f
                    }

        #shade .list .loves {
            border-color: #e33325;
            background: #e33325;
            color: #fff
        }

        #shade .list .list-three {
            border: none
        }

.city-shade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

    .city-shade .city {
        width: 7.333333rem;
        height: 100%;
        background: #f2f2f2;
        position: absolute;
        top: 0;
        right: -7.333333rem;
        z-index: 9999
    }

        .city-shade .city div {
            width: 6.866667rem;
            border-bottom: .013333rem solid #c8c9c7;
            margin-left: .4rem
        }

            .city-shade .city div h4 {
                padding-top: 1.2rem
            }

            .city-shade .city div p {
                padding-top: .666667rem;
                padding-bottom: .666667rem
            }

                .city-shade .city div p a {
                    display: inline-block;
                    text-decoration: none;
                    text-align: center;
                    line-height: .666667rem;
                    width: 1.866667rem;
                    height: .666667rem;
                    border: .013333rem solid #4f4f4f;
                    border-radius: .266667rem;
                    color: #4f4f4f
                }

            .city-shade .city div ul {
                list-style: none;
                width: 6.866667rem;
                padding-top: .266667rem;
                padding-bottom: .666667rem;
                text-align: left
            }

                .city-shade .city div ul li {
                    float: left;
                    width: 1.866667rem;
                    height: .666667rem;
                    margin-right: .4rem;
                    margin-top: .4rem
                }

                    .city-shade .city div ul li a, .city-shade .city div ul li span {
                        display: block;
                        width: 1.866667rem
                    }

                    .city-shade .city div ul li a {
                        text-decoration: none;
                        text-align: center;
                        line-height: .666667rem;
                        height: .666667rem;
                        border: .013333rem solid #4f4f4f;
                        border-radius: .266667rem;
                        color: #4f4f4f
                    }

        .city-shade .city .citySelected {
            border-color: #e33325;
            background-color: #e33325;
            color: #fff
        }

.city-switchover {
    display: none;
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 999;
    max-width: 10rem;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.7)
}

    .city-switchover .switchover {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -3.686667rem;
        margin-top: -2.333333rem;
        width: 7.373333rem;
        height: 4.666667rem;
        border: .013333rem solid #e7566d;
        overflow: hidden;
        border-radius: .133333rem;
        background-color: #fff
    }

        .city-switchover .switchover div {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 3.733333rem
        }

            .city-switchover .switchover div p {
                position: absolute;
                left: .933333rem;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                display: table
            }

[data-dpr="1"] .city-switchover .switchover div p {
    font-size: 13px
}

[data-dpr="2"] .city-switchover .switchover div p {
    font-size: 26px
}

[data-dpr="3"] .city-switchover .switchover div p {
    font-size: 39px
}

.city-switchover .switchover a:first-of-type {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: .92rem;
    border-top: 1px solid #e7566d;
    text-align: center;
    line-height: .92rem;
    color: #e33325
}

[data-dpr="1"] .city-switchover .switchover a:first-of-type {
    font-size: 12px
}

[data-dpr="2"] .city-switchover .switchover a:first-of-type {
    font-size: 24px
}

[data-dpr="3"] .city-switchover .switchover a:first-of-type {
    font-size: 36px
}

.city-switchover .switchover a:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: .92rem;
    border-top: 1px solid #e7566d;
    text-align: center;
    line-height: .92rem;
    color: #fff;
    background-color: #e33325
}

[data-dpr="1"] .city-switchover .switchover a:nth-of-type(2) {
    font-size: 12px
}

[data-dpr="2"] .city-switchover .switchover a:nth-of-type(2) {
    font-size: 24px
}

[data-dpr="3"] .city-switchover .switchover a:nth-of-type(2) {
    font-size: 36px
}

#loading {
    width: 100%;
    height: 1.333333rem;
    padding-bottom: 2.666667rem;
    position: relative;
    margin-top: -1.333333rem;
    z-index: -1
}

    #loading div {
        width: 1.333333rem;
        height: 1.333333rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -.666667rem;
        margin-left: -.666667rem
    }

.norms-shade {
    display: none;
    position: fixed;
    top: 0;
    margin: 0 auto;
    max-width: 10rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.6);
    z-index: 9999
}

    .norms-shade .norms {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4.333333rem;
        margin-top: -3.866667rem;
        width: 8.666667rem;
        height: 8.733333rem;
        background-color: #fff;
        border-radius: .133333rem;
        overflow: hidden
    }

        .norms-shade .norms .no-sc {
            list-style: none
        }

            .norms-shade .norms .no-sc li {
                margin-left: .8rem
            }

        .norms-shade .norms .headline {
            margin-top: .4rem;
            margin-left: 2.666667rem;
            list-style: none;
            font-size: .4rem
        }

            .norms-shade .norms .headline li {
                float: left;
                background-color: #f1f1f1;
                border-radius: .133333rem;
                width: 1.8rem;
                height: .8rem;
                text-align: center;
                line-height: .8rem
            }

                .norms-shade .norms .headline li.active {
                    background-color: #e33325;
                    color: #fff
                }

        .norms-shade .norms .parcel {
            position: relative;
            width: 17.333333rem;
            overflow: hidden
        }

            .norms-shade .norms .parcel .surprised {
                width: 8.666667rem;
                float: left
            }

                .norms-shade .norms .parcel .surprised ul {
                    padding: 0 .293333rem
                }

                    .norms-shade .norms .parcel .surprised ul:first-child {
                        list-style: none;
                        margin-left: .133333rem;
                        margin-top: .4rem
                    }

[data-dpr="1"] .norms-shade .norms .parcel .surprised ul:first-child {
    font-size: 15px
}

[data-dpr="2"] .norms-shade .norms .parcel .surprised ul:first-child {
    font-size: 30px
}

[data-dpr="3"] .norms-shade .norms .parcel .surprised ul:first-child {
    font-size: 45px
}

.norms-shade .norms .parcel .surprised ul:first-child li {
    position: relative;
    float: left;
    background-color: #f1f1f1;
    border-radius: .133333rem;
    margin: 0 .066667rem;
    width: 3.46666666rem;
    /*width: 1.733333rem;*/
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    color: #e33325;
    border: .013333rem solid #f1f1f1
}

    .norms-shade .norms .parcel .surprised ul:first-child li.active {
        border: .013333rem solid #e96478;
        background: url(../imgs/index/norms.png) no-repeat;
        background-size: .6rem .6rem;
        background-position: 100% 100%
    }

.norms-shade .norms .parcel .surprised ul:nth-of-type(2) {
    margin-top: .266667rem;
    margin-left: .6rem
}

[data-dpr="1"] .norms-shade .norms .parcel .surprised ul:nth-of-type(2) {
    font-size: 12px
}

[data-dpr="2"] .norms-shade .norms .parcel .surprised ul:nth-of-type(2) {
    font-size: 24px
}

[data-dpr="3"] .norms-shade .norms .parcel .surprised ul:nth-of-type(2) {
    font-size: 36px
}

.norms-shade .norms .parcel .surprised ul:nth-of-type(2) li {
    margin: .4rem 0
}

.norms-shade .norms .parcel .surprised ul:nth-of-type(3) {
    list-style: none;
    margin-left: .933333rem
}

    .norms-shade .norms .parcel .surprised ul:nth-of-type(3) li {
        float: left;
        margin: 0 .133333rem;
        font-size: .4rem;
        line-height: .746667rem
    }

        .norms-shade .norms .parcel .surprised ul:nth-of-type(3) li:nth-of-type(2) {
            width: .76rem;
            height: .746667rem;
            background: url(../imgs/index/subtract-gay.png) no-repeat;
            background-size: .76rem .746667rem
        }

        .norms-shade .norms .parcel .surprised ul:nth-of-type(3) li:nth-of-type(3) {
            width: 1.466667rem;
            height: .746667rem;
            text-align: center;
            line-height: .746667rem;
            background-color: #f1f1f1;
            color: #e96478
        }

        .norms-shade .norms .parcel .surprised ul:nth-of-type(3) li:nth-of-type(4) {
            width: 1.466667rem;
            height: .746667rem;
            text-align: center;
            line-height: .746667rem;
            background-color: #e33325;
            color: #fff
        }

        .norms-shade .norms .parcel .surprised ul:nth-of-type(3) li:nth-of-type(5) {
            width: .76rem;
            height: .746667rem;
            background: url(../imgs/index/add.png) no-repeat;
            background-size: .76rem .746667rem
        }

        .norms-shade .norms .parcel .surprised ul:nth-of-type(3) li.active {
            background: url(../imgs/index/subtract.png) no-repeat;
            background-size: .76rem .746667rem
        }

.norms-shade .norms .parcel .normal {
    width: 8.666667rem;
    float: left
}

    .norms-shade .norms .parcel .normal ul {
        padding: 0 .293333rem
    }

        .norms-shade .norms .parcel .normal ul:first-child {
            list-style: none;
            margin-left: .133333rem;
            margin-top: .4rem
        }

[data-dpr="1"] .norms-shade .norms .parcel .normal ul:first-child {
    font-size: 15px
}

[data-dpr="2"] .norms-shade .norms .parcel .normal ul:first-child {
    font-size: 30px
}

[data-dpr="3"] .norms-shade .norms .parcel .normal ul:first-child {
    font-size: 45px
}

.norms-shade .norms .parcel .normal ul:first-child li {
    position: relative;
    float: left;
    background-color: #f1f1f1;
    border-radius: .133333rem;
    margin: 0 .066667rem;
    width: 3.46666666rem;
    /*width: 1.733333rem;*/
    /*height: .8rem;*/
    text-align: center;
    line-height: .8rem;
    margin-top: .1rem;
    color: #e33325;
    border: .013333rem solid #f1f1f1
}

    .norms-shade .norms .parcel .normal ul:first-child li.active {
        border: .013333rem solid #4e47eb;
        background: url(http://m.joyincake.com/incake/assets/imgs/index/norms2.png) no-repeat;
        background-size: .6rem .6rem;
        background-position: 100% 100%
    }

.norms-shade .norms .parcel .normal ul:nth-of-type(2) {
    margin-top: .266667rem;
    margin-left: .6rem
}

[data-dpr="1"] .norms-shade .norms .parcel .normal ul:nth-of-type(2) {
    font-size: 12px
}

[data-dpr="2"] .norms-shade .norms .parcel .normal ul:nth-of-type(2) {
    font-size: 24px
}

[data-dpr="3"] .norms-shade .norms .parcel .normal ul:nth-of-type(2) {
    font-size: 36px
}

.norms-shade .norms .parcel .normal ul:nth-of-type(2) li {
    margin: .4rem 0
}

.norms-shade .norms .parcel .normal ul:nth-of-type(3) {
    list-style: none;
    margin-left: .933333rem
}

    .norms-shade .norms .parcel .normal ul:nth-of-type(3) li {
        float: left;
        margin: 0 .133333rem;
        font-size: .4rem;
        line-height: .746667rem
    }

        .norms-shade .norms .parcel .normal ul:nth-of-type(3) li:nth-of-type(2) {
            width: .76rem;
            height: .746667rem;
            background: url(../imgs/index/subtract-gay.png) no-repeat;
            background-size: .76rem .746667rem
        }

        .norms-shade .norms .parcel .normal ul:nth-of-type(3) li:nth-of-type(3) {
            width: 1.466667rem;
            height: .746667rem;
            text-align: center;
            line-height: .746667rem;
            background-color: #f1f1f1;
            color: #e96478
        }

        .norms-shade .norms .parcel .normal ul:nth-of-type(3) li:nth-of-type(4) {
            width: 1.466667rem;
            height: .746667rem;
            text-align: center;
            line-height: .746667rem;
            background-color: #e33325;
            color: #fff
        }

        .norms-shade .norms .parcel .normal ul:nth-of-type(3) li:nth-of-type(5) {
            width: .76rem;
            height: .746667rem;
            background: url(../imgs/index/add.png) no-repeat;
            background-size: .76rem .746667rem
        }

        .norms-shade .norms .parcel .normal ul:nth-of-type(3) li.active {
            background: url(../imgs/index/subtract.png) no-repeat;
            background-size: .76rem .746667rem
        }

.norms-shade .norms a {
    display: block;
    width: 2.4rem;
    height: .8rem;
    background-color: #e33325;
    color: #fff;
    text-align: center;
    line-height: .8rem;
    border-radius: .066667rem
}

[data-dpr="1"] .norms-shade .norms a {
    font-size: 12px
}

[data-dpr="2"] .norms-shade .norms a {
    font-size: 24px
}

[data-dpr="3"] .norms-shade .norms a {
    font-size: 36px
}

.norms-shade .norms a:first-of-type {
    position: absolute;
    left: 1.8rem;
    background-color: #4e47eb;
    bottom: .533333rem
}

.norms-shade .norms a:nth-of-type(2) {
    position: absolute;
    left: 4.666667rem;
    bottom: .533333rem
}

.norms-shade .norms span {
    position: absolute;
    top: .4rem;
    right: 0;
    display: block;
    width: .666667rem;
    height: .666667rem;
    background: url(http://m.joyincake.com/incake/assets/imgs/index/close2.png) no-repeat;
    background-size: .333333rem .333333rem
}

.only-normal {
    position: fixed;
    top: 0;
    margin: 0 auto;
    max-width: 10rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.6);
    z-index: 9999
}

    .only-normal > div {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4.333333rem;
        margin-top: -5.333333rem;
        width: 8.666667rem;
        height: 7.733333rem;
        background-color: #fff;
        border-radius: .133333rem;
        overflow: hidden
    }

        .only-normal > div ul:first-of-type {
            margin-top: .4rem;
            margin-left: 3.466667rem;
            list-style: none;
            font-size: .4rem
        }

            .only-normal > div ul:first-of-type li {
                background-color: #e33325;
                border-radius: .133333rem;
                width: 1.8rem;
                height: .8rem;
                text-align: center;
                line-height: .8rem;
                color: #fff
            }

        .only-normal > div ul:nth-of-type(2) {
            list-style: none;
            margin-left: .4rem;
            margin-top: .4rem;
            font-size: .4rem
        }

            .only-normal > div ul:nth-of-type(2) li {
                position: relative;
                float: left;
                background-color: #f1f1f1;
                border-radius: .133333rem;
                margin: 0 .066667rem;
                width: 1.8rem;
                height: .8rem;
                text-align: center;
                line-height: .8rem;
                color: #e33325
            }

                .only-normal > div ul:nth-of-type(2) li.active {
                    border: .013333rem solid #e96478;
                    background: url(../imgs/index/norms.png) no-repeat;
                    background-size: .6rem .6rem;
                    background-position: 100% 100%
                }

        .only-normal > div ul:nth-of-type(3) {
            margin-top: .266667rem;
            margin-left: .933333rem;
            font-size: .293333rem
        }

            .only-normal > div ul:nth-of-type(3) li {
                margin: .4rem 0
            }

        .only-normal > div ul:nth-of-type(4) {
            list-style: none;
            margin-left: 1.733333rem
        }

            .only-normal > div ul:nth-of-type(4) li {
                float: left;
                margin: 0 .133333rem;
                font-size: .4rem;
                line-height: .746667rem
            }

                .only-normal > div ul:nth-of-type(4) li:nth-of-type(2) {
                    width: .76rem;
                    height: .746667rem;
                    background: url(../imgs/index/subtract-gay.png) no-repeat;
                    background-size: .76rem .746667rem
                }

                .only-normal > div ul:nth-of-type(4) li:nth-of-type(3) {
                    width: 1.466667rem;
                    height: .746667rem;
                    text-align: center;
                    line-height: .746667rem;
                    background-color: #f1f1f1;
                    color: #e96478
                }

                .only-normal > div ul:nth-of-type(4) li:nth-of-type(4) {
                    width: .76rem;
                    height: .746667rem;
                    background: url(../imgs/index/add.png) no-repeat;
                    background-size: .76rem .746667rem
                }

                .only-normal > div ul:nth-of-type(4) li.active {
                    background: url(../imgs/index/subtract.jpg) no-repeat;
                    background-size: .76rem .746667rem
                }

        .only-normal > div a {
            display: block;
            width: 2.4rem;
            height: .666667rem;
            background-color: #e33325;
            color: #fff;
            text-align: center;
            line-height: .666667rem;
            font-size: .32rem;
            border-radius: .066667rem
        }

            .only-normal > div a:first-of-type {
                position: absolute;
                left: 1.8rem;
                bottom: .533333rem
            }

            .only-normal > div a:nth-of-type(2) {
                position: absolute;
                left: 4.666667rem;
                bottom: .533333rem
            }

        .only-normal > div span {
            position: absolute;
            top: .4rem;
            right: .4rem;
            display: block;
            width: .333333rem;
            height: .333333rem;
            background: url(../imgs/index/close.png) no-repeat;
            background-size: cover
        }

.qrcode-cover {
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 10rem;
    margin: 0 auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

    .qrcode-cover .qrcode {
        position: absolute;
        top: 150px;
        /*left: 10%;*/
        width: 100%;
        height: 100%;
        text-align: center;
        /*position: absolute;
        top: 0;
        width: 100%;
        height: 100%;*/
    }

        .qrcode-cover .qrcode img {
            /*width: 100%;
            height: 100%;*/
            /*width: 500px;
            height: 600px;*/
            /*float:left;*/
            /*text-align:center;*/
            /*left:10%;*/
            height: 10.766667rem;
            width: 8.966667rem;
        }

        .qrcode-cover .qrcode .qrcode-quan {
            position: absolute;
            display: block;
            left: 0%;
            top: 7%;
            height: 9.766667rem;
            width: 10.966667rem;
        }

        .qrcode-cover .qrcode .qrcode-close {
            position: absolute;
            display: block;
            left: 85%;
            top: 0px;
            /*background:#069;*/
            height: 1.066667rem;
            width: 1.066667rem;
        }

        .qrcode-cover .qrcode .qrcode-notice {
            position: absolute;
            top: 75%;
            left: 50%;
            width: 100%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            text-align: center;
            color: #fff;
            font-size: 0.4rem;
            line-height: 0.4rem;
        }

.longadv {
    margin-top: .3rem;
    margin-left: .2rem;
    height: 1.4rem;
    float: left;
    margin-right: .2rem;
}

.china-mobile {
    width: 100%;
    margin-top: .3rem;
    margin-left: .2rem;
    margin-right: .2rem;
}

    .china-mobile a {
        display: block;
        width: 100%
    }

    /*.china-mobile a img {
            padding-bottom: .2rem
        }*/
    .china-mobile img {
        display: block;
        float: left;
        width: 22.7%;
        /*height: 1.56rem;*/
        margin-left: 1%;
    }

.ph img {
    display: block;
    float: left;
    width: 49%;
    /*height: 1.56rem;*/
    margin-left: 1%;
}

#baidu img {
    display: none;
}


#main .box-left .pic .box-text .price .special {
    display: block;
    position: absolute;
    top: 2.24rem;
    content: "";
    width: .8rem;
    height: .3rem;
    background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/special.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

#main .box-right .pic .box-text .price .special {
    display: block;
    position: absolute;
    top: 2.24rem;
    content: "";
    width: .8rem;
    height: .3rem;
    background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/special.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

#main .box-left .pic .box-text .price .kyprice {
    display: block;
    position: absolute;
    top: 2.24rem;
    content: "";
    width: .8rem;
    height: .3rem;
    background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/kyprice.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

#main .box-right .pic .box-text .price .kyprice {
    display: block;
    position: absolute;
    top: 2.24rem;
    content: "";
    width: .8rem;
    height: .3rem;
    background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/kyprice.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}


#main .box-left .pic .box-text .price .cxprice {
    display: block;
    position: absolute;
    left: .88rem;
}

#main .box-right .pic .box-text .price .cxprice {
    display: block;
    position: absolute;
    left: .88rem;
}

#main .box-left .pic .box-text .t1 {
    margin-top: .233333rem
}

#main .box-right .pic .box-text .t1 {
    margin-top: .233333rem
}

.quan-cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 10rem;
    margin: 0 auto;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 99999;
}

    .quan-cover .qrcode {
        position: absolute;
        top: 150px;
        /*left: 10%;*/
        width: 100%;
        height: 100%;
        text-align: center;
        /*position: absolute;
        top: 0;
        width: 100%;
        height: 100%;*/
    }

        .quan-cover .qrcode .qrcode-quan {
            position: absolute;
            display: block;
            left: 0%;
            top: 7%;
            height: 9.766667rem;
            width: 10.966667rem;
        }

        .quan-cover .qrcode .qrcode-close {
            position: absolute;
            display: block;
            /* left: 81%; */
            top: 5px;
            /*background: #069;*/
            height: 11.066667rem;
            width: 10.066667rem;
        }

        .quan-cover .qrcode .qrcode-notice {
            position: absolute;
            top: 75%;
            left: 50%;
            width: 100%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            text-align: center;
            color: #fff;
            font-size: 0.4rem;
            line-height: 0.4rem;
        }
.home-banner {
    margin: 0px 0px 0px 0px;
    float: left;
    box-sizing: border-box;
    width: 96%;
    margin-left: 2%;
    border-radius: 10px;
    margin-top: 0.23rem;
}

    .home-banner .quan {
        width: 49%;
        float: left;
    }

    .home-banner .quan2, .home-banner .quan4 {
        margin-left: 2%;
    }

    .home-banner image {
        width: 100%;
    }
    .home-banner .quanx {
        width: 22%;
        float: left;
    }
    .home-banner .quan4, .home-banner .quan5 {
        margin-left: 4%;
    }

/* ---------------- */
.home-quanv0 {
    margin: 0px 0px 0px 0px;
    float: left;
    box-sizing: border-box;
    width: 96%;
    margin-left: 2%;
    border-radius: 10px;
    background: #f2f2f2;
    margin-top: 10px;
}

    .home-quanv0 .quan {
        width: 24%;
        float: left;
    }

    .home-quanv0 .quan1, .home-quanv0 .quan2, .home-quanv0 .quan3, .home-quanv0 .quan4 {
        margin-left: 1%;
    }

    .home-quanv0 .quan1 {
        margin-left: 1%;
    }

    .home-quanv0 .banner1, .home-quanv0 .banner2 {
        padding-left: 4%;
        width: 100%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding-top: 5px;
    }

    .home-quanv0 .banner2 {
        padding-bottom: 10px;
    }

    .home-quanv0 img {
        width:1.6rem;
    }
    /*改版本*/
/***** 列表 *****/

.shop-list {
    float: left;
    box-sizing: border-box;
    padding: 0px .22rem;
    width: 100%;
    overflow-x: hidden;
}

.shop-list-pengyou {
    overflow-x: visible;
}

.shop-list-bt {
    float: left;
    width: 100%;
    color: #353535;
    margin-top:.46rem;
    margin-bottom: .23rem;
}

    .shop-list-bt image {
        float: left;
        width: 85px;
    }

        .shop-list-bt image.year {
            float: left;
            width: 100%;
        }

        .shop-list-bt img.night {
            float: left;
            width: 100px;
        }

    .shop-list-bt .mtclass1 {
        width: 60%;
        float: left;
        padding-left:0.111rem
    }

    .shop-list-bt .mtclass2 {
        width: 26%;
        float: right;
        color: #a6a6a6;
        text-align: right;
        font-size:0.3333rem;
    }
    .shop-list-bt .mtclass2 a{
        color: #a6a6a6;
    }
    .shop-list-bt img.tiehui {
        float: left;
        width: 105px;
    }

    .shop-list-bt img.pingyou {
        float: left;
        width: 1.1rem;
    }

    .shop-list-bt img.new {
        float: left;
        width: 1.8rem;
    }

    .shop-list-bt img.pingyou2 {
        float: left;
        width: 1.8rem;
    }

.shop-list-nr {
    margin: 10px 0px 10px 0px;
    display: flex;
    white-space: nowrap
}
.pengyou {
    width: 100%;
    float: left;
}

.topimg {
    width: 100%;
    margin-bottom:0.11rem;
}

    .topimg .rich-img {
        width: 100%;
    }

.topimgx {
    width: 100%;
    float: left;
}

    .topimgx .rich-img {
        width: 100%;
    }

.shop-list-nro {
    /*margin: 0px 20px 0px 0px;*/
    display: inline-block;
    padding-bottom: 0.11rem;
}
.shop-list-nro-pengyou {
    width:31.3333%;
    background: #fafafa;
    float:left
}

.shop-list-nro1 {
    float: left;
    width: 100%;
    position: relative;
}

    .shop-list-nro1 img {
        float: left;
        width: 90px;
        height: 90px;
        display: block;
        box-sizing: border-box;
        border-radius: 10px;
    }

.pengyou img {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0px;
}

.shop-list-nro2 {
    float: left;
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0px 0px 0px;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 0.263rem;
    line-height: 0.53333rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
}

.shop-list-nro3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 0.263rem;
    line-height: .5333rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
}

    .shop-list-nro3 img {
        float: left;
        padding: 3px 5px 0px 0px;
        width: 16px;
        height: 16px;
    }

.shop-list-nro4 {
    float: left;
    width: 100%;
    font-size: 0.255rem;
    text-align: center;
    line-height: .433rem;
    height: .433rem;
    /*margin-bottom:.1rem;*/
}
    .shop-list-nro4 .kyprice {
        /*position: absolute;*/
        content: "";
        width: 100%;
        height: .313rem;
        line-height: .313rem;
        background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/special2.png);
        background-repeat: no-repeat;
        background-size: .899rem .313rem;
        background-position: 15% center;
        display: block;
        text-indent:.566rem
        /*display: block;
        float: left;*/
        /*margin-left: .1111rem*/
    }
    .shop-list-nro4 .span-pricex1 {
        font-size: 0.283rem;
        color: #e33325;
        margin-left: 1.05rem;
        display: block;
        height: .313rem;
        float: left;
        line-height: .323rem;
    }
.shop-list2 {
    float: left;
    width: 100%;
}

.shop-list2-bt {
    float: left;
    box-sizing: border-box;
    margin: 10px 0px 0px 0px;
    padding: 0px 15px;
    width: 100%;
    height: 30px;
}

.shop-list2-bt1 {
    float: left;
    width: 60%;
    height: 30px;
    color: #353535;
    font-size: 14px;
    line-height: 30px;
}

    .shop-list2-bt1 img {
        float: left;
        margin: 11px 10px 0px 0px;
        width: 8px;
        height: 8px;
    }

.shop-list2-bt2 {
    float: right;
    width: 60px;
    height: 30px;
    color: #a0a0a0;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}

.shop-list2-nr {
    float: left;
    box-sizing: border-box;
    margin: 10px 0px 0px 0px;
    padding: 0px 15px 10px;
    width: 100%;
    background: #fff;
}

.shop-list2-nro {
    float: left;
    margin: 0px 3% 8px 0px;
    width: 48.5%;
}

    .shop-list2-nro:nth-child(2n+0) {
        margin: 0px 0% 8px 0px;
    }

.pengyoucolor {
    color: #e60012;
}

.shop-list img.joyincake {
    float: left;
    width: 4200px;
    margin-top: 20px;
}

.shop-list img.brand {
    float: right;
    width: 12px;
    margin-top: 13px;
}

.shop-list img.meiri {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.shop-list img.week {
    float: left;
    width:60px;
    margin-top: 25px;
}

.weekfuli {
    position: relative;
    overflow: hidden;
}

.weekcontrol {
    position: absolute;
    top: 15px;
    float: left;
    width: 30%;
    overflow: hidden;
    z-index: 9999;
}

.weekcontrol2 {
    position: absolute;
    top: 15px;
    left: 35%;
    float: left;
    width: 30%;
    overflow: hidden;
    z-index: 9999;
}

.weekcontrol3 {
    position: absolute;
    top: 15px;
    left: 65%;
    float: left;
    width: 30%;
    overflow: hidden;
    z-index: 9999;
}

.weekcontrol5 {
    position: absolute;
    top: 30px;
    left: 32%;
    float: left;
    width: 30%;
    overflow: hidden;
    z-index: 9999;
}

.weekcontrol6 {
    position: absolute;
    top: 43px;
    left: 52%;
    float: left;
    width: 30%;
    overflow: hidden;
    z-index: 9999;
}

.weekcontrol .weekquan {
    float: left;
    width: 100%;
    margin-top: -5px;
    font-size:12px;
    color: #0000ff;
}

.weekcontrol .weekqiandao {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

.weekcontrol .weekleft {
    float: left;
    width: 50%;
}

.weekcontrol .weekleft1 {
    font-size: 12px;
    display: block;
    float: left;
    color: #9a9a9a;
    width: 18px;
    text-align: right;
    padding-top: 25px;
}
/*新的购物车*/
.cartconent {
    position: fixed;
    top: 0px;
    margin: 0 auto;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
}

.cartconent2 {
    position: fixed;
    width: 100%;
    background-color: #fff;
    bottom: 0px;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
}

.cartconent3 {
    margin: 0 auto;
    width: 88%;
    height: 100%;
}

.contentleft {
    width: 96%;
    margin-bottom: 20rpx;
    float: left;
    margin-left: 2%;
}


.cartproduct {
    width: 100%;
    margin-top: .6rem;
    margin-bottom: .3rem;
    float: left;
}

    .cartproduct p {
        display: block;
    }

        .cartproduct p:nth-of-type(1) {
            width: 92%;
            float: left;
            font-size: .4333rem;
            font-weight: bold;
        }

        .cartproduct p:nth-of-type(2) {
            width: 10%;
            float: left;
            text-align: right;
        }

        .cartproduct p.del {
            content: "";
            width: .4333rem;
            height: .4333rem;
            background-image: url(http://img.joyincake.com/UpImages/max/detail/close.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50%;
        }

.cartlistprice {
    width: 100%;
    margin: 0 auto;
    float: left;
    height: 2.2rem;
}

    .cartlistprice p {
        display: block;
        width: 100%;
        font-size: .333rem;
        height: 1.4rem;
        line-height: 0.6rem;
        /*margin-bottom: .33rem;*/
        float: left;
        color: #939191;
    }


    .cartlistprice span {
        display: block;
        float: left;
        color: #fd5301;
    }

        .cartlistprice span:nth-of-type(1) {
            width: 64%;
            text-align: left;
            font-size: .433rem;
            float: left;
        }

        .cartlistprice span.line {
            text-decoration: line-through;
        }

        .cartlistprice span:nth-of-type(2) {
            float: right
        }

        .cartlistprice span text {
            color: #fd5301;
            font-weight: bold;
            text-align: left;
            font-size: 18px;
        }

        .cartlistprice span.special {
            content: "";
            width: 36%;
            height: .633rem;
            line-height: .633rem;
            background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/special2.png);
            background-repeat: no-repeat;
            background-size: 1.2rem .4rem;
            background-position: left;
            text-indent: 1.3rem;
        }

      

        

      
        



.guigex {
    width: 100%;
    margin: 0 auto;
}

.guigesku {
    width: 46%;
    float: left;
    border-radius: .233rem;
    margin-top: .22rem;
    margin-left: 2%;
    height: 1.6rem;
    background: #fbfbfb;
}

.guigex .choose {
    background: #ececec;
}

.guigesku p:nth-of-type(1) {
    width: 100%;
    display: block;
    font-size: .4333rem;
    font-weight: bold;
    text-align: center;
    margin-top: .311rem;
}

.guigesku p.xiaoshi {
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: .4333rem;
    margin-top: .0rem;
}

.guigesku p:nth-of-type(2) {
    width: 100%;
    display: block;
    font-size: .333rem;
    text-align: center;
    margin-top: .2rem;
    color: #939191;
}

.cartpeople {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-top: .43rem;
    margin-bottom: .33rem;
}

.people_content ul {
    margin: 0 auto;
    width: 100%;
    display: block;
    list-style: none;
}

    .people_content ul li {
        float: left;
        width: 100%;
        height: .7rem;
        font-size: .33rem;
        color: #939191;
        margin-left: 0.1rem;
        line-height: .6rem;
        text-align: left;
        padding-left: .6rem;
        margin-top: .1rem;
    }

.people_content .people_ul li.cakeguige {
    background: url(http://img.joyincake.com/UpImages/max/detail/4.png) no-repeat;
    background-size: .5rem .5rem;
}

.people_content .people_ul li.cakefree {
    background: url(http://img.joyincake.com/UpImages/max/detail/3.png) no-repeat;
    background-size: .5rem .5rem;
}

.people_content .people_ul li.cakeday {
    background: url(http://img.joyincake.com/UpImages/max/detail/2.png) no-repeat;
    background-size: .5rem .5rem;
    font-size: .33rem;
    font-weight: bold;
}

.people_content .people_ul li.cakeeople {
    background: url(http://img.joyincake.com/UpImages/max/detail/1.png) no-repeat;
    background-size: .5rem .5rem;
}

.people_content .people_ul li.wendu {
    background: url(http://img.joyincake.com/UpImages/max/detail/5.png) no-repeat;
    background-size: .5rem .5rem;
}

    .people_content .people_ul li.wendu text {
        display: block;
        width: 100%;
        height: 18px;
    }

.people_content .people_ul li.tiandu1 {
    background: url(http://img.joyincake.com/UpImages/max/detail/t1.png) no-repeat;
    background-position: 18%;
    background-size: 3.2rem .5rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: 0px;
    font-size: .323rem;
    margin-top: 0px;
}

.people_content .people_ul li.tiandu2 {
    background: url(http://img.joyincake.com/UpImages/max/detail/t2.png) no-repeat;
    background-position: 18%;
    background-size: 3.2rem .5rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: 0px;
    font-size: .323rem;
    margin-top: 0px;
}

.people_content .people_ul li.tiandu3 {
    background: url(http://img.joyincake.com/UpImages/max/detail/t3.png) no-repeat;
    background-position: 18%;
    background-size: 3.2rem .5rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: 0px;
    font-size: .323rem;
    margin-top: 0px;
}

.people_content .people_ul li.tiandu4 {
    background: url(http://img.joyincake.com/UpImages/max/detail/t4.png) no-repeat;
    background-position: 18%;
    background-size: 3.2rem .5rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: 0px;
    font-size: .323rem;
    margin-top: 0px;
}

.people_content .people_ul li.tiandu5 {
    background: url(http://img.joyincake.com/UpImages/max/detail/t5.png) no-repeat;
    background-position: 18%;
    background-size: 3.2rem .5rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: 0px;
    font-size: .323rem;
    margin-top: 0px;
}

.cartconent .amount {
    width: 100%;
    float: left;
    margin-top: .333rem;
}

.cartguigetitle {
    float: left;
    width: 100%;
    height: 1.1rem;
    font-size: 0.433rem;
    line-height: 1.1rem;
    color: #000;
}

.cartconent .amount .title {
    float: left;
    width: 100px;
    height: .6rem;
    font-size: .433rem;
    line-height: .6rem;
    color: #000;
}

.cartconent .amount .content {
    position: relative;
    float: right;
    width: 3.2rem;
    height: .6rem;
}

    .cartconent .amount .content .amount-wrap {
        width: .6rem;
        height: .83rem;
        margin: 0 auto;
        line-height: .93rem;
        text-align: center;
        font-size: 0.413rem;
    }



    .cartconent .amount .content .btn {
        display: block;
        position: absolute;
        top: 5px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        border-radius: 50%
    }

    .cartconent .amount .content .btn-sub {
        left: 10px;
        background-image: url(http://img.joyincake.com/UpImages/max/detail/sub2.png)
    }

    .cartconent .amount .content .btn-add {
        right: 10px;
        background-image: url(http://img.joyincake.com/UpImages/max/detail/add.png)
    }
.bottomcart {
    width: 100%;
    float: left;
    margin-bottom: .6rem;
}

    .bottomcart a {
        display: block;
        float: left;
        background: #fc963a;
        text-align: center;
        font-size: 14px;
        color: #fff;
        width: 40%;
        height: 42px;
        line-height: 42px;
        float: left;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        font-weight: bold;
    }

        .bottomcart a:nth-of-type(1) {
            display: block;
            float: left;
            margin-left: 5%;
        }

        .bottomcart a:nth-of-type(2) {
            display: block;
            float: left;
            margin-left: 5%;
        }