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

/* ----------------------------------------------------------------首页-------------------------------------- */
:root {
    --primary-color: #8e44ad;
    --primary-dark: #7d3c98;
    --primary-light: #9b59b6;
    --secondary-color: #f3e5f5;
    --accent-color: #e91e63;
    --text-color: #333;
    --light-gray: #f5f5f5;
    --medium-gray: #888;
    --dark-gray: #444;
    --border-color: #e0e0e0;
    --white: #fff;
    --shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 什么是多囊备孕 */
.hero {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #d1c4e9 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    color: var(--dark-gray);
    animation: fadeInUp 1s ease 0.2s both;
}



.hero-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: cover;
    z-index: 1;
}

/* 了解更多 */
.see_more a {
    display: inline-block;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.see_more a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transition: left 0.7s ease;
}

.see_more a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(161, 140, 209, 0.4);
}

.see_more a:hover::before {
    left: 100%;
}

/* 内容区域通用样式 */
.section {
    padding: 80px 0;
    position: relative;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

.section-header:hover .section-title::after {
    width: 120px;
}

.section-description {
    font-size: 18px;
    color: var(--medium-gray);
    max-width: 700px;
    margin: 0 auto;
}

/* 什么是多囊备孕 */
.what-is {
    background-color: var(--white);
}

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

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

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

.what-is-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.what-is-image:hover img {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.what-is h3 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.what-is ul {
    list-style: none;
    margin-bottom: 20px;
}

.what-is li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.what-is li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.what-is li::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

/* 多囊备孕的好处 */
.benefits {
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden;
}

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

.benefit-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
    transition: var(--transition);
    z-index: -1;
}

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

.benefit-card:hover::before {
    width: 100%;
    opacity: 0.1;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition);
}

.benefit-card:hover .benefit-icon {
    background-color: var(--primary-color);
    transform: scale(1.1);
}

.benefit-card:hover .benefit-icon svg {
    fill: var(--white);
    stroke: var(--white);
}

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

.benefit-description {
    color: var(--text-color);
    line-height: 1.7;
}

/* 多囊卵巢备孕吃什么 */
.diet {
    background-color: var(--white);
}

.diet-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

.diet-row:nth-child(even) {
    flex-direction: row-reverse;
}

.diet-text {
    flex: 1;
}

.diet-image {
    flex: 1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.diet-image img {
    width: 100%;
    /* height: auto; */
    max-height: 560px;
    object-fit: cover;
    transition: var(--transition);
    display: block;
}

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

.diet-category {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.diet-description {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.diet-list {
    list-style: none;
}

.diet-item {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    position: relative;
}

.diet-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.diet-item::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary-color);
}


/* 保健品部分 */
.supplements {
    background-color: #f9f6f7;
}

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

.supplement-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(125, 70, 152, 0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    height: 100%;
}

.supplement-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(125, 70, 152, 0.2);
}

.supplement-card:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(249, 167, 176, 0.2);
    z-index: 1;
    transition: all 0.5s ease;
}

.supplement-card:hover:before {
    transform: scale(10);
    opacity: 0.1;
}

.supplement-image {
    height: 330px;
    overflow: hidden;
    position: relative;
}

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

.supplement-card:hover .supplement-image img {
    transform: scale(1.1);
}

.supplement-info {
    padding: 25px;
    position: relative;
}

.supplement-badge {
    position: absolute;
    top: -18px;
    right: 20px;
    background: linear-gradient(45deg, #7d4698, #f9a7b0);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(125, 70, 152, 0.3);
}

.supplement-info h3 {
    color: #7d4698;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
}

.supplement-info h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: A3px;
    background-color: #f9a7b0;
}

.supplement-info p {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.supplement-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.read-more-btn {
    color: white;
    background: linear-gradient(to right, #7d4698, #9a5cb4);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(125, 70, 152, 0.2);
}

.read-more-btn:hover {
    color: #fff;
    background: linear-gradient(to right, #9a5cb4, #7d4698);
    box-shadow: 0 7px 20px rgba(125, 70, 152, 0.4);
    transform: translateY(-3px);
}


/* 文章部分 */
.articles {
    background-color: white;
    padding-bottom: 80px;
}

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

.article-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.article-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(125, 70, 152, 0.1);
}

.article-header {
    position: relative;
    padding: 20px 25px;
    background: linear-gradient(to right, rgba(125, 70, 152, 0.08), rgba(249, 167, 176, 0.08));
    border-bottom: 1px solid rgba(125, 70, 152, 0.1);
}

.article-date {
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #7d4698;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.article-item h3 {
    color: #7d4698;
    margin-bottom: 0;
    padding-right: 27%;
    font-size: 20px;
}

.article-content {
    padding: 20px 25px;
}

.article-item p {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.7;
}

.article-footer {
    padding: 0 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.article-meta svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    /* fill: #7d4698; */
}

.article-read-more {
    color: #7d4698;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    background-color: rgba(125, 70, 152, 0.08);
    padding: 8px 16px;
    border-radius: 30px;
}

.article-read-more svg {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    fill: #7d4698;
    transition: transform 0.3s ease;
}

.article-read-more:hover {
    background-color: rgba(125, 70, 152, 0.15);
}

.article-read-more:hover svg {
    transform: translateX(4px);
}

.articles-more-btn {
    background: linear-gradient(to right, #7d4698, #f9a7b0);
    padding: 14px 35px;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(125, 70, 152, 0.3);
}

.articles-more-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(125, 70, 152, 0.4);
}


/* --------------------------------------------------------------文章详情和文章列表---------------------------------------- */
/* 内容 */
.article-header {
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.article-title {
    font-size: 28px;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

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

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

.article-meta .author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.article-meta .date,
.article-meta .views {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.article-meta svg {
    margin-right: 5px;
}

.article-content h2 {
    font-size: 22px;
    color: var(--primary-dark);
    margin: 25px 0 15px;
}

.article-content h3 {
    font-size: 18px;
    color: var(--primary-dark);
    margin: 20px 0 10px;
}

.article-content p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}

.article-content .highlight-box {
    background-color: var(--secondary-color);
    border-left: 4px solid var(--primary-color);
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
}

.article-content .tip-box {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
}

.tip-box svg {
    color: var(--success-color);
    margin-right: 10px;
    flex-shrink: 0;
}

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

.article-content ul,
.article-content ol {
    margin: 15px 0 15px 20px;
}

.article-content li {
    font-size: 14px;
    margin-bottom: 8px;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.tag {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
}

.tag svg {
    margin-right: 5px;
}


.dnby_sidebar {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 25px;
}

.sidebar-title {
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: var(--primary-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-title-1 svg {
    margin-right: 8px;
}

/* 推荐文章列表 */
.related-article {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

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

.related-article-img {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}

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

.related-article-info h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.related-article-info a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

.related-article-info a:hover {
    color: var(--primary-color);
}

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

.related-article-info .date svg {
    margin-right: 5px;
    font-size: 12px;
}

/* 相关词条平铺样式 */
.keyword_sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.keyword_sidebar a {
    background-color: var(--secondary-color);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    color: var(--primary-dark);
    transition: all 0.3s;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.keyword_sidebar a:hover {
    background-color: var(--primary-light);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}