@charset "utf-8";
/* 公共样式 */
.section-block{
    padding-top: 90px;
}
.section-title-bar{
    font-size: 32px;
    text-align: center;
}
.section-sub-txt{
    color: #888;
    line-height: 24px;
    margin-top: 6px;
    font-size: 16px;
    text-align: center;
}
.section-con{
    margin-top: 60px;
}
.section-btn{
    padding: 40px 0 70px;
    text-align: center;
}
.section-btn>a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #2086ee;
    width: 366px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin: 0 10px 0;
}
.section-btn>a.buy{
    background-color: #ff4e00;
}
.section-btn>a.zx-btn{
    width: 260px;
}

.meal-table-block{
    float: left;
}
.meal-table-white{
    width: 460px;
}
.meal-table-brand thead tr th{
    color: #333;
}
.meal-table-brand thead tr th:nth-of-type(1){
    background-color: #eef2f8;
}
.meal-table-brand thead tr th:nth-of-type(2){
    background-color: #f5f8fb;
}
.meal-table-brand thead tr th:nth-of-type(3){
    background-color: #fef2e1;
}
.meal-table-grey,
.meal-table-yellow,
.meal-table-blue{
    width: 246px;
}
.meal-table-yellow{
    box-shadow: 0 0 14px 0 rgba(253,182,23,0.2);
    position: relative;
    z-index: 1;
    top: -16px;
}
.meal-table-yellow:before{
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 13px solid #c88700;
    transform: rotateZ(45deg);
}
.meal-table-yellow:after{
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 13px solid #c88700;
    transform: rotateZ(135deg);
}
.meal-table{
    width: 100%;
}
.meal-table th,
.meal-table td{
    border: 1px solid #e2ebf5;
}
.meal-table thead{
    /*background-color: #f9f9fb;*/
}
.meal-table th{
    font-size: 12px;
    color: #333;
    height: 50px;
    text-align: center;
}
.meal-table thead th{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    height: 128px;
    text-align: center;
}
.meal-table-white thead th{
    color: #999;
    font-weight: bold;
    border-right: none;
}
.meal-table-grey thead th{
    background-image: -moz-linear-gradient( 15deg, rgb(201,213,235) 0%, rgb(131,149,179) 100%);
    background-image: -webkit-linear-gradient( 15deg, rgb(201,213,235) 0%, rgb(131,149,179) 100%);
    background-image: -ms-linear-gradient( 15deg, rgb(201,213,235) 0%, rgb(131,149,179) 100%);
    border: none;
    height: 129px;
}
.meal-table-yellow thead th{
    background-image: -moz-linear-gradient( 15deg, rgb(254,224,125) 0%, rgb(253,181,23) 100%);
    background-image: -webkit-linear-gradient( 15deg, rgb(254,224,125) 0%, rgb(253,181,23) 100%);
    background-image: -ms-linear-gradient( 15deg, rgb(254,224,125) 0%, rgb(253,181,23) 100%);
    height: 145px;
    border: none;
}
.meal-table-blue thead th{
    background-image: -moz-linear-gradient( 15deg, rgb(86,157,254) 0%, rgb(27,109,245) 100%);
    background-image: -webkit-linear-gradient( 15deg, rgb(86,157,254) 0%, rgb(27,109,245) 100%);
    background-image: -ms-linear-gradient( 15deg, rgb(86,157,254) 0%, rgb(27,109,245) 100%);
    border: none;
    height: 129px;
}
.meal-table td{
    padding: 0 10px 0 30px;
    font-size: 12px;
    color: #999;
    height: 42px;
    text-align: center;
}
.meal-table tbody tr.gre-bg{
    background-color: #f9f9fb;
}
.meal-table tbody tr:last-child{
    background-color: #fff9f1;
    height: 90px;
}
.meal-table td .text-l{
    text-align: left;
}
.meal-table td .main-tit{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.meal-table td .sub-tit{
    font-size: 16px;
    color: #333;
}
.meal-table td .sub-txt{
    font-size: 15px;
    color: #333;
}
.meal-table .color-green{
    color: #19c549;
}
.meal-table .color-red{
    color: #ff3c00;
}
.meal-table .color-666{
    color: #666;
}
.meal-table .color-333{
    color: #333;
}
.meal-table .color-orange{
    color: #c19672!important;
}
.meal-table .color-red {
    color: #ff5400;
}
.meal-table .bg-orange{
    background-color: #fffdf9!important;
}
.meal-table .border-orange{
    border-color: #f0e3d0!important;
}
.meal-table .font-S12 {
    font-size: 12px;
}
.meal-table .font-S13 {
    font-size: 13px;
}
.meal-table .font-S18 {
    font-size: 18px;
}
.meal-table .font-S15 {
    font-size: 15px;
}
.meal-table .font-S16 {
    font-size: 16px;
}
.meal-table .font-S36 {
    font-size: 36px;
}
.meal-table td .pl30{
    padding-left: 30px;
}
.meal-table td .pl80{
    padding-left: 80px;
}
.meal-table td .pt20{
    padding-top: 20px;
}
.meal-table td .pt30{
    padding-top: 30px;
}
.meal-table td .pb20{
    padding-bottom: 20px;
}
.meal-table td .lh60{
    height: 60px;
    line-height: 60px;
}
.meal-table td .lh24{
    line-height: 24px;
}
.meal-table td .lh32{
    line-height: 32px;
}
.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;
}

.product-highlights{}
.product-highlights li{
    float: left;
    width: 25%;
    transition: all .3s;
}
.product-highlights li:hover{
    transform: translateY(-10px);
}
.product-highlights li .icon{
    display: block;
    width: 126px;
    height: 144px;
    margin: 0 auto;
    background: url("../images/operate-icons.png") no-repeat;
}
.product-highlights li:nth-of-type(1) .icon{
    background-position: 0 0;
}
.product-highlights li:nth-of-type(2) .icon{
    background-position: 0 -146px;
}
.product-highlights li:nth-of-type(3) .icon{
    background-position: 0 -290px;
}
.product-highlights li:nth-of-type(4) .icon{
    background-position: 0 -435px;
}
.product-highlights li .tit{
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 18px;
    text-align: center;
}