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

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

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


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

/* 孕期为什么推荐做瑜伽 */
.info-img img {
    border-radius: 8px;
}

.section-title .min_tit {
    padding: 4px 20px;
    background: #f4f9f5;
    border: 1px solid #cae1d0;
    color: #22823a;
    text-align: center;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
}

.section-title .title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
    margin: 20px 0;
    color: #111;
}

.section-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #898a9c;
    margin-bottom: 15px;
}

.section-title p.fragment {
    position: relative;
    margin: 20px 0;
    padding-left: 35px;
}

.section-title p i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #04aa8a;
}

.yqyj_read_more .read_more_a {
    position: relative;
    display: inline-flex;
    line-height: 1.2em;
    background: #e5eaec;
    /* background-color: #fff; */
    text-transform: capitalize;
    border-radius: 100px;
    padding: 2px 25px 2px 2px;
    border: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.yqyj_read_more .read_more_a::before {
    position: absolute;
    top: 56%;
    right: 0;
    bottom: 0;
    /* width: 10px; */
    /* height: 10px; */
    transform: translate(-6px, -50%);
    transition: all .4s 0.1s ease-in-out;
    z-index: 1;
    color: #023047;
    font-weight: 900;
}

.yqyj_read_more .read_more_a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 100px;
    background: #023047;
    color: #023047;
    transition: all .4s ease-in-out;
    z-index: 0;
}

.yqyj_read_more .read_more_a span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 1.2em; */
    background-color: #023047;
    color: #e5eaec;
    border-radius: 100px;
    padding: 15px 20px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    font-weight: 600;
    z-index: 1;
}

.yqyj_read_more .read_more_a span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 100px;
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.yqyj_read_more .read_more_a:hover::before {
    color: #fff;
    filter: brightness(0) invert(1);
    /* transform: translate(-10px, -50%); */
}

.yqyj_read_more .read_more_a:hover::after {
    width: 100%;
}

.yqyj_read_more .read_more_a:hover span::after {
    width: 100%;
}

.yqyj_read_more .read_more_a:hover span {
    background-color: transparent;
    color: #023047;
}

/* 孕期练瑜伽的好处 */
.yqyj_action_ul {
    display: grid;
    column-gap: 50px;
    row-gap: 40px;
}

.yqyj_action_ul .li a {
    display: block;
    text-align: left;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

/*
.yqyj_action_ul .li:nth-child(odd) a {
	background: #fff;
}

.yqyj_action_ul .li:nth-child(odd) a .head-icon i {
	color: #212529;
}

.yqyj_action_ul .li:nth-child(even) {
	background: #020c1f;
}

.yqyj_action_ul .li:nth-child(even) a .head-icon i {
	color: #41CB5B;
}

.yqyj_action_ul .li:nth-child(even) a .center-content .tit {
	color: #fff;
} */
/* .yqyj_action_ul .li:nth-child(even) a .center-content p {
	color: #fff;
} */
.yqyj_action_ul .li a .head-icon {
    padding: 15px 50px 15px;
}

.yqyj_action_ul .li a .head-icon i {
    font-size: 50px;
}

.yqyj_action_ul .li a .center-content {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px 50px 5px;
    min-height: 192px;
    box-sizing: border-box;
}

.yqyj_action_ul .li a .center-content .tit {
    /* display: block; */
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 20px;
    color: #1d2143;
}

.yqyj_action_ul .li a .center-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #898a9c;
    margin-bottom: 15px;
}

.yqyj_action_ul .li a .show_more {
    font-size: 17px;
    font-weight: 500;
    padding: 25px 50px;
    color: #41CB5B;
}

/* 孕期练瑜伽注意事项 */
.yj-img img {
    object-fit: cover;
    border-radius: 128px clamp(12px, 0.833vw, 32px);
}

.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
}

.accordion-item {
    margin-bottom: 8px;
    /* border-radius: 8px; */
    overflow: hidden;
    /* background-color: #f5f5f5; */
    transition: background-color 0.3s ease;
}

.accordion-item.active {
    /* background-color: #e0e0e0; */
}

.accordion-header {
    padding: 15px 20px;
    border: 1px solid #CBCBCB;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    background: rgba(14, 29, 52, 0.03);
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #eee;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    /* border: 1px solid #CBCBCB; */
    transition: all 0.3s ease-in-out;
}

.accordion-item .accordion-content p {
    color: #666;
}

.accordion-item.active .accordion-header {
    color: #308f6f;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 15px 20px;
}

.icon {
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.accordion-item.active .icon {
    transform: rotate(45deg);
}


/* 孕妇相关保健品 */
.yqyj_kp_cnt {
    position: relative;
}

.yqyj_kp_cnt .yqyj_kp_pagination {
    position: relative;
    margin-top: 40px;
}

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

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

.yqyj_kp_list {
    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%); */
}

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

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

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

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



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

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

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




/* 孕妇相关文章 */
.yqyj_art_uls {
    display: grid;
    column-gap: 20px;
    row-gap: 40px;
}

.yqyj_art_uls .li {
    position: relative;
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
    padding: 32px 40px 35px 40px;
    transition: all 500ms ease;
}

.yqyj_art_uls .li a time {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #22823a;
}

.yqyj_art_uls .li a .tit {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #111;
    transition: all 500ms ease;
}

.yqyj_art_uls .li a p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #666;
}

.yqyj_art_uls .li a .links {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #111;
    border-bottom: 1px solid #131615;
}

.yqyj_art_uls .li:hover {
    box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.yqyj_art_uls .li:hover .tit {
    color: #22823a;
}

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

.yqyj_art_list_uls .li {
    position: relative;
    display: block;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}

.yqyj_art_list_uls .li a .tit {
    position: relative;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #111;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.yqyj_art_list_uls .li a p {
    position: relative;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.yqyj_art_list_uls .li a time {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #111;
}

.yqyj_art_list_uls .li:hover a .tit {
    color: #22823A;
}

/* 侧边栏 */
.yqyj_sidebar_box {
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 80px 0px;
    border-radius: 10px;
    box-sizing: border-box;
}

.yqyj_sidebar {
    padding: 18px 30px;
}

.yqyj_sidebar .tit {
    position: relative;
    font-weight: 500;
    color: #111;
    transition: all 500ms ease;
    font-size: 24px;
}

.art_sidebar_list .li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E5E5E5;
}

.art_sidebar_list .li a .min-tit {
    position: relative;
    /* display: block; */
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 5px;
}

.art_sidebar_list .li a .times {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666;
}

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

.keyword_sidebar a {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #111;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    padding: 2px 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.keyword_sidebar a:hover {
    color: #fff;
    border-color: #22823a;
    background: #22823a;
}

/* ----------------------------------------------------------------文章列表-------------------------------------- */
.yqyj_articl {}

.yqyj_articl .times {
    display: inline-block;
    font-size: 14px;
    color: #212529;
    margin-bottom: 10px;
}

.yqyj_articl .times i {
    color: #41CB5B;
    font-size: 16px;
    margin-right: 5px;
}

.yqyj_articl h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.yqyj_articl h2 {
    background: #edf5f6;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #307a84;
}

.yqyj_articl h3 {
    margin-bottom: 10px;
}

.yqyj_articl p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #7a8a9e;
}

.yqyj_other .tit {
    font-size: 24px;
    padding: 20px 0 18px;
    margin: 15px 0;
    color: #1a1a1a;
}

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

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

.icon-shijian:before {
    content: "\e8b8";
}

.icon-bhjyoga:before {
    content: "\e65a";
}

.icon-yuqie:before {
    content: "\e663";
}

.icon-chenggong1:before {
    content: "\e62b";
}

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

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