.header{
    /*border-top: 2px solid #2877f2;*/
    background: #fff;
    padding: 40px 0 50px;
    margin-bottom: 110px;
}
.header .slogan{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.header p{
    text-align: center;
    font-size: 16px;
    line-height: 33px;
}
.header .demo{
    width: 138px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #2877f2;
    display: block;
    margin: 30px auto 0;
    border-radius: 5px;
    color: #fff;
}
.headline{
    text-align: center;
    font-size: 36px;
    margin-bottom: 70px;
}
.product{

}
.product .item{
    border: 1px solid #eee;
    background: #fff;
    width: 22%;
    margin-right: 3%;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    overflow: hidden;
    display: inline;
    float: left;
    margin-bottom: 3%;
}
.product .item .icon{
    background: #2877f2;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}
.product .item .icon .ef{
    font-size: 60px;
}
.product .item .info{
    padding: 20px 24px 25px;
}

.product .item .info .name {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #3b3b3b;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .item .info .desc{
    color: #ababab;
}
.setMeal{}
.setMeal .item{
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-image: linear-gradient(-170deg, #a259f6 0%, #1e57f7 52%, #2f599e 100%);
    color: #fff;
    margin-bottom: 30px;
}
.setMeal .item .name{
    font-size: 28px;
    margin-bottom: 20px;
}
.setMeal .item .desc{
    font-size: 16px;
}
.setMeal .item2{
    background-image: linear-gradient(170deg, #0d53d6 0%, #2069ff 52%, #ff5183 100%)
}
.contact{}
.contact .hd{
    background: #fff;
    padding: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #eee;
}
.contact .hd .link a{
    width: 150px;
    height: 50px;
    display: block;
    border: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 20px;
    font-size: 16px;
    border-radius: 3px;
}
.contact .hd p{
    text-align: center;
    font-size: 14px;
}