.hide{
    display: none;
}
.tips{
    color:#ff1414;
    text-align: center;
    margin-bottom: .3rem;
}
.wrap{
    width:100%;
    height: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.wrap-img {
    width: 100%;
    margin-bottom: 1.1rem;
}
/* footer */
.footer {
    color: #fff;
    font-size: .36rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.2rem;
    height: 1.2rem;
}
.select-meal{
    width: 70%;
    background: #ffb236;
    padding-left: .4rem;
}
    .select-meal img {
        width: .35rem;
        vertical-align: -5%;
        margin-right: .1rem;
    }
.go-pay {
    width: 30%;
    background: #ff4936;
    text-align: center;
    height: 1.2rem;
    position: relative;
}
.go-pay-area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: .28rem;
}
.go-course {
    font-size: .38rem;
}
.go-pay-area p {
    line-height: .4rem;
}
/* 选择套餐 */
.meal-wrap {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 1.2rem;
    right: 0;
    background: rgba(0,0,0,.4);
    max-width: 720px;
    margin: 0 auto;
}
.meal-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.meal-title{
    color:#008a7e;
    font-size: .36rem;
    font-weight: 700;
    text-align: center;
    line-height: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: .3rem;
}
.close-img{
    width: .35rem;
    position: absolute;
    right:.2rem;
    top:.2rem;
}
.meal-list{
    width:95%;
    margin: 0 auto;
}
.meal-li{
    width:49%;
    background:#f3f3f3;
    border-radius:.05rem;
    margin-right:2%;
    line-height: .6rem;
    color: #333;
    margin-bottom: .2rem;
    text-align: center;
}
.meal-li:nth-child(even){
    margin-right: 0;
}
.meal-li.active{
    background:#ebf6f5;
    border: 1px solid #008a7e;
}
