.flex {
	display: flex;
}

.fdcl {
	flex-direction: column;
	/* 垂直排列 */
}
img{
	object-fit: cover;
}
.flex1 {
	flex: 1;
}

.aic {
	align-items: center;
}

.jsp {
	justify-content: space-between;
}
main{
	min-height: 80vh;
}
.fwrap {
	flex-wrap: wrap;
}

.zuo_jiantou {
	width: .38rem;
	height: .33rem;
	justify-content: left;
	margin-right: auto;
}

.head .zuo_jiantou a img {
	width: 100%;
	height: 100%;
	float: left;
}

.bored {
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}
.diandian{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.duodiandian{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pb20 {
	padding-bottom: .2rem;
}

.bored_none {
	border: none !important;
}
/* 头部 */
.newhead_goback {
    width: 20%;
    height: 100%;
    float: left;
    display: inline-block;
    line-height: .9rem;
}
.newhead_goback img {
   width: 0.38rem;
    height: 0.38rem;
    margin-top: 13px;
}
.newhead_title {
    width: 80%;
    height: 100%;
    float: left;
    line-height: .9rem;
    font-size: 0.36rem;
    text-align: center;
}
.newhead_menu {
    width: 20%;
    height: 100%;
    float: left;
    line-height: .9rem;
    text-align: right;
}
.newhead_menu img {
    width: 0.38;
    height: 0.35rem;
    margin-top: 0.28rem;
    margin-right: 0.06rem;
}
/* 医院详情 */
.weizhi {
	margin: .2rem;
	height: .45rem;
	line-height: .45rem;
	font-size: .24rem;
	color: #999999;
}

.weizhi>a {
	color: #999999;
}

.introduce {
	padding: 0 .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #E6E6E6;
}

.introduce img {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: .10rem;
}

.introduce_right {
	margin: .04rem 0;
	margin-left: .2rem;
}

.introduce_right>p {
	font-size: .3rem;
	color: #333333;
	font-weight: bold;
	margin-top: 0.15rem;
}

.introduce_right>div p {
	font-size: .24rem;
	color: #999999;
	line-height: .5rem;
}

.introduce_right>div>p>span {
	color: #333;
}

.introduce_right>div a {
	padding: 0 .15rem;
	height: .4rem;
	line-height: .4rem;
	font-size: .18rem;
	color: #F4B00C;
	border: 1px solid #F4B00C;
	border-radius: .06rem;
	margin-right: .2rem;
}

.introduce>p {
	font-size: .24rem;
	color: #333;
	margin-top: .15rem;
}

.introduce>p>span {
	color: #999;
}

.list_title {
	height: .88rem;
	line-height: .88rem;
}

.list_title>ul {
	width: 100%;
	overflow-x: auto;
	margin: 0 .2rem;
}

.list_title>ul>li {
	float: left;
	margin-right: .6rem;
	font-size: .3rem;
	color: #333333;
}
.top_total_title{
	flex: 1;
	text-align: center;
}
/* // 导航 */

.scrollx {
	overflow: hidden;
	position: relative;
	height: 0.9rem;
}

.scrollx-content {
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}

.scrollx-content ul {
	margin: 0 .2rem;
}

.scrollx-content li {
	display: inline-block;
	font-size: .3rem;
	line-height: .79rem;
	padding: 0 .2rem;
	margin-bottom: 30px;
}
.active {
    color: #12bbb7!important;
    position: relative;
}
.active:after {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 4px;
    background-color: #12bbb7;
    left: 50%;
	margin-left: -25%;
    bottom: -80%;
    border-radius: 10px;
}
/* 科室列表 */
.keshi_list{
	margin-bottom: .4rem;
}
.keshi_list_title{
	
	border-bottom: 1px solid #E6E6E6;
	font-size: .28rem;
	color: #333333;
	line-height: .8rem;
	padding: 0 .2rem;
}
.keshi_list_title img{
	width: .22rem;
	height: .12rem;
}
.box_list{
	padding: .3rem .2rem;
	display: none;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 0;
}
.box_list a{
	width: 30%;
	height: .76rem;
	line-height: .76rem;
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: .1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-right: .3rem;
	margin-bottom: .3rem;
	box-sizing: border-box;
}
.box_list a:nth-child(3n){
	margin-right: 0;
}

/* 医院简介 */
.yiyuan_table{
	margin: .3rem .2rem;
	border: 1px solid #E6E6E6;
}
.yiyuan_table>div {
    display: flex;
    font-size: .28rem;
    color: #666666;
	border-bottom: 1px solid #E6E6E6;
	height: .88rem;
	line-height: .88rem;
}
.yiyuan_table>div:last-child,.yiyuan_wenzi>div:last-child{
	border: none;
}
.yiyuan_table>div>.name {
    width: 25%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E6E6E6;
	background-color: #F5F5F5;
}
.yiyuan_table>div>.key {
   flex: 1;
    margin-left: .2rem;
}
.yiyuan_wenzi{
	margin: .2rem;
	line-height: 0.6rem;
}
.yiyuan_wenzi>div{
	margin-bottom: 0;
}
.yiyuan_wenzi>div>p:first-child{
	font-size: .30rem;
	color: #12BBB7;
	line-height: .90rem;
}
.yiyuan_wenzi>div>p:nth-child(2){
	font-size: .26rem;
	color: #666666;
	line-height: .66rem;
	text-indent: 2em;
}

/* 医院 */
.yiyuan_nav{
	border-bottom: 1px solid #E6E6E6;
	height: .9rem;
}
.yiyuan_nav>div{
	width: 50%;
	justify-content: center;
	font-size: .30rem;
	color: #333333;
	line-height: .40rem;
	border-right: 1px solid #E6E6E6;
	padding: 0 .15rem;
}
.color_blur{
	color: #12BBB7;
}
.color_blur>a{
	color: #12BBB7;
}
.yiyuan_nav>div:last-child{
	border-right: none;
}
.yiyuan_nav p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.yiyuan_nav>div img{
	width: .22rem;
	height: .12rem;
	margin-left: .2rem;
}
.yiyuan_list{
	margin: .3rem .2rem;
}
.yiyuan_list>a{
	padding-bottom: .2rem;
	border-bottom: 1px dashed #E6E6E6;
	margin-bottom: .2rem;
}
.yiyuan_list>a:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.yiyuan_tu{
	width: 1.50rem;
	height: 1.50rem;
	border-radius: .12rem;
	overflow: hidden;
	margin-right: .2rem;
}
.yiyuan_tu>img{
	width: 100%;
	height: 100%;
}
.yiyuan_title{
	font-size: .28rem;
	font-weight: bold;
	color: #000000;
	line-height: .5rem;
}
.yiyuan_id{
	font-size: .24rem;
	color: #808080;
	line-height: .44rem;
}

/* 弹窗 */
.popup{
	display: none;
	position: absolute;
	left: 0;
	top: 1.83rem;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 94%;
	z-index: 10;
}
.diqu{
	height: 8.83rem;
	background: #FFFFFF;
}
.diqu>ul{
	overflow-y: auto;
}
.diqu>ul::-webkit-scrollbar {display:none}
.diqu>ul>li{
	font-size: .26rem;
	color: #333333;
	height: .80rem;
	line-height: .80rem;
	padding-left: .2rem;
}
#erjishi{width: 33.3%;}
#erjishi li a{display: block;}
.diqu>ul>li a{display: block;}
.diqu>ul:first-child{
	background: #F0F0F0;
	width: 33.3%;
}
.yiji_on{
	background: #FFFFFF;
}
.yiji_on>a{
	color: #12BBB7;
}

/* 等级弹窗 */
.dengji{
	position: absolute;
	right: 0;
	top: 1.83rem;
	background-color: #F0F0F0;
	width: 33.3%;
	height: max-content;
	padding-left: .4rem;
	box-sizing: border-box;
	display: none;
}
.dengji>li{
	font-size: .26rem;
	line-height: .80rem;
}
.denji_on>a{
	color: #12BBB7;
}
/* 类型弹窗 */
.leixing{
	background-color: #F0F0F0;
	width: 100%;
	height: 4.18rem;
	padding: .2rem .2rem 0 .2rem;
	overflow-y: auto;
}
.leixing>li{
	font-size: .26rem;
	color: #333333;
	height: .80rem;
	line-height: .80rem;
	width: 33.3%;
	
}
.leixing::-webkit-scrollbar {display:none}

/* 医生 */
.doc_tu{
	width: 1.30rem;
	height: 1.30rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: .2rem;
	border: 4px solid #E3E3E3;
}
.doc_tu>img{
	width: 100%;
	height: 100%;
}
.doc_name{
	font-size: .30rem;
	color: #000000;
	height: .4rem;
	line-height: .4rem;
}
.shuxing>p{
	font-size: .22rem;
	color: #999999;
	margin-left: .2rem;
	line-height: .4rem;
}
.doc_yiyuan{
	font-size: .26rem;
	color: #333333;
	line-height: .44rem;
}
.doc_jianjie{
	font-size: .24rem;
	color: #999999;
	line-height: .38rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.doc_xuan{
	left: inherit;
	right: 0;
	width: 33.3%;
}

/* 特设医疗 */
.teshe{
	margin: .2rem;
}
.teshe_title{
	font-size: .30rem;
	color: #12BBB7;
	line-height: .44rem;
}
.teshe_cont{
	margin-top: .1rem;
	font-size: .26rem;
	color: #333333;
	line-height: .60rem;
}

/* 首页 */
.doc_title{
	margin: 0 .2rem;
	height: .8rem;
	line-height: .8rem;
}
.doc_title>img{
	width: .38rem;
	height: .24rem;
}
.doc_title>p{
	margin-left: .1rem;
	font-size: .32rem;
	color: #000000;
	font-weight: 600;
}
.doc_list>li{
	width: 25%;
	text-align: center;
	margin-bottom: .2rem;
}
.doc_list>li img{
	width: 1rem;
	height: 1rem;
}
.doc_list>li p{
	font-size: .26rem;
	color: #000000;
}
.gengduo{
	font-size: .24rem;
	color: #999999!important;
	margin-right: .2rem;
}
.jibing_list{
	margin: 0 .2rem;
}
.jibing_list>li{
	width: 30%;
	height: .80rem;
	line-height: .8rem;
	text-align: center;
	border: 1px solid #E6E6E6;
	border-radius: .10rem;
	margin-right: .3rem;
	margin-bottom: .3rem;
	box-sizing: border-box;
}
.jibing_list>li:nth-child(3n){
	margin-right: 0;
}
.dian {
    justify-content: center;
    text-align: center;
    margin-bottom: .3rem;
}
.dian .dian_on {
   width: .34rem;
   height: .10rem;
   background: #12BBB7;
   border-radius: .05rem;
}
.dian>li {
    width: .10rem;
    height: .10rem;
    background: #CCCCCC;
    border-radius: 50%;
	margin-right: .2rem;
}
.tubiao{
	width: .5rem!important;
	height: .5rem!important;
}
.yiyuan_jieshao{
	font-size: .24rem;
	color: #999999;
	line-height: .44rem;
}
.fengei{
	width: 100%;
	height: .14rem;
	background: #F5F5F5;
}
.other_title{
	margin: .3rem 0;
	font-size: .32rem;
	color: #333333;
	line-height: .64rem;
	border-left: .1rem solid #12BBB7;
	padding-left: .3rem;
}
/* 详情 */
.ditails_title{
	padding: .2rem;
	border-bottom: 1px solid #E6E6E6;
}
.ditails_title>p{
	font-size: .34rem;
	color: #333333;
	line-height: .44rem;
}
.ditails_title>div{
	margin-top: .2rem;
	font-size: .24rem;
	color: #999999;
	line-height: .44rem;
}
.ditails_title>div>p{
	margin-right: .3rem;
}
.ditails_content{
	margin: .2rem;
	font-size: .26rem;
	color: #666666;
	line-height: .60rem;
}
.other_list>li{
	margin: 0 .2rem;
	font-size: .26rem;
	
	line-height: .80rem;
	border-bottom: 1px dashed #D9D9D9;
}
.other_list>li:last-child{
	border: none;
}
.other_list>li span{
	color: #B3B3B3;
	margin-right: .15rem;
}
.mb_none{
	margin-bottom: 0!important;
}
/* 科室列表详情 */
.keshi_list_txt,.keshi_list_content{
	margin: 0 .2rem;
	font-size: .30rem;
	color: #333333;
	line-height: .64rem;
	box-sizing: border-box;
}
.keshi_list_content{
	color: #666666;
}
.related_box{
	position: relative;
	height: auto;
}
.related_diseases{
	width: 60%;
	height: 1px;
	background: #D9D9D9;
	position: relative;
	margin: .5rem auto;
}
.related_diseases>p{
	position: absolute;
	top: -.4rem;
	left: 50%;
	margin-left: -25%;
	padding: 0 .3rem;
	font-size: .30rem;
	color: #333333;
	height: .90rem;
	line-height: .90rem;
	background: #fff;
}
.related_list{
	margin: 0 .2rem;
}
.related_list>ul>li{
	font-size: .28rem;
	color: #333333;
	line-height: .90rem;
	margin-right: .6rem;
}
.related_list img{
	width: .22rem;
	height: .12rem;
}
.related_box .popup{
	top: 1.5rem;
	height: 1830%;
}
/* 医院资讯 */
.zixun_list{
	margin: 0 .2rem;
	margin-top: .3rem;
}
.zixun_list>ul{
	margin-top: .2rem;
}
.zixun_list>ul>li{
	margin-bottom: .2rem;
}
.left_zixun{
	position: relative;
	width: 2.54rem;
	height: 1.50rem;
	border-radius: .12rem;
	overflow: hidden;
	margin-right: .2rem;
}
.left_zixun>img{
	width: 100%;
	height: 100%;
}
.zixun_ico{
	width: .5rem;
	height: .5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.25rem;
	margin-top: -.25rem;
}
.time{
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	padding: .05rem .06rem;
	background: rgba(0,0,0,0.6);
	border-radius: .08rem;
	color: #fff;
	font-size: .16rem;
}
.zixun_title{
	font-size: .30rem;
	color: #333333;
	line-height: .36rem;
}
.zixun_content{
	font-size: .24rem;
	color: #999999;
	line-height: .44rem;
	position: relative;
}
.hos_leixing{
	width: 100%;
	background: #F0F0F0;
}
.hos_leixing ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0.2rem 0;
    padding-left: 0.3rem;
}
.hos_leixing ul li{
	width: 33%;
	font-size: 0.26rem;
	line-height: 0.8rem;
	padding-left: 0.2rem;
	box-sizing: border-box;
}
.hos_leixing ul li a{display: block;}
.hos_leixing .choose_active a{
	color: rgba(18, 187, 183, 1);
}
.last_detail_label{
	position: absolute;
	right: 0;
	bottom: 0;
	background: white;
	padding-left:0.05rem ;
	color:rgba(18, 187, 183, 1);
}
.last_detail_label span{
    color: rgba(153, 153, 153, 1);
}
.hos_zx_wenda_list{
	margin-top: 0.3rem;
	border-top: 1px dashed #e6e6e6;
}
.hos_zx_wenda_list li{
	border-bottom: 1px dashed #e6e6e6;
	padding: 0.2rem;

}
.hos_zx_wenda_list li h3{
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
	display: flex;
}
.hos_zx_wenda_list li h3 span{
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	background: #12BBB7;
	border-radius: 0.12rem 0.12rem 0.12rem 0;
	margin-right: 0.2rem;
	color: white;
	text-align: center;
}
.hos_zx_wenda_list li p{
	font-weight: 400;
	color: #808080;
	line-height: 0.42rem;
	font-size: 0.26rem;
	display: flex;
	
}
.hos_zx_wenda_list li p span:nth-of-type(1){
	width: 0.4rem;
	height: 0.4rem;
	background: #F39800;
	border-radius: 0.12rem 0.12rem 0.12rem 0;
	margin-right: 0.16rem;
	display: inline-block;
	color: white;
	text-align: center;
}
.hos_zx_wenda_list li p span:nth-of-type(2){
	-webkit-line-clamp: 3;
	max-width: 6.4rem;
}
.hos_zx_news_list{
	margin-top:0.3rem ;
	padding: 0 0.2rem;
}
.hos_zx_news_list li{
	width: 7.1rem;
	height: 2.5rem;
	background: #F5F5F5;
	border-radius: 0.12rem;
	padding: 0.2rem 0.25rem;
	box-sizing: border-box;
	margin-bottom: 0.22rem;
}
.hos_zx_news_list li .duodiandian{
	-webkit-line-clamp: 3;
	line-height: 0.5rem;
}
.hos_zx_news_list li h3{
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}
.hos_zx_news_list li p{
	font-size: 0.26rem;
	color: #808080;
	line-height: 0.54rem;
	-webkit-line-clamp: 3;
	position: relative;
}
.hos_zx_news_list .last_detail_label{
	background: #f5f5f5;

}
.secnd_fenlei_list{
	width: 2.5rem;
	border-right:1px solid #F0F0F0 ;
}
.hospital_basic_info{
	font-size: 0.26rem;
	line-height: 0.7rem;
	padding: 0 0.2rem;
}
.hospital_basic_info span{
	color: #999999;
	display: block;
	width: 1.4rem;
}
#map_big{margin: 0 auto;}
.jiuyizhinan_content div{
	font-size: 0.26rem;
	line-height: 0.6rem;
}

.nodata_show{
	margin: 0.6rem auto;
	width: 3rem;
	height: 0.46rem;
	margin-left: 2.3rem;
}

