@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-color: #f4f9f4;
    color: #4a4a4a;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('https://placeholder.pics/svg/1920x1080/F4F9F4/65A687-light/散结节自然背景');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero .tit {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #3c6a4a;
    line-height: 1.2;
}

.hero p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 35px;
    line-height: 1.8;
}

.conmon_btn .btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #65a687;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #65a687;
    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: all 0.4s ease;
    z-index: -1;
}

.conmon_btn .btn:hover {
    transform: translateY(-3px);
    background-color: #3c6a4a;
    border-color: #3c6a4a;
}

.conmon_btn .btn:hover::before {
    left: 100%;
}

/* 什么是散结节 */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 32px;
    color: #3c6a4a;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #65a687;
    margin: 15px auto 0;
}

.section-header p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    color: #6b6b6b;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.overview-container {
    max-width: 850px;
    margin: 0 auto 60px;
    background: linear-gradient(to right, #f8fcf8, #f4f9f4);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.flex-item-small {
    flex: 1;
}

.rounded-img {
    width: 100%;
    border-radius: 10px;
}

.flex-item-large {
    flex: 2;
}

.concept-title {
    color: #3c6a4a;
    margin-bottom: 15px;
    font-size: 22px;
}

.concept-text {
    line-height: 1.8;
    color: #4a4a4a;
    font-size: 16px;
    margin-bottom: 15px;
}

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

.heading-underline {
    color: #3c6a4a;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.underline-bar {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    background-color: #65a687;
}

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

.feature-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f4f9f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-circle i {
    color: #65a687;
    font-size: 40px;
}

.feature-title {
    margin-bottom: 15px;
    color: #3c6a4a;
    font-size: 16px;
}

.feature-text {
    font-size: 16px;
    line-height: 1.7;
    flex-grow: 1;
}

.section-content {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

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

.tag-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #65a687;
    color: white;
    padding: 8px 16px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.card-img {
    height: 280px;
    background-color: #f4f9f4;
    position: relative;
    overflow: hidden;
}

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

.card-content {
    padding: 25px;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icon-box i {
    font-size: 22px;
    margin-right: 10px;
    color: #65a687;
}

.card-content h3 {
    font-size: 20px;
    color: #3c6a4a;
}

.card-content p {
    margin-bottom: 25px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.7;
}

.guide-container {
    margin-top: 60px;
    background-color: #f4f9f4;
    padding: 30px;
    border-radius: 15px;
}

.guide-title {
    text-align: center;
    color: #3c6a4a;
    margin-bottom: 30px;
    font-size: 22px;
}

.guide-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.guide-column {
    flex: 1;
}

.guide-heading {
    color: #3c6a4a;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.guide-heading i {
    font-size: 18px;
    color: #3c6a4a;
    margin-right: 10px;
}

.guide-icon {
    margin-right: 10px;
}

.warning-list {
    list-style-type: none;
    padding-left: 30px;
}

.warning-item {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}

.warning-marker {
    position: absolute;
    left: -20px;
    color: #e7a83e;
}

.tip-list {
    list-style-type: none;
    padding-left: 30px;
}

.tip-item {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}

.tip-marker {
    position: absolute;
    left: -20px;
    color: #65a687;
}

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

/* 散结节该如何预防 */
#prevention {
    background-color: #f4f9f4;
}

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

.feature-display {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.card-img {
    height: 280px;
    background-color: #f4f9f4;
    position: relative;
    overflow: hidden;
}

.feature-image-container {
    position: relative;
}

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

.feature-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icon-box svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #65a687;
}

.card-content h3 {
    font-size: 20px;
    /* margin-bottom: 15px; */
    color: #3c6a4a;
}

.card-content p {
    margin-bottom: 25px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.7;
}

.prevention-list {
    list-style-type: none;
    margin-bottom: 25px;
    flex-grow: 1;
}

.prevention-list-item {
    display: flex;
    font-size: 16px;
    align-items: center;
    margin-bottom: 10px;
}

.prevention-list-item i {
    font-size: 18px;
    color: #65a687;
    margin-right: 10px;
}

.prevention-icon {
    min-width: 16px;
    margin-right: 10px;
    color: #65a687;
}

/* 散结节吃什么 */
.diet-container {
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 25px;
    background: linear-gradient(to right, #f8fcf8, #f4f9f4);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.diet-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.diet-text {
    flex: 2;
}

.diet-image {
    flex: 1;
    text-align: center;
}

.diet-title {
    color: #3c6a4a;
    margin-bottom: 15px;
    font-size: 22px;
}

.diet-paragraph {
    line-height: 1.8;
    color: #4a4a4a;
    font-size: 16px;
    margin-bottom: 15px;
}

.diet-img {
    width: 100%;
    border-radius: 10px;
}

.diet-recommend-container {
    margin-bottom: 50px;
}

.section-subtitle {
    color: #3c6a4a;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-subtitle-span {
    position: relative;
    z-index: 1;
}

.section-subtitle-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #65a687;
}

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

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

.food-img-container {
    height: 160px;
    overflow: hidden;
}

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

.food-content {
    padding: 20px;
}

.food-title {
    color: #3c6a4a;
    margin-bottom: 10px;
    display: flex;
    font-size: 16px;
    align-items: center;
}

.food-title-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #65a687;
    border-radius: 50%;
    margin-right: 10px;
}

.food-description {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
}

.food-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-category-display {
    padding: 4px 10px;
    background-color: #f4f9f4;
    border-radius: 20px;
    font-size: 13px;
    color: #65a687;
}

.section-subtitle-red {
    color: #e74c3c;
}

.section-subtitle-underline-red {
    background-color: #e74c3c;
}

.avoid-food-card {
    background-color: #fff8f8;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.avoid-food-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avoid-food-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffeded;
    border-radius: 50%;
    margin-right: 15px;
}

.avoid-food-icon i {
    font-size: 24px;
    color: #e9594a;
}

.avoid-food-title {
    color: #e74c3c;
    font-size: 16px;
    margin: 0;
}

.avoid-food-text {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}

.food-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.avoid-food-tag {
    padding: 4px 10px;
    background-color: #ffeded;
    border-radius: 20px;
    font-size: 13px;
    color: #e74c3c;
}

/* 保健品 */
#supplements {
    background-color: #f4f9f4;
}

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

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

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

.product-image {
    position: relative;
    height: 200px;
    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-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-card:hover .product-overlay a {
    color: white;
}

.product-btn {
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.product-info {
    padding: 20px;
}


.product-disclaimer {
    text-align: center;
    margin-top: 40px;
    color: #777;
    font-size: 14px;
    font-style: italic;
}

/* 保健品卡片中各信息项的样式 */
.product-name {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 2px solid #4CAF50;
}

.product-company {
    /* display: flex; */
    /* align-items: center; */
    margin: 10px 0;
    color: #333;
    font-size: 15px;
}

.product-company::before {
    content: "企业";
    background-color: #3498db;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.product-spec {
    /* display: inline-block; */
    margin: 10px 0;
    color: #333;
    font-size: 14px;
    background-color: #f8f9fa;
    border-left: 4px solid #e74c3c;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
}

.product-function {
    margin-top: 15px;
    line-height: 1.7;
    color: #555;
    font-size: 14px;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 5px;
    position: relative;
}

.product-function::before {
    content: "功效";
    /* position: absolute;
    top: -10px;
    left: 10px; */
    background-color: #f39c12;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
}

/* 相关文章 */
.minimal-article-list {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

.minimal-article {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-top {
    padding: 30px 30px 20px;
    flex-grow: 1;
}

.minimal-article-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #333;
    transition: color 0.3s;
}

.minimal-article-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.article-bottom {
    padding: 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.article-author {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
}

.article-author i {
    font-size: 16px;
    margin-right: 5px;
}

.article-date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}

.article-read-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(var(--category-rgb, 101, 166, 135), 0.1);
    color: var(--category-color, #65a687);
    transition: all 0.3s;
}

.article-date::before {
    content: '•';
    margin-right: 5px;
    color: #ddd;
}

.article-read-link i {
    font-size: 20px;
    transition: transform 0.3s;
}

.minimal-article:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.article-read-link:hover {
    background-color: var(--category-color, #65a687);
    color: white;
}

.minimal-article:hover .minimal-article-title {
    color: var(--category-color, #65a687);
}

.article-read-link:hover svg {
    transform: translateX(2px);
}

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

.sidebar-title {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #3a8976;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    /* box-shadow: 0 3px 6px rgba(10, 110, 157, 0.2); */
}

.sidebar-title i {
    font-size: 22px;
    margin-right: 5px;
    color: #fff;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #3a8976;
}

.related-article {
    margin-bottom: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.article-info {
    display: block;
    padding: 12px 15px 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    border-left: 3px solid transparent;
    background-color: #f9f9f9;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.article-info::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #3a8976;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
}

.article-info .tit {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    transition: color 0.3s;
}

.article-info p {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 12px;
    color: #888;
}

.article-info p span {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

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

.related-article a:hover {
    color: #65a687;
    /* border-left-color: #65a687; */
    background-color: #ecf5f2;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(10, 110, 157, 0.1);
}

.related-article a:hover::before {
    transform: scaleY(1);
}

.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-title {
    font-size: 32px;
    color: #3c6a4a;
    margin-bottom: 15px;
    font-weight: bold;
}

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

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

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

.article-cont-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

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

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

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

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

.article-cont-content ul,
.article-cont-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
.article-cont-content li {
    list-style-type: circle;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
}

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

.icon-jiantou_xiangyou:before {
    content: "\eb08";
}

.icon-jiankang:before {
    content: "\e653";
}

.icon-shibai:before {
    content: "\e60b";
}

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

.icon-jianshen:before {
    content: "\e6e7";
}

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

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

.icon-weihai:before {
    content: "\e68b";
}

.icon-tick:before {
    content: "\e683";
}

.icon-zhiyejinengjianding:before {
    content: "\e604";
}

.icon-wenzhang:before {
    content: "\e6c7";
}

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

.icon-remen:before {
    content: "\e646";
}

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