@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-color: #2a9d8f;
    --primary-light: #4fbfb3;
    --primary-dark: #1e7d73;
    --secondary-color: #e9c46a;
    --accent-color: #f4a261;
    --text-color: #264653;
    --light-bg: #f8f9fa;
    --border-color: #e0e0e0;
    --success-color: #43aa8b;
    --warning-color: #f8961e;
}

.bg_conmon {
    background: #f9f9f9;
}

/* 拔筋 */
.hero {
    background: #ffffff;
    color: #333;
    padding: 120px 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://static.cndzys.com/bigHealth/uploads/bj1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.05;
    z-index: 0;
}

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

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 52px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #4a6fa5;
    letter-spacing: 0.5px;
    font-family: 'SimSun', serif;
    line-height: 1.3;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.7;
    font-weight: 400;
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/* 按钮 */
.btn {
    display: inline-block;
    background: #4a6fa5;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    border: 2px solid #4a6fa5;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: all 0.3s;
    z-index: -1;
}

.btn:hover {
    color: #4a6fa5;
}

.btn:hover::before {
    width: 100%;
}

/*内容*/
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    color: #4a6fa5;
    margin-bottom: 15px;
}

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

/* 拔筋是什么  */
.what-is-container {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    margin-top: 30px;
}

.what-is-main-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.what-is-text {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

.what-is-text p:last-child {
    margin-bottom: 0;
}

.what-is-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

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

.feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(74, 111, 165, 0.1);
    border-radius: 10px;
    color: #4a6fa5;
    flex-shrink: 0;
}

.feature-text h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #4a6fa5;
}

.feature-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.what-is-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what-is-image-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    margin-bottom: 25px;
}

.what-is-btn {
    margin-top: 0;
    align-self: center;
}


/* 好处 */
.benefits-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

.benefits-image {
    flex: 0 0 40%;
    position: relative;
}

.benefits-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.benefits-quote {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #4a6fa5;
    color: white;
    padding: 25px;
    border-radius: 8px;
    width: 52%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefits-quote blockquote {
    font-style: italic;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

.benefits-quote cite {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.9;
}

.benefits-items {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
}

.benefit-number {
    font-size: 42px;
    font-weight: 700;
    color: #4a6fa5;
    opacity: 0.3;
    line-height: 1;
    min-width: 60px;
}

.benefit-info h3 {
    color: #4a6fa5;
    margin-bottom: 8px;
    font-size: 20px;
}



.benefits-btn {
    align-self: flex-start;
    margin-left: 80px;
    margin-top: 10px;
}


.benefit-info h4 {
    font-size: 15px;
    color: #4a6fa5;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
}

.benefit-info h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #4a6fa5;
    margin: 5px auto 0;
}

/* 拔筋吃什么 */
.nutrition-simple {
    max-width: 1100px;
    margin: 0 auto;
}

.nutrition-intro {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.nutrition-intro p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

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

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

.nutrition-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nutrition-item-header {
    background-color: #4a6fa5;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.nutrition-item-icon {
    font-size: 28px;
    line-height: 1;
}

.nutrition-item-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: white;
}

.nutrition-item-body {
    padding: 20px;
}

.nutrition-item-body p {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.6;
}

.nutrition-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nutrition-examples span {
    background: rgba(74, 111, 165, 0.1);
    color: #4a6fa5;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
}

.nutrition-footer {
    text-align: center;
}

.nutrition-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #4a6fa5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.nutrition-btn:hover {
    background-color: #3a5d8f;
    transform: translateY(-2px);
}

.nutrition-note {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/* 保健品 */
.products-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}


.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

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

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

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

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

.product-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.product-title {
    color: #4a6fa5;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px dashed rgba(74, 111, 165, 0.2);
}

.product-info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

/* 生产企业信息 - 图标式样式 */
.manufacturer-info {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 6px;
    border-left: 4px solid #4a6fa5;
}

.info-icon {
    font-size: 20px;
    margin-right: 10px;
}

.info-content {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

/* 规格信息 - 标签式样式 */
.spec-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 5px 0;
}

.spec-label {
    background-color: #4a6fa5;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}

.spec-value {
    flex: 1;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* 功效信息 - 卡片式样式 */
.benefit-info {
    background-color: rgba(74, 111, 165, 0.05);
    border-radius: 8px;
    padding: 12px;
    margin-top: 5px;
}

.benefit-info h4 {
    font-size: 15px;
    color: #4a6fa5;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
}

.benefit-info h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #4a6fa5;
    margin: 5px auto 0;
}

.benefit-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.product-price {
    color: #e74c3c;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

/* 主页文章 */
.article-carousel {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

.article-item {
    position: relative;
    background: white;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    border-bottom: 3px solid #e0e0e0;
}


.article-item:hover {
    border-bottom-color: #009688;
}


.article-content {
    padding: 25px;
    position: relative;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.article-category {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    color: white;
    background-color: #4a6fa5;
}

.article-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    margin: 15px 0;
    color: #222;
}

.article-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

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

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

.article-item:hover {
    transform: translateY(-8px);
    border-bottom-color: #4a6fa5;
}

.dot-separator {
    margin: 0 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
}

.read-more {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #4a6fa5;
    text-decoration: none;
    transition: transform 0.2s ease;
}


.read-more i {
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.read-more i::before {
    vertical-align: middle;
}

.article-item:hover .read-more i {
    transform: translateX(3px);
}

/* ----------------------------------------------------------------文章页-------------------------------------- */
.bj_sidebar {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    padding: 25px;
    margin-bottom: 30px;
}

.bj_sidebar .sidebar-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #4a6fa5;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
}

.bj_sidebar .sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color:#4a6fa5;
}

.bj_sidebar .sidebar-title i {
    font-weight: 400;
    margin-right: 8px;
    font-size: 26px;
    color: #4a6fa5;
}

.related-article {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.related-article-info .related-article-tit {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

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

.related-article-info .date i {
    margin-right: 5px;
    font-size: 16px;
    color: var(--primary-color);
}

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

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

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

.keyword_sidebar a {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: var(--text-color);
    transition: all 0.3s;
    border: 1px solid #eee;
    cursor: pointer;
}

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

.article_con-category {
    position: absolute;
    top: -15px;
    left: 40px;
    background-color: var(--secondary-color);
    color: var(--text-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.article-tits {
    font-size: 32px;
    color: var(--text-color);
    margin: 15px 0 20px;
    line-height: 1.3;
    font-weight: 700;
}

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


.article-cont-meta .author {
    display: flex;
    align-items: center;
}

.article-cont-meta .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid var(--primary-light);
}

.article-cont-meta .author .name {
    font-weight: 600;
    color: var(--text-color);
}

.article-cont-meta .author .title {
    font-size: 12px;
    display: block;
    color: #888;
}

.article-cont-meta .date,
.article-cont-meta .views {
    display: flex;
    align-items: center;
}

.article-cont-meta svg {
    margin-right: 6px;
    color: var(--primary-color);
}

.article-cont-content h2 {
    font-size: 26px;
    color: var(--text-color);
    margin: 35px 0 20px;
    position: relative;
    padding-left: 15px;
}

.article-cont-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--primary-color);
    border-radius: 3px;
}

.article-cont-content h3 {
    font-size: 22px;
    color: var(--text-color);
    margin: 25px 0 15px;
}

.article-cont-content h4 {
    font-size: 18px;
    color: var(--text-color);
    margin: 20px 0 10px;
}

.article-cont-content p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #333;
}

.article-cont-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 25px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

.icon-yangsheng:before {
    content: "\e7c3";
}