@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.container {
    padding: 0 0.2rem;
}
.container-mg{
    margin: 0 0.2rem;
}
.pt_pb-110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.pt_pb-120 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.pt_pb-130 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-65 {
    padding-top: 0.65rem;
}

.pb-65 {
    padding-bottom: 0.65rem;
}

.mb-65 {
    margin-bottom: 0.65rem;
}

.mr10 {
    margin-right: 0.1rem;
}

.mt20 {
    margin-top: 0.2rem;
}
.mb10 {
    margin-bottom: 0.1rem;
}
.mb20 {
    margin-bottom: 0.2rem;
}
.mt30 {
    margin-top: 0.3rem;
}
.mt40 {
    margin-top: 0.4rem;
}
.mt50 {
    margin-top: 0.5rem;
}
.mt60 {
    margin-top: 0.6rem;
}
.mr30 {
    margin-right: 0.3rem;
}


.sub-bg {
    background: #f5f5f5;
}

.df {
    display: flex;
}

.g60 {
    color: #606370;
}
.border-r-5{
    border-radius: 0.2rem;
}
.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 0.4rem;
    -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 0.4rem;
    -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;
}

.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_conm_nav {
    white-space: nowrap;
    overflow-x: auto;
    background: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #eee;
}

.ys_conm_nav .home_a {
    position: relative;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.42rem;
    font-weight: bold;
    padding: 0px 0.3rem;
    color: white;
    /* background: #48a8b1; */
}

.ys_conm_nav .a {
    display: inline-block;
    position: relative;
    height: 1rem;
    line-height: 1rem;
    color: #000000;
    font-size: 0.32rem;
    padding: 0 0.3rem;
}

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

.ys_conm_nav::-webkit-scrollbar {
    display: none;
}
/* ----------------------------------------------------------------首页-------------------------------------- */
/* 减肥饮食 */
.jfjz_one_com_tit .tit i {
    font-size: 0.52rem;
    /* color: #4baf47; */
}

.jfjz_one_com_tit .tit {
    font-size: 0.5rem;
    font-weight: 700;
    /* line-height: 1rem; */
}

.jfjz_one_com_tit p {
    line-height: 0.54rem;
    font-size: 0.3rem;
}

.jfjz_common_more {
    padding: 0.1rem 0.2rem;
    font-weight: 600;
    color: #4baf47;
    transition: all .4s ease-in-out;
    border: 1px solid #4baf47;
    border-radius: 0.12rem;
    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: 0.3rem;
    color: #4baf47;
    transition: all .4s ease-in-out;
}

.jfjz_common_more i {
    position: relative;
    z-index: 1;
    font-size: 0.3rem;
    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;
    box-sizing: border-box;
    position: relative;
    padding: 0.6rem;
    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: 1rem;
    color: #4baf47;
}

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

.diet_cont_ul li a .tit {
    font-size: 0.48rem;
    font-weight: 600;
    color: #303030;
}

.diet_cont_ul li a p {
    margin: 0.4rem 0;
    line-height: 0.56rem;
    font-size: 0.32rem;
    color: #303030;
}

.diet_cont_ul li a .more_icon {
    display: inline-block;
    font-size: 0.54rem;
    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: 0.54rem;
    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;
}

/* 科普 */
.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: 0.4rem 0.6rem;
    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: 0.4rem;
    font-weight: 600;
    color: #0e0e0e;
}

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

.jfjz_popular_ul .lis .cont_bottom {
    margin: 0.4rem 0.6rem;
}

.jfjz_popular_ul .lis .cont_bottom p {
    font-size: 0.32rem;
    font-weight: 500;
    line-height: 0.54rem;
    color: #676767;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

}

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

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

.jfjz_HealthProducts .tags {}

.jfjz_HealthProducts .image {
    width: 100%;
    height:3.6rem;
    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: 0.24rem;
}

.jfjz_HealthProducts .tags .lines {
    width: 100%;
    height: 0.08rem;
    background-color: #dcdcdc;
    margin-top: 0.2rem;
    position: relative;
}

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

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

.jfjz_HealthProducts .compy {
    color: #048e9a;
    font-size: 0.26rem;
}

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

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

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

.jfjz_art_ul .li {
    background-color: #f6f7fb;
    padding: 0.68rem 0.58rem 0.78rem 0.58rem;
    border-radius: 10px;
}

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

.jfjz_art_ul .li a .tit {
    display: block;
    font-weight: 700;
    font-size: 0.42rem;
    margin-bottom: 0.3rem;
    color: #525252;
}

.jfjz_art_ul .li a p {
    line-height: 0.5rem;
    color: #525252;
    font-size: 0.28rem;
}
.jfjz_art_ul .li:hover a .tit {
    color: #abd373;
}
/* ----------------------------------------------------------------文章列表-------------------------------------- */

.jfjz_art_uls {}

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

.jfjz_art_uls li a .tit {
    display: block;
    font-size: 0.42rem;
    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:0.32rem;
    color: #303030;
}

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

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

.jfjz_art_uls li a .to_button i {
    display: inline-block;
    font-size: 0.4rem;
    /* 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);
}

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

.art_common_sidebar {
    padding: 30px;
    border-radius: 0.1rem;
    overflow: hidden;
}

.art_common_sidebar .tit {
    font-size: 0.46rem;
    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: 0.4rem;
    margin-bottom:  0.4rem;
}

.art_sidebar_list li a .times {
    display: inline-block;
    font-size: 0.26rem;
    padding-bottom: 0.1rem;
    color: #888;
}

.art_sidebar_list li a .tit {
    font-size: 0.32rem;
    font-weight: 600;
}

.keyword_sidebar li a {
    display: inline-block;
    line-height: 38px;
    box-sizing: border-box;
    font-size: 0.26rem;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    padding: 0 0.22rem;
    background: #fff;
    margin-bottom: 0.2rem;
}

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

.jfjz_articl h1 {
    font-size: 0.52rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    text-align: center;
}

.jfjz_articl h2 {
    font-size: 0.42rem;
    font-weight: 600;
    margin-top: 0.6rem;
    margin-bottom: 0.32rem;
}

.jfjz_articl h3 {
    position: relative;
    font-size: 0.36rem;
    padding-left: 0.2rem;
}

.jfjz_articl p {
    margin: 0.3rem 0;
    font-size: 0.3rem;
    /* line-height: 1.4; */
}

.jfjz_articl h3:before {
    content: "";
    position: absolute;
    top: 0.08rem;
    left: 0;
    width: 0.08rem;
    height: 0.4rem;
    background: #04aa8a;
    border-radius: 0.1rem;
}

.jfjz_other .tit {
    font-size: 0.5rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

/* ----------------------------------------------------------------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";
}