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

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

.j-con-space-center {
    justify-content: center;
}
/* 养生导航 */

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

/* ----------------------------------------------------------------首页-------------------------------------- */
/* 减肥饮食 */
.jfjz_one_com_tit .title i {
    font-size: 31px;
    /* color: #4baf47; */
}

.jfjz_one_com_tit .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}

.jfjz_one_com_tit p {
    line-height: 28px;
    font-size: 16px;
}

.jfjz_common_more {
    padding: 10px 18px;
    font-weight: 600;
    color: #4baf47;
    transition: all .4s ease-in-out;
    border: 2px solid #4baf47;
    border-radius: 6px;
    position: relative;
    text-transform: capitalize;
}

.jfjz_common_more::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #4baf47;
    transition: all .4s ease-in-out;
}

.jfjz_common_more span {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #4baf47;
    transition: all .4s ease-in-out;
}

.jfjz_common_more i {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #4baf47;
    transition: all .4s ease-in-out;
}

.jfjz_common_more:hover span,
.jfjz_common_more:hover i {
    color: #fff;
}

.jfjz_common_more:hover:after {
    width: 100%;
    left: 0;
}

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

.diet_cont_ul li a {
    display: block;
    overflow: hidden;
    min-height: 375px;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    border: 1px solid #d9d9d9;
    transition: all .4s ease-in-out;
}

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

.diet_cont_ul li a .number i {
    font-size: 50px;
    color: #4baf47;
}

.diet_cont_ul li a .number b {
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d9d9d9;
    font-size: 60px;
    line-height: 80px;
    color: transparent;
    transition: all .4s ease-in-out;
}

.diet_cont_ul li a .tit {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #303030;
}

.diet_cont_ul li a p {
    margin: 20px 0;
    line-height: 28px;
    min-height: 112px;
    font-size: 16px;
    color: #303030;
}

.diet_cont_ul li a .more_icon {
    display: inline-block;
    font-size: 27px;
    position: relative;
    transform: translateX(0);
    transition: .7s;
}

.diet_cont_ul li a .more_icon:before {
    position: absolute;
    content: "了解更多";
    font-weight: 600;
    color: #4baf47;
    font-size: 16px;
    letter-spacing: 3px;
    left: -72px;
    top: 9px;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.diet_cont_ul li a .more_icon em {
    font-size: 30px;
    color: #1e1e1e;
}

.diet_cont_ul li:hover a {
    border: 1px solid transparent;
    box-shadow: 0 4px 55px 0 #4baf4726;
}

.diet_cont_ul li:hover a .number b {
    color: #d9d9d9;
}

.diet_cont_ul li:hover a .more_icon {
    transform: translateX(70px);
}

.diet_cont_ul li:hover a .more_icon:before {
    opacity: 1;
}

/* 减肥产品 */
.weight_products {
    position: relative;

}

.weight_products:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(106.76deg, #4baf47 -0.48%, rgba(75, 175, 71, 0) 100%);
}

.jfjz_HealthProducts {
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
}

.jfjz_HealthProducts .tags {}

.jfjz_HealthProducts .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.jfjz_HealthProducts .image img {
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.jfjz_HealthProducts .tags b {
    color: #e5001f;
    font-size: 14px;
}

.jfjz_HealthProducts .tags .lines {
    width: 100%;
    height: 5px;
    background-color: #dcdcdc;
    margin-top: 12px;
    position: relative;
}

.jfjz_HealthProducts .tags .lines:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background-color: #4baf47;
}

.jfjz_HealthProducts .tit {
    display: block;
    margin: 8px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #333;
    transition: all .4s ease-in-out;
}

.jfjz_HealthProducts .compy {
    color: #048e9a;
    font-size: 14px;
}

.jfjz_HealthProducts:hover .tit {
    color: #4baf47;
}

.jfjz_HealthProducts:hover .image img {
    opacity: .85;
    transform: scale(1.1);
}

/* 科普 */
.jfjz_popular_ul {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.jfjz_popular_ul .lis {
    background: #fff;
}

.jfjz_popular_ul .lis .cont_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    min-height: 120px;
    border-bottom: 1px solid #d9d9d9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.jfjz_popular_ul .lis .cont_top .tit {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #0e0e0e;
}

.jfjz_popular_ul .lis .cont_top i {
    font-size: 38px;
    color: #4baf47;
}

.jfjz_popular_ul .lis .cont_bottom {
    margin: 20px 30px;
}

.jfjz_popular_ul .lis .cont_bottom p {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: #676767;
    min-height: 105px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 相关文章列表 */
.jfjz_art_ul {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.jfjz_art_ul .li {
    background-color: #f6f7fb;
    padding: 35px 30px 40px 30px;
    border-radius: 10px;
}

.jfjz_art_ul .li a .times {
    display: inline-block;
    text-transform: uppercase;
    color: #abd373;
    font-size: 16px;
}

.jfjz_art_ul .li a .tit {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    color: #525252;
}

.jfjz_art_ul .li a p {
    line-height: 30px;
    color: #525252;
}

.jfjz_art_ul .li:hover a .tit {
    color: #abd373;
}

/* ----------------------------------------------------------------文章列表-------------------------------------- */
/* left */
.jfjz_art_uls {}

.jfjz_art_uls li {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.jfjz_art_uls li a .tit {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #0e0e0e;
    transition: all .4s ease-in-out;
}

.jfjz_art_uls li a p {
    line-height: 28px;
    font-size: 16px;
    color: #303030;
}

.jfjz_art_uls li a .times {
    display: block;
}

.jfjz_art_uls li a .to_button {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #4baf47;
}

.jfjz_art_uls li a .to_button i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(-45deg);
    transition: all .4s ease-in-out;
}

.jfjz_art_uls .li:hover a .tit {
    color: #4baf47;
}

.jfjz_art_uls .li:hover a .to_button i {
    transform: rotate(0deg);
}

/* right */
.jfjz_sidebar {
    background: #f5f5f5;
}

.art_common_sidebar {
    padding: 30px;
}

.art_common_sidebar .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.art_sidebar_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.art_sidebar_list li a .times {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    color: #888;
}

.art_sidebar_list li a .tit {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.keyword_sidebar li a {
    display: inline-block;
    line-height: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    padding: 0 13px;
    background: #fff;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------------文章详情-------------------------------------- */
.jfjz_articl time {
    display: inline-block;
    color: #888;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.jfjz_articl h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.jfjz_articl h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.jfjz_articl h3 {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
}

.jfjz_articl p {
    margin: 15px 0;
    line-height: 28px;
    font-size: 16px;
}

.jfjz_articl h3:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #04aa8a;
    border-radius: 5px;
}

.jfjz_other .tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}

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

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

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

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

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

.icon-shuiguo:before {
    content: "\e6ed";
}

.icon-shuiguo1:before {
    content: "\e6f4";
}

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

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

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

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

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

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

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