/*=====reset for webapp=====*/
body, div, h1, h2, h3, h4, h5, h6, hr, p, img, ul, ol, li,
form, button, input, textarea, select{ 
	margin:0;
	padding:0;
}
ul,ol {
	list-style: none;
}
*,*:before,*:after {
	 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a,input,textarea,select {
  outline: 0;
}
html,body {
	-webkit-user-select: none;
            user-select: none;   
            position: relative;
            overflow-x: hidden;     
}
a,img { 
	-webkit-touch-callout: none;
}
img {    
    -webkit-box-sizing: border-box;
			box-sizing: border-box;
		vertical-align: middle;
				border: 0;
}
html {
	font-family: microsoft yahei, helvetica, arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #000;
	background: #f4f4f4;
}
a {
    text-decoration: none;
}

#app{
	max-width: 750px;
	width: 750px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex1{
	flex: 1;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mt20{ margin-bottom: 20px;}
.mt83{ margin-top: 83px;}
.bgwhite{ background: #fff;}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.text-overflow{
	white-space:nowrap; text-overflow:ellipsis; overflow:hidden; word-break:break-all;
}
.none{display: none;}
#mask{position: fixed; left: 0; top: 0; width: 100%; height: 100%;background:rgba(0, 0, 0, 0.7)!important; filter:alpha(opacity=70); z-index: 98; display: none;}
.sprites{display: inline-block;background:url(/uploads/image/simages/sprites.png)  no-repeat;background-size:750px 928px;}
.ic_location{height:22px;width:18px;background-position:0 0;}
.ic_packup{height:12px;width:20px;background-position:0 -22px;}
.nav_ic_back{height:36px;width:20px;background-position:0 -34px;}
.ic_chevrondown{height:12px;width:20px;background-position:0 -70px;}
.ic_locationselect{height:14px;width:22px;background-position:0 -82px;}
.ic_more{height:24px;width:24px;background-position:0 -96px;}
.ic_cancel{height:26px;width:26px;background-position:0 -120px;}
.ic_search{height:28px;width:28px;background-position:0 -146px;}
.nav_ic_cancel{height:32px;width:30px;background-position:0 -174px;}
.ic_phone{height:32px;width:32px;background-position:0 -206px;}
.ic_web{height:34px;width:34px;background-position:0 -238px;}
.ic_play{height:40px;width:40px;background-position:0 -272px;}
.ic_pause{height:40px;width:40px;background-position:0 -312px;}
.ic_chat{height:102px;width:102px;background-position:0 -352px;}
.ic_hospital{height:102px;width:102px;background-position:0 -454px;}
.ic_doctor{height:102px;width:102px;background-position:0 -556px;}
.ic_up{height:12px;width:20px; background: url(/uploads/image/simages/ic_up.png) no-repeat; background-size: cover;}

.icon2{display: inline-block;background:url(/uploads/image/simages/icon2.png)  no-repeat;background-size:100px 300px;}
.ic_voices{height:102px;width:102px;background-position:0 -0px;}
.ic_articles{height:102px;width:102px;background-position:0 -200px;}
.ic_videos{height:102px;width:102px;background-position:0 -100px;}
/*======= index ==========*/
/* top */
#top .header{
	text-align: center;
	color: #fff;
	font-size: 36px;
	background: #3da1ff;
	height: 83px;
	line-height: 83px;
}
#top .box{
	height: 245px;
	background:url(/uploads/image/simages/sprites.png) no-repeat center bottom;
	background-size: cover;
	padding: 23px 34px 0;
}
#top .box .city-name{
	display: flex;
	align-items: center;
	height: 61px;
	font-size: 32px;
}
#top .city-name a{
	display: flex;
	align-items: center;
	color: #fff;
}
#top .city-name .sprites{
	margin:0 25px 0 10px;
}
#top .box .search{
	align-items: center;
	height: 61px;
	border-radius: 8px;
	background: #f9f9f9;
	padding: 13px 105px 12px 49px;
}
#top .search input{
	width: 357px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	border: none;
	background: #f9f9f9;
}
::-webkit-input-placeholder {
	color:#c9c9c9;
}
#top .box .search i{
	margin-right: 18px;
	align-items: center;
}

/* nav-list */
.nav-list li{
	padding: 40px 25px 25px 25px;
	flex: 1;
	text-align: center;
}
.nav-list h2{
	margin: 20px 0 9px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #141414;
}
.nav-list p{
	height: 33px;
	line-height: 33px;
	font-size: 24px;
	color: #7f7f7f;
}
/* 附近医院 */
.slde-hospital,.slde-doctor,.new-fefer,.area-padding{
	padding: 40px 34px;
}
.list-title{
	margin-bottom: 40px;
}
.list-title h2{
	height: 33px;
	line-height: 33px;
	padding-left: 20px;
	font-size: 32px;
	color: #141414;
	border-left: 6px solid #4da8ff;
}
.list-title .more{
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #4da8ff;
}
.list-title .more i{
	margin-left: 9px;
}
.slde-hospital li{
	text-align: center;
	flex: 1;
}
.slde-hospital li a{
	display: block;
}
.slde-hospital li .photo{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.slde-hospital li .photo img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 200px;
}
.slde-hospital li h2,.slde-hospital li p{
	width: 200px;
	text-align: left;
	font-size: 24px;
}
.slde-hospital li h2{
	color: #141414;
	margin: 20px auto;
	height: 66px;
	overflow: hidden;
}
.slde-hospital li p{
	color: #7f7f7f;
	margin: 0 auto;
}
.slide-doctor li h1{
	width: 200px;
	margin: 20px auto 10px;
	font-size: 28px;
	color: #141414;
	text-align: left;
}
.slide-doctor li h2{ margin-bottom: 0;}
/* footer */
#footer{
	padding: 40px 0;
}
#footer ul{
	margin-bottom: 40px;
	text-align: center;
}
#footer li{
	flex: 1;
}
#footer li a{
	display: block;
	font-size: 24px;
	color: #737373;
}
#footer p{
	text-align: center;
	font-size: 22px;
	color: #737373;
	height: 40px;
	line-height: 40px;
	margin-top: 6px;
}
/* 最新咨询 */
.new-fefer .tabs-nav{
	margin: 25px 0 40px;
}
.new-fefer .tabs-nav li{
	flex: 1;
	margin: 0 32px;
	padding: 8px 0;
	border: 2px solid #9bceff;
	border-radius: 28px;
	font-size: 28px;
	color: #4da8ff;
	text-align: center;
}
.new-fefer .tabs-nav .active{
	background: #eff7ff;
	border: 2px solid #eff7ff;
}
.new-fefer .tabs-box .list{
	padding: 20px 0;
	border-bottom: 2px solid #dddddd;
}
.new-fefer .tabs-box .list:last-child{
	border-bottom: none;
}
.new-fefer .tabs-box .title h2,.exchange-area .title h2{
	font-size: 28px;
	color: #141414;
	flex: 0 0 90%;
}
.new-fefer .tabs-box .box{
	display: none;
}
.new-fefer .tabs-box .tabs-0{
	display: block;
}
.new-fefer .tabs-box span,.exchange-area span{
	font-size: 22px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 16px;
}
.new-fefer .tabs-box .title span,.exchange-area .title span{
	background: #4da8ff;
}
.new-fefer .answer .txt-box,.exchange-area .answer .txt-box{
	margin: 18px 0;
	align-items: flex-start;
}
.new-fefer .answer span,.exchange-area .answer span{
	background: #ff9b47;
	margin-top: 8px;
}
.new-fefer .answer .text,.exchange-area .answer .text{
	flex: 0 0 93%;
	height: 78px;
	overflow: hidden;
	font-size: 28px;
	color: #515151;
}
.new-fefer .answer p{
	font-size: 24px;
	color: #bababa;
}
/*======= details ==========*/
#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 83px;
	line-height: 83px;
	font-size: 36px;
	color: #030303;
	text-align: center;
	z-index: 99;
	padding: 0 20%;
	white-space:nowrap; text-overflow:ellipsis; overflow:hidden; word-break:break-all;
}
#header .back{
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	padding-left: 22px;
	top:50%;
	transform: translatey(-50%);
}
.exchange-area{ margin-top: 103px;}
.exchange-area .answer .text{
	height: auto;
}
.relate-questions .list-title{
	padding: 40px 34px 0;
	margin-bottom: 20px;
}
.relate-questions li{
	border-bottom: 1px solid #dddddd;
}
.relate-questions li:last-child{
	border-bottom: none;
}
.relate-questions li a{
	display: block;
	padding: 20px 34px;
	font-size: 28px;
	color: #515151;
}
.perfect-answer .doctor-info{
	align-items: center;
}
.perfect-answer .doctor-info .photo,.doctor-list .doctor-info .photo{
	position: relative;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.perfect-answer .doctor-info .photo img,.doctor-list .doctor-info .photo img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 90px;
	max-height: 90px;
	border-radius: 50%;
}
.perfect-answer .info,.doctor-list .info{
	flex: 1;
}
.perfect-answer .info h2,.doctor-list .info h2{
	line-height: 40px;
	font-size: 30px;
	color: #141414;
}
.perfect-answer .info h2 span,.doctor-list .info h2 span{
	margin-left: 10px;
	font-size: 24px;
	color: #141414;
}
.perfect-answer .info p,.doctor-list .info p{
	line-height: 40px;
	font-size: 24px;
	color: #737373;
}
.perfect-answer .text{
	margin-top: 30px;
	line-height: 40px;
	font-size: 28px;
	color: #515151;
}
/*=========doctor-list=========*/
.doctor-list{
	margin-top: 0px;
}
.doctor-list .doctor-info{
	align-items: flex-start;
}
.doctor-list li{
	padding: 40px 34px 20px;
	border-bottom: 1px solid #dddddd;
}
.doctor-info li:last-child{
	border-bottom: none;
}
.doctor-list .info .txt{
	line-height: 33px;
	font-size: 24px;
	color: #737373;
}
.doctor-list .tag-box{
	margin: 14px 0;
}
.doctor-list .tag-box span{
	margin-right: 25px;
	font-size: 20px;
	color: #4da8ff;
	border: 1px solid #4da8ff;
	color: #4da8ff;
	display: inline-block;
	padding: 2px;
	border-radius: 5px;
}
/*select*/
.select-box{
	position: fixed;
	left: 0;
	top: 82px;
	width: 100%;
	z-index: 99;
}
.select-box .list-nav{
	position: relative;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.select-box .list-nav>li{
	flex: 1;
	text-align: center;
	height: 78px;
	line-height: 78px;
}
.select-box .list-nav>li .title{
	display: block;
	font-size: 28px;
	color: #737373;
}
.select-box .list-nav>li .title.active{
	color: #3da1ff;
}
.select-box .list-nav>li .title i{
	margin-left: 10px;
}
.select-box .list-nav>li .content{
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	padding: 0 0 40px;
	display: none;
	height: 700px;
	overflow-y: auto;
}
.select-box .list-nav>li .content h3{
	text-align: left;
	font-size: 30px;
	color: #737373;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}
.select-box .list-nav .con-list,.layout3{
	margin: 0 34px;
	flex-direction: row;
    flex-wrap: wrap;
}
.select-box .list-nav .con-list li,.layout3 li{
	margin-top: 40px;
	flex: 0 0 32%;
}
.select-box .list-nav .con-list li:nth-child(3n 2),.layout3 li:nth-child(3n 2){
	margin-left:2%;
	margin-right:2%;
}
.select-box .list-nav .con-list li a,.layout3 li a{
	display: inline-block;
	background: #f1f1f1;
	border-radius: 8px;
	font-size: 28px;
	color: #141414;
	width: 100%;
}
.layout3 li{
	height: 78px;
	line-height: 78px;
	text-align: center;
}
.select-box .list-nav .content h3{
	margin:40px 34px 0;
}
.select-box .list-nav .content .lg-title{
	border-bottom: 1px solid #dddddd;
	font-size: 28px;
	color: #141414;
	padding: 20px 34px;
	line-height: initial;
	margin-top: 20px;
}
.select-box .list-nav .lg-box{
	display: none;
}
.select-box .list-nav .lg-box ul{
	flex-direction: row;
    flex-wrap: wrap;
    margin-left: 30%;
}
.select-box .list-nav .lg-box li{
	padding: 20px 30px;
}
.select-box .list-nav .lg-box li a{
	display: block;
	font-size: 28px;
	color: #141414;
}
.select-box .list-nav .fun-list{
	margin-top: 40px;
}
.select-box .list-nav .fun-list li{
	border-top: 1px solid #dddddd;
}
.select-box .list-nav .fun-list a{
	line-height: 40px;
	text-align: left;
	padding: 20px 34px;
	display: block;
	font-size: 28px;
	color: #141414;
}
/*========医生主页========*/
.doctor-message{
	margin-top: 0px;
}
.doctor-message .doctor-info{
	padding: 40px 34px 0;
}
.doctor-message .doctor-info .photo{
	width: 160px;
	height: 160px;
	margin-right: 0;
}
.doctor-message .doctor-info .photo img{
	max-width: 160px;
	max-height: 160px;
}
.doctor-message .doctor-info .info h2{
	font-size: 48px;
	color: #141414;
	margin-bottom: 26px;
	line-height: 60px;
}
.doctor-message .doctor-info .info p{
	margin: 3px 0;
}
.doctor-message .doctor-info .info p span{
	margin-left: 10px;
}
.toggle-box{
	padding: 0 34px;
	border-bottom: 1px solid #dddddd;
}
.toggle-box .toggle-title{
	padding: 20px 0;
	font-size: 28px;
	color: #141414;
	line-height: 40px;
}
.toggle-box .toggle-content{
	font-size: 28px;
	color: #737373;
	line-height: 40px;
	padding-bottom: 20px;
}
.doctor-message .tabs-nav{
	border-top: 1px solid #dddddd;
}
.doctor-message .tabs-nav li{
	flex: 0 0 16%;
	padding: 0;
	border-bottom: none;
	text-align: center;
	padding: 24px 0;
}
.doctor-message .tabs-nav li a{
	font-size: 28px;
	color: #737373;
	padding: 18px 0;
}
.doctor-message .tabs-nav li.active a{
	color: #141414;
	border-bottom: 6px solid #3da1ff;;
}
.doctor-message .tabs-box .exchange-area{
	margin-top: 0;
	border-bottom: 1px solid #dddddd;
}
.doctor-message .tabs-box .exchange-area p{
	font-size: 24px;
	color: #bababa;
	margin-left: 46px;
}
.doctor-message .tabs-box .exchange-area .answer .text{
	height: 78px;
}
.doctor-message .tabs-box h1{
	font-size: 32px;
	color: #141414;
	line-height: 45px;
	padding: 40px 34px 0;
}
.doctor-message .tabs-box .loading-more{
	font-size: 28px;
	color: #515151;
	text-align: center;
	padding: 27px 0;
	margin-top: 20px;
}
.doctor-message .tabs-box .area-only .title span{
	font-size: 18px;
	color: #717efe;
	border: 1px solid #717efe;
	border-radius: 15px;
	background: none;
	width: 50px;
	font-weight: normal;
}
.doctor-message .tabs-box .area-only .answer-only{
	font-size: 28px;
	color: #737373;
	margin: 20px 0;
}
.doctor-message .tabs-box .area-only p{
	margin-left: 0;
}
.doctor-message .tabs-box .video-list{
	padding: 20px 34px;
	border-bottom: 1px solid #dddddd;
}
.doctor-message .tabs-box .video-list h2{
	font-size: 28px;
	color: #141414;
}
.doctor-message .tabs-box .video-list .video-box{
	background: #f3f3f3;
	border-radius: 40px;
	padding: 20px 25px;
	margin: 20px 0;
}
.doctor-message .tabs-box .video-list .time{
	text-align: right;
	font-size: 24px;
	color: #8f8f8f;
}
.doctor-message .tabs-box .video-box .play-state{
	flex: 0 0 40px;
}
.doctor-message .tabs-box .video-box .play-box{
	align-items: center;
	flex: 0 0 90%;
	margin-left: 20px;
}
.doctor-message .tabs-box .video-box .start-time,.doctor-message .tabs-box .video-box .end-time{
	font-size: 22px;
	color: #797979;
	line-height: 30px;
	margin: 0 10px;
}
.doctor-message .tabs-box .video-box .play-bar{
	flex: 0 0 70%;
	position: relative;
	background: #d8d8d8;
	border-radius: 100px;
	height: 5px;
}
.doctor-message .tabs-box .video-box .play-bar .play-progress{
	background: #4da8ff;
	border-radius: 100px;
	height: 5px;
}
/*=====医院详情======*/
.details-main{
	margin-top: 83px;
}
.details-main .photo{
	position: relative;
	width: 750px;
	height: 420px;
}
.details-main .photo img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 750px;
	max-height: 420px;
}
.details-main .hospital-info{
	padding: 30px 34px;
}
.details-main .hospital-info h1{
	font-size: 32px;
	color: #141414;
	line-height: 45px;
}
.details-main .hospital-info .tag-box{
	margin-top: 20px;
}
.details-main .hospital-info .tag-box span{
	display: inline-block;
	margin-right: 25px;
	font-size: 20px;
	color: #4da8ff;
	border: 1px solid #4da8ff;
	border-radius: 4px;
	padding: 4px;
}
.details-main .nav-scroll{
	position: relative;
	overflow:hidden;
	margin: 0 auto 20px;
	width: 750px;
	height: 88px;
}
.details-main .nav-scroll ul{
	position: absolute;
}
.details-main .nav-scroll li{
	height: 88px;
	line-height: 88px;
	float: left;
	padding: 0 30px;
}
.details-main .nav-scroll li a{
	font-size: 28px;
	color: #737373;
	display: block;
	height: 88px;
	line-height: 88px;
}
.details-main .nav-scroll li.cur a{
	color: #141414;
	border-bottom: 6px solid #3da1ff;
}
.details-main .footer-button{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.details-main .footer-button li{
	flex: 1;
	background: #f7b62a;
	height: 93px;
	line-height: 93px;
}
.details-main .footer-button li i{
	margin-right: 10px;
}
.details-main .footer-button li:last-child{
	background: #4da8ff;
}
.details-main .footer-button li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #ffffff;
}
/*home*/
.hospital-message{
	padding: 40px 34px;
}
.hospital-message .message-text{
	font-size: 28px;
	color: #515151;
	line-height: 45px;
	overflow: hidden;

}
.hospital-message .show-more{
	text-align: center;
	font-size: 28px;
	color: #737373;
	line-height: 40px;
	padding: 20px 0;
}
.hospital-message .show-more i{
	margin-left: 10px;
}
.msg-list li{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
}
.msg-list li a,.msg-list li span{
	color: #3da1ff;
}
.overflow{
	height: 180px;
}
.details-main{
	margin-bottom: 93px;
}
.com-padding{
	padding: 40px 34px;
}
.details-main .risk .risk-tip{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
	margin-bottom: 20px;
}
.details-main .risk .risk-tip .tag{
	background: #4da8ff;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	padding: 2px 8px;
	margin-left: 16px;
}
.details-main .risk-order .title{	
	margin: 20px 0;
}
.details-main .risk-order .title h2{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
	font-weight: normal;
}
.details-main .risk-order .risk-details{
	background: #f7f7f7;
	padding: 30px 34px;
}
.details-main .risk-order .risk-details li{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
}
.details-main .class-text,.class-text{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
}
.details-main .team .list-title{
	padding: 40px 34px 0;
}
.details-main .team .team-list li{
	padding: 20px 34px;
	border-bottom: 1px solid #dddddd;
}
.details-main .team .team-list .photo{
	width: 200px;
	height: 200px;
}
.details-main .team .team-list .photo img{
	max-width: 200px;
	max-height: 200px;
}
.details-main .team .team-list .info{
	flex: 1;
	margin-left: 50px;
}
.details-main .team .team-list .info h2{
	font-size: 30px;
	color: #141414;
	line-height: 40px;
	margin-bottom: 16px;
}
.details-main .team .team-list .info h3{
	font-size: 24px;
	color: #141414;
	line-height: 40px;
	margin-bottom: 10px;
}
.details-main .team .team-list .info .txt{
	font-size: 24px;
	color: #737373;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.details-main .guide-list li{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
}
.map-box{
	width: 100%;
	height: 438px;
}
.tabs-main .hot-class{
	padding: 0 0 40px;
}
.tabs-main .hot-class .list-title,.news .list-title{
	padding: 40px 34px 0;
	margin-bottom: 0;
}
.toggle-text{
	font-size: 28px;
	color: #515151;
	line-height: 50px;
	margin-top: 40px;
}
.toggle-h2{
	height: 33px;
    line-height: 33px;
    padding-left: 20px;
    font-size: 32px;
    color: #141414;
    border-left: 6px solid #4da8ff;
}
.news-list li{
	border-bottom: 1px solid #dddddd;
	padding: 20px 34px;
}
.news-list .title a{
	display: block;
	font-size: 28px;
	color: #515151;
	line-height: 53px;
	max-height: 97px;
	overflow: hidden;
}
.news-list .time{
	margin-top: 20px;
	font-size: 24px;
	color: #8f8f8f;
	text-align: right;
}
.photo-list li{
	float: left;
	width: 48%;
	margin: 0 auto 20px;
}
.photo-list li:nth-child(2n 1){
	margin-right: 2%;
}
.photo-list li:nth-child(2n 2){
	margin-left: 2%;
}
.photo-list .photo{
	width: 332px;
	height: 221px;
}
.photo-list .photo img{
	max-width: 332px;
	max-height: 221px;
}
/*===========city==========*/
.city-main{
	position: relative;
}
.city-main .search{
	align-items: center;
}
.city-main .search .bg{
	position: relative;
	background: #f9f9f9;
	box-shadow: inset 0 0 8px 6px rgba(0,0,0,0.01);
	border-radius: 8px;
	padding: 20px;
	align-items: center;
	flex: 0 0 86%;
	margin-right: 4%;
}
.city-main .search i {
    margin-right: 18px;
    align-items: center;
}
.city-main .search input{
	width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    border: none;
    background: #f9f9f9;
}
.city-main .search .input{width: 100%;}
.city-main .search .input i{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translatey(-50%);
}
.city-main .search .submit{
	font-size: 28px;
	color: #515151;
	line-height: 40px;
	width: 62px;
	text-align: center;
	padding: 20px 0;
}
.city-main .now-city{
	border-bottom: 1px solid #dddddd;
	line-height: 45px;
	font-size: 32px;
	color: #141414;
	padding: 15px 0;
	margin-top: 20px;
}
.city-main .now-city i{
	margin-right: 15px;
}
.city-main .city-group .letter-title{
	font-size: 28px;
	color: #8f8f8f;
	line-height: 40px;
	font-weight: normal;
	padding: 20px 0;
}
.city-main .city-group li{
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
	font-size: 28px;
	color: #141414;
}
.city-main .city-nav{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	max-width: 750px;
}
.city-main .city-nav p{
	width: 34px;
	text-align: center;
	font-size: 26px;
	color: #4da8ff;
	line-height: 40px;
}
.city-main .fixed{
	position: fixed;
	top: 83px;
	left: 0;
	width: 100%;
	padding: 20px 34px;
}
.article-details{
	border-bottom: 1px solid #dddddd;
}
.article-details h2{
	font-size: 32px;
	color: #141414;
	line-height: 45px;
}
.article-details .title{
	font-size: 24px;
	color: #8f8f8f;
	margin-top: 13px;
}
.article-details .title span{
	margin-left: 20px;
}
.article-details .txt{
	font-size: 28px;
	color: #000000;
	line-height: 40px;
	padding-top: 25px;
}
.video-details{
	border-bottom: none;
	padding: 25px 34px 0;
}
.video-details-info{
	padding: 20px 34px;
}
.video-details-info .doctor-info .info{
	margin-left: 20px;
}
.video-details-info .doctor-info .info h2{
	font-size: 32px;
	color: #141414;
}
.video-details-info .doctor-info .info h2 span,.video-details-info .doctor-info .info p{
	font-size: 28px;
	color: #797979;
}
.video-details-info .doctor-info .info p{
	margin-top: 5px;
}
.video-details-list{
	margin-top: 0;
}
.video-details-list .tabs-box .video-list{
	border-bottom: none;
}
.video-text{ 
	padding: 20px 34px 0;
	border-bottom: 1px solid #dddddd;
}
.video-text h2{
	font-size: 32px;
	color: #141414;
	line-height: 45px;
}
.video-text .txt{
	font-size: 28px;
	color: #000000;
	line-height: 40px;
	padding: 30px 0 58px;
}
.keyword{
	font-size: 32px;
	color: #6db5fc;
}
.loading-more i{
	margin-left: 10px;
}
.sdmsg .loading-more{
	display: flex;
	align-items: center;
	justify-content: center;
}
.better-aricle h2{
	padding: 20px 34px 0;
	font-size: 32px;
	color: #141414;
	line-height: 45px;
}
.better-aricle .list{
	border-bottom: 1px solid #dddddd;
	padding: 20px 34px;
}
.better-aricle .list h3{
	line-height: 40px;
}
.better-aricle .list h3 a{
	font-size: 28px;
	color: #141414;
}
.better-aricle .list .txt{
	height: 80px;
	overflow: hidden;
	font-size: 28px;
	color: #737373;
	line-height: 40px;
}
.search-hospital{
	margin: 0;
	padding: 0;
}
.search-hospital .team .list-title{
	padding-top: 0;
	padding-bottom: 20px;
}
.search-hospital .team .team-list li{
	border-bottom: 1px solid #dddddd;
	align-items: flex-start;
}
.search-hospital .team .team-list .sh-box .txt{
	font-size: 24px;
	color: #515151;
	line-height: 40px;
	height: 125px;
	overflow: hidden;
}
.search-hospital .team .team-list .sh-box .txt span{ font-size: 24px;}
.search-hospital .team .team-list .sh-box .address{
	font-size: 24px;
	color: #515151;
	line-height: 40px;
	margin-top: 6px;
}
.online-btn{
	display: inline-block;
	margin: 20px auto 0;
	background: #ffc15a;
	border-radius: 8px;
	font-size: 24px;
	color: #ffffff;
	padding: 8px 10px;
}
.doctor-message .right{
	text-align: center;
}
.doctor-message .doctor-info{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 40px;
}
.work-time{
	padding: 20px 34px;
}
.work-time h2{
	font-size: 28px;
	color: #141414;
	line-height: 40px;
	font-weight: normal;
}
.work-time .box{
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.work-time .box .txt{
	font-size: 28px;
	color: #737373;
	line-height: 40px;
}
.work-time .box a{
	display: inline-block;
	font-size: 24px;
	color: #4da8ff;
	border: 2px solid #9bceff;
	border-radius: 8px;
	padding: 5px 30px;
}
#wrapper01 .scroller{opacity: 0;}
.btright{float:right;}


		.four-outer {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;

		}
		.icon_video{
			background-image: ;
			background-size: 32px 500px;
			background-repeat: no-repeat;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 24px;
			height: 24px;
			background-position: 0 -86px;
			margin: -12px 0 0 -12px;
		}
		.icon_1{
			color:#009ff0;border: 1px solid #009ff0;margin-right: 10px;border-radius: 16px;font-size: 22px;padding: 0 5px;
		}
		.bar_text{
			margin-left: 30px; flex: 1;height: 150px;font-size: 28px;color: #515151;line-height:50px;
		}
		.p02{
			font-size: 28px;
			color: #878787;
			overflow: hidden;
			margin-bottom: 8px;
			padding: 14px 0;

		}
		.linkdocphoto{
			position: absolute;
			bottom: 32px;
			left: 0;
			width: 100px;
			overflow: hidden;
			border-radius: 50%;
			margin-bottom: 22px;
		}
		.p01{
			padding-left: 23px;
			padding-top: 2px;
			height: 100px;
			overflow: hidden;
		}
		.ask_list_one .p01 .long{
			width: 388px;
			height: 82px;
			padding: 13px 0 0 36px;
			margin-right: 13px;
			border-radius: 0 50px 50px 0;
			background-color: #f7f7f7;
		}
		.p01 .test{
			padding-left: 80px;
			height: 56px;
			line-height: 2;
			font-size: 28px;
			color: #333;
			background-position: 0 -69px;
			letter-spacing: 1px;
		}
		.p01 .heard{
			padding-left: 35px;
			margin-top: 32px;
			line-height: 1;
			font-size: 22px;
			color: #999;
			background-position: 0 2px;
			background-image: url(/uploads/image/simages/yywd.png);
			background-size: 36px 254px;
			background-repeat: no-repeat;
		}
		.fl_left{
			float: left;
		}
		.ask_list_one{
			position: relative;
			/*border-top: 1px dashed #ddd;*/
			padding: 14px 0;
		}
		.col_f63c0d{
			color: #f63c0d;!important;
		}
		.text-time{
			font-size: 24px;
			color: #bababa;
		}
		.flex1{
			flex: 1;
			width: 33.33%;
			min-width: 33.33%;
			max-width: 33.33%;
		}
.text p {
text-indent:2em;
line-height:50px;
margin-bottom:30px;
}