﻿.zr-flex {
    display: flex;
}

.justify_content {
    justify-content: center;
}

.align_center {
    align-items: center;
}

.bg_card {
    /*overflow: hidden;*/
}

.main-backcolor {
    /*padding: 20px 0;*/
    margin: 20px 0;
}


.leftcode {
    /*margin-right: 50%;
            left: auto;*/
    /*right:107px;*/
    right: 0;
}

.qrcode {
    position: fixed;
    /*top:420px;*/
    height: 320px;
    bottom: 30px;
    /*border: 1px solid #ccc;*/
    background: #fff;
    text-align: center;
    z-index: 11111;
}

.back-top-btn {
    z-index: 99999;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

@media (max-height:755px) {
    .qrcode {
        /*bottom: 50px;*/
    }
}


/* #region banner - 轮播 */

.nav_header {
    display: flex;
    justify-content: center;
    position: relative;
    width: 1220px;
    min-width: 925px;
    max-width: 1220px;
    margin: 0 auto;
}

.slideshow-left {
    /*width: 280px;*/
    width: 240px;
    height: 416px;
    /*height: 500px;*/
    /*filter: Alpha(opacity = 63);*/
    /*background: rgba(0,0,0,0.63);*/
    /*background: rgba(0,153,138,.8);*/
    background: #FBFBFB;
    background: #fff;
    z-index: 100;
    float: none;
    overflow: hidden;
    /*position: absolute;*/
    /*color: #fff;*/
}

    .slideshow-left .slideshow-left_title {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*background-color: #00998a;*/
        color: #333;
        font-size: 16px;
        font-weight: 600;
        padding: 0 6px;
    }

        .slideshow-left .slideshow-left_title img {
            width: 20px;
            margin-right: 10px;
        }

    .slideshow-left ul {
        /*width: 100%;*/
        display: -webkit-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -webkit-box-lines: multiple;
        flex-wrap: wrap;
        /*padding-left: 10px;*/
        /*padding-top: 5px;*/
        padding: 5px 10px;
        box-sizing: border-box;
        overflow-y: scroll;
        height: 100%;
    }

        .slideshow-left ul::-webkit-scrollbar-track {
            /*box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);*/
            border-radius: 1rem;
            /*background: #fff4f4;*/
            background: transparent;
        }

        .slideshow-left ul::-webkit-scrollbar-thumb {
            border-radius: 1rem;
            box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
            background: #dddddd;
        }

        .slideshow-left ul::-webkit-scrollbar {
            width: 0rem;
            display: none;
        }

        .slideshow-left ul:hover::-webkit-scrollbar {
            width: 0.6rem;
        }

        /*.slideshow-left ul li::before {
            content: "\02022";
            color: #00998a;
            padding-right: 15px;
            height: 40px;
            line-height: 40px;
            vertical-align: top;
            font-size: 36px;
        }*/

        .slideshow-left ul li {
            width: 50%;
            text-align: left;
            box-sizing: border-box;
            white-space: nowrap;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            float: left;
            height: calc((416px - 10px) / 8);
            position: relative;
        }

            /*.slideshow-left ul li:hover:before {
                content: "\02022";
                color: #32d500;
                padding-right: 5px;
                height: 40px;
                line-height: 40px;
                vertical-align: top;
            }*/

            .slideshow-left ul li a {
                display: inline-flex;
                align-items: center;
                justify-content: space-between;
                /*width: calc(100% - 13px - 15px);*/
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                color: #000;
            }

                .slideshow-left ul li a img {
                    width: 20px;
                    height: 20px;
                    margin-right: 3px;
                }

                .slideshow-left ul li a span {
                    width: 100%;
                    width: calc(100% - 23px);
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .slideshow-left ul li a .icon-arrow-right:before {
                    content: "\e85a";
                    color: #d8d8d8;
                }

                .slideshow-left ul li a:hover {
                    color: #00998a;
                    /*font-weight: 600;*/
                }

.slideshow-left-div {
    display: none;
    background: #f9f9f9;
    height: 0;
    width: auto;
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    transition: all .3s;
    z-index: 100;
}

.slideshow-left ul li:hover .slideshow-left-div {
    height: auto;
    display: block;
    padding: 0 10px;
    box-shadow: 0 0 4px #00000022;
}

.slideshow-left-div div {
    cursor: pointer;
    position: relative;
}

    .slideshow-left-div div label {
        cursor: pointer;
    }

    .slideshow-left-div div:hover {
        color: #f2b117;
        font-weight: 600;
    }

.slideshow {
    position: relative;
    box-sizing: border-box;
    height: 416px;
    margin: auto;
    width: 100%;
    width: calc(100% - 240px);
}


.slideshow-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

    .slideshow-img .swiper-wrapper {
        transition-timing-function: ease;
    }

    .slideshow-img .slide_img_li {
        width: 100% !important;
        min-width: calc(1220px - 230px);
        height: 100%;
        margin: 0;
        border-radius: 0;
    }

        .slideshow-img .slide_img_li a {
            display: flex;
            height: 100%;
            width: 100%;
        }

        .slideshow-img .slide_img_li img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            object-position: right;
        }

.slideImg_pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 15px;
    height: 8px;
    border-radius: 8px;
}

.slideImg_pagination .swiper-pagination-bullet-active {
    background-color: #00998a;
    width: 30px;
    transition: all .3s;
}

/* #endregion banner - 轮播 */

/* #region 热门专题 */
.hot-section-backcolor {
    /*padding-left: 10px;*/
    padding: 0;
    /*box-sizing: border-box;*/
    margin-top: 10px;
}

.hot_subject_list {
    margin: 15px 0;
    /*padding: 25px 36px;*/
    /*border-radius: 10px;*/
    /*border: 1px #00c709 solid;*/
    box-sizing: border-box;
    height: 330px;
    position: relative;
    margin-bottom: 5px;
}

    .hot_subject_list #div_HotSubjectContentMain {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }


    .hot_subject_list .swiper-slide {
        /*width: 298px;*/
        width: 268px;
        /*margin: 0 18px;*/
        height: 292px;
        overflow: hidden;
        border-radius: 4px;
        margin-right: 48.8px;
    }

        .hot_subject_list .swiper-slide a {
            display: block;
            position: relative;
        }

            .hot_subject_list .swiper-slide a .title_box {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease-in;
            }

                .hot_subject_list .swiper-slide a .title_box img {
                    width: 80px;
                    height: 80px;
                }

                .hot_subject_list .swiper-slide a .title_box h2 {
                    color: #fff;
                    margin-top: 10px;
                }

            .hot_subject_list .swiper-slide a:hover .title_box {
                /*transform: scale(1.05);*/
            }

    .hot_subject_list .swiper-button-next, .hot_subject_list .swiper-button-prev {
        width: 32px;
        height: 32px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        background-color: #00998a;
        background-size: 12px;
        /*opacity: 0.6;*/
    }

    .hot_subject_list .swiper-button-prev {
        left: 5px;
        border-radius: 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .hot_subject_list .swiper-button-next {
        right: 5px;
        border-radius: 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination.hotImg_pagination {
    bottom: 0;
}

.hotImg_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 8px;
    border-radius: 8px;
}

.hotImg_pagination .swiper-pagination-bullet-active {
    background-color: #00998a;
    width: 22px;
    transition: all .3s;
}


/* #endregion 热门专题 */

/* #region 为您推荐 */

.recommend {
    /*height: 520px;*/
    /*background-color: #fafafa;*/
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: start;
    -webkit-box-pack: start;
}

.index-recommend-list-box {
    /*height: 380px;*/
    display: block;
    content: '';
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.recommend-list-box {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index-recommend-list-left {
    display: inline-block;
    float: left;
    background-color: #fafafa;
    padding: 5px 0;
    border-radius: 4px;
    overflow: hidden;
}

.recommend-list-left {
    width: 49.5% !important;
    display: flex;
    flex-direction: column;
}

.news_category_title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px !important;
}

.index-recommend-img-item {
    display: block;
    width: 100%;
    height: 120px;
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
}

.recommend-img-item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
}

.recommend .index-recommend-img-item > a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}



.recommend-title-text-box.index-recommend-title-text-box {
    display: inline-block;
    float: left;
    height: 100%;
    width: calc(100% - 180px);
    position: unset;
    background: none;
    vertical-align: top;
}

    .recommend-title-text-box.index-recommend-title-text-box .recommend-title {
        color: #333;
        text-align: left;
        max-width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: auto;
        line-height: 24px;
        white-space: normal;
        word-break: break-all;
    }

    .recommend-title-text-box.index-recommend-title-text-box .note {
        padding: 0px 15px;
    }

        .recommend-title-text-box.index-recommend-title-text-box .note p {
            display: block;
            line-height: 18px;
            max-height: 50px;
            line-height: 20px;
            font-weight: 500;
            color: #666;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            word-wrap: break-word;
        }

.recommend-img-item-imgbox {
    width: 180px;
    height: 120px;
}

    .recommend-img-item-imgbox img {
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        aspect-ratio: 4 / 3;
        object-position: top;
    }

.index-recommend-text-item-box {
    flex: 1;
    width: calc(1220px - 585px);
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

    .index-recommend-text-item-box li {
        text-align: left;
        /*padding-bottom: 10px;*/
        border-bottom: 1px dashed #ddd;
        /*margin-bottom: 11px;*/
    }

        .index-recommend-text-item-box li:last-child {
            border-bottom: none;
        }

        .index-recommend-text-item-box li .text-item-time {
            float: right;
        }

.recommend.bg_card .recommend-content-box {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0px;
}

.recommend-text-item {
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.recommend-text-item-box.index-recommend-text-item-box .recommend-text-item::before {
    content: "\02022";
    color: #d8d8d8;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    font-size: 36px;
}

.recommend-text-item-box.index-recommend-text-item-box .recommend-text-item:hover::before {
    color: #00998a;
}

.recommend-text-item a {
    font-size: 14px;
    /*font-weight: 600;*/
    width: calc(100% - 23px);
    display: flex;
    flex-direction: column;
}

    .recommend-text-item a span {
        color: #333;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        min-height: 21px;
    }

.recommend-text-item-box.index-recommend-text-item-box .recommend-text-item a .r_title {
    font-weight: initial;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 24px;
}

.recommend-text-item a:hover span.r_title {
    color: #00998a;
}

/* #endregion 为您推荐 */

/* #region 防病专题 */
.fb_box {
    margin: 0px 0 20px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 30px;
    box-sizing: border-box;
}

.illness-list::after {
    content: "";
    display: block;
    clear: both;
}

.illness-list {
    /*height: 280px;*/
    /*min-height: 94px;*/
    max-height: 282px;
    margin-top: 10px;
    margin: 0 auto;
    width: 1200px;
    min-width: 925px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 0 !important;
}

.illness-item {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid #b1aa84;
    float: none;
    /* margin: 5px 10px; */
    width: 18%;
    border-radius: 5px;
    transition: none;
    margin-right: calc((100% - 18% * 5)/4);
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

    .illness-item:nth-child(5n) {
        margin-right: 0;
    }

    .illness-item:hover {
        background: #00998a;
        color: #fff;
    }

        .illness-item:hover a {
            background: #00998a;
            border: 1px solid #00998a;
            color: inherit;
        }

    .illness-item a {
        display: inline-block;
        /*width: 144px;*/
        /*width: calc(100% - 72px);*/
        width: 100%;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
    }

        .illness-item a:hover {
            transition: none;
        }

.illness-item-img-box {
    width: 50px;
    /*height: 50px;*/
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
}

    .illness-item-img-box img {
        width: 100%;
        /*height: 100%;*/
        border-radius: 25px;
        vertical-align: middle;
    }

/* #endregion 防病专题 */

/* #region 视频中心 */
a.index-video-title-list {
    font-size: 16px;
    color: #333;
    padding: 0px 10px;
    margin: 0 5px;
    line-height: 35px;
    /*line-height: normal;
    height: 16px;*/
    font-weight: normal;
    background-color: #e5e5e5;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-radius: 0 !important;
    background-color: unset !important;
    height: 100%;
    box-sizing: border-box;
}

.index-video-title-list:hover {
    color: #fff;
}

.index-video-title-list-active {
    color: #00998a !important;
    border-bottom: 2px #00998a solid;
    font-weight: 600 !important;
}

.main-backcolor .section-backcolor .index-wrapper {
    perspective: 800px;
}

.div_Video ul {
    margin: 0;
}

    .div_Video ul li {
        margin: 15px 0 0 16px;
    }

.left-730 .video-list li {
    margin: 0 0 15px 15px;
}


@keyframes fadeInz {
    0% {
        /*opacity: 0;*/
        /*transform: translateZ(-200px);*/
        transform: translateX(-100px);
    }

    100% {
        /*opacity: 1;*/
        /*transform: translateZ(0);*/
        transform: translateX(0);
    }
}

@keyframes fadeInx {
    0% {
        /*opacity: 0;*/
        /*transform: translateZ(-200px);*/
        transform: translateX(100px);
    }

    100% {
        /*opacity: 1;*/
        /*transform: translateZ(0);*/
        transform: translateX(0);
    }
}

.far-near {
    animation: fadeInz .3s 1 linear;
}

.far-near1 {
    animation: fadeInx .3s 1 linear;
}

.div_Video {
    margin-top: 20px;
}

.video_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
}

    .video_box .video_item {
        width: 32.333333333333336%;
        margin-bottom: 20px !important;
        box-shadow: 0 2px 9px 2px rgba(227,231,230,.5);
        border-radius: 4px;
        overflow: hidden;
    }

        .video_box .video_item:nth-child(3n-1) {
            margin: 0 1.5%;
        }

        .video_box .video_item .video_img_box {
            height: 218px;
            position: relative;
            overflow: hidden;
        }

            .video_box .video_item .video_img_box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all 0.8s ease-in 0.3s;
            }

            .video_box .video_item .video_img_box em {
                position: absolute;
                /* display: none; */
                margin: -30px auto auto -30px;
                top: 50%;
                left: 50%;
                width: 60px;
                height: 60px;
                font-style: normal;
                filter: alpha(Opacity=60);
                -moz-opacity: 0.6;
                opacity: 0.6;
                display: none;
            }

                .video_box .video_item .video_img_box em i {
                    color: #fff;
                    font-size: 60px;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    background-image: url("/image/play.png");
                    background-repeat: no-repeat;
                    display: block;
                }


            .video_box .video_item .video_img_box .hover-color {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                background: rgba(0, 0, 0, 0);
            }

        .video_box .video_item .video_title {
            line-height: 30px;
            font-size: 15px;
            color: #5b5b5b;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 5px 10px;
        }

        .video_box .video_item:hover img {
            /*transform: scale(1.05);
            transition: all 0.3s ease-in;*/
        }

        .video_box .video_item:hover em {
            display: block;
            opacity: 1;
            z-index: 5;
        }

        .video_box .video_item:hover .video_title {
            color: #00998a;
        }

        .video_box .video_item:hover .hover-color {
            /*background: rgba(0, 0, 0, .5);*/
        }

/* #endregion 视频中心 */

/* #region 健康知识 */

.home_jkjy {
    display: flex !important;
    flex-wrap: wrap;
}

    .home_jkjy .item_title {
        margin-bottom: 0;
    }

.index-knowledge-item {
    /*height: 485px;*/
    /*background-color: #fff;*/
    /*margin: 10px 0px 10px 0px;*/
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
}

    .index-knowledge-item:nth-child(1) {
        margin-top: 0;
    }

        .index-knowledge-item:nth-child(1) .item_title {
            margin-top: 0;
        }
/*.index-knowledge-item:nth-child(3n-1) {
        margin: 15px 0 !important;
    }*/

/*.section-backcolor > .wrapper > div.index-knowledge-item:nth-child(3n) {
    margin: 15px 20px 15px 10px !important;
}*/

.index-slides-news-box {
    margin: 0 0 0px;
    padding: 10px 0px 5px 0px;
    /*background: #fff;*/
    padding-bottom: 0px;
    /*height:122px;*/
}

.index-side-img-list {
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

    .index-side-img-list li {
        display: block;
        padding: 20px 10px;
        overflow: hidden;
        transition: all 0.5s 0.2s;
        padding: 0;
        width: 48%;
        margin: 0 1%;
    }

.index-slides-news-box li a {
    display: block;
}

.index-side-img-list li b {
    position: relative;
    display: block;
    /*float: left;*/
    /*margin-right: 16px;*/
    width: 100%;
    /*height: calc(((1220px - 70px) / 3) / 16 * 9);*/
    /*height: calc((calc(1220px - 50px * 2)/2) / 16 * 9);*/
    /*border: 1px solid #e8e8e8;*/
    font-style: normal;
    overflow: hidden;
    border-radius: 6px;
}

.index-slides-news-box li img {
    width: 100%;
    /*height: 100%;*/
    transition: all 0.8s ease-in 0.3s;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 16 / 9;
}

    .index-slides-news-box li img:hover {
        /*transform: scale(1.05);*/
        /*transition: all 0.3s ease-in;*/
    }

.index-slides-news-box li .note p {
    display: block;
    font-size: 14px;
    max-height: 104px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 2px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.index-slides-news-box li .title h2 {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-side-img-list li .title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 35px;
}


.index-news-box {
    padding: 0 10px 5px 0px;
    /*margin: 0 0 10px;*/
    /*background: #fff;*/
    height: 150px;
}

    .index-news-box .index-news-list {
        padding-bottom: 0;
    }

        .index-news-box .index-news-list li {
            display: block;
            line-height: 25px;
            overflow: hidden;
            margin-bottom: 5px;
        }

            .index-news-box .index-news-list li a {
                display: block;
                font-weight: initial;
                height: 25px;
                line-height: 25px;
            }

                .index-news-box .index-news-list li a:hover .dot {
                    background-color: #00998a !important;
                }

                .index-news-box .index-news-list li a div {
                    display: inline-block;
                    height: 25px;
                    line-height: 25px;
                }

    .index-news-box li a > div {
        width: 100% !important;
        display: flex !important;
    }

        .index-news-box li a > div p {
            flex: 1;
        }


    .index-news-box .list-dot-box {
        height: 35px;
        line-height: 35px;
        float: left;
        display: list-item;
        list-style: none;
    }

        .index-news-box .list-dot-box .dot {
            vertical-align: middle;
            margin: 15px 10px 15px 5px;
            width: 5px;
            height: 5px;
            display: inline-block;
            background-color: #d8d8d8;
        }
/* #endregion 健康知识 */

/* #region 专家推荐*/
.expert_assess_main {
    display: flex;
}

.wrapper.expert_box {
    width: 65%;
    margin: 0;
}

    .wrapper.expert_box .item_title {
        margin: 10px 20px;
    }

.expert_rec {
    margin: 15px 0;
    margin-bottom: 0;
    box-sizing: border-box;
    height: 325px;
    padding-bottom: 10px;
}

    .expert_rec #div_ExpertContentMain {
        width: 100%;
        position: relative;
        height: 100%;
    }

    .expert_rec .swiper-slide {
        /*width: 298px;*/
        width: 19%;
        margin: 0 .5%;
        height: 170px;
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 0 2px 9px 2px rgba(227,231,230,.5);
    }

    .expert_rec .swiper-button-next, .expert_rec .swiper-button-prev {
        width: 32px;
        height: 32px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        background-color: #00998a99;
        background-size: 12px;
        /*opacity: 0.6;*/
        transition: all .3s ease-in-out;
    }

        .expert_rec .swiper-button-next:hover, .expert_rec .swiper-button-prev:hover {
            background-color: #00998a;
        }

    .expert_rec .swiper-button-prev {
        left: 5px;
        border-radius: 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .expert_rec .swiper-button-next {
        right: 5px;
        border-radius: 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .expert_rec #div_ExpertContentMain a:hover {
        color: #fff;
    }

    .expert_rec #div_ExpertContentMain .export-info-show {
        padding: 5px 10px;
        height: 65px;
        box-sizing: border-box;
    }

        .expert_rec #div_ExpertContentMain .export-info-show span {
            transition: all .3s;
        }

        .expert_rec #div_ExpertContentMain .export-info-show .export-name {
            color: #000;
            font-size: 18px;
            font-weight: 600;
        }

            .expert_rec #div_ExpertContentMain .export-info-show .export-name .line {
                font-weight: normal;
                background-color: transparent;
            }

            .expert_rec #div_ExpertContentMain .export-info-show .export-name .type {
                font-size: 14px;
                font-weight: normal;
            }

        .expert_rec #div_ExpertContentMain .export-info-show .export-unit {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .expert_rec #div_ExpertContentMain .export-info {
        color: #fff;
        position: absolute;
        bottom: -100%;
        width: 100%;
        height: 100%;
        background-color: #00998acc;
        padding: 15px 20px;
        box-sizing: border-box;
        transition: all .3s linear;
    }

    .expert_rec #div_ExpertContentMain a:hover .export-info {
        bottom: 0px;
    }

    .expert_rec #div_ExpertContentMain .export-info .export-name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-prev, .expert_rec #div_ExpertContentMain .swiper-button-next {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 150px;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-prev {
        left: 0;
        border-radius: 0 50px 50px 0;
        background-position-x: 10px;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-next {
        right: 0;
        border-radius: 50px 0 0 50px;
        background-position-x: 25px;
    }

        .expert_rec #div_ExpertContentMain .swiper-button-prev::after, .expert_rec #div_ExpertContentMain .swiper-button-next::after {
            content: "";
            background-color: #fff;
            height: 100%;
            width: 7px;
            position: absolute;
        }

    .expert_rec #div_ExpertContentMain .swiper-button-prev::after {
        left: -2px;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-next::after {
        right: 0;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-prev::before, .expert_rec #div_ExpertContentMain .swiper-button-next::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: calc((100% - 2px)/2);
        border-top: 2px dotted #fff;
        width: 18px;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-prev::before {
        left: 20px;
    }

    .expert_rec #div_ExpertContentMain .swiper-button-next::before {
        right: 22px;
    }


    .expert_rec #div_ExpertContentMain a:hover .export-info-show span {
        color: #00998acc !important;
    }

    .expert_rec #div_ExpertContentMain a:hover .export-info-show {
        color: #00998acc !important;
        background-color: #00998acc;
    }

/* #endregion 专家推荐 */

/* #region 健康测评*/
.wrapper.assess_box {
    width: calc(35% - 40px);
}

    .wrapper.assess_box .item_title {
        margin: 10px 0px;
    }
/* #endregion 健康测评*/

.home_index .zr-content-bg {
    padding-bottom: 20px;
}

.recommend-content-title-box-1 .re_title {
    /*width: 12em;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 22px;
}

/* #region 首页飘浮广告 */
.notice1 {
    width: 250px;
    height: 170px;
    z-index: 99999;
    position: fixed;
    top: 4px;
    left: 6px;
    display: block;
    background: url(imgs/yqfk.jpg) no-repeat;
    background-size: 100%;
    border: 0px;
}

    .notice1 .close {
        width: 36px;
        height: 26px;
        position: absolute;
        left: 203px;
        top: 0px;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        background-size: auto;
        z-index: 9;
    }

    .notice1 .content {
        padding: 28px 12px 12px 12px;
        font-size: 18px;
        font-weight: bolder;
        line-height: 28px;
        width: 100%;
        height: 134px;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        color: #c33312;
        font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
    }

/* #endregion 首页飘浮广告 */

.more a {
    font-weight: 400 !important;
}
/* #region index_v5 */

.index_v5_padding_top {
    padding-top: 10px;
}

.index_v5_padding_bottom {
    padding-bottom: 10px;
}

.index_v5_padding_left_right {
    padding-left: 15px;
    padding-right: 15px;
}

.index_block_v5_flex3.index_v5_margin_left {
    margin-left: 30px;
}

.index_block_v5_flex3.index_v5_margin_right {
    margin-right: 0px;
}

.index_block_v5 {
}

    .index_block_v5 ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex: 1;
        margin-left: 10px;
    }

        .index_block_v5 ul li {
            position: relative;
            float: left;
            width: calc(50% - 10px);
            margin-right: 20px;
            height: auto;
            /*background: #fff;*/
            _display: inline;
            transition: all 0.5s;
            /*border-radius: 10px;*/
            /*box-shadow: 0 2px 9px 2px rgba(227,231,230,.5);*/
            margin-top: 10px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

            .index_block_v5 ul li:nth-child(2n) {
                margin-right: 0;
            }

            .index_block_v5 ul li a {
                height: 100%;
                display: flex;
                align-items: center;
            }

                .index_block_v5 ul li a .img-box {
                    display: block;
                    position: relative;
                    border-radius: 6px;
                    overflow: hidden;
                    /*border-radius: 6px 6px 0 0;*/
                    height: 106px;
                    width: 160px;
                }

                    .index_block_v5 ul li a .img-box img {
                        width: 100%;
                        height: 100%;
                        display: block;
                        transition: all .3s;
                        object-fit: cover;
                        aspect-ratio: 16 / 9;
                        object-position: top;
                    }

                .index_block_v5 ul li a:hover img {
                    transform: scale(1.1);
                }

            .index_block_v5 ul li em {
                position: absolute;
                /* display: none; */
                /*margin: -60px auto auto -30px;*/
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 60px;
                height: 60px;
                font-style: normal;
                filter: alpha(Opacity=60);
                -moz-opacity: 0.6;
                opacity: 0.6;
            }

                .index_block_v5 ul li em i {
                    color: #fff;
                    font-size: 60px;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    background-image: url("/image/play.png");
                    background-repeat: no-repeat;
                    display: block;
                }

            .index_block_v5 ul li a .remark {
                transition: all .3s;
                line-height: 24px;
                text-align: left;
                overflow: hidden;
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                /*justify-content: space-between;*/
                justify-content: center;
                height: 100%;
                flex: 1;
                margin-left: 10px;
            }

                .index_block_v5 ul li a .remark h3 {
                    /*height: 24px;*/
                    font-size: 16px;
                    font-weight: bold;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    line-height: 24px;
                    /*margin-top: 10px;*/
                    word-break: break-all;
                    white-space: pre-line;
                }

                .index_block_v5 ul li a .remark p {
                    height: 20px;
                    color: #999;
                    font-size: 13px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    line-height: 20px;
                    /*margin-top: 5px;*/
                    word-break: break-all;
                    white-space: pre-line;
                }


.index_block_v5_flex3 {
    width: calc((100% - 60px) / 100 * 31);
    padding: 0px;
    margin-right: calc((100% - 60px - ((100% - 60px)/ 100 * 31 * 3)) / 2);
}

    .index_block_v5_flex3 .index_block_v5 ul li {
        width: 100%;
        margin: 0;
        box-shadow: 0 2px 9px 2px rgba(227,231,230,.5);
    }

        .index_block_v5_flex3 .index_block_v5 ul li a {
            display: flex;
            flex-direction: column;
        }

            .index_block_v5_flex3 .index_block_v5 ul li a .img-box {
                display: block;
                position: relative;
                width: 100%;
                /*height: auto;*/
                overflow: hidden;
                /*border-radius: 6px 6px 0 0;*/
            }

            .index_block_v5_flex3 .index_block_v5 ul li a .remark {
                padding-bottom: 20px;
            }

                .index_block_v5_flex3 .index_block_v5 ul li a .remark h3 {
                    margin-top: 5px;
                    /*text-align: center;*/
                }

                .index_block_v5_flex3 .index_block_v5 ul li a .remark p {
                    margin-top: 5px;
                    /*text-align: center;*/
                    height: 20px;
                    -webkit-line-clamp: 1;
                }

    .index_block_v5_flex3 .index_block_v5 + .index-news-box {
        padding: 0 10px;
        height: auto;
    }

/* #region 科普专家 */
.index_v5_recommend_box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px;
}

    .index_v5_recommend_box .recommend-item {
        width: 23%;
        margin-right: calc((100% - (23% * 4)) / 3);
        margin-bottom: calc((100% - (23% * 4)) / 3);
        height: auto;
        background: #fff;
        transition: all 0.5s;
        /* border-radius: 10px; */
        box-shadow: 0 2px 9px 2px rgba(227,231,230,.5);
        padding: 2vw 1vw;
        box-sizing: border-box;
    }

        .index_v5_recommend_box .recommend-item:nth-child(4n) {
            margin-right: 0;
        }

        .index_v5_recommend_box .recommend-item .recommend-item-img-box {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .index_v5_recommend_box .recommend-item .recommend-item-img-box a {
                width: 100px;
                height: 100px;
                overflow: hidden;
                border-radius: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .index_v5_recommend_box .recommend-item .recommend-item-img-box a img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: top;
                    border-radius: 100%;
                }

        .index_v5_recommend_box .recommend-item .recommend-item-info {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .index_v5_recommend_box .recommend-item .recommend-item-info .recommend-item-text {
                display: flex;
                align-items: center;
                margin-top: 20px;
                margin-bottom: 20px;
            }

                .index_v5_recommend_box .recommend-item .recommend-item-info .recommend-item-text .recommend-item-name {
                    font-size: 18px;
                    font-weight: bold;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .index_v5_recommend_box .recommend-item .recommend-item-info .recommend-item-text .professional {
                    border: 1px solid #00998a;
                    border-radius: 20px;
                    padding: 3px 15px;
                    color: #00998a;
                    margin-left: 20px;
                }

            .index_v5_recommend_box .recommend-item .recommend-item-info .unit {
                color: #666;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
/* #endregion 科普专家 */

/* #endregion index_v5 */

