/* HEAD */
.head .logo{
    height: 1.35rem;
}
.head .logo img{
    width: 100%;
    height: 100%;
}
.heads{
    height: 1.27rem;
}
.heads .heads_back{
    font-size: 0;
}
.heads .heads_back{
    font-size: .47rem;
    color: #FFFFFF;
}
.heads .if_home_gd{
    font-size: .57rem;
    transform: rotate(180deg);
}
.heads .if_m_sy{
    font-size: .67rem;
}
.heads .a{
    color: #FFFFFF;
}
.heads .heads_nav button{
    background: none;
}
.heads .heads_nav .if_sousuo{
    font-size: .57rem;
    color: #FFFFFF;
}
.heads .heads_nav .if_m_nav{
    font-size: .57rem;
    color: #FFFFFF;
}
.nav_swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height: 4.2rem;*/
}
.nav_swiper .swiper-slide {
    width: auto;
    font-size: 0;
}
.nav_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .13rem;
}
.nav_swiper .swiper-pagination {
    z-index: 5;
    border-radius: .33rem!important;
    width: 3rem!important;
    position: absolute;
    bottom: .03rem!important;
    left: 50%!important;
    margin-left: -1.5rem;
    font-size: 0;
    padding: .13rem 0;
}
.nav_swiper .swiper-pagination-bullet-active {
    background: #49c066!important;
}
.nav_swiper .swiper-pagination-bullet {
    width: .19rem!important;
    height: .19rem!important;
    background: #fff;
    z-index: 6;
    opacity: 1;
}
.nav_swiper .bk_banner_text{
    position: absolute;
    top: 1rem;
    left: 1.6rem;
    z-index: 10;
    width: 4.6rem;
}
.nav_swiper .bk_banner_text .bk_banner_kwd {
    font-size: .45rem;
    font-weight: 700;
    color: #000;
}
.nav_swiper .bk_banner_text .bk_banner_title {
    font-size: .4rem;
    font-weight: 400;
    color: #333;
}
.nav_swiper .bk_banner_text .bk_banner_btn {
    width: 2rem;
    height: .63rem;
    line-height: .63rem;
    background: #49c066;
    border-radius: .33rem;
    font-size: .32rem;
    font-weight: 400;
    color: #ffffff;
}
.nav_quick_top .cl_2{
    background: #fff;
    -webkit-box-shadow: 0 0 .33rem 1px hsl(0deg 0% 94% / 88%);
    box-shadow: 0 0 .33rem 1px hsl(0deg 0% 94% / 88%);
    border-radius: .23rem;
    padding: .18rem;
}
.nav_quick_top .cl_2:first-child .if{
    background: -webkit-linear-gradient(top,#66df83,#49c066);
    background: linear-gradient(180deg,#66df83,#49c066);
}
.nav_quick_top .cl_2:last-child .if{
    background: -webkit-linear-gradient(top,#5fa7db,#4db5ff);
    background: linear-gradient(180deg,#5fa7db,#4db5ff);
}
.nav_quick_top .if{
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 50%;
    text-align: center;
    font-size: .7rem;
    color: #FFFFFF;
    margin-right: .2rem;
}
.nav_quick_top .nav_title{
    font-size: .43rem;
    font-weight: 700;
}
.nav_quick_top .nav_num{
    font-size: .32rem;
    color: #999999;
}
.nav_quick_middle .nav_title{    
    font-size: .43rem;
    font-weight: 400;
    line-height: .7rem;
    padding: .1rem 0;
}
.nav_quick_middle .if{
    font-size: .8rem;
    font-weight: 500;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .53rem;
    text-align: center;
    color: #FFFFFF;
}
.nav_quick_middle a:first-child .if{
    background: -webkit-linear-gradient(top,#68c6ff,#3c67c0);
    background: linear-gradient(180deg,#68c6ff,#3c67c0);
}
.nav_quick_middle a:nth-child(2) .if{
    background: -webkit-linear-gradient(top,#65d5b9,#1eba93);
    background: linear-gradient(180deg,#65d5b9,#1eba93);
}
.nav_quick_middle a:nth-child(3) .if{
    background: -webkit-linear-gradient(top,#75dadb,#06b8b5);
    background: linear-gradient(180deg,#75dadb,#06b8b5);
}
.nav_quick_middle a:last-child .if{
    background: -webkit-linear-gradient(top,#7ec7f2,#219ce1);
    background: linear-gradient(180deg,#7ec7f2,#219ce1);
}
.nav_quick_bottom .nav_title{
    font-size: .4rem;
    font-weight: 400;
    line-height: .7rem;
    padding: .1rem 0 .33rem;
}
.nav_quick_bottom .if{
    font-size: .74rem;
    font-weight: 500;
    text-align: center;
}
.nav_quick_bottom a:first-child .if{
    color: #ff7f31;
}
.nav_quick_bottom a:nth-child(2) .if{
    color: #f95d6b;
}
.nav_quick_bottom a:nth-child(3) .if{
    color: #b773e8;
}
.nav_quick_bottom a:nth-child(4) .if{
    color: #21bb94;
}
.nav_quick_bottom a:last-child .if{
    color: #50c6df;
}

/* HEAD end */

/* 搜索 */
.sowd{    
    background: #f4f4f4;
    border-radius: .53rem;
}
.sowd .if_sousuo{
    font-size: .37rem;
    padding: 0 .23rem;
    color: #B6B7B9;
}
.sowd .sowd_text{
    height: .9rem;
    line-height: .9rem;    
    font-size: .35rem;
    background: transparent;
    padding-right: .33rem;
}

/* NAV */
.nav{
    height: 46px;
}
.nav_left{
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    background: #3aaf56;
    width: 200px;
    text-align: center;
}
.nav_left i{
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    margin:0 4px;
}
.nav_right{
    margin-left: 30px;
    margin-right: 30px;
}
.nav_right li a{
    font-size:18px;
    color: #fff;
    display: block;
    padding-right: 50px;
}
.nav_right li a:hover{
    opacity: .8;
}

.nav_column li{    
    width: 102px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.nav_column li a{
    font-size:18px;
    color: #fff;
    display: block;
}
/* NAV_BANNER */
.nav_quick_row {
    height: 94px;
    padding: .54rem;
    border-left: 2px solid #f4f4f4;
}
.nav_active{
    background: #fff;
    cursor: pointer;
    border-left: 2px solid #49c066;
}
.nav_quick_title{
    font-size:17px;
    font-weight: 500;
}
.nav_quick_title span{
    color: #49c066;
    font-size:14px;
    font-weight: 400;
    padding-left: 6px;
}
.nav_other{
    margin-top: .11rem;
}
.nav_other span{
    color: #999;
    font-size:14px;
    padding-right: 10px;
}
.nav_quick_cont{
    position: absolute;
    top: 0;
    left: 200px;
    width:500px;
    height: 380px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 11px 13px rgb(0 0 0 / 8%);
    display: none;
}
.nav_quick_cont a:hover{
    opacity: .8;
}
.quick_cont_title{
    border-left: 3px solid #49c066;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.quick_yy_news{
    margin-left: -.54rem;
}
.quick_yy_news li{
    margin-left: .54rem;
    text-align: center;
}
.quick_yy_img{
    display: block;
    width: 140px;
    height: 80px;
}
.quick_yy_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .11rem;
}
.quick_yy_news li .p{
    font-size:14px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0, 0.4);
    color: #fff;
    padding: 2px 10px;
    border-bottom-left-radius: .11rem;
    border-bottom-right-radius: .11rem;
}
.quick_yy_news li a:hover{
    opacity: .8;
}
.quick_yy_news li .if_gd{
    font-size:.54rem;
    color: #49c066;
}
.quick_more{
    width: 460px;
    height: 60px;
    position: absolute;
    bottom:.54rem;
    left:.54rem;
    background: url(../images/quick_more.jpg) no-repeat 50%/cover;
}
.quick_dq_news{
    margin-left: -10px;
}
.quick_dq_news li{
    width: 72px;
    margin-left: 10px;
    background: #f1f1f1;
    border-radius: .11rem;
    height: 26px;
    text-align: center;
    margin-bottom: 10px;
}
.quick_dq_news li a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.nav_doctor{
    background: #f1f1f1;
    font-size:16px;
    margin-right: .54rem;
    width: 80px;
    text-align: center;
    height: 26px;
    line-height: 24px;
    border-radius: .11rem;    
}
.nav_doctor:hover{
    cursor: pointer;
}
.nav_doctor_active{
    background: #49c066;
    color: #fff;
}
.nav_doctor_news ul{
    margin-left: -.54rem;
}
.nav_doctor_news ul:last-child{
    display: none;
}
.nav_doctor_news li{
    margin-left: .54rem;
    margin-bottom: .54rem;
}
.nav_doctor_news li img{
    width: 58px;
    height: 58px;
}
.nav_doctor_news li .p{
    text-align: center;
    font-size: 14px;
}
.nav_service{
    margin-left: -.54rem;
}
.nav_service li{
    margin-left: .54rem;
}
.nav_service .service_img{
    width: 100px;
    height: 100px;
}
.nav_service .service_img img{    
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .11rem;
}
.nav_service p{
    font-size:14px;
    text-align: center;
    padding-top: 4px;
}

/* list video */
.column_type{
    border: .01rem solid #dddddd;
    border-radius: .23rem;
    text-align: center;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0;
}
.column_type a{
    font-size: .42rem;
    color: #999999;
    width: 33.33%;
}
.column_type .column_active{
    background: #49C066;
    color: #FFFFFF;
    border-radius: .23rem;
}

.news_list .news_img {
    /* width: 3.09rem; */
    width: 2.32rem;
    height: 2.32rem;
    position: relative;
}

/* list video end */

/* 页码 */
.pages a,.pages .pages_num{
    font-size:.43rem;
    border:.01px solid #49C066;
    border-radius: .08rem;
    text-align: center;
    height: .9rem;
    line-height: .86rem;
}
.pages .pages_active{
    color: #49C066;
    font-weight: 700;
}
.crumbs{
    font-size: 0;
}
.crumbs span,.crumbs a{
    font-size: .35rem;
    color: #999999;
}
/* 页码 end */

/* 底部数据tab */
.tab_bottom .swiper{
    width: 100%;
    overflow: hidden;
}
.tab_bottom .swiper-slide{
    width: auto;
    background: #f5f5f5;
    color: #7f7f7f;
    border-radius: .13rem;
    font-size: .37rem;
    margin-right: .43rem;
    height: .82rem;
    line-height: .82rem;
    padding: 0 .26rem;
    letter-spacing: .01rem;
}
.tab_bottom .swiper:nth-child(n+2){
    display: none;
}

/* BK  */

.bk_recom{
    border-radius: .11rem;
}
.bk_recom li{
    margin-bottom: 1.11rem;
}
.bk_recom li:last-child{
    margin-bottom: 0;
}
.bk_recom li>.if{
    width: 26px;
    font-size: 18px;
    color: #f6a11a;
}
.bk_recom li .if.if_more{
    font-size: .32rem;
}

.bk_table_swiper{
    overflow: hidden;
    width: 100%;
}
.bk_table_swiper .swiper-slide{
    width: 4.16rem!important;
}
.bk_table_swiper .swiper-slide .news_img{
    border-radius: .23rem .23rem 0 0;
    overflow: hidden;
    height: 3.12rem;
}
.bk_table_swiper .swiper-slide .news_img img{
    border-radius: 0!important;
}
.bk_table_swiper .swiper-slide .bg_f5{
    border-radius: 0 0 .23rem .23rem;
    padding: .3rem .2rem;
}
.bk_table_swiper .swiper-slide .p_2{
    font-size: .37rem;
}
.bk_table_item2 a:last-child{
    border-bottom: 0;
}
.bk_swiper{
    overflow: hidden;
    height: 3.8rem;
    width: 100%;
    padding: .08rem;
}
.bk_swiper .swiper-slide{    
    background: #FFFFFF;
    border-radius: .33rem;
    padding: .23rem .33rem;
    box-shadow: 0 0 0.13333rem rgb(0 0 0 / 10%);
    width: auto!important;
}
.bk_swiper .bk_ry{
    width: 1.23rem;
    height: .52rem;
    background: #49C066;
    border-radius: .13rem;
    font-size: .32rem;
    font-weight: 700;
    line-height: .50rem;
    color: #fff;
    text-align: center;
    margin-right: .13rem;
}
.bk_doctor_swiper{
    width: 100%;
    overflow: hidden;
}
.bk_doctor_swiper .swiper-slide{
    border-radius: .11rem;
}
.bk_doctor_swiper .doctor_img{
    width: 2.2rem;
    height: 2.2rem;
}
.bk_doctor_swiper .doctor_name{
    height: .68rem;
    line-height: .64rem;
    padding: 0 .05rem;
    border-radius: .11rem;
    color: #49c066;
    font-size:.37rem;
    border: 1px solid #49c066;
}
.bk_doctor_swiper .swiper-button-next,.bk_doctor_swiper .swiper-button-prev{
    width: .53rem!important;
    height: 1.2rem!important;
    background-image:none;
    background-color: rgba(0,0,0,.2);
    border-radius: .11rem;
    right: 0!important;
    margin-top: -.8rem;
}
.bk_doctor_swiper .swiper-button-prev{
    left: 0!important;
    transform: rotate(180deg);
}
.bk_doctor_swiper .swiper-button-next .if,.bk_doctor_swiper .swiper-button-prev .if{
    font-size: .43rem;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.bk_yy .yy_img{
    width: 164px;
    height: 108px;
}
.bk_yy li{
    margin-bottom: .54rem;
    margin-right: 2%;
}
.bk_yy li:hover .yy_img{
    opacity: .8;
}
.bk_yy li:nth-child(3n+3){
    margin-right: 0;
}
.bk_yy .if_dw{
    font-size: 14px;
    padding-right: 3px;
}
.bk_news .yy_news:nth-child(n+2){
    display: none;
}
.bk_news .yy_news .p{
    width: 7rem;
}
.bk_news .yy_news .d{
    text-align: right;
}

.bk_yy_swiper{
    height: 9.54rem;
    margin-left: auto;
    margin-right: auto;
}
.bk_yy_swiper .swiper-slide{
    height: 3.18rem;
}
.bk_yy_swiper .swiper-slide:nth-child(2),.bk_yy_swiper .swiper-slide:nth-child(6){
    border-bottom: none;
}
/* BK end */

/* NAV - TJ */
.nav_news li{
    margin-top: 10px;
}
.nav_news .nav_news_img{
    width: 93px;
    height: 64px;
}
.nav_news .nav_news_img:hover{
    opacity: .8;
}
.nav_news .nav_news_img img {
    width: 100%;
    height: 100%;
    border-radius: .11rem;
    object-fit: cover;
}
.news_img img {
    /* width: 100%; */
    height: 100%;
    border-radius: .11rem;
    object-fit: cover;
}


/* TITLE - PUBLIC */
.title{
    line-height: .7rem;
    color: #333333;
}
.title .title_h3{
    font-size: .48rem;
    color: #333;
    font-weight: 700;
}
.title .hyp{
    color: #49C066;
    font-size: .35rem;
    font-weight: 400;
}
.title .hyp .if_m_more{
    font-size: .43rem;
}
.title span{
    color: #999999;
    font-size:.32rem;
}


.title_h4{
    font-size: .43rem;
    color: #333;
    font-weight: 400;
    line-height: .65rem;
}
.title_h4 span{
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.title_h4 .if{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #49c066;
    padding-right: 4px;
}
.title_right{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}
.title_right:hover,.title_right:hover i{
    color: #49c066;
}
.title_right .if_hyp{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    margin-right: 4px;
    display: inline-block;
    width: 18px;
    height: 22px;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
}

.tjBtn_table .if{
    font-size:14px;
    margin-right: 0;
    padding-right: 0;
    width: 1.11rem;
    color: #999;
}

/* TIME - PUBLIC */
.date_view{
    font-size: .32rem;
    line-height: .45rem;
}
.date_view span,.date_view a{
    color: #999999;
    font-size:.32rem;
    font-weight: 400;
}
.date_view i{
    background: #999999;
    margin: 0 .12rem;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

/* 医生 */
.doctor_swiper{
    height: 513px;
    overflow: hidden;
}
.doctor_swiper .swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: auto!important;
    position: relative;
    transition-property: transform;
}

/* LIST - START */
.bq_result{
    background: #f5f5f5;
    width: 100%;
    height: .96rem;    
    border-radius: .26rem;    
    font-size: .37rem;
}
.bq_result div{
    height: .74rem;
    line-height: .74rem;
    background: #f5f5f5;
    border-radius: .21rem;
    text-align: center;
}
.bq_result span{
    font-size: .37rem;
}
.bq_result span i{
    font-size: .32rem;
    font-style: normal;
}
.bq_result .bq_result_active{
    background: #fff;
    font-weight: 700;
    color: #49C066;
}
.tab_bottom_news,.tab_bk_news,.tab_ys_news {
    height: 1.24rem;
}
.tab_news span{
    font-size: .45rem;
}
.tab_news div{
    height: 1.24rem;
    line-height: 1.24rem;
    font-size: 0;
}
.tab_news .tab_news_active{
    border-bottom: .1rem solid #49C066;
}
.tab_news .tab_news_active span{
    color: #49C066;
    font-weight: 700;
}
.tab_news .p_r::after{
    content: "";
    position: absolute;
    right: -0.12rem;
    top: -0.02rem;
    width: 0.19rem;
    height: 0.19rem;
    background: #FF0000;
    border-radius: 50%;
}
.news_cont:nth-child(n+2){
    display: none;
}
.news_cont .bb_de5:nth-child(12){
    border-bottom: none;
}
.news_cont a:nth-child(n+7){
    display: none;
}
.news_cont .news_img{
    width: 3.09rem;
    height: 2.32rem;
    position: relative;
}
.news_play{
    position: absolute;
    bottom: .08rem;
    right: .08rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: .32rem;
    border-radius: .08rem;
    padding: .04rem .12rem;
    line-height: .44rem;
}
.news_play i{
    font-size: .32rem;
}
.tab_rank_cont .rank_num{
    margin-top: .13rem;
    width: .48rem;
    height: .48rem;
    border-radius: .09rem;
    font-size: .37rem;
    font-weight: 400;
    color: #fff;
    background-color: #bfbfbf;
    text-align: center;
    line-height: .48rem;
}
.tab_rank_cont div:first-child .rank_num{
    background-color: #ff5a5f;
}
.tab_rank_cont div:nth-child(2) .rank_num{
    background-color: #fa8346;
}
.tab_rank_cont div:nth-child(3) .rank_num{
    background-color: #f5c045;
}
.tab_rank_cont .rank_img{
    width: 2.6rem;
    height: 1.9rem;
    position: relative;
}
.tab_rank_cont .bb_de5:nth-child(n+7){
    display: none;
}
.rank_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.11rem;
}
.tab_yy_cont .yy_img{
    height: 2.6rem;
}
.tab_yy_cont .cl_2 .p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    text-align: center;
    font-size: .39rem;
    line-height: .6rem;
}
.tab_yy_cont .if_ddyy{
    font-size: .32rem;
    padding-right: .13rem;
    color: #999999;
}
.tab_yy_cont .cl_1 .a i{
    display: inline-block;
    width: .12rem;
    height: .12rem;
    background: #e0e0e0;
    border-radius: 50%;
    margin-right: .23rem;
    vertical-align: middle;
}
.tab_ys_cont .doctor_img{
    width: 1.4rem;
    height: 1.4rem;
}

/* 大家都在搜 */
.kwd_news .p{
    font-size: .42rem;
}
.kwd_news a i{
    font-size: .32rem;
    font-style: inherit;
    width: .44rem;
    height: .44rem;
    border-radius: .1rem;
    text-align: center;
    line-height: .43rem;
    margin-right: .11rem;
    color: #FFFFFF;
}
.kwd_news a .icon_date{
    background-color: #ff3852;
}
.kwd_news a .icon_hots{
    background-color: #940013;
}
.kwd_news a .icon_hot{
    background-color: #ff9406;
}
.kwd_news a .icon_c{
    background-color: #0080ff;
}
.kwd_news .kwd_news_item:nth-child(n+2){
    display: none;
}
.KwdMoreBtn .if_m_moreBtn{
    transform: rotate(270deg);
}

/* 大家都在搜 end */

/* 友链 */
.links{
    font-size: .37rem;
}
.cp{    
    text-align: center;
}
.cp img{
    width: 1.6rem;
    height: 1.6rem;
    object-fit: cover;
    margin-right: .2rem;
}
/* 友链 end */

/* foot */
.foot {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 1.6rem;
    z-index:99;
}
.foot .foot_btn{
    width: 3rem;
    height: 1.07rem;
    border-radius: .53rem;
    font-size: .4rem;
    font-weight: bold;
    line-height: 1.07rem;
    text-align: center;
}
.foot .fnBtn{
    background: rgba(255, 145, 25, 1);
    color: #FFFFFF;
}
.foot .telBtn{
    color: #FFFFFF;
    background: rgba(73, 192, 102, 1);
}
.foot .wysBtn{
    background: #d8f4df;
    border: 0.03rem solid #49c066;
    color: #49c066;
}
/* foot end */


.news .wd_doctor{
    width: 280px;
}

.sowd_item a{
    background-color: #f1f1f1;
    border-radius: .23rem;
    color: #333;
    text-align: center;
    line-height: .77rem;
    font-size: .37rem;
    padding: 0 .1rem;
    margin-top: .23rem;
}
.news_load{
    height: 40px;
    text-align: center;
}
.news_load a{
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-size: 1.11rem;
    background: #F9F9F9;
    border-radius: .11rem;
}
.page_size a, .page_size span{
    width: 36px;
    height: 32px;
    line-height: 32px;
    border-radius: .11rem;
    margin-right: 8px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size:14px;
}
.page_size .page_prev, .page_size .page_next{
    width: 52px;
}
.page_size .cur, .page_size a:hover {
    background: #49C066;
    color: #fff;
}
/* LIST - END */

/* SOWD - STARAT */
.sowd_sequence_item{
    position: absolute;
    left: .33rem;
    top: -.33rem;
}
.sowd_sequence_item i{
    background: #49c066;
    width: .64rem;
    height: .54rem;
    color: #fff;
    font-size: .37rem;
    line-height: .54rem;
    text-align: center;
    font-style: normal;
}
.sowd_sequence_item span {
    width: 0;
    height: 0;
    border-right: 0.32rem solid transparent;
    border-left: 0.32rem solid transparent;
    border-top: 0.22rem solid #49c066;
}
.sowd_list_item .bq_img{
    width: 1.2rem;
    height: 1.2rem;
}
.sowd_list_item .p{
    font-size: .39rem;
}
.sowd_tips{
    font-size: .39rem;
    color: #333;
}

.u_list li.cl_3{
    margin-left: 2%;
}
.u_list li.cl_4{
    margin-left: 1.3%;
}
.u_list li i{
    width: 4px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 50%;
    margin-right: 8px;
}
.u_list li.cl_2:nth-child(2n+1){
    margin-left: 0;
    
}
.u_list li.cl_3:nth-child(3n+1){
    margin-left: 0;
    
}
.u_list li.cl_4:nth-child(4n+1){
    margin-left: 0;
}
.sowd_list_more{
    width: 3.2rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .4rem;
    background: #f3f8f1;
    color: #49C066;
    border-radius: .11rem;
    text-align: center;
}
.sowd_letter{
    position: sticky;
    top: 0;
    z-index: 9;
}
.sowd_letter_swiper{
    overflow: hidden;
}
.sowd_letter_swiper .swiper-slide{
    background: #fff;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.13333rem rgb(0 0 0 / 10%);
    color: #333;
    font-size: .4rem;
    height: 0.81rem;
    line-height: .81rem;
    padding: 0 0.24rem;
    width: auto;
    margin-right: 0.3rem;
}
/* SOWD - END */

/* 精选 */
.jx_hot a{
    height: 1.54rem;
    border-radius: .11rem;
    text-align: center;
    color: #FFFFFF;
}
.jx_hot a p:first-child{
    font-size: 18px;
    line-height: 30px;
}
.jx_hot a p:last-child{
    font-size: 14px;
    line-height: .54rem;
}
.jx_hot a:first-child{
    background: url(../images/jx_hot_01.png) 50%/cover no-repeat;
}
.jx_hot a:nth-child(2){
    background: url(../images/jx_hot_02.png) 50%/cover no-repeat;
}
.jx_hot a:nth-child(3){
    background: url(../images/jx_hot_03.png) 50%/cover no-repeat;
}
.jx_hot a:nth-child(4){
    background: url(../images/jx_hot_04.png) 50%/cover no-repeat;
}
.jx_hot a:hover{
    opacity: .8;
}

/* TAG - PUBLIC  */
.jx h4{
    background: #fafafa;
    font-size:.32rem;
    color: #999999;
    height: .54rem;
    line-height: .5rem;
    font-weight: 400;
    border: 1px solid #f0f0f0;
    border-radius: .11rem;
    padding: 0 8px;
}
.jx a:hover h4{
    color: #49c066;
}
.jx span{
    font-size:.32rem;
    color: #999999;
    padding-left: .33rem;
}

/* 问答 */
.wd_item{
    padding: .43rem 0;
}
.wd_item:last-child{
    border-bottom: none;
}
.wd_doctor .doctor_img{
    width: 1.23rem;
    height: 1.23rem;
    font-size: 0;
}
.doctor_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border:1px solid #ededed;
}
.wd_doctor_detail p{
    font-size: 0;
    line-height: .42rem;
}
.wd_doctor_detail p:first-child a{
    color: #333;
    font-size:.4rem;
}
.wd_doctor_detail p:first-child .pl_10{
    color: #999;
    font-size: .32rem;
}
.wd_doctor_detail p:last-child{
    color: #999;
    font-size: .32rem;
}
.wd_doctor_detail p:last-child .if_v{
    color: #f6a11a;
    font-size:.35rem;
    padding-right: .08rem;
}

.wd_title .if_w_w{
    color: #f6a11a;
    font-size: .47rem;
    padding-top: .12rem;
}
.wd_answer .if_w_d{
    color: #49C066;
    font-size: .47rem;
    padding-top: .12rem;
}
.wd_title .a,.wd_answer .d{
    padding-left: .16rem;
}
.wd_item .date_view .doctor_img{
    width: .8rem;
    height: .8rem;
}
.wd_item .date_view .flex_1{
    padding-left: .13rem;
}
.wd_item .date_view .user_name{
    color: #999999;
}
.wd_news li i{
    width: 4px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 50%;
    margin-right: 8px;
}
.wd_news li{
    border-bottom: 1px dotted #E5E5E5;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.wd_news li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.moreBtn{
    width: 100%;
    font-size: .39rem;
    color: #49C066;
    line-height: .6rem;
}
.moreBtn .if{
    font-size: .32rem;
    padding-left: .13rem;
}
.wd_news .wd_item:nth-child(n+7) {
    display: none;
}

/* RANK */
.doctor_rank_tech{
    color: #999;
    font-size:14px
}
.doctor_column{
    height: 60px;
    line-height: 60px;
    text-align: right;
    background:#49c066 url(../images/doctor_column.png) no-repeat left bottom;
}
.doctor_column a{
    color: #fff;
    padding-right: .54rem;
}
.doctor_column .if{
    font-size:14px
}
.doctor_name{
    font-size:16px;
    color: #333;
}


/* HT_SWIPER */
.ht_swiper{
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    position: relative;    
}
.ht_swiper::before{
    font-family: "if" !important;
    content: '\e634';
    display: inline-block;
    height: 21px;
    left: 0;
    position: absolute;
    width: 21px;
    color: #49c066;
    background: #fff;
    z-index: 3;
}
.ht_swiper .swiper-wrapper{
    width: 360px!important;
    margin-left: 24px!important;
}
.ht_swiper .swiper-slide{
    width: auto;
    flex-shrink: 0;
    font-size:.32rem;
    color: #999;
    line-height: 17px;
    position: relative;
}
.ht_swiper .swiper-slide:hover{
    color: #49c066;
}
.ht_swiper .swiper-slide::after{
    content: "";
    display: inline-block;
    height: .32rem;
    line-height: .32rem;
    margin: 3px .11rem 0 .11rem;
    position: relative;
    vertical-align: top;
    width: 1px;    
    background-color: #dcdfe6;
}
.ht_swiper .swiper-slide:last-child::after{
    content: none;
}

/* 科普 */
.kp_news{
    margin-left: -30px;
}
.kp_news li{
    width: 380px;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* 标签 */
.bq_news a{
    padding-bottom: .43rem;
}
.bq_news .bq_img{
    width: 1.1rem;
    height: 1.1rem;
}
.bq_img img{
    width: 100%;
    height: 100%;
    border-radius: .11rem;
    object-fit: cover;
}
.bq_news .bq_news_item:nth-child(n+2){
    display: none;
}
.bq_news .bq_num{
    font-size: .32rem;
    color: #999999;
    line-height: .5rem;
}

.bq_list .bq_letter{
    font-size: .42rem;
    height: .87rem;
    line-height: .87rem;
    font-weight: bold;
    background-image: linear-gradient(to right, #d8f4df, #ffffff);
    background-image: -webkit-linear-gradient(to right,#d8f4df,#ffffff);
}
.bq_list .bq_img{
    width: 113px;
    height: 8.11rem;
}
.bq_list .area a:last-child{
    border-bottom: none;
}
.letter_list{
    position: fixed;
    right: 0;
    top: 3rem;
    padding: 0 .13rem;
}
.letter_list span{
    font-size: .32rem;
    color: #999999;
    text-align: center;
    width:.47rem;
    height: .47rem;
    border-radius: 50%;
}
.letter_list span.letter_active{
    background: #49C066;
    color: #FFFFFF;
}
.biaoqian{
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    width: 2rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 0.2rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.letter_top{
    position: fixed;
    z-index: 88;
    right: .33rem;
    bottom: 1.8rem;
    width: .88rem;
    height: .88rem;
    background: #bcbcbc;
    border-radius: 50%;
}
.letter_top .if{
    font-size: .32rem;
    color: #FFFFFF;
}

/* 医院 */
.yy_cont .area_l_l{
    border-radius: .11rem;
}
.yy_hot{
    margin-left: -10px;
}
.yy_hot li{
    width: 62px;
    margin-left: 10px;
    background: #f1f1f1;
    border-radius: .11rem;
    height: 26px;
    text-align: center;
    margin-bottom: 10px;
}
.yy_hot li:nth-child(n+8){
    margin-bottom: 0;
}
.yy_hot li:hover{
    background: #49c066;
}
.yy_hot li:hover a{
    color: #fff;
}
.yy_hot li a{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.yy_tj{
    margin-left: -10px;
}
.yy_tj li{
    margin-left: 10px;
}
.yy_tj li:hover{
    opacity: .8;
}
.yy_tj li .yy_img{
    width: 180px;
    height: 1.54rem;
}
.yy_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .11rem;
}
.yy_tj li .a{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0, 0.4);
    color: #fff;
    padding:2px 10px;
    border-bottom-left-radius: .11rem;
    border-bottom-right-radius: .11rem;
}
.yy_item li{
    width: 270px;
    margin-top: 10px;
}
.yy_find .yy_img{
    width: 84px;
    height: 84px;
}
.yy_find p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.yy_news a:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.yy_news i{
    width: .54rem;
    height: .54rem;
    color: #999;
    font-size:.42rem;
    margin-top: .05rem;
}
.yy_news a:first-child i{
    color: #ff5601;
}
.yy_news a:nth-child(2) i{
    color: #ff8401;
}
.yy_news a:nth-child(3) i{
    color: #ffaa01;
}

/* HOME */
.home_nav a,.home_nav span{
    overflow: hidden;
    font-size: 13px;
    margin-right: 4px;
    color: #999;
}
.home_nav i{
    font-size: .32rem;
    padding-left: 4px;
    color: #999;
}
.home_nav a:hover{
    color: #49c066;
}

/* ARTICLE */
.detail_h1{
    font-size: .59rem;
    font-weight: normal;
    line-height: .82rem;
    color: #000;
}
.detail_h1 span{
    color: #999;
    font-size: .39rem;
}
.detail_ohter .news_img{
    width: 2.66rem;
    height: 2.01rem;
}
.detail_swiper{
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    position: relative;
}
.detail_swiper .swiper-slide{
    width: auto;
    height: .55rem;
    line-height: .52rem;
    background: rgb(241, 248, 243);
    border: 1px solid rgb(170, 220, 183);
    border-radius: .11rem;
    padding: 0 .13rem;
    margin-right: .23rem;
    
}
.detail_swiper .swiper-slide:hover{
    opacity: .8;
}
.detail_swiper .swiper-slide h4{
    font-size: .32rem;
    font-weight: 400;
    color: rgb(73, 192, 102);
    line-height: .52rem;
}
.doctor_h1 .detail_h1{
    width: 2rem;
}
.doctor_h1 span{
    color: #999;
    font-size: .35rem;
}
.detail_data{
    font-size: .32rem;
    color: #999999;
}
.detail_data p{
    line-height: .55rem;
}
.statement{
    background: #f9f9f9;
}
.statement_title{
    font-size:.35rem!important;
    color: #999!important;
}
.statement p{    
    line-height: .55rem;
    font-size:.35rem!important;
    margin-bottom: 0!important;
    color: #999!important;
}
.statement .if{
    font-size:.35rem;
    color: #f6b731;
    padding-right: .11rem;
}
.if_userDoctorImg{
    font-size: .35rem!important;
}
.detail_zan a{
    display: block;
    font-size:.35rem!important;
    height: .55rem;
    line-height: .55rem;
    border: .02rem solid #999;
    color: #999;
    border-radius: .11rem;
    background-color: #fff;
    transition: all .3s ease;
    padding: 0 .23rem;
}
.detail_zan a.zan_active{
    background: #999;
    color: #fff;
    border: none;
}
.detail_link{
    padding-left: 18px;
    line-height: 36px;
}
.detail_link::before{
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 8px;
}
/* ARTICLE */

/* ASK START*/
.ask_title{
    padding-top: .64rem;
    
}
.answer_title{
    padding-top: .64rem;
}
.ask_title .ask_icon{
    position: absolute;
    left: .33rem;
    top: -.33rem;
}
.answer_title .ask_icon{
    position: absolute;
    left: .33rem;
    top: -.33rem;
}
.ask_icon .if {
    width: .74rem;
    height: .64rem;
    color: #fff;
    font-size: .42rem;
    line-height: .64rem;
    text-align: center;
}
.ask_icon .if_wenti{
    background: #49c066;
}
.ask_icon .if_huida{
    background: #f6a11a;
}
.ask_icon span {
    width: 0;
    height: 0;    
    border-right: .37rem solid transparent;
    border-left: .37rem solid transparent;
}
.ask_icon.ask_wt_icon span {
    border-top: .22rem solid #49c066;
}
.ask_icon.ask_hd_icon span {
    border-top: .22rem solid #f6a11a;
}
.ask_describe_title{
    font-size:.43rem;
    color: #333;
    font-weight: 700;
}
.ask_describe_info{
    font-size:.39rem;
    line-height: .64rem;
    font-weight: 400;
    text-align: justify;
}
.like_ask{
    padding: 0 .54rem .54rem .54rem;
}
.answer_tips{
    font-size: .45rem;
    color: #f6a11a;
    font-weight: 500;
}
.answer_tips span{
    color: #999;
    font-size:.32rem
}
.answer_title .zx_btn{
    width: 1.6rem;
    text-align: center;
    border-radius: .11rem;
    font-size: .32rem;
    height: .65rem;
    line-height: .65rem;
    color: #ccc;
    border:.02rem solid #ccc;
}
.answer_title .zx_doctor{
    color: #f6a11a;
    border:.02rem solid #f6a11a;
    
}
.answer_title .zx_doctor.bg_f6{
    color: #fff;
}
/* ASK END */

/* ARTICLE - AD */
.detail_ad_img{
    width: 2rem;
    height: 1.9rem;    
    background-size: 100% 100%;
}
.detail_ad:first-child .detail_ad_img{
    background-image: url(../images/detail_ad_01.png);
}
.detail_ad:nth-child(2) .detail_ad_img{
    background-image: url(../images/detail_ad_02.png);
}
.detail_ad:last-child .detail_ad_img{
    background-image: url(../images/detail_ad_03.png);
}

.detail_ad_cont .a{
    font-weight: 500;
    text-align: center;
}
.detail_ad_cont .d{
    font-size: .35rem;
    line-height: .52rem;
}
.answer_title .answer_doctor{
    padding: 8px .32rem;
}
.detail_ad_cont .zx_doctor{
    display: inline-block;
    text-align: center;
    width: 2rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: 1.11rem;
    color: #FFFFFF;
    font-size:.35rem;
    background: -webkit-linear-gradient(top,#ffca92,#ff8401);
    background: linear-gradient(180deg,#ffca92,#ff8401);
}
.detail_news_cont .news_list a:nth-child(n+7){
    display: none;
}
.detail_news_cont .news_list a:nth-child(12),.detail_news_cont .wd_news .wd_item:nth-child(12){
    border-bottom: none;
}

/* YIYUAN ARTICLE - START */
.yy_detail .yy_img{
    width: 2.6rem;
    height: 2.2rem;
}
.yy_detail_data span,.yy_detail_data a{
    font-size: 1.11rem;
    font-weight: 400;
    color: #999;
    margin-top: 16px;
}
.yy_describe{
    text-align: justify;
}
.yy_service{
    width: 190px;
    border-left: 1px solid #e5e5e5;
}
.yy_service a{
    display: inline-block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 1.11rem;
    border-radius: .11rem;
}
.yy_service a:first-child{    
    color: #ffffff;
}
.yy_service a:last-child{    
    color: #49c066;
}
.yy_service a:hover{
    opacity: .8;
}
.yy_service .if{
    padding-right: 4px;
}
.environment_swiper{
    width: 278px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.environment_swiper .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.environment_swiper .swiper-slide{
    width: 278px!important;
}
.environment_swiper .swiper-pagination{
    bottom: .11rem!important;
}
.environment_swiper .swiper-pagination-bullet{
    width: 24px!important;
    height: 2px;
}
.environment_swiper .swiper-pagination-bullet-active{
    background: #faf8ef;
}
.environment_swiper .swiper-button-next,.environment_swiper .swiper-button-prev{
    width: 40px!important;
    height: 40px!important;
    background: #fff;
    display: none;
    border-radius: 50%;
}
.environment_swiper .swiper-button-next .if,.environment_swiper .swiper-button-prev .if{
    font-size: 14px;
    color: #4d4d4c;
    font-weight: 400;
    display: inline-block;
}
.environment_swiper .swiper-button-prev .if{
    transform: rotate(180deg);
}
/* YIYUAN ARTICLE - END */

/* YISHENG -  START */
.dq_item a{
    line-height: .75rem;
    font-size: .4rem;
    padding: 0 .15rem;
    border-radius: .11rem;
    margin-bottom: .23rem;
    width: 25%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.dq_item a:nth-child(n+8){
    display: none;
}
.dq_btn{
    position: absolute;
    right: .55rem;
    bottom: .18rem;
    font-size: .4rem;
    line-height: .75rem;
    color: #49C066;
    display: none;
}
.dq_item .dq_label{
    font-weight: 700;
    width: 1.4rem;
    line-height: .75rem;
    font-size:.43rem;
}
.dq_item .dq_active{
    background: #49C066;
    color: #fff;
    font-size: .37rem;
}
.dq_jg a:last-child{
    border-bottom: 0;
}
.dq_ys .dq_ys_title{
    font-weight: 700;
    font-size: .43rem;
    color: #49C066;
    line-height: .56rem;
    height: .56rem;
}

.doctor .doctor_img{
    width: 1.92rem;
    height: 1.92rem;
}
.doctor .a span{
    font-weight: 400;
    font-size:.32rem;
    color: #999;
}

.yy_detail .doctor_img{
    width: 2.34rem;
    height: 2.34rem;
}
.doctor_yy{
    color: #999;
    font-size: .32rem;
}
.doctor_yy .if_more{
    color: #999;
    font-size: .32rem;
}
.ys_quick{
    position: sticky;
    top: 0;
    z-index: 9;
}
.ys_quick_title{
    width: .9rem;
    color: #999999;
    font-size: .35rem;
    line-height: .51rem;
    text-align: center;
}
.ys_quick .if_more{
    font-size: .39rem;
    color: #999999;
    margin-right: .33rem;
}
.ys_quick .swiper-slide{
    background: #fff;
    border-radius: .08rem;
    box-shadow: 0 0 .13333rem rgb(0 0 0 / 10%);
    color: #333;
    font-size: .4rem;
    height: .81rem;
    line-height: .81rem;
    padding: 0 .24rem;
    width: auto;
    margin-right: .3rem;
}
.ys_detail_table label{
    font-size: .39rem;
    color: #999999;
    width: 1.9rem;
    line-height: .65rem;
}
.ys_detail_table .flex_1{
    font-size: .39rem;
    color: #333333;
    line-height: .65rem;
}
.yy_detail_table>div.flex:nth-child(n+6){
    display: none;
}
/* YISHENG - END */

/* NEWS - PUBLIC */
.like .title_h4,.strategy .title_h4,.like.title_h4{
    font-weight: 700;
}
.like .like_btns{
    height: 24px;
    line-height: 24px;
}
.like .like_btns div{
    padding: 0 8px;
    font-size: .32rem;
    border-radius: 2px 0 0 2px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.like_active,.strategy_active,.right_yy_active{
    background: #49c066;
    color: #fff;
}
.like .like_btns div:nth-child(n+1){
    border-right: none;
}
.like .like_btns div:last-child{
    border-right: 1px solid #e6e6e6;
}
.like_news a{
    font-size: .4rem;
    color: #989898;
    line-height: .62rem;
    margin-bottom: .13rem;
}
.like_news li:nth-child(n+4){
    margin-bottom: 0;
}
.like_news li a:hover .a{
    color: #49c066;
}
.like_news li a:hover img{
    opacity: .8;
}
.like_news .news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .11rem;
}
.strategy_cont .strategy_item:nth-child(n+2){
    display: none;
}
.strategy_cont .wd_news {
    margin-left: -.54rem;
}
.strategy_cont .wd_news li{
    width: 409px;
    margin-left: .54rem;
    margin-bottom: .54rem;
}
.strategy_cont .wd_news li:nth-child(n+7){
    margin-bottom: 0;
    padding-bottom: 0;
}
.strategy_cont .wd_news li:nth-last-child(2){
    border-bottom: none;
}
.tj_news .bq_news li{
    width: 402px;
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 1px hsl(0deg 0% 94% / 88%);
    box-shadow: 0 0 7px 1px hsl(0deg 0% 94% / 88%);
    border-radius: .11rem;
    margin-bottom: 10px;
}
.tj_news .yy_item li{
    width: 409px;
}
.right_news{
    padding: 0 10px 10px 10px;
}
.right_news ul:last-child{
    display: none;
}

/* VIDEO - START */
.video{
    margin-left: -10px;
}
.video li{
    width: 202px;
    border-radius: .11rem;
    margin-left: 10px;
    border: 1px solid #fff;
}
.video .video_bg{
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video .video_bg .if_video{
    color: #fff;
    font-size: 36px;
}
.video .video_img{
    width: 181px;
    height: 152px;
}
.video_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video li:hover{
    border-color: #ccc;
}
.video li:hover .a{
    color: #49C066;
}
.video li:hover .video_bg{
    height: 100%;
}
/* VIDEO - END */

/* YIYUAN - ITEM */
.yy_survey .flex{
    width: 417px;
    font-size:1.11rem;
}
.yy_survey .flex:nth-child(2n+2){
    margin-left: 1px;
}
.yy_survey label{
    color: #999999;
    width: 80px;
}
.yy_tc_doctor .doctor_img{
    width: 1.43rem;
    height: 1.43rem;
}
.yy_tc_doctor a{
    margin-bottom: .33rem;
}
.yy_tc_hospital{
    font-size: .32rem;
}
.yy_tc_hospital span{
    margin-right: .13rem;
    padding:0 4px;
    border-radius: .33rem;
    font-size: .32rem;
    color: #49c066;
    border: 1px solid #49c066;
}
.yy_region{
    font-size: .45rem;
    line-height: .62rem;
}
.yy_region label{
    color: #333;
    width: 1.4rem;
    font-size:.4rem;
}
.yy_region a{
    display: block;
    color: #999;
    font-size:.4rem;
    padding-right: .23rem;
}
.ys_comment .user_img{
    width: 1.1rem;
    height: 1.1rem;
}
.ys_comment>div:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.user_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.user_name{
    color: #333;
    font-size:.35rem;
}
.user_name:hover{
    color: #49C066;
}
.user_name span{
    height: .54rem;
    padding: 0 .11rem;
    line-height: 18px;
    background: #ff5800;
    border: none;
    font-size: .32rem;
    color: #fff;
    margin-left: .11rem;
    border-radius: 3px;
}
.ys_comment_info{
    font-size:.37rem;
    line-height: .6rem;
}

.ys_right_yy .yy_img{
    width: 278px;
    height: 200px;
}
.ys_right_yy .p{
    text-align: center;
}
.yiyuan li:hover .a{
    color: #49C066;
}

.yiyuan .yy_img{
    width: 192px;
    height: 140px;
}
.yiyuan .a{
    font-weight: 700;
}
.sowd_title{
    width: 140px;
}
.sowd_relation a{
    height: .54rem;
    background: rgb(241, 248, 243);
    border: 1px solid rgb(170, 220, 183);
    border-radius: .11rem;
    padding: 0px 8px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: .11rem;
}
.sowd_relation h4{
    font-size: .32rem;
    font-weight: 400;
    color: rgb(73, 192, 102);
    line-height: 18px;
}
/* YIYUAN - END */


/* HUATI - START */
.jx_detail{
    background: url(../images/jx_detail_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.jx_detail .bq_img{
    width: 3.62rem;
    height: 2.42rem;
}
.jx_detail .detail_h1{
    font-size: .47rem;
    line-height: .66rem;
    color: #FFFFFF;
    font-weight: 400;
}
.jx_detail .date_view span{
    color: #FFFFFF!important;
}
.jx_detail .date_view i{
    background: #FFFFFF;
}
.jx_detail .detail_swiper .swiper-slide{
    border: 1px solid #FFFFFF;
    background:none;
}
.jx_detail .detail_swiper .swiper-slide h4{
    color: #FFFFFF;
}
.jx_describe{
    font-size:.37rem;
    color: #999;
    line-height: .72rem;
}
.jx_describe .if{
    font-size: .32rem;
}
/* HUAITI - END */

/* RIGHT */
.news_top li{
    margin-bottom: 10px;
}
.news_top li:last-child{
    margin-bottom: 0;
}
.news_top li>i{
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: .32rem;
    margin-top: 2px;
    margin-right: 10px;
    background: #C9D1DA;
    border-radius: 3px;
    text-align: center;
    line-height: 1.11rem;
    font-style: inherit;
}
.news_top li:first-child .p{
    color: #ff4443;
}
.news_top li .d{
    margin-top: .11rem;
}
.news_top li:nth-child(n+2) .news_top_h{
    display: none;
}
.news_top li:first-child>i{
    background: #ff5601;
}
.news_top li:nth-child(2)>i{
    background: #ff8401;
}
.news_top li:nth-child(3)>i{
    background: #ffaa01;
}
.news_top li .date_view{
    padding-top: .11rem;
}
.right_jx li{
    margin-bottom: .11rem;
    margin-right: .11rem;
    height: 29px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: .11rem;
    padding: 0 8px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 8px;
    margin-bottom: 10px;
}
.right_jx li:hover{
    background: #49c066;    
}
.right_jx li:hover a{
    color: #fff;
}
.right_jx li a{
    font-size: 14px;
    color: #666;    
}
.artBtn_table .if{
    display: inline-block;
    width: 1.11rem;
    height: 14px;
    font-size:14px;
    color: #999;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
}
.right_yy_cont .doctor_rank_list li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.right_yy_cont ul:nth-child(n+2){
    display: none;
}
.right_yy_cont li:hover .doctor_img{
    opacity: .8;
}
.right_yy_cont li:hover .doctor_name{
    color: #49c066;
}
.right_yy_news .yy_img{
    width: 110px;
    height: 80px;
}
.right_yy_news li:hover .yy_img{
    opacity: .8;
}
.right_yy_news li:hover .a{
    color: #49c066;
}
.right_ad{
    position: sticky;
    top: .54rem;
    transition: all .3s;
}
.data_null{
    height: 6rem;
    background: url(../images/EmptyList.82c3fe11.png) no-repeat;
    background-size: 100%;
    opacity: .2;
}
.data_null_text{
    height: 6rem;
    position: absolute;
    font-size: .42rem;
    top: 0;
}


/* 导航弹出层 */
.actionsheet{
    position: absolute;
    top: -50rem;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index:999;
    display: none;
}
.navbox{
    background: #FFFFFF;
    width: 100%;
    overflow: hidden;
}
.navbox_head{
    padding: .23rem 0;
}
.navbox_head .navbox_all{
    font-size: .47rem;
    font-weight: 700;
}
.navbox_head .nav_logo{
    font-size: 0;
}
.navbox_head img{
    width: 1.3rem;
}
.navbox_head .if{
    font-size: .42rem;
    font-weight: 700;
}
.navbox_h2{
    font-size: .43rem;
    font-weight: 700;
}
.navbox_cont a{
    font-size: .43rem;
    font-weight: 400;
    margin-top: .23rem;
}
.navbox_cont a.cl_4{
    text-align: center;
}
.navbox_jx a{
    background-color: #f1f1f1;
    border-radius: .23rem;
    color: #8a8a8a;
    text-align: center;
    line-height: .77rem;
    font-size: .37rem;
    padding: 0 .1rem;
    margin-top: .23rem;
}
.navbox_ts span{
    font-size: .32rem;
    color: #999999;
}
/* 导航弹出层 end */

/* 搜索弹出层 */
.sowdbox{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    z-index:998;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sowdbox_show{
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.sowdbox_close{
    width: 1.6rem;
    font-size: .43rem;
    line-height: .53rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
}
.sowdbox .if_sousuo{
    font-size: .47rem;
}
.sowdbox_btn{
    width: .53rem;
    height: .53rem;
    font-size: .43rem;
    line-height: .53rem;
    margin-right: .23rem;
    
}
.sowdbox_btn .if_sowd_close{
    font-size: .57rem;
    color: rgba(0, 0, 0, .7);
}
.zx_article .like_cont .wd_news {
    display: none;
}
.layui-flow-more a cite{
    width: 100%;
    font-size: .39rem;
    color: #49C066!important;
    line-height: .6rem;
    margin: 0.33rem 0;
    -webkit-align-items: baseline;
    -webkit-justify-content: center;
    background-color:#fff !important;
}
.layui-flow-more a cite:after {
    font-size: .32rem;
    padding-left: 0.13rem;
    transform: rotate(270deg);
    font-family: "if" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e660";
}
.toast{
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .13rem;
    font-size: .35rem;
    color: #ffffff;
    text-align: center;
    z-index: 9999;
    padding: .1rem .3rem;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
/* 搜索弹出层 end */