@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.w320 {
    width: 320px;
}

.w870 {
    width: 870px;
}

.w296 {
    width: 296px;
}

.w880 {
    width: 880px;
}

.w1300 {
    width: 1300px;
}

.w300 {
    width: 300px;
}

.line4 {
    -webkit-line-clamp: 4;
}

.line5 {
    -webkit-line-clamp: 5;
}

.line6 {
    -webkit-line-clamp: 6;
}

.line7 {
    -webkit-line-clamp: 7;
}

.line8 {
    -webkit-line-clamp: 8;
}

.line9 {
    -webkit-line-clamp: 9;
}

.pt_pb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt_pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt_pb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt_pb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt_pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt_pb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.bggr {
    background: #f8f8f8;
    /* background: #F7F8FC; */
}

.sub-bg {
    background: #f5f5f5;
}

.blue_d-bg {
    background: #F2F7F5;
}

.bgbl {
    background: #edf5f6;
}

.huise-bg {
    background-color: #F8F7F0;
}

.color_q_bule {
    background: #f2faff;
}

.bg_jb_green {
    background: linear-gradient(174deg, rgba(217, 233, 213, 1) 0%, rgba(215, 231, 211, 1) 17%, rgba(239, 243, 232, 1) 35%, rgba(248, 247, 240, 1) 65%, rgba(248, 247, 240, 1) 100%);
}

.bg_bqx {
    background: #F1F6F4;
}

.df {
    display: flex;
}

.box_shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.ggrgs {
    color: #636673;
}

.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img_ctain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img_c_t {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.g60 {
    color: #606370;
}

.color_white {
    color: #fff;
}

.color_green {
    color: #4baf47;
}

.grid-number1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-number2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-number3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-number4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-number5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-number6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-number7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-number8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid-number9 {
    grid-template-columns: repeat(9, 1fr);
}

.m_auto {
    margin: 0 auto;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-4-nopading {
    flex: 0 0 auto;
    width: 33.33333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-nopading {
    flex: 0 0 auto;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-8 {
    flex: 0 0 auto;
    padding: 0 24px;
    width: 66.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-8-nopading {
    flex: 0 0 auto;
    width: 66.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12-nopading {
    flex: 0 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-p15 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.shadow {
    box-shadow: 0 0 4px #ccc;
    transition: box-shadow 0.24s;
}

.container {
    max-width: 960px
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


.bor-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pos_re {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.text-align-c {
    text-align: center;
}

.text-align-e {
    text-align: end;
}

.d_flex-direction {
    flex-direction: row-reverse;
}

.j-con-space-between {
    justify-content: space-between;
}

.j-con-space-center {
    justify-content: center;
}

.f-flex-direction {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* 养生导航 */

.ys_nav_box {
    /* padding: 20px 0; */
    background: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #eee;
}

.ys_conm_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ys_conm_nav .left_nav {
    width: 75%;
}

.ys_conm_nav .left_nav .home_a {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
    font-weight: bold;
    padding: 0px 15px;
    color: white;
    /* background: #48a8b1; */
}

.ys_conm_nav .left_nav .uls .li {
    position: relative;
    float: left;
}

.ys_conm_nav .left_nav .uls .li .a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #000000;
    font-size: 18px;
    padding: 0 15px;
}

.ys_conm_nav .left_nav .uls .li .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* padding: 7px; */
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    /* padding: 18px 20px 18px 18px; */
    left: -27px;
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    display: block;
    /* text-align: center; */
    color: #646464;
    position: relative;
    padding: 0px 24px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 3px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sub-menu li a i {
    position: absolute;
    font-family: "font awesome 6 pro";
    left: -15px;
    font-size: 16px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.sub-menu li:hover a {
    padding-left: 30px;
    color: #45b859;
}

.sub-menu li:hover a i {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    color: #45b859;
}

.ys_conm_nav .left_nav .uls .li:hover .a {
    color: #04aa8a;
}

.ys_conm_nav .left_nav .uls .li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.ys_conm_nav .left_nav .home_a a {
    color: #ff7f00;
}

.ys_conm_nav .right_nav {
    width: 20%;
}

.med_dr_search {
    position: relative;
    line-height: 50px;
}

.med_dr_search .search_frame {
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 18px;
    border: 1px solid #ddd;
    border: none;
    font-size: 16px;
    border-radius: 20px;
}

.med_dr_search .button_s {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    color: #666;
    /* font-size: 20px; */
    background-color: white;
}

.med_dr_search .button_s i {
    font-size: 20px;
}

.med_dr_search .search_frame:focus {
    outline: none;
    font-size: 16px !important;
}

/* ----------------------------------------------------------------首页-------------------------------------- */
:root {
    --primary-color: #3a6351;
    --secondary-color: #f2edd7;
    --accent-color: #393232;
    --text-color: #333;
    --light-color: #fff;
    --gray-color: #f5f5f5;
    --border-radius: 12px;
    --box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 养黑发*/
.hero {
    background-color: var(--secondary-color);
    padding: 80px 20px;
    text-align: center;
}

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

.hero h1 {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2a4d3e;
    color: #fff;
}

/* 什么是养黑发 */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

.section-title p {
    color: #666;
    font-size: 16px;
    /* max-width: 600px; */
    text-align: center;
    margin-top: 15px;
}

/* 什么是养黑发 */
.intro-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 80px;
}

.intro-image {
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}

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

.intro-content h3 {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 20px;
}

.intro-content p {
    margin-bottom: 15px;
    font-size: 16px;
}

/* 养黑发的好处 */
.benefits-section {
    background-color: var(--gray-color);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.benefit-card {
    background-color: var(--light-color);
    border-radius: var(--border-radius);
    padding: 30px;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

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

.benefit-icon i {
    font-size: 24px;
    font-style: normal;
    color: var(--primary-color);
}

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

.benefit-card p {
    font-size: 16px;
}

/* 养黑发吃什么 */
.food-section {
    padding: 80px 0;
}

.food-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.food-image {
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    position: relative;
}

.food-image img {
    width: 100%;
    height: auto;
    display: block;
}

.food-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(58, 99, 81, 0), rgba(58, 99, 81, 0.6));
    z-index: 1;
}

.food-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.food-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.food-item-icon {
    min-width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-item-icon i {
    color: var(--primary-color);
    font-size: 20px;
}

.food-item-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 10px;
}

/* 保健品 */
.products-section {
    background-color: var(--gray-color);
}

.product-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    background-color: var(--light-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    height: 270px;
    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-details {
    padding: 20px;
}

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

.product-title {
    color: var(--accent-color);
    font-size: 18px;
    margin-bottom: 10px;
}

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

.product-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s;
}

.product-button:hover {
    background-color: #2a4d3e;
}

/* 文章卡片 */
.articles-section {
    background-color: var(--light-color);
}

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

.article-card {
    background-color: var(--gray-color);
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s;
    border-left: 4px solid var(--primary-color);
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-date {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
    background-color: var(--secondary-color);
    padding: 4px 10px;
    border-radius: 20px;
}

.article-title {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 15px;
    transition: color 0.3s;
}

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

.article-excerpt {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.7;
}

.read-more {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-right: 22px;
}

.read-more::after {
    content: "→";
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}

.read-more:hover::after {
    transform: translateX(5px);
}


/* ----------------------------------------------------------------列表页-------------------------------------- */
.article-header {
    margin-bottom: 30px;
    position: relative;
}

.header-illustration {
    margin-bottom: 20px;
    text-align: center;
}

.article-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    /* display: flex; */
    align-items: center;
}

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

.article-content {
    font-size: 16px;
}

.article-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.article-content h2 {
    font-size: 22px;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-content h3 {
    font-size: 18px;
    margin: 25px 0 15px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.article-content li {
    margin-bottom: 10px;
}

.yqx_sidebar {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-title svg {
    transition: transform 0.3s ease;
}

.yqx_sidebar:hover .sidebar-title svg {
    transform: rotate(10deg) scale(1.1);
}

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

.recommended-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    transition: all 0.3s ease;
}

.recommended-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recommended-list li:hover {
    transform: translateX(5px);
    padding-left: 5px;
}

.recommended-list li svg {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #888;
}

.recommended-list li:hover svg {
    transform: translateX(3px);
    color: #04aa8a;
}

.recommended-list a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    /* display: block; */
    line-height: 1.4;
    transition: color 0.3s ease;
}

.recommended-list a:hover {
    color:#04aa8a;
}

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

.keyword_sidebar a {
    background-color: #eee;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.keyword_sidebar a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.keyword_sidebar a:hover {
    background-color: #04aa8a;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

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

.keyword_sidebar a svg {
    transition: transform 0.3s ease;
}

.keyword_sidebar a:hover svg {
    transform: rotate(360deg);
}

.section-divider {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: #eee;
}

.divider-icon {
    margin: 0 15px;
    color: #888;
}

.icon-small {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.icon-medium {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.icon-large {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* 添加动画关键帧 */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* 为头部插图添加动画 */
.header-illustration svg {
    animation: float 6s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.header-illustration svg:hover {
    transform: scale(1.05);
}

/* 为分隔符图标添加动画 */
.divider-icon {
    transition: transform 0.3s ease, color 0.3s ease;
}

.section-divider:hover .divider-icon {
    transform: rotate(10deg) scale(1.2);
    color: #1e88e5;
}

/* 为文章标题图标添加动画 */
.article-title svg,
.article-content h2 svg,
.article-content h3 svg {
    transition: transform 0.3s ease;
}

.article-title:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.article-content h2:hover svg,
.article-content h3:hover svg {
    transform: rotate(10deg);
}

/* 添加列表项出现动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.recommended-list li {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

.recommended-list li:nth-child(1) {
    animation-delay: 0.1s;
}

.recommended-list li:nth-child(2) {
    animation-delay: 0.2s;
}

.recommended-list li:nth-child(3) {
    animation-delay: 0.3s;
}

.recommended-list li:nth-child(4) {
    animation-delay: 0.4s;
}

.recommended-list li:nth-child(5) {
    animation-delay: 0.5s;
}

.recommended-list li:nth-child(6) {
    animation-delay: 0.6s;
}

.term-item {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

.term-item:nth-child(1) {
    animation-delay: 0.1s;
}

.term-item:nth-child(2) {
    animation-delay: 0.15s;
}

.term-item:nth-child(3) {
    animation-delay: 0.2s;
}

.term-item:nth-child(4) {
    animation-delay: 0.25s;
}

.term-item:nth-child(5) {
    animation-delay: 0.3s;
}

.term-item:nth-child(6) {
    animation-delay: 0.35s;
}

.term-item:nth-child(7) {
    animation-delay: 0.4s;
}

.term-item:nth-child(8) {
    animation-delay: 0.45s;
}

.term-item:nth-child(9) {
    animation-delay: 0.5s;
}

.term-item:nth-child(10) {
    animation-delay: 0.55s;
}

.term-item:nth-child(11) {
    animation-delay: 0.6s;
}

.term-item:nth-child(12) {
    animation-delay: 0.65s;
}



.yhf_other .tit {
    /* color: #023350; */
    font-size: 26px;
}


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

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

.icon-duigoux:before {
    content: "\ec9e";
}

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

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

.icon-rili2:before {
    content: "\e681";
}

.icon-saladtomatoc:before {
    content: "\e6f3";
}

.icon-riqi:before {
    content: "\e659";
}

.icon-a-kepuzixun2x:before {
    content: "\e632";
}

.icon-yixuekepu:before {
    content: "\e608";
}

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

.icon-gengduo4:before {
    content: "\e66b";
}

.icon-gengduo5:before {
    content: "\e67e";
}