body {
    background: #fff !important;
}

.header {
    background: -webkit-linear-gradient(left, #ff597f, #fedee6) !important;
}

.banner img {
    width: 100%;
    height: 6.2rem;
}

.line {
    width: 100%;
    display: table;
    border-bottom: #ebeef5 .03rem solid;
    overflow: hidden;
    clear: both;
}

#goods-select,#goods-specs {
    background: #ff597f;
    width: 3rem !important;
    height: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .5rem;
}

#goods-specs {
    margin-left: .3rem;
}

.goods-select-head {
    display: flex;
    align-items: center;
}

.weui-btn_primary {
    background-color: #ff597f !important;
}

.cake-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cake-info .left .title {
    font-size: .65rem;
    font-weight: bold;
    margin: .3rem 0;
}

.cake-info .left .price {
    font-size: .6rem;
    font-weight: bold;
    margin-bottom: .3rem;
    color: rgb(255, 89, 127);
}

.cake-info .left .specs {
    font-size: .5rem;
    color: #999;
}

.form-submit {
    width: 100%;
    padding: .5rem;
    clear: both;
    margin-top: .3rem;
}

.form-submit .form-submit-btn {
    background: #ff597f !important;
}

.textarea-group textarea {
    width: 100%;
    height: 2.7rem;
    font-size: .5rem;
}

.textarea-group-tips {
    color: #c8c4c4;
}