@charset "utf-8";
/* 公共样式 */
.section-block{
    padding-top: 90px;
}
.section-title-bar{
    font-size: 32px;
    text-align: center;
}
.section-con{
    margin-top: 42px;
}
.section-btn{
    padding: 40px 0 70px;
}
.section-btn>a{
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #2086ee;
    width: 366px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin: 0 auto;
}

.meal-table-block{
    float: left;
}
.meal-table-blue{
    width: 446px;
}
.meal-table-red{
    width: 372px;
    box-shadow: 0 0 24px 0 rgba(136,136,136,0.18);
    background-color: #fefcfc;
    position: relative;
    z-index: 1;
}
.zg-section-block .meal-table-red,
.zg-section-block .meal-table-green,
.zg-section-block .meal-table-dark{
    width: 250px;
    box-shadow: none;
}
.meal-table-green{
    width: 379px;
    background-color: #fbfefd;
}
.meal-table-dark{
    width: 250px;
    background-color: #fcfcfd;
}
.meal-table-tit{
    color: #fff;
    font-size: 16px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.meal-table-red .meal-table-tit{
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
.meal-table-dark .meal-table-tit{
    border-left: 1px solid #f5f5f5;
}
.meal-table{
    width: 100%;
    border: 1px solid #e2ebf5;
}
.meal-table-blue .meal-table{
    border-right: none;
}
.meal-table-green .meal-table,
.meal-table-dark .meal-table{
    border-left: none;
}
.meal-table-blue .meal-table-tit{
    background-color: #9dadcc;
}
.meal-table-red .meal-table-tit{
    background-color: #e96c66;
}
.meal-table-green .meal-table-tit{
    background-color: #65d4b1;
}
.meal-table-dark .meal-table-tit{
    background-color: #6b85ab;
}
.meal-table th,.meal-table td{
    border: 1px solid #e2ebf5;
}
.meal-table-blue .meal-table th,
.meal-table-blue .meal-table td{
    border-right: none;
}
.meal-table-green .meal-table th,
.meal-table-green .meal-table td,
.meal-table-dark .meal-table th,
.meal-table-dark .meal-table td{
    border-left: none;
}
.meal-table th{
    font-size: 12px;
    color: #333;
    height: 50px;
    text-align: center;
}
.meal-table td{
    font-size: 12px;
    color: #666;
    height: 40px;
    text-align: center;
}
.meal-table td .txt{
    text-align: left;
}
.meal-table td .color-green{
    color: #19c549;
}
.meal-table td .color-red{
    color: #ff3c00;
}
.meal-table td .pl40{
    padding-left: 40px;
}
.meal-table td .lh24{
    line-height: 24px;
}
.meal-table td .cha-icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/huawei_cha_icon.png") no-repeat;
}
.meal-table td .gou-icon{
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url("../images/huawei_cha_icon.png") no-repeat 0 -20px;
}