body {
    overflow: hidden;
}

.banner_wrap {
    height: 500px;
}

.banner {
    background-color: #eee;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}

.banner_wrap .bx-wrapper {
    max-width: 1920px !important;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 179px;
    margin: 0 0 0 -960px;
}

.banner_wrap .bx-wrapper .bx-pager {
    left: 0;
    bottom: 20px;
}

.food_main_title.border {
    border-bottom: 3px solid #333;
}

.sub_banner_wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    margin: -19.5px;
}

.sub_banner {
    overflow: hidden;
    max-width: 610px;
    margin: 19.5px;
}

.sub_banner a {
    display: block;
}

.food_list:last-child {
    padding-bottom: 23px;
}

.food_list.anything li {
    margin-bottom: 77px;
}

.food_list ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-left: -17.9px;
    margin-right: -17.9px;
}

.food_list li {
    width: 293px;
    padding: 0 17.9px;
    padding-bottom: 77px;
}

.food_list a {
    display: block;
}

.food_list a:hover h4 {
    text-decoration: underline;
}

.food_list .img_box {
    position: relative;
}

.food_list .img_box img {
    display: inline-block;
    width: 100%;
}

.food_list .img_box .deal_time {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;

    text-align: center;
}

.food_list .img_box .deal_time:after {
    z-index: -1;
    opacity: 0.6;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ee2f49;
}

.food_list .img_box .deal_time span {
    font-size: 22px;
    color: #fff;
}

.food_list .food_item {}

.food_list .food_item h4 {
    height: 34px;
    padding: 16px 0;
    font-size: 14px;
    color: #555;
}

.food_price {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.food_price span {
    display: inline-block;
    padding-right: 8px;
    font-size: 17px;
}

.center_banner a {
    display: block;
}

.center_banner a img {
    display: inline-block;
    width: 100%;
}

.food_recipe {
    visibility: hidden;
    height: 0;
    padding: 0;
    background-color: #f2f2f2;
}

.slider_nav {
    float: left;
    width: 337px;
}

.slider_nav h1 {
    padding-top: 54px;
    font-size: 40px;
    font-weight: bold;
}

.recipe_slider_wrap {
    position: relative;
}

.recipe_slider {
    position: relative;
    float: left;
    width: 943px;
}

.slider_content_wrap {
    float: left;
    overflow: hidden;
}

.slider_content {
    float: left;
    width: 452px;
}

.slider_content:last-child {
    float: right;
}

.slider_content iframe {
    display: block;
    width: 100%;
    height: 100.2%;
}

.slider_video {
    width: 100%;
    height: 253px;
}

.slider_text {
    background-color: #fff;
}

.slider_text a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 12px 0;
}

.slider_text h4 {
    padding-top: 27px;
    padding-left: 24px;
    padding-bottom: 13px;
    font-size: 18px;
    font-weight: bold;
}

.slider_text p {
    padding-left: 24px;
    font-size: 15px;
}

.slider_text a>div:nth-child(1) {
    max-width: 297px;
}

.slider_text a>div:nth-child(2) {
    overflow: hidden;
    margin-right: 19px;
    width: 135px;
    height: 124px;
}

.slider_text a>div:nth-child(2) img {
    display: inline-block;
    width: 100%;
}

#slide-counter {
    display: inline-block;
    position: absolute;
    left: 28px;
    top: 191px;
    font-size: 19px;
    font-weight: bold;
}

#slide-counter span {
    font-size: 19px;
    font-weight: bold;
}

.recipe_slider_wrap .bx-wrapper {
    float: left;
    width: 943px;
}

.recipe_slider_wrap .bx-wrapper .bx-pager {
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.recipe_slider_wrap .bx-next:hover {
    background-position: unset;
}

.recipe_slider_wrap .bx-prev:hover {
    background-position: unset;
}

.recipe_slider_wrap .bx-controls-direction {
    position: absolute;
    width: 46px;
    left: -313px;
    top: 211px;
}

.recipe_slider_wrap .bx-controls-direction a {
    width: 18px;
    height: 14px;
}

.recipe_slider_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    cursor: auto;
}

.recipe_slider_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #b8b8b8;
}

.bx-wrapper .bx-pager.bx-default-pager a.active:hover {
    background-color: #000;
}

.recipe_slider_wrap .bx-next {
    background: url(../images/recipe_arrow_R.png) no-repeat;
    background-size: cover;
    height: 13px !important;
}

.recipe_slider_wrap .bx-prev {
    background: url(../images/recipe_arrow_L.png) no-repeat;
    background-size: cover;
}