/******BASE START******/
/* 全局样式 */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    font-family: "SimSun", "宋体", "Arial Narrow";
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover, a:active, a:focus {
    color: #333;
    text-decoration: none;
}

.cen-width {
    width: 1200px;
    margin: 0 auto;
}

/******BASE END******/


/******TOP START******/
.top{
    background: #fff;
}

.logo {
    width: 1200px;
    height: 135px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo-l {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-l img {

    height: 100px;

}

.logo-r-top {
    margin-bottom: 20px;
}

.logo-r-top a {
    width: 111px;
    height: 27px;
}

.logo-r-top a img {
    width: 111px;
    height: 27px;
    display: block;
}

.logo-r-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.logo-r-bottom a {
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

.logo-r-bottom a:hover {
    color: red;
    text-decoration: none;
}

.nav-box {
    width: 100%;
    position: relative;
}

.nav {
    width: 100%;
    border-top: 5px solid #e7202a;
    height: 110px;
    background-image: url(/static/img/pc/mbg.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
    position: relative;
}

.nav-cen {
    height: 45px;
    z-index: 4;
}

.nav-cen ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.nav-cen ul li {
    position: relative;
    width: 150px;
    height: 45px;
}

.nav-cen ul li .nav-a {
    width: 150px;
    height: 45px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 45px;
    z-index: 2;
}

.nav-cen ul li .nav-a:hover {
    background: #ff8400;
    color: #fff;
    text-decoration: none;
}

.nav-zi {
    display: none;
    position: absolute;
    top: 44px;
    z-index: 3;
}

.nav-zi {
    width: 150px;
    background: #fff;
    opacity: 0.86;
    padding-top: 1px;
}

.nav-zi a {
    width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.nav-zi a:hover {
    background: #ff8400;
    color: #fff;
}

.banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_a {
    display: block;
    width: 100%;
    height: 580px;
}

.weixin-qrcode,.zhaoshang-qrcode,.xiaohongshu-qrcode{
    display: none;
    position:absolute;
    left: -50px;
    top:30px;
    z-index: 999999;
    width: 200px;
    background: #fff;
    padding: 10px;
}
.zhaoshang-qrcode{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.xiaohongshu-qrcode{
    padding: 0;
    width: 250px;
}

.weixin-qrcode-cen{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.weixin-qrcode-cen img{
    display: block;
    width: 100%;
}

.guanfang-shop{
    display:none;
    position:absolute;
    left: -25px;
    top:20px;
    z-index: 999999;
    background: #fff;
    padding: 10px;
}

/******TOP EN******/

/**main**/
.main{
    width: 100%;
}
.main-cen{
    width: 1200px;
    margin: 0 auto;
}

.main1{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.food-search-box{
    width: 224px;
    height: 320px;
    background: url(/static/img/pc/s01.jpg) no-repeat center;
}

.index-food-show{
    width: 725px;
}

.index-goods-show{
    width: 180px;
    height: 320px;
    background: #fff;
}

.food-search-title{
    font-size: 20px;
    color: #c00;
    font-weight: bold;
    height: 65px;
    text-align: center;
    line-height: 65px;
}


.food-search-fom{
    padding: 0 20px;
    margin-top: 30px;
}
.form-input-name{
    margin-bottom: 23px;
}
.form-input-name input{
    width: 100%;
    height: 25px;
}
.form-input-name-name{
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.form-input-class{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.form-btn{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-food-show .layui-tab{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.index-food-show .layui-tab-content{
    padding: 0!important;
}

.index-food-show .layui-tab-title li{

    width: 151px;
    background: #dddddd!important;

}
.index-food-show  .layui-tab-title li.layui-this{
    background: #c00!important;
    color: #fff!important;
}
.index-food-show  .layui-tab-title li.layui-this::after{
    border: none!important;
}

.index-food-show-tab{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.index-food-show-tab-l img{
    width: 500px;
    height: 279px;
    display: block;
}

.index-food-show-tab-r{
    background: #fff;
}

.index-food-show-tab-r-1{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    height: 160px;
}

.index-food-show-tab-name{
    font-size: 25px;
    color: #d31318;
    line-height: 80px;
    height: 80px;
}

.index-food-show-tab-cailiao{
    color: #666;
    line-height: 20px;
}

.index-food-show-tab-btn{
    margin-top: 20px;
}

.index-food-show-tab-btn a{
    display: block;
    background: #d31318;
    color: #FFF;
    text-align: center;
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
}

.index-food-show-tab-r-2{
    height: 78px;
    border-top: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-food-show-tab-r-2 a{
    color: #555;
}

.index-food-show-tab-r-2 a:hover{
    color: #c00;
}

.index-goods-show-title{
    height: 40px;
    width: 100%;
    background:#c00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.index-goods-show-content .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.index-goods-show-content .swiper-container {
    width: 180px;
    height: 280px;
}
.index-goods-show-content .swiper-slide{
    height: 280px;
}

.index-goods-show-a{

    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 280px;
    cursor: pointer;

}
.index-goods-show-img{
    width: 160px;
    height: 160px;
}
.index-goods-show-img img{
    display: block;
    width: 160px;
    height: 160px;
}
.index-goods-show-name{
    font-size: 16px;
    font-weight: bold;
    color: #555;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
}

.main2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.main2-box{
    width: 379px;
    height: 409px;
    background: url("/static/img/pc/C01.jpg") no-repeat center;
}

.mian2-img img{
    display: block;
    width: 379px;
    height: 187px;
}

.mian2-title{
    font-size: 25px;
    line-height: 70px;
    color: #333;
    padding-left: 30px;
}
.mian2-content{
    padding: 0 30px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.mian2-content2{
    height: 110px;
    display: flex;
    justify-content: flex-start;
    padding: 0 30px;
    flex-wrap:wrap;
    overflow: hidden;
}

.mian2-content2 a{
    width: 159px;
    display: block;
    height: 20px;
    font-size: 12px;
}
.mian2-content2 a:hover{
    color: #c00;
}
/**main**/


/**bottom**/

.bottom{
    width: 100%;
    margin-top: 30px;
    border-top: 10px solid #e52129;
    padding-top: 20px;
}

.bottom-cen{
    width: 980px;
    margin: 0 auto;
    display: flex;justify-content: space-between;
}

.bottom-l{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.bottom-l-item{
    margin-right: ;
}

.bottom-item-title{
    font-size: 16px;
    font-weight: bold;
    color: #555;
}


.bottom-item-content a{
    display: block;
    color: #8a8a8a;
    line-height: 24px;
    font-size: 14px;
    width: 145px;
}
.bottom-item-content a:hover{
    color: #c00;
}
.mobile-qrcode img{
    width: 140px;
    display: block;
}
.bottom-r p{
    text-align: center;
    line-height: 28px;
    color: #000;
}

.root{
    margin-top: 50px;
    width: 100%;
    background: #7d7d7d;
}
.root p{
    width: 980px;
    text-align: center;
    margin: 0px auto;
    padding: 20px 0;
    height: 60px;
    color: #fff;
    line-height: 35px;
}
