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

/* ----------------------------------------------------------------首页-------------------------------------- */
/* 炖盅 */
.hero {
    background: url('https://static.cndzys.com/bigHealth/uploads/dg1.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.hero .tit {
    font-size: 54px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

.hero p {
    font-size: 22px;
    margin: 0 auto 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.conmon_btn .btn {
    display: inline-block;
    background-color: #e67e22;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 2px solid #e67e22;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(230, 126, 34, 0.2);
    z-index: 1;
}

.conmon_btn .btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.conmon_btn .btn:hover {
    color: #e67e22;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.4);
}

.conmon_btn .btn:hover::after {
    left: 0;
    width: 100%;
}

/* 什么是炖盅 */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

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

.what-is {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.what-is::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f9f6f1;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.what-is-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.what-is-text {
    padding-right: 30px;
}

.what-is-text h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #333;
    display: flex;
    align-items: center;
}

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

.what-is-text .feature-list {
    margin: 30px 0;
}

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

.what-is-text .feature-icon {
    min-width: 40px;
    height: 40px;
    background-color: #fef5e7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.what-is-text .feature-cont h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.what-is-img {
    position: relative;
}

.what-is-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.what-is-img .img-accent {
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: -40px;
    left: -40px;
    background-color: #e67e22;
    opacity: 0.1;
    border-radius: 50%;
}

/* 炖盅的好处部分 */
.benefits {
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.benefits-container {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
    position: relative;
    z-index: 2;
}

.benefit-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.benefit-icon-wrapper {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f9f1e5, #fae8d2);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.2);
}

.benefit-content {
    padding: 30px;
}

.benefit-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.benefit-content p {
    color: #666;
    font-size: 16px;
}

/* 怎么吃部分  */
.how-to-eat {
    background-color: #f9f6f1;
    position: relative;
    overflow: hidden;
}

.how-to-eat-content {
    position: relative;
    z-index: 2;
}

.recipe-header {
    text-align: center;
    margin-bottom: 60px;
}

.recipe-subtitle {
    font-size: 18px;
    color: #e67e22;
    margin-bottom: 15px;
    font-weight: 500;
}

.recipe-description {
    max-width: 800px;
    margin: 0 auto 40px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.recipe-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 15px;
}

.recipe-filter {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #777;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    transition: color 0.3s;
}

.recipe-filter::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #e67e22;
    transform: translateX(-50%);
    transition: width 0.3s;
}

.recipe-filter.active,
.recipe-filter:hover {
    color: #e67e22;
}

.recipe-filter.active::after,
.recipe-filter:hover::after {
    width: 80%;
}

.recipes-list {
    max-width: 900px;
    margin: 0 auto;
}

.recipe-item {
    margin-bottom: 80px;
    position: relative;
    display: block;
}

.recipe-item:last-child {
    margin-bottom: 0;
}

.recipe-title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.recipe-number {
    font-size: 120px;
    font-weight: 800;
    color: rgba(230, 126, 34, 0.08);
    position: absolute;
    top: -60px;
    left: -20px;
    line-height: 1;
    z-index: 1;
}

.recipe-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    border-left: 3px solid #e67e22;
}

.recipe-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.recipe-details p {
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}

.recipe-meta {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.recipe-meta-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: #e67e22;
    display: flex;
    align-items: center;
}

.recipe-meta-title svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.recipe-meta-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.meta-item {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 5px;
}

.meta-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.recipe-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.recipe-image::before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(230, 126, 34, 0.1);
    z-index: -1;
}

.recipe-image img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.recipe-item:hover .recipe-image img {
    transform: scale(1.08);
}

.recipe-cta {
    margin-top: 20px;
}

/* 保健品部分 */
.health-products {
    background-color: #f9f9f9;
}

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

.product-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.product-img {
    height: 240px;
    overflow: hidden;
    position: relative;
}

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

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

.product-content {
    padding: 25px;
}

.product-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.product-company {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

.product-specs {
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-specs {
    color: #333;
}

.product-function {
    font-size: 16px;
    color: #333;
    /* margin-bottom: 20px; */
    line-height: 1.6;
}

.product-function-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #e67e22;
}

/* 相关文章部分  */
.articles {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.articles-grid {
    position: relative;
    z-index: 2;
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

.article-card {
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    padding-top: 25px;
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #e67e22;
}

.article-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #e67e22;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 25px;
    margin-bottom: 10px;
    background-color: #fef5e7;
    padding: 5px 12px;
    border-radius: 20px;
}

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

.article-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s;
}

.article-card:hover .article-title {
    color: #e67e22;
}

.article-excerpt {
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
    font-size: 16px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    color: #999;
    font-size: 14px;
}

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

.article-author i {
    margin-right: 6px;
    color: #e67e22;
}

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

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

.article-date i {
    margin-right: 6px;
    color: #e67e22;
}

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

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

.sidebar-title {
    font-size: 20px;
    color: #e67e22;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: none;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #e67e22, transparent);
}

.sidebar-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e67e22;
}

.related-article {
    display: block;
    margin-bottom: 15px;
    font-family: 'Noto Serif SC', 'Songti SC', serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    transition: transform 0.3s;
}

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

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

.related-article-info {
    flex: 1;
}

.related-article-tit {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}


.related-article-tit:hover {
    color: #e67e22;
}

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

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

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

.keyword_sidebar a {
    background-color: rgba(255, 126, 26, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #ff7e1a;
    transition: all 0.3s;
    border: 1px solid #eee;
    cursor: pointer;
}

.keyword_sidebar a:hover {
    background-color: rgba(255, 126, 26, 0.3);
    color: #ff7e1a;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* 文章内容 */
.article {
    font-family: 'Noto Serif SC', 'Songti SC', serif;
}

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

.article-cont-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

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

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

.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.meta-cont-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

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

.article-cont-content {
    font-size: 17px;
    color: #333;
    line-height: 1.8;
}

.article-cont-content p {
    margin-bottom: 25px;
    text-align: justify;
    letter-spacing: 0.3px;
}

.article-cont-content h2 {
    font-size: 28px;
    color: #e67e22;
    margin: 45px 0 25px;
    padding-bottom: 15px;
    border-bottom: none;
    position: relative;
    font-weight: 600;
}

.article-cont-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #e67e22;
}

.article-cont-content h3 {
    font-size: 22px;
    color: #e67e22;
    margin: 35px 0 20px;
    font-weight: 500;
}

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

.article-cont-content li {
    margin-bottom: 12px;
    position: relative;
    line-height: 1.7;
}

.article-cont-content ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #e67e22;
    border-radius: 50%;
}

.article-cont-content img {
    max-width: 100%;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.article-cont-content img:hover {
    transform: scale(1.02);
}

.article-cont-content blockquote {
    border-left: 4px solid #e67e22;
    padding: 20px 25px;
    background-color: rgba(230, 126, 34, 0.05);
    margin: 30px 0;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.article-cont-content blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 60px;
    color: rgba(230, 126, 34, 0.1);
    font-family: Georgia, serif;
}

.article-cont-content a {
    color: #e67e22;
    text-decoration: none;
    border-bottom: 1px solid rgba(230, 126, 34, 0.3);
    transition: all 0.3s;
    padding-bottom: 2px;
}

.article-cont-content a:hover {
    color: #d35400;
    border-bottom: 1px solid #d35400;
}

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

.icon-rili1:before {
    content: "\e680";
}

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