@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 {
    /* height: 80vh; */
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46, 125, 50, 0.1) 0%, rgba(200, 230, 201, 0.3) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.hero .tit {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2e7d32;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #555;
}

.conmon_btn .btn_start {
    display: inline-block;
    background-color: #2e7d32;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(46, 125, 50, 0.2);
}

.conmon_btn .btn_start:hover {
    background-color: #1b5e20;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px
}


/* 通用 */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    color: #2e7d32;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #2e7d32;
}

.section-header p {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* 素食是什么 */
.what-is-section {
    background-color: #f8f9fa;
}

.what-is-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}

.what-is-image {
    flex: 1;
    max-width: 33%;
}

.what-is-image .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.what-is-text {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.info-item {
    display: flex;
    gap: 20px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.info-icon {
    flex: 0 0 50px;
    height: 50px;
    color: #2e7d32;
}

.info-icon i {
    font-size: 50px;
}

.info-content {
    flex: 1;
}

.info-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2e7d32;
    position: relative;
}

.info-content h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #2e7d32;
}

.info-content p {
    color: #555;
    font-size: 16px;
}

.conmon_btn .btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #2e7d32;
    color: #2e7d32;
    box-shadow: none;
}

.conmon_btn .btn:hover {
    background-color: #2e7d32;
    color: white;
    box-shadow: 0 6px 12px rgba(46, 125, 50, 0.3);
    transform: translateY(-3px);
}

/* 有什么好处 */
.benefits-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e9 100%);
    position: relative;
    overflow: hidden;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(46, 125, 50, 0.05);
    z-index: 1;
}

.benefits-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(46, 125, 50, 0.05);
    z-index: 1;
}

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

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

.benefits-header h2 {
    font-size: 38px;
    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.benefits-header p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.benefits-wrapper {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 60px;
}

.benefit-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

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

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

.benefit-card:hover .benefit-bg {
    transform: scale(1.1);
}

.benefit-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.6) 100%, transparent);
    color: white;
    box-sizing: border-box;
    transition: transform 0.3s;
}

.benefit-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    transition: transform 0.3s;
}

.benefit-card:hover .benefit-icon {
    transform: rotate(15deg);
}

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

.benefit-title {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

.benefit-description {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.benefit-facts {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e0e0e0;
}

.benefit-fact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.benefit-fact i {
    color: #2e7d32;
    font-size: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

.benefit-fact span {
    font-size: 14px;
    color: #666;
}

.benefit-cta {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f1f8e9;
    color: #2e7d32;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    margin-top: auto;
    transition: all 0.3s;
    text-align: center;
}

.benefit-cta:hover {
    background-color: #2e7d32;
    color: white;
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
}

.benefits-stats {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 40px;
}

.stat-item {
    background: white;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #c8e6c9;
}

.stat-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f8e9;
    border-radius: 50%;
    color: #2e7d32;
}

.stat-icon i {
    font-size: 30px;
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #2e7d32;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-desc {
    color: #666;
    font-size: 14px;
}

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

    .benefits-header h2 {
        font-size: 30px;
    }

    .benefits-stats {
        grid-template-columns: 1fr 1fr;
    }

    .benefit-image {
        height: 300px;
    }
}




/* 吃什么 */
.what-to-eat-section {
    background-color: #ffffff;
}

.food-gallery {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    margin: 50px 0 60px;
}

.food-item {
    cursor: pointer;
    position: relative;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.food-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4) 70%, transparent);
    color: white;
    box-sizing: border-box;
    transition: transform 0.3s;
}

.food-item-overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.food-item-overlay h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #4CAF50;
}

.food-item-overlay p {
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.nutrition-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.nutrition-tags span {
    padding: 5px 12px;
    background-color: rgba(46, 125, 50, 0.9);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.food-item:hover .food-item-image {
    transform: scale(1.1);
}

.food-nutrition-guide {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.food-nutrition-guide::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(46, 125, 50, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
}

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

.nutrition-header h3 {
    font-size: 32px;
    color: #2e7d32;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 600;
}

.nutrition-header h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #2e7d32, #81c784);
    border-radius: 3px;
}

.nutrition-header p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.nutrition-content {

    /* 	display: flex;
    flex-wrap: wrap;
    gap: 40px; */
    position: relative;
    z-index: 1;
}

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

.nutrient-card {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.nutrient-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nutrient-icon i {
    font-size: 36px;
}

.nutrient-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.nutrient-header h4 {
    font-size: 22px;
    margin: 0;
    margin-right: 10px;
    color: #333;
}

.nutrient-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: #f1f8e9;
    color: #2e7d32;
    white-space: nowrap;
    margin: 5px 0;
}

.nutrient-desc {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
}

.food-source-container {
    margin-bottom: 20px;
    flex: 1 0 auto;
}

.food-source-container h5 {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

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

.food-source-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.food-source-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.food-source-item span {
    font-size: 13px;
    color: #444;
}

.nutrient-card .nutrient-tip {
    background-color: #f5f5f5;
    border-left: 3px solid;
    padding: 12px 15px 12px 40px;
    border-radius: 0 6px 6px 0;
    position: relative;
    font-style: italic;
    margin-top: auto;
}

.nutrient-tip::before {
    content: "💡";
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 18px;
}

.nutrient-tip p {
    margin: 0;
    padding-left: 30px;
}

.nutrient-card[data-nutrient="protein"] .nutrient-icon {
    color: #43a047;
    background-color: rgba(67, 160, 71, 0.1);
}

.nutrient-card[data-nutrient="iron"] .nutrient-icon {
    color: #e65100;
    background-color: rgba(230, 81, 0, 0.1);
}

.nutrient-card[data-nutrient="calcium"] .nutrient-icon {
    color: #1976d2;
    background-color: rgba(25, 118, 210, 0.1);
}

.nutrient-card[data-nutrient="b12"] .nutrient-icon {
    color: #7b1fa2;
    background-color: rgba(123, 31, 162, 0.1);
}

.nutrient-card[data-nutrient="protein"] {
    border-top: 4px solid #43a047;
}

.nutrient-card[data-nutrient="iron"] {
    border-top: 4px solid #e65100;
}

.nutrient-card[data-nutrient="calcium"] {
    border-top: 4px solid #1976d2;
}

.nutrient-card[data-nutrient="b12"] {
    border-top: 4px solid #7b1fa2;
}

.nutrient-card[data-nutrient="protein"] .nutrient-tip {
    border-color: #43a047;
}

.nutrient-card[data-nutrient="iron"] .nutrient-tip {
    border-color: #e65100;
}

.nutrient-card[data-nutrient="calcium"] .nutrient-tip {
    border-color: #1976d2;
}

.nutrient-card[data-nutrient="b12"] .nutrient-tip {
    border-color: #7b1fa2;
}

.nutrient-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

@media (max-width: 968px) {
    .food-gallery {
        display: grid;
        column-gap: 40px;
        row-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        margin: 50px 0 60px;
    }
}

/* 相关保健品 */
#products {
    background-color: #f8f9fa;
}

.products-container {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    padding: 20px 0;
}

.product-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    height: 220px;
    overflow: hidden;
}

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

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-content {
    padding: 25px;
}

.product-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2e7d32;
}

.product-content .price {
    font-weight: bold;
    color: #2e7d32;
    margin-bottom: 15px;
}

.product-name {
    font-size: 24px;
    color: #2e7d32;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid #2e7d32;
    padding-bottom: 5px;
}

.product-manufacturer {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 500;
    background-color: #f1f8e9;
    padding: 4px 10px;
    border-radius: 4px;
}

.product-spec {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
    border-left: 3px solid #81c784;
    padding-left: 10px;
}

.product-function {
    font-size: 15px;
    color: #444;
    /* margin-bottom: 20px; */
    line-height: 1.5;
    background-color: #e8f5e9;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* 相关文章 */
.articles-list {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
    overflow: hidden;
    background-color: white;
}

.article-item {
    display: flex;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 0;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.article-item:last-child {
    border-bottom: none;
}

.article-item:hover {
    background-color: #f8f9fa;
}

.article-date {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    position: relative;
}

.article-date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

.date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.day {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.month,
.year {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.article-info {
    flex: 1;
    padding: 25px 30px;
}

.article-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    transition: color 0.3s;
}

.article-item:hover .article-info h3 {
    color: #2e7d32;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.article-meta span {
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
}

.article-meta span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2e7d32;
}

.article-excerpt {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.article-link {
    display: inline-flex;
    align-items: center;
    color: #2e7d32;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.article-link .arrow {
    font-size: 18px;
    margin-left: 5px;
    transition: transform 0.3s;
}

.article-link:hover {
    color: #1b5e20;
}

.article-link:hover .arrow {
    transform: translateX(5px);
}

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

.ss_sidebar .sidebar-title {
    font-size: 18px;
    color: #2a8a73;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.related-article {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.related-article a {
    text-decoration: none;
    color: #555;
    display: flex;
    font-size: 16px;
    align-items: center;
    transition: color 0.3s;
}

.related-article a i {
    font-size: 16px;
    margin-right: 8px;
    color: #2a8a73;
}

.related-article a:hover {
    color: #2a8a73;
}

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

.keyword_sidebar a {
    background-color: #f0f7f5;
    color: #2a8a73;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s;
    text-decoration: underline;
}

.keyword_sidebar a:hover {
    background-color: #2a8a73;
    color: #fff;
}


/* 文章详情 */
.article-header {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.article-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.article-cont-meta {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 14px;
}
.article-cont-meta i {
    font-size: 20px;
    margin-right: 5px;
}
.article-cont-meta span {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.article-content p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

.article-content h2 {
    font-size: 22px;
    color: #2a8a73;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.article-content h3 {
    font-size: 18px;
    color: #444;
    margin: 25px 0 15px;
}

.article-content img {
    width: 100%;
    border-radius: 6px;
    margin: 20px 0;
}

.article-content .highlight {
    background-color: #f0f7f5;
    border-left: 4px solid #2a8a73;
    padding: 15px;
    font-size: 16px;
    margin: 20px 0;
    border-radius: 0 6px 6px 0;
}


/* -------------------------------------------------------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-shuiguo1:before {
    content: "\e6f4";
}

.icon-a-huanbaoyezishuyexianxing1:before {
    content: "\e696";
}

.icon-yundongjiankang:before {
    content: "\e691";
}

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

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

.icon-zhongchengyao:before {
    content: "\e66a";
}