@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 (max-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(135deg, rgba(83, 185, 131, 0.9) 0%, rgba(38, 166, 154, 0.9) 100%), url("../img/1.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h1 {
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

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

.btn {
    display: inline-block;
    background-color: #ffffff;
    color: #53b983;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover {
    background-color: transparent;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/* 模块通用样式 */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title .tit {
    font-size: 36px;
    color: #4a4a4a;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}

.section-title .tit::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #53b983;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-title p {
    color: #888;
    font-size: 18px;
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-button-container {
    text-align: center;
    margin-top: 40px;
}

.section-button {
    display: inline-flex;
    align-items: center;
    background-color: #53b983;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.section-button:hover {
    background-color: #46a072;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-button i {
    font-size: 20px;
    margin-left: 8px;
    transition: transform 0.3s;
}

.section-button i::before {
    vertical-align: middle;
}

.section-button:hover i {
    transform: translateX(5px);
}

.section-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.section-button:hover::after {
    left: 100%;
}


/* 什么是明目 */
.what-is {
    background-color: #ffffff;
}

.what-is-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.what-is-text {
    flex: 1;
}

.what-is-text h3 {
    font-size: 26px;
    color: #4a4a4a;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.what-is-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 4px;
    height: 80%;
    background-color: #53b983;
    border-radius: 2px;
}

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

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

.what-is-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
}

.what-is-image img:hover {
    transform: scale(1.03) rotate(1deg);
}

/* 明目的好处 - 新样式 */
.benefits {
    background-color: #f8fafb;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.benefits::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(83, 185, 131, 0.08) 0%, rgba(38, 166, 154, 0.03) 100%);
    top: -200px;
    left: -200px;
    border-radius: 50%;
    z-index: 0;
}

.benefits::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(83, 185, 131, 0.06) 0%, rgba(38, 166, 154, 0.02) 100%);
    bottom: -150px;
    right: -150px;
    border-radius: 50%;
    z-index: 0;
}

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

.benefits-intro p {
    color: #777;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}

.benefits-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.benefit-row {
    display: flex;
    gap: 30px;
}

.benefit-card {
    background-color: white;
    border-radius: 15px;
    padding: 35px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.benefit-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.benefit-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(83, 185, 131, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #53b983;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background-color: #53b983;
    color: white;
    transform: scale(1.1);
}

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

.benefit-title {
    flex: 1;
}

.benefit-title h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #333;
    line-height: 1.3;
}

.benefit-title .benefit-subtitle {
    color: #53b983;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefit-card p {
    color: #777;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 25px;
}

.benefit-list {
    list-style: none;
    margin-top: auto;
}

.benefit-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #666;
}

.benefit-list li:before {
    content: "✓";
    margin-right: 10px;
    color: #53b983;
    font-weight: bold;
}

.benefit-card .learn-more {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    color: #53b983;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(83, 185, 131, 0.3);
}

.benefit-card .learn-more i {
    margin-left: 8px;
    transition: transform 0.3s;
}

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

@media (max-width: 992px) {
    .benefit-row {
        flex-direction: column;
    }
}

/* 明目吃什么 */
.food {
    background-color: #ffffff;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.food-item {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
    position: relative;
}

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

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

.food-item:hover img {
    transform: scale(1.05);
}

.food-info {
    padding: 25px;
}

.food-info h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.food-info p {
    color: #777;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.food-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}


/* 保健品 */
.products {
    background-color: #f7f9f8;
    position: relative;
    overflow: hidden;
}

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

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

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

.product-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}

.product-status {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

.status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.status-active {
    background-color: #10b981;
}

.status-new {
    background-color: #3b82f6;
}

.status-low {
    background-color: #f59e0b;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.action-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafb;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-icon:hover {
    background-color: #6366f1;
    color: white;
}

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

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

.product-info {
    padding: 20px;
}

.product-name {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 5px;
}

.product-manufacturer {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 15px;
}

/* .product-stats {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.product-stat {
	flex: 1;
	background-color: #f9fafb;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}

.stat-label {
	font-size: 0.7rem;
	color: #94a3b8;
	margin-bottom: 5px;
}

.stat-number {
	font-size: 1rem;
	font-weight: 600;
	color: #1e293b;
} */

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

.function-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 5px;
}

.function-description {
    font-size: 14px;
    color: #94a3b8;
    /* line-height: 1.5; */
    /* 	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.product-specs {
    font-size: 14px;
    color: #94a3b8;
}

/* 相关文章 */
.articles {
    background-color: #ffffff;
    padding-bottom: 100px;
}

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

.article-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f2f2f2;
    position: relative;
}

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

.article-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

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

.article-card:hover .article-image img {
    transform: scale(1.05);
}

.article-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(83, 185, 131, 0.9);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 3px 8px rgba(83, 185, 131, 0.3);
    z-index: 2;
}

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

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

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

.article-meta i::before {
    vertical-align: middle;
}

.article-meta span {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.article-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #4a4a4a;
    line-height: 1.4;
}

.article-content p {
    color: #777;
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.7;
    font-size: 15px;
}

.article-link {
    display: inline-flex;
    align-items: center;
    color: #53b983;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: auto;
    padding: 8px 0;
    font-size: 16px;
    border-top: 1px solid #f2f2f2;
}

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

.article-link i::before {
    vertical-align: middle;
}

.article-link:hover {
    color: #3d8c62;
}

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

/* -------------------------------------------------------------文章列表/文章详情 ----------------------------------*/
.mm_sidebar {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 18px;
    color: #1e3a29;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}

.sidebar-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #3a8976;
    border-radius: 3px;
}

.sidebar-title i {
    font-size: 24px;
    margin-right: 10px;
    color: #3a8976;
    font-weight: 400;
}

.sidebar-title i::before {
    vertical-align: middle;
}

.related-article {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all 0.3s;
    position: relative;
    background: #f9fbfa;
}

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

.related-article:last-child {
    margin-bottom: 0;
}

.related-article:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #3a8976;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s;
}

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

.article-info {
    display: flex;
    flex-direction: column;
}

.article-info .tit {
    font-size: 15px;
    margin-bottom: 8px;
    /* line-height: 1.4; */
    color: #3a8976;
    transition: color 0.3s;
    font-weight: 500;
}

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

.article-info p:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3a8976;
    border-radius: 50%;
    margin-right: 5px;
}

.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: 35px;
    position: relative;
    padding-bottom: 25px;
}

.article-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #3a8976, transparent);
}

.article-title {
    font-size: 32px;
    color: #1e3a29;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.article-meta-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    font-size: 14px;
    gap: 15px;
}

.article-meta-tag span {
    display: flex;
    align-items: center;
}

.article-meta-tag i {
    margin-right: 5px;
    color: #3a8976;
}

.article-data-content h2 {
    color: #1e3a29;
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.article-data-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, #3a8976, #68b0a0);
    border-radius: 3px;
}

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

.article-data-content p {
    margin-bottom: 25px;
    text-align: justify;
    color: #444;
    font-size: 16px;
}

.article-data-content img {
    width: 100%;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

.icon-jihuashengyu-mian:before {
    content: "\e6d4";
}

.icon-shipin2:before {
    content: "\e61b";
}

.icon-yanchangriqi:before {
    content: "\e6f5";
}

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


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