.disgraceful{
    z-index: 999; 
    position: fixed; 
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.39);
    display: none;
}
.disgraceful>img{
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 95px;
}
.bigdialog{
    position: relative;
    left: 50%;
    margin-left: -205px;
    top: 50%;
    margin-top: -145px;
    background: rgba(255, 255, 255);
    box-shadow: 0  0 15px 0 rgba(249, 249, 249, 0.39);
}
.bigdialog>img{
    position: absolute;
    top: -173px;
    left: 0;
}
.dialog{
    width: 410px;
    height: 455px;
    background: rgba(255, 255, 255);
    position: absolute;
    border-radius: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.dialog>p:nth-child(2){
    font-size: 14px;
}
.dialog>p:nth-child(3){
    /* padding: 5px; */
}
.dialog>p:nth-child(3) span{
    width: 188px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    background: rgba(249, 249, 249, 0.39);
    border-radius: 30px;
    text-align: center
}
.dialog>p:nth-child(3) button{
    border: 0;
    width: 114px;
    height: 47px;
    background: rgba(120, 185, 250, 0.39);
    border-radius: 30px;;
}
.hospital_left{
    width: 865px;
}
.hospital_right{
    width: 325px;
}
.hospital_left_padding{
    /* background: #f5f5f5; */
    padding: 4px;
    box-sizing: border-box;
    border-radius: 6px;
	padding-right: 10px;
}
.hospital_content{
    margin-top: 20px;
}
.hospital_list_title{
    height: 68px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 6px;
    line-height: 68px;
    padding-left: 50px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #FF8686;
    position: relative;
}
.hospital_list_title h1{
    font-weight: bold;
    float: left;
}
.hospital_list_title::before{
    content: "";
    width: 12px;
    height: 12px;
    background: #FF8686;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 28px;
}
.hospital_list_title span{
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 68px;
}
.hospital_list_title span i{
    color: #FF8686;
}
.hospital_list_group{
    padding: 30px 30px 30px 40px;
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 6px;
}
.group_head_img{
    width: 54px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
}
.group_head_img img{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    object-fit: cover;
}
.group_people_one{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #999999;
    margin-top: -7px;
    letter-spacing: 1px;
}
.group_people_two{
    margin-top: 10px;
}
.group_people_one i{
    color: #FF8686;
}
.group_people_two img{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-left: -15px;
    display: inline-block;
    vertical-align: middle;
}
.group_people_two .txt{
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 29px;
    margin-left: 5px;
}
.group_people{
    margin-left: 30px;
}
.user_img{
    padding-left: 15px;
}
.group_people_one img{
    vertical-align: -4px;
}
.group_btn a{
    width: 113px;
    height: 35px;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.4);
    border-radius: 6px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #F24747;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}
.group_btn a:hover{
    color: #FFFFFF;
}
.hospital_list{
    margin-top: 6px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 25px 30px 0 25px;
}
.hospital_list li{
    position: relative;
    margin-bottom: 20px;
}
.hospital_list li:last-child{
    margin-bottom: 0;
}
.hospital_left_img{
    width: 230px;
    height: 160px;
    border-radius: 12px;
}
.hospital_right_info{
    margin-left: 15px;
    margin-top: 10px;
    width: calc(100% - 245px);
    padding-bottom: 26px;
    border-bottom: 1px dashed #E6E6E6;
}
.hospital_name{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    letter-spacing: 1px;
}
.hospital_name h6{
    font-weight: bold;
}
.hospital_name img{
    margin-left: 15px;
    margin-top: -5px;
}
.hospital_address{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    margin-top: 15px;
}
.hospital_phone{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    margin-top: 5px;
}
.hospital_tags{
    margin-top: 15px;
}
.hospital_tags span{
    background: rgba(255, 134, 134, .07);
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.4);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #FF8686;
    padding: 7px 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.zx_btn{
    width: 114px;
    height: 38px;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(242, 71, 71, 0.3);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #F24747;
    line-height: 38px;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
}
.zx_btn >img:nth-child(2){
    width: 120px;
    height: 120px;
    width: 115px;
    position: absolute;
    left: -4px;
    top:40px;
    display: none;
}
.zx_btn:hover{
    box-shadow: 0px 4px 12px 0px rgba(99,99,99,0.43);
}
.zx_btn:hover >.blockImg{
    display: block
}
.zx_btn img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.groups{
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}
.groups a img{
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}
.groups>img{
    width: 100%;
    height: 226px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}
.groups ul{
    padding: 0 23px 20px 20px;
}
.groups ul li{
    margin-top: 23px;
}
.groups_left{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 26px;
}
.groups_left img{
    margin-right: 10px;
}
.groups_right a{
    width: 51px;
    height: 26px;
    border: 1px solid #0089FF;
    opacity: 1;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #0089FF;
    text-align: center;
    display: block;
    box-sizing: border-box;
    transition: .3s;
}
.groups_right a:hover{
    border: 1px solid #FF8686;
    color: #FF8686;
}
.haoYun_Introduction{
    margin-top: 20px;
    background: #fff;
    width: 857px;
    padding: 20px;
    /* border: 4px solid #f5f5f5; */
    box-sizing: border-box;
    padding-top: 0;
}
.haoYun_tabLists{
    margin-top: 40px;
}
.haoYun_tabList{
    margin-top: 20px;
    display: none;
}
.haoYun_tabList.active{
    display: block;
}
.haoYun_nav>div{
    font-size: 16px;
    float: left;
    width: 90px;
    height: 37px;
    margin-right: 10px;
    border-radius: 8px;
    background: #fff;
    line-height: 37px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}
.haoYun_nav>div.active{
    background: #FF8686;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.3);
}
.haoYun_tabList li{
    width: 370px;
    margin-right: 30px;
}
.haoYun_tabList li:last-child{
    margin-right: 0;
}
.haoYun_tabList_top{
    height: 166px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
}
.haoYun_tabList_top .fl{
    width: 168px;
    height: 128px;
    border-radius: 12px;
}
.haoYun_tabList_top .fr{
    width: calc(100% - 178px);
}
.haoYun_tabList_top .fr div{
    font-size: 14px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.haoYun_tabList_top .fr p{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-top: 18px;
}
.haoYun_news div{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 5px;
    box-sizing: border-box;
    position: relative;
}
.haoYun_news div:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url("../image/list-unhover.png") no-repeat center;
    background-size: 100% 100%;
}
.haoYun_news div:hover::before {
    background-image: url("../image/list-hover.png");
}
.haoYun_news div a{
    color: #4D4D4D;
    padding-left: 15px;
}
.haoYun_news{
    margin-top: 20px;
}
.hospital_detail{
    margin-top: 20px;
}
.hospital_detail_left{
    width: 820px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;

}
.hospital_detail_right{
    width: 315px;
	padding-left: 10px;
}
.hospital_img{
    width: 370px;
    height: 334px;
    border-radius: 12px;
}
.hospital_info{
    width: calc(100% - 410px);
	margin-right: 15px;
}
.hospital_info .name{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
}
.hospital_info .name h1{
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.hospital_info .name img{
    margin-left: 30px;
}
.hospital_info .address{
    margin-top: 19px;
}
.hospital_info .address,.hospital_info .phone{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
}
.hospital_info .phone{
    margin-top: 15px;
}
.hospital_info .introduce{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 20px;
    line-height: 150%;
}
.hospital_info .tags{
    margin-top: 18px;
}
.hospital_info .tags span{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    color: #FF8686;
    padding: 5px 15px;
    background: rgba(255, 134, 134, .07);
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.4);
    border-radius: 6px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.hospital_catalogue{
    background: #FAFAFA;
    border-radius: 12px;
    padding: 30px 40px;
    margin-top: 30px;
}
.catalogue_title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 40px;
    height: 100%;
}
.catalog-list>ul li{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
}
.catalog-list>ul li h3{
    line-height: 40px;
    font-weight: bold;
}
.catalog-list>ul li>a:hover{
    color: #4D4D4D;
}
.catalog-list>ul li:last-child{
    margin-bottom: 0;
}
.catalog-list>ul li span{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: block;
    line-height: 41px;
}
.catalog-list ul{
    width: 25%;
    text-align: right;
}
.catalog-list{
    width: calc(100% - 60px);
}
.hospital_basicInfos{
    margin-top: 30px;
}
.basicInfos_list ul{
    width: 50%;
    padding-right: 33px;
    box-sizing: border-box;
}
.basicInfos_list li{
    padding: 20px 0 12px;
    font-size: 14px;
    color: #4D4D4D;
    border-bottom: 1px dashed rgba(99,99,99,.3);
}
.basicInfos_list li span:first-child{
    color: #999999;
    width: 110px;
    float: left;
}
.basicInfos_list li span:last-child{
    float: left;
    width: calc(100% - 110px);
}
.basicInfos_list li::after{
    content: "";
    clear: both;
    display: block;
}
.basicInfos_list ul:last-child{
    padding-left: 33px;
    padding-right: 0;
}
.basicInfos_list{
    margin-top: 20px;
}
.basicInfos_list li span:last-child a{
    color: #0089FF;
}
.hospital_overview{
    margin-top: 30px;
}
.hospital_overviewText div{
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
    margin: 20px 0;
}
.hospital_overviewText p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 20px 0;
    text-indent: 2em;
}
.hospital_overviewText img{
    overflow: hidden;
    border-radius: 12px;
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
.hospital_expert{
    margin-top: 30px;
}
.swiper-container-rows {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-rows .swiper-slide {
    font-size: 18px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(128, 128, 128, 0.15);
    opacity: 1;
    border-radius: 12px;
    padding: 20px 20px 20px;
    box-sizing: border-box;
    transition: .5s;
    width: 389px;

    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-rows .swiper-slide:hover{
    box-shadow: 0px 4px 12px 0px rgba(128, 128, 128,0.4);
}
.modular4_img{
    width: 67px;
    height: 67px;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1;
}
.swiper-button-div{
    position: relative;
    width: 125px;
    height: 43px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.2);
    opacity: 1;
    border-radius: 22px;
    margin: 15px auto 0;
}
.swiper-button-div .swiper-button-next{
    background: url("../image/134.png")no-repeat center center;
    width: 13px;
    height: 21px;
    background-size: 13px 21px;
    right: 27px;
    top: 11px;
    margin-top: 0;
}
.swiper-button-div .swiper-button-prev{
    background: url("../image/133.png")no-repeat center center;
    width: 13px;
    height: 21px;
    background-size: 13px 21px;
    left: 27px;
    top: 11px;
    margin-top: 0;
}
.swiper-button-div::after{
    content: "";
    display: block;
    height: 26px;
    width: 1px;
    background: #E6E6E6;
    position: absolute;
    left: 62px;
    top: 9px;
}
.swiper-slider{
    overflow: hidden;
    padding: 20px 5px 10px 5px;
}
.modular4_text>div>span{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    padding-right: 8px;
}
.modular4_text>div{
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}
.modular4_text{
    width: calc(100% - 67px);
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 22px;

}
.modular4_text>span{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    display: block;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.modular4_p{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.modular4_btn{
    margin-top: 30px;
}
.modular4_btn a{
    width: 89px;
    height: 32px;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(237, 104, 138, 0.4);
    line-height: 32px;
    border-radius: 21px;
    display: block;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #F24747;
    text-align: center;
}
.hospital_answer{
    margin-top: 30px;
}
.swiper-container-answer {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-answer .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}
.answer_slider{
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 0 45px;
}
.swiper-slide .answer_div:last-child{
    margin-bottom: 0;
}
.answer_div{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px 60px 30px 35px;
    margin-bottom: 20px;
}
.answer_img{
    width: 77px;
    height: 77px;
    border-radius: 50%;
    margin-right: 15px;
}
.answer_name div{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
}
.answer_name span{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    display: block;
    margin-top: 15px;
}
.rfg{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-top: 10px;
}
.answer_div_right{
    width: calc(100% - 168px);
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 13px;
}
.answer_div_right a{
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.answer_div_right a::before {
    content: "问";
    width: 22px;
    height: 22px;
    box-shadow: rgba(255, 134, 134, 0.3) 0px 3px 6px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: rgb(242, 71, 71) 0px 3px 6px;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    background: rgb(255, 134, 134);
    border-radius: 6px;
    text-align: center;
}
.answer_div_right p {
    margin-top: 15px;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: rgba(77,77,77,.7);
    text-align: justify;
}
.answer_div_right p::before {
    content: "答";
    width: 22px;
    height: 22px;
    box-shadow: rgba(119, 192, 255, 0.3) 0px 3px 6px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 137, 255) 0px 3px 6px;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    background: rgb(119, 192, 255);
    border-radius: 6px;
    text-align: center;
}
.answer_div_right span{
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    display: block;
    text-align: right;
}
.answer_div_right span img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.answer_btn{
    position: absolute;
    bottom: -36px;
    right: 0;
    width: 102px;
    height: 36px;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.3);
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #F24747;
    line-height: 36px;
    padding-left: 40px;
    box-sizing: border-box;
}
.answer_btn .swiper-button-next{
    background: url("../image/135.png")no-repeat;
    background-size: 38px;
    left: 0;
    top: 24px;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 31px;
}
.hospital_about,.hospital_about_list{
    margin-top: 30px;
}
.hospital_about_list ul{
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}
.hospital_about_list ul:last-child{
    padding-right: 0;
}
.hospital_about_list li{
    margin-bottom: 15px;
}
.hospital_about_list li:last-child{
    margin-bottom: 0;
}
.hospital_about_list li a{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    display: inline-block;
    width: 250px;
}
.hospital_about_list li span{
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    display: inline-block;
    float: right;
}
.hospital_Navigation{
    margin-top: 30px;
}
.hospital_Navigation_div{
    margin-top: 20px;
}
.hospital_hot{
    background: #FAFAFA;
    border-radius: 12px;
    padding: 12px 12px 12px 0;
    width: 824px;
    box-sizing: border-box;
    margin: auto;
}
.hospital_hot li a{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.hospital_hot li a i{
    background: url("../image/124.png")no-repeat center center;
    width: 51px;
    height: 22px;
    background-size: 51px 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #77C0FF;
    line-height: 22px;
    padding-left: 21px;
    box-sizing: border-box;
}
.hospital_hot li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 20px;
	margin-left: 15px;
}
.hospital_hot_city{
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 0;
    padding: 20px 0 20px 20px;
}
.hospital_hot_city a{
    font-size: 14px;
    color: #4D4D4D;
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
}
.hospital_hot_city .more{
    margin-right: 0;
    color: #FF8686;
}
.hospital_hot_city .more img{
    display: inline-block;
    vertical-align: -1px;
}
.hospital_city_level li span{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    display: inline-block;
    vertical-align: top;
}
.hospital_city_level li div{
    width: calc(100% - 35px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}
.hospital_city_level li div a{
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    transition: .3s;
}
.hospital_city_level ul{
    font-size: 0;
}
.hospital_city_level li{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
}
.hospital_city_level{
    margin-top: 20px;
}
.hospital_city_level li div a:hover{
    color: #FF8686;
}
.hospital_sever,.hospital_sever_tabList,.hospital_sever_detail{
    margin-top: 20px;
}
.hospital_sever_nav li{
    display: inline-block;
    border-radius: 21px;
    line-height: 34px;
    height: 34px;
    padding: 0 30px;
    font-size: 16px;
    color: #4D4D4D;
    cursor: pointer;
}
.hospital_sever_nav li.active{
    color: #fff;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(255, 134, 134, 0.3);
}
.hospital_sever_img{
    width: 280px;
    height: 170px;
    border-radius: 12px;
}
.hospital_sever_text{
    width: calc(100% - 330px);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #4D4D4D;
    margin-left: 15px;
}
.hospital_sever_icon{
    margin-top: 20px;
}
.hospital_sever_icon li{
    width: 124px;
    height: 127px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
    margin-right: 35px;
    transition: .3s;
}
.hospital_sever_icon li:last-child{
    margin-right: 0;
}
.hospital_sever_icon li img{
    display: block;
    margin: auto;
}
.hospital_sever_icon li span{
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.hospital_sever_icon li:hover{
    box-shadow: 0px 4px 12px 0px rgba(99,99,99,0.43);
}
.hospital_padding{
    padding-left: 20px;
    box-sizing: border-box;
}
.hospital_sever_list{
    display: none;
}
.hospital_sever_list.active{
    display: block;
}
.hospital_baiKe,.hospital_baiKe_list{
    margin-top: 20px;
}
.hospital_baiKe_list{
    font-size: 0;
}
.hospital_baiKe_list a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #4D4D4D;
    width: 20%;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px;
    box-sizing: border-box;
}
.hospital_baiKe_list a:nth-last-child(-n+5){
    margin-bottom: 0;
}
.hospital_detail_right_img{
    height: 195px;
    border-radius: 12px;
}
.detail_haoYun_Introduction,.swiper-container-index-banner{
    height: 5px;
}
.hospital_box{
    margin-top: 20px;
}
.haoYun_img p {
    font-size: 30px;
    margin-top: -41px;
   
}
/* .pagination li{
    width: 25px;
    border: 1px solid #eee !important;
}
.pagination .active{
    background: #FF8686;
    color: #FFF;
} */
.fixed{
    position: fixed;
    top: 0;
    /* right: 352px; */
    width: 324px;
}
.basicInfos_img h2{
    font-size: 30px;
    margin-top: -35px
}
.answer_div_left .answer_name {
    min-width: 57px;
}
@media screen and (max-width: 768px){ 
    .basicInfos_img p{
        font-size: 20px;
        margin-top: -19px;
        font-weight: bold
    }
    .bigdialog{
        margin-left: -165px;
    }
    .disgraceful>img{
        position: absolute;
        left: 50%;
        margin-left: 120px;
        top: 95px;
        z-index: 999
    }
    .dialog>p:nth-child(3) span{
        width: 165px;        
    }
    .dialog{
        width: 315px;
        
    }
    .bigdialog>img{
        width: 315px;
        position: absolute;
        top: -115px;
        left: 0;
    }
    .pagination{
        display: flex;
        justify-content: center;
    }
    .zx_btn:hover >.blockImg{
        display: none
    }
    .haoYun_img p{
        font-size: 20px;
        margin-top: -27px;
        font-weight: bold
    }
    .hospital_city,.hospital_right{
        display: none;
    }
    .hospital_left{
        width: 100%;
    }
    .hospital_left_padding{
        padding: 0;
    }
    .hospital_content{
        margin-top: 0;
    }
    .hospital_list_title{
        font-size: 1rem;
        padding-left: 40px;
        height: 58px;
        line-height: 58px;
    }
    .hospital_list_title::before{
        width: 8px;
        height: 8px;
        left: 20px;
        top: 26px;
    }
    .hospital_list_title span {
        line-height: 58px;
    }
    .group_head_img{
        width: 45px;
        height: 45px;
        border-radius: 6px;
        overflow: hidden;
    }
    .group_head_img img{
        width: 15px;
        height: 15px;
    }
    .group_people_one{
        font-size: 1rem;
        letter-spacing: 0;
    }
    .group_people_two img {
        width: 20px;
        height: 20px;
        margin-left: -12px;
    }
    .group_people_two .txt{
        line-height: 20px;
    }
    .group_people{
        margin-left: .875rem;
    }
    .group_people_one img {
        margin-left: 15px;
    }
    .hospital_list_group{
        padding: 1.25rem .75rem 1.25rem 1.25rem;
        border-radius: 0;
    }
    .group_btn a{
        font-size: 12px;
        width: 85px;
        height: 30px;
        line-height: 30px;
    }
    .hospital_left_img{
        width: 7.5rem;
        height: 5rem;
        border-radius: 0;
    }
    .hospital_tags,.hospital_name img{
        display: none;
    }
    .hospital_right_info{
        margin-top: 0;
        width: 100%
    }
    .hospital_address,.hospital_phone{
        font-size: .75rem;
    }
    .hospital_list{
        padding: 1.25rem;
        border-radius: 0;
    }
    .hospital_address{
        margin-top: .625rem;
    }
    .hospital_phone{
        margin-top: 1.1875rem;
    }
    .zx_btn img{
        display: none;
    }
    .zx_btn{
        font-size: .75rem;
        width: auto;
        height: 28px;
        line-height: 28px;
        padding: 0 .625rem;
        right: -10px;
        top: 54px;
    }
    .hospital_list li{
        margin-bottom: 1.875rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .haoYun_Introduction{
        margin-top: 0;
        width: 100%;
    }
    .haoYun_img img{
        width: 70%;
    }
    .haoYun_nav>div{
        width: 33.33%;
        margin-right: 0;
    }
    .haoYun_tabLists,.haoYun_tabList.active{
        margin-top: 1.25rem;
    }
    .haoYun_tabList li{
        width: 100%;
        margin-right: 0;
        display: none;
    }
    .haoYun_tabList li:first-child{
        display: block;
    }
    .haoYun_news div{
        padding-left: 1rem;
    }
    .hospital_name{
        font-size: 0.875rem;
    }
    .hospital_box {
        margin-top: 10px;
    }
    .hospital_detail_left,.hospital_img,.hospital_info{
        width: 100%;
    }
    .hospital_info {
        float: none;
    }
    .hospital_detail_right{
        display: none;
    }
    .hospital_info .address,.hospital_info .phone{
        margin-top: 10px;
    }
    .hospital_img{
        height: 180px;
        border-radius: 0;
        margin-bottom: 10px;
    }
    .hospital_info .tags span:first-child{
        margin-left: 0;
    }
    .hospital_info .tags span{
        padding: 5px 8px;
    }
    .hospital_info .introduce,.hospital_catalogue{
        display: none;
    }
    .basicInfos_img img{
        display: block;
        width: 83%;
    }
    .basicInfos_list ul{
        width: 100%;
        padding-right: 0;
        padding-left: 0 !important;
    }
    .modular4_img {
        width: 40px;
        height: 40px;
    }
    .modular4_text {
        width: calc(100% - 40px);
        padding-left: 10px;
        margin-top: 0;
    }
    .swiper-container-rows .swiper-slide{
        padding: 20px 10px 20px;
    }
    .modular4_text>div {
        font-size: 12px;
    }
    .modular4_text>div>span {
        display: block;
        font-size: 14px;
        margin-bottom: 2px;
    }
    .modular4_p {
        font-size: 12px;
        text-align: justify;
        margin-top: 10px;
    }
    .modular4_btn {
        margin-top: 15px;
    }
    .modular4_btn a {
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .modular4_text>span,.swiper-button-div{
        display: none;
    }
    .answer_div {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .answer_img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .answer_name div {
        font-size: 14px;
    }
    .answer_name span {
        font-size: 12px;
        margin-top: 10px;
    }
    .rfg {
        font-size: 12px;
        margin-top: 10px;
    }
    .answer_div_right {
        width: calc(100% - 127px);
        padding-left: 10px;
        box-sizing: border-box;
        margin-top: 0;
    }
    .answer_div_right a {
        font-size: 15px;
        padding-left: 30px;
        height: 22px;
    }
    .answer_div_right p {
        margin-top: 15px;
        padding-left: 30px;
        font-size: 12px;
    }
    .answer_div_right span{
        display: none;
    }
    .rfg img{
        width: 62%;
    }
    .answer_div_right a::before,.answer_div_right p::before{
        font-weight: 100;
    }
    .answer_btn {
        width: 96px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        right: 50%;
        margin-right: -48px;
        bottom: -33px;
    }
    .answer_btn .swiper-button-next {
        top: 21px;
        line-height: 32px;
    }
    .hospital_about_list ul{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0;
    }
    .hospital_about_list ul:last-child{
        display: none;
    }
    .hospital_Navigation{
        display: none;
    }
    .hospital_sever_nav{
        font-size: 0;
    }
    .hospital_sever_nav li{
        width: 25%;
        box-sizing: border-box;
        padding: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .hospital_sever_nav li:nth-child(n+5){
        display: none;
    }
    .hospital_padding{
        padding-left: 0;
    }
    .hospital_sever_img,.hospital_sever_text{
        width: 100%;
        margin-left: 0;
        line-height: 20px;
        margin-top: 10px;
        text-align: justify;
        height: 160px;
        border-radius: 0;
    }
    .hospital_sever_icon li:nth-child(n+4){
        display: none;
    }
    .hospital_sever_icon li{
        float: left;
        margin-right: 5%;
        width: 30%;
        height: 115px;
    }
    .hospital_sever_icon li:nth-child(3n){
        margin-right: 0;
    }
    .hospital_sever_icon li span{
        font-size: .875rem;
        margin-top: 10px;
        font-weight: 500;
    }
    .hospital_sever, .hospital_sever_tabList, .hospital_sever_detail{
        margin-top: 1rem;
    }
    .hospital_baiKe{
        display: none;
    }
    .detail_haoYun_Introduction,.hospital_detail{
        display: block;
        margin-top: 20px;
    }
    .hospital_about{
        margin-top: 10px;
    }
    .hospital_answer .basicInfos_img img,.hospital_about .basicInfos_img img,.hospital_sever .basicInfos_img img{
        width: 55%;
    }
    .ph-city{
        display: block;
        height: 3.125rem;
        line-height: 3.125rem;
        background: rgb(242,242,242);
    }
    .ph-city-left{
        font-size: .875rem;
    }
    .ph-city-left>span{
        font-size: 1.125rem;
        font-weight: bold;
        color: rgb(255,138,0);
    }
    .ph-city-right{
        color: #FF8686;
        font-size: .875rem;
        display: block;
    }
    .swiper-container-index-banner{
        display: block;
    }
  /*   .hospital_right {*/
  /*  display: block;*/
  /*}*/
  .first-child{
          display: inline flow-root list-item;
  }
  .hospital_right {
      display: none;
  }
}

.pages > a,.pages > li {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
}

.pages > a:hover ,.pages > li:hover,.pages > li:hover a{
  color: #fff !important;
  background-color: #ff9f9f;
}

.pages > a:first-child {
  display: none;
}
.pages > b ,.pages .thisclass{
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  background-color: #ff8686;
  color: #fff;
  font-weight: inherit;
}
.pages > b:hover,.pages .thisclass:hover{
  background-color: #ff9f9f;
  color: #fff !important;
}
@media screen and (max-width: 542px){ 
    .hospital_list_title  .fr{
        /*display: none;*/
        font-size: 10px;
    }
}