@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(to right, #f0f9f0, #e6f7e6);
}

.header-image img {
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    margin: 0 auto;
}

.header-text h1 {
    font-size: 44px;
    color: #2c6e49;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 20px;
    color: #4d8b6c;
    margin-bottom: 30px;
}

/* Button Styles */
.conmon_btn .btn {
    display: inline-flex;
    align-items: center;
    background-color: #2c6e49;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.conmon_btn .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: transform 0.5s ease;
    z-index: -1;
    transform: skewX(-15deg);
}

.conmon_btn .btn:hover {
    background-color: #235c3b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(44, 110, 73, 0.3);
}

.conmon_btn .btn:hover:before {
    transform: skewX(-15deg) translateX(200%);
}

.conmon_btn .btn-outline {
    background-color: transparent;
    border: 2px solid #2c6e49;
    color: #2c6e49;
}

.conmon_btn .btn-outline:hover {
    background-color: rgba(44, 110, 73, 0.1);
}

.conmon_btn .btn svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.conmon_btn .btn:hover svg {
    transform: translateX(5px);
}

/* 什么是食养 */
#about {
    background: linear-gradient(135deg, #f9fdf9 0%, #e8f5e9 100%);
}

.about-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.about-header {
    background-color: #2c6e49;
    padding: 30px;
    color: white;
    position: relative;
    overflow: hidden;
}

.about-header:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -75px;
    right: -75px;
}

.about-title {
    font-size: 35px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.about-title-icon {
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.about-subtitle {
    font-size: 17px;
    opacity: 0.9;
    max-width: 80%;
}

.about-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0;
}

.about-text {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.about-text p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
    color: #444;
}

.about-text p:last-of-type {
    margin-bottom: 30px;
}

.about-image {
    position: relative;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about-image:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    border: 2px dashed rgba(44, 110, 73, 0.2);
    border-radius: 15px;
    top: 35px;
    right: 35px;
    z-index: -1;
}

.about-features {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

.about-feature {
    display: flex;
    align-items: center;
    background-color: #f9fdf9;
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 200px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.about-feature i {
    font-size: 24px;
}

.about-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    background-color: rgba(44, 110, 73, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #2c6e49;
}

.feature-text {
    font-weight: 500;
    color: #333;
}

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

    .about-image {
        order: -1;
    }
}

/* 食养的好处 */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 35px;
    color: #2c6e49;
    position: relative;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}

.section-title i {
    font-size: 40px;
    margin-right: 12px;
}

.section-title:after {
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    bottom: -12px;
    width: 60px;
    height: 3px;
    background-color: #2c6e49;
    border-radius: 3px;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

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

.benefit-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

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

.benefit-card p {
    font-size: 16px;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.benefit-title {
    font-size: 1.3rem;
    color: #2c6e49;
    margin-bottom: 15px;
}

/* 食养应该吃什么 */
#foods {
    background: linear-gradient(125deg, #f9fdf9, #e6f7e6);
    position: relative;
}

.foods-wheel-container {
    position: relative;
    margin: 60px auto;
    max-width: 800px;
}

.foods-wheel {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0 auto;
}

.wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-color: #2c6e49;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(44, 110, 73, 0.3);
    transition: all 0.3s ease;
}

.wheel-center:hover {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 15px 40px rgba(44, 110, 73, 0.4);
}

.wheel-center-content {
    text-align: center;
    color: white;
}

.wheel-center-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.wheel-center-icon {
    margin-bottom: 5px;
}

.wheel-segment {
    position: absolute;
    width: 45%;
    height: 45%;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.wheel-segment:hover {
    transform: scale(1.05) translateZ(0);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 5;
}

.wheel-segment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wheel-segment:hover::before {
    opacity: 1;
}


.segment-1 {
    top: 0;
    left: 0;
    transform: translate(25%, 25%);
    background: linear-gradient(135deg, #4dc8c3, #37a7a2);
}

.segment-2 {
    top: 0;
    right: 0;
    transform: translate(-25%, 25%);
    background: linear-gradient(135deg, #6fc66f, #4ba84c);
}

.segment-3 {
    bottom: 0;
    left: 0;
    transform: translate(25%, -25%);
    background: linear-gradient(135deg, #f0d13f, #e8c318);
}

.segment-4 {
    bottom: 0;
    right: 0;
    transform: translate(-25%, -25%);
    background: linear-gradient(135deg, #f0a453, #e58829);
}

/* Enhanced text styles for better visibility */
.segment-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.segment-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.segment-icon i {
    font-size: 24px;
}

.wheel-segment.active {
    box-shadow: 0 0 15px rgba(44, 110, 73, 0.5);
    transform: scale(1.1);
    z-index: 2;
}

.segment-1.active {
    background: linear-gradient(135deg, #3eb5b0, #2a8f8b);
}

.segment-2.active {
    background: linear-gradient(135deg, #5bb85b, #3a8c3b);
}

.segment-3.active {
    background: linear-gradient(135deg, #e2c332, #d1b20f);
}

.segment-4.active {
    background: linear-gradient(135deg, #e8933d, #d47718);
}

.segment-content {
    text-align: center;
    padding: 20px;
    color: white;
    position: relative;
    z-index: 2;
    width: 100%;
}

.segment-desc {
    font-size: 1rem;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.food-detail-panels {
    margin-top: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.food-detail-panel {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.panel-header {
    margin-bottom: 1rem;
}

.panel-title {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #2c6e49;
    margin-bottom: 0.5rem;
}

.panel-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2c6e49, #4da375);
    margin-right: 0.8rem;
    flex-shrink: 0;
}

.panel-title-icon i {
    font-size: 24px;
    color: #fff;
}

.panel-content p {
    color: #555;
    font-size: 16px;
    /* margin-bottom: 1.5rem; */
    line-height: 1.6;
}

.tea-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 10px;
}

.tea-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 10px 15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: visible;
    margin-top: 20px;
    cursor: pointer;
}

.tea-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.05) 0%, rgba(108, 99, 255, 0) 100%);
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 16px;
}

.tea-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tea-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 25px;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #4fd1c5;
}

.tea-icon i {
    font-size: 26px;
    color: white;
    transition: transform 0.4s ease;
}

.tea-title {
    font-size: 18px;
    margin: 10px 0 15px;
    padding-top: 0;
    position: relative;
    display: inline-block;
    color: rgb(44, 110, 73);
    transition: transform 0.3s ease;
    z-index: 2;
}

.tea-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.tea-desc {
    color: #718096;
    /* margin-bottom: 15px; */
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}


/* 保健品 */
.products-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

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

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

.product-image {
    height: 250px;
    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.05);
}

.product-details {
    padding: 25px;
}

.product-title {
    font-size: 1.3rem;
    color: #2c6e49;
    margin-bottom: 10px;
}

.product-description {
    color: #666;
    margin-bottom: 20px;
}

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

.product-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c6e49;
}

.btn-small {
    padding: 8px 16px;
    font-size: 0.9rem;
}

.product-info {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.info-label {
    font-weight: 600;
    color: #2c6e49;
}

.info-value {
    flex: 1;
    color: #555;
}

.product-details {
    padding: 25px;
}

.product-title {
    font-size: 1.3rem;
    color: #2c6e49;
    margin-bottom: 15px;
}

.product-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

/* 相关文章 */
#articles {
    background-color: #f9fdf9;
}

.numbered-articles {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    /* margin-top: 40px; */
}

.article-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(230, 240, 250, 0.7);
}

.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(44, 110, 73, 0.1);
    border-color: rgba(44, 110, 73, 0.15);
}

.article-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at top right, rgba(44, 110, 73, 0.03), transparent 70%);
    border-radius: 0 16px 0 100%;
    z-index: 0;
}

.article-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #e0f0ff 0%, #d7e5ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.article-tag {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2c6e49;
    padding: 4px 12px;
    background-color: rgba(44, 110, 73, 0.08);
    border-radius: 30px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

.article-title {
    font-size: 1.35rem;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.article-card:hover .article-title {
    color: #2c6e49;
}

.article-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888;
    font-size: 0.85rem;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    border-top: 1px solid rgba(230, 240, 250, 0.7);
}

.article-date,
.article-views {
    display: flex;
    align-items: center;
}

.article-date i,
.article-views i {
    margin-right: 6px;
    color: #2c6e49;
    opacity: 0.7;
}

/* -------------------------------------------------------文章列表/文章详情 ------------------------------------------------- */
.sy_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;
}

/* 文章内容 */
.article-cont-header {
    margin-bottom: 30px;
}

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

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

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

.meta-cont-item i {
    font-size: 16px;
    margin-right: 6px;
}

.article-image {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-cont-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #34495e;
}

.article-cont-content h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #2c3e50;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.article-cont-content h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #2c3e50;
}

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

.article-cont-content li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 16px;
}

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

.icon-yiyaobaojian:before {
    content: "\e64d";
}

.icon-neizangzhifang:before {
    content: "\e68f";
}

.icon-yufang1:before {
    content: "\e644";
}

.icon-shicai1:before {
    content: "\e68d";
}

.icon-yangsheng:before {
    content: "\e7c3";
}

.icon-wenda1:before {
    content: "\e6ad";
}

.icon-zhongyao:before {
    content: "\e640";
}

.icon-yaoshiketi:before {
    content: "\e720";
}

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

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

.icon-yin-yang:before {
    content: "\f049";
}

.icon-i_jiluyinshi:before {
    content: "\e656";
}

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

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

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

.icon-iconfont4316:before {
    content: "\e692";
}

.icon-zhongyao:before {
    content: "\e640";
}

.icon-gou:before {
    content: "\e682";
}