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

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

.bgbl {
    background: #edf5f6;
}

.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,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


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

/* ----------------------------------------------------------------首页-------------------------------------- */
.plt_home_nav {
    background: #00adaa;
}

/* 普拉提是什么 */
.section-title .min_tit {
    margin-bottom: 16px;
    font-size: 18px;
    color: #3dc595;
    font-weight: 500;
}

.section-title .title {
    font-size: 46px;
    /* line-height: 56px; */
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.max-w_tit_p {
    color: black;
    text-align: center;
    margin-bottom: 55px;
    font-size: 16px;
    max-width: 70%;
    line-height: 1.6;
}


/* more */
.plt_more_button {
    /* margin-top: 38px; */
}

.w-plt .more_to {
    position: relative;
    z-index: 1;
    padding: 12px 36px;
    overflow: hidden;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background: #00adaa;
    /* background:#9b5675; */
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}

.w-plt .more_to i {
    font-size: 16px;
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w-plt .more_to span {
    background: #1a1a1a;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #1a1a1a;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.w-plt a:hover {
    color: #fff;
}

.w-plt a:hover i {
    transform: rotate(0deg);
}

.w-plt a:hover span {
    width: 200%;
    height: 500px;
}

.plt_wt_list {
    display: grid;
    column-gap: 50px;
    row-gap: 40px;
    margin-bottom: 30px;
}

.plt_wt_list .li {
    position: relative;
    z-index: 1;
    padding: 60px 20px 10px 30px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}

.plt_wt_list .li .tit {
    font-size: 20px;
    font-weight: 700;
    color: #033333;
    line-height: 1.2;
    margin-bottom: 10px;
}

.plt_wt_list .li:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 25%;
    content: "";
    z-index: -1;
    transition: .5s;
    border-radius: 0 0 0 100px;
    background-color: #CCEFEE;
}

.plt_wt_list .li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.plt_wt_list .li .icon_box {
    position: absolute;
    top: -40px;
    left: 32px;
}

.plt_wt_list .li .icon_box i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #00adaa;
    font-size: 40px;
    background-color: #D5F2F1;
    text-align: center;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 100%;
    transition: .5s;
}

.plt_wt_list .li:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.plt_wt_list .li:hover .icon_box i {
    border-color: #00adaa;
    background: transparent;
}


/* 普拉提好处 */
.inner_img {
    margin-top: -15%
}

.plt_action_ul {
    display: grid;
    column-gap: 50px;
    row-gap: 86px;
}

.plt_action_ul .li {
    position: relative;
    padding: 65px 20px 30px 30px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: .5s;
}

.plt_action_ul .li a {}

.plt_action_ul .li a .tit {
    font-size: 22px;
    font-weight: 700;
    color: #033333;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 10px;
    transition: .5s;
}

.plt_action_ul .li a p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.plt_action_ul .li a .action_btn {
    font-size: 16px;
    color: #00adaa;
}

.plt_action_ul .li a .action_btn i {
    font-weight: 900;
    margin-left: 2px;
}

.plt_action_ul .li a .action_icon {
    position: absolute;
    top: -30px;
    left: 0;
}

.plt_action_ul .li a .action_icon i {
    display: inline-block;
    background-color: #00adaa;
    color: #fff;
    font-size: 45px;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: .5s;
}

.plt_action_ul .li:hover {
    transform: translateY(-5px);
}

.plt_action_ul .li:hover a .tit {
    color: #00adaa;
}

.plt_action_ul .li:hover a .action_icon i {
    background-color: #000;
    color: #fff;
}

/* 普拉注意事项 */
.plt_preca_uls {
    display: grid;
    column-gap: 50px;
    row-gap: 50px;
}

.plt_preca_uls .li {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}

.plt_preca_uls .li::before,
.plt_preca_uls .li::after {
    top: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #1eaba3;
    position: absolute;
    content: "";
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

.plt_preca_uls .li::after {
    bottom: 0;
    left: auto;
    top: auto;
    right: 0;
}

.plt_preca_uls .li .icon {
    background-color: rgba(30, 187, 163, 0.08);
    border-radius: 50px 3px 50px 50px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto 20px;
    width: 65px;
    color: #1eaba3;
    font-size: 24px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

.plt_preca_uls .li .icon i {
    font-weight: 900;
    font-size: 34px;
}

.plt_preca_uls .li .tit {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.plt_preca_uls .li p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

.plt_preca_uls .li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.plt_preca_uls .li:hover::before,
.plt_preca_uls .li:hover::after {
    width: 50%;
}


/* 普拉注相关保健品推荐 */
.plt_kp_uls {
    display: grid;
    column-gap: 50px;
    row-gap: 50px;
    margin-bottom: 30px;
}

.plt_kp_uls .li {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.plt_kp_uls .li::after {
    border-color: #1eaba3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 191px;
    content: "";
    /* height: 72px; */
    left: -199px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /* width: 77px; */
    z-index: 1;
}

.plt_kp_uls .li a {
    display: flex;
    justify-content: space-between;
}

.plt_kp_uls .li a .plt_kp_img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    z-index: 2;
    border: 1px solid #1eaba3;
}

.plt_kp_uls .li a .plt_kp_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.plt_kp_uls .li a .product_cont {
    flex: 1;
}

.plt_kp_uls .li a .product_cont .tit {
    margin-bottom: 5px;
    font-weight: 600;
    color: #1eaba3;
    font-size: 22px;
}

.plt_kp_uls .li a .product_cont .g {
    color: #d27b3a;
    font-size: 16px;
    font-weight: 500;
}

.plt_kp_uls .li a .product_cont .ms {
    font-weight: normal;
    line-height: 26px;
    color: #555;
    font-size: 15px;
}

.plt_kp_uls .li a .product_cont .ms b {
    color: #fd6a6a;
}

.plt_kp_uls .li:hover {
    transform: translateY(-5px);
}

/* 普拉注相关文章 */
.plt_art_uls {
    display: grid;
    column-gap: 50px;
    row-gap: 50px;
}

.plt_art_uls .li {
    position: relative;
    padding: 15px 20px 33px;
    background-color: #fff;
}

.plt_art_uls .li a {}

.plt_art_uls .li a .tit {
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    /* 	color: #0d1b3b; */
    padding: 36px 0px 0px;
    margin-bottom: 21px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.plt_art_uls .li a .art_time {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    color: #fff;
    background: #1ccabd;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

.plt_art_uls .li a p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #555;
    margin-bottom: 10px;
}

.plt_art_uls .li a .more_btns {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    text-align: left;
    position: relative;
    border: 1px solid #ddd;
    color: #000;
    padding: 13px 35px 13px 35px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.plt_art_uls .li a .more_btns i {
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%) translateX(-290%);
    z-index: 1;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 43px;
    font-size: 20px;
    border: 1px solid #1ccabd;
    background: #1ccabd;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.plt_art_uls .li:hover a .tit {
    color: #0d1b3b;
}

/* .plt_art_uls .li:hover a .more_btns{
	color: #1ccabd;
} */
.plt_art_uls .li:hover a .more_btns i {
    transform: translateY(-50%) translateX(0%);
}

.plt_art_uls .li:hover a .more_btns {
    margin-left: 0;
}

/* ----------------------------------------------------------------相关列表页-------------------------------------- */

.plt_article_list .li {
    box-shadow: 0 16px 48px 0 rgba(6, 35, 63, 0.03), 0px -16px 48px 0 rgba(6, 35, 63, 0.03);
}

.ys_art_yiiPager .dib .selected {
    background: #1ccabd;
}

.ys_art_yiiPager .dib em {
    color: #1ccabd;
}

.ys_article_sech .on {
    background: #1ccabd;
}

.ys_article_sech .drug_seach_dd a:hover {
    background: #1ccabd;
}



.plt_sidebar {
    border: 1px solid #ddd;
    padding: 10px 30px 20px;
}

.plt_sidebar .title {
    margin: 28px 0;
    margin-top: 20px;
    font-size: 26px;
    color: #1d2143;
    font-weight: 600;
}

.art_sidebar_list .li {
    padding-bottom: 25px;
}

.art_sidebar_list .li a .tit {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #1d2143;
}

.art_sidebar_list .li a .times {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #898a9c;
}

.art_sidebar_list .li a .times i {
    margin-right: 5px;
}


.keyword_sidebar {}

.keyword_sidebar a {
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-weight: 500;
    background: #00283F;
    margin-bottom: 10px;
    margin-right: 2px;
    font-size: 16px;

}

.keyword_sidebar a:hover {
    background: #1ccabd;
}

/* ----------------------------------------------------------------内容详情-------------------------------------- */
.plt_articl {}

.plt_articl img {
    display: block;
    border-radius: 15px;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* height: auto; */
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}

.plt_articl h1 {
    color: #131b13;
    font-weight: 600;
    font-size: 42px;
}

.plt_articl h2 {
    color: #131b13;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 20px;
}

.plt_articl h3 {
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    line-height: 1.87;
}

.plt_articl h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #3fbbc0;
    width: 10px;
    height: 10px;
    margin: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #cccccc;
    border-radius: initial;
}

.plt_articl p {
    font-size: 16px;
    font-weight: 400;
    color: #757f95;
    line-height: 1.8;
    margin-bottom: 10px;
}

.plt_articl .times {
    display: inline-block;
    padding: 10px 0 10px;
    color: #555;
    font-size: 14px;
}

.plt_articl .times i {
    color: #00adaa;
    margin-right: 5px;
}
.plt_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_k37b19bh83c.woff2?t=1739339543584') format('woff2'),
    url('//at.alicdn.com/t/c/font_4005981_k37b19bh83c.woff?t=1739339543584') format('woff'),
    url('//at.alicdn.com/t/c/font_4005981_k37b19bh83c.ttf?t=1739339543584') format('truetype');
}

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

.icon-riqi:before {
    content: "\e659";
}

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

.icon-yundongjiankang:before {
    content: "\e691";
}

.icon-a-yundongtubiaoiconfont_icon_workout_llz_icon_workout_llz:before {
    content: "\e666";
}


.icon-gengduo12:before {
    content: "\e665";
}

.icon-pulatiqixie:before {
    content: "\e664";
}

.icon-gettingintobed:before {
    content: "\e690";
}

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