@charset "UTF-8";

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

.w870 {
    width: 870px;
}

.w296 {
    width: 296px;
}

.w880 {
    width: 880px;
}

.w1300 {
    width: 1300px;
}

.w300 {
    width: 300px;
}

.line4 {
    -webkit-line-clamp: 4;
}

.line5 {
    -webkit-line-clamp: 5;
}

.line6 {
    -webkit-line-clamp: 6;
}

.line7 {
    -webkit-line-clamp: 7;
}

.line8 {
    -webkit-line-clamp: 8;
}

.line9 {
    -webkit-line-clamp: 9;
}

.pt_pb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt_pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt_pb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt_pb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt_pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt_pb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

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

.sub-bg {
    background: #f5f5f5;
}

.blue_d-bg {
    background: #F2F7F5;
}

.bgbl {
    background: #edf5f6;
}

.huise-bg {
    background-color: #F8F7F0;
}

.color_q_bule {
    background: #f2faff;
}

.bg_jb_green {
    background: linear-gradient(174deg, rgba(217, 233, 213, 1) 0%, rgba(215, 231, 211, 1) 17%, rgba(239, 243, 232, 1) 35%, rgba(248, 247, 240, 1) 65%, rgba(248, 247, 240, 1) 100%);
}

.bg_bqx {
    background: #F1F6F4;
}

.df {
    display: flex;
}

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

.ggrgs {
    color: #636673;
}

.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img_ctain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img_c_t {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.g60 {
    color: #606370;
}

.color_white {
    color: #fff;
}

.color_green {
    color: #4baf47;
}

.grid-number1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-number2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-number3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-number4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-number5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-number6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-number7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-number8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid-number9 {
    grid-template-columns: repeat(9, 1fr);
}

.m_auto {
    margin: 0 auto;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-4-nopading {
    flex: 0 0 auto;
    width: 33.33333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-nopading {
    flex: 0 0 auto;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-8 {
    flex: 0 0 auto;
    padding: 0 24px;
    width: 66.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-8-nopading {
    flex: 0 0 auto;
    width: 66.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12-nopading {
    flex: 0 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-p15 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.shadow {
    box-shadow: 0 0 4px #ccc;
    transition: box-shadow 0.24s;
}

.container {
    max-width: 960px
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


.bor-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pos_re {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.text-align-c {
    text-align: center;
}

.text-align-e {
    text-align: end;
}

.d_flex-direction {
    flex-direction: row-reverse;
}

.j-con-space-between {
    justify-content: space-between;
}

.j-con-space-center {
    justify-content: center;
}

.f-flex-direction {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* 养生导航 */
.ys_nav_box {
    /* padding: 20px 0; */
    background: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #eee;
}

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

.ys_conm_nav .left_nav {
    width: 75%;
}

.ys_conm_nav .left_nav .home_a {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
    font-weight: bold;
    padding: 0px 15px;
    color: white;
    /* background: #48a8b1; */
}

.ys_conm_nav .left_nav .uls .li {
    position: relative;
    float: left;
}

.ys_conm_nav .left_nav .uls .li .a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #000000;
    font-size: 18px;
    padding: 0 15px;
}

.ys_conm_nav .left_nav .uls .li .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* padding: 7px; */
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    /* padding: 18px 20px 18px 18px; */
    left: -27px;
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    display: block;
    /* text-align: center; */
    color: #646464;
    position: relative;
    padding: 0px 24px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 3px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sub-menu li a i {
    position: absolute;
    font-family: "font awesome 6 pro";
    left: -15px;
    font-size: 16px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.sub-menu li:hover a {
    padding-left: 30px;
    color: #45b859;
}

.sub-menu li:hover a i {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    color: #45b859;
}

.ys_conm_nav .left_nav .uls .li:hover .a {
    color: #04aa8a;
}

.ys_conm_nav .left_nav .uls .li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.ys_conm_nav .left_nav .home_a a {
    color: #ff7f00;
}

.ys_conm_nav .right_nav {
    width: 20%;
}

.med_dr_search {
    position: relative;
    line-height: 50px;
}

.med_dr_search .search_frame {
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 18px;
    border: 1px solid #ddd;
    border: none;
    font-size: 16px;
    border-radius: 20px;
}

.med_dr_search .button_s {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    color: #666;
    /* font-size: 20px; */
    background-color: white;
}

.med_dr_search .button_s i {
    font-size: 20px;
}

.med_dr_search .search_frame:focus {
    outline: none;
    font-size: 16px !important;
}

/* ----------------------------------------------------------------首页-------------------------------------- */
/* 药膳 */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://static.cndzys.com/bigHealth/uploads/ys1.png');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.hero .tit {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.conmon_btn .btn {
    display: inline-block;
    background-color: #5a8f69;
    color: white;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(90, 143, 105, 0.3);
}

.conmon_btn .btn:hover {
    background-color: #3a6742;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(90, 143, 105, 0.4);
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-subtitle {
    display: inline-block;
    color: #5a8f69;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    background-color: rgba(90, 143, 105, 0.1);
    padding: 5px 15px;
    border-radius: 30px;
}

.section-title {
    font-size: 36px;
    color: #3a6742;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    /* display: inline-block; */
}

.section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #5a8f69, #8ec3a7);
    margin: 15px auto 0;
    border-radius: 3px;
}

.section-description {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* 什么是药膳 */
.what-is-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.what-is-text {
    padding-right: 30px;
}

.what-is-text h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #333;
    display: flex;
    align-items: center;
}

.what-is-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.what-is-text .feature-list {
    margin: 30px 0;
}

.what-is-img {
    position: relative;
}

.what-is-img img {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* 药膳的好处  */
.benefits {
    background-color: #f5f9f6;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('/placeholder.svg?height=200&width=200'); */
    background-repeat: repeat;
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}

.benefits-container {
    position: relative;
    z-index: 2;
}

.benefits::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(90, 143, 105, 0.2), rgba(142, 195, 167, 0.2));
    z-index: 1;
}

.benefits::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(90, 143, 105, 0.2), rgba(142, 195, 167, 0.2));
    z-index: 1;
}

.benefits-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.benefits-subtitle {
    display: inline-block;
    background-color: rgba(90, 143, 105, 0.1);
    color: #3a6742;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.benefits-title {
    font-size: 36px;
    color: #3a6742;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.benefits-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #5a8f69, #8ec3a7);
}

.benefits-intro {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
}

.benefits-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.benefit-main {
    grid-column: span 6;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.benefit-main:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(90, 143, 105, 0.2);
}

.benefit-image {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.benefit-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-image-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.benefit-image-icon svg {
    width: 40px;
    height: 40px;
    color: #3a6742;
}

.benefit-content {
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.benefit-title {
    font-size: 24px;
    font-weight: 600;
    color: #3a6742;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.benefit-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #5a8f69, #8ec3a7);
}

.benefit-desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 16px;
    flex-grow: 1;
}

.benefit-facts {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
}

.benefit-fact {
    display: flex;
    align-items: center;
}

.benefit-fact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #f0f7f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a8f69;
    margin-right: 15px;
}

.benefit-fact-icon i {
    font-size: 16px;
}

.benefit-fact-text {
    font-size: 14px;
    color: #555;
}

.benefit-side {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(90, 143, 105, 0.15);
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #5a8f69, #8ec3a7);
    z-index: -1;
}

.benefit-card-icon {
    width: 60px;
    height: 60px;
    background: #f0f7f1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a8f69;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-card-icon {
    background: linear-gradient(135deg, #5a8f69, #8ec3a7);
    color: #fff;
    transform: rotateY(180deg);
}

.benefit-card-icon i {
    font-size: 30px;
    transition: all 0.3s ease;
}

.benefit-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #3a6742;
    margin-bottom: 15px;
}

.benefit-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
}

.benefit-more {
    margin-top: auto;
    font-size: 14px;
    font-weight: 500;
    color: #5a8f69;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e0e0e0;
}

.benefit-more svg {
    margin-left: 5px;
    transition: transform 0.3s;
}

.benefit-card:hover .benefit-more {
    color: #3a6742;
}

.benefit-card:hover .benefit-more svg {
    transform: translateX(5px);
}

.benefits-cta {
    text-align: center;
    margin-top: 70px;
}

.benefits-cta .btn {
    background: linear-gradient(90deg, #5a8f69, #8ec3a7);
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(90, 143, 105, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.benefits-cta .btn:hover {
    background: linear-gradient(90deg, #3a6742, #5a8f69);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(90, 143, 105, 0.4);
}

@media (max-width: 992px) {
    .benefits-content {
        grid-template-columns: 1fr;
    }

    .benefit-main,
    .benefit-side {
        grid-column: span 12;
    }

    .benefit-side {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
}


/* 药膳吃什么  */

.what-to-eat {
    background-color: #f9f7f2;
    background-repeat: repeat;
    position: relative;
    padding-bottom: 100px;
}

.what-to-eat-intro {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
}

.what-to-eat-container {
    position: relative;
}

.featured-food {
    margin-bottom: 70px;
    position: relative;
}

.featured-food-header {
    text-align: center;
    margin-bottom: 30px;
}

.featured-food-title {
    color: #3a6742;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.featured-food-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #5a8f69, #8ec3a7);
}

.featured-food-subtitle {
    font-size: 16px;
    color: #777;
    max-width: 700px;
    margin: 0 auto;
}

.featured-food-content {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.featured-food-image {
    flex: 1;
    min-height: 400px;
    /* 	background: url('../img/4.png'); */
    background-size: cover;
    background-position: center;
    position: relative;
}

.featured-food-tag {
    position: absolute;
    top: 20px;
    right: 0;
    background: rgba(90, 143, 105, 0.9);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px 0 0 30px;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.featured-food-info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.featured-food-name {
    font-size: 28px;
    color: #3a6742;
    margin-bottom: 20px;
    font-weight: 600;
}

.featured-food-desc {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 16px;
}

.featured-food-meta {
    margin-bottom: 30px;
}

.featured-meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.featured-meta-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f7f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #5a8f69;
}

.featured-meta-icon i {
    font-size: 26px;
}

.featured-meta-text {
    color: #666;
    font-size: 14px;
}

.featured-meta-text strong {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
}

.featured-food-cta {
    margin-top: auto;
}

.btn-featured {
    background: linear-gradient(90deg, #5a8f69, #8ec3a7);
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(90, 143, 105, 0.3);
}

.btn-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 143, 105, 0.4);
    color: #fff;
}

.food-list-section {
    position: relative;
}

.food-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.food-list-title {
    font-size: 22px;
    color: #3a6742;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.food-list-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #5a8f69, #8ec3a7);
    border-radius: 20px;
}

.food-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.food-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
}

.food-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(90, 143, 105, 0.15);
}

.food-item-image {
    width: 120px;
    min-width: 120px;
    /* height: 120px; */
    background-size: cover;
    background-position: center;
    position: relative;
}

.food-item-tag {
    position: absolute;
    left: 0;
    top: 10px;
    background: rgba(90, 143, 105, 0.85);
    color: #fff;
    padding: 4px 10px 4px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0 20px 20px 0;
}

.food-item-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.food-item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.food-item-title {
    font-size: 18px;
    color: #3a6742;
    font-weight: 600;
    margin: 0;
    margin-right: 15px;
    transition: color 0.3s;
}

.food-item:hover .food-item-title {
    color: #5a8f69;
}

.food-item-time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
}

.food-item-time i {
    font-size: 14px;
    margin-right: 4px;
}

.food-item-time i::before {
    vertical-align: middle;
}

.food-item-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.food-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.food-item-suitable {
    font-size: 12px;
    color: #5a8f69;
    display: flex;
    align-items: center;
    background: #f0f7f1;
    padding: 3px 10px;
    border-radius: 30px;
}

.food-item-suitable i {
    font-size: 14px;
    margin-right: 4px;
}

.food-item-suitable i::before {
    vertical-align: middle;
}

.food-item-link {
    color: #5a8f69;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.food-item-link i {
    margin-left: 5px;
    font-size: 10px;
    transition: transform 0.3s;
}

.food-item-link:hover {
    color: #3a6742;
}

.food-item-link:hover i {
    transform: translateX(3px);
}

.what-to-eat-cta {
    text-align: center;
    margin-top: 50px;
}

.what-to-eat-cta .btn {
    background: linear-gradient(90deg, #5a8f69, #8ec3a7);
    padding: 15px 35px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(90, 143, 105, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.what-to-eat-cta .btn:hover {
    background: linear-gradient(90deg, #3a6742, #5a8f69);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(90, 143, 105, 0.4);
}

@media (max-width: 992px) {
    .featured-food-content {
        flex-direction: column;
    }

    .featured-food-image {
        min-height: 300px;
    }

    .food-list {
        grid-template-columns: 1fr;
    }
}


/* 保健品 */
.products {
    background-color: #f0f7f1;
}

.product-grid {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-img {
    display: block;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-info {
    padding: 20px;
}

.product-name {
    font-size: 20px;
    font-weight: bold;
    color: #3a6742;
    margin-bottom: 10px;
}

.product-details {
    margin-bottom: 15px;
}

.product-detail {
    display: flex;
    margin-bottom: 8px;
}

.product-detail .detail-label {
    font-weight: 500;
    /* width: 80px; */
    margin-right: 10px;
    flex-shrink: 0;
    color: #666;
}

.product-detail .detail-value {
    flex: 1;
    color: #333;
}

.product-function {
    background-color: #f0f7f1;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.product-function p {
    color: #333;
    font-size: 14px;
}

.function-title {
    font-weight: 500;
    color: #3a6742;
    margin-bottom: 5px;
}

/* 文章 */

.articles-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    margin-bottom: 60px;
}

.articles {
    background-color: #f8f8f6;
    position: relative;
    overflow: hidden;
}

.articles::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(90, 143, 105, 0.07), rgba(90, 143, 105, 0.02));
    z-index: 1;
}

.articles::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(90, 143, 105, 0.07), rgba(90, 143, 105, 0.02));
    z-index: 1;
}

.articles-container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.article-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(240, 240, 240, 0.8);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    perspective: 1000px;
}

.article-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(90, 143, 105, 0.025) 0%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    z-index: 0;
    transition: opacity 0.5s ease;
}

.article-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 35px rgba(90, 143, 105, 0.15);
    border-color: rgba(90, 143, 105, 0.15);
}

.article-card:hover::before {
    opacity: 1;
}

.article-info {
    padding: 28px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.article-card:hover .article-info {
    transform: translateZ(10px);
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.45;
    transition: all 0.4s ease;
    /* min-height: 52px; */
    position: relative;
    padding-bottom: 0px;
}

.article-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 35px;
    height: 2px;
    background: linear-gradient(90deg, #5a8f69, rgba(90, 143, 105, 0.2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}

.article-card:hover .article-title {
    color: #3a6742;
}

.article-card:hover .article-title::after {
    transform: scaleX(1);
}

.article-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
    /* min-height: 75px; */
    transition: all 0.4s ease;
}

.article-card:hover .article-excerpt {
    color: #555;
}

.article-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.article-footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(90, 143, 105, 0.2), transparent);
    transform: translateX(-101%);
    transition: transform 0.6s ease;
}

.article-card:hover .article-footer::after {
    /* transform: translateX(0); */
}

.article-views,
.article-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    font-size: 14px;
    transition: all 0.4s ease;
}

.article-views i,
.article-date i {
    font-size: 14px;
    color: #5a8f69;
    transition: all 0.4s ease;
}

.article-views i::before,
.article-date i::before {
    vertical-align: middle;
}

.article-card:hover .article-views,
.article-card:hover .article-date {
    color: #666;
}

.article-card:hover .article-views svg {
    color: #3a6742;
    transform: scale(1.1);
}

.article-card:hover .article-date svg {
    color: #3a6742;
    transform: rotate(10deg) scale(1.08);
}

.article-card::after {
    content: '→';
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 18px;
    color: #5a8f69;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.4s ease;
}
/* 文章内容 */
.article-cont-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.article-cont-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.article-cont-meta {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
}

.article-cont-meta .author {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.meta-cont-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.article-cont-meta i {
    margin-right: 5px;
    font-size: 14px;
}

.article-cont-content {
    font-size: 17px;
    color: #333;
    line-height: 1.8;
}

.article-cont-content p {
    margin-bottom: 25px;
    text-align: justify;
    letter-spacing: 0.3px;
}

.article-cont-content h2 {
    font-size: 28px;
    color: #1a4536;
    margin: 45px 0 25px;
    padding-bottom: 15px;
    border-bottom: none;
    position: relative;
    font-weight: 600;
}

.article-cont-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #1a4536;
}

.article-cont-content h3 {
    font-size: 22px;
    color: #1a4536;
    margin: 35px 0 20px;
    font-weight: 600;
}

.article-cont-content ul,
.article-cont-content ol {
    margin-bottom: 25px;
    padding-left: 25px;
}

.article-cont-content li {
    margin-bottom: 12px;
    position: relative;
    line-height: 1.7;
}

.article-cont-content ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #1a4536;
    border-radius: 50%;
}

.article-cont-content img {
    max-width: 100%;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.article-cont-content img:hover {
    transform: scale(1.02);
}

.article-cont-content blockquote {
    border-left: 4px solid #1a4536;
    padding: 20px 25px;
    background-color: rgba(230, 126, 34, 0.05);
    margin: 30px 0;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.article-cont-content blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 60px;
    color: rgba(230, 126, 34, 0.1);
    font-family: Georgia, serif;
}

.article-cont-content a {
    color: #1a4536;
    text-decoration: none;
    border-bottom: 1px solid rgba(230, 126, 34, 0.3);
    transition: all 0.3s;
    padding-bottom: 2px;
}

.article-cont-content a:hover {
    color: #d35400;
    border-bottom: 1px solid #d35400;
}


/* -------------------------------------------------------文章列表/文章详情 ------------------------------------------------- */
.ys_sidebar {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2c6e49;
    padding-bottom: 10px;
    border-bottom: 2px solid #2c6e49;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.related-article {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.related-article-tit {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
}

.related-article-info .date {
    font-size: 13px;
    color: #7f8c8d;
    display: flex;
    align-items: center;
}

.related-article-info .date i {
    margin-right: 5px;
    font-size: 16px;
}

.related-article:hover {
    background-color: #edf6f9;
    transform: translateX(5px);
}

.related-article:hover .related-article-tit {
    color: #2c6e49;
}

.keyword_sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword_sidebar a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #e6f4f1;
    color: #1a8f7d;
    border-radius: 20px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.keyword_sidebar a:hover {
    background-color: #1a8f7d;
    color: white;
}


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

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

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-yanchanghuiyi:before {
    content: "\e69a";
}

.icon-bingdu-:before {
    content: "\e612";
}

.icon-bed-full:before {
    content: "\e8e7";
}

.icon-element:before {
    content: "\e61c";
}

.icon-ren:before {
    content: "\e75b";
}

.icon-shijian:before {
    content: "\e8b8";
}

.icon-xiangyoujiantou:before {
    content: "\e65f";
}

.icon-jianduyinshi:before {
    content: "\e655";
}

.icon-zhongyitizhibianshi:before {
    content: "\e695";
}

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

.icon-rili:before {
    content: "\e67f";
}