.doc-info {
	background: #fff;
	padding:.17rem .2rem;
	overflow: hidden;
}
.doc-info .img{
	float: left;
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	overflow: hidden;
}
.doc-info .img img{
	width: .56rem;
}
.doc-info .text{
	margin-left: .7rem;
}
.doc-info .text h2{
	margin-bottom: .1rem;
	font-size: .2rem;
	line-height: 1em;
}
.doc-info .text p{
	font-size: .14rem;
	line-height: 1.5em;
	word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}

.cont-tit{
	padding: .05rem .17rem 0 .17rem;
	line-height: .48rem;
	height: .48rem;
	font-size: 18px;
	color: #333;
}
.cont-tit a{
	float: right;
	font-size: 14px;
	color: #555;
}
.cont-tit a .diseaseArrow{
	margin-left: .1rem;
	width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
}
.box{
	background: #fff;
}

.p1 .p1-swiper{
	padding:0 .15rem;
	height: 36px;
    line-height: 36px;
}
.p1 .p1-swiper .swiper-slide{
	display: inline-block;
	width: initial!important;
    padding: 0 .07rem;
    text-align: center;
    color: #555;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
    
}
.p1 .p1-swiper .swiper-slide.swiper-slide-thumb-active span,.p5 .p5-swiper .swiper-slide.swiper-slide-thumb-active span{
	color: #4facfe;
	border-bottom: .02rem solid #4facfe;
}
.p1-swiper-content .swiper-slide{
	height: 1px;
}
.p1-swiper-content .swiper-slide.swiper-slide-active{
	height: auto;
}
.p1-swiper-content .diseaseInfoImg{
	width: 1.1rem;
	float: left;
	margin:0 .15rem;
}
.p1-swiper-content .slide-content{
	padding:0 .15rem .15rem ;
	font-size: 14px;
	line-height: 1.5em;
	color: #555;
	
}
.p1-swiper-content .slide-content span{white-space: pre-line;}
.diseaseLearnMore{
	height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 .17rem;
    background: #fff;
}
.diseaseLearnMore .diseaseLearnMoreIcon{
	display: inline-block;
    width: 16px;
    height: 15px;
    float: left;
    background: url(../images/consult.png) no-repeat;
    background-size: contain;
    margin-top: 15px;
    margin-right: .1rem;
}
.diseaseLearnMore .diseaseLearnMoreArrow{
	margin-top: .17rem;
	float: right;
	width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: inline-block;
}
.p2{
	padding-bottom: .2rem;
}
.p2-cont {
	padding:0 .15rem;
}
.p2-cont .swiper-slide{
	width: 3.82rem;
}
.p2-cont .swiper-slide img{
	margin-bottom: .15rem;
	width: 100%;
}
.p2-cont .swiper-slide .text{
	font-size: 14px;
	line-height: 1em;
}

.p3{
	padding:.15rem 0;
}
.p3 .p3-cont{
	padding:0 .15rem;
}
.p3 .p3-cont .p3-item{
	font-size: 0;
}
.p3 .p3-cont .p3-item>div{
	padding:.05rem 0;
	display: inline-block;
	font-size: 14px;
	height: .33rem;
	line-height: .33rem;
}
.p3 .p3-cont .p3-item .item-name{
	width: 50%;
	color: #555;
}
.p3 .p3-cont .p3-item .item-price{
	width: 25%;
	color: #f60;
}
.p3 .p3-cont .p3-item .item-btn{
	position: relative;
	width: 25%;
	
}
.p3 .p3-cont .p3-item .item-btn a{
	position: absolute;
	right: 0;
	padding:0 .1rem;
	display: inline-block;
	border-radius: .04rem;
	background: #eff6fe;
	color: #62a6f5;
}

.p4 .p4-cont{
	padding:0 .2rem;
}
.p4 .doc-item{
	position: relative;
	padding:.2rem 0;
	border-bottom: 1px solid #f2f2f2;
}
.p4 .doc-item .doc-img{
	position: absolute;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
	width: 57px;
}
.p4 .doc-item .doc-img img{
	width: 100%;
}
.p4 .doc-item .doc-item-cont{
	margin-left: 65px;
}
.p4 .doc-item .doc-item-cont .doc-name{
	line-height: 1em;
	font-size: 16px;
	color: #333;
}
.p4 .doc-item .doc-item-cont .doc-sign{
	padding:.1rem 0;
}
.p4 .doc-item .doc-item-cont .doc-sign span{
	display: inline-block;
	border:1px solid #e3e3e3;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1.5em;
	color: #878787;
	padding:0 .05rem;
}
.p4 .doc-item .doc-item-cont .doc-description{
	font-size: 14px;
	line-height: 1.5em;
	color: #555;
	word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.p4 .doc-item .doc-item-cont .doc-inversion{
	padding-top: .1rem;
}
.p4 .doc-item .doc-item-cont .doc-inversion a{
	display: inline-block;
	padding:.07rem .14rem;
	font-size: 14px;
	color: #62a6f5;
	background: #eff6fe;
}
.p4 .doc-item .doc-item-cont .doc-inversion .icon-advice{
	display: inline-block;
	margin-right: .1rem;
    width: 14px;
    height:13px;
    vertical-align: middle;
    background: url(../images/a1.png) no-repeat;
    background-size: 100% 100%;
}
.p4 .doc-item .doc-item-cont .doc-inversion .icon-tel{
	display: inline-block;
	margin-right: .1rem;
    width: 14px;
    height:13px;
    vertical-align: middle;
    background: url(../images/a2.png) no-repeat;
    background-size: 100% 100%;
}


.p5 .p5-swiper{
	height: 36px;
	line-height: 36px;
	background: #f1f1f1;
}
.p5 .p5-swiper .swiper-slide{
	text-align: center;
	width: initial;
	min-width: 1.51rem;
	font-size: 14px;
	color: #555;
}
.p5 .p5-swiper-content .article-item{
	display: flex;
	padding:.15rem;
	border-bottom: 1px solid #f2f2f2;
}
.p5 .p5-swiper-content .article-item img{
	width: 1.2rem;
	height: 1rem;
}
.p5 .p5-swiper-content .swiper-slide {
	height: 1px;
}
.p5 .p5-swiper-content .swiper-slide.swiper-slide-active{
	height: auto;
}
.p5 .p5-swiper-content .article-item .article-item-content{
	margin-left: .1rem;
	display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.p5 .p5-swiper-content .article-item .article-item-content .article-item-title{
	flex:1;
	font-size: 18px;
	line-height: 1.2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}
.p5 .p5-swiper-content .article-item .article-item-content .article-item-createTime{
	font-size: 14px;
	color: #878787;
}

.p6 ul{
	padding:0 .15rem;
	overflow: hidden;
}
.p6 ul li{
	float: left;
    height: .38rem;
    text-align: center;
    line-height: .38rem;
    margin: 0 2% .1rem 0;
    width: 32%;
    border-radius: .06rem;
    font-size: 14px;
    background: #f5f5f5;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.p6 ul li:nth-of-type(3n){
	margin-right: 0;
}
.doc-item .doc-item-cont .doc-name span{
	margin-left:0.1rem;
	font-size: 14px;
}