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


/* 统一头部 */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    color: #8b2801;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

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

.section-header p {
    font-size: 18px;
    color: #5a3921;
    /* max-width: 700px; */
    margin: 0 auto;
}

/* ----------------------------------------------------------------首页-------------------------------------- */
/* 阿胶膏 */
.hero {
    background: linear-gradient(135deg, #f9e8d9 0%, #f1d4c0 100%);
    padding: 80px 0;
    text-align: center;
}

.hero .tit {
    font-size: 48px;
    color: #8b2801;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    color: #5a3921;
    max-width: 800px;
    margin: 0 auto 30px;
}

.conmon_btn .btn {
    display: inline-block;
    background-color: #8b2801;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #8b2801;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.conmon_btn .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(139, 40, 1, 0.2);
}

.conmon_btn .btn:hover::before {
    left: 100%;
}

/* 阿胶膏是什么 */
.content-block {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.content-block:last-child {
    margin-bottom: 0;
}

.content-block:nth-child(even) {
    /* flex-direction: row-reverse; */
}

.content-text h3 {
    font-size: 28px;
    color: #8b2801;
    margin-bottom: 20px;
}

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

.icon-list {
    margin: 30px 0;
}

.icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icon-item i {
    font-size: 26px;
    margin-right: 10px;
    color: #8b2801;
}

.icon-item span {
    font-size: 16px;
    color: #333;
}

.content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* 吃阿胶的好处 */

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

.ej-grid-item {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 40, 1, 0.1);
}

.ej-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(139, 40, 1, 0.1);
    border-color: rgba(139, 40, 1, 0.2);
}

.ej-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #8b2801;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ej-grid-item:hover::before {
    opacity: 0.2;
}

.ej-grid-content {
    position: relative;
    z-index: 1;
}

.ej-grid-content h3 {
    font-size: 22px;
    color: #8b2801;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    padding-left: 24px;
}

.ej-grid-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #8b2801;
    border-radius: 50%;
    opacity: 0.2;
}

.ej-grid-content p {
    font-size: 16px;
    color: #5a3921;
    line-height: 1.6;
    margin: 0;
}

/* 阿胶怎么吃*/
.eat-methods-list {
    max-width: 800px;
    margin: 40px auto;
}

.eat-method-group {
    margin-bottom: 50px;
    position: relative;
}

.eat-method-group:last-child {
    margin-bottom: 0;
}

.eat-method-group::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgba(139, 40, 1, 0.1), transparent);
}

.method-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.method-title i {
    font-size: 36px;
    color: #8b2801;
}

.method-title h3 {
    font-size: 24px;
    color: #8b2801;
    margin: 0;
    font-weight: 600;
}

.method-description {
    margin-bottom: 25px;
    padding-left: 47px;
}

.method-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a3921;
}

.method-details,
.method-recipes {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 47px;
}

.method-details li,
.method-recipes li {
    position: relative;
    padding: 12px 20px;
    margin-bottom: 10px;
    font-size: 16px;
    background: rgba(139, 40, 1, 0.03);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.method-details li:last-child,
.method-recipes li:last-child {
    margin-bottom: 0;
}

.detail-label,
.recipe-name {
    font-weight: 600;
    color: #8b2801;
    min-width: 80px;
}

.detail-value,
.recipe-desc {
    color: #5a3921;
}

.eat-guide-cta {
    text-align: center;
    margin-top: 50px;
}

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

.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(139, 40, 1, 0.1);
}

.product-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f9f5f0 0%, #f1e8d9 100%);
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    z-index: 1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.product-info {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #fff;
}

.product-name {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(139, 40, 1, 0.1);
    position: relative;
}

.product-name::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #8b2801;
}

.product-name h3 {
    font-size: 24px;
    color: #8b2801;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.product-details {
    display: grid;
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f9f5f0;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.detail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #8b2801;
    opacity: 0.2;
}

.detail-item:hover {
    background: #f1e8d9;
    transform: translateX(5px);
}

.product-company,
.product-spec {
    display: flex;
    align-items: center;
}

.label {
    font-size: 14px;
    color: #8b2801;
    font-weight: 600;
    min-width: 90px;
    padding: 6px 12px;
    background: rgba(139, 40, 1, 0.1);
    border-radius: 8px;
    text-align: center;
    margin-right: 10px;
}

.value {
    font-size: 16px;
    color: #5a3921;
    line-height: 1.5;
    flex: 1;
    font-weight: 500;
}

.product-function {
    margin-top: 24px;
    padding: 24px;
    background: #f9f5f0;
    border-radius: 15px;
    position: relative;
}

.product-function::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8b2801, #d45d5d);
    border-radius: 4px 4px 0 0;
}

.product-function .label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    background: transparent;
    border: none;
    padding: 0;
    color: #8b2801;
    font-weight: 700;
    text-align: left;
}

.product-function .value {
    font-size: 16px;
    color: #5a3921;
    line-height: 1.6;
    font-weight: 400;
}

/* 相关文章 */


.articles-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 40px;
}

.article-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(139, 40, 1, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(139, 40, 1, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(139, 40, 1, 0.12);
}

.article-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-category {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(139, 40, 1, 0.1);
    color: #8b2801;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    align-self: flex-start;
}

.article-header h3 {
    font-size: 20px;
    color: #5a3921;
    line-height: 1.4;
    margin: 0;
}

.article-content {
    flex: 1;
}

.article-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #5a3921;
    margin: 0;
}

.article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px dashed rgba(139, 40, 1, 0.1);
}

.article-browse {
    font-size: 14px;
    color: #8b2801;
    font-weight: 500;
}

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

.article-date {
    font-size: 14px;
    color: #5a3921;
}

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

.read-more {
    font-size: 14px;
    color: #8b2801;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
}

.read-more::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: translate(5px, -50%);
}

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

.sidebar-title {
    font-size: 20px;
    color: #8b2801;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1e6d9;
    position: relative;
}

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

.article-info a {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
    text-decoration: none;
    color: #8b2801;
    transition: all 0.3s ease;
}

.meta-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.meta-item svg {
    margin-right: 5px;
    color: #3a8976;
}


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

.keyword_sidebar a {
    display: block;
    padding: 5px 12px;
    background-color: rgba(139, 40, 1, 0.1);
    border-radius: 20px;
    font-size: 14px;
    color: #8b2801;
    text-decoration: none;
    transition: all 0.3s;
}

.keyword_sidebar a:hover {
    background-color: rgb(139 40 1 / 21%);
    color: #8c2800;
}

/* 详情 */
.article-cont-header h1 {
    font-size: 40px;
    color: #8b2801;
    margin-bottom: 24px;
}

.article-cont-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #777;
    font-size: 0.9rem;
}

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

.article-cont-meta .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

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

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

.article-cont-content h2 {
    font-size: 28px;
    color: #8b2801;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0d5c8;
    margin-top: 40px;
    margin-bottom: 24px;
}

.article-cont-content h3 {
    font-size: 22px;
    color: #8b2801;
    margin-top: 32px;
    margin-bottom: 16px;
}

.article-cont-content p {
    margin-bottom: 24px;
    font-size: 16px;
    color: #333;
}

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

.article-cont-content li {
    list-style-type: disc;
    margin-bottom: 8px;
    font-size: 16px;
}

.article-cont-content blockquote {
    border-left: 4px solid #8b2801;
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 16px;
    background-color: #f9f5f0;
    font-style: italic;
    color: #555;
}

.article-cont-content blockquote p:last-child {
    margin-bottom: 0;
}

.article-cont-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

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

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

.icon-iconfont4316:before {
    content: "\e692";
}

.icon-zhongyao:before {
    content: "\e640";
}

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