html,body,ul,li,a,p{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    color:#333;
}
a:hover{
    color:red;
    text-decoration: none;
}
/* 头部导航开始 */
.header{
    background-color: #fff;
    margin:0 auto;
    height:117rem;
    width: 100%;
    margin-top:2rem;
}
.nav{
    height: 100%;
    width: 1440rem;
    background-color: #fff;
    margin:0 auto;
}
.main{
    height: 98rem;
    width: 1173rem;
    margin:0 auto;
    display: flex;
}
.logo{
    height: 98rem;
    width: 120rem;
    background-color:#302525;
    overflow: hidden;
}
.logo .image{
    height: 91rem;
    width: 104rem;
    margin:3rem auto;
}
.listContainer{
    height:98rem;
    margin-left:113rem;
    display: flex;
    align-items: center;
}
.listContainer .item{
    height:85rem;
    line-height: 85rem;
    width: 80rem;
    text-align: center;
    cursor: pointer;
    color:#333333;
    margin-right:51rem;
    font-size: 18rem;
    padding:0;
    position: relative;
    background-color: #fff;
}
.listContainer .item .childList{
    position: absolute;
    height:auto;
    width: 120rem;
    text-align: center;
    cursor: pointer;
    color:#333333;
    font-size: 18rem;
    top:85rem;
    left:-18rem;
    background-color: #fff;
    z-index:9;
    display: none;
    padding-top:25rem;
}
.childList .childrenItem{
    height: 40rem;
    line-height: 40rem;
    text-align: center;
    font-size: 14rem;
    color:#333333;
}
.childList .activeItem{
    color:#F63C3E;
}
.listContainer .active{
    border-bottom:2rem solid #F63C3E;
}
.listContainer .active a{
    color:#F63C3E !important;
}
.concat{
    height: 50rem;
    width:124rem;
    margin-top:28rem;
    font-size: 18rem;
}
.concat .title{
    margin:0
}
.concat .phone{
    color:#F63C3E
}
.service{
    height:38rem;
    width: 124rem;
    margin:28rem 0 0 52rem;
}
.service .image{
    height:100%;
    width: 100%;
    cursor: pointer;
}
/* 头部导航结束 */

/* 菜品搜索开始 */
.search_wrap{
    height: 445rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.search-img{
    width: 100%;
    height: 100%;
}
/* 蒙版 */
/* .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    z-index: 9;
    top: 0;
    left: 0;
} */
.search_main{
    z-index: 99;
    width: 775rem;
    height: 154rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 123rem;

}

.search_text1{
    font-weight: 500;
    font-size: 24rem;
    color: #FFFFFF;
    margin-bottom: 11rem;
}
.search_text2{
    font-size: 16rem;
    color: #FFFFFF;
    margin-bottom: 37rem;
}
.search{
    width: 775rem;
    height: 50rem;
    background: rgba(255, 255, 255, 0.54);
    border-radius: 10rem;
    display: flex;
    align-items: center;
    position: relative;
}
.search-icon{
    width: 20rem;
    height: 20rem;
    margin-left: 17rem;
    margin-right: 7rem;
}
.search-ipt{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
}
::-webkit-input-placeholder {
    font-size: 14rem;
    line-height: 20rem;
    color: #FFFFFF;
}
.search_right{
    display: inline-block;
    height: 50rem;
    width: 147rem;
    text-align: center;
    line-height: 50rem;
    background: #F63C3E;
    border-radius: 0rem 10rem 10rem 0rem;
    font-size: 16rem;
    color: #FFFFFF;
    position: absolute;
    right: 0;
}
/* 菜品搜索结束 */

/* 预制菜品开始 */
.prefab{
    width: 100%;
    background-color: #fff;
}

.top_prefab_wrap{
    width: 100%;
    height: 60rem;
    box-shadow: 0rem 2rem 3rem rgba(0, 0, 0, 0.05);
}

.top_prefab{
    height:100%;
    width: 1440rem;
    margin: 0 auto;
    font-size: 14rem;
    color: #333;
    padding-left: 118rem;
    display: flex;
    align-items: center;
}
.top_prefab img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.pre_line{
    width: 1rem;
    height: 13rem;
    background-color: #333;
    display: inline-block;
    transform: rotate(20deg);
    margin: 0 7rem;
}
.main_prefab{
    width: 1440rem;
    height: 1647rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_prefab span{
    font-weight: 500;
    font-size: 24rem;
    color: #333333;
    margin: 55rem 0 31rem;
}
.pre_tab{
    display: flex;
}
.pre_tab li a{
    font-size: 16rem;
    color: #666666;
    margin-right: 70rem;
}
.pre_tab li a:hover,
.pre_tab li a:link
{
    text-decoration: none;
}

.pre_tab .tabItem a{
    color: #F63C3E;
    position: relative;
}

.pre_tab .tabItem a::before{
    content: '';
    position: absolute;
    width: 72rem;
    height: 3rem;
    background-color: #F63C3E;
    bottom: -20rem;
    left: -11rem;
}
    
.pre_longline{
    height: 1rem;
    width: 1000rem;
    background-color: #f2f2f2;
    margin-top: 17rem;
    margin-bottom: 31rem;
}

.pre_content{
    height: auto;
    width: 960rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pre_content .pre_content_item{
    width: 290rem;
    height: 290rem;
    background-color: red;
    margin-bottom: 40rem;
    border-radius: 10rem 10rem 0rem 0rem;
    position: relative;
}
.pre_content_item .a{
    height: 100%;
    width:100%
}
.pre_content .pre_content_item img{
    width: 100%;
    height: 100%;
}
.pre_content .pre_content_item .dishName{
    position: absolute;
    width: 100%;
    height: 45rem;
    background: rgba(0, 0, 0, 0.7);
    line-height: 45rem;
    text-align: center;
    font-size: 16rem;
    color: #FFFFFF;
    bottom: 0;
}

/* 预制菜品结束 */


/* 底部导航栏开始 */
.bottom_wrap{
    width: 100%;
    background-color: #333;
    height: 261rem;
    
}
.bottom{
    height: 100%;
    width: 1440rem;
    padding: 39rem 0 0 120rem;
    margin: 0 auto;
    position: relative;
}
.left_bototm{
    display: flex;
}
.bottom_list{
    margin-right: 50rem;
}
.bottom_list_item{
    font-weight: 500;
    font-size: 12rem;
    color: #737C8B;
    margin-bottom: 15rem;
}
.bottom_list_title{
    font-size: 16rem;
    color: #FFFFFF;

}
.bottom_tip{
    font-weight: 500;
    font-size: 12rem;
    color: #737C8B;
    position: absolute;
    bottom: 43rem;
}
.right_bottom{
    position: absolute;
    right: 121rem;
    top: 39rem;
    display: flex;
}
.image_title{
    font-size: 16rem;
    color: #FFFFFF;
    margin-bottom: 9rem;
}
.img_wrap{
    margin-left: 46rem;
    height: 123rem;
    width: 92rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app_wrap{
    padding: 5rem;
    background-color: #fff;
}

.wx_wrap{
    padding: 1rem;
    background-color: #fff;
}

/* 底部导航栏结束 */