@charset"utf-8";
body{background: #F6F7F9;position: relative;font-size: 16px;}
body *{font-family: 'Microsoft Yahei'}
ul,li,dl,dd{ list-style-type: none; margin: 0; padding: 0; }
a{ text-decoration: none; color:#333333; }
	.noborder{
		border: none !important;
	}
	.visitbut{ padding:5px 15px; background: #427EF8;font-size: 14px; color: #fff;border-radius: 15px;white-space: nowrap;}
	.visitbut2{ padding:5px 15px; background: #B6B6B6;font-size: 14px; color: #fff;border-radius: 15px;white-space: nowrap;}
	.visitbut3{ padding:5px 15px; background: #FF9139;font-size: 14px; color: #fff;border-radius: 15px;white-space: nowrap;}
	.show2line{
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
	}
	.show1line{
		overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
	}
	.shadow{
		box-shadow: 0px 0px 10px 0 rgba(126,126,126,.1);
	}
	.page{
		width: 94%;
		height:auto;
		border-radius: 10px;
		margin:15px auto;
	}
	.page .pagebut{
		display: block;
		width:25%;
		height: 40px;
		background: #fff;
		border-radius: 3px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #3878F8;
	}
	.page .pagemax{
		display: block;
		width:45%;
		height: 40px;
		background: #fff;
		border-radius: 3px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}
	.page .pagemax .on{
		color: #3878F8;
	}
	#mask{
		width:100vw;
		height:100vh;
		position: fixed;
		top:45px;left: 0;
		background: #000;
		opacity: 0.2;
	    filter: alpha(opacity=20);
	    z-index: 1;
	    display: none;
	}
	.head{
		height:45px;
		background: #fff;
	}
	.head .gobak{
		background: url(../images/left.png) no-repeat center center;
		background-size: 100%;
		width: 8px;
	  	height: 16px;
	  	margin-left: 15px;
	}
	.head span{
		font-size: 16px;
	}
	.head .menu{
		background: url(../images/menu.png) no-repeat center center;
		background-size: 100%;
		width: 35px;
	  	height: 35px;
	  	margin-right: 10px;
	}


	.shortbox{
		width:100%;
		height:auto;
		position: absolute;
		top:45px;left: 0;
		background: #fff !important;
		z-index: 20;
		padding:10px 0;
		display: none;
		overflow: hidden;
	}
	.shortbox .shortrow{
		height:auto;
		width: 100%;
		overflow: hidden;
	}
	.shortbox .shorticon{
		float: left;
		width:15%;
		max-width: 60px;
		min-width: 40px;
		height:auto;
		margin:10px 5%;
		text-align: center;
	}
	.shortbox p{
		text-align: center;
		line-height: 20px;
		font-size: 14px;
	}
	.shortbox img{width: 100%;}

	#app{
		width:100%;
		height: auto;
		margin: 0 auto;
		min-height: 100vh;
		position: relative;
	}
	.footer{
		width:100%;
		padding:20px 20px;
		box-sizing: border-box;
		background: #EBEBEB;
		text-align: left;
		color: #fff;
		position: absolute;
		bottom: 0;left: 0;
		color:#949494;font-size:11px;
	}
/***************首页*****************/
	.hosbg{
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		height: 14rem;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position:top center;
		background-image: linear-gradient( 180deg, #407CF8 0,#407CF8 0,#F6F7F9 100%,#F6F7F9 100%);
		position: absolute;
		z-index: -1;
	}
	.hosbox{
		width: 86%;
		height:auto;
		background: #fff;
		border-radius: 10px;
		padding: 2.8rem 4% 20px 4%;
		margin:8rem auto 15px auto;
		position: relative;
	}
	.hosbox .hoslogo{
		width: 4.5rem;
		height: 4.5rem;
		border-radius: 50%;
		border: 2px solid #C0D5FF;
		background: #fff;
		position: absolute;
		top:-2.2rem;left: 42%;
		object-fit: cover;
	}
	.hosbox .hosname{
		text-align: center;
		font-size: 18px;
		font-weight: 600;
	}
	.hosbox .hostag{
		width:100%;
		height:26px;
		margin-top: 10px;
	}
	.hosbox .hostag span{
		padding: 3px 7px;
		margin: 0 5px;
		background: #F4F4F4;
		border-radius: 3px;
		color: #A5A5A5;
		font-size: 12px;
	}
	.hosbox .hosjj{
		width:100%;
		height: auto;
		margin-top: 15px;
	}
	.hosbox .hosjj span{
		font-size: 14px;
		color: #666666;
		line-height: 24px;
	}
	.hosbox .hosjj .jjtip{
		padding: 5px 15px;
		background: url(../images/desc.png) no-repeat center center;
		background-size: 100%;
		margin-right: 5px;
	}
	.hosbox .hosjj .all{
		display:none;
	}
	.hosbox .hosjj .showall{
		color: #0BC9C9;
		margin-left: 5px;
	}
	.hosbox .hostel{
		width:100%;
		height: 25px;
		margin-top: 10px;
		overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
	}
	.hosbox .hostel .telnum{
		font-size: 15px;
		color: #0BC9C9;
		line-height: 24px;
		font-weight: 600;
	}
	.hosbox .hostel .teltip{
		padding: 5px 9px;
		background: url(../images/tel.png) no-repeat center center;
		background-size: 100%;
		margin-right: 5px;
	}
	.hosbox .hosaddr{
		width:100%;
		height: 25px;
		margin-top: 10px;
		overflow: hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
	}
	.hosbox .hosaddr .address{
		font-size: 15px;
		color: #555;
		line-height: 24px;
		font-weight: 600;
	}
	.hosbox .hosaddr .addrtip{
		padding: 5px 9px;
		background: url(../images/position.png) no-repeat center center;
		background-size: 100%;
		margin-right: 5px;
	}
	.contbox{
		width: 86%;
		height:auto;
		background: #fff;
		border-radius: 10px;
		padding: 20px 4% 20px 4%;
		margin:15px auto;
	}
	.contbox .boxname{
		font-size: 16px;
		font-weight: 600;
	}
	.contbox .boxmore{
		font-size: 13px;
		color: #999;
	}
	.contbox .boxcontent{
		width: 100%;
		height:auto;
		overflow: hidden;
		padding-top: 10px;
	}
	.contbox  .fast_ent{
		width: 39%;
    	padding: 15px 10px;
		height:auto;
		border-radius: 0.3rem;
	}
	.contbox  .fast_ent *{
		font-size: 13px;
		line-height: 22px;
	}
	.contbox  .fast_ent p{
		color:#6D6D6D
	}
	.contbox  .fast_ent img{
		width:50px;
	}
	.contbox_title{
		font-size: 18px;
	    line-height: 20px;
	    font-weight: bold;
	}
	.fast_ent_txt{
		width:96px;
	}
	.doctor_service{
		width: 100%;
		height:auto;
		padding:15px 0 20px 0;
		border-bottom:1px solid #E4E4E4;
	}
	.doctor_service .service_item{
		color: #333;
	    font-size: 14px;
	    font-style: normal;
	    line-height: 18px;
	    position: relative;
	    text-align: center;
	    margin-right: 20px;
	}
	.doctor_service .cur{
		font-weight: bold;
	}
	.doctor_service .cur::after{
		content: "";
	    transition: all .1s ease-in;
	    width: 50%;
	    border-radius: 1.5rem;
	    bottom: -6px;
	    content: "";
	    flex-shrink: 0;
	    left:50%;transform: translate(-50%, 0);
	    height: 3;
	    background:#0DC9C9;
	    position: absolute;
	}
	.doctor_departs{
		width: 100%;
		height:auto;
		padding:15px 0 20px 0;
		overflow-y:hidden;
		overflow-x:auto;
	}
	.doctor_departs p{
		white-space: nowrap;
	}
	.doctor_departs .cur{
		color: #fff;
		background: #0DC9C9;
	}
	.doctor_departs span{
		color: #686868;
		font-size: 14px;
		padding:6px 20px;
		line-height: 14px;
		border-radius: 15px;
		background: #F8F8F8;
		margin-right: 10px;
	}
	.doctor_departs .moredoctor{
		color: #333;
		font-size: 16px;
		padding:8px 30px;
		line-height: 14px;
		border-radius: 15px;
		background: #F9F9F9;
		text-align: center;
	}
	.source_price{
		color:#EB2525;
	}
	.doctor_price{
		width:100%;
		height:auto;
		padding-top:10px;
	}
	.doctor_price span{
		color: #686868;
		font-size: 14px;
		padding:3px 10px;
		line-height: 32px;
		border-radius: 15px;
		border:1px solid #C4C4C4;
		margin-right: 5px;
		white-space: nowrap;
	}
	.mony{
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	.contbox .boxtext{
		width: 100%;
		height:auto;
		margin: 10px 0;
	}
	.contbox .boxcontent .depart{
		padding: 5px 15px;
		border: 1px solid #666;
		border-radius: 15px;
		font-size: 14px;
		color: #333;
		line-height: 50px;
		margin-right: 5px;
		white-space: nowrap;
	}
	.contbox .onedoctor{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 15px 0;
		border-bottom: 1px solid #EFEFEF;
	}
	.onedoctor span{
		color: #666;
	}
	.onedoctor .docimg{
		width:20%;
		min-height:70px;
		float:left;
	}
	.onedoctor .docimg img{
		width:100%;
		border-radius: 50%;
	}
	.onedoctor .docdata{
		width:77%;
		height:auto;
		overflow: hidden;
		float:right;
	}
	.onedoctor .docinfo{
		margin-bottom: 5px;
	}
	.onedoctor .dochos{
		width:65%;
		float: left;
	}
	.onedoctor .dochos div{
		width: 100%;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.onedoctor .dochos span{
		line-height: 22px;
		margin-right: 5px;
	}
	.onedoctor .docname{
		font-size: 16px;
		font-weight: 600;
		color: #333 !important;
	}
	.onedoctor .docbut{
		width:30%;
		height:50px;
		float: right;
	}
	.onedoctor .docbut div{
		padding:5px 15px;
		border-radius: 15px;
		background: #0DC9C9;
		color: #fff;
		text-align: center;
	}
	.onedoctor .docga{
		width:100%;
		height:auto;
	}
	.onedoctor .docga span{
		line-height: 24px;
	}
	.onedoctor .docgatip{
		color: #0EC9C9 !important;
	}

	.visittip{
		color:#F00;
		font-size: 12px;
	}
	.visittime{
		padding:10px 0;
	}
	.visittime span{
		font-size: 14px;
		line-height: 24px;
		color: #666;
	}
	.visitampm{
		font-weight: 600;
	}
	.visittel{
		padding:20px 0;
		border-top: 1px solid #EFEFEF;
	}
	.visittel a,.visittel span{
		font-size: 14px;
		line-height: 24px;
		color: #666;
	}	
/****************科室导航***********************/
	.subdepart{
		display: block;
		width: 42%;
		height:30px;
		background: #F5F5F5;
		font-size: 14px;
		line-height: 30px;
		border-radius: 15px;
		padding: 0 3%;
		margin-top: 10px;
	}
/**************医院医生***************/
	.screen{
		width:100%;
		height:30px;
		margin:15px auto;
		position: relative;
	}
	.screen .screenbut{
		width:160px;
		background: url(../images/sanjiao.png) no-repeat 125px 10px #fff;
		background-size: 6%;
		text-align: center;
		line-height: 30px;
		font-size: 14px;
		margin:0 auto;
		border-radius: 15px;
	}
	.screen .screendepart{
		width: 100%;
		height:350px;
		position: absolute;
		top:-15px;left: 0px;
		z-index: 19;
		background: #F2F3F7;
		display: none;
	}
	.screen .screendepart .screendepart1{
		width:35%;
		height:350px;
		float:left;
		overflow-x:hidden;
	}
	.screen .screendepart .screendepart1 li,.screen .screendepart .screendepart2 li{
		width: 80%;
		padding: 0 10%;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.screen .screendepart .screendepart1 li.cur{
		background: #fff;
	}
	.screen .screendepart .screendepart2 li.cur{
		color: #3878F8;
		background: url(../images/icon-ok.png) no-repeat 90% center;
		background-size: 6%;
	}
	.screen .screendepart .screendepart2{
		width:65%;
		height:350px;
		float:right;
		overflow-x:hidden;
		background: #fff;
	}
/**************医生主页**********************/
	.doctorinfo{
		width:100%;
		height:350px;
		background: url(../images/docbg2.png) no-repeat top center;
		background-size: 100%;
		position: relative;
		z-index: 0;
	}
	.title_num{
		width:100%;
		height:38px;
		padding: 0 20px 0 12px;
		box-sizing: border-box;
		background: #EFFFFF;
		position: absolute;
		top:0;left:0;
	}
	.title_num .real_name{
		margin-left: 5px;
		padding: 1px 8px 1px 20px;
		border-radius: 3px;
		background: url(../images/real_name.png) 3px center no-repeat;
		background-size: 14px;
	}
	.title_num span{
		color:#28CECE !important;
		font-size: 14px !important;
	}
	.doctorinfo .doctordata{
		width:90%;
		height:auto;
		padding: 35px 5% 40px 5%;
		overflow: hidden;
	}
	.doctorinfo .docimg{
		width:40%;
		height:150px;
		margin-bottom: 5px;
	}
	.doctorinfo .docimg img{
		width:100px;
		height:100px;
		border-radius: 50%;
		border:3px solid #D5F6F6;
	}
	.doctorinfo .docdata{
		width:70%;
		margin-bottom: 30px;
		height:auto;
		overflow: hidden;
	}
	.doctorinfo .docdata div{padding:3px 0;}
	.doctorinfo .docdata span{
		font-size: 16px;
		color: #fff;
		line-height: 20px;
		white-space:nowrap;
	}
	.doctorinfo .docdata .docname{
		font-size: 26px;
		line-height: 32px;
		/*font-weight: 600;*/
	}
	.doctorinfo .hostag{
		padding: 1px 8px;
		font-size: 12px !important;
		color: #fff !important;
		border-radius: 3px;
		border:1px solid #fff;
	}
	.doctorinfo .hossort{
		padding: 1px 8px 1px 20px;
		color:#B08956 !important;
		font-size: 12px !important;
		border-radius: 3px;
		background: url(../images/paiming-icon.png) 3px center no-repeat;
		background-color: #F6F0E8;
		background-size: 12px;
	}
	.doctorinfo .docjingxuan{
		padding: 1px 8px 1px 20px;
		color:#fff !important;
		font-size: 12px !important;
		border-radius: 3px;
		background: url(../images/jingxuan-icon.png) 3px center no-repeat;
		background-color: rgba(255, 255, 255, 0.3);
		background-size: 12px;
		line-height: 30px !important;
	}
	.doctorinfo .doctag{
		padding: 3px 15px;
		background: #4ED8D8;
		font-size: 12px !important;
		color: #fff !important;
		border-radius: 15px;
	}
	.docsee{
		width:21%;
		height:auto;
		overflow: hidden;

	}
	.docsee .collectionbox{
		width:100%;
		box-sizing: border-box;
		padding:7px 13px;
		border-radius: 18px;
		background: #fff;
	}
	.collectionbox i{
		padding:3px 9px;
		background: url(../images/gz.png) center center no-repeat;
		background-size: 100%;
		margin-right: 5px;
	}
	.collectionbox span{
		font-size: 14px;
		color: #00C8C8;
	}
	.docsee .qrcodebox{
		width:45%;
		height:50px;
		padding:7px 0;
		background: url(../images/qrcode.png) center center no-repeat;
		background-size: 100%;
		margin: 5px auto;
	}
	.boxtext span{
		line-height: 24px;
		color: #666;
	}
	.boxtext .all{
		display: none;
	}
	.boxtext .txttip,.boxtext .showall{
		color:#0DC9C9 !important;
		white-space:nowrap;
	}
	.boxduty{
		width: 100%;
		height: auto;
		max-height: 350px;
		overflow-x:hidden;
		overflow-y:auto;
	}
	.place{
		width: 100%;
		height: 30px;
		margin: 10px 0;
	}
	.hospital{
		margin-top: 20;
	}
	.place .hospitalname{
		font-weight: 600;
		padding-left: 20px;
		background: url(../images/area.png) no-repeat 0 center;
		background-size: 15%;
	}

	/*视频列表*/
	.com_newlist{

	}
	.com_newlist li {
	    padding: 20px 0;
	    position: relative;
	}
	.com_newlist li:after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    border-bottom: 1px solid #e2e2e2;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 200%;
	    height: 1px;
	    -webkit-transform: scale(0.5);
	    transform: scale(0.5);
	    -webkit-transform-origin: left bottom;
	    transform-origin: left bottom;
	}
	.com_newlist li:last-child:after {
	    content: '';
	    border-bottom: none;
	}
	.com_newlist li a {
	    display: block;
	    overflow: hidden;
	}
	.com_newlist dt {
	    width: 150px;
	    height: 80px;
	    float: left;
	    margin-right: 10px;
	    position: relative;
	}
	.com_newlist dt img {
	    display: block;
	    width: 100%;
	    height: 100%;
	    border-radius: 5px;

	}
	.com_newlist dt span {
	    width: 30px;
	    height: 30px;
	    background: url(https://mip.mfk.com/statics/images/play_icon.png) no-repeat;
	    background-size: 100%;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    text-align: center;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
	.com_newlist dt time {
	    width: 50px;
	    height: 20px;
	    line-height: 20px;
	    text-align: center;
	    background: rgba(0, 0, 0, .7);
	    filter: alpha(opacity = 30);
	    position: absolute;
	    right: 5px;
	    bottom: 5px;
	    border-radius: 10px;
	    font-size: 12px;
	    color: #fff;
	}
	.com_newlist dd h3 {
	    font-size: 14px;
	    height: 50px;
	    line-height: 30px;
	    position: relative;
	    top: -5px;
	}
	.com_newlist dd p {
	    font-size: 12px;
	}
	.com_newlist dd span {
	    color: #999;
	    line-height: 14px;
	}
	/**短视频*/
	.shortitem{
		width:48%;
		height:auto;
		overflow: hidden;
		box-sizing: border-box;
		float: left;
		margin-top:7px;
		margin-bottom:7px;
		border-radius: 6px;
		position: relative;
	}
	.shortitem:nth-child(2n){
		margin-left:2%;
	}
	.shortitem:nth-child(2n+1){
		margin-right:2%;
	}
	.shortitem img{
		width:100%;
		object-fit: cover;
	}
	.shortitem .shorttitle{
		width: 100%;
		height:auto;
		overflow: hidden;
		padding:5px;
		box-sizing: border-box;
		position:absolute;
		left: 0;bottom: 0; 
		background: rgb(0, 0, 0, 0.5);
	}
	.shortitem .shorttitle .titletxt{
		font-size: 14px;
		line-height: 20px;
		color: #fff;
	}
	.shortitem .shorttitle .shortpv{
		font-size: 12px;
		line-height: 20px;
		color: #fff;
		padding-left: 18px;
		background: url(../images/bofang.png) no-repeat 0 2px;
		background-size: 12px;
	}

	.fr {
	    float: right !important;
	}
	.fl, .fr {
	    display: inline;
	}
	.com_newlist dd label.video_btn {
	    border: 1px solid #53a2ef;
	    color: #53a2ef;
	}
	.com_newlist dd label {
	    height: 18px;
	    line-height: 16px;
	    border-radius: 9px;
	    white-space: nowrap;
	    padding: 0px 10px;
	}
	.com_newlist dd em {
	    font-size: 12px;
	    padding-right: 5px;
	    display: inline-block;
	    position: relative;
	}
	address, caption, cite, code, dfn, em, th, var {
	    font-style: normal;
	    font-weight: 500;
	}
	.com_newlist dd span {
	    color: #999;
	    line-height: 14px;
	}
	.com_newlist dd em {
	    font-size: 12px;
	    padding-right: 5px;
	    display: inline-block;
	    position: relative;
	}
	i.icon-chakan {
	    display: inline-block;
	    font-size: 12px !important;
	    height: 15px;
	    margin-right: 5px;
	}
	.iconfont {
	    font-family: "iconfont" !important;
	    font-size: 16px;
	    font-style: normal;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	.hosbox2{
		width: 95%;
		height:auto;
		background: #fff;
		border-radius: 10px;
		padding: 20px;
		margin:8rem auto 15px auto;
		position: relative;
		box-sizing: border-box
	}
	.demand{
		width:100%;
		height:200px;
		border:none;
		background: none;
		font-size: 14px;
		line-height: 20px;
		padding:5px;
	}
	.demand:focus {
		border: nont;
		outline: none;
	}
	.fromrow{
		width:90%;
		margin: 0 auto;
		box-sizing: border-box;
		border-bottom: 1px solid #EDEDED;
		padding :20px 0;
	}
	.fromrow_name{
		width:20%;
		font-size: 16px;
		text-align: right;
		color: #333;
	}
	.fromrow_val{
		width:70%;
	}
	.fromrow_val input{
		border: none;
		background: none;
		font-size: 16px;
		color: #A0A0A0;
		line-height: 20px;
	}
	.fromrow_val input:focus {
		border: nont;
		outline: none;
	}
	.submit{
		display:block;
		width:82%;
		height:50px;
		background: #0DC9C9;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 5px;
		line-height: 50px;
		border-radius: 25px;
		border: none;
		margin:30px auto;
	}

	.doc_service{
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
	}
	.serviceitem{
		width:47%;
		height:auto;
		padding: 15px 15px;
		box-sizing: border-box;
		background: #F6F6F6;
		border-radius: 15px;
	}
	.serviceitem img{
		width:46px;
	}
	.serviceitem_r{
		width:55%;
		text-align: center;
	}
	.serviceitem_r .service_txt{
		line-height: 20px;
		text-align: center;
		color: #333333;
		font-size: 14px;
		font-weight: bold;
	}
	.serviceitem_r .service_desc{
		line-height: 20px;
		text-align: center;
		color: #333333;
		font-size: 12px;
		text-align: center;
	}
	.serviceitem_r .service_desc font{
		color: #1ACCCB;
	}
	.serviceitem_r .service_but{
		display:block;
		height:30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		background: #0DC9C9;
		border-radius: 15px;
		margin-top: 5px;
	}
	.doc_source{
		/*display: block;*/
		width:100%;
		height:30px;
		line-height: 30px;
	}
	.doc_source img{
		margin-top: 5px;
		width:22px;
	}
	.hospital_source{
		margin-top: 5px;
		padding:5px 0;
		width:100%;
		height:auto;
	}
	.hospital_source_title{
		width:65%;
		height:auto;
		margin-top: 10px;
	}
	.hospital_source_title .hospital_source_tag{
		width:100%;
		height:auto;
		padding: 5px 0;
		overflow: hidden;
		margin-top: 10px;
	}
	.hospital_source_title .hospital_source_tag font{
		padding:0 5px;
		border: 1px solid #999999;
		color: #999999;
		border-radius: 3px;
		margin-right: 5px;
		font-size: 12px;
	}
	.hospital_source_title span{
		padding-left:17px;
		background: url(../images/area.png) 0 0 no-repeat;
		background-size: 15px;
		font-size: 14px;
		font-weight: bold;
		margin-right: 5px;
	}
	.to_source_but{
		width:110px;
		height: auto;
	}
	.source_but{
		display: block;
		width:100px;
		height:30px;
		line-height: 30px;
		background: #0DC9C9;
		color: #fff;
		margin:0 auto;
		border-radius: 15px;
		text-align: center;
	}
	.to_source_but span{
		background: #CBCBCB;
	}
	.hospital_source_time,.hospital_source_pay{
		padding: 3px 0;
	}
	.hospital_source_time span{
		font-size: 14px;
		line-height: 20px;
	}
	.hospital_source_pay span{
		font-size: 12px;
		color: #F04F4F;
		line-height: 20px;
	}
	.hospital_source_pay font{
		font-size: 12px;
		color: #A1A1A1;
		line-height: 20px;
		padding:0 10px;
		border: 1px solid #A1A1A1;
		border-radius: 10px;
		margin-right: 10px;
	}
	.hospital_source_desc{
		margin-top: 5px;
		font-size: 13px;
		color:#999999;
	}
	.hospital_source_type{
		height:auto;
		overflow: hidden;
		/*border-top: 1px solid #FBFBFB;*/
		/*margin-top: 20px;
		padding-top: 15px;*/
	}
	.hospital_source_type_txt span{
		color: #999;
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}
	.hospital_source_type_txt p{
		color: #999;
		font-size: 12px;
		line-height: 18px;
	}
	.hospital_source_list{
		width:100%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;
		#max-height: 200px;
	}
	.hospital_source_list .hospital_source_row{
		width:100%;
		height:55px;
		overflow: hidden;
		border-bottom: 1px solid #F5F5F5;
		padding:10px 0;
	}
	.hospital_source_list .hospital_source_row .hospital_source_row_l{
		width:70%;
		height:55px;
	}
	.hospital_source_list .hospital_source_row .hospital_source_row_r{
		width:110px;
		height:55px;
	}
	.service_type_box{
		width: 100%;
		height:40px;
		background: #F9F9F9;
		margin-top: 10px;
		padding: 0 35px;
		box-sizing: border-box
	}
	.service_type_box .guahaobut{
		color: #2ACDCD;
	}
	.service_type_box div{
		width: 1px;
		height:20px;
		border-left: 1px solid #BDBDBD;
	}
	.service_type_box .liuyanbut{
		color: #131313;
	}
	.service_type_box .liuyanbut span{
		font-size: 12px;
		color: #fff;
		background: #0DC9C9;
		margin-left: 5px;
		padding:0 8px;
		border-radius: 10px 10px 10px 0;
	}
	.doctor_article{
		width:100%;
		height:auto;
		overflow: hidden;
		margin-top: 10px;

	}
	.doctor_article_row{
		padding:10px 0;
	}
	.doctor_article span{
		font-size: 14px;
	}
	.doctor_article font{
		font-size: 12px;
		color: #999999;
	}
