.nestle{
    width: 1200px;
    margin: 0 auto;
}
.nestle_azur{
    width: 100%;
    overflow: hidden;
}
.nestle_azur_chairs{
    width: 32%;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
}
.nestle_azur_chairs_choice{
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.nestle_azur_chairs_choice_warm{
    float: left;
    font-weight: bold;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
}
.nestle_azur_chairs_choice_many{
    float: right;
    height: 15px;
    margin: 10px 10px 0 0;
}
a:hover{
    color: #f4645f;
}
.nestle_azur_chairs_heaven{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
.nestle_azur_chairs_heaven li{
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nestle_azur_chairs_heaven span{
    display: inline-block;
    width: 15px;
    height: 19px;
    background: url("/templets/default/site/pEBXtHNn.png") no-repeat center center;
    background-size: 30%;
    vertical-align: middle;
}
.a01_b01_c01_d02_c01{
    width: 100%;
}
.a01_b01_c01_d02_e01{
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .nestle{
        width: 100%;
    }
    .nestle_azur{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: block;
    }
    .nestle_azur_chairs{
        width: 100%;
    }
}