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

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

.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-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-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 {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1200px
    }
}

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

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

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

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

.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;
}
/* 养生导航 */

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

/* ----------------------------------------------------------------首页-------------------------------------- */

/* 原因 */
.zj_one_com_tit {}

.zj_one_com_tit .min_tit {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #202125;
}

.zj_one_com_tit .min_tit:before {
    content: "";
    position: absolute;
    background: #4ab242;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 30px;
    height: 2px;
}

.zj_one_com_tit .title {
    position: relative;
    color: #202125;
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 700;
    color: #202125;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.zj_one_com_tit p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
    color: #565857;
}

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

.build_muscles_box {
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-bottom: 2px solid #4ab242;
    -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08)
}

.build_muscles_box a span {
    color: #4ab242;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    position: absolute;
    right: 30px;
    top: 28px;
}

.build_muscles_box a strong {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #202125;
    margin-bottom: 10px;
}

.build_muscles_box a p {
    color: #565857;
    font-size: 16px;
    line-height: 1.7;
}

/* 食物 */
.zj_two_com_tit {}

.zj_two_com_tit .title {
    text-transform: uppercase;
    position: relative;
    color: #393939;
    font-size: 36px;
    /* line-height: 27px; */
    padding-left: 90px;
    padding-right: 90px;
    font-weight: 700;
    margin-bottom: 30px;
}

.zj_two_com_tit .title::before,
.zj_two_com_tit .title::after {
    background-color: #abd373;
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
}

.zj_two_com_tit .title::after {
    left: auto;
    right: 0;
}

.zj_two_com_tit p {
    text-align: center;
    line-height: 31px;
    color: black;
    margin-bottom: 55px;
    max-width: 580px;
    font-size: 16px;
}

.trans-ease-in-out {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.zj_food_uls {
    display: grid;
    column-gap: 50px;
    row-gap: 40px;
}

.zj_food_uls li a {}

.zj_food_uls li a .feat-icon {
    position: relative;
    border: 1px solid transparent;
    display: inline-block;
    padding: 7px;
    margin-bottom: 20px;
    text-align: center;
}

.zj_food_uls li a .feat-icon i {
    background: transparent;
    z-index: 9;
    position: relative;
    border-radius: 0;
    color: #4ab242;
    display: inline-block;
    font-size: 60px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}

.zj_food_uls li a .feat-icon::before {
    content: "";
    border-radius: 7px;
    background: #4ab242;
    position: absolute;
    margin: 0 auto;
    width: 0;
    height: 5px;
    top: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.zj_food_uls li a .feat-icon::after {
    content: "";
    border-radius: 7px;
    background: #4ab242;
    position: absolute;
    margin: 0 auto;
    width: 5px;
    height: 0;
    left: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.zj_food_uls li a .tit {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
    color: #202125;
}

.zj_food_uls li a p {
    line-height: 1.7;
    color: #212529;
    font-size: 16px;
}

.zj_food_uls li a:hover .feat-icon {
    border-radius: 50%;
    border-color: #dddddd;
}

.zj_food_uls li a:hover .feat-icon i {
    border-radius: 50%;
    background: #4ab242;
    color: #ffffff;
    font-size: 30px;
}

.zj_food_uls li a:hover .feat-icon::before {
    width: 100%;
    left: 0;
    right: 0;
}

.zj_food_uls li a:hover .feat-icon::after {
    border-radius: 50%;
    border-color: #dddddd;
    height: 100%;
    top: 0;
    bottom: 0;
}

.zj_food_uls li a:hover .tit {
    color: #4ab242;
}


/* 产品 */
.zj_products_tab {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zj_products_tab li {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 18px;
    color: #393939;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    cursor: pointer;
}

.zj_products_tab .on {
    border-color: #abd373;
    border-style: dashed;
    color: #abd373;
}

.zj_products_tab li:not(:last-child) {
    margin-right: 25px;
}

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

.zj_products_ul li {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 23px 45px 23px 45px;
    text-align: center;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 8%);
}



/* 科普 */
.zj_kp_cnt {
    position: relative;
}

.zj_products_ul li a {}

.zj_products_ul li a .image-box {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.zj_products_ul li a .image-box img {
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 500ms ease;
}

.zj_products_ul li a .cont em {
    display: block;
    color: #048e9a;
    font-style: normal;
    position: relative;
    font-size: 15px;
    margin-bottom: 9px;
}

.zj_products_ul li a .cont .tit {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #061a3a;
    transition: all 500ms ease;
}



.zj_products_ul li a .cont b {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ff970d;
}

.zj_products_ul li a .cont p {
    position: relative;
    font-size: 14px;
    margin-bottom: 23px;
    color: #808080;
    font-weight: 400;
}

.zj_products_ul li:hover a .image-box img {
    transform: scale(1.06);
}

.zj_kp_list {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}

.zj_kp_list:before {
    content: '';
    border-bottom-left-radius: 100%;
    background-color: #abd373;
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    padding-left: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.zj_kp_list i {
    position: absolute;
    font-size: 42px;
    top: 16px;
    right: 25px;
    color: #fff;
}

.zj_kp_list .tit {
    text-transform: uppercase;
    color: #434343;
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 20px;
    margin-right: 30%;
}

.zj_kp_list p {
    color: #434343;
    /* font-style: italic; */
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
}

.zj_kp_list:hover::before {
    background-color: #525252;
}

.zj_kp_cnt .zj_kp_pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    border: 1px solid transparent;
    background-color: transparent;
    width: 18px;
    height: 18px;
    opacity: 1;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.swiper-pagination-bullet:before {
    background-color: #abd373;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.swiper-pagination-bullet-active {
    border-color: #abd373;
}



/* 文章 */
.zj_art_uls {
    display: grid;
    column-gap: 66px;
    row-gap: 40px;
}

.zj_art_uls li {
    background: #fff;
}

.zj_art_uls li a .cont {
    padding: 50px 30px 30px;
    position: relative;
}

.zj_art_uls li a .cont time {
    color: #333;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    padding: 16px 30px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    width: max-content;
    background-image: linear-gradient(to right, #57c09c 0, #feec5e 51%, #57c09c 100%);
    background-size: 200% auto;
}

.zj_art_uls li a .cont .tit {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.zj_art_uls li a .cont p {
    font-size: 16px;
    line-height: 30px;
    color: #6f6f6f;
    margin-top: 15px;
    font-weight: 400;
}

.zj_art_uls li a .read_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 10%);
    padding: 20px 30px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.zj_art_uls li a .read_more b {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.zj_art_uls li a .read_more i {
    color: #333;
    font-size: 18px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s;
    background-image: linear-gradient(135deg, #57c09c 0, #feec5e 51%, #57c09c 100%);
    background-size: 200% auto;
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.zj_art_uls li:hover a .read_more i {
    background-position: 100%;
}

.zj_art_uls li:hover a .cont .tit {
    color: #57c09c;
}

.zj_art_uls li:hover a .read_more b {
    color: #57c09c;
}

/* ----------------------------------------------------------------列表页-------------------------------------- */
.blog_sidebar:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.blog_sidebar {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}

.blog_sidebar .tit {
    font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
}

.blog_sidebar_ul {}

.blog_sidebar_ul li a {
    display: block;
    position: relative;
    padding: 30px 0 0;
}

.blog_sidebar_ul li a strong {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.blog_sidebar_ul li a time {
    margin-top: 9px;
    font-size: 14px;
    color: #898989;
}

.blog_sidebar_ul li:hover a strong {
    color: #57c09c;
}

.keyword_sidebar {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -5px;
}

.keyword_sidebar a {
    color: #898989;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    margin: 5px 0 0 5px;
    line-height: 1;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.keyword_sidebar a:before {
    content: "#";
}

.keyword_sidebar a:hover {
    color: #fff;
    background-color: #57c09c;
    border: 1px solid #57c09c;
}

/* ----------------------------------------------------------------详情页-------------------------------------- */
.zj_articl h1 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
}

.zj_articl time {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #111;
    margin-bottom: 15px;
}

.zj_articl p {
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.zj_articl h2 {
    background-color: #04aa8a;
    font-size: 18px;
    padding: 4px 10px;
    margin-left: 6px;
    z-index: 4;
    transform: skew(-10deg);
    color: #fff;
    margin-bottom: 15px;
}

.zj_articl h3 {
    font-size: 16px;
    color: #04aa8a;
    margin-bottom: 15px;
}

.zj_other .tit{
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #111;
}

/* more */
.jfjz_common_more {
    color: #333;
    font-size: 16px;
    padding: 20px 35px;
    background-image: linear-gradient(to right, #57c09c 0, #feec5e 51%, #57c09c 100%);
    background-size: 200% auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    margin-top: 30px;
    font-size: 16px;
    padding: 16px 37px;
}

.jfjz_common_more:hover {
    color: #333;
    /* color: var(--font-color-header); */
    background-position: 100%;
}




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

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

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

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

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

.icon-jianduyinshi:before {
    content: "\e655";
}

.icon-i_jiluyinshi:before {
    content: "\e656";
}

.icon-jianshen:before {
    content: "\e6e7";
}

.icon-shuangyinhaoyou01:before {
    content: "\e652";
}

.icon-shiwu-1:before {
    content: "\ebed";
}

.icon-shuangyinhao:before {
    content: "\e66d";
}

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

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

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

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