
.body{
    width:76%;
    margin-top: 12%;
    text-align: center;
}
.setMeal{
    width: 300px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    margin-right: 40px;
    border-radius: 10px;
    height: 1040px;
    margin-bottom: 50px;
}
.saas{
    background: url("../img/priceSystem/price01.png") no-repeat;
}
.duli{
     background: url("../img/priceSystem/price02.png") no-repeat;
 }
.jituan{
    background: url("../img/priceSystem/price03.png") no-repeat;
}
.pri{
    background-size: 100%;
    background-position: center;
    color: #fff;
    padding: 30px;
    border-radius: 10px 10px 0 0 ;
    height: 150px;
}
.pri p{
    font-size: 18px;
}
.price{
    padding: 20px;
    height: 180px;
}
.price h1{
    color:#216CFC;
}
.price span{
    color: #666;
}
.renew{
    display: block;

}
.priceButton{
    width: 200px;
    line-height: 40px;
    background-color:#0099FD ;
    color: #fff;
    margin-top: 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.priceButton:hover{
    background-color: #76C6FA;
}
.function h5{
    color:#0099FD ;
}
.function li{
    margin-top: 10px;
}
