/* topnav */
.list_article {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}

.main {
	max-width: 750px;
	margin: 0 auto;
	background: #f2f2f2;
	min-width: 375px;
}

.top-head {
	background: #fff;
	overflow: hidden;
	position: fixed;
	z-index: 999;
}

.topnav {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
}
.topnav>span {
    float: right;
    margin-right: 0.5rem;
    padding-top: 0.2rem;
}
.pipe {
	border: 0.0225rem solid #999999;
	margin: 4px 8px 4px 6px;
}

.logo {
	width: 7.5rem;
	margin: 0.1875rem 0.3125rem;
}

.logoin {
	margin-right: 1.1875rem;
	margin-top: 0.875rem;
}

.logoin i {
	background: url(../img/login.png) no-repeat;
	background-size: 100%;
	margin-right: 0.1875rem;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 0.625rem;
}

.r_nav {
	font-size: 0.9375rem;
}

/* content */
.article_article {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}

.article_tit {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.topnav1 {
	width: 95%;
	float: left;
	margin-left: 0.875rem;
}

.tgo1 {
	width: 33%;
	float: left;
}

.tgo1 i {
	font-weight: 100;
	line-height: 2.8125rem;
}

.menu1 {
	float: right;
}

.menu1 i {
	font-size: 1.5625rem;
	line-height: 3.125rem;
}

.aud_box1 {
	font-size: 0.875rem;
	overflow: hidden;
	position: relative;
	line-height: 1.7em;
	margin: 1.25rem auto;
	color:#333;
}

/* .aud_box1 div {
	clear: both;
	min-height: 1em;
	
} */
.article-nr-show p{
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: normal;
}
.aud_title{
	padding-top: 1rem;
}
.aud_title p {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0.6875rem;
}

.aud_title span {
	font-size: 0.875rem;
	padding-right: 1rem;
	color: #999999;
}

.article_cont {
	width: 100%;
	margin: 0rem auto;
	background: #fff;
	overflow: hidden;
	padding-top: 2.8rem;
	border-bottom: 0.0625rem solid #C8C6C6;
}

.aud_box {
	width: 95%;
	margin: 0 auto;
}

.aud_box1 b {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.5rem;
}

.attebox {
	border: none;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: .3rem 0;
	-webkit-box-align: center;
	align-items: center;
	font-size: 0.26rem;
}
.boxarrt{
	margin: 0.9375rem 0.5625rem;
}
.attebox a {
	display: block;
	flex-shrink: 0;
}

.attebox .box1_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.attebox .box1_left .img_box1 {
	border-radius: 100%;
	height: 2.82rem;
	width: 2.82rem;
	display: inline-block;
	margin-right: 0.4375rem;
}

.attebox .box1_left .img_box1 img {
	height: 2.82rem;
	width: 2.82rem;
	border-radius: 100%;
	background-color: #F7F7F8;
	display: inline-block;
}

.attebox .box1_left .info {
	display: inline-block;
	vertical-align: text-bottom;
	padding-left: .2rem;
}

.attebox .box1_left .info h4 {
	color: #333;
	font-size: 1rem;
}

.attebox .box1_left .info p {
	font-size: 0.875rem;
	color: #999;
}

.doctor_fname {
	border-left: 1px solid #333333;
	padding-left: 0.4375rem;
}

.ask {
	width: 28%;
	text-align: center;
	background-color: #FFC000;
	height: auto;
	line-height: 2.3rem;
	border-radius: 0.3125rem;
}

.ask a {
	font-size: 1rem;
	color: #FFFFFF;
}

.get_more {
	height: 3.75rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 100%);
	margin: 0px;
	margin-right: 10px;
}
.aud_box1 .conts {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.more_bt {
	height: 0.9375rem;
	margin: 2.5rem auto;
	margin-bottom: 0.625rem;
	text-align: center;
}
.readall_box {
	position: relative;
	z-index: 99;
	margin-top: -5.625rem;
	text-align: center;
}

.readall_box .read_more_mask {
	height: 5.625rem;
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0))
}

.read_more_btn {
	cursor: pointer;
	font-size: 16px;
	color: #3C80F3;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #3C80F3;
	line-height: 1.125rem;
	padding: 0.01875rem 0.5rem;
}

.read_more_btn:hover {
	background: #3C80F3;
	color: #fff;
}

.zx {
	text-align: center;
	margin: 0.4rem 0rem 1.25rem 0rem;
	line-height: 2rem;
}

.zx h5 {
	color: #424142;
	font-size: 1.125rem;
}

.zx span {
	font-size: 0.8125rem;
	color: #666666;
}

.button {
	width: 50%;
	text-align: center;
	margin: 0.25rem auto;
	background-color: #3C80F4;
	border-radius: 0.3125rem;
	height: 2.2rem;
	line-height: 2rem;
}

.button a {
	background-color: #3C80F4;
	color: #FFFFFF;
	font-size: 1rem;
	width: 100%;
	display: block;
	border-radius: 0.3125rem;
}

.rec_doctor {
	width: 100%;
	background: #fff;
	margin: 6px auto;
	overflow: hidden;
}

/* 列表导航 */
.kpzs .audt-img {
	width: 6%;
	position: absolute;
	padding: 1.0625rem 0.125rem 0 0.5rem;
	top: 0;
	left: 50%;
}

.kpzs {
	width: 100%;
	overflow: hidden;
	border-bottom: 0.0625rem solid #c8c6c6;
	background: #FFF;
	margin: 0.375rem auto;
}

.kpzs ul {
	/* padding-bottom: 5rem; */
	width: 95%;
	margin: 0.875rem auto;
	overflow: hidden;
}

.kpzs li {
	width: 30%;
	float: left;
	margin: 0.1875rem 0.275rem 0.1875rem 0.375rem;
	text-align: center;
	line-height: 1.875rem;
}

.kpzs li a {
	color: #FFFFFF;
}

/* 问答内容 */
.ask_cont{
	margin-top:2.8rem ;
}
.ask_article {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}

.togo {
	width: 100%;
	padding: 0.75rem 1.5rem;
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
}

.asktitle {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	padding: 0.9375rem;
	background-color: #FFFFFF;
	/* line-height: 1.725rem; */
	margin-bottom: 0.625rem;
	padding-bottom: 1.25rem;
}

.asktitle h1 {
	font-size: 1.5rem;
	color: #333333;
	font-weight: 200;
}

.asktitle p {
	color: #333;
	font-size: 1rem;
	margin: 0.5rem 0rem;
	line-height: 1.6rem;
	font-weight: normal;
	width: 95%;
}

.asktitle span {
	font-size: 0.875rem;
	padding-right: 2rem;
	color: #999999;

}

.ask_art {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-bottom: 0.625rem;
}

.ask_title {
	width: 95%;
	margin: 0 auto;
}

.ask_title p {
	font-size: 1.5rem;
	color: #333;
}

.ask_title span {
	font-size: 0.8125rem;
	padding-right: 2rem;
	color: #999999;
}

.infos .infos-p {
	color: #333;
	font-size: 1rem;
	font-weight: bold;
}
.infos .infos-p span:nth-of-type(2){
	font-weight: 200;
	border-left: 2px solid #999999;
	
	color: #999999;
}
.infos_name {
	padding-left: .4rem;
	color: #333;
}

.infos p {
	font-size: 0.875rem;
	color: #999;
}

.ask_conts {
	width: 91%;
	margin-left: 0.8rem;
	word-wrap: break-word;
	word-break: normal;
	font-size: 1rem;
	line-height: 1.7rem;
}

.ask_conts .fx {
	color: #3B7FF3;
	font-size: 1.125rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.ask_conts .fxd {
	color:#333;
	font-size: 1rem;
	text-indent: 2em;
}

.zy {
	margin: 0.3125rem auto;
}

.zy p {
	color: #999;
	font-size: 0.875rem;
}

.zy span {
	color: #656565;
	font-size: 0.9375rem;
}

/* 问答列表 */
.list_ask {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}
.banner{
	margin-top: 2.8rem;
}
/* 音频部分 */
.audio_article {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}

.aud_title p {
	font-size: 1.5rem;
	font-weight: bold;
}

.aud_title span {
	font-size: 0.875rem;
	padding-right: 1rem;
	color: #999999;
}
.aud_box1_content{
	text-indent: 2em;
	font-size: 1rem;
	line-height: 1.7rem;
}
.attebox {
	border-top: 5px solid #F4F4F4;
	border-bottom: 1px solid #f0f5fd;
	border: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: .3rem 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 0.26rem;
}
.aub_box_con p{
	font-size: 1rem;
	text-indent: 2em;
	line-height: 1.7rem;
}
.attebox a {
	display: block;
	flex-shrink: 0;
}
.info_video h4 span{
	color: #333;
	font-weight: bold;
	font-size: 1rem;
}
.doctor_name {
	color: #333333;
	font-weight: bold;
	font-size: 1rem;
	margin-right: 0.2rem;
}

.attebox .box1_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.attebox .box1_left .img_box1 {
	border-radius: 100%;
	height: 2.82rem;
	width: 2.82rem;
	display: inline-block;
}

.attebox .box1_left .img_box1 img {
	height: 2.82rem;
	width: 2.82rem;
	border-radius: 100%;
	background-color: #F7F7F8;
	display: inline-block;
}

.attebox .box1_left .info {
	display: inline-block;
	vertical-align: text-bottom;
	padding-left: .2rem;
}
.get_more {
	height: 3.75rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 100%);
	margin: 0px;
	margin-right: 10px;
}
.playbox {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
	align-items: center;
	height: 4.6rem;
	width: 21.66667rem;
	background-color: #f8f8f8;
	border-radius: .26667rem;
	border: 1px solid #ddd;
	margin: 1rem auto;
	position: relative;
}

.playbox>.operate>.operate_img {
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 1.66667rem;
	margin: 0 1rem
}

.playbox>.progressbox {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.playbox>.progressbox>.progress {
	position: relative;
	width: 16rem
}

.playbox>.progressbox>.progress:hover {
	cursor: pointer
}

.playbox>.progressbox>.progress>.progress {
	height: .2rem;
	background-color: #3C80F4;
	top: 0;
	border-radius: 3px;
	position: absolute;
	width: 0
}

.playbox>.progressbox>.progress>.progress_bg {
	height: .2rem;
	background-color: #dde2e2;
	border-radius: 3px
}

.playbox>.progressbox>.progress>.progress_dot {
	width: .8rem;
	height: .8rem;
	background-color: #3C80F4;
	border-radius: .4rem;
	position: absolute;
	top: -.3rem;
	left: 0
}

.playbox>.progressbox>.time_view {
	position: absolute;
	width: 16rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: .8rem;
	line-height: 1.33333rem;
	color: #999;
	margin-top: .53333rem;
	font-weight: 700
}

.audio_article_cont {
	background: #fff;
	margin: 2.8rem auto;
	overflow: hidden;
}
.infof h4 {
	color: #333;
	font-size: 1rem;
}

.list_audio {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}
/* 视频内容页部分 */
.list_video {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}
.list_video-cent{
	background: #fff;
	overflow: hidden;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c8c6c6;
}
.list_video-content{
	text-indent: 2em;
	font-size: 1rem;
	line-height: 1.7rem;
}
.list_video-content p{
	text-indent: 2em;
	font-size: .9rem;
	line-height: 1.6rem;
	margin-bottom: 5px;
	text-align: justify;
}
.video-top {
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 2.8rem;
}

.hide {
	display: none;
}

.play {
	width: 78px;
	height: 25px;
	background-color: #e2480e;
	border-radius: 15px;
	top: 179px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	margin: 0 auto;
	margin-left: auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	z-index: 5500000002;
	font-size: 13px;
}

.box2 {
	width: 100%;
	height: 214px;
	position: absolute;
	background-color: #000000;
	z-index: 5500000000;
	top: 0;
	opacity: 0.85;
}

/* 诊疗科室详情 */
.clinic_article {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}

/* 疾病症状页面 */
.my_symptom {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}
.my_symptom-content{
	margin-top: 3.125rem;
}
.my_symptom-content_tit {
	line-height: 1.875rem;
	width: 95%;
	margin: 0 auto;
}

.my_symptom-content_tit .t {
	font-size: 1rem;
	text-align: center;
	width: 15rem;
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow: hidden;
}

.my_symptom-contents {
	border-bottom: 0.0625rem solid #DFDFDF;
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 2.9rem;
	z-index: 888;
	display: flex;
}

.my_symptom-contents_tab {
	/* width: 85%; */
	float: left;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
	height: 3.33333rem;
	overflow: hidden;
	overflow-x: auto;
	font-size: .93333rem;
	color: #666;
	line-height: 3.33333rem;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(100);
	transform: translateX(100);
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s
	
	
}

.my_symptom-contents_tab>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.my_symptom-contents_tab>div>a {
	width: 3.26667rem;
	text-align: center;
	position: relative;
}

.my_symptom-contents_tab .opn {
	color: #3C80F3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #3C80F3), to(transparent));
	background-image: linear-gradient(#3C80F3 100%, transparent 0);
	background-size: 2.83333rem .16667rem;
	background-repeat: no-repeat;
	background-position: bottom;
}

.my_symptom-contents>.mmenu {
	width: 3.33333rem;
	height: 3.33333rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.my_symptom-contents .mmenu i {
	font-size: 1.75rem;
}

.my_symptom_contents {
	background: #FFFFFF;
	padding-top: 0.0625rem;
	background-color: #fff;
	
}

.addmore {
	background: #FFF;
	line-height: 2.8125rem;
	text-align: center;
	margin-bottom: 3.75rem;
}

.addmore a {
	color: #3399FF;
	font-size: 1rem;
}

.disease_detail>.nav_modal {
	position: fixed;
	z-index: 1001;
	width: 100%;
	display: none;
	top: 2.93333rem;
	left: 0;
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid;
}

.disease_detail>.nav_modal>.shadow {
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	z-index: 1000;
	width: 100%;
	left: 0
}

.detail {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	z-index: 1001;
	position: absolute;
}

.detail ul {
	width: 95%;
	margin: 0.625rem auto;
	text-align: center;

}

.detail ul li {
	width: 20%;
	float: left;
	margin: 0.625rem auto;
	line-height: 1.875rem;
}

.detail ul li i {
	font-size: 2.1875rem;
	color: #3c80f4;
	font-weight: 100;
}

.detail ul li div {
	font-size: 0.875rem;
	color: #666666;
}
.my_symptom_contents-tit{
	width: 90%;
	margin: 0 auto;
}
.my_symptom_contents-tit p{
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.1875rem;
}
.my_symptom_contents-tit p b{
	color: #308CF4;
	
}
.my_symptom_contents-cont{
	font-size: 0.875rem;
	width: 90%;
	display: block;
	margin: 0 auto;
	line-height: 1.5625rem;
}
.more_msg{
	background: #f2f6f8;
	text-align: center;
}
.more_msg p{
	font-size: 0.8rem;
	line-height: 2.1875rem;
	color: #FF9000;
}


/*功效与作用*/
.efficacy-content p{
	font-size: 1.0rem;
	line-height: 1.6rem;
	margin-bottom: 0.6rem;
	padding: 0 .9rem;
}
.fan-content p {
	text-indent: 2em;
}
.fan-content p img{
	max-width: 100%;
	margin: 10px 0px;
	display: block;
}
.efficacy-content .top_title{
	margin: 0 .5rem;
	font-size: 1.1rem;
	border-top: 1px solid #ededed;
	margin-bottom: 0.5rem;
	font-weight: bold;
	padding: 0;
	padding-top: 0.55rem;
}
.efficacy-content  .second_title{
	padding: 0 .9rem;
	font-size: 1.05rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.efficacy-content  .second_title::before{
	content: '';
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background:#12bbb7;
	margin-right: 0.45rem;
}
