@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: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.9)), url('https://static.cndzys.com/bigHealth/uploads/aj1.png') center/cover;
    color: #fff;
    text-align: center;
    padding: 150px 0;
}

.hero .tit {
    font-size: 56px;
    margin-bottom: 30px;
    color: #fff;
}

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

/* 按钮 */
.conmon_btn .btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #7e8e9e;
    color: white;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.conmon_btn .btn::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.8s ease;
}

.conmon_btn .btn:hover {
    background-color: #2d3748;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(45, 55, 72, 0.3);
}

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

/* .conmon_btn .btn-outline {
	background-color: transparent;
	border: 2px solid #4a5568;
	color: #4a5568;
}

.conmon_btn .btn-outline:hover {
	background-color: #4a5568;
	color: white;
} */

/* 是什么 */
.section-title-container {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.section-title-container .tit {
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    padding: 0 30px;
}

.section-title-container .tit::before,
.section-title-container .tit::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4a5568);
    position: absolute;
    top: 50%;
}

.section-title-container .tit::before {
    left: -60px;
    background: linear-gradient(90deg, #4a5568, transparent);
}

.section-title-container .tit::after {
    right: -60px;
    background: linear-gradient(90deg, transparent, #4a5568);
}

.section-title-container::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #4a5568, transparent);
    margin: 15px auto 0;
    border-radius: 2px;
}

.section-subtitle {
    text-align: center;
    color: #718096;
    font-size: 17px;
    margin-top: -32px;
    margin-bottom: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.what-is-container {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.what-is-text {
    flex: 1;
    min-width: 320px;
    padding: 32px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.what-is-text::before {
    content: "\201C";
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 100px;
    line-height: 1;
    color: rgba(74, 85, 104, 0.1);
    font-family: serif;
}

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

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

.what-is-text strong {
    color: #2d3748;
    border-bottom: 2px solid rgba(74, 85, 104, 0.2);
    padding-bottom: 2px;
}

.what-is-image {
    flex: 1;
    min-width: 320px;
    position: relative;
}

.what-is-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.what-is-image:hover img {
    transform: perspective(800px) rotateY(0deg);
}

.what-is-image::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: rgba(74, 85, 104, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.fact-item {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
}

.fact-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a5568;
    font-size: 24px;
    line-height: 1;
}

.highlight {
    color: #2d3748;
    font-weight: 600;
}

/* 艾灸有什么好处 */
.benefits-grid {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
}

.benefit-item {
    position: relative;
    padding: 40px 32px 32px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    z-index: 1;
}

.benefit-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #4a5568, #2d3748);
    z-index: 2;
}

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

.benefit-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(74, 85, 104, 0.03);
    border-radius: 50%;
    z-index: -1;
    transform: translate(30%, -30%);
}

.benefit-icon {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.benefit-icon .icon-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(74, 85, 104, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-icon .svg-icon {
    width: 32px;
    height: 32px;
    stroke: #4a5568;
}

.benefit-title {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.benefit-description {
    color: #4a5568;
    line-height: 1.7;
    font-size: 15px;
}

.benefit-item:nth-child(1) .icon-circle {
    background-color: rgba(66, 153, 225, 0.15);
}

.benefit-item:nth-child(2) .icon-circle {
    background-color: rgba(237, 100, 166, 0.15);
}

.benefit-item:nth-child(3) .icon-circle {
    background-color: rgba(72, 187, 120, 0.15);
}

.benefit-item:nth-child(4) .icon-circle {
    background-color: rgba(246, 173, 85, 0.15);
}

.benefit-item:nth-child(5) .icon-circle {
    background-color: rgba(113, 128, 150, 0.15);
}

.benefit-item:nth-child(6) .icon-circle {
    background-color: rgba(159, 122, 234, 0.15);
}

.benefit-item i {
    font-size: 30px;
}

.benefit-item:nth-child(1) i {
    color: #4299e1;
}

.benefit-item:nth-child(2) i {
    color: #ed64a6;
}

.benefit-item:nth-child(3) i {
    color: #48bb78;
}

.benefit-item:nth-child(4) i {
    color: #f6ad55;
}

.benefit-item:nth-child(5) i {
    color: #4a5568;
}

.benefit-item:nth-child(6) i {
    color: #9f7aea;
}

/* 艾灸吃什么 */
.diet-container {
    margin-top: 48px;
}

.diet-row {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    position: relative;
    padding: 0 16px;
}

.diet-row:last-child {
    margin-bottom: 0;
}

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

.diet-image-col {
    flex: 0 0 35%;
    padding: 0 24px;
    position: relative;
    box-sizing: border-box;
}

.diet-image-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.diet-image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

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

.diet-content-col {
    flex: 0 0 65%;
    padding: 0 32px;
    box-sizing: border-box;
}

.diet-category {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #4a5568;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.diet-category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #4a5568;
}

.diet-title {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 16px;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
}

.diet-description {
    color: #4a5568;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 24px;
}

.diet-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.diet-item {
    background-color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    color: #4a5568;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.diet-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #4a5568;
    color: white;
}

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

.product-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.product-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card {
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
    border-bottom: 4px solid #4a5568;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-bottom-color: #4a5568;
}

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

.product-content {
    padding: 28px;
    position: relative;
}

/* 名称 */
.product-title {
    font-size: 22px;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
}

.product-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #4a5568;
    transition: width 0.3s ease;
}

.product-card:hover .product-title::after {
    width: 100%;
}

/* 厂商 */
.product-manufacturer {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    max-width: 74%;
    margin-bottom: 20px;
    padding: 4px 12px;
    background-color: #4a5568;
    border-radius: 0;
    position: absolute;
    top: -15px;
    left: 28px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* 规格 */
.product-specs {
    /* display: block; */
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 16px;
    position: relative;
    border-left: 2px solid #e2e8f0;
    padding-left: 15px;
    line-height: 1.6;
    font-weight: 500;
}

/* 功能主治 */
.product-functions {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.7;
    position: relative;
    background-color: #edf2f7;
    padding: 19px;
    margin-bottom: 24px;
    border-radius: 0;
    border-left: 4px solid #4a5568;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.product-functions::before {
    content: "功效";
    position: absolute;
    top: -10px;
    left: 15px;
    background-color: #4a5568;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-card .btn-outline {
    border: none;
    background-color: transparent;
    color: #4a5568;
    font-weight: 600;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-card .btn-outline:hover {
    background-color: transparent;
    color: #2d3748;
    transform: none;
    box-shadow: none;
    padding-right: 25px;
}

.product-card .btn-outline:hover::after {
    opacity: 1;
    margin-left: 8px;
}

/* 艾灸相关文章 */
.articles-container {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

.article-card {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #4a5568;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

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

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

.article-title {
    font-size: 19px;
    color: #1a202c;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.article-meta {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #718096;
}

/*
.article-author {
	display: flex;
	align-items: center;
	margin-right: 1.5rem;
} */

.article-date {
    display: flex;
    align-items: center;
    font-size: 14px;
}

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


.article-excerpt {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}

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

.article-read-more {
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.article-read-more:hover {
    color: #2d3748;
    border-bottom-color: #2d3748;
}

.article-read-time {
    font-size: 12px;
    color: #718096;
    display: flex;
    align-items: center;
}

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

/* -------------------------------------------------------文章列表/文章详情 ------------------------------------------------- */
/* 主题色 */
:root {
    --primary-color: #4A5568;
    --secondary-color: #CBD5E0;
    --accent-color: #edf2f7;
    --text-color: #2D3748;
    --light-bg: #F9F9F9;
    --white: #FFFFFF;
}

.aj_sidebar {
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--accent-color);
    padding: 20px;
    margin-bottom: 25px;
}

.sidebar-title {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
    display: flex;
    align-items: center;
}

.related-article {
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: white;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    /* border-top: 3px solid #3a8976; */
    overflow: hidden;
}

.related-article:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #eef4fa transparent transparent;
    transition: all 0.3s ease;
}

.related-article:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.related-article .tit {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
    padding-right: 20px;
}

.related-article a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    position: relative;
    display: inline-block;
}

.related-article a:hover {
    color: #3a8976;
}

.related-article a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #3a8976;
    transition: width 0.3s ease;
}

.related-article a:hover:after {
    width: 100%;
}

.meta-item {
    display: flex;
    align-items: center;
}

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

.related-article:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.related-article:hover:after {
    border-color: transparent #3a8976 transparent transparent;
}

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

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

.keyword_sidebar a {
    display: block;
    padding: 5px 12px;
    background-color: var(--accent-color);
    border-radius: 20px;
    font-size: 14px;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s;
}

.keyword_sidebar a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}



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

.article_cont-title {
    font-size: 32px;
    color: var(--text-color);
    margin-bottom: 15px;
    line-height: 1.3;
}

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

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

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

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

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

.article_cont-content {
    font-size: 16px;
    line-height: 1.8;
}

.article_cont-content p {
    margin-bottom: 20px;
}

.article_cont-content h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: var(--primary-color);
}

.article_cont-content h3 {
    font-size: 20px;
    margin: 25px 0 15px;
}

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

.article_cont-content ul,
.article_cont-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
.article_cont-content li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.article_cont-content .highlight {
    background-color: var(--accent-color);
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

.article_cont-content .info-box {
    background-color: var(--accent-color);
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

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

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

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

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

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