@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 {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #617864, #2A3E2E);
    padding: 80px 0 80px;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #f8f8f8;
}

.hero p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 40px;
    color: #f8f8f8;
}

.btn {
    display: inline-block;
    background: #43A047;
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
}


.btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: width 0.4s ease;

}

.btn-animated {
    display: inline-block;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(89, 107, 87, 0.4);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-animated::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: width 0.4s ease;
}

.btn:hover {
    /* transform: translateY(-3px);
    color: white; */
    transform: translateY(-3px);
    /* box-shadow: 0 10px 20px rgba(76, 175, 80, 0.4); */
    color: white;
}

.btn:hover::after {
    width: 120%;
}

/* .btn-animated {
	animation: pulse 2s infinite;
} */
/* 什么是肾精 */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    position: relative;
    text-align: center;
    color: #2A3E2E;
    margin-bottom: 50px;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title h2 span {
    display: block;
    position: relative;
    font-size: 0.9rem;
    color: #4A6E4D;
    font-weight: 500;
    margin-top: 8px;
    font-style: italic;
    letter-spacing: 2px;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 15px;
    background: #4A6E4D;
    border-radius: 2px;
}

.cont_tit {
    font-size: 26px;
    margin-bottom: 20px;
    color: #3A4D3E;
    font-weight: 600;
}

.conts {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature-item i {
    font-size: 36px;
    color: #4CAF50;
    margin-right: 15px;
}

.feature-item-cont {}

.feature-item-cont .tit {
    color: #3A4D3E;
    font-size: 18px;
}

.feature-item-cont p {
    color: #666;
    font-size: 16px;
}

.img_sj {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.img_sj img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.img_ms {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.img_ms .tit {
    color: white;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.img_ms p {
    color: white;
    margin-bottom: 15px;
    font-size: 16px;
}

.img_cont {
    background: #E8EDEA;
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
}

.img_cont .tit {
    color: #3A4D3E;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.img_cont p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 16px;
}


/* 补肾精的好处 */
#benefits {
    background-color: #f2f7f2;
}

.tit_ms {
    max-width: 70%;
    font-size: 16px;
    margin: 0 auto 40px;
}

.benefits-image-large {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.benefits-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    display: block;
}

.benefits-image-large:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 30px 20px;
    color: white;
}

.overlay-content h3 {
    color: white;
    font-size: 20px;
    margin-bottom: 8px;
}

.overlay-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.benefit-item {
    background-color: white;
    border-radius: 15px;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-left: 4px solid transparent;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-left-color: #43A047;
}

.benefit-icon {
    background-color: rgba(76, 175, 80, 0.1);
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    background-color: #43A047;
}

.benefit-icon i {
    font-size: 20px;
    color: #43A047;
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon i {
    color: #fff;
}

.benefit-text {
    flex: 1;
}

.benefit-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.benefit-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.benefits-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 吃什么食物 */
.food-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    margin: 40px 0;
}

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

.food-item:hover {
    transform: translateY(-5px);
}

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

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

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

.food-info {
    padding: 20px;
}

.food-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.food-info p {
    margin-bottom: 10px;
    font-size: 16px;
}

/* 保健品 */
.products-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem; */
}

.product-card {
    height: 400px;
    perspective: 1000px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.product-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-front {
    background-color: white;
}

.card-back {
    background-color: #2d3748;
    color: white;
    transform: rotateY(180deg);
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

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

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

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

.card-front-content {
    padding: 24px;
}

.product-name {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

.product-manufacturer {
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.product-manufacturer::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #4299e1;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.front-preview {
    font-size: 14px;
    color: #718096;
    margin-top: 16px;
}

.flip-hint {
    margin-top: auto;
    text-align: center;
    font-size: 12px;
    color: #a0aec0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.flip-hint::before,
.flip-hint::after {
    content: "↻";
    margin: 0 10px;
}

.back-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 8px;
    line-height: 1.8;
}

.back-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #4299e1;
}

.detail-item {
    margin-bottom: 24px;
}

.detail-label {
    font-size: 18px;
    font-weight: 600;
    color: #4299e1;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail-value {
    font-size: 16px;
    color: #e2e8f0;
    /* line-height: 1.6; */
}

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

/*
.tag {
	display: inline-block;
	background-color: rgba(66, 153, 225, 0.2);
	color: #63b3ed;
	padding: 0.3rem 0.7rem;
	border-radius: 4px;
	font-size: 0.8rem;
	transition: all 0.2s ease;
}

.tag:hover {
	background-color: rgba(66, 153, 225, 0.3);
} */

/* .badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #4299e1;
	color: white;
	padding: 0.3rem 0.7rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
	z-index: 2;
	box-shadow: 0 2px 5px rgba(66, 153, 225, 0.3);
} */

/* 相关推荐文章 */
.related-articles__grid {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px; */
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.article-card {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.article-card__top {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    background-color: #e5e7eb;
    overflow: hidden;
}

.article-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-card__icon svg {
    width: 60px;
    height: 60px;
    color: #9ca3af;
}

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

.article-card__meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.article-card__category {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f3f4f6;
    color: #4b5563;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
}

.article-card__date {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    align-items: center;
}

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

.article-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.4;
}

.article-card__excerpt {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 20px;
    flex: 1;
}

.article-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.article-card__author {
    display: flex;
    align-items: center;
}

.article-card__author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.article-card__author-name {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.article-card__read-more {
    display: flex;
    align-items: center;
    color: #1a8f7d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.article-card__read-more i {
    margin-left: 5px;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.article-card__read-more:hover svg {
    transform: translateX(3px);
}

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

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

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a8f7d;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6f4f1;
}

.sidebar-title i {
    font-size: 24px;
    font-weight: 400;
}

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

.related-article-ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-article-ul li {
    padding: 15px;
    background-color: #e6f4f1;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.related-article-tit {
    font-size: 16px;
    margin-bottom: 5px;
    color: #1a8f7d;
}

.related-article-info p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

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

.related-article-info .date i {
    margin-right: 5px;
    font-size: 16px;
    color: #1a8f7d;
}

.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;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.article-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #3a674c;
}

.article-title {
    font-size: 38px;
    color: #3a674c;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Ma Shan Zheng', cursive;
}

.article-meta {
    display: flex;
    justify-content: center;
    color: #777;
    font-size: 14px;
    margin-top: 15px;
}

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

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

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

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

.article-content h2 {
    font-size: 24px;
    color: #3a674c;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e0d7;
    font-family: 'Ma Shan Zheng', cursive;
    position: relative;
}

.article-content h2:before {
    content: "◆";
    color: #3a674c;
    margin-right: 10px;
    font-size: 22px;
}

.article-content h3 {
    font-size: 20px;
    color: #3a674c;
    margin: 30px 0 15px;
    font-family: 'Ma Shan Zheng', cursive;
}

.article-content h3:before {
    content: "◇";
    color: #3a674c;
    margin-right: 10px;
    font-size: 18px;
}

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

.article-content li {
    margin-bottom: 10px;
}

.article-image {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}


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

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

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

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

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

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

.icon-xiai:before {
    content: "\e68a";
}

.icon-shengyushouyang:before {
    content: "\e87d";
}

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

.icon-bed-full:before {
    content: "\e8e7";
}

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

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

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

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