@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_pb-20 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

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

.pt30 {
    padding-top: 0.3rem;
}

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

.pb20 {
    padding-bottom: 0.2rem;
}

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

.mr10 {
    margin-right: 0.1rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mt20 {
    margin-top: 0.2rem;
}

.mb10 {
    margin-bottom: 0.1rem;
}

.mb20 {
    margin-bottom: 0.2rem;
}

.mb30 {
    margin-bottom: 0.3rem;
}

.mb40 {
    margin-bottom: 0.4rem;
}

.mt30 {
    margin-top: 0.3rem;
}

.mt40 {
    margin-top: 0.4rem;
}

.mt50 {
    margin-top: 0.5rem;
}

.mt60 {
    margin-top: 0.6rem;
}

.mt100 {
    margin-top: 1rem;
}

.mr30 {
    margin-right: 0.3rem;
}

.mr50 {
    margin-right: 0.76rem;
}

.sub-bg {
    background: #f5f5f5;
}

.bgbl {
    background: #edf5f6;
}

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

.blue_d-bg {
    background: #F2F7F5;
}

.color_q_bule {
    background: #f2faff;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

/* ----------------------------------------------------------------首页-------------------------------------- */
/* 为什么要壮阳补肾 */
.section-title .min_tit {
    display: block;
    font-size: 0.42rem;
    /* line-height: 24px; */
    font-weight: 600;
    text-transform: uppercase;
    color: #04aa8a;
    margin-bottom: 0.1rem;
    font-family: "Permanent Marker", cursive;
}

.section-title .tit {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    font-family: "Teko", sans-serif;
    margin-bottom: 0.3rem;
}

.section-title p {
    font-size: 0.32rem;
    font-weight: 500;
    color: #646464;
    /* line-height: 26px; */
    margin-bottom: 0.2rem;
}

.br_img_box {
    position: relative;
}

.br_img1 {
    /* 	    position: absolute;
        left: -5%;
        top: 13%; */
    width: 100%;
    border-radius: 0.16rem;
    /* border-radius: 0.2rem; */
}

/* .br_img2 {
	position: relative;
	right: -44%;
	top: 10%;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 50%;
}

.br_img3 {
	position: absolute;
	left: 48px;
	bottom: -128px;
	width: 207px;
	height: 207px;
	border-radius: 50%;
}

.br_img4 {
	position: relative;
	left: 130px;
	bottom: -100px;
	width: 333px;
	height: 333px;
	border-radius: 50%;
} */

.tit_reason {
    display: grid;
    column-gap: 0.2rem;
    row-gap: 0.6rem;
    place-items: center;
}

.tit_reason .li .a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.78rem 0.46rem;
    background-color: #fff;
    border: 1px solid #eee9e3;
    box-sizing: border-box;
}

.tit_reason .li a .tit {
    position: relative;
    font-size: 0.42rem;
    font-weight: 500;
    color: #24201f;
    font-family: "Roboto", sans-serif;
    margin-left: 1.2rem;
    margin-right: 0.78rem;
    z-index: 2;
}

.tit_reason .li a .icon {
    top: -0.14rem;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 42px;
    left: 0.1rem;
    line-height: 1.3rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #04aa8a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.tit_reason .li a .down_up {
    position: absolute;
    right: 0;
    bottom: -0.1rem;
    font-size: 1.2rem;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #04aa8a;
}

.cont_inner {
    /* height: 0px; */
    margin-right: 0.6rem;
    color: #7a7a7a;
    /* line-height: 24px; */
    margin-top: 0.1rem;
    font-size: 0.28rem;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

/*
.tit_reason .li:hover a .cont_inner {
	height: 72px;
} */

.hg_more .more_to {
    font-size: 0.36rem;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #04aa8a;
    padding: 0.16rem 0.6rem 0.16rem 0.6rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.hg_more .more_to::before {
    content: "";
    background-color: #303334;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.hg_more .more_to::after {
    content: "";
    background-color: #303334;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.hg_more .more_to:hover {}

.hg_more .more_to:hover::before {
    width: 100%;
}

.hg_more .more_to:hover::after {
    width: 100%;
}

/*壮阳补肾身体有什么好处 */
.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 0.4rem auto;
}

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

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

.accordion-header {
    /* width: 100%; */
    font-size: 0.32rem;
    padding: 0.15rem 0.3rem;
    font-weight: 600;
    display: flex;
    color: #0d1b3b;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.2rem;
    background: #ffffff;
    border: none;
    cursor: pointer;
}

.accordion-header:hover {
    background: #04aa8a;
    color: #fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0.36rem 0.4 0px 0.4;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 26px;
    color: #555;
    transition: all 0.3s ease-in-out;
}

.accordion-item .accordion-content p {
    color: #666;
    margin-bottom: 0.28rem;
}

.accordion-item.active .accordion-header {
    position: relative;
    background: #04aa8a;
    color: #fff;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 0.2rem 0.4rem;
}

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

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

/* 壮阳补肾食物 */
.zybs_action_ul {
    display: grid;
    column-gap: 20px;
    row-gap: 0.2rem;
}

.zybs_action_ul .li {
    position: relative;
    padding: 0.9rem 0.8rem 0.7rem;
    overflow: hidden;
    background-color: #eff4ec;
}

.zybs_action_ul .li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.zybs_action_ul .li::before {
    content: "";
    position: absolute;
    right: -90%;
    bottom: 0;
    width: 80%;
    height: 100%;
    background-color: #e6ede5;
    -webkit-transform: skewX(-49deg);
    transform: skewX(-49deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
}

.zybs_action_ul .li::after {
    content: "";
    position: absolute;
    right: -80%;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #04aa8a;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

.zybs_action_ul .li a .icon_box {
    position: relative;
    margin-bottom: 0.4rem;
}


.zybs_action_ul .li a .icon_box i {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8rem;
    border-radius: 50%;
    margin-right: 0;
    color: #04aa8a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.zybs_action_ul .li a .icon_box i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed #04aa8a;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_action_ul .li a .icon_box .number {
    color: #fff;
    font-size: 0.36rem;
    font-weight: 600;
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    line-height: 0.8rem;
    background-color: #04aa8a;
    border-radius: 50%;
    position: absolute;
    right: -0.16rem;
    top: -0.1rem;
    z-index: 2;
}

.zybs_action_ul .li a .cont .tit {
    position: relative;
    font-size: 0.4rem;
    font-weight: 600;
    margin-bottom: 0.16rem;
    z-index: 3;
}

.zybs_action_ul .li a .cont p {
    position: relative;
    color: #6A6F78;
    font-size: 0.32rem;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_action_ul .li:hover::before {
    width: 264%;
}

.zybs_action_ul .li:hover::after {
    width: 2rem;
}

.zybs_action_ul .li:hover a .cont .tit {
    color: #151515;
}

/* 相关保健品 */
.zybs_kp_list a .inner_box {
    position: relative;
    margin-top: 1.6rem;
    padding: 0 0.8rem 0.9rem;
    background-color: #fff;
    text-align: center;
}

.zybs_kp_list a .inner_box::before {
    background-color: #fff;
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 1.2rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.zybs_kp_list a .inner_box .inner_img {
    position: relative;
    margin-top: -1.6rem;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    border: 0.12rem solid #04aa8a;
    margin-bottom: 0.2rem;
    text-align: center;
}

.zybs_kp_list a .inner_box .inner_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_kp_list a .inner_box .tit {
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0.2rem 0;
    color: #24201f;
}

.zybs_kp_list a .inner_box .text {
    position: relative;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    z-index: 1;
    color: #6a6f78;
}

.zybs_kp_list a .inner_box b {
    margin-bottom: 0.2rem;
    color: #24201f;
    font-size: 0.28rem;
    font-weight: 500;
    color: #c69453;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_kp_list a .inner_box i {
    color: #048e9a;
    font-size: 0.28rem;
}

.zybs_kp_list:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zybs_kp_cnt {
    position: relative;
}

.zybs_kp_cnt .zybs_kp_pagination {
    position: relative;
    margin-top: 0.8rem;
}

.swiper-pagination-bullet {
    height: 0.1rem;
    width: 0.8rem;
    margin: 0 0.1rem;
    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;
}


/* 相关文章 */
.zybs_art_img {
    width: 100%;
    /* height: 170px; */
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #04aa8a;
}

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

.zybs_art_uls .li {
    border-style: solid;
    border-width: 0px 0px 0.04rem 0px;
    border-color: #04aa8a;
    padding: 0.3rem 0.4rem 0.6rem;
    position: relative;
    box-shadow: 0 16px 48px 0 rgba(6, 35, 63, 0.03), 0px -16px 48px 0 rgba(6, 35, 63, 0.03);
    border-radius: 0.32rem;
    transition: all .3s ease-out;
    margin-bottom: 0.4rem;
}

.zybs_art_uls .li a {}

.zybs_art_uls .li a .tit {
    padding: 0.16rem 0px 0px;
    font-size: 0.44rem;
    font-family: "Barlow Condensed", sans-serif;
    /* line-height: 1.2; */
    font-weight: 700;
    transition: .5s;
    color: #333;
    margin: 0 0 0.2rem;
}

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

.zybs_art_uls .li a .times time i {
    color: #1ccabd;
}

.zybs_art_uls .li a p {
    color: #757F95;
    font-size: 0.32rem;
    line-height: 1.8;
    margin-top: 0.2rem;
}

.zybs_art_uls .li a .show_more {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 0.3rem;
    color: #04aa8a;
    font-weight: 600;
    background-color: #F1F1F1;
    border-style: none;
    transition: all .3s ease-out;
    border-radius: 0px 0.6rem 0px 0.6rem;
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
}

.zybs_art_uls .li:hover a .show_more {
    color: #fff;
    background: #04aa8a;
}


/* ----------------------------------------------------------------文章列表-------------------------------------- */
.zybs_sidebar {
    padding: 0.4rem 0.4rem 0.3rem;
    box-shadow: 0 0 0.4rem 0 rgb(0 0 0 / 5%);
}

.zybs_sidebar .tit {
    font-size: 0.4rem;
    font-family: "Barlow Condensed", sans-serif;
    /* line-height: 1.2; */
    font-weight: 700;
    transition: .5s;
    color: #333;
    margin: 0 0 10px
}

.art_sidebar_list {}

.art_sidebar_list .li {
    font-size: 0.32rem;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 0.26rem 0 0.24rem;
    margin-top: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.art_sidebar_list .li a {}

.art_sidebar_list .li a .list_tit {
    font-size: 0.32rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
    color: #023350;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.art_sidebar_list .li a .times {
    font-size: 0.28rem;
    font-weight: 500;
    color: #03A297;
}

.art_sidebar_list .li:hover {
    padding-left: 0.2rem;
}

.keyword_sidebar {
    margin-top: 0.6rem;
}

.keyword_sidebar a {
    font-size: 0.28rem;
    /* line-height: 20px; */
    padding: 0.06rem 0.2rem;
    margin: 0 0.04rem 0.1rem 0;
    border-radius: 0.6rem;
    display: inline-block;
    color: #fff;
    border: 0.04rem solid #04aa8a;
    background: #04aa8a;
    transition: all .8s ease-in-out;
}

.keyword_sidebar a:hover {
    color: #fff;
    border: 0.04rem solid #093e62;
    background: #093e62;
}

/* ----------------------------------------------------------------文章详情-------------------------------------- */
.zybs_articl {}

.zybs_articl .times {
    display: block;
    color: #757f95;
    font-size: 0.32rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.zybs_articl .times i {
    margin-right: 0.1rem;
    color: #03a297;
}

.zybs_articl h1 {
    font-size: 34px;
    color: #023350;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.zybs_articl h2 {
    position: relative;
    background: #f5f7fa;
    border-left: 0.1rem solid #03a297;
    padding: 0.2rem;
    font-size: 0.4rem;
    font-style: italic;
    margin: 0.4rem 0;
    border-radius: 0;
    margin-bottom: 0.4rem;
}

.zybs_articl h3 {
    padding-left: 0.6rem;
    position: relative;
    color: #023350;
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
}

.zybs_articl h3:before {
    content: "";
    position: absolute;
    height: 0.04rem;
    width: 0.4rem;
    background: #03a297;
    left: 0;
    top: 0.24rem;
}

.zybs_articl p {
    font-size: 0.32rem;
    font-weight: 400;
    color: #757f95;
    /* line-height: 1.8; */
    margin-bottom: 0.2rem;
}

.zybs_other .tit {
    color: #333;
    font-size: 0.4rem;
    margin-bottom: 0.46rem;
    font-weight: 700;
}

/* ----------------------------------------------------------------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-shijian:before {
    content: "\e8b8";
}

.icon-zhongchengyao:before {
    content: "\e66a";
}

.icon-shenzang:before {
    content: "\e668";
}

.icon-shenneike:before {
    content: "\e669";
}


.icon-gan:before {
    content: "\e6a0";
}

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

.icon-xiala1:before {
    content: "\e677";
}

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