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

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

.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-title p {
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #878680;
    margin-bottom: 25px;
}

.section-title .title {
    color: #24231D;
    font-family: Manrope;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title .title span {
    display: inline-block;
    margin: 0 10px;
    color: #04aa8a;
}

.eat_img {
    width: 100%;
    overflow: hidden;
}

.eat_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.pad_four {
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 40px 30px 40px;
    margin-bottom: 30px;
}

.section-title .min_tit {
    color: #04aa8a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 10px; */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    font-family: cursive
}

.section-title .min_tit i {
    font-size: 30px;
}

.br_img_box img {
    border-radius: 20px;
    width: 100%;
    height: 680px;
    margin-bottom: -65px;
    object-fit: cover;
}

.tit_reason {
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
    /* place-items: center; */
}

.tit_reason .li {
    background-color: #04aa8a;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
}

.tit_reason .li .tit {
    font-size: 28px;
    font-family: Manrope, sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.tit_reason .li p {
    font-size: 16px;
    font-family: Manrope, sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

/* 更多 */
.hg_more a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: clamp(10px, 0.833vw, 24px) clamp(30px, 2.083vw, 54px);
    border: 1px solid #04aa8a;
    font-size: clamp(14px, 0.833vw, 22px);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 120%;
    border-color: transparent;
    background-color: #04aa8a;
    border-radius: clamp(24px, 1.667vw, 64px);
    color: #FAFAFA;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.hg_more a .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.hg_more a .w_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.hg_more a i {
    font-size: 23px;
    font-weight: 500;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.hg_more a .show {
    position: absolute;
    right: 20px;
}

.hg_more a .no_show {
    position: absolute;
    left: -25%;
    z-index: 1;
}

.hg_more a:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #FF782C;
    border-radius: clamp(24px, 1.667vw, 64px);
}


.hg_more a:hover .text {
    transform: translateX(12px);
    color: #04aa8a;
}

.hg_more a:hover .no_show {
    left: 16px;
    color: #04aa8a;
}

.hg_more a:hover .show {
    right: -30px;
}

.hg_more a:hover .w_circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

/* 养肝对身体有什么好处*/

.hg_action_ul {
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
    /* place-items: center; */
}

.hg_action_ul .li {
    border-radius: 20px;
    background: #F8F7F0;
    padding: 40px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.hg_action_ul .li a {
    display: block;
}

.hg_action_ul .li a .icon_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hg_action_ul .li a .icon_box i {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #04aa8a;
}

.hg_action_ul .li a .icon_box .number {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    -webkit-text-stroke: 1px #232434;
    color: transparent;
}

.hg_action_ul .li a .cont {}

.hg_action_ul .li a .cont .tit {
    color: #24231D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 28px; */
    margin: 20px 0;
    transition: all .3s ease-in-out;
}

.hg_action_ul .li a .cont p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #555555;
}

.hg_action_ul .li:hover {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.hg_action_ul .li:hover a .icon_box .number {
    -webkit-text-stroke: 1px #04aa8a;
}

/* 养肝护肝吃什么*/
.yg_action_ul {}

.yg_action_ul .li {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    margin-bottom: 10px;
}

.yg_action_ul .li i {
    color: #1D8F2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 31px;
}

.yg_action_ul .li .yg_cont {}

.yg_action_ul .li .yg_cont .tit {
    color: #24231D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.yg_action_ul .li .yg_cont p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #878680;
}

/* 养肝护肝相关保健品*/
.cp_ms_box {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px);
}

.cp_ms_box .goods_img {
    width: 100%;
}

.cp_ms_box .goods_img img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.yg_kp_list {
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
}

.yg_kp_list a {
    display: block;
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    /* margin-bottom: 30px; */
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 5px 0px;
}

.yg_kp_list a img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1D8F2C;
    object-fit: cover;
}

.yg_kp_list a .box_info {}

.yg_kp_list a .box_info .tit {
    color: #24231D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 14px 0;
    transition: all .3s ease-in-out;
}

.yg_kp_list a .box_info p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #878680;
}

.yg_kp_list a .box_info b {
    /* display: block; */
    color: #048e9a;
    margin: 10px 0;
    font-size: 14px;
}

.yg_kp_list a .box_info b em {}

.yg_kp_list a:hover {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.yg_kp_cnt .yg_kp_pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border-radius: unset;
    background-color: #525252;
    border: 1px solid #EBEBED;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.swiper-pagination-bullet-active {
    background-color: #d19453;
}


/* 养肝护肝相关文章*/
.yg_art_uls {
    display: grid;
    column-gap: 12px;
    row-gap: 30px;
}

.yg_art_uls .li {
    padding: 15px;
    box-shadow: 0px 5px 15px rgba(137, 151, 186, 0.15);
}

.yg_art_uls .li a {}

.yg_art_uls .li a .times {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #45474F;
    border-radius: 50px;
    margin-bottom: 10px;
}

.yg_art_uls .li a .times time {
    color: #666;
}

.yg_art_uls .li a .times time i {}

.yg_art_uls .li a .tit {
    font-size: 25px;
    color: #45474F;
    transition: all 0.3s ease-in-out;
    margin-bottom: 16px;
    font-weight: 600;
}

.yg_art_uls .li a p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #666;
    margin-bottom: 24px;
}

.yg_art_uls .li a .more {
    padding-top: 10px;
    border-top: 1px solid #92949F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #45474F;
}

.yg_art_uls .li a .more i {
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}

.yg_art_uls .li:hover a .tit {
    color: #04aa8a;
    transition: all 0.3s ease-in-out;
}

.yg_art_uls .li:hover a .more i {
    color: #04aa8a;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

/* ----------------------------------------------------------------文章列表-------------------------------------- */
.yg_sidebar {
    padding: 24px;
    background: #F2F2F2;
    border-radius: 10px;
}

.yg_sidebar .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1E1F20;
    font-size: 25px;
    border-bottom: 1px solid #FF782C;
}

.art_sidebar_list {}

.art_sidebar_list .li {
    margin-bottom: 16px;
}

.art_sidebar_list .li a {}

.art_sidebar_list .li a .tit {
    font-size: 16px;
    font-weight: 600;
    color: #45474F;
}

.art_sidebar_list .li a .times {
    font-size: 14px;
    color: #92949F;
}

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

.keyword_sidebar a {
    background: #FAFAFA;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.keyword_sidebar a:hover {
    color: #04aa8a;
}

/* ----------------------------------------------------------------文章详情-------------------------------------- */
.yg_articl h1 {
    color: #131b13;
    font-weight: 600;
    font-size: 42px;
    margin: 20px 0;
}

.yg_articl img {
    display: block;
    border-radius: 15px;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* height: auto; */
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}

.yg_articl .times {
    display: block;
    position: relative;
    padding-left: 49px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #45474F;
    margin-bottom: 20px;
}

.yg_articl .times::before {
    position: absolute;
    top: 47%;
    left: 0;
    content: '';
    width: 34px;
    height: 2px;
    background-color: #ff782c;
}

.yg_articl h2 {
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    border-left: 6px solid #ff782c;
    background: #F2F2F2;
    margin: 20px 0;
}

.yg_articl h3 {
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    font-size: 18px;
}

.yg_articl p {
    color: #45474F;
    margin-bottom: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.yg_other {}

.yg_other .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1E1F20;
    font-size: 25px;
    border-bottom: 1px solid #FF782C;
}

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

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

.icon-gongsi:before {
    content: "\e67c";
}

.icon-xiangyoujiantou:before {
    content: "\e65f";
}

.icon-gangongneng:before {
    content: "\e667";
}

.icon-jiankang:before {
    content: "\e653";
}

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

/* 导航 */
.icon-yixuekepu:before {
    content: "\e608";
}

.icon-sousuo:before {
    content: "\e694";
}

.icon-xiala:before {
    content: "\e65c";
}

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