@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.w320 {
    width: 320px;
}

.w870 {
    width: 870px;
}

.w296 {
    width: 296px;
}

.w880 {
    width: 880px;
}

.w300 {
    width: 300px;
}

.w960 {
    width: 960px;
}

.w1200 {
    width: 1200px;
}

.w660 {
    width: 660px;
}

.min80 {
    min-height: 80vh;
}

.box_shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.bggr {
    background: #f8f8f8;
    /* background: #F7F8FC; */
}

.ggrgs {
    color: #636673;
}


/* line */
.line_tit {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.line1 {
    -webkit-line-clamp: 1;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}





/*面包屑  */
.sitenav {
    padding: 20px;
    line-height: 20px;
    color: #868686;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
}

/* ---------------------header CSS----------------------- */
.header {
    line-height: 56px;
    background: #6bc30d;
}

/*nav*/
.head_nav li {
    float: left;
    font-size: 16px;
}

.head_nav li a {
    display: block;
    padding: 0 15px;
    color: #fff;
}

.head_nav li a:hover {
    background: rgba(0, 0, 0, .1);
}

/*menu*/
.head_menu {
    position: relative;
}

.head_menu_tit {
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}

.head_menu_tit:hover {
    background: rgba(0, 0, 0, .1);
}

.head_menu_con {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 999;
    background: #e3e3e3;
}

.head_menu_con .main {
    width: 500px;
    padding: 2px 12px 12px 12px;
}

.head_menu_con .box {
    margin-top: 10px;
    line-height: 22px;
    color: #666;
}

.head_menu_con .tit {
    display: flex;
    align-items: center;
    padding: 0 0 5px 3px;
    font-size: 18px;
}

.head_menu_con .tit a {
    font-size: 15px;
    color: #333;
}

.head_menu_con .tit a:hover {
    color: #5eaa0c;
    text-decoration: underline;
}

.head_menu_con .tit .iconfont {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
}

.head_menu_con .tit .iconlanmu {
    color: #6bc30d;
    padding-top: 2px;
}

.head_menu_con .tit .icontoutiao {
    color: #ff0000;
    padding-top: 2px;
    font-size: 20px;
}

.head_menu_con .tit .iconyinshibaike {
    color: #fca32d;
    font-size: 20px;
}

.head_menu_con .tit .iconrenqun {
    color: #4ac3fc;
    font-size: 22px;
}

.head_menu_con .tit .iconliangxing {
    color: #ff699e;
}

.head_menu_con .tit .iconshenghuo {
    color: #87d1cd;
    font-size: 20px;
    font-weight: 700;
}

.head_menu_con .tit .iconyundong {
    color: #22cc76;
    font-size: 20px;
}

.head_menu_con .tit .iconzhongyike {
    color: #fd5f37;
    font-size: 22px;
}

.head_menu_con .tit .iconnavjijie {
    color: #2cb0e9;
}

.head_menu_con .tit .iconzixun {
    color: #9ccc2b;
}

.head_menu_con .con li a {
    float: left;
    margin: 5px 3px;
    padding: 0 12px;
    line-height: 30px;
    background: #F8F8F8;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #404040;
    text-align: center;
    overflow: hidden;
}

.head_menu_con .con li a:hover {
    background: #6bc30d;
    border-color: #6bc30d;
    color: #fff;
    transition: all .2s linear;
}

/* -----------------------------------------------------------food_list CSS---------------------------------------------------- */
.food_list_h1 {
    padding-left: 10px;
    border-left: 4px solid #0fb249;
    line-height: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #0fb249;
    margin: 15px 0;
}

.food-list-box {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
}

.food_uls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 15px;
}

.food_uls li {
    vertical-align: top;
    /* width: 276px; */
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.food_uls li .pic {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.food_uls li .pic img {
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform 1s;
}

.food_uls .con {
    padding: 10px;
}

.food_address {
    color: #048e9a;
}

.price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.food_uls .con .tit {
    font-size: 16px;
    color: #1e222a;
}

.price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #ff6000;
    font-weight: 600;
    font-size: 22px;
}

.price i {
    line-height: 28px;
    margin-right: 2px;
    font-style: normal;
    font-size: 14px
}

.transaction {
    font-size: 14px;
    color: #999;
}

.food_cont {
    color: #767676;
}

.food_cont b {
    /* color: #ef3a34; */
}

.food_uls li:hover .pic .img {
    opacity: .85;
    transform: scale(1.05);
}

.food_uls li:hover .con h4 {
    color: #49c066;
}

/* 侧边栏 */
/* 文章 */
.food_side {
    background: #fff;
    border-radius: 5px;
    padding: 0 15px 10px;
    position: relative;
}

.food_side_title {
    font-size: 18px;
    color: #333;
    line-height: 64px;
    border-bottom: #f0f0f0 1px solid;
    font-weight: normal;
}

.food_side_title h3 {
    font-weight: normal;
}

.food_side_zx li a {
    position: relative;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 42px;
    border-bottom: solid;
    border-color: #f0f0f0;
    border-width: 0px;
    transition: all .6s;
}

.food_side_zx li a p {
    width: 70%;
    font-size: 16px;
}

.food_side_zx li a i {
    font-size: 12px;
    color: #999;
}

.food_side_zx li:hover a {
    left: 8px;
    color: #49c066;
}

.food_tag span {
    display: inline-block;
    padding: 1px 7px;
    margin-right: 7px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    vertical-align: middle;
}

.tag-sty1 {
    color: #ff9023;
    background: #ffe9d3;
    /* border: 1px solid #3D87FE; */
}

.tag-sty2 {
    background: #d2f6db;
    color: #0fb249;
    /* border: 1px solid #62C4A6; */
}

.tag-sty3 {
    background: #ffd9d9;
    color: #FF5F58;
    /* border: 1px solid #FF5F58; */
}

/* 问答 */
.art_center_answ {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    align-items: center;
    color: #666;
}

.art_center_answ>div {
    width: 65%;
    line-height: 22px;
}

.art_center_answ>div span {
    background: #ffbb44;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.art_center_answ>div p {
    color: #3f3f3f;
}

.art_center_answ time {
    color: #999;
}

.art_center_answ:hover p {
    color: #2aa53b;
}

/* 视频 */
.food_vido_li {
    margin-top: 15px;
}

.food_vido_li a {
    display: flex;
    border-bottom: #f0f0f0 1px solid;
    padding-bottom: 14px;
}

.food_vido_li .it h4 {
    font-size: 16px;
}

.food_vido_li .ip {
    position: relative;
    margin-right: 10px;
    width: 110px;
}

.food_vido_li .play_icon i {
    color: white;
}

.food_vido_li .it {
    flex: 1;
}

.food_vido_li .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    line-height: 25px;
}

/* 语音 */
.food_aido_li {
    margin-top: 15px;
}

.food_aido_li a {
    display: flex;
    border-bottom: #f0f0f0 1px solid;
    padding-bottom: 14px;
}

.food_aido_li .it h4 {
    font-size: 16px;
}

.food_aido_li .ip {
    position: relative;
    margin-right: 10px;
    width: 110px;
}

.food_aido_li .play_icon i {
    color: white;
}

.food_aido_li .it {
    flex: 1;
}

.food_aido_li .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    line-height: 25px;
}

/* -----------------------------------------------------------food_details CSS---------------------------------------------------- */
.food-sumy-box {
    display: flex;
    padding: 20px;
}

.food-del {}

.food-sumy-banner-box {
    width: 316px;
}

#food_banner_big .swiper-slide {
    height: 250px;
}

#food_banner_big .swiper-slide img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#food_banner_min .swiper-slide {
    height: 49px;
}

#food_banner_min .swiper-slide img {
    cursor: pointer;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#food_banner_min .swiper-slide-thumb-active {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ff0000;
}

#food_banner_min {
    padding-top: 10px;
    height: 81px;
    overflow: hidden;
}

.food-tags {
    line-height: 30px;
}

.food-tags span {
    padding: 2px 6px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}

.tagnb1 {
    color: #ff8c58;
    border: 1px solid #ff8c58;
}

.tagnb2 {
    color: #5a8fb2;
    border: 1px solid #5a8fb2;
}

.tagnb3 {
    border: 1px solid #08C7A4;
    color: #62C4A6;
}

.food-sumy-w {
    flex: 1;
}

.food-sumy-w p a {
    color: #048e9a;
}

.food-sumy-w p .deail_price {
    color: #ff6000;
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
}

.food-sumy-w p .deail_price i {
    line-height: 28px;
    margin-right: 2px;
    font-style: normal;
    font-size: 14px;
}

.food_prod_box {
    position: relative;
    padding: 12px;
    /* border: 1px solid #40adb7; */
    margin-top: 20px;
    background: white;
}

.food-comm-tit {
    font-size: 16px;
    color: #333;
    line-height: 44px;
}

.food-comm-tit h2 {
    font-size: 20px;
    /* border-bottom: 2px solid #378FD0; */
    border-bottom: 2px solid #3b9b81;
}

.info-con-de dl {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
    line-height: 32px;
}

.info-con-dl dd {
    flex: 1;
}

.food_hs_list .con {
    padding: 10px;
}

.food_hs_list .con h4 {
    font-size: 16px;
    color: #1e222a;
}

.food_deta_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.food_deta_img {
    width: 750px;
    margin-top: 10px;
    display: block;
}














/*yiiPager*/
.yiiPager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 50px;
}

.yiiPager li {
    float: left;
    margin: 0 3px;
    padding: 6px 12px;
    background: #fff;
    border: #d9d9d9 1px solid;
}

.yiiPager li:hover a {
    color: #66d066;
}

.yiiPager .selected {
    background: #66d066;
}

.yiiPager .selected a,
.yiiPager .selected:hover a {
    color: #fff;
}

.yiiPager em {
    padding: 0 3px;
    font-family: Georgia;
    font-size: 15px;
    font-style: normal;
    color: #66d066;
}



/* icon */
@font-face {
    font-family: "ttk";
    /* Project id 4005981 */
    src: url('//at.alicdn.com/t/c/font_4005981_b2sfouk4nvo.woff2?t=1715422413999') format('woff2'),
    url('//at.alicdn.com/t/c/font_4005981_b2sfouk4nvo.woff?t=1715422413999') format('woff'),
    url('//at.alicdn.com/t/c/font_4005981_b2sfouk4nvo.ttf?t=1715422413999') format('truetype');
}

.ttk {
    font-family: "ttk" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shouhuodizhi:before {
    content: "\e64e";
}

.icon-bofang:before {
    content: "\e87c";
}

.icon-liulan:before {
    content: "\e647";
}

.icon-icon-test:before {
    content: "\e63a";
}

.icon-yuyin:before {
    content: "\e805";
}