
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a{ text-decoration:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	max-width:640px;
	margin:auto;
}
img{
	max-width:100%;
}
body{
	/**background-color:#EFEFF4;*/
}
/*首页导航*/
#navs{
	margin-bottom:10px;
	background:#FFF;
	overflow:hidden;
	padding:10px 10px;
}
#navs a{
	display:block;
	width:50%;
	float:left;
	padding-left:16%;
	box-sizing:border-box;
	color:#A2A2A2;
	font-size:11px;
	background-size:60px auto;
	background-position:3% center;
	background-image:url(../image/nav-btn-chat.png);
	background-repeat:no-repeat;
	line-height:1.5em;
	text-decoration:none;
	
}
#navs a:nth-child(1){
	border-right:solid 1px #E8E8E8;
	border-bottom:solid 1px #E8E8E8;
	
}
#navs a:nth-child(2){
	border-bottom:solid 1px #E8E8E8;
	background-position:11% center;
	padding-left:19%;
	background-image:url(../image/nav-btn-hospital.png);
}
#navs a:nth-child(3){
	border-right:solid 1px #E8E8E8;
	background-image:url(../image/nav-btn-price.png);
}
#navs a:nth-child(4){
	background-position:11% center;
	padding-left:19%;
	background-image:url(../image/nav-btn-case.png);
}
#navs a div{
	padding:20px 0;
	word-break:keep-all;
}

#navs a strong{
	color:#505050;
	display:block;
	font-size:16px;
}
/* main_image */
.main_visual{overflow:hidden;position:relative;}
.main_image{overflow:hidden;position:relative;height:15.5em;}
.main_image ul{width:9999px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;}
.main_image li a{display:block;width:100%;}
.main_image li img{ width:100%;}
div.flicking_con{position:absolute;top:14.8em;left:47%;z-index:10;width:300px;height:21px;margin:-1.5em 0 0 0;}
div.flicking_con a{float:left;width:21px;height:21px; margin-right:.2em;margin:0;padding:0;background:url(https://m.haoaimei.com/images/btn_main_img.png) 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:-100;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(https://m.haoaimei.com/images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(https://m.haoaimei.com/images/hover_right.png) no-repeat right top;right:100px;}
.channel{
	margin-top:10px;
	background-color:#FFFFFF;
}
.channel h3{
	padding:1em;
	border-bottom:solid 1px #EFEFF4;
	color:#505050;
	font-size:18px;
}
.channel h3 a{
	float:right;
	color:#adadad;
	font-size:15px;
	text-decoration:none;
}
.voice_h4{ background:url(https://m.haoaimei.com/images/voice.png) no-repeat center; background-size:contain; line-height:4em; height:4em; padding-left:15%; font-size:14px; margin-bottom:1em; padding-right:10%;}
.voice_h4 a{ float:right;}
.voice_h4,.voice_h4 a{ color:#826426;}
#projects p{	
	width:5.5em;
	height:3.5em;
	background-color:#eb1ba7;
	border-radius:4em;
	padding:1em 0;
	margin:0 auto;
}
#projects .p1{background-color: #da65b4;}
#projects .p2{background-color: #bdb0ff;}
#projects .p3{background-color: #fec9d0;}
#projects .p4{background-color: #f74662;}
#projects .p5{background-color: #8280ff;}
#projects .p6{background-color: #ff5f78;}
#projects .p7{background-color: #469eff;}
#projects .p8{background-color: #bb8c94;}
#projects i{
	display:block;
	width:4em;
	height:4em;
	background-image:url(https://m.haoaimei.com/images/muen.png);
	margin:0 auto;
	background-size: 420%;
	}
#projects .ico1{background-position: 0 0;}
#projects .ico2{background-position: -69px 0;}
#projects .ico3{background-position: -138px 0;}
#projects .ico4{background-position: -194px 0;}
#projects .ico5{background-position: 0 -72px;}
#projects .ico6{background-position: -66px -72px;}
#projects .ico7{background-position: -130px -72px;}
#projects .ico8{background-position: -192px -72px;}
#projects,#Doctor{
	overflow:hidden;
	padding:3% 3% 0 3%;
}
#projects a{
	display:block;
	width:23%;
	text-align:center;
	color:#505050;
	text-decoration:none;
	float:left;
	font-size:15px;
	margin-right:2.2%;
	line-height:2em;
	padding-bottom:20px;
}
#projects a:nth-child(4n),#Doctor a:last-child{
	margin-right:0;
}
#projects a img{
	padding:2%;
	border-radius:65px;
	margin:auto;
	display:block;
	margin-bottom:.5em;width: 60%;
}
#projects a .img_b{
	border:1px solid #CCC;
	width:90%;}
#Doctor{ padding-bottom:3%;}
#Doctor a{
	display:block;
	width:49%;
	text-align:center;
	float:left;
	margin-right:2%;
	overflow:hidden;
}
/*#Doctor a img{ height:10em;}*/
.n_h4 {
    height: 3em;
    line-height: 3em;
    border-bottom: 1px solid #e7e5e5;
    padding: 0 .5em;
    color: #545454;
	font-size: .9em;
}
.n_h4 a{
    color: #545454;
	text-decoration:none;
	}
.bdsharebuttonbox{ margin-left:1em;}
.bdshare-button-style0-32 a{ width:22px !important; line-height:22px !important; height:22px !important;background-size: 100%;}
.bdshare-button-style0-32 .bds_qzone {
    background-position: 0 -36px !important;
}
.bdshare-button-style0-32 .bds_tsina {
    background-position: 0 -71.5px !important; 
}
.bdshare-button-style0-32 .bds_tqq {
    background-position: 0 -179px !important;
}
.bdshare-button-style0-32 .bds_renren {
    background-position: 0 -143px !important;
}
.bdshare-button-style0-32 .bds_weixin {
    background-position: 0 -1108px  !important;
}
.list{
	padding:0 1em;
	background-color:#fff;
	overflow:hidden;
}

.list a {
	display:block;
	padding:1em 0;
	border-bottom:solid 1px #E8E8E8;
	color:#A2A2A2;
	text-decoration:none;
	overflow:hidden;
	font-size:14px;
}
.list a div{
	float:left;
	width:60%;
}
.list a div.list-img{
	width:35%;
	float:left;
	max-height:90px;
	overflow:hidden;
	margin-right:5%;
}
.list a div p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list a img{
	width:100%;
}

.list a strong{
	color:#252525;
	display:block;
	font-size:15px;
	word-break:normal;
	overflow:hidden;
	margin-bottom:0.2em;
	
}
.list a,.list  .pageinfo {
	display:block;
	padding:1em 0;
	border-bottom:solid 1px #E8E8E8;
	color:#A2A2A2;
	text-decoration:none;
	overflow:hidden;
	font-size:14px;
}
.list-right a,.list-right .pageinfo{
	padding:1.5em 0;
}
.list-right a div.list-img{
	float:right;
	margin-left:5%;
	margin-right:0;
	
}
.list-right a div.list-img img{
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	
}
.list-right a strong{
	word-wrap:break-word;
	word-break:break-all;
}
#copyright{
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	font-size:15px; line-height:1.5em;
}
#copyright,#copyright a{color:#505050;}
.page-head{
	overflow: hidden;
	height:45px;
	line-height:45px;
	background: -webkit-linear-gradient(left, #ff829f , #fda491); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff829f , #fda491); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff829f , #fda491); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff829f , #fda491); /* 标准的语法 */
  text-align:center;
  color:#FFFFFF;
  font-size:18px;
  padding:0 1em;
  position:fixed;
  top:0;
  width:100%;
  box-sizing:border-box;
  left:0;
  z-index:100;
}
.page-head strong{
	float:left;
}
.page-head .drawer-toggle{
	background:url(../image/drawer-toggle.png) no-repeat center center;
	height:45px;
	width:45px;
	display: block;
    float: right;
	background-size:60% auto;
	
}
.page-head a {
	text-decoration:none;
	display:block;
	float:left;
	color:#fff;
}
.pagelist li{
	float:left;
	width:50%;
}
.loadmore{
	text-align:center;
	font-size:14px;
	color:#A2A2A2;
	padding:1em 0;
	line-height:2em;
}
.loadmore img,.loadmore span{
	height:2em;
	display:inline-block;
	vertical-align:middle;
}
.drawer-menu a{
	display:block;
	padding:0.5em;
	border-bottom:solid 1px #E8E8E8;
	text-decoration:none;
	color:#505050;
	font-size:16px;
}
h1{
	font-size:20px;
	line-height:1.5em;
	margin:1em .5em;
}

.arcbody{
	font-size:16px;
	line-height:2em;
	padding: 1em;
}
.arcbody p{ text-align:justify; letter-spacing:.03em;}
.arcbody p img{ display:block; margin:.5em auto; width:90% !important;}
.price-nav{
	background:#fff;
	overflow:hidden;
	padding:1em;
	
}
.price-nav a{
	display:block;
	float:left;
	width:22%;
	margin:1.5%;
	text-decoration:none;
	background:#ededed;
	color:#353535;
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	line-height:2em;
	text-align:center;
	font-size:12px;
}
.price-nav a.active{
	background:#ff5789;
	color:#fff;
}
.price-sheet{
	background:#FFFFFF;
	padding-bottom:1px;
	position:relative;
	
}
.price-sheet table{
	width:90%;
	margin:auto;
}
.price-sheet th{
	width:25%;
	text-align:center;
	font-weight:bold;
	color:#ff5789;
	font-size:14px;
}
.price-sheet td{
	border-bottom:solid 1px #cdcdcd;
	vertical-align:middle;
	padding:1em 0;
	font-size:13px;
}
.price-sheet tr td:nth-child(2){
	color:#ff5789;
}
.price-sheet tr td:nth-child(4){
	font-size:10px;
}
.serviece{
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */

	margin:auto;
	padding:2em;
	text-align:center;
	font-size:12px;	
	border:solid 1px #cdcdcd;
	box-sizing:border-box;
	margin:1em;
}
.serviece span{
	color:#4f6cff;
}
.serviece a {
	display: inline-block;
	background:#4f6cff;
	color:#fff;
	border-radius:20px;
	-moz-border-radius:20px; /* Old Firefox */
	text-decoration:none;
	line-height:3em;
	padding:0px 2em;
	margin-left:.5em;
}
#myfold{
	max-height:300px;
	overflow:hidden;
}
#myfold-open{
	z-index:99;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) , #FFF); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(255,255,255,0.4) , #FFF); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) , #FFF); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.4) , #FFF); /* 标准的语法 */
  
  position:absolute;
  bottom:110px;
  width:100%;
  text-align:center;
  color:#ff5789;
  padding-top:100px;
}
.fold-open #myfold{
	max-height:999999px;
}
.fold-open #myfold-open{
	display:none;
}
.drawer-nav{
	top:45px;
}


#MessageMeiErBeiCenter,#MessageMeiErBeiShadow{
	display:none !important;
}


/**article_article table style*/
.arcbody table{
		border-collapse: collapse;
}
.arcbody table,.arcbody tr,.arcbody td ,.arcbody th{
	border: double;
	white-space: nowrap;
	text-align: center;
}



.arcbody {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    color: #616060;
}


#MessageMeiErBeiBottomButtonRightS {
    width: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url('https://m.haoaimei.com/images/bottomright.png') no-repeat;
    background-size: 100% 100%;
    height: 50px;
    z-index: 9999;
}
#MessageMeiErBeiBottomButtonLeftS {
    width: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: url('https://m.haoaimei.com/images/bottomleft.png') no-repeat;
        background-size: auto;
    background-size: 100% 100%;
    height: 50px;
    z-index: 9999;
}
#MessageMeiErBeiBottomButtonRightS {
    background: url(https://m.haoaimei.com/images/1-1Z41QF40EQ.png) no-repeat !important;
        background-size: auto;
    background-size: 100% 100% !important;
}
#MessageMeiErBeiBottomS {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 50px;
    z-index: 9999;
}
.art_onclick{text-align:center !important;border: 1px #ccc dashed; padding: .4em;margin-top: .5em;}
@media screen and (min-width: 435px) and (max-width: 550px){	
         div.flicking_con{top:11em;}
         .main_image{height:11em;}
		#MessageMeiErBeiBottomS div i{ margin-left:30%;}
}
@media screen and (max-width:435px){
         div.flicking_con{top:10em;}
         .main_image{height:10em;}
		#MessageMeiErBeiBottomS div i{ margin-left:25%;}
}
@media screen and (max-width:375px){
         div.flicking_con{top:9em;}
         .main_image{height:9em;}
		#MessageMeiErBeiBottomS div i{ margin-left:22%;}
}
@media screen and (max-width: 320px){
div.flicking_con { top: 8em;}
.main_image{height:7.9em;}
#MessageMeiErBeiBottomS div i{ margin-left:15%;}
}