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: relative;
    width: 100%;
    height: 1.6rem;
    background-color: #fff
}

    #idxHeader .location {
        position: absolute;
        top: 50%;
        left: .4rem;
        width: 2rem;
        height: .4rem;
        color: #333;
        text-align: center;
        font-size: .373333rem;
        line-height: .4rem;
        transform: translateY(-50%);
        background-image: url(../timages/icons/location_bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: .333333rem .4rem
    }

        #idxHeader .location:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            -moz-transform: scale(.9999);
            border-width: .173333rem .173333rem 0;
            border-color: #333 transparent transparent;
            position: absolute;
            top: 55%;
            right: -.026667rem;
            transform: translateY(-50%)
        }

    #idxHeader .rightmenu {
        position: absolute;
        top: 50%;
        right: .4rem;
        width: 2rem;
        height: .4rem;
        color: #333;
        text-align: center;
        font-size: .373333rem;
        line-height: .4rem;
        transform: translateY(-50%);
    }
	#idxHeader .rightmenu img {
        height: .4rem; width:auto;
    }

    #idxHeader .logo {
        position: absolute;
        left: 50%;
        top: .386667rem;
        width: 2.773333rem;
        height: .826667rem;
        transform: translateX(-50%);
        background-image: url(../timages/icons/logo_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }

    #idxHeader > span {
        position: absolute;
        right: .133333rem;
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        color: #fff;
        font-size: .293333rem
    }

.main-notice {
    position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: 9;
    width: 100%;
    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;
        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: 13rem;
}

    .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: 13rem;
        text-decoration: none
    }

        .swiper-container a img {
            width: 100%
        }

    .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
    }

#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
    }



#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 .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-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?vr=100) 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: 99999999
}

    .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;
    margin-top:.1rem;
    text-align: center;
    line-height: .8rem;
    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: #e33325;
    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: 81%;
            top: 5px;
            /*background:#069;*/
            height: 1.066667rem;
            width: 1.066667rem;
            /*position: absolute;
            display: block;
            left: 82%;
            top:21%;
            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;
        }*/

.china-mobile {
    width: 100%;
    margin-top: -.133333rem;
    margin-bottom: .133333rem;
    border-bottom: .013333rem solid #ddd
}

    .china-mobile a {
        display: block;
        width: 100%
    }

        .china-mobile a img {
            padding-bottom: .2rem
        }
.index_ad1 img {
    display: block;
    float: left;
    width: 32%;
    margin-left: 1%;
    margin-top: 0.45rem;
}
#idxSection {
    box-shadow: 0 0 0 0 #ffe0e5;
    padding-top: 0.3rem;
    padding-left:0rem;
    padding-bottom: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0;
}
.index_ad1 img {
    display: block;
    float: left;
    width: 32%;
    margin-left: 1%;
    margin-top: 0.45rem;
}
.w100 {
    display: block;
    width: 100%;
}

    .w100 img {
        display: block;
        width: 100%;
    }

.apclass {
    display: block;
    position: absolute;
    z-index: 2;
    width: 25%;
    height: 1rem;
    top: 0.75rem;
    left: 0%;
    line-height: 1rem;
    text-align: center;
}

#pclass1 {
    left: 0%;
}

#pclass2 {
    left: 25%;
}

#pclass3 {
    left: 50%;
}

#pclass4 {
    left: 75%;
}
.fix_bottom {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: #fff;
}
#baidu img {
    display: none;
}

#bannerSection {
    width: 10rem;
    margin-bottom: .4rem;
    padding: .366667rem 0;
    /*box-shadow: 0 0 .133333rem .066667rem #e33325*/
}

    #bannerSection .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
    }

    #bannerSection .entry {
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 1
    }
        #bannerSection .entry li {
            width: 33%;
        }
        #bannerSection .entry .img {
            display: block;
            width: 1.993333rem;
            height: 1.993333rem;
            margin: 0 auto;
            overflow: hidden
        }
        #bannerSection .entry img {
            width: 100%
        }
        #bannerSection .entry p {
            padding-top: .346667rem;
            text-align: center;
            font-size: .333333rem;
            line-height: .4rem;
            color: #333
        }

#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
}

.newbanner {
    width: 100%;
    margin: 0 auto;
    float: left;
}

    .newbanner .all {
        display: block;
        width: 1.8rem;
        float: left;
        height: 0.8rem;
        border-radius: 0.211rem;
        text-decoration: none;
        line-height: 0.8rem;
        font-size: .3333rem;
        text-align: center;
        margin-top: 0.1rem;
        background: #e4e4e4;
        color: #3b3b3b;
        font-weight: bold;
    }

    .newbanner .mlft {
        margin-left: .533rem
    }

    .newbanner .mlft2 {
        margin-left:16%;
    }

    .newbanner .border {
        background: #fa3e32;
        color: #fff;
        text-align: center
    }

    .newbanner .searchimg {
        content: "";
        width: 1.8rem;
        height: 0.33rem;
        display: block;
        float: left;
        margin-left: 24%;
    }

    .newbanner .searchimg2 {
        content: "";
        width: 1.8rem;
        height: 0.33rem;
        display: block;
        float: left;
        margin-left: 15px;
    }

    .newbanner .searchimg3 {
        width: 0.333rem;
        float: left;
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: .36rem;
        color: #000;
    }

.searchactive {
    background-image: url(http://img.joyincake.com/UpImages/max/2003.png);
    background-repeat: no-repeat;
    background-size: 0.333rem 0.333rem;
    background-position: left;
    text-indent: 0.433rem;
    font-size: .3333rem;
    line-height: .333rem;
    color: #3a3a3a;
}

.searchunactive {
    background-image: url(http://img.joyincake.com/UpImages/max/2002.png);
    background-repeat: no-repeat;
    background-size: 0.333rem 0.333rem;
    background-position: left;
    text-indent: 0.433rem;
    font-size: .3333rem;
    line-height: .333rem;
    color: #3a3a3a;
}
.idscreen {
    margin: 0 auto;
    width: 100%;
    /*margin-bottom:1rem;*/
    /*height: 1rem;*/
}

    /*.idscreen img {
        width: 1.333333rem
    }*/

    .idscreen .all {
        left: 0;
        width: 1.866667rem;
        text-align: center
    }

   #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 .screen {
    text-align: center;
    height: 1.0rem;
    /*height: 1.35rem;*/
    float: left;
    margin-right: 0.2rem;
}

        .idscreen .screen ul {
            width: 100%;
            color: #000;
            display: block;
        }

            .idscreen .screen ul li {
                width: 1.73333rem;
                height: 0.783333rem;
                height: 0.783333rem;
                display: block;
                float: left;
                margin-left: 0.2rem;
                margin-top: 0.08rem;
            }
.screen ul li.s0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/3-2.png) no-repeat;
    background-size: 100%;
}
.screen ul li.s1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/4-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.s2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/5-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.s3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/6-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.s4 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/7-2.png) no-repeat;
    background-size: 100%;
}
.screen ul li.actve0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/3-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.actve1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/4-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.actve2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/5-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.actve3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/6-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.actve4 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/7-1.png) no-repeat;
    background-size: 100%;
}


/*//*/
.screen ul li.banner0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/8-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.banner1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/9-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.banner2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/10-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.banner3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/11-20.png?ver=100) no-repeat;
    background-size: 100%;
}

.screen ul li.banner4 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/12-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.border0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/8-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.border1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/9-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.border2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/10-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.border3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/11-10.png?ver=100) no-repeat;
    background-size: 100%;
}

.screen ul li.border4 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/wx/12-1.png) no-repeat;
    background-size: 100%;
}

#mainbanner {
    margin: 0 auto;
    width: 96%;
    margin-left: 2%;
    float: left;
    height: 1.83rem
}

    #mainbanner > span:nth-of-type(1) {
        width: 48%;
        display: block;
        /* margin-left: 2%; */
        height: 1.58rem;
        float: left;
        background: url(http://img.joyincake.com/UpImages/wx/1-2.png) no-repeat;
        background-size: 100%;
    }

        #mainbanner > span:nth-of-type(1).active {
            background: url(http://img.joyincake.com/UpImages/wx/1-1.png) no-repeat;
            background-size: 100%;
        }

    #mainbanner > span:nth-of-type(2) {
        width: 48%;
        display: block;
        margin-left: 4%;
        float: left;
        height: 1.58rem;
        background: url(http://img.joyincake.com/UpImages/wx/2-2.png) no-repeat;
        background-size: 100%;
    }

        #mainbanner > span:nth-of-type(2).active {
            background: url(http://img.joyincake.com/UpImages/wx/2-1.png) no-repeat;
            background-size: 100%;
        }
.topnav {
    position: fixed;
    top: 0rem;
    background: #fff;
    width:100%;
    z-index: 9999999;
    padding-top: .33rem;
}


.idscreen .screen ul li.saletianpin {
    width: 2.23333rem;
    height: 1.183333rem;
    display: block;
    float: left;
    margin-left: 0.2rem;
    margin-top: 0.08rem;
}

.screen ul li.ftp0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftp1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss1-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftp2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss2-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftp3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss3-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftpactive0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftpactive1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss1-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftpactive2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss2-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.ftpactive3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/ss3-1.png) no-repeat;
    background-size: 100%;
}

/* // */
.screen ul li.stp0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stp1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt1-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stp2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt2-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stp3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt3-2.png?ver=100) no-repeat;
    background-size: 100%;
}

.screen ul li.stp4 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt4-2.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stpactive0 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stpactive1 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt1-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stpactive2 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt2-1.png) no-repeat;
    background-size: 100%;
}

.screen ul li.stpactive3 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt3-1.png?ver=100) no-repeat;
    background-size: 100%;
}

.screen ul li.stpactive4 {
    display: block;
    float: left;
    background: url(http://img.joyincake.com/UpImages/max/tt4-1.png) no-repeat;
    background-size: 100%;
}
/*新的购物车*/
/*新的购物车*/
.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: .6rem;
        /*margin-bottom: .33rem;*/
        float: left;
        color: #939191;
    }


    .cartlistprice span {
        display: block;
        float: left;
        /*height: 60rpx;
        line-height: 60rpx;*/
        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
            /*width: 65%;*/
            /*height: 60rpx;
            line-height: 60rpx;*/
        }

        .cartlistprice span text {
            color: #fd5301;
            font-weight: bold;
            text-align: left;
            font-size: .43rem;
        }

        .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;
        }

        .cartlistprice span.zhuanxiang {
            content: "";
            width: 36%;
            height: 60rpx;
            line-height: 60rpx;
            background-image: url(http://img.joyincake.com/UpImages/max/zxth.png);
            background-repeat: no-repeat;
            background-size: 100rpx 30rpx;
            background-position: left;
            text-indent: 110rpx;
        }

        .cartlistprice span.tuangou {
            content: "";
            width: 36%;
            height: 60rpx;
            line-height: 60rpx;
            background-image: url(http://img.joyincake.com/UpImages/max/zxp.png);
            background-repeat: no-repeat;
            background-size: 100rpx 30rpx;
            background-position: left;
            text-indent: 110rpx;
        }

        .cartlistprice span.vip {
            content: "";
            width: 36%;
            height: 60rpx;
            line-height: 60rpx;
            background-image: url(http://img.joyincake.com/UpImages/max/vip.png);
            background-repeat: no-repeat;
            background-size: 100rpx 30rpx;
            background-position: left;
            text-indent: 110rpx;
        }

        .cartlistprice span.kyprice {
            content: "";
            width: 36%;
            height: 60rpx;
            line-height: 60rpx;
            background-image: url(http://m.joyincake.com/incake/assets/imgs/detail/kyprice.png?ver=10110);
            background-repeat: no-repeat;
            background-size: 100rpx 30rpx;
            background-position: left;
            text-indent: 110rpx;
        }



.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;
    /*margin-top: 10px;
    margin-bottom: 6rpx;
    height: 34rpx;
    line-height: 34rpx;*/
}

.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: .533rem;
    }

.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: 1.5rem;
    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: .63rem;
        text-align: center;
        font-size: 0.413rem;
    }



    .cartconent .amount .content .btn {
        display: block;
        position: absolute;
        top: .05rem;
        width: .53rem;
        height: .53rem;
        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)
    }

.choosemodel {
    float: left;
    width: 96%;
    margin: 0 auto;
    border-radius: .3rem;
    background: #efefef;
    margin-left: 2%;
    margin-top: .1rem
}

    .choosemodel .hint {
        width: 100%;
        display: block;
        margin: 0 auto;
        /* padding-bottom:5px; */
        font-size: 32rpx;
        /* padding-left: 10px; */
        color: #e33325;
        height: 90rpx;
        line-height: 90rpx;
    }

    .choosemodel p:nth-of-type(1) {
        width: 70%;
        display: block;
        font-size: .3333rem;
        font-weight: bold;
        text-align: center;
        height: 1.1rem;
        line-height: 1.1rem;
        float: left;
    }

    .choosemodel p:nth-of-type(2) {
        width: 30%;
        color: #fd5301;
        display: block;
        font-size: .3333rem;
        text-align: center;
        height: 1.1rem;
        line-height: 1.1rem;
        float: right;
        font-weight: bold;
        text-align: center;
    }

.bottomcart {
    width: 100%;
    float: left;
    margin-bottom: .6rem;
}

    .bottomcart a {
        display: block;
        float: left;
        background: #fc963a;
        text-align: center;
        font-size: .33rem;
        color: #fff;
        width: 40%;
        height: 0.8rem;
        line-height: .8rem;
        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%;
        }
.year {
    display: block;
    width: 1.5rem;
    height: 0.53rem;
    position: absolute;
    left: 0rem;
    top: 4.14rem;
    background: url(../imgs/index/Groupyear2.png) no-repeat;
    background-size: cover;
}