.main{
	width:1200px;	
	margin:auto;
	overflow: hidden;
	margin-bottom:50px;
}

/*left*/
.mainLeft{
	width:885px;
	overflow: hidden;
	float:left;
}

/*产品*/
.product{
	width:100%;
	overflow: hidden;
	margin:50px 0;
}
.product .left{
	width:324px;
	height:370px;
	float:left;
	margin-right:28px;
}
.product .left ul{
	width:100%;
	height:290px;
	overflow: hidden;
}
.product .left ul>li{
	width:324px;
	height:290px;
}
.product .left ul>li img{
	width:100%;
	height:290px;
}
.product .left ol{
	width:100%;
	height:70px;
	overflow: hidden;
	margin-top:10px;
}
.product .left ol li{
	width:70px;
	height:70px;
	float:left;
	margin-right:14.5px;
	cursor:pointer;
	box-sizing:border-box;
}
.product .left ol li.active{
	border:2px solid #1eb29c;
}
.product .left ol li>img{
	width:100%;
}
.product .left ol li:last-child{
	margin-right:0;
}

.product .right{
	width:533px;
	float:right;
}
.product .right h1{
	font-size:18px;
	color:#333;
	margin:24px 0 14px 0;
}
.product .right .price{
	width:100%;
	height:36px;
	background:#f9f9f9;
	border-radius:5px 5px 0 0;
}
.product .right .price p{
	float:left;
	font-size:12px;
	color:#999;
	margin:10px 32px 0 16px;
	
}
.product .right .price h2{
	font-size:18px;
	color:#ff526f;
	margin:8px 150px 0 0;
	float:left;
}
.product .right .price h2 b{
	font-size:14px;
	color:#ff526f;
}
.product .right .price h2 span{
	font-size:12px;
	color:#999;
	text-decoration: line-through;
}
.product .right .price .share{
	width:64px;
	height:18px;
	float:left;
	margin-top:14px;
}
.product .right .price .share a{
	height:18px;
}
.product .right .price .share a:nth-child(1){
	float:left;
	width:32px;
	border-right:1px solid #eeeeee;
}
.product .right .price .share a:nth-child(1) i{
	display: block;
	width:16px;
	height:16px;
	background:url(../img/collect.png)no-repeat;
	background-size:cover;
}
.product .right .price .share a:nth-child(2){
	width:23px;
	float:right;
}
.product .right .price .share a:nth-child(2) i{
	display: block;
	float:right;
	width:16px;
	height:16px;
	background:url(../img/share.png)no-repeat;
	background-size:cover;
}
.product .right .relation{
	width:100%;
	height:36px;
	background:#f9f9f9;
	border-radius:0 0 5px 5px;
}
.product .right .relation ul li{
	float:left;
	width:33.3%;
	text-align: center;
	font-size:12px;
	color:#999;
	border-right:1px solid #eee;
	box-sizing:border-box;
	height:21px;
	margin-top:10px;
}
.product .right .relation ul li i{
	display:inline-block;
	width:69px;
	height:17px;
	background:url(../img/star1.png)no-repeat;
	background-size:cover;
	vertical-align:middle;
	margin-left:5px;
}
.product .right .relation ul li span{
	margin-right:10px;
}
.product .right .relation ul li:last-child{
	border-right:none;
}
.product .right dl{
	width:100%;
	clear:both;
	overflow: hidden;
}
.product .right dl:nth-of-type(1){
	border-top:1px dashed #e6e6e6;	
	margin-top:34px;
	padding-top:10px;
	height:62px;
	margin-bottom:15px;
}
.product .right dl dt{
	width:50px;
	float:left;
	margin-right:15px;
	font-size:12px;
	color:#999;
}
.product .right dl dd{
	float:left;
}
.product .right dl:nth-of-type(1) dt{
	line-height:56px;
}
.product .right dl:nth-of-type(1) dd{
	float:left;
	width:120px;
	border:1px solid #FF4C6D;
	padding:12px 0 12px 8px;
	border-radius:3px;
}
.product .right dl:nth-of-type(1) dd h2{
	font-size:12px;
	color:#ff5c7e;
}
.product .right dl:nth-of-type(1) dd h2 span{
	font-size:15px;
}
.product .right dl:nth-of-type(1) dd p{
	font-size:12px;
	color:#999;
}
.product .right dl:nth-of-type(2) dd{
	height:23px;
	border:1px solid #e6e6e6;
	border-radius:2px;
	overflow: hidden;
}
.product .right dl:nth-of-type(2) dd input{
	width:23px;
	height:23px;
	border:none;
}
.product .right dl:nth-of-type(2) dd input:nth-child(2){
	width:27px;
	text-align: center;
}
.product .right .advisory{
	overflow: hidden;
	clear:both;
	margin-top:14px;
	margin-left:64px;
}
.product .right .advisory a{
	display: inline-block;
	width:120px;
	height:40px;
	margin-right:12px;
	text-align: center;
	line-height:40px;
	border-radius:3px;
	font-size:16px;
}
.product .right .advisory a:nth-child(1){
	background:#1db29e;
	color:#fff;
}
.product .right .advisory a:nth-child(2){
	border:1px solid #1db29e;
	color:#1db29e;
	width:118px;
	height:38px;
}


/*商品相关详情*/
.detail{
	width:100%;
	overflow: hidden;
	position:relative;
}
.detail>ul{
	width:100%;
	overflow: hidden;
	height:64px;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
}
.detail>ul.fixed{
	width:885px;
	position:fixed;
	top:0;
	z-index: 999;
}
.detail>ul>li{
	width:20%;
	float:left;
	box-sizing:border-box;
	border-right:1px solid #e6e6e6;
	text-align: center;
	height:64px;
	line-height:64px;
}
.detail>ul>li>a{
	display: block;
	font-size:18px;
	color:#666;
	background:#f5f5f5;
}
.detail>ul>li>a.active{
	border-top:3px solid #1db29e;
	background:#fff;
	color:#1db29e;
}
.detail>ul>li:last-child{
	border-right:none;
}

/*服务详情*/
.detail #serve{
	width:100%;
	overflow: hidden;
	padding-top:80px;
}
.detail #serve h1{
	float:left;
	font-size:16px;
	color:#333;
	padding-bottom:10px;
	border-bottom:2px solid #1db29e;
	margin-bottom:25px;
	padding-right:20px;
}
.detail #serve img{
	width:100%;
}

/*标题*/
.title{
	width:100%;
	overflow: hidden;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
}
.title h1{
	font-size:16px;
	color:#333;
	padding-bottom:10px;
	border-bottom:2px solid #1db29e;
	float:left;
	padding-right:20px;
}

/*医生介绍*/
#doctor{
	width:100%;
	overflow: hidden;
	padding-top:80px;
}
#doctor .left{
	width:390px;
	height:375px;
	float:left;
	border-radius:5px 0 0 5px;
	overflow: hidden;
}
#doctor .right{
	width:475px;
	float:left;
	height:375px;
	padding-left:20px;
	background:#f6f6f6;
	border-radius:0 5px 5px 0;
	overflow: hidden;
}
#doctor .right h1{
	font-size:20px;
	color:#333;
	margin:40px 0 20px 0;
}
#doctor .right h1 span{
	font-size:16px;
	color:#666;
}
#doctor .right p{
	font-size:16px;
	color:#666;
	margin-bottom:6px;
}
#doctor .right p:last-of-type{
	margin:20px 0 30px 0;
}
#doctor .right .btn a{
	display: inline-block;
	width:156px;
	height:46px;
	margin-right:20px;
	text-align: center;
	line-height:46px;
	font-size:16px;
	color:#fff;
	border-radius:5px;
}
#doctor .right .btn a:nth-child(1){
	background:#1db29e;
}
#doctor .right .btn a:nth-child(2){
	background:#f65f73;
}

/*医院位置*/
#hospital{
	width:100%;
	overflow: hidden;
	padding-top:80px;
}
#hospital .map{
	width:100%;
	overflow: hidden;
	margin-bottom:30px;
}
#hospital p{
	font-size:14px;
	color:#666;
	margin-bottom:15px;
}
#hospital p i{
	display: inline-block;
	width:23px;
	height:23px;
	margin-right:5px;
	vertical-align: middle;
}
#hospital p:nth-of-type(1) i{
	background:url(../img/metro.png)no-repeat;
	background-size:cover;
}
#hospital p:nth-of-type(2) i{
	background:url(../img/bus.png)no-repeat;
	background-size:cover;
}
#hospital p:nth-of-type(3) i{
	background:url(../img/plane.png)no-repeat;
	background-size:cover;
}
#hospital p span{
	font-size:18px;
}

/*安全保障*/
#secure{
	width:100%;
	overflow: hidden;
	padding-top:80px;
}
#secure ul{
	width:60%;
	margin:30px auto;
	overflow: hidden;
}
#secure ul>li{
	width:33.3%;
	float:left;
	color:#333;
	font-size:16px;
	text-align: center;
	cursor:pointer;
}
#secure ul>li.active{
	color:#17A693;
	padding-bottom:10px;
	background:url(../img/icon_active.png)no-repeat center bottom;
}
#secure ol,#secure ol>li{
	width:100%;
	overflow: hidden;
}
#secure ol>li{
	display: none;
}
#secure ol>li.active{
	display: block;
}
#secure ol>li dl{
	float:left;
	width:270px;
	margin-bottom:30px;
	margin-right:37px;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
}
#secure ol>li dl:nth-child(3n){
	margin-right:0;
}
#secure ol>li dl dt{
	width:100%;
}
#secure ol>li dl dt img{
	display: block;
}
#secure ol>li dl dd{
	text-align: center;
	color:#666;
	font-size:14px;
	padding:10px 0;
	background:#f6f6f6;
	
}

/*手术评分*/
#evaluate{
	width:100%;
	overflow: hidden;
	padding-top:80px;
	margin-bottom:60px;
}
#evaluate>ul{
	width:100%;
	overflow: hidden;
	margin-bottom:50px;
	border-bottom:1px solid #f3f3f3;
	padding:24px 0;
}
#evaluate>ul>li{
	float:left;
	border-right:1px solid #f3f3f3;
}
#evaluate>ul>li:last-child{
	border-right:none;
}
#evaluate>ul>li:nth-child(1){
	padding:0 75px;
}
#evaluate>ul>li:nth-child(1) h1{
	font-size:30px;
	color:#ff4c6d;
	font-weight:bold;
	text-align: center;
}
#evaluate>ul>li:nth-child(1) h1 span{
	font-size:18px;
	color:#888;
	margin-left:5px;
}
#evaluate>ul>li:nth-child(1) .bg{
	width:98px;
	height:14px;
	margin:8px auto;
}
#evaluate>ul>li:nth-child(1) .bg i{
	display: inline-block;
	width:18px;
	height:18px;
	margin-right:2px;
	background:url(../img/star.png)no-repeat;
	background-size:cover;
}
#evaluate>ul>li:nth-child(1) .bg i:last-child{
	margin-right:0;
}
#evaluate>ul>li:nth-child(1) h2{
	font-size:14px;
	color:#888;
	text-align: center;
}
#evaluate>ul>li:nth-child(1) h2 span{
	color:#FF526F;
}
#evaluate>ul>li:nth-child(2){
	padding:0 56px;
}
#evaluate>ul>li:nth-child(2) dl{
	overflow: hidden;
	margin-bottom:14px;
}
#evaluate>ul>li:nth-child(2) dl dt{
	float:left;
	margin-right:18px;
	font-size:14px;
	color:#888;
}
#evaluate>ul>li:nth-child(2) dl:nth-child(1) dt,#evaluate>ul>li:nth-child(2) dl:nth-child(3) dt{
	margin-right:32px;
}
#evaluate>ul>li:nth-child(2) dl dd{
	font-size:14px;
	float:left;
	color:#FF526F;
}
#evaluate>ul>li:nth-child(2) dl dd i{
	display: inline-block;
	width:16px;
	height:16px;
	background:url(../img/star.png)no-repeat;
	margin-right:2px;
	background-size:cover;
}
#evaluate>ul>li:nth-child(2) dl dd span{
	color:#888;
}
#evaluate>ul>li:nth-child(3) p{
	font-size:14px;
	color:#888;
	margin-left:90px;
	margin-top:34px;
}

/*评论*/
.comment{
	width:100%;
	overflow: hidden;
	padding-bottom:20px;
	margin-bottom:24px;
	border-bottom:1px solid #f3f3f3;
}
.comment .user{
	width:75px;
	margin-right:20px;
	float:left;
}
.comment .user .im{
	width:55px;
	height:55px;
	overflow: hidden;
	border-radius:50%;
	margin:auto;
	margin-bottom:10px;
}
.comment .user p{
	font-size:12px;
	color:#999;
	text-align: center;
}
.comment .content{
	width:790px;
	float:left;
}
.comment .content .data{
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
.comment .content .data .star{
	width:90px;
	height:15px;
	float:left;
}
.comment .content .data .star i{
	display: inline-block;
	width:16px;
	height:16px;
	background:url(../img/star.png)no-repeat;
	margin-right:2px;
	background-size:cover;
}
.comment .content ul{
	width:700px;
	float:left;
}
.comment .content ul li{
	float:left;
	font-size:12px;
	margin:auto 10px;
	margin-top:3px;
}
.comment .content ul li:last-child{
	float:right;
	color:#999;
}
.comment .content ul li span{
	color:#999;
}
.comment .content p{
	font-size:14px;
	color:#666;
	margin-bottom:10px;
	line-height:22px;
}
.comment .content p a{
	color:#1CB19E;
}
.comment .content>img{
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:3px;
}
.comment .content h2{
	font-size:14px;
	clear:both;
	color:#999;
}

/*right*/
.mainRight{
	width:272px;
	overflow: hidden;
	float:right;
}
/*医院*/
.rightHospital{
	margin-top:50px;
	width: calc(100% - 36px);
	border-radius:5px;
	border:1px solid #e6e6e6;
	padding:24px 17px 30px 17px;
	margin-bottom:40px;
}
.rightHospital h1{
	font-size:18px;
	color:#333;
	margin-bottom:4px;
}
.rightHospital h1 i{
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../img/icon_hui.png)no-repeat;
	background-size:cover;
	vertical-align:middle;
	margin-left:5px;
}
.rightHospital p{
	font-size:14px;
	color:#999;
}
.rightHospital h2{
	font-size:16px;
	color:#444;
	margin-bottom:8px;
}
.rightHospital h2 i{
	display: inline-block;
	width:16px;
	height:16px;
	background:url(../img/star.png)no-repeat;
	margin-right:2px;
	background-size:cover;
	margin-top:4px;
}
.rightHospital h2 i:first-child{
	margin-left:8px;
}
.rightHospital h2 i:last-of-type{
	margin-right:8px;
}
.rightHospital ul{
	width:200px;
	margin:auto;
	margin-bottom:24px;
	overflow: hidden;
}
.rightHospital ul li{
	width:33.3%;
	float:left;
	text-align: center;
	border-right:1px dashed #e6e6e6;
	box-sizing:border-box;
}
.rightHospital ul li:last-child{
	border-right:none;
}
.rightHospital h3{
	font-size:16px;
	color:#444;
	margin-bottom:18px;
	padding-bottom:15px;
	border-bottom:1px dashed #e6e6e6;
}
.rightHospital h3 a{
	color:#17A693;
}
.rightHospital .doct{
	width:62px;
	height:62px;
	margin:auto;
	border-radius:50%;
	overflow: hidden;
	border:1px solid #e6e6e6;
	margin-bottom:12px;
}
.rightHospital h4{
	font-size:16px;
	color:#444;
	text-align: center;
}
.rightHospital h5{
	font-size:14px;
	color:#999;
	text-align: center;
	padding-bottom:16px;
	border-bottom:1px dashed #e6e6e6;
}
.rightHospital .btn{
	width:120px;
	height:36px;
	margin:16px auto;
	border:1px solid #17A693;
}
.rightHospital .btn a{
	display: block;
	width:100%;
	height:100%;
	text-align: center;
	line-height:36px;
	color:#17A693;
	font-size:14px;
}
.rightHospital .text{
	font-size:14px;
	text-align: center;
	color:#444;
}
.rightHospital .phone{
	font-size:16px;
	color:#17A693;
	font-weight:bold;
	text-align: center;
}

/*新美反馈*/
.feedback{
	width: calc(100% - 46px);
	padding:30px 22px;
	border:1px solid #e6e6e6;
	border-radius:5px;
	margin-bottom:40px;
}
.feedback p{
	font-size:15px;
	color:#333;
	line-height:24px;
}
.feedback p a{
	color:#17A693;
}

/*销售排行*/
.ranking{
	width:100%;
	overflow: hidden;
}
.ranking .title1{
	overflow: hidden;
	margin-bottom:12px;
}
.ranking .title1 h1{
	float:left;
	font-size:16px;
	color:#333;
	padding-left:14px;
	position:relative;
}
.ranking .title1 h1::after{
	content:'';
	position:absolute;
	width:3px;
	height:20px;
	background:#17A693;
	top:0;
	left:0;
}
.ranking .title1 a{
	float:right;
	font-size:12px;
	margin-top:8px;
	color:#17A693;
	padding-right:14px;
	position:relative;
}
.ranking .title1 a::after{
	content:'';
	position:absolute;
	border-width:4px 0 4px 6px;
	border-style: solid;
	border-color:transparent transparent transparent #17A693;
	top:4px;
	right:0;
}
.ranking .container{
	width: calc(100% - 26px);
	padding:12px;
	border:1px solid #e6e6e6;
	border-radius:5px;
	box-shadow:0 3px 5px #eee;
	margin-bottom:25px;
}
.ranking .container a{
	display: block;
}
.ranking .container a img{
	width:240px;
	margin:auto;
	display: block;
	margin-bottom:10px;
}
.ranking .container a:last-of-type{
	font-size:14px;
	color:#17A693;
}
.ranking .container dl{
	width:100%;
	overflow: hidden;
	margin-top:10px;
}
.ranking .container dl dt,.ranking .container dl dd{
	width:50%;
	float:left;
}
.ranking .container dl dt h1{
	font-size:16px;
	color:#FF4C6D;
	float:left;
}
.ranking .container dl dt h1 span{
	font-size:13px;
	margin-left:4px;
	color:#777;
}
.ranking .container dl dd{
	font-size:13px;
	color:#777;
	text-align: right;
	padding-top:4px;
}












