/* .main_banner > img {
    width: 100%;
    cursor: pointer;
} */

.swiper-container {
    width: 100%;
    height: 64vw;
}
.swiper-slide > img {
    width: 100%;
}
/* .swiper-slide:nth-child(1) {
    background: url(../img/m_20200120_nh2gYrll.jpg) no-repeat center / contain;
}
.swiper-slide:nth-child(2) {
    background: url(../img/m_20200206_hdIHMS00.jpg) no-repeat center / contain;
}
.swiper-slide:nth-child(3) {
    background: url(../img/m_20200217_mu8MjTWf.jpg) no-repeat center / contain;
} */
.container {
    width: 100%;
    overflow: hidden;
}
.section1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #000;
}
.sec1_item {
    width: 50%;
    height: 170px;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}
.sec1_item:nth-child(2) {
    padding: 20px 20px 0 0px;
}
.icon_delivery {
    width: 81px;
    height: 71px;
    background: url(../img/m_deli.png) no-repeat center / contain;
    margin: 0 auto;
}
.sec1_item h3 {
    font-size: 16px;
    color: #111;
    font-weight: 900;
    text-align: center;
}
.sec1_item .arrow {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 10px;
    float: right;
    margin-left: -20px;
    background: #238ece;
}
.sec1_item_title {
    width: 100%;
    overflow: hidden;
}
.sec1_item > p {
    margin: 17px 0 0 0;
    font-size: 14px;
    color: #888;
    text-align: center;
}
.icon_takeout {
    width: 81px;
    height: 71px;
    margin: 0 auto;
    background: url(../img/m_takeout.png) no-repeat center / contain;
}

.center_banner {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
}
.center_banner_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.center_banner_box_txt {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.center_banner_box_txt > b {
    color: #111;
}
.box_login {
    width: 80px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.slick_track {
    width: 100%;
    text-align: center;
}
.slick_track > img {
    margin: 10px 0;
    width: calc((100% / 4) - 10px - 0.01px);
}

/* .slick_img {
    width: 210px;
    height: 210px;
    float: left;
    cursor: pointer;
} */
/* .slick_img:nth-child(1) {
    background: url(../img/main_card1.png);
}
.slick_img:nth-child(2) {
    background: url(../img/main_card2.gif);
}
.slick_img:nth-child(3) {
    background: url(../img/main_card3.png);
}
.slick_img:nth-child(4) {
    background: url(../img/main_card4-2.png);
} */

.section3 {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
}
.section3 > img {
    /* margin-right: 20px; */
    width: 80%;
}
.section3 > img:last-child {
    margin-right: 0;
}