@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
ol, ul {
    list-style: outside none none;
}
img {
    border: 0 none;
    /*vertical-align: middle;*/
}
em, i, u {
    font-style: normal;
}
a {
    text-decoration: none;
	outline: none;
}
body {
    background: #fff none repeat scroll 0 0;
    line-height: 1.5;
    font: 12px/150% "微软雅黑",Tahoma,Helvetica,Arial,"宋体",sans-serif;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
	*zoom:1;
}
.w-100 {
	width: 100%;
}
.w-1200 {
	width: 1200px;
	margin: 0 auto;
}
.imgM {
	max-width: 100%;
	max-height: 100%;
}
.img-100 {
	width: 100%;
	height: 100%;
}
.p-nowrap {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.line-nowrap{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hide {
	display: none;
}
.p-indent {
    text-indent: 2em;
}
body{
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.5;
}
* {
    box-sizing: border-box;
}

.header-pic {
    font-size: 0;
}
.header-pic img {
    width: 100%;
}

.section-header {
    padding: 0.2rem 0.18rem 0.18rem;
    /*width: 3.75rem;*/
}
.header-tit {
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.1rem;
    -webkit-line-clamp: 2;
    font-weight: normal;
}
.wxchat-session {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
}
.wx-logo {
    font-size: 0;
    width: 1.58rem;
    /*height: 0.28rem;*/
}


.section-footer {
    position: fixed;
    max-width: 3.75rem;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
    color: #fff;
    margin: auto;
    text-align: center;
    background-color: #24a19d;
}
.jte-surgery .section-footer {
    background-color: #b9a270;
}
.section-footer img {
    display: inline-block;
    height: 0.19rem;
    width: 0.19rem; 
    vertical-align: middle;
    margin-right: 0.07rem;
}