html,body{
    margin: 0 auto;
}
*,body,ul,ol,li,input{
	list-style:none;
	border:hidden;
	padding:0;
	margin:0;
	margin-block-end: 0;
	margin-block-start: 0;
	font-family:PingFangSC-Regular,PingFang SC;
	color:#262626;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    padding-bottom: 60px;
    padding-top: 45px;
    box-sizing: border-box;
}
button,input{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
	outline: none;
	box-shadow: none;
	text-decoration:none;
}
a{
    text-decoration: none;
}
.cl:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.bg_dark{
    background-color: #F7F8F5;
}
.cl{
	*zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.m10{
	margin: 10px;
}
.box{
    padding: 0 10px;
    padding-bottom: 10px;
}
.line10 {
    height: 10px;
    background-color: #F7F8F5;
}
.line1,
.line2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.line1{
    -webkit-line-clamp: 1;
}
.line2{
    -webkit-line-clamp: 2;
}
#l_header{
	width:100%;
	border-bottom: 1px solid #EFEFEF;
	padding-top:0;
    height: 44px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
    /* max-width: 750px; */
}
.logo_box{
	display: inline-block;
	width:100px;
	height: 100%;
	background:url(../../img/logo_m.png) no-repeat center left;
	margin-left: 10px;
    background-size: contain;
}
.l_headbox{
	margin:0 auto;
	position: relative;
	height: 100%;
}
.btn_menue{
    width: 20px;
    height: 20px;
    background: url(../../img/m/menu.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.banner{
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
    float: left;
}
.banner_single img{
    width: 100%;
    height: auto;
}
.slick-dots button{
    border: none;
    outline: none;
    width: 8px;
    height: 8px;
    background-color: #ffff;
    color: transparent;
    margin: 0 3px;
    vertical-align: middle;
    border: 1px solid #979797;
    border-radius: 50%;
}
.slick-active button {
    background-color: #339999;
    border-color: #979797;
    height: 12px;
    width: 12px;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.slick-dots li{
    float: left;
}
.nav_wrap{
    padding: 5px;
}
.nav_item{
    float: left;
    width: 50%;
}
.nav_item .item{
    margin: 5px;
    padding: 10px;
    background-color: #F8F6F7;
    border-radius: 8px;
}
.nav_item i{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 5px;
}
.icon_video{
    background-image: url(../../img/m/video.png);
}
.icon_audio{
    background-image: url(../../img/m/voice.png);
}
.icon_article{
    background-image: url(../../img/m/article.png);
}
.icon_answer{
    background-image: url(../../img/m/answer.png);
}
.nav_item em{
    position: relative;
    font-style: normal;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.nav_item em::after{
    position: absolute;
    right: -10px;
    content: '';
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: url(../../img/m/arrow.png) no-repeat center center;
    background-size: contain;
}
.nav_item p{
    font-size: 12px;
    color: #999;
}
.box_title{
    font-size: 18px;
    color: #222;
    padding: 3px 0px;
    margin: 10px 0;
    font-weight: bold;
}
.box_title i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 3px;
    vertical-align: -2px;
}
.icon_expert{
    background-image: url(../../img/m/doctor.png);
}
.icon_kepu{
    background-image: url(../../img/m/health.png);
}
.icon_keshi{
    background-image: url(../../img/m/keshi.png);
}
.ul-wrap{
    width: 100%;
    overflow-x: auto;
}
.ul-wrap ul{
    white-space: nowrap;
    font-size: 0;
}
.ul-wrap li{
    width: 33.33%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.ul-wrap li a{
    background-color: #F8F7F6;
    display: block;
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
    color: #333;
    word-break: break-all; 
    position: relative;
    padding-top: 30px;
}
.ul-wrap li a p{
    font-size: 14px;
    font-weight: 300;
}
.ul-wrap li a span{
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 4px;
    display: block;
    height: 32px;
    overflow: hidden;
}
.ul-wrap li a em{
    font-style: normal;
    color: #018CF1;
    border: 1px solid #018CF1;
    border-radius: 4px;
    padding: 0px 1px;
    font-size: 12px;
    transform: scale(0.9);
    display: inline-block;
}
.ul-wrap li a i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
    transform: scale(0.9);
    display: inline-block;
    color: #333;
    font-style: normal;
}
.ul-wrap li a i::before{
    content: '';
    width: 3px;
    height: 3px;
    background-color: #12C571;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.ul-wrap img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
footer{
    background-color: #339999;
    font-size: 12px;
    height: 40px;
    padding: 5px 0;
    margin-top: 20px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;  
}
footer p{
    color: #fff;
    text-align: center;
}
.kp_item{
    margin: 10px 0;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}
.kp_item:last-child{
    border-bottom: none;
}
.kp_item div{
    flex: auto;
}
.kp_item a{
    display: flex;
}
.kp_item h3{
    position: relative;
    font-size: 16px;
}
.kp_item h3::before{
    content: '视频';
    left: 10px;
    background-color: #FF6406;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    margin-right: 4px;
}
.kp_audio h3::before{
    content: '语音';
    background-color: #00BD93;
}
.kp_article h3::before{
    content: '文章';
    background-color: #339DFF;
}
.kp_ask h3::before{
    content: '问答';
    background-color: #00BD93;
}
.list_kp h3::before{
    display: none;
}
.kp_item p{
    color: #666;
    font-size: 12px;
    margin-top: 3px;
} 
.kp_item span{
    color: #999;
    font-size: 10px;
    margin-top: 5px;
    display: block;
}   
.kp_item .img{
    width: 100px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
    margin-left: 5px;
}
.kp_item .img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.kp_video .img::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../../img/m/videoplay.png) no-repeat center center;
    border-radius: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.kp_audio .img::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../../img/m/voiceplay.png) no-repeat center center;
    border-radius: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.nav_top_wrap{
    position: fixed;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    /* max-width: 750px; */
}
.nav_top{
    position: absolute;
    right: 0;
    top: 45px;
    background-color: #fff;
    width: 150px;
    bottom: 0;
}
.nav_top::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    right: 10px;
}
.nav_top a{
    display: block;
    color: #222;
    font-size: 18px;
    margin: 30px 5px;
}
.nav_top a::before{
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin: 0 10px;
}
.nav_top a.icon_nav_index::before{
    background-image: url(../../img/m/home_s.png);
}
.nav_top a.icon_nav_video::before{
    background-image: url(../../img/m/video_s.png);
}
.nav_top a.icon_nav_audio::before{
    background-image: url(../../img/m/voice_s.png);
}
.nav_top a.icon_nav_article::before{
    background-image: url(../../img/m/article_s.png);
}
.nav_top a.icon_nav_answer::before{
    background-image: url(../../img/m/answer_s.png);
}
.nav_top a.icon_nav_doctor::before{
    background-image: url(../../img/m/keshi.png);
}
.list_keshi{
    font-size: 0;
    padding-bottom: 10px;
}
.list_keshi li{
    display: inline-block;
    width: 33.33%;
}
.list_keshi li a{
    display: block;
    background-color: #F5F5F5;
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    margin: 5px;
    border-radius: 3px;
}
.list_keshi li a.more{
    color: #339999;
}

.kp_article .doctor_info{
    width: 60px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 14px;
    color: #222;
}
.kp_article .doctor_info img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.expert_wrap{
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
    padding: 10px;
}
.expert_wrap a{
    display: flex;
}
.expert_wrap img{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 10px;
}
.expert_wrap .title{
    font-size: 16px;
}
.expert_wrap h3{
    display: inline-block;
    color: #333;
}
.expert_wrap i{
    font-style: normal;
    color: #FF6010;
    border: 1px solid #FF6010;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 12px;
}
.expert_wrap p{
    font-size: 14px;
}
.expert_wrap p.shanchang{
    color: #999;
}
.expert_wrap .extra{
    border-top: 1px solid #eee;
    font-size: 0;
    padding-top: 10px;
    margin-top: 10px;
}
.expert_wrap .extra span{
    display: inline-block;
    width: 33.33%;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-right: 1px solid #eeee;
    box-sizing: border-box;
}
.expert_wrap .extra span:last-child{
    border-right: none;
}
.expert_wrap .extra span em{
    color: #339999;
    font-style: normal;
    margin-right: 10px;
}

.doctor_detail{
    padding-top: 10px;
}
.doctor_detail .title{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.doctor_detail .title i{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0 8px 8px 0;
    color: #333;
    font-size: 14px;
    font-style: normal;
    padding: 3px 10px;
}
.doctor_detail .title i::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #FF8F1F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.doctor_detail .title img{
    width: 100px;
    height: 100%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.doctor_detail .title h3{
    display: inline;
}
.doctor_detail .title p{
    color: #999999;
}
.doctor_detail .extra{
    border-top: 2px solid #F5F5F5;
    font-size: 0;
}
.doctor_detail .extra span{
    display: inline-block;
    font-size: 14px;
    width: 33.33%;
    color: #999;
    padding: 10px 0;
    text-align: center;
}
.doctor_detail .extra span em{
    font-style: normal;
    color: #339999;
    display: block;
}
.doctor_detail .info{
    padding: 10px;
    color: #333;
    line-height: 30px;
}
.doctor_detail .info p{
    text-indent: 30px;
}
.doctor_detail .info b{
    display: block;
}
.dept_nav{
    background-color: #F7F8F5;
    padding: 0 10px;
}
.dept_nav h4{
    display: inline-block;
    line-height: 40px;
    height: 40px;
}
.dept_kp_list{
    padding: 10px;
}

.btn_keshi{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../img/m/keshi.png) no-repeat center center;
    background-size: 100% auto;
    vertical-align: -4px;
    margin-right: 10px;
}
.dept_keshi{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 100;
    color: #333;
    background: #fff;
    display: none;
}
.dept_keshi ul{
    height: 100%;
    overflow-y: auto;
    background-color: #F5F5F5;
}
.dept_keshi ul li{
    width: 100px;
}
.dept_keshi ul li>span{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}
.dept_keshi ul li.on{
    background-color: #fff;
    font-size: 16px;
}
.dept_keshi ul li.on>span{
    color: #339999;
}
.dept_keshi_sub{
    font-size: 0;
    position: absolute;
    left: 100px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    display: none;
    padding: 10px 0;
}
.dept_keshi ul li.on .dept_keshi_sub{
    display: block;
}
.dept_keshi_sub span{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    box-sizing: border-box;
}
.dept_keshi_sub span a{
    color: #333;
    margin: 5px 10px;
    background:rgba(245,245,245,1);
    display: block;
    padding: 5px 0;
    border-radius:8px;
    text-align: center;
}