.afternoon-tea-page {
    width: 100%;
    /*background: url(../imgs/afternoon-tea/bg.png);
    background-size: 44px 44px;
    position: relative*/
}

.afternoon-tea-banner {
    /*position: relative;*/
    width: 1200px;
    /*height: 485px;*/
    margin: 0 auto
}
    .afternoon-tea-banner img {
        /*position: relative;
    width: 1200px;*/
        /*height: 485px;*/
        margin: 0 auto;
        /*width: 1200px;*/
        display: block;
    }
    .afternoon-tea-banner .inner {
        position: absolute;
        top: 0;
        z-index: 9;
        left: 50%;
        width: 1920px;
        height: 485px;
        margin-left: -960px;
        background-image: url(http://img.joyincake.com/UpImages/max/maxpc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }

.group, .page-container {
    width: 1200px;
    margin: 0 auto
}

.group {
    padding: 0 25px
}

    .group .cake {
        display: inline-block;
        padding-top: 80px;
        width: 325px;
        text-align: center;
        margin-right: 90px
    }

        .group .cake:nth-of-type(3n) {
            margin-right: 0
        }

        .group .cake .img {
            display: block;
            position: relative;
            margin: 0 auto;
            width: 300px;
            height: 300px
        }

            .group .cake .img img {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%)
            }

        .group .cake .cn {
            line-height: 70px;
            font-size: 28px;
            font-weight: 500
        }

        .group .cake .en {
            line-height: 14px;
            font-size: 14px
        }

        .group .cake .price {
            line-height: 70px;
            height: 70px;
            position: relative;
            color: #f27d89;
            font-size: 18px;
            font-weight: 500
        }

            .group .cake .price .rmb {
                font-style: normal;
                font-size: 14px;
                vertical-align: top;
                margin-right: 5px;
            }

            .group .cake .price .num {
                font-size: 30px
            }

        .group .cake .buyBtn {
            display: block;
            width: 180px;
            height: 40px;
            margin: 0 auto;
            border-radius: 20px;
            color: #fff;
            background: #f9a780;
            font-size: 26px;
            font-weight: 500;
            line-height: 40px
        }

.txt {
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    color: #a3a04b
}

    .txt.txt1 {
        padding-top: 90px
    }

.txt4 {
    padding-top: 120px;
    padding-bottom: 250px;
    color: #fe7c89
}

.bg1 {
    right: 0;
    top: 30%;
    width: 210px;
    height: 550px;
    background: url(../imgs/afternoon-tea/bg1.png) no-repeat;
    background-size: 211px 550px
}

.bg1, .bg2 {
    position: absolute
}

.bg2 {
    left: 0;
    top: 45%;
    width: 142px;
    height: 384px;
    background: url(../imgs/afternoon-tea/bg2.png) no-repeat;
    background-size: 142px 384px
}

.bg3 {
    right: 0;
    width: 287px;
    height: 290px;
    background: url(../imgs/afternoon-tea/bg3.png) no-repeat;
    background-size: 287px 290px
}

.bg3, .bg4 {
    bottom: 0;
    position: absolute
}

.bg4 {
    left: 0;
    width: 467px;
    height: 229px;
    background: url(../imgs/afternoon-tea/bg4.png) no-repeat;
    background-size: 467px 229px
}
.layout-container .content {
    width: 100%;
    margin: 0% auto 3%;
    box-sizing: border-box
}

    .layout-container .content ul {
        list-style: none;
        margin-bottom: 20px
    }

        .layout-container .content ul li {
            height: 60px;
            line-height: 60px;
            margin-bottom: 20px;
            width: 450px;
            /*background: #069;*/
            margin: 0 auto;
        }

            .layout-container .content ul li span {
                margin-left: 20px;
                /*margin-right: 20px;*/
                font-size: 16px;
                float: left;
                display: block;
                width: 100px;
                color: #606060;
            }

            .layout-container .content ul li input {
                padding-left: 10px;
                width: 300px;
                height: 40px;
                border-radius: 5px;
                color: #a4a4a4;
                border: 2px solid #999;
                box-shadow: 2px -2px 2px #f0efef;
                box-sizing: border-box;
            }

            .layout-container .content ul li.cooperation {
                height: 4rem;
                margin-top: -.266667rem;
                position: relative
            }

                .layout-container .content ul li.cooperation span {
                    vertical-align: top
                }

                .layout-container .content ul li.cooperation textarea {
                    box-sizing: border-box;
                    margin-top: .266667rem;
                    padding: .133333rem .2rem;
                    width: 6.266667rem;
                    height: 4rem;
                    border-radius: .133333rem;
                    border: .013333rem solid #999;
                    box-shadow: .026667rem -.026667rem .026667rem #f0efef;
                    line-height: .586667rem;
                    font-size: .32rem;
                    color: #a4a4a4
                }

                .layout-container .content ul li.cooperation .maxlength-feedback {
                    position: absolute;
                    width: 2.666667rem;
                    font-size: .293333rem;
                    color: #cdcdcd;
                    bottom: -1.066667rem;
                    right: -.266667rem;
                    text-align: center
                }

    .layout-container .content p {
        text-align: center;
        color: #9e9e9e;
        font-size: 16px;
        text-indent: 40px;
    }

.layout-container .submit {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #e33325;
    text-align: center;
    margin-bottom: 20px
}
