/*banner部分*/
.home-banner {
    background: url('../images/food/banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

/*// 板块二*/
.plate2 {
    width: 1440px;
    margin: 0 auto;
    background: #FFFFFF;
    z-index: 6;
}

.plate2Tabs {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plate2TabsTitle {
    font-size: 24px;
    color: #121213;
    margin-bottom: 16px;
}

.plate2TabsTitleActive {
    font-weight: bold;
}

.plate2TabsTip {
    margin-bottom: 27px;
    font-size: 16px;
    color: #707070;
}

.plate2TabsLine {
    width: 288px;
    height: 4px;
    background: #E8E8E8;
}

.plate2TabsLineActive {
    background: #F6BB07;
    border-radius: 2px;
}

.plate2ContentTitle {
    font-size: 30px;
    font-weight: bold;
    color: #121213;
}

.plate2ContentCont {
    font-size: 20px;
    color: #707070;
    margin: 20px 0 44px;
}

.plate2ContentData {
    padding: 15px 17px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    margin-top: 16px;
    font-size: 20px;
    color: #333333;
}

.plate2Content {
    margin-left: 139px;

}

.plate2Btn {
    width: 220px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 30px;
    font-size: 26px;
    color: #17191A;
    margin-top: 30px;
    cursor: pointer;
}

/*// 板块三*/
.plate3 {
    width: 1440px;
    margin: 0 auto;
    display: flex;
}

.plate3Content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plate3Content.flex-1 {
    flex: 1;
}

.plate3ContentTitle {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #121213;
}

.plate3OneItem {
    cursor: pointer;
    width: 532px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 10px;
    padding: 30px 40px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plate3TwoItem {
    cursor: pointer;
    width: 377px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 10px;
    padding: 30px 40px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plate3ContentOne {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.plate3ContentTwo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 50px;

}

.plate3Item {
    width: 141px;
    text-align: center;
    height: 41px;
    line-height: 41px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #121213;
    margin-bottom: 20px;
}

.plate3ItemActive {
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
}

/*// 模块四*/
.plate4 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.plate4Item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 305px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    margin-bottom: 20px;
}

.plate4Item span {
    font-size: 24px;
    font-weight: bold;
    color: #121213;
}

/*// 模块五*/
.plate5 {
    margin: 0 auto;
    width: 1280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    padding: 44px 60px;
}

.plate5TabsTitle {
    font-size: 32px;
    color: #121213;
}

.plate2TabsTitleActive {
    font-weight: 700;
}

.plate5TabsLine {
    display: block;
    width: 206px;
    height: 4px;
    background: transparent;
    border-radius: 2px;
}

.plate5TabsLineActive {
    background: #F6BB07;
}

.plate5ContentData {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-right: 20px;
}

.plate5ContentData-txt1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #121213;
}

.plate5ContentData-txt2 {
    font-size: 21px;
    color: #707070;
}

.plate5ContentData-img {
    width: 480px;
    height: 564px;
    margin: 32px 0 10px;
}

/* 板块6 */
.plate6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plate6Item {
    width: 412px;
    height: 345px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    margin-right: 20px;
}

.plate6Item:last-child {
    margin-right: 0;
}

.plate6ItemTitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #121213;
    margin: 30px 0 20px;
}

.plate6ItemCont {
    padding: 0 40px;
    font-size: 16px;
    color: #707070;

}

.food-banner-image {
    width: 700px;
    height: 500px;
}

.food-banner-image-1 {
    width: 330px;
    height: 660px;
}
