/* wkz 2022/10/13 */
.sh_hos{
    margin: 10px 0;
    padding: 10px 10px 0 10px;
}
.sh_hos_header{
    font-size: 22px;
    font-weight: bold;
    color: #343434;
}
.sh_hos_main{

}
.sh_hos_main_list{
    padding: 10px 0;
    color: #666666;
    border-bottom: 1px solid lightgray;
}
.sh_hos_main_list_left{
    color:black;
    font-weight:bold;
    flex: 0 0 auto;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding:0px 0px 5px 0px ;
}
.sh_hos_main_list_right{
    display: flex;
    flex-wrap: wrap;
    font-size:14px;
    /*width:80%;*/
    /* border: 1px solid red; */
}
.sh_hos_main_list_right_list{
    width: 50%;
    margin: 5px 0;
    /*display: flex;*/
    flex-wrap: nowrap;
    white-space:nowrap
}

.sh_hos_main_list_right_list_name{
    font-size: 14px;
     max-width: 98%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.sh_hos_main_list_right_list_tips{
    flex: 0 0 auto;
    font-size: 12px;
    color: #24B2B1;
    border: 1px solid #24B2B1;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 2px;
    overflow:hidden;
}
.sh_hos_bottom{
    padding: 10px 0 0 0;
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.fenge{
    height: 10px;
    background-color: #F3F3F3;
}
.hot_keshi{
    padding: 10px 0;
}
.hot_keshi_header{
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot_keshi_header_left{
    font-weight: bold;
    color: #343434;
    font-size: 18px;
}
.hot_keshi_header_right{
    font-size: 14px;
    color: #666666;
}
.hot_keshi_tabbox{

}
.swiper-slide{
    font-size: 16px;
    /* border-right: 1px solid red; */
    text-align: center;
    width: 100px;
}
.hot_keshi_main_listbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;

}
.hot_keshi_main_listbox2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;

}
.hot_keshi_main_list{
    flex: 0 0 auto;
    width:49%;
    /* display: flex; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
}
.hot_keshi_main_list a{
    width:100%;
    display: flex;
    align-items: center;
    margin:5px 0px;
}
.hot_keshi_main_list_left{
    overflow:hidden;
     text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 14px;
}
.hot_keshi_main_list_right{
font-size: 12px;
color: #1DB1AF;
white-space:nowrap;
    margin-left: 10px;
}

.hot_keshi_main_listbox_none{
    display: none;
}

.see_doc{
    padding: 10px;
}
.see_doc_header{
    display: flex;
    justify-content: space-between;
}
.see_doc_header_left{
    font-weight: bold;
    color: #343434;
    font-size: 18px;
}
.see_doc_header_right{
    font-size: 14px;
    color: #666666;
}
.see_doc_main{

}
.see_doc_main_list{
    padding: 10px 0;
    border-bottom: 1px solid #F3F3F3;
}
.see_doc_main_list ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.see_doc_main_list ul li{
    flex:  0 0 auto;
    width: 33%;
    font-size: 16px;
    margin: 5px 0;
    /* color: #666666; */
    /* border: 1px solid red; */
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        
}
.bigbox{
    height: 220px;
    overflow: hidden;
}
.hot_doc_main_list{
    height: 220px;
    /* overflow: hidden; */
    
}
.hot_doc_main_list .swiper-slide{
    background-color: #EFFEFB;
    width: 150px;
    margin: 10px;
    padding: 10px 5px;
}
.hot_doc_main_list_imgbox{
    border: none;
}
.hot_doc_main_list_imgbox img{
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
    border-radius: 50%;
}
.hot_doc_main_list_top{
    font-size: 16px;
}
.hot_doc_main_list_mid{
font-size: 14PX;
color: #666666;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.hot_doc_main_list_mid_left{
    border-right: 1PX solid lightgray;
    padding-right: 5px;
}
.hot_doc_main_list_mid_right{

}
.hot_doc_main_list_bottom{
    font-size: 14PX;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.hot_doc_main_list_none{
    display: none;
}
.non{
    display: none;
}

.text_box{
    padding: 10px;
}

.text_box_header{
    display: flex;
    font-size: 20px;
    justify-content: space-around;
    padding: 10px;
    border-bottom: 1px solid lightgray;
}
.text_box_header div{
    padding: 5px 10px;
    border-radius: 10px;
    color: #727171;
    background-color: #F6F6F6;

}
.text_box_main_list{
    display: flex;
    margin: 10px 0;
}
.text_box_main_list_imgbox{

}
.text_box_main_list_imgbox img{
    width: 100px;
    height: 70px;
    border-radius: 0.15rem;
}
.text_box_main_list_textbox{
    margin-left: 10px;
}
.text_box_main_list_textbox_top{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text_box_main_list_textbox_bottom{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hdoc_video_main_list_imgbox{
    border: none;
}
.hdoc_video_main_list_imgbox img{
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
    /* border-radius: 50%; */
}
.text_box_headeractive2{
    background-color: #1DB1AF !important;
    color: white !important;
    /* border: 1px solid red; */
}
.text_box_headeractive1{
    background-color: #1DB1AF !important;
    color: white !important;
    /* border: 1px solid red; */
}
.hdoc_video .swiper-slide .hdoc_video_main_list_imgbox{
    position: relative;
}
.hdoc_video .swiper-slide{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hdoc_video .swiper-slide{
    width: 200px;
}
.hdoc_video .swiper-slide .hdoc_video_main_list_imgbox img{
    width: 180px;
    height: 100px;
}
.hdoc_video_main_list_imgbox_bottom{
    position: absolute;
    width: 180px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: white;
    padding: 5px;
    font-size: 14px;
}
.hdoc_video__main_list_top{
    text-align: left;
    height:50px;
}
.hdoc_video__main_list_bottom{
    width: 100%;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    /* border: 1px solid red; */
}





/* 首页样式 */
/* top  header样式 */
.container{
    background:#F3F3F3FF
}
.top,.top-scroll{
    background:#1DB1AF;
    padding-bottom:0.25rem;
    border-bottom-right-radius: 9.35rem 0.5rem;
    border-bottom-left-radius: 9.35rem 0.5rem;
}
.top-scroll{
    display:none;
}
.top .header{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
    padding:0.7rem 0.6rem;
}
.top .header_img{
    width:3.9rem;
    height:1.25rem;
}
.top .header_input{
    -webkit-border-sizing:border-box;
    display:flex;
    height:1.35rem;
    flex-direction: row;
    border-radius:0.65rem;
    text-indent: 0.5rem;
    line-height:1.35rem;
    color:#CBCBCB;
    margin-left:0.75rem;
    background:rgba(241,241,241,1);
}
.top .header_input_right{
    flex:1;
    text-indent:0.2rem;
    margin-right:0.65rem;
    background:none;  
	outline:none;  
	border:none;
    width: 80%
}
.top .header_nav{
    width:1.35rem;
    height:1.35rem;
    margin-left:1rem; 
}
.header-fixed{
    display:block;
    position:fixed;
    top:0;
    left:0;
}
/* 滚动显示头部样式 */
.top-scroll{
    z-index:2;
    width:100%;
    padding:0 0.6rem;
    background:#1DB1AF;
    padding-bottom:0.25rem;
    border-bottom-right-radius: 9.35rem 0.5rem;
    border-bottom-left-radius: 9.35rem 0.5rem;
}
.top-scroll .header{
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
    padding:0.7rem 0;
}
.top-scroll .header_logo{
    width:3.9rem;
    height:1.25rem;
}
.top-scroll .header_input{
    display:flex;
    flex-direction: row;
    height:1.35rem;
    background:#fff;
    border-radius:0.65rem;
    text-indent: 0.5rem;
    line-height:1.35rem;
    margin-left:0.75rem;
    color:#CBCBCB;
}
.top-scroll .header_input_right{
    flex:1;
    text-indent:0.2rem;
    margin-right:0.65rem;
    background:none;  
	outline:none;  
	border:none;
}
.top-scroll .header_input{
    width:100%
}
.hide{
    width:100%;
    margin:0.45rem 0;
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items:center;
}
.hide_item{
    background: #fff;
    padding:0.35rem 1.4rem;
    border-radius: 0.65rem;
}
.hide div a{
    font-size:0.6rem;
    font-weight:bold;
    color:rgba(29,178,176,1);
}
/* banner样式 */
.banner{
    display:flex;
    flex-direction: row;
    padding:0.7rem 0;
    padding:0.45rem 1.1rem;
    justify-content: space-around;
    flex-wrap: wrap;
}
.banner_item{
    width:4.4rem;
    height:3rem;
    margin-top:0.5rem;
    background:rgba(255,255,255,1);
    border:0px solid rgba(169,169,169,1);
    border-radius:0.2rem;
    margin-left:0.55rem;
    text-align:center;
    padding:0.35rem 0;
    box-shadow:  -0.1rem 0.1rem 0.05rem rgba(255,140,40,1);
}
.banner_item:active{
    box-shadow:  -0.1rem 0.1rem 0.05rem rgba(255,140,40,1);
}
.banner_item img{
    display:block;
    width:1.5rem;
    height:1.5rem;
    margin:0 auto;
}
.banner a{
    display:block;
    font-size:0.55rem;
    font-weight:bold;
    color:rgba(29,177,175,1);
}
.banner span{
    display:block;
    font-size:0.6rem;
    color:rgba(101,101,101,1);
    -webkit-transform: scale(0.75) translate(0.2rem,0);
    -moz-transform: scale(0.75) translate(0.2rem,0);
    -ms-transform: scale(0.75) translate(0.2rem,0);
    -o-transform: scale(0.75) translate(0.2rem,0);
    transform: scale(0.75) translate(0.2rem,0);
}
/* ad样式 */
.ad img{
    display:block;
    width:17.5rem;
    height:3.8rem;
    margin:0 auto;
}
/* export样式 */
.export{
    /* margin: 0.35rem 0.5rem 1rem 0.5rem; */
    height:2.5em;
    padding:0.55rem 0;
    background:rgba(255,255,255,1);
    border:0px solid rgba(169,169,169,1);
    border-radius:0.35rem;
}
/* export title样式 */
.title{
    display:flex;
    flex-direction: row;
    margin:0 0.6rem;
    align-items:flex-end;
    justify-content: center;
}
.title h5{
    font-size:0.85rem;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.title p{
    font-size:0.55rem;
    font-weight:bold;
    color:rgba(101,101,101,1);
    margin-left:0.8rem;
}
.title div{
    position: relative;
    font-size:0.55rem;
    color:rgba(101,101,101,1);
    line-height:1.1rem;
    margin-left:5rem;
}
.title div img{
    display:inline-block;
    width:0.25rem;
    height:0.35rem;
}
/* export list 样式 */
.export_list{
    padding-top:0.3rem;
}
.export_list .list_ite{
    /* display:flex; */
    /* align-items:center; */
    /* text-align:center; */
    box-sizing: border-box;
    width: auto;
    padding: 0 10px;
    border-right: 1px solid lightgray;
    height:1.8em;
}
.export_list .list_ite div{
    /* border-bottom: 1px solid red; */
}
.export_list .active{
    /* color:#fff; */
    /* background:rgba(33,97,191,1); */
    border-bottom:2px solid rgba(10,52,113,1);
    
}
/*  export export_show样式 */
.export_show{
    display:none;
    padding:0.6rem 0.6rem 0 0.6rem;
    overflow: hidden;
}
.export .export_show.active{
    display:block;
}
.export_show .item:nth-child(2n){
    margin-left:0.5rem;
}
.export_show .item:nth-child(2n+1){
    clear:both;
}
.export_show .item{
    width:8rem;
    float:left;
    padding:0.3rem;
    margin-bottom:0.4rem;
    border:0.05rem solid rgba(203,203,203,0.6);
    border-radius:0.35rem;
}
 .export .swiper-container{
    margin:0.3rem 0.6rem 0  0;
}
.export_show .item img{
    width:1.5rem;
    height:1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.export_show .item_right{
    margin-left:1.6rem;
}
.export_show .item_right .doctor{
    font-size:0.6rem;
    font-weight:bold;
    color:rgba(52,52,52,1);
    height:0.8rem;
    line-height:0.8rem;
}
.export_show .item_right p{
    font-size:0.35rem;
}
.export_show .item_right p span{
    font-size:0.45rem;
    color:rgba(101,101,101,1);
    
}
.export_show .desc{
    font-size:0.4rem;
    font-weight:bold;
    color:rgba(101,101,101,1);
    overflow:hidden;
    height:0.8rem;
    line-height:0.8rem;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.item_right .foot{
    float:left;
    height: 0.65rem;
    line-height:0.5rem;
    border:1px solid rgba(0,142,218,0.24);
    font-size:0.6rem;
    text-align:center;
    color:rgba(163,205,255,1);
    margin-top:0.25rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.item_right .foot span{
    line-height: 0.5rem;
}
/* down样式 */
/* down tab样式 */
.down_tab{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding:0.5rem 1.1rem
}
.down .down_tab .tab_item .color{
    position: absolute;
    right:0;
    bottom:0;
    width:0.7rem;
    height:0.75rem;
    border-top-left-radius: 0.4rem;
}
.down .down_tab .tab_item .one{
    background:rgba(227,238,254,1);
}
.down .down_tab .tab_item .two{
    background:rgba(254,239,214,1);
}
.down .down_tab .tab_item .three{
    background:rgba(239,235,254,1);
}
.down .hospital{
    background:#fff;
}
.down_tab .tab_item{
    position: relative;
    width:5.2rem;
    height:3.2rem;
    background:rgba(255,255,255,1);
    border-radius:0.25rem;
    padding-top:0.5rem;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid rgba(29,178,176,1);
}
.down_tab .tab_item .title{
    font-size:0.75rem;
    color:rgba(51,51,51,1);
    text-align:center;
}
.down_tab .tab_item .desc{
    font-size:0.6rem;
    color:rgba(153,153,153,1);
    text-align:center;
}
/* down hospital 样式 */
.hospital{
    padding:0.3rem 0.5rem 0.2rem 0.5rem;
    overflow:hidden;
}
.hospital_tab{
    display: flex;
    padding:0.5rem 0;
}
 .hospital .hospital_item{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left:0.6rem;
    margin-top:0.2rem;
    width:auto;
}
.hospital_title{
    font-size:0.9rem;
    line-height:1.4rem;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin:0 0.7rem;
}
.hospital .hospital_title::before, .hospital_title::after{
    content: "";
    display:inline-block;
    width:5.3rem;
    height:0.05rem;
    margin-bottom:0.25rem;
    background:rgba(204,204,204,0.49)
}
.hospital .swiper-container{
    overflow: hidden;
    padding:0.2rem 0.6rem 0 0.6rem;
}
.hospital .swiper-slide{
    padding:0;
    margin:0 0.4rem 0 0;
}
.hospital_item{
    overflow: hidden;
    font-size:0.6rem;
    margin-right:0.4rem;
}
.hospital_tab .num1{
    font-size:0.6rem;
    font-weight:bold;
    color:rgba(102,102,102,1);
}
.hospital_item .hline{
    position: relative;
    top:0.25rem;
    width:0.05rem;
    height:0.5rem;
    background:rgba(102,102,102,1);
    margin-left:0.4rem;
}
.hospital_item .active_hos .line{
    width:90%;
    height:0.1rem; 
    background:rgba(21,81,170,1);
}
.swiper-wrapper .hospital_item:last-child>.hline{
    display:none;
}
/* hospital_show样式 */
.hospital .hospital_show{
    display:none;
}
.hospital > .active{
    display:block;
}
 .hospital_show_item{
    display:flex;
    flex-direction:column;
    padding:0.3rem 0.6rem;
    margin-top:0.6rem;
    border:0.05rem solid rgba(204,204,204,0.64)
}
.hospital_show img{
    width:5.5rem;
    height:4.4rem;
    flex-shrink: 0;
}
.hospital_show_item .right{
    width:100%;
    display:flex;
    flex-direction:column;
    margin: 0 0 0 0.35rem;
}
.hospital_show_item .right_top{
    display:flex;
    flex-direction: row;
    align-items:baseline;
    margin-bottom: .5rem;
}
.hospital_show_item .right_top .hos_name{
    line-height: 1rem;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    color: rgba(52,52,52,1);
}
.hospital_show_item .right_top .grade{
    float:left;
    font-size:0.6rem;
    height:0.6rem;
    line-height: 0.5rem;
    color:rgba(253,179,2,1);
    margin-left:0.5rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    background:rgba(248,219,149,0.59);
}
.hospital_show_item .right_top .grade span{
    line-height: 0.65rem;
    white-space: nowrap;
    -webkit-transform: scale(0.58);
    -moz-transform: scale(0.58);
    -ms-transform: scale(0.58);
    -o-transform: scale(0.58);
    transform: scale(0.58);
}
.hospital_show_item .right .address{
    line-height: 0.9rem;
    font-size: 0.6rem;
    color: rgba(102,102,102,1);
    max-width: 11rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hospital_show_item .right .address_desc{
    font-size: 0.6rem;
    line-height: 1.05rem;
    color: rgba(102,102,102,1);
    width: 11rem;
    display: -webkit-box !important;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hospital_show_item .right .right_bottom span{
    float:left;
    font-size:0.05rem;
    color:rgba(29,178,175,1);
    background:rgba(29,178,176,0.2);
    border-radius:0.05rem;
    text-align:center;
    margin-right:0.5rem;
    line-height:0.65rem;
    padding:0 0.25rem;
    margin-top:0.3rem;
}
.down .footer{
    width:100%;
    font-size:0.6rem;
    text-align:center;
    color:rgba(30,178,176,1);
    padding:0.6rem 0;
}

.barrage {
    position: fixed;
    display: block;
    right: 2px;
    z-index: 9;
}

.barrage_name {
    width: 2rem;
}

.barrage_name img {
    width: 100%;
}

.barrage_other {
    width: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}

.barrage_other img {
    width: 55%;

}

.non {
    display: none;
}
.sh_hos_more {
    padding: 10px 0 0 0;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

/* index_cont*/
/*index_banner*/
.index_cont{
    background:rgba(243,245,249,1);
    display: flex;
    flex-direction: column;
}
/*index_banner*/
.index_cont .index_banner{
    background: #fff;
}
.index_cont .index_banner img{
    height: 9.25rem;
    width: 17.75rem;
    background: #fff;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.index_cont .index_banner .swiper-container{
    height: 9.25rem;
}
.index_cont .index_banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.index_cont .index_banner .swiper-container .swiper-pagination-bullet{
    width: 0.3rem;
    height: 0.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.index_cont .index_banner .swiper-container .swiper-pagination-bullet-active{
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.index_cont .index_banner .swiper-container .swiper-pagination.swiper-pagination-bullets{
    text-align: right;
    right: 0;
}
/*index_nav*/
.index_cont .nav{
    background: #fff;
}
.index_cont .swiper-container_nav .swiper-pagination.swiper-pagination-bullets{
    text-align: center;
    right: 0;
}
.index_cont .nav .list_item img{
    width: 2.3rem;
    height: 2.3rem;
}
.index_cont .nav .list_item img span{
    background: pink;
}
.index_cont .nav .list_item{
    width: 3.55rem;
    color: #555555FF;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.index_cont .nav .other .list_item{
    width: 3.55rem;
    display: flex;
    flex-direction:column;
    align-items:center;
}
.index_cont .nav .other .list_item:nth-child(5n){
    margin-right: 0;
}
.swiper-container_nav .swiper-pagination-bullet{
    width: 0.3rem;
    height: 0.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #2E95F9;
    background: #fff;
}
.swiper-container_nav .swiper-pagination-bullet-active{
    width: 0.85rem;
    height: 0.25rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius:0.15rem ;
    background: #2E95F9;
}
/*news*/
.index_cont .news{
    background: #fff;
    padding: 0 0.75rem;
}
.index_cont .news .wrapper{
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
}
.index_cont .news .wrapper > a{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.index_cont .news .wrapper .new_ad{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.index_cont .news .wrapper .new_ad .swiper-container_new{
    height: 1.8rem;
}
.index_cont .news .wrapper > a .health{
    color: #333333;
    font-weight:bold;
    line-height: 0.85rem;
    width: 1.5rem;
}
.index_cont .news .wrapper > a .new_txt{
    color: #2E95F9;
    font-weight:bold;
    line-height: 0.85rem;
    width: 1.5rem;
}
.index_cont .news .wrapper .new_ad a{
    font-size: 0.55rem;
    line-height: 0.95rem;
    color: #666666;
    /*width:14.25rem;*/
    margin-right: 10px;
}

.index_cont .news .wrapper .jibing{
    width:14.25rem;
    display: flex;
    align-items: center;
}


.index_cont .news .line{
    width: .05rem;
    height: 0.7rem;
    background:#CCCCCC;
    margin-left: 0.45rem;
    vertical-align: middle;
}

/*热门医生 recommend_doc*/
.index_cont .recommend_doc{
    background: #fff;
}
.index_cont .recommend_doc .doc_list a{
    width: 4.75rem;
    height: 5rem;
    background:rgba(255,255,255,1);
    box-shadow:0 0.05rem 0.1rem 0 rgba(28,54,80,0.22);
    border-radius:0.2rem;
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
}
.index_cont .recommend_doc .doc_list a img{
    margin-bottom: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius:50%;
}
.index_cont .recommend_doc .doc_list a .doc_name{
    font-size: 0.65rem;
    color: #333333;
    line-height:0.75rem;
}
/*医院排行榜 hos_chart*/
.index_cont .hos_chart{
    background: #fff;
}
.index_cont .hos_chart{
    background: #fff;
}
.index_cont .hos_chart .hos_nav{
    border-bottom: 0.1rem  solid  rgba(204,204,204,0.6);
    font-size: 0.65rem;
    color: #666666FF;
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    height: 1.25rem;
}
.index_cont .hos_chart .hos_nav .nav_item{
    line-height: 0.65rem;
    padding-bottom: 0.5rem;
    bottom: -0.1rem;
    margin-right:1rem;
    border-bottom: 0.1rem solid transparent;
}
.index_cont .hos_chart .hos_nav .nav_item:last-child{
    margin-right:0;
}
.index_cont .hos_chart .hos_nav .nav_item.active{
    border-bottom: 0.1rem solid #2E95F9FF;
    bottom: -0.1rem;
}
.index_cont .hos_chart .hos_nav .nav_item:last-child{
    margin-right: 0;
}
.index_cont .hos_chart .hos_list .list_item{
    display: none;
}
.index_cont .hos_chart .hos_list .list_item.active{
    display: block;
}
.index_cont .hos_chart .hos_list .list_item a{
    display:flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 0.05rem solid rgba(203,203,203,0.3);
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
    margin-right: 0.95rem;
}
.index_cont .hos_chart .hos_list .list_item a:nth-last-child(1){
    border-bottom: none;
    padding-bottom: 0;
}
.index_cont .hos_chart .hos_list .list_item a:nth-last-child(2){
    border-bottom: none;
    padding-bottom: 0;
}
.index_cont .hos_chart .hos_list .list_item a:nth-child(2n){
    margin-right: 0;
}
.index_cont .hos_chart .hos_list .list_item a img{
    width:0.825rem;
    height:0.875rem;
    margin-right: 0.25rem;
}
.index_cont .hos_chart .hos_list .list_item a span{
    width: 7.15rem;
    font-size: 0.7rem;
    color: #333333;
    height: 0.7rem;
    line-height: 0.7rem;
}
.index_cont .hos_chart .hos_list .list_item.more a{
    margin-right: 0;
    width: 100%;
}
.index_cont .hos_chart .hos_list .list_item.more a span{
    flex: 1;
    margin-right: 0.2rem;
    font-size: 0.55rem;
    color: #333333;
    line-height: 1.35rem;
}
/*online_hos医院在线*/
.online_hos .nav_list{
    height:1.4rem;
    border-bottom:1px solid rgba(204,204,204,0.6);
}
.online_hos .nav_list .nav_item{
    padding-top:0.1rem;
    margin-right:1.4rem;
    top:1px;
    height:1.35rem;
    line-height:0.65rem;
    border-bottom:2px solid transparent;
}
.online_hos .nav_list .nav_item.active{
    color:#2E95F9 ;
    border-bottom:2px solid #2E95F9;
}
.online_hos .cont_wrap .cont_list{
    display:none;
}
.online_hos .cont_wrap .cont_list.active{
    display: block;
}
/*recommend_hos 推荐医院*/
.online_hos .cont_wrap .hos_list .hos_item{
    margin-bottom:0.75rem;
}
.online_hos .cont_wrap .hos_list .hos_item a{
    display: flex;
}
.online_hos .cont_wrap .hos_list .hos_item:last-child{
    margin-bottom:0;
}
.online_hos .cont_wrap .hos_list .hos_item a .left{
    width:5.5rem;
    height:3.8rem;
    -webkit-border-radius:0.25rem;
    -moz-border-radius:0.25rem;
    border-radius:0.25rem;
    flex-shrink:0;
}
.online_hos .cont_wrap .hos_list .hos_item a .right{
    width:13.4rem;
    display: flex;
    flex-direction:column;
}
.online_hos .cont_wrap .cont_list  button{
    display: flex;
    justify-content:center;
    align-items:center;
    height:2rem;
    -webkit-box-shadow: 0 -20px 28px 5px #fff;
    -moz-box-shadow: 0 -20px 28px 5px #fff;
    box-shadow: 0 -20px  28px 5px #fff;
    bottom:0;
}
.online_hos .cont_wrap .cont_list button img{
    width:0.4rem;
    height:0.4rem;
}
/*推荐医生*/
.online_hos .cont_wrap .doc_list .doc_item{
    margin-bottom:0.7rem;
}
.online_hos .cont_wrap .doc_list .doc_item a{
    display: flex;
}
.online_hos .cont_wrap .doc_list .doc_item:last-child{
    margin-bottom:0;
}
.online_hos .cont_wrap .doc_list .doc_item .left{
    width:4.05rem;
    height:3.75rem;
    flex-shrink: 0;
}
.online_hos .cont_wrap .doc_list .doc_item .left img{
    width:3.75rem;
    height:3.75rem;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:0 0.15rem;
}
.online_hos .cont_wrap .doc_list .doc_item .left p{
    bottom:0;
    left:0;
    right:0;
    height:0.85rem;
    background:url("https://www.boutiquality.com/style/mhos/image/bg_pic.png") no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.online_hos .cont_wrap .doc_list .doc_item .left p span{
    -webkit-transform: scale(0.83) translateY(-0.2rem);
    -moz-transform: scale(0.83) translateY(-0.2rem);
    -ms-transform: scale(0.83) translateY(-0.2rem);
    -o-transform: scale(0.83) translateY(-0.2rem);
    transform: scale(0.83) translateY(-0.2rem);
}
.online_hos .cont_wrap .doc_list .doc_item .right{
    width:11.95rem;
    padding-top:0.05rem;
    margin-left:1.15rem;
    display: flex;
    flex-direction:column;
}
.online_hos .cont_wrap .doc_list .doc_item .right h4{
    color:#2E95F9;
    font-weight:400;
}
/*hos_dynamic 医院动态*/
.online_hos .cont_wrap .dynamic_list .dynamic_item{
    display: flex;
    height:1.9rem;
    align-items: center;
    border-bottom:1px solid rgba(204,204,204,0.3);
}
.online_hos .cont_wrap .dynamic_list .dynamic_item:last-child{
    margin-bottom:0;
}
.online_hos .cont_wrap .dynamic_list .dynamic_item img{
    width:0.75rem;
    height:0.75rem;
    flex-shrink:0;
}
/*answer_list 患者答疑*/
.online_hos .cont_wrap .answer_list .answer_item{
    display: flex;
    height:1.9rem;
    align-items: center;
    border-bottom:1px solid rgba(204,204,204,0.3);
}
.online_hos .cont_wrap .answer_list .answer_item:last-child{
    margin-bottom:0;
}
.online_hos .cont_wrap .answer_list .answer_item img{
    width:0.75rem;
    height:0.75rem;
    flex-shrink:0;
}
/*名医微视 famed_doc_video*/
.index_cont .famed_doc_video{
    background: #fff;
}
.index_cont .famed_doc_video .video_list .swiper-container_video{
    overflow-scrolling: auto;
}
.index_cont .famed_doc_video .video_list .swiper-wrapper > span{
    width: 15rem;
}
.index_cont .famed_doc_video .video_list .video_item{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
}
.index_cont .famed_doc_video .video_list .video_item img{
    width: 5.45rem;
    height: 3.6rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.index_cont .famed_doc_video .video_list .video_item .doc_intro{
    flex: 1;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.index_cont .famed_doc_video .video_list .video_item .doc_intro .bottom{
    line-height: 1.3rem;
}
.index_cont .famed_doc_video .video_list .video_item .desc{
    font-size: 0.7rem;
    color: #333333FF;
    width: 8.85rem;
    line-height: 1rem;
}
.index_cont .famed_doc_video .video_list .video_item .name{
    font-size: 0.65rem;
    color: #666666FF;
}
.index_cont .famed_doc_video .video_list .video_item .grade{
    padding: 0 0.25rem;
    font-size: 0.55rem;
    height:0.75rem;
    line-height: 0.75rem;
    background:rgba(46,149,249,0.21);
    color:rgba(46,149,249,0.77);
    border-radius:0.25rem;
    margin-top: 0.25rem;
}
.index_cont .famed_doc_video .video_list .video_item .grade span{
    color:rgba(46,149,249,1);
    opacity: 0.6;
}
/*整形频道face_lift*/
.index_cont .face_lift{
    background: #fff;
}
.index_cont .face_lift .face_lift_list{
    background:rgba(254,242,242,1);
    border-radius:0.2rem;
}
.index_cont .face_lift .face_lift_list .new_btn{
    top: 0;
    right: 0;
    font-size: 0.5rem;
    color: #fff;
    width:2.1rem;
    height:0.75rem;
    line-height: 0.75rem;
    background:linear-gradient(77deg,rgba(255,93,97,1),rgba(249,135,139,1));
    border-bottom-left-radius: 0.45rem;
    border-top-right-radius: 0.25rem;
}
.index_cont .face_lift .face_lift_list a{
    margin-right: 1.1rem;
    width: 4rem;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.index_cont .face_lift .face_lift_list a img{
    width: 4rem;
    height: 3.6rem;
    margin-bottom: 0.3rem;
    -webkit-border-radius:0.25rem;
    -moz-border-radius:0.25rem;
    border-radius:0.25rem;
}
.index_cont .face_lift .face_lift_list a span{
    line-height: 0.85rem;
    font-size: 0.65rem;
    color: #333333;
}
.index_cont .face_lift .face_item_show .nav_item{
    text-align: center;
    width: 4.25rem;
    height: 1.65rem;
    line-height:1.65rem;
    background:rgba(249,244,248,1);
    border-radius:0.25rem;
    color: #666666;
    font-size: 0.65rem;
    margin-right: 0.675rem;
}
.index_cont .face_lift .face_item_show .nav{
    padding: 0 0.4rem;
}
.index_cont .face_lift .face_item_show .nav_item.active{
    text-align: center;
    width: 4.25rem;
    height: 1.65rem;
    line-height:1.65rem;
    border-radius:0.25rem;
    color: #F9F3F7;
    font-size: 0.65rem;
    margin-right: 0.675rem;
    background:rgba(46,149,249,1);
}
.index_cont .face_lift .face_item_show .show_list .show_item{
    display: none;
}
.index_cont .face_lift .face_item_show .show_list .show_item.active{
    display:block;
}
.index_cont .face_lift .face_item_show .show_list a{
    display:flex;
    flex-direction:row;
    align-items: flex-start;
}
.index_cont .face_lift .face_item_show .show_list a >span{
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.index_cont .face_lift .face_item_show .show_list a img{
    width: 5.45rem;
    height: 3.5rem;
    -webkit-border-radius:0.25rem;
    -moz-border-radius:0.25rem;
    border-radius:0.25rem;
}
.index_cont .face_lift .face_item_show .show_list a .title{
    width: 11.55rem;
    line-height:1.5rem;
    font-size: 0.7rem;
    color: #333333;
}
.index_cont .face_lift .face_item_show .show_list a .desc{
    /*width: 11.85rem;*/
    line-height: 0.9rem;
    font-size: 0.6rem;
    color: #666666;
}
.index_cont .face_lift .face_item_show .show_list a > span{
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
/*健康新闻 health_news*/
.index_cont .health_news{
    background: #fff;
}
.index_cont .health_news .news_top{
    width: 17.8rem;
    height: 5.2rem;
    background: url("https://www.boutiquality.com/style/mhos/image/health_img_01.png") no-repeat top left;
    background-size: cover;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.index_cont .health_news .news_top span{
    margin-left: 5.6rem;
    width: 11.4rem;
}
.index_cont .health_news .news_top span:first-child{
    color: #333333;
    line-height:1.2rem;
}
.index_cont .health_news .news_top span:last-child{
    line-height: 0.9rem;
    font-size: 0.6rem;
    color:#666666;
}
.index_cont .health_news .news_show .nav_item{
    text-align: center;
    width: 4.25rem;
    height: 1.65rem;
    line-height:1.65rem;
    background:rgba(249,244,248,1);
    border-radius:0.25rem;
    color: #666666;
    font-size: 0.65rem;
    margin-right: 0.675rem;
}
.index_cont .health_news .news_show .nav_item:last-child{
    margin-right: 0;
}
.index_cont .health_news .news_show .nav{
    padding: 0 0.4rem;
}
.index_cont .health_news .news_show .nav_item.active{
    width: 4.25rem;
    height: 1.65rem;
    line-height:1.65rem;
    background:rgba(46,149,249,1);
    border-radius:0.2rem;
    color: #F9F4F8;
    font-size: 0.55rem;
}
.index_cont .health_news .news_show .show_list .show_item{
    display: none;
}
.index_cont .health_news .news_show .show_list .show_item.active{
    display:block;
}
.index_cont .health_news .news_show .show_list a{
    display:flex;
    flex-direction:row;
    align-items: flex-start;
}
.index_cont .health_news .news_show .show_list a img{
    width: 5.45rem;
    height: 3.5rem;
    -webkit-border-radius:0.25rem;
    -moz-border-radius:0.25rem;
    border-radius:0.25rem;
}
.index_cont .health_news .news_show .show_list a .title{
    width: 11.55rem;
    line-height:1.5rem;
    font-size: 0.7rem;
    color: #333333;
}
.index_cont .health_news .news_show .show_list a .desc{
    width: 11.85rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
    color: #666666;}
.index_cont .health_news .news_show .show_list a > span{
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
/*疾病百科disease*/
.index_cont .disease{
    background: #fff;
    padding-bottom: 1.2rem;
}
.index_cont .disease table{
    border-collapse:collapse;
}
.index_cont .disease table tr{
    border-top: 0.05rem solid rgba(203,203,203,0.3);
}
.index_cont .disease table tr td{
    padding-bottom: 0.6rem;
}
.index_cont .disease table tr td a{
    width: 4.7rem;
    height: 0.65rem;
    line-height: 0.65rem;
    margin-top: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_cont .disease table tr td:first-child{
    font-size: 0.75rem;
    width: 4.5rem;
    color: #2E95F9;
    text-align: center;
    margin-top: 0;
}

/* 推荐医生 */
.home_doc_lists7_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
}

.home_doc_list7_4 {
    width: 23%;
    margin: 5px 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 5px 0 #eee;
}

.home_doc_list7_4 div {
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home_doc_list7_4 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;

}

.home_doc_list7_4 .home_doc_list7_4_docname {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}


/* 改版医院推荐 */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

.none {
    display: none !important;
}


.scroll-lists {
    background: #fff;
    display: flex;
    white-space: nowrap;
    overflow-y: scroll;
    font-size: 15px;
}

.scroll-lists::-webkit-scrollbar {
    display: none
}

.scroll-list {
    margin: 5px;
    padding: 0 8px;
    border-radius: 3px;
    cursor: pointer;
}

.scroll-list-active {
    background: rgba(46,149,249,1);
    color: white;
}


.hos-lists {
    padding: 12px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hos-list {
    width: 48%;
}

.hos-list-img {
    width: 100%;
    position: relative;

}

.hos-list-img img {
    width: 100%;
    height: 110px;
}

.hos-list-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 00.5);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
}


.hos-list-keshi-lists {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hos-list-keshi-list {
    min-width: 27%;
    margin-bottom: 5px;
    display: flex;
}

.hos-list-keshi-list-name {
    max-width: calc(100% - 20px);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hos-list-keshi-list-tips {
    flex: none;
    font-size: 12px;
    color: #fff;
    background: #f55;
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
    transform: scale(0.5);
    margin-left: -5px;
}




/* 医院特色科室 */
.hos_keshi_hos_lists {
    padding: 0rem 0.5rem 0.5rem 0.5rem ;
    background: #fff;
}

.hos_keshi_hos_list {
    margin: 4px 0;
}

.hos_keshi_hos {}



.hos_keshi_hos>a:nth-child(1) {
    font-size: 0.7rem;
    font-weight: bold;
}

.hos_keshi_hos span {
    font-size: 0.6rem;
    margin-right: 10px;
}

.hos_keshi_hos span i {
    color: #0A86F5;
}

.hos_keshi_lists {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    overflow-x: scroll;
    position: relative;
}

.hos_keshi_lists::-webkit-scrollbar {
    display: none;
}

.hos_keshi_lists div {
    margin: 5px 0;
    flex: none;
    text-align: center;
    /* border: 1px solid #DBDBDB;
border-collapse: collapse; */
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px dashed #DBDBDB;
}

.hos_keshi_lists_row {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px dashed #DBDBDB;
}

.hos_keshi_lists_row>div:last-child {
    height: 1em;
    width: 30px;
    background: #fff;
    border-left: 1px dashed #DBDBDB;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hos_keshi_lists_row>div:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hos_keshi_lists_row>div:last-child a img{
    width:15px;
}

.hos_keshi_lists a {
    font-size: 0.65rem;
}

.hos_keshi_lists a img {
    width: 0.5rem;
}



/*热门医院*/
.index_cont .hot_hos {
    background: #fff;
}

.index_cont .hot_hos .hos_list {
   /* margin-left: 0.25rem;*/
}

.index_cont .hot_hos .item_wrapper {
    margin: 0 0.5rem 0.6rem 0.5rem;
    border-radius: 0.25rem;
    padding: 0.7rem 0.325rem 0rem 0.325rem;
    flex-wrap: wrap;
}

.index_cont .hot_hos .item_wrapper:nth-child(2) {
    background: rgba(244, 250, 255, 1);
    margin-bottom: 0;
}

.index_cont .hot_hos .hos_list a {
    width: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:8px;
}

.index_cont .hot_hos .hos_list a:last-child {
    margin-right: 0;
}

.index_cont .hot_hos .hos_list a img {
    width:3.8rem;
    height:3.8rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}

.index_cont .hot_hos .hos_list a .hos_name {
    width: 3.3rem;
    font-size: 0.55rem;
    color: #333333;
    line-height: 1.5em;
    margin-top: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hos_info{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 1rem);
    box-sizing: border-box;
}

a:active{
    background: none;
}