.main{
	width:1200px;	
	margin:auto;
	overflow: hidden;
	margin-bottom:50px;
}


/*位置*/
.main .place{
	width:100%;
	margin:26px 0 30px 0;
	overflow: hidden;
}
.main .place p{
	font-size:12px;
	color:#333;
}
.main .place p a{
	color:#333;
}
.main .place p a:hover{
	color:#17A693;
}
.main .place p a:last-child{
	color:#999;
}

/*医生*/
.doctor{
	width:100%;
	height:313px;
	overflow: hidden;
	background:url(../img/doctor_1.jpg)no-repeat;
	position:relative;
	margin-bottom:10px;
}
/*1*/
.doctor a{
	display: block;
	width:122px;
	height:35px;
	position:absolute;
	bottom:48px;
}
.doctor a:nth-of-type(1){
	left:431px;
}
.doctor a:nth-of-type(2){
	left:586px;
}
/*.doctor p:last-of-type{
	clear:both;
	font-size:12px;
	color:#AFAFAF;
}*/
/*2*/
.doctor .icon_doctor{
	width:240px;
	height:240px;
	margin:40px 46px 0 160px;
	overflow: hidden;
	float:left;
}
.doctor .right{
	width:600px;
	float:left;
}
.doctor .right h1{
	float:left;
	font-size:40px;
	color:#fff;
	margin:50px 40px 18px 0;
}
.doctor .right h2{
	float:left;
	padding:5px 22px;
	border:1.5px solid #f9f234;
	border-radius:2px;
	color:#f9f234;
	
	font-size:18px;
}
.doctor .right h3{
	clear:both;
	float:left;
	margin:0 40px 12px 0;
	color:#fff;
	font-size:24px;
}
.doctor .right h4{
	float:left;
	color:#fff;
	font-size:24px;
}
.doctor .right p{
	clear:both;
	font-size:15px;
	color:#fff;
	line-height:22px;
	letter-spacing:2px;
}
.doctor .right a{
	display: block;
	float:left;
	width:122px;
	height:35px;
	background:#fff;
	border-radius:3px;
	text-align: center;
	line-height:35px;
	font-size:14px;
	color:#39d6bd;
	margin:24px 34px 0 0;
}

/*提示*/
.hint{
	width:100%;
	margin-bottom:50px;
}
.hint p{
	clear:both;
	font-size:12px;
	color:#AFAFAF;
}


/*左*/
.mainLeft{
	width:885px;
	float:left;
	position:relative;
}

/*tab切换*/
.tab{
	width:885px;
	overflow: hidden;
}
.fixed{
	position:fixed;
	z-index: 99999;
	top:0;
}
.tab ul{
	width: calc(100% - 2px);
	overflow: hidden;
	height:45px;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
}
.tab ul li{
	width: calc(20% - 1px);
	float:left;
	border-right:1px solid #e6e6e6;
	text-align: center;
	height:100%;
	line-height:45px;
}
.tab ul li:last-child{
	width:20%;
	border-right:none;
}
.tab ul li a{
	display: block;
	width:100%;
	height:100%;
	color:#333;
	font-size:16px;
}
.tab ul li a.active{
	background:#fff;
	color:#1eb29c;
	border-top:2px solid #1eb29c;
}


/*标题*/
.title{
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:22px;
}
.title i{
	display: inline-block;
}
.title h1{
	display: inline-block;
	font-size:18px;
	color:#4d4d4d;
}

/*各分类*/
#Intro,#Aptitude,#Good,#Record,#Coupe{
	width:100%;
	overflow: hidden;
	padding-top:90px;
}

/*医生简介*/

#Intro p{
	padding-left:50px;
	font-size:16px;
	color:#666;
	line-height:30px;
	text-indent:2em;
}

/*医生资质*/
#Aptitude p{
	padding-left:50px;
	font-size:16px;
	color:#666;
	line-height:30px;
}

/*擅长项目*/
#Good p{
	padding-left:50px;
	font-size:16px;
	color:#666;
	line-height:30px;
}

/*医生履历*/
#Record p{
	padding-left:50px;
	font-size:16px;
	color:#666;
	line-height:30px;
}

/*专家视频*/
#Coupe ul{
	margin-left:50px;
	margin-bottom:44px;
	overflow: hidden;
	clear:both;
}
#Coupe ul>li{
	font-size:18px;
	color:#4d4d4d;
	margin-right:62px;
	float:left;
	position:relative;
	cursor:pointer;
}
#Coupe ul>li.active{
	padding-bottom:14px;
	color:#1eb29c;
}
#Coupe ul>li.active::after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-width:0 13px 10px;
	border-style:solid;
	border-color:transparent transparent #1eb29c;
	bottom:0;
	left:20px;
}
#Coupe ol{
	clear:both;
	margin-left:50px;
	display: none;
}
#Coupe ol>li{
	width:100%;
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px dashed #e6e6e6;
}
#Coupe ol>li dl{
	width:100%;
	overflow: hidden;
}
#Coupe ol>li dl dt{
	width:195px;
	height:109px;
	float:left;
	margin-right:18px;
}
#Coupe ol>li dl dd{
	float:left;
	width:calc(100% - 195px - 18px);
	padding-top:8px;
	padding-bottom:5px;
}
#Coupe ol>li dl dd h1{
	font-size:17px;
	margin-bottom:10px;
}
#Coupe ol>li dl dd h1 a{
	color:#222;
}
#Coupe ol>li dl dd p{
	font-size:14px;
	color:#666;
	line-height:22px;
}
#Coupe ol>li dl dd .particulars span{
	font-size:12px;
	color:#999;
	margin-right:32px;
}
#Coupe ol.active{
	display: block;
}

/*热搜推荐/变美案例*/
.hot,.case{
	width:100%;
	overflow: hidden;
	margin-top:90px;
}
.hot h1,.case h1{
	font-size:18px;
	color:#111;
	text-align: center;
	position:relative;
	padding-bottom:16px;
	margin-bottom:44px;
}
.hot h1::after,.case h1::after{
	content:"";
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:-3px;
	width:45px;
	height:3px;
	background:#ddd;
	z-index: 999;
}
.hot h1::before,.case h1::before{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	width:100%;
	height:1px;
	background:#e6e6e6;
	z-index: 999;
}
.hot ul{
	width:100%;
	overflow: hidden;
}
.hot ul li{
	width:271px;
	float:left;
	margin-right:36px;
	margin-bottom:36px;
}
.hot ul li:nth-child(3){
	margin-right:0;
}
.hot ul li a{
	display: block;
}
.hot ul li a p{
	font-size:14px;
	color:#666;
	margin-top:8px;
	position:relative;
	padding-top:8px;
}
.hot ul li a p::after{
	content:"";
	position:absolute;
	width:61px;
	height:2px;
	background:#1eb29c;
	top:0;
	left:0;
}

.case ul{
	width:100%;
	overflow: hidden;
}
.case ul li{
	overflow: hidden;
	margin-bottom:70px;
}
.case ul li .author{
	width:58px;
	height:58px;
	float:left;
	margin-right:30px;
	border-radius:50%;
	overflow: hidden;
}
.case ul li .container{
	width:calc(100% - 58px - 30px);
	float:left;
}
.case ul li .container h2{
	font-size:16px;
	color:#333;
	float:left;
	overflow: hidden;
}
.case ul li .container h2 span{
	margin-left:20px;
	color:#999;
}
.case ul li .container i{
	display: block;
	float:right;
	width:17px;
	height:16px;
	background:url(../img/icon_xx.png)no-repeat;
	margin-right:4px;
}
.case ul li .container i:last-child{
	margin-right:0;
}
.case ul li .container p{
	clear:both;
	margin:32px 0 8px 0;
	line-height:30px;
	font-size:16px;
}
.case ul li .container p a{
	color:#666;
}
.case ul li .container img{
	width:125px;
	height:125px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.case ul li .container .project{
	clear:both;
}
.case ul li .container .project a{
	font-size:14px;
	color:#888;
	margin-right:10px;
}
.case ul li .container .project a:hover{
	color:#1EB29C;
}

/*右*/
.mainRight{
	width:272px;
	float:right;
}
.evaluate{
	width: calc(100% - 66px);
	overflow: hidden;
	margin-bottom:40px;
	background:url(../xmyy/img/rate_a.png)no-repeat 33px 84px #f8f8f8;
	padding:28px 33px 36px 33px;
}
.evaluate h1{
	font-size:16px;
	text-align:center;
}
.evaluate h2{
	font-size:35px;
	font-weight:bold;
	margin:90px 0 16px 64px;
	color:#4d4d4d;
}
.evaluate h2 span{
	font-size:18px;
	color:#666;
	margin-left:5px;
}
.evaluate dl{
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
.evaluate dl dt{
	float:left;
	background:#fe7951;
	padding:3px 8px;
	color:#fff;
	font-size:12px;
	margin-right:12px;
}
.evaluate dl dd{
	float:left;
}
.evaluate dl dd i{
	display: inline-block;
	width:18px;
	height:16px;
	margin-right:4px;
	background:url(../img/icon_x.png)no-repeat;
}
.evaluate dl dd i:last-child{
	margin-right:0;
}
.evaluate ul{
	width:100%;
	overflow: hidden;
}
.evaluate ul li{
	margin-left:2px;
	float:left;
	font-size:14px;
	color:#fe7951;
	margin-right:20px;
}
.evaluate ul li:last-child{
	margin-right:0;
}
.evaluate ul li span{
	color:#333;
}

/*相关问题解答*/
.mainRight .explain{
	width: calc(100% - 66px);
	overflow: hidden;
	margin-bottom:40px;
	background:url(../xmyy/img/rate_a.png)no-repeat 33px 84px #f8f8f8;
	padding:28px 33px 36px 33px;
}
.mainRight .explain h1{
	font-size:16px;
	text-align:center;
}
.mainRight .explain h2{
	font-size:35px;
	font-weight:bold;
	margin:90px 0 16px 60px;
	color:#4d4d4d;
}
.mainRight .explain h2 span{
	font-size:18px;
	color:#666;
}
.mainRight .explain dl{
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
.mainRight .explain dl dt{
	float:left;
	margin-right:12px;
}
.mainRight .explain dl dt i{
	display: inline-block;
	width:18px;
	height:17px;
	background:url(../img/icon_x.png)no-repeat;
	margin-right:5px;
}
.mainRight .explain dl dd{
	float:left;
	font-size:12px;
	color:#fff;
	padding:3px 21px;
	background:#fe7951;
}
.mainRight .explain p{
	font-size:14px;
	color:#fe7951;
	margin-bottom:9px;
}
.mainRight .explain p span{
	color:#333;
	font-size:14px;
	margin-left:6px;
}
.mainRight .explain p:nth-of-type(2){
	margin-bottom:18px;
}
.mainRight .explain a{
	display: block;
	width:calc(100% - 10px);
	height:29px;
	margin:auto;
	border-radius:15px;
	border:1px solid #28b6a8;
	text-align: center;
	line-height:29px;
	font-size:14px;
	color:#28b6a8;
}

/*咨询*/
.consult{
	width: calc(100% - 60px);
	padding:50px 30px 60px 30px;
	background:#f8f8f8;
	margin-bottom:40px;
}
.consult p{
	font-size:16px;
	color:#111;
	line-height:30px;
	margin-bottom:30px;
}
.consult a{
	display: block;
	width:calc(100% - 15px);
	height:38px;
	background:#fe7951;
	font-size:16px;
	color:#fff;
	text-align: center;
	line-height:38px;
	margin:auto;
}

/*其他医生推荐*/
.recommend{
	width: calc(100% - 10px);
	overflow: hidden;
	background:#f8f8f8;
	padding:20px 5px;
}
.recommend h1{
	font-size:16px;
	color:#111;
	margin-bottom:6px;
}
.recommend dl{
	width: calc(100% - 8px);
	padding:4px;
	background:#fff;
	overflow: hidden;
	margin-bottom:6px;
}
.recommend dl dt{
	width:84px;
	height:84px;
	float:left;
	margin-right:9px;
}
.recommend dl dd{
	width: calc(100% - 84px - 9px);
	float:left;
}
.recommend dl dd h2{
	font-size:12px;
	color:#1eb29c;
	margin-bottom:6px;
	font-weight:bold;
}
.recommend dl dd h2 span{
	color:#888;
	margin-left:6px;
}
.recommend dl dd p{
	font-size:12px;
	color:#333;
	line-height:20px;
	margin-bottom:3px;
}
.recommend dl dd p span{
	color:#888;
}
.recommend dl dd a{
	display: block;
	width:80px;
	height:20px;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	text-align: center;
	line-height:20px;
	background:#fe7951;
}
