@charset "utf-8";

/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
	color:#333;background:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:62.5%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
	display:inline-block;*display:inline;*zoom:1;
}

/* 要注意表单元素并不继承父级 font 的问题 
body,button,input,select,textarea{
	font:12px/1.5 tahoma,arial,\5FAE\8F6F\96C5\9ED1;
}
*/
/* iphone手机表单默认 */
input.no {-webkit-appearance:none;}

input,select,textarea{
	font-size:100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table{
	border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th 不继承 text-align*/
th{
	text-align:inherit;
}

/* 去除默认边框 */
fieldset,img{
	border:0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
	display:block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
	border:0;font-variant:normal;
}

/* 一致的 del 样式 */
del {
	text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:500;
}

/* 去掉列表前的标识, li 会继承 */
ol,ul {
	list-style:none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align:left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

q:before,q:after {
	content:'';
}

/* 统一上标和下标 */
sub, sup {
	font-size:75%;line-height:0;position:relative;vertical-align:baseline;
}
sup {top:-0.5em; }
sub {bottom:-0.25em; }



/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:underline;
}

/* 默认不显示下划线，保持页面简洁 */
a {text-decoration:none !important; color:#000;}

/* 清理内浮动 */
.fn-clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {
	*zoom:1; /* for IE6 IE7 */
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
	display:inline;
}
.fn-left {
	float:left;
}
.fn-right {
	float:right;
}
/* 默认字体样式 微软雅黑&宋体font-family:\5B8B\4F53;*/
body,h1,h2,h3,h4,h5,h6,a,span,b,p,i,input,button,select,textarea {font-family:\5FAE\8F6F\96C5\9ED1; }

/* 适应公用样式 640 1em=20px

@media screen and (max-width:320px){body {font-size:62.5%!important;}}
@media screen and (min-width:320px){body {font-size:62.5%!important;}}
@media screen and (min-width:360px){body {font-size:70.3%!important;}}
@media screen and (min-width:400px){body {font-size:78.1%!important;}}
@media screen and (min-width:440px){body {font-size:85.9%!important;}}
@media screen and (min-width:460px){body {font-size:89.9%!important;}}
@media screen and (min-width:480px){body {font-size:93.8%!important;}}
@media screen and (min-width:540px){body {font-size:105.5%!important;}}
@media screen and (min-width:560px){body {font-size:109.4%!important;}}
@media screen and (min-width:640px){body {font-size:125%!important;}}
*/
/*病友交流*/
.box2 li {
  border-bottom: 1px dashed #bfbfbf;
}
.box2 li h6 {
  font-size: 0.28rem;
  color: #620000;
  width: 5.9rem;
  margin: 4% auto 0;
}
.box2 li em {
  width: 5.9rem;
  height: 3.82rem;
  margin: 2% auto;
  display: block;
}
.box2 li p {
  width: 5.9rem;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #666666;
  line-height: 1.4;
}
.box2 li p span {
  color: #620000;
}
.box2 li .box_p {
  text-indent: 2em;
}
.box2 li dl {
  width: 5.9rem;
  margin: 2% auto 6%;
  overflow: hidden;
}
.box2 li dl dt {
  width: 2.86rem;
  height: 2.44rem;
  position: relative;
}
.box2 li dl dt span {
  width: 100%;
  height: 0.46rem;
  background: #626669;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box2 li dl dt small {
  width: 100%;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fl{
        float:left;
}
.fr{
        float:right;
}
/*.case-tab-w{
    background: #dcdcdc;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .8rem;
	margin-top:0.2rem;
}
.case-tab-w i{
    position: absolute;
    top:0;
    left: 2.88rem;
    border-top: .35rem solid #fff;
    border-left: .35rem solid transparent;
    border-right: .35rem solid transparent;
}
 
.case-main{
    width: 6rem; 
    margin:.25rem auto .25rem auto;
    background: #fff;
    padding-bottom: .15rem;

}
.case-main1 h1{
    border-bottom:1px solid #959595;
    font-size: .31rem;
    color: #ea773a;
    text-align: center;
    padding:.15rem 0 .1rem 0;
    font-family: "微软雅黑";
}
.case-main1 em{
    width: .33rem;
    height: .1636rem;
    display: block;
    margin:0 auto;
    -webkit-border-bottom-right-radius: 0.8rem;
    -webkit-border-bottom-left-radius: 0.8rem;
    -moz-border-bottom-right-radius: 0.8rem;
    -moz-border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    background: url(/statics/images/images/m-icon.png) center no-repeat;
}
.case-main ul li{
    padding:0 .15rem;
    line-height: .36rem;
}
.case-main ul li p strong{
    font-size: .24rem;
    color: #4c4c4c;
}
.case-main ul{
    padding-top: .15rem;
    padding-bottom: .1rem;
}
.case-main ul li p{
    font-size: .24rem;
    color: #5b5b5b;
}
.case-li01{display:flex;}
.case-li01 p:nth-child(1){
    width: 30%;
    float: left;
    margin-right: 5%;
}
.case-li01 p:nth-child(2){
    width: 60%;
    float: left;
}
.case-main ul li a{
    color: #e91b1b
}
.case-img{height: 1.6rem;}
.case-img div{
    width: 2.84rem;
    height: 1.6rem;
    float: left;
}
.case-img div img{
    width: 2.46rem;
    height:1.6rem;
}
.case-img div:nth-child(1){
    background: url(/statics/images/images/before.jpg) right center no-repeat;
    background-size: .38rem;
    margin:0 .13rem 0 .1rem;
}
.case-img div:nth-child(2){
    background: url(/statics/images/images/after.jpg) right center no-repeat;
    background-size: .38rem;
}*/
.but a{display:block;width:2.88rem;height:.59rem;border-radius:.15rem;color:#fff;text-align:center;font-size:.3rem;line-height:.59rem}
.but{margin:0 auto;padding:.27rem 0}
.but .tel{float:right;background:#760800}
.but .online{float:left;background:#a77323}
.but img{position:relative;display:inline-block}
.but .tel img{top:.05rem;left:-.1rem;width:.31rem}
.but .online img{top:.05rem;left:-.1rem;width:.32rem}
/* 案例 */ 
.caes-illness{
    width:6.4rem;
}
.illness-top{
    width:6.4rem;
    background-color:#f4f3f2;
    margin-top:.45rem;
}
.case-w6{
    width:6rem;
    margin:0 auto 0;
}
.illness-top i{
    display:block;
    font-style:normal;
    width:.98rem;
    height:.27rem;
    line-height:.27rem;
    background-color:#ca0000;
    border-radius:.2rem;
    text-align:center;
    margin:0 auto;
    color:#fff;
    font-size:.18rem;
    position:relative;
    top:-.135rem;
}
.illness-on a.a,.illness-on img{
    display:block;
    width:6rem;
    height:2rem;
    margin-bottom:.3rem;
}
.illness-on p{
    font-size:.24rem;
    color:#222;
    line-height:.43rem;
    border-bottom:1px dashed #cccccc;
}
.illness-on p strong{
    display:inline-block;
    background-color:#dc6d00;
    height:.34rem;
    line-height:.34rem;
    color:#fff;
    padding:0 .05rem;
    margin-right:.15rem;
}
.illness-on a{
    color:#3333ff;
    font-size:.24rem;
    line-height:.43rem;
}
.illness-b{
    padding-bottom:.25rem;
}
.illness-btn a{
    display:block;
    width:5rem;
    margin:.3rem auto 0;
    font-size:.3rem;
    color:#ce1415;
    text-align:center;
    line-height:.48rem;
    border-bottom:.02rem solid #ce1415;
}
/* end */
