.business-cooperation-page {
    max-width: 10rem;
    width: 100%;
    margin: 0 auto
}

    .business-cooperation-page .logo {
        height: 100%;
        width:98%;
        margin: 0 auto;
        /*margin: 0.8rem auto 0;
        width: 9.08rem;
        height: 56.96rem;
        background: url(../imgs/business-cooperation/logox.jpg) no-repeat center;
        border: 0px;
        background-size: 9.08rem 56.96rem*/
    }
    .business-cooperation-page .brand {
        margin: 0.8rem auto 0;
        width: 100%;
        height: 28.96rem;
        background: url(http://img.joyincake.com/UpImages/hd/xxx.jpg) no-repeat center;
        border: 0px;
        /*margin-left:-2rem;*/
        background-size: 100% 28.96rem
    }
    .business-cooperation-page .content {
        width: 8.933333rem;
        margin: 1.666667rem auto 1.066667rem;
        box-sizing: border-box
    }

        .business-cooperation-page .content ul {
            list-style: none;
            margin-bottom: 1.2rem
        }

            .business-cooperation-page .content ul li {
                height: .933333rem;
                line-height: .933333rem;
                margin-bottom: .666667rem
            }

                .business-cooperation-page .content ul li span {
                    margin-left: .4rem;
                    /*margin-right: .533333rem;*/
                    font-size: .346667rem;
                    float:left;
                    display:block;
                    width:1.8rem;
                    color: #606060;
                }

                .business-cooperation-page .content ul li input {
                    padding-left: .2rem;
                    width: 5.866667rem;
                    height: .933333rem;
                    border-radius: .133333rem;
                    color: #a4a4a4;
                    border: .033333rem solid #999;
                    box-shadow: .026667rem -.026667rem .026667rem #f0efef;
                    box-sizing: border-box
                }

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

                    .business-cooperation-page .content ul li.cooperation span {
                        vertical-align: top
                    }

                    .business-cooperation-page .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
                    }

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

        .business-cooperation-page .content p {
            text-align: center;
            color: #9e9e9e;
            font-size: .42rem
        }

    .business-cooperation-page .submit {
        display: block;
        margin: 0 auto;
        width: 4rem;
        height: .866667rem;
        line-height: .866667rem;
        border-radius: .133333rem;
        font-size: .373333rem;
        color: #fff;
        background: #e33325;
        text-align: center;
        margin-bottom: .666667rem
    }
