@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;
}

/* ----------------------------------------------------------------首页-------------------------------------- */
:root {
    --primary: #00BFA6;
    --primary-dark: #00A896;
    --secondary: #5F6CAF;
    --accent: #FF5E5B;
    --light: #F8F9FA;
    --dark: #212529;
    --gray: #6C757D;
    --light-gray: #E9ECEF;
    --success: #28A745;
    --info: #17A2B8;
    --warning: #FFC107;
    --danger: #DC3545;
    --shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

/* 健康习惯养成 */
.hero {
    display: flex;
    align-items: center;
    background-color: var(--light);
    position: relative;
    overflow: hidden;
}

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

.hero-image img {
    width: 76%;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--dark);
}

.hero-title span {
    color: var(--primary);
}

.hero-description {
    font-size: 17px;
    color: var(--gray);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-shape {
    position: absolute;
    z-index: 1;
}

.shape-1 {
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background-color: rgba(0, 191, 166, 0.1);
    border-radius: 50%;
}

.shape-2 {
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    background-color: rgba(95, 108, 175, 0.1);
    border-radius: 50%;
}

/* .floating {
	animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
} */


/* 按钮 */
.conmon_btn .btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 191, 166, 0.3);
}

.conmon_btn .btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 191, 166, 0.4);
}


/* 统一模块标题样式 */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark);
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}

.section-title p {
    font-size: 16px;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
}


/* 什么是健康习惯养成 */
.what-section {
    background-color: white;
}

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

.info-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}

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

.card-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    background-color: white;
    z-index: 2;
}

.card-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 191, 166, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.card-icon svg {
    width: 40px;
    height: 40px;
    fill: var(--primary);
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
}

.card-back .card-title {
    color: white;
}

.card-description {
    color: var(--gray);
    font-size: 15px;
    margin-bottom: 20px;
}

.card-back .card-description {
    color: rgba(255, 255, 255, 0.9);
}

.nutrient-tip {
    background-color: #f5f5f5;
    border-top: 3px solid;
    font-size: 16px;
    padding: 12px 15px 12px 15px;
    border-color: var(--primary);
    position: relative;
}

/* 健康习惯养成的好处 */
.benefits-section {
    background-color: var(--light);
    overflow: hidden;
}

.benefits-container {
    display: grid;
    column-gap: 40px;
    row-gap: 90px;
}

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

.progress-circle {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
}

.progress-circle svg {
    width: 150px;
    height: 150px;
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

.progress-bg {
    stroke: var(--light-gray);
}

.progress-bar {
    stroke: var(--primary);
    stroke-dasharray: 440;
    stroke-dashoffset: calc(440 - (440 * var(--percent)) / 100);
    transition: stroke-dashoffset 1s ease;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
}

.benefit-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
}

.benefit-description {
    color: var(--gray);
    font-size: 16px;
}

/* 健康养成食物 */
.food-section {
    background-color: white;
}

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

.food-category {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

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

.category-header {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.category-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.food-category:hover .category-header img {
    transform: scale(1.1);
}

.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary);
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}

.category-content {
    padding: 25px;
}

.category-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
    display: flex;
    align-items: center;
}

.category-title i {
    font-size: 26px;
    color: var(--primary);
    margin-right: 10px;
}

.food-list {
    margin-top: 20px;
}

.food-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--light-gray);
}

.food-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.food-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 191, 166, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.food-icon i {
    font-size: 16px;
    color: var(--primary);
}

.food-name {
    font-weight: 500;
    color: var(--dark);
}

/* 保健品 */
#supplements {
    background-color: var(--light);
}

.plt_kp_uls {
    display: grid;
    column-gap: 50px;
    row-gap: 50px;
    margin-bottom: 30px;
}

.plt_kp_uls .li {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.plt_kp_uls .li::after {
    border-color: #1eaba3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 191px;
    content: "";
    /* height: 72px; */
    left: -199px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /* width: 77px; */
    z-index: 1;
}

.plt_kp_uls .li a {
    display: flex;
    justify-content: space-between;
}

.plt_kp_uls .li a .plt_kp_img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    z-index: 2;
    border: 1px solid #1eaba3;
}

.plt_kp_uls .li a .plt_kp_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.plt_kp_uls .li a .product_cont {
    flex: 1;
}

.plt_kp_uls .li a .product_cont .tit {
    margin-bottom: 5px;
    font-weight: 600;
    color: #1eaba3;
    font-size: 22px;
}

.plt_kp_uls .li a .product_cont .g {
    color: #d27b3a;
    font-size: 16px;
    font-weight: 500;
}

.plt_kp_uls .li a .product_cont .ms {
    font-weight: normal;
    line-height: 26px;
    color: #555;
    font-size: 15px;
}

.plt_kp_uls .li a .product_cont .ms b {
    color: #fd6a6a;
}

.plt_kp_uls .li:hover {
    transform: translateY(-5px);
}


/* 文章 */
.articles-section {
    background-color: var(--light);
}

.articles-container {
    max-width: 1100px;
    margin: 0 auto;
}

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

.article-card {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

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

.article-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary);
    transition: all 0.4s ease;
}

.article-card:hover::before {
    width: 8px;
}

.article-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: rgba(0, 191, 166, 0.1);
    transition: all 0.3s ease;
}

.article-card:hover .article-icon {
    background-color: var(--primary);
}

.article-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--primary);
    transition: all 0.3s ease;
}

.article-card:hover .article-icon svg {
    fill: white;
}

/* .article-tag {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 12px;
	display: inline-block;
} */

.article-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
    transition: all 0.3s ease;
}

.article-card:hover .article-title {
    color: var(--primary);
}

.article-excerpt {
    color: var(--gray);
    font-size: 16px;
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.7;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.article-date {
    display: flex;
    align-items: center;
    color: var(--gray);
    font-size: 13px;
}

.article-date i {
    margin-right: 6px;
    color: var(--gray);
}

/* .article-date i::before{
	vertical-align: middle;
} */

.article-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.article-link span {
    margin-right: 6px;
}

.article-link svg {
    width: 18px;
    height: 18px;
    fill: var(--primary);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
}

.article-card:hover .article-link svg {
    opacity: 1;
    transform: translateX(0);
}


/* -------------------------------------------------------文章列表/文章详情 ------------------------------------------------- */
.jkxg_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: var(--primary);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
    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-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.article-cont-title {
    font-size: 36px;
    line-height: 1.3;
    color: #333333;
    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-cont-content p {
    margin-bottom: 25px;
}
.article-cont-content img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}
.article-cont-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #0e5c3f;
    position: relative;
    padding-left: 15px;
}
.article-cont-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: linear-gradient(135deg, #168b60 0%, #43d190 100%);
    border-radius: 2px;
}
.article-cont-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #0e5c3f;
}
.article-cont-content blockquote {
    background-color: #e8f5e9;
    border-left: 4px solid #168b60;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #333333;
    border-radius: 0 10px 10px 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-saladtomatoc:before {
    content: "\e6f3";
}

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

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