/* 
    @名称: base
    @功能: 重设浏览器默认样式
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #000;
	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-size: 12px;
	line-height: 1.5em;
}
/* 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;
	width: 100%;
}
/* 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: '';
}
/* 默认不显示下划线，保持页面简洁 */
a {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
/* 清理内浮动 */
.fl-c:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
.fl-c {
	*zoom: 1; /* for IE6 IE7 */
}
i {
	font-style: normal;
	display: inline-block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.no-mr {
	margin-right: 0 !important;
}
.no-mb {
	margin-bottom: 0 !important;
}
.no-pr {
	padding-right: 0 !important;
}
.no-pb {
	padding-bottom: 0 !important;
}
.no-borr {
	border-right: none !important;
}
.no-borb {
	border-bottom: none !important;
}

/* 最大宽度应对手机自定义 */
header,
nav,
section,
footer {
	margin: 0 auto;
	max-width: 640px;
}
.main {
	max-width: 640px;
	margin: 0 auto;
}
/* header*/
header {
	width: 6.4rem;
}
.logo {
	width: 6.4rem;
	height: 1rem;
}
.logo-index {
	width: 5.4rem;
}
.logo-index a,
.logo-index a img {
	display: block;
	width: 5.4rem;
}
.logo-right {
	width: 1rem;
	height: 1rem;
	background: url(/staticm/images/logo-icon.jpg) no-repeat;
	background-size: 100%;
}

.logo-left {
	width: 3.2rem;
	height: 100%;
	background-color: #fff;
	position: fixed;
	left: -3.75rem;
	top: 0;
	z-index: 99999;
}
.logo-left img {
	display: block;
	width: 2.25rem;
}
.logo-left a {
	display: block;
	width: 3.2rem;
	font-size: 0.3rem;
	line-height: 0.86rem;
	border-top: 1px solid #eaeaea;
	color: #333;
	padding-left: 0.88rem;
	background: url(/staticm/images/left-icon.png) no-repeat;
	background-size: 0.36rem;
	box-sizing: border-box;
}
.logo-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	display: none;
}
.logo-left a.a1 {
	background-position: 0.4rem 0.17rem;
}
.logo-left a.a2 {
	background-position: 0.4rem -0.6rem;
}
.logo-left a.a3 {
	background-position: 0.4rem -1.35rem;
}
.logo-left a.a4 {
	background-position: 0.4rem -2.15rem;
}
.logo-left a.a5 {
	background-position: 0.4rem -2.92rem;
}
.logo-left a.a6 {
	background-position: 0.4rem -3.77rem;
}
.m1 {
	padding-bottom: 0.4rem;
}
.m1-cont {
	width: 5.85rem;
	margin: 0.3rem auto;
}
.m1-cont .m1-img {
	width: 2.26rem;
}
.m1-cont .m1-img a,
v .m1-img a img {
	display: block;
	width: 2.26rem;
}
.m1-cont .m1-text {
	width: 3.4rem;
}
.m1-cont .m1-text p {
	font-size: 0.22rem;
	line-height: 0.32rem;
	color: #333333;
	text-indent: 2em;
}
.m1-cont .m1-text p a {
	color: #f44346;
}
.m1 h2 {
	width: 5.6rem;
	margin: 0 auto;
	font-size: 0.22rem;
	line-height: 0.32rem;
	color: #333;
	padding-left: 0.44rem;
}
.m1 h2.h2-icon1 {
	background: url(/staticm/images/icon.png) no-repeat 0.05rem -0.03rem;
	background-size: 0.45rem;
}
.m1 h2.h2-icon2 {
	background: url(/staticm/images/icon.png) no-repeat 0.05rem -0.52rem;
	background-size: 0.45rem;
	margin-top: 0.18rem;
}
.m1-nav {
	width: 5.6rem;
	margin: 0.25rem auto 0;
}
.m1-nav li {
	width: 1.76rem;
	float: left;
	margin-right: 0.16rem;
}
.m1-nav li a,
.m1-nav li a img {
	display: block;
	width: 1.76rem;
}
.bgcolor {
	background-color: #f7f8fb;
}
.cont {
	width: 6rem;
	margin: 0 auto;
}
.m2 {
	padding-top: 0.15rem;
}
.m-tit h2 {
	font-size: 0.36rem;
	font-weight: bold;
	color: #0b9993;
	line-height: 0.75rem;
}
.m-tit a {
	padding-right: 0.5rem;
	font-size: 0.3rem;
	color: #999999;
	line-height: 0.75rem;
	position: relative;
}
.m-tit a i {
	display: block;
	width: 0.5rem;
	height: 0.26rem;
	line-height: 0.26rem;
	background-color: #f44f4f;
	border-radius: 0.04rem;
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.div-shadow {
	box-shadow: 0 0 0.15rem rgba(11, 153, 147, 0.15);
	border-radius: 0.2rem;
}
.m2-item {
	padding: 0.2rem;
	background-color: #fff;
	margin-bottom: 0.2rem;
	box-sizing: border-box;
}
.m2-left {
	width: 1.6rem;
}
.m2-left a,
.m2-left a img {
	display: block;
	width: 1.6rem;
}
.m2-nav {
	width: 3.8rem;
	overflow: hidden;
}
.m2-nav li {
	float: left;
	width: 1.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #333;
	font-size: 0.22rem;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 0.06rem;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
.m2-nav li a {
	display: block;
}
.m2-img {
	width: 6rem;
	margin: 0.4rem auto 0;
}
.m2-img a,
.m2-img a img {
	display: block;
	width: 6rem;
}
.m3 {
	padding-top: 0.15rem;
}
.m3-cont {
	border-radius: 0.2rem;
	padding-bottom: 0.4rem;
}
/*签约医生*/
.diary_con {
	background-color: #fff;
	padding: 0.15rem 0.1rem;
	border-radius: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.1rem;
}

.diary_img {
	width: 5.6rem;
	height: 1.5rem;
	margin: 0 auto;
}

.diary_img li {
	float: left;
	overflow: hidden;
}

.diary_img li.img_0 {
	width: 0px;
	height: 0px;
	border-radius: 0px;
	margin: 0px;
}

.diary_img li.img_1 {
	width: 0.76rem;
	height: 0.76rem;
	border-radius: 0.2rem;
	margin: 0.17rem 0;
	display: list-item;
}

.diary_img li.img_2 {
	width: 0.99rem;
	height: 0.99rem;
	border-radius: 0.26rem;
	margin: 0.12rem 0.15rem;
	display: list-item;
}

.diary_img li.img_3 {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.34rem;
	margin: 0px;
	display: list-item;
}

.diary_img li img {
	width: 100%;
	height: 100%;
}

.tri_up {
	margin: 0 auto;
	display: block;
	margin-top: 0.23rem;
	width: 0;
	height: 0;
	border-left: 0.15rem solid transparent;
	border-right: 0.15rem solid transparent;
	border-bottom: 0.2rem solid #0b9993;
}

.diary_p {
	background-color: #fff;
	color: #666;
	padding: 0.12rem 0 0;
	border-radius: 0.03rem;
}

.diary_p p {
	text-align: center;
}

.diary_p .p1 {
	height: 0.42rem;
	padding-top: 0.02rem;
	margin-bottom: 0.08rem;
	font-size: 0;
	overflow: hidden;
}

.diary_p .p1 .p1_span {
	width: 50%;
	height: 0.42rem;
	float: left;
}

.diary_p .p1 .p1_span:first-child {
	text-align: right;
}

.diary_p .p1 .p1_span:last-child {
	text-align: left;
}

.diary_p .p1 .p1_span strong {
	font-size: 0.3rem;
	font-weight: normal;
	color: #222;
	line-height: 0.42rem;
	display: inline-block;
	height: 0.42rem;
	overflow: hidden;
	margin-right: 0.04rem;
	color: #333;
}

.diary_p .p1 .p1_span span {
	font-size: 0.22rem;
	color: #0b9993;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #0b9993;
	padding: 0 0.05rem;
	border-radius: 0.04rem;
	margin-left: 0.04rem;
	margin-top: 2px;
	height: 0.36rem;
	line-height: 0.36rem;
	box-sizing: border-box;
}

.diary_p .p2,
.diary_p .p3,
.diary_p .p4 {
	font-size: 0.22rem;
	line-height: 0.5rem;
}

.diary_p .p2 {
	color: #666;
	margin-top: 0.1rem;
}

.diary_p .p3 {
	color: #666;
}

.diary_p .p3 span {
	color: #7b838a;
}

.diary_p .p4 a {
	font-size: 12px;
	color: #3fb0c7;
}

.diary_p .p4 {
	color: #3fb0c7;
}

.diary_item {
	display: none;
}

.a_view_block {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.m-btns {
	width: 5.4rem;
	margin: 0 auto;
}
.m-btns a {
	display: block;
	width: 2.64rem;
	height: 0.78rem;
	line-height: 0.78rem;
	border-radius: 0.1rem;
	font-size: 0.26rem;
	color: #fff;
	padding-left: 1rem;
	box-sizing: border-box;
}
.m-btns a.fl {
	background: url(/staticm/images/icon.png) no-repeat 0.6rem -0.82rem #0b9993;
	background-size: 0.45rem;
}
.m-btns a.fr {
	background: url(/staticm/images/icon.png) no-repeat 0.6rem -1.48rem #f3a20a;
	background-size: 0.45rem;
}
.m4 {
	padding-top: 0.18rem;
}
.m4-cont {
	padding: 0.2rem;
	width: 6rem;
	margin: 0 auto;
	border-radius: 0.2rem;
	box-sizing: border-box;
}
.m4-cont a {
	float: left;
	font-size: 0.2rem;
	line-height: 0.44rem;
	text-align: center;
	color: #fff;
	margin: 0 0.1rem 0.1rem 0;
}
.m4-cont a:nth-of-type(1),
.m4-cont a:nth-of-type(7),
.m4-cont a:nth-of-type(13) {
	background-color: #ffa070;
}
.m4-cont a:nth-of-type(2),
.m4-cont a:nth-of-type(8),
.m4-cont a:nth-of-type(14) {
	background-color: #679adc;
}
.m4-cont a:nth-of-type(3),
.m4-cont a:nth-of-type(9),
.m4-cont a:nth-of-type(15) {
	background-color: #58d2b9;
}
.m4-cont a:nth-of-type(4),
.m4-cont a:nth-of-type(10),
.m4-cont a:nth-of-type(16) {
	background-color: #c995e7;
}
.m4-cont a:nth-of-type(5),
.m4-cont a:nth-of-type(11),
.m4-cont a:nth-of-type(17) {
	background-color: #cea972;
}
.m4-cont a:nth-of-type(6),
.m4-cont a:nth-of-type(12),
.m4-cont a:nth-of-type(18) {
	background-color: #f78181;
}
.m4-cont a:nth-of-type(3),
.m4-cont a:nth-of-type(6),
.m4-cont a:nth-of-type(9),
.m4-cont a:nth-of-type(12),
.m4-cont a:nth-of-type(15),
.m4-cont a:nth-of-type(18) {
	margin-right: 0;
}
footer {
	background-color: #f7f8fb;
	padding-top: 0.15rem;
	margin-bottom: 0.8rem;
}
.m-yq {
	font-size: 0.36rem;
	font-weight: bold;
	color: #0b9993;
	line-height: 0.75rem;
}
.m-yq_cont {
	width: 6rem;
	margin: 0 auto 0.25rem;
}
.m-yq_cont ul li {
	float: left;
	font-size: 0.22rem;
	margin-right: 0.1rem;
	color: #333;
	line-height: 0.5rem;
}
.m-foot {
	background-color: #fff;
	padding: 0.2rem 0 0.5rem 0;
	clear: both;
}
.foot-nav {
	width: 6rem;
	margin: 0 auto 0.25rem;
}
.foot-nav li {
	width: 20%;
	float: left;
	font-size: 0.22rem;
	line-height: 0.4rem;
	color: #333;
	text-align: center;
}
.foot-nav li a {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	display: block;
}
.foot-nav li.on {
	color: #e55346;
	border-bottom: 1px solid #e55346;
}
.m-foot p {
	font-size: 0.25rem;
	line-height: 0.42rem;
	color: #666;
	text-align: center;
}
.m-foot p img {
	display: inline-block;
	width: 0.36rem;
	vertical-align: middle;
	margin-right: 0.05rem;
}

/*列表页*/
.nav {
	width: 6rem;
	margin: 0.22rem auto 0;
}
.nav li {
	float: left;
	width: 20%;
	font-size: 0.22rem;
	line-height: 0.4rem;
	text-align: center;
}
.nav li a {
	display: block;
}
.nav li.on {
	color: #e55346;
	border-bottom: 1px solid #e55346;
}
.list-nav {
	padding-bottom: 0.4rem;
}
.m-list1 {
	padding-top: 0.25rem;
}
.list-tit {
	font-size: 0.26rem;
	color: #333;
	line-height: 0.64rem;
	padding-left: 0.5rem;
	background: url(/staticm/images/icon.png) no-repeat 0.1rem -3.71rem;
	background-size: 0.45rem;
	box-sizing: border-box;
}
.list-item {
	padding: 0.4rem 0 0.25rem 0;
	margin-bottom: 0.2rem;
}
.list-box {
	width: 5.6rem;
	margin: 0 auto;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #f2f2f2;
}
.list-img {
	width: 1.86rem;
}
.list-img a,
.list-img a img {
	display: block;
	width: 1.86rem;
}
.list-text {
	width: 3.6rem;
}
.list-text h2 {
	font-size: 0.28rem;
	line-height: 0.32rem;
	color: #333;
	margin-bottom: 0.15rem;
}
.list-text p {
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: #c0c0c0;
}
.page {
	text-align: center;
	margin-top: 0.3rem;
}
.page .page-pre,
.page .page-next {
	display: none;
}

.page span,
.page .page-num {
	display: inline-block;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	height: 0.34rem;
	line-height: 0.34rem;
	font-size: 0.18rem;
	color: #666;
	padding: 0 0.1rem;
	margin-right: 0.05rem;
}
.page .page-numbar {
	border: 0;
}
.page .page-num-current {
	background-color: #0b9993;
}
.m-list2 {
	padding-top: 0.2rem;
}
.list2-tit {
	font-size: 0.26rem;
	padding-left: 0.4rem;
	line-height: 0.6rem;
	color: #333;
	background: url(/staticm/images/icon.png) no-repeat 0 -4.5rem;
	background-size: 0.45rem;
	box-sizing: border-box;
}
.list2-cont {
	border-radius: 0.2rem;
	padding: 0.3rem 0 0.18rem 0;
	margin-bottom: 0.2rem;
}
.list2-box {
	width: 5.6rem;
	margin: 0 auto;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 0.2rem;
}
.list2-img {
	width: 1.8rem;
}
.list2-img a,
.list2-img a img {
	display: block;
	width: 1.8rem;
}
.list2-text {
	width: 3.65rem;
}
.list2-text h2 {
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #333;
	margin-bottom: 0.15rem;
}
.list2-text p {
	font-size: 0.2rem;
	color: #c0c0c0;
	line-height: 0.24rem;
}

/*文章页*/
.article-wrap {
	padding: 0 0.1rem 0 0.2rem;
	background-color: #fff;
	box-sizing: border-box;
}
.article-wrap .article-cont {
	padding-top: 0.3rem;
}
.article-wrap .art-tit h2 {
	margin-bottom: 0.25rem;
	line-height: 1em;
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.article-wrap .art-tit h3 {
	margin-bottom: 0.35rem;
	height: 0.44rem;
	font-weight: normal;
	text-align: center;
}
.article-wrap .art-tit h3 a {
	margin: 0 0.28rem 0 0.1rem;
	padding-left: 0.5rem;
	display: inline-block;
	width: 2.7rem;
	height: 0.44rem;
	line-height: 0.44rem;
	border-radius: 0.25rem;
	border: 1px solid #8b3717;
	font-size: 0.26rem;
	font-weight: normal;
	color: #8b3717;
	text-align: center;
	background: url(/staticm/images/icon.png) no-repeat 0.25rem -2.37rem;
	background-size: 0.45rem;
	box-sizing: border-box;
}
.article-wrap .art-tit h3 span {
	font-size: 0.24rem;
	color: #999999;
}
.article-more {
	width: 5.7rem;
	margin: 0 auto 0.1rem;
	font-size: 0.24rem;
	line-height: 0.38rem;
	color: #333333;
}
.article-more p {
	width: 5.7rem;
	margin: 0 auto 0.1rem;
	font-size: 0.24rem;
	line-height: 0.38rem;
	color: #333333;
}
.article-more p strong {
	color: #e52228;
}
.article-cont {
	position: relative;
}
.article-more.hide {
	height: 2rem;
	overflow: hidden;
}
#art-more {
	display: none;
	transition: all 0.2s;
}
.select-art {
	font-size: 0.24rem;
	line-height: 1em;
	color: #333333;
	padding-bottom: 0.3rem;
	margin-left: 0.2rem;
	margin-top: 0.25rem;
}
.select-art .prev-art {
	margin-bottom: 0.15rem;
}
.click-more {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 1.22rem;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(90deg, #fff 37%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, #fff 37%, rgba(255, 255, 255, 0) 100%);
	box-sizing: border-box;
}
.click-more span {
	display: inline-block;
	line-height: 0.5rem;
	font-size: 0.24rem;
	color: #8b3717;
	text-align: center;
}
.click-more span img {
	display: inline-block;
	width: 0.22rem;
	vertical-align: middle;
	margin-left: 0.05rem;
}
.art-btn a {
	display: block;
	font-size: 0.24rem;
	color: #f44346;
	line-height: 0.42rem;
	text-align: center;
	margin: 0.2rem auto;
}

/*专家页面*/
.doc-cont {
	width: 6.4rem;
}
.doc-item {
	width: 6.4rem;
	height: 3.6rem;
	position: relative;
}
.doc-item h2 {
	position: absolute;
	left: 0.3rem;
	bottom: 0.8rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.42rem;
	color: #fff;
}
.doc-item h2 span {
	display: inline-block;
	border: 1px solid #005de0;
	font-size: 0.26rem;
	color: #005de0;
	border-radius: 0.06rem;
	padding: 0 0.1rem;
	height: 0.42rem;
	line-height: 0.42rem;
	margin-left: 0.1rem;
	box-sizing: border-box;
}
.doc-item h3 {
	position: absolute;
	left: 0.3rem;
	bottom: 0.3rem;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.5rem;
}
.doc-cont p {
	font-size: 0.26rem;
	line-height: 0.4rem;
	color: #666;
	background: url(/staticm/images/doc_list-icon1.jpg) no-repeat 0.1rem center;
	background-size: 0.51rem;
	padding: 0.2rem 0 0.25rem 0.7rem;
	box-sizing: border-box;
}
.doc-cont .doc_bg1 {
	background: url(/staticm/images/doc_list1.jpg) no-repeat;
	background-size: 100%;
}
.doc-cont .doc_bg2 {
	background: url(/staticm/images/doc_list2.jpg) no-repeat;
	background-size: 100%;
}
.doc-cont .doc_bg3 {
	background: url(/staticm/images/doc_list3.jpg) no-repeat;
	background-size: 100%;
}
.doc-cont .doc_bg4 {
	background: url(/staticm/images/doc_list4.jpg) no-repeat;
	background-size: 100%;
}
.doc-cont .doc_bg5 {
	background: url(/staticm/images/doc_list5.jpg) no-repeat;
	background-size: 100%;
}
.doc-m4 {
	margin-top: 0 !important;
}
.doc-black {
	width: 6.4rem;
	height: 0.18rem;
	background: #f4f4f4;
	margin-top: 0.2rem;
}
