/*health-style.css*/
header.header{position:relative;height:93px;padding:13px 20px 0 20px;border-bottom:4px solid #F10215;}
header.header .logo{width:230px;}
header.header a.dtt,header.header a.user,header.header a.menu{display:inline-block;color:#F10215;font-size:16px;text-align:center;height:30px;padding-top:44px;position:relative;font-weight:bold;}
header.header a.dtt{margin-left:30px;}
header.header a.user{margin-left:30px;}
header.header a.menu{margin-left:30px;}
header.header a.dtt:before,header.header a.user:before,header.header a.menu:before{position:absolute;top:0;left:0;content:'';display:block;background:url(/m/images/icon.png) no-repeat;}
header.header a.dtt:before{width:43px;height:43px;background-position:2.5px -276px;left:50%;margin-left:-19px;}
header.header a.user:before{width:43px;height:43px;background-position:0 -280px;left:50%;margin-left:-19px;}
header.header a.menu:before{width:43px;height:43px;background-position:2.5px -328px;top:4px;left:50%;margin-left:-21.5px;}

.link-list{display:none;overflow:hidden;position:relative;z-index:1;width:100%;background: #fff;}
.link-list.on{display:block;}
.link-list a{display:block;width:33%;height:60px;font-size:36px;float:left;background:#fafafa;color:#525252;line-height:60px;text-align:center;}
.link-list a:active{background-color:#ccc;}

/*footer*/
footer.footer{padding:0;margin:0;}
footer.footer .phone{text-align:center;height:75px;padding-top:22px;border-top:1px solid #ededed;border-bottom:1px solid #ededed;}
footer.footer .phone a{color:#F10215;font-size:55px;font-weight:bold;padding-left:22px;line-height:46px;}
footer.footer p{color:#bbbbbb;font-size:16px;line-height:22px;text-align:center;padding:25px 0;}
footer.footer p a{color:#bbbbbb;font-size:16px;line-height:22px;}
footer.footer .link-list{display:block;margin-top:0;}
footer.footer .link-list a{color:#c8c8c8;background:#fff;}
footer.footer .link-list a:active{background:#eeeeee;}
footer.footer .link-list li:nth-child(3n) a{border-right:none 0;}