﻿/* 清楚浮动元素 */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1
}
@font-face {
	font-family: 'iconfont';
	src: url("../fonts/iconfont.ttf") format("truetype")
}
html, body {
	height: 100%
}
body, input, textarea, label {
	font: 15px/1.8 'Microsoft YaHei', Arial, Helvetica, sans-serif
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none
}
a {
	color: #666;
	font-size: 15px
}
a:active {
	color: #03a560
}
p {
	line-height: 1.5
}
input[disabled] {
	background-color: #f4f4f4;
	color: #666
}
/*::-webkit-scrollbar {
width:4px;
height:4px;
background-color:#f2f2f2
}
::-webkit-scrollbar-track {
box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
border-radius:2px;
background-color:#f8f8f8
}
::-webkit-scrollbar-thumb {
border-radius:2px;
box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
background-color:#c9c9c9
}*/
.iconfont {
	font-family: "iconfont";
	font-size: 15px;
	font-style: normal
}
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.hidden {
	display: none
}
.mui-scrollbar-indicator {
	border: 0
}
.hidden-scroll {
	height: 100%;
	overflow: hidden
}
.graybg {
	background-color: #efeff4 !important;
	padding-bottom: 0 !important
}
.text-left {
	text-align: left !important
}
.text-right {
	text-align: right !important
}
.text-center {
	text-align: center !important
}
.mt10 {
	margin-top: 10px
}
.mt15 {
	margin-top: 15px
}
.mt20 {
	margin-top: 20px
}
.pt20 {
	padding-top: 20px
}
.pt10 {
	padding-top: 10px
}
.pdlr {
	padding-left: 15px !important;
	padding-right: 15px !important
}
.mglr {
	margin-left: 15px !important;
	margin-right: 15px !important
}
.negative-mt15 {
	margin-top: -15px
}
.negative-ml15-mr15 {
	margin-left: -15px;
	margin-right: -15px
}
.negative-ml30-mr30 {
	margin-left: -30px;
	margin-right: -30px
}
.ruifox-content-wrap {
	background-color: #fff;
	padding: 20px 15px
}
.ruifox-content-wrap>.second-nav {
	padding-left: 0;
	padding-right: 0
}
.whitebg {
	background-color: #fff !important
}
.mui-input-group .mui-input-row {
	height: 46px;
	line-height: 46px
}
.mui-input-row label {
	padding: 15px
}
.mui-btn-block, .mui-input-row label, .mui-input-row select, .mui-input-row input {
	font-size: 15px
}
.mui-btn, button, input[type=button], input[type=reset], input[type=submit] {
	font-size: 15px;
	border-width: 0
}
.mui-btn-outlined {
	border-width: 1px
}
.noshadow .mui-bar-nav {
	box-shadow: none
}
.main .mui-backdrop {
	display: none;
	z-index: 1
}
.mui-segmented-control {
	height: 45px;
	line-height: 45px;
	display: flex;
	border: none;
	border-left: 1px solid #e4e4e4
}
.mui-segmented-control.mui-segmented-control-inverted {
	height: 55px;
	line-height: 55px
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
	line-height: 55px
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	color: #03a560;
	border: none
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active:after {
	opacity: 1
}
.mui-segmented-control .mui-control-item {
	flex: 1;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	border-left: none;
	color: #333;
	font-size: 14px;
	line-height: 45px
}
.mui-segmented-control .mui-control-item.mui-active {
	border-top: 2px solid #03a560;
	border-bottom-color: #fff;
	background-color: #fff;
	color: #03a560
}
.card-list .mui-card:last-child {
	margin-bottom: 0
}
.mui-card {
	box-shadow: none;
	margin: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2
}
.mui-card-footer {
	color: #9c9c9c
}
.mui-card-content-inner {
	display: block
}
.mui-card-content-inner span {
	display: block;
	color: #999
}
.mui-card-content-inner img {
	width: 100%;
	height: 70vw;
	object-fit: cover
}
.mui-card-content-inner h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5
}
.alert {
	padding: 8px 35px 8px 14px;
	height: 43px;
	opacity: 1;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: height 300ms, opacity 300ms, padding 300ms, margin-bottom 300ms
}
.alert, .alert h4 {
	color: #c09853
}
.alert h4 {
	margin: 0
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.alert-success h4 {
	color: #468847
}
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}
.alert-danger h4, .alert-error h4 {
	color: #b94a48
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.alert-info h4 {
	color: #3a87ad
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px
}
.alert-block>p, .alert-block>ul {
	margin-bottom: 0
}
.alert-block p+p {
	margin-top: 5px
}
.alert.hide {
	height: 0;
	opacity: 0;
	padding: 0 35px 0 14px;
	margin-bottom: 0
}
.block-loading {
	display: block;
	background: url(../images/loadingex.gif) center no-repeat;
	width: 100%;
	height: 350px;
	background-size: 20%
}
.msg {
	text-align: center;
	padding: 15px 0;
	color: #0062CC
}
.msg.success {
	color: #4caf50
}
.msg.error, .msg.red {
	color: #e33
}
.msg.gray {
	color: #ccc
}
.msg.skip {
	color: #999
}
.msg i {
	font-size: 80px !important;
	color: inherit;
	font-family: "iconfont" !important;
	display: block
}
.msg strong {
	display: block;
	font-size: 16px;
	color: #999
}
.msg span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 5px
}
.mui-popup-title+.mui-popup-text {
	text-align: left
}
.mui-popup-title+.mui-popup-text i {
	font-style: normal
}
.mui-popup-title+.mui-popup-text i.red {
	color: #ea5a54
}
.ajax-pager {
	padding: 18px 15px
}
.ajax-pager .loading, .ajax-pager .loading:active {
	border: 1px solid #999;
	color: #666
}
.ajax-pager .load-more-btn {
	display: block;
	line-height: 38px;
	height: 40px;
	border: 1px solid #03a560;
	color: #03a560;
	text-align: center;
	font-size: 13px;
	box-shadow: 0px 1px 10px rgba(3,165,96,0.29)
}
.ajax-pager .load-more-btn:active {
	background: #03a560;
	color: #fff
}
.ajax-pager .load-more-btn.disabled {
	border: none;
	box-shadow: none;
	color: #999;
	font-size: 16px
}
.ajax-pager .load-more-btn span {
	font-size: 20px;
	vertical-align: middle
}
.ajax-pager .load-more-btn span:before {
	position: relative;
	top: -2px;
	left: -5px;
	font-size: 18px
}
.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000
}
.mui-preview-image.mui-fullscreen * {
	touch-action: pan-y
}
.mui-preview-header, .mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10
}
.mui-preview-header {
	height: 44px;
	top: 0
}
.mui-preview-footer {
	height: 50px;
	bottom: 0px
}
.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 12px;
	font-size: 16px
}
.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
.mui-preview-image.mui-preview-out .mui-preview-header, .mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none
}
.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden
}
.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover
}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle
}
.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none
}
.mui-preview-loading.mui-active {
	display: block
}
.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px
}
.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease
}
p img {
	max-width: 100%;
	height: auto
}
.mui-slider-img-content {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: white;
	text-align: center;
	line-height: 21px
}
body {
	overflow-x: hidden;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.mui-bar-nav ~ .mui-content {
	padding-top: 60px; 
}
.mui-content{ padding-bottom:5px; margin-bottom:10px;}
.mui-content-weixin {
	padding-bottom: 51px
}
.mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before {
	color: #03a560
}
.mui-btn-primary {
	background-color: #03a560;
	border-color: #03a560
}
.mui-btn-primary:enabled:active {
	background-color: #1678ad;
	border-color: #1678ad
}
.mui-btn.disabled, .mui-btn.disabled:active {
	color: #777 !important;
	background-color: #ddd !important;
	opacity: .6
}
.md_mask {
	width: 100%;
	height: 100%;
	-moz-transition: opacity .5s linear 0s;
	-webkit-transition: opacity .5s linear 0s;
	-o-transition: opacity .5s linear 0s;
	-ms-transition: opacity .5s linear 0s;
	transition: opacity .5s linear 0s;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	background: #000;
	opacity: 0;
	z-index: 1000
}
.md_mask.show {
	visibility: visible;
	opacity: 0.25
}
.md_panel {
	-moz-transition: -moz-transform .3s ease-in-out 0s;
	-ms-transition: -ms-transform .3s ease-in-out 0s;
	-webkit-transition: -webkit-transform .3s ease-in-out 0s;
	-o-transition: -o-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s;
	-ms-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1100;
	background-color: #F7F7F7;
	font-family: Tahoma, arial, verdana, sans-serif;
	-webkit-user-select: none
}
.md_panel.show {
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.md_panel a {
	text-decoration: none
}
.md_selectarea {
	display: block;
	width: 50%;
	position: relative;
	float: left
}
.md_head {
	height: 40px;
	line-height: 40px;
	overflow: hidden
}
.md_head a {
	border: none;
	padding: 0
}
.md_body {
	position: relative;
	height: 239px
}
.md_headtext {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.125em;
	color: #333
}
.md_prev, .md_next {
	position: absolute;
	top: 0;
	font-family: arial;
	font-size: 1.6em;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center
}
.md_prev {
	left: 0
}
.md_next {
	right: 0
}
.md_weekarea {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #03a560;
	overflow: hidden
}
.md_weekarea li, .md_datearea li {
	float: left;
	width: 14.2857%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 34px
}
.md_weekarea .weekend {
	color: #B94A48;
	font-weight: bold
}
.md_weekarea li, .md_prev, .md_next {
	color: #03a560
}
.md_prev, .md_next {
	font-family: simsun
}
.md_datearea {
	position: absolute;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: transform .2s ease-in;
	transform: translate3d(0, 0, 0)
}
.md_datearea li.current {
	background-color: #03a560;
	color: #FFF
}
.md_datearea li span {
	display: inline-block;
	width: 100%;
	height: 100%
}
.md_datearea li span.current {
	background-color: #03a560;
	color: #FFF
}
.md_foot {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center
}
.md_foot .md_ok, .md_foot .md_cancel {
	display: none
}
.out_left {
	transform: translate3d(-100%, 0, 0)
}
.out_right {
	transform: translate3d(100%, 0, 0)
}
.prevdate, .nextdate {
	color: #999
}
.md_panel .disabled {
	color: #C6C6C6
}
.mui-icon-loop:before {
	position: relative;
	top: -2px
}
.picvote {
	overflow: hidden;
	margin: 0 -1%
}
.picvote li {
	float: left;
	width: 48%;
	margin: 0 1% 25px 1%;
	text-align: center;
	background: #f5f5f5;
	overflow: hidden
}
.picvote li a {
	display: block;
	line-height: 0;
	overflow: hidden
}
.picvote li img {
	display: block;
	height: 120px;
	margin: auto
}
.picvote li span {
	display: block;
	line-height: 40px
}
.txtvote li {
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	padding-left: 20px;
	overflow: hidden
}
.txtvote li:hover {
	background: #f4f4f4
}
.txtvote span {
	float: left
}
.txtvote .perbg {
	width: 55%;
	background: #ddd;
	line-height: 1;
	height: 14px;
	overflow: hidden;
	margin: 13px 0
}
.txtvote .option {
	width: 35%
}
.txtvote .optionval {
	width: 10%;
	text-align: right
}
.vote-btn {
	text-align: center;
	margin-top: 25px
}
.vote-btn .tips {
	line-height: 40px;
	color: #e33
}
.ranking {
	padding: 15px 10px;
	border-top: 1px solid #ddd
}
.ranking .fl, .ranking .fr, .vote-per {
	line-height: 14px;
	height: 14px
}
.ranking .fl {
	width: 60%;
	background: #ddd;
	text-align: left;
	font-size: 0
}
.ranking .fr {
	width: 40%;
	text-align: right
}
.vote-per {
	display: inline-block;
	background: #03a560;
	vertical-align: middle
}
.vote-result .th {
	font-weight: bold
}
.vote-result li {
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	padding: 0 10px
}
.vote-result li:hover {
	background: #f4f4f4
}
.vote-result span {
	float: left
}
.vote-result .rank {
	width: 15%
}
.vote-result .rank i {
	display: inline-block;
	text-align: center;
	line-height: 1;
	font-style: normal;
	background: #888;
	color: #fff;
	min-width: 20px;
	padding: 3px 5px
}
.vote-result .top1 i {
	background: #fc6c6c
}
.vote-result .top2 i {
	background: #ffa169
}
.vote-result .top3 i {
	background: #ffc861
}
.vote-result .perbg {
	width: 40%
}
.vote-result .name {
	width: 35%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.vote-result .optionval {
	width: 10%;
	text-align: right
}
.pay .pay-tit {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}
.payform {
	text-align: center;
	padding: 10px 0
}
.payform .amount {
	color: #ea5a54;
	font-size: 24px;
	font-weight: bold
}
.payform .qr {
	display: inline-block;
	padding: 15px 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px
}
.payform .qr span {
	display: block
}
.payform .qr img {
	width: 200px;
	height: 200px
}
.payform .btn {
	width: 200px
}
.mui-badge {
	min-height: 12px
}
.bind-info {
	text-align: center;
	padding: 20px 0
}
.bind-info>div {
	display: inline-block;
	width: 80px;
	text-align: center;
	height: 80px
}
.bind-info>div span {
	max-width: 100%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px
}
.bind-info img {
	width: 50px;
	display: block;
	margin: 0 auto 5px
}
.bind-info i {
	display: inline-block;
	width: 58px;
	font-size: 18px;
	color: #808080;
	position: relative;
	top: -45px
}
.bind-user {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 5px 15px;
	color: #686868;
	text-align: center
}
.bind-user img {
	border-radius: 5px;
	vertical-align: middle;
	width: 30px;
	margin-right: 10px
}
.bind-tip {
	padding: 5px 15px 20px
}
.bind-form .mui-btn-block {
	margin-bottom: 0
}
.ask-list li span {
	color: #999;
	margin-right: 5px
}
.question-list li span {
	display: block;
	float: left
}
.col-state:before {
	content: "\e616";
	font-family: "iconfont";
	color: #ccc;
	font-size: 16px
}
.col-state.completed:before {
	content: "\e613";
	color: #01B30C
}
.ask-user {
	overflow: hidden;
	line-height: 35px
}
.ask-age-box {
	float: left
}
.ask-user .ask-age {
	width: 60px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none
}
.ask-user select {
	width: auto;
	padding: 0;
	margin: 0
}
.ask-sex-box {
	float: right
}
.ask-sex-box span {
	vertical-align: middle
}
.ask-input textarea {
	height: 168px;
	border: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0
}
.ask-sex-box .mui-radio {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	margin-left: 10px
}
.ask-sex-box .mui-radio label {
	width: auto;
	padding: 0;
	padding-left: 30px;
	line-height: 1
}
.ask-sex-box .mui-radio input[type=radio] {
	left: 0;
	right: auto;
	top: 0
}
.ask-sex-box .mui-radio input[type=radio]:before {
	font-size: 22px
}
.question-box, .ask-box {
	padding: 15px;
	background: #fff;
	margin-bottom: 15px
}
.question-box h2 {
	font-size: 16px;
	line-height: 1.5
}
.question-box h2 i {
	color: #03a560;
	font-size: 20px;
	margin-right: 5px
}
.prof-detail p {
	color: #555
}
.prof-meta {
	color: #999;
	font-size: 12px
}
.prof-meta i {
	font-style: normal;
	padding: 0 5px;
	color: #eee
}
.prof-meta time {
	float: right
}
.ask-box .prof-meta {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}
.ask-box textarea {
	margin: 0;
	min-height: 120px
}
.state {
	background: #e33;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px
}
.replyed {
	background: #03a560
}
.clinic-scheduling table {
	border: none;
	width: 100%
}
.clinic-scheduling .seleced {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	text-align: center
}
.clinic-scheduling .seleced.red {
	background: #ea5a54
}
.clinic-scheduling .seleced.red:before {
	content: "特需"
}
.clinic-scheduling .seleced.blue {
	background: #54a0ea
}
.clinic-scheduling .seleced.blue:before {
	content: "专家"
}
.clinic-scheduling .seleced.green {
	background: #63b98c
}
.clinic-scheduling .seleced.green:before {
	content: "普通"
}
.clinic-scheduling .seleced.orange {
	background: #e49548
}
.clinic-scheduling .seleced.orange:before {
	content: "专科"
}
.clinic-scheduling .seleced.gray {
	background: #9e9e9e;
	cursor: default
}
.clinic-scheduling .seleced.gray:before {
	content: "停诊"
}
.clinic-scheduling .tips {
	display: none;
	white-space: nowrap;
	position: absolute;
	top: 40px;
	left: 50%;
	background: #fff;
	transform: translateX(-50%);
	text-align: left;
	padding: 8px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.08);
	z-index: 1;
	font-size: 10px;
	line-height: 1.8
}
.clinic-scheduling .tips:before, .clinic-scheduling .tips:after {
	content: "◆";
	color: #fff;
	font-family: simsun;
	font-size: 20px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.clinic-scheduling .tips:before {
	color: #ddd;
	top: -1px
}
.clinic-scheduling .tips .red {
	color: #ea5a54
}
.color-info span {
	margin-right: 10px
}
.color-info i {
	font-size: 20px;
	margin-right: 5px
}
.color-info .red {
	color: #ea5a54
}
.color-info .blue {
	color: #54a0ea
}
.color-info .green {
	color: #63b98c
}
.color-info .orange {
	color: #e49548
}
.color-info .gray {
	color: #9e9e9e
}
.field-invalid {
	border-color: #a94442
}
.field-invalidmsg {
	color: #ea5a54
}
.field-validmsg {
	color: #63b98c
}
.field-tooltipWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 19891014
}
.field-tooltipInner {
	pointer-events: none;
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.field-tooltip {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.field-tooltip .field-invalidmsg, .field-tooltip .field-validmsg {
	color: #fff
}
.field-tooltip .zvalid-resultformat {
	display: inline-block;
	position: relative;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	pointer-events: auto;
	animation-name: fieldTipBounceIn;
	-webkit-animation-name: fieldTipBounceIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .18s;
	animation-duration: .18s
}
@-webkit-keyframes fieldTipBounceIn {
0% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes fieldTipBounceIn {
0% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.mui-bar {
	height: 60px;
	background:url(../images/search-bg.png); background-size:100%;
	transition: left 300ms, right 300ms;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	padding-top: 5px;
	display: flex;
	justify-content: space-between
}
.mui-bar.subsite-nav {
	font-weight: 700;
	font-size: 16px;
	color: #333
}
.mui-bar.subsite-nav .subsite-name {
	line-height: 49px;
	font-size: 16px;
	color: #333
}
.mui-bar.subsite-nav .ruifox-pull-left:after {
	position: absolute;
	right: 0;
	top: 8px;
	height: 33px;
	width: 1px;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background-color: #c8c7cc
}
.mui-bar.subsite-nav .ruifox-pull-right {
	text-align: left;
	padding-left: 10px
}
/*.mui-bar.mui-bar-nav:before {
	height: 5px;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/mui-bar-border-bg.jpg) no-repeat;
	background-size: cover
}*/
.mui-bar .ruifox-pull-left {
	width:87%;
	position: relative
}
.mui-bar .ruifox-pull-left .logo {
	display: block;
	width: 100%;
	height: 60px;
	position: relative
}
.mui-bar .ruifox-pull-left .logo img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%)
}
.mui-bar .ruifox-pull-right {
	flex: 1;
	padding-right: 39px;
	position: relative;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.mui-bar .ruifox-pull-right .mui-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	line-height: 29px;
	text-align: center;
	color: #03a560
}
.mui-bar .ruifox-pull-right .mui-icon.close-menu:before {
	font-size: 49px;
	width: 29px;
	height: 29px;
	display: block;
	text-align: center;
	position: relative;
	left: -10px
}
.mui-bar .mui-action-back {
	width: 49px;
	height: 49px;
	line-height: 29px
}
.mui-bar .mui-title {
	left: 50px;
	right: 50px;
	line-height: 54px
}
.mui-bar .mui-icon:active {
	color: #fff
}
.mui-bar .version {
	line-height: 49px;
	color: #d6d6d6;
	margin-right: 5px
}
.mui-bar .version a {
	font-weight: bold;
	color: #03a560;
	font-size: 14px
}
.mui-bar .version a.cur {
	color: #999;
	position: relative
}
.mui-bar .version a.cur:after {
	content: '';
	background-color: #d7d7d7;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -3px
}
.mui-bar .version u {
	padding: 0 14px
}
.mui-bar .version u:after {
	content: '';
	height: 12px;
	line-height: 1px;
	background-color: #d7d7d7;
	width: 1px;
	display: inline-block
}
.fixed-second-nav-wrap {
	position: relative;
	height: 50px
}
.second-nav-wrap {
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	height: 50px;
	background-color: #fff
}
.second-nav-wrap:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e4e4e4
}
.second-nav-wrap .second-nav {
	position: relative;
	overflow: hidden;
	height: 50px
}
.second-nav-wrap .second-nav:after, .second-nav-wrap .second-nav:before {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	box-shadow: 0 0 26px 15px #fff;
	z-index: 2
}
.second-nav-wrap .second-nav:after {
	right: -2px
}
.second-nav-wrap .second-nav:before {
	left: -5px
}
.second-nav-wrap .second-nav .carousel-nav {
	height: 70px;
	line-height: 50px;
	display: flex;
	transition-property: transform;
	transform: translate3d(0, 0, 0);
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: touch
}
.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item {
	width: auto;
	padding-right: 15px;
	height: 50px
}
.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item:first-child {
	padding-left: 15px
}
.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item.cur a {
	color: #03a560
}
.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item.cur a:after {
	background-color: #03a560
}
.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item a {
	font-size: 15px;
	display: inline-block;
	position: relative
}
.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item a:after {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}
.whitebg .catname, .whitebg .three-nav {
	margin-left: 15px;
	margin-right: 15px
}
.nav4 ul li {
	width: 32%;
	float: left;
	margin-right: 1.7%;
	margin-bottom: 10px
}
.nav4 ul li:nth-child(3n) {
	margin-right: 0
}
.nav4 ul li a {
	border: 1px solid #ddd;
	display: block;
	height: 40px;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}
.nav4 ul li a.cur {
	background-color: #03a560;
	color: #fff;
	border-color: #03a560
}
.catname {
	background-color: #fff
}
.catname h2 {
	font-size: 20px;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 0;
	margin-bottom: 0;
	height: 55px;
	line-height: 54px
}
.three-nav {
	background: #fff
}
.three-nav ul {
	border-left: 1px solid #e4e4e4;
	height: 45px;
	line-height: 45px;
	display: flex
}
.three-nav ul li {
	flex: 1;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	border-left: none
}
.three-nav ul li a {
	display: block;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.three-nav ul li.cur {
	border-top: 2px solid #03a560;
	border-bottom-color: #fff
}
.three-nav ul li.cur a {
	color: #03a560
}
.inner-item .solo-tit {
	font-size: 18px;
	color: #666;
	height: 38px;
	line-height: 20px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0
}
.inner-item .inner-tit {
	line-height: 18px
}
.inner-item .inner-tit a.fl {
	font-size: 18px;
	color: #555555;
	font-weight: 700;
	position: relative;
	padding-left: 14px
}
.inner-item .inner-tit a.fl:before {
	content: '';
	width: 5px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 2px;
	background: linear-gradient(135deg, #09b78b 0%, #17ac9a 51%, #0067ce 100%)
}
.inner-item .inner-tit a.fr {
	font-size: 15px;
	color: #03a560
}
.mui-grid-view.mui-grid-9 {
	background: #fff;
	border: none
}
ul.mui-table-view.mui-grid-view.mui-grid-9 {
	margin-top: 0;
	padding: 6px
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell {
	border: none;
	padding: 6px
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
	font-size: 14px
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
	color: #797979;
	font-size: 14px
}
.swiper-pagination-bullet {
	border-radius: 0;
	width: 8px;
	height: 8px;
	opacity: .5;
	background: #fff; border-radius:50%;
}
.swiper-pagination-bullet-active {
	background: #9ae097;
	opacity: 1
}
.home-radius {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin-top: -8px;
	position: relative;
	z-index: 1; 
}
.yisheng{ margin-top:10px;}
.h2-title {
	text-align: center;
	font-weight: normal;
	padding:35px 0;
	margin-top: 10px;
	margin-bottom: 0
}
.h2-title a {
	display: block;
	font-size: 20px;
	color: #fff;
	position: relative;
	height: 34px;
	line-height: 1
}
.h2-title a:after {
	content: '';
	width: 30px;
	height: 3px;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px
}
.h2-title span {
	width: 100%;
	font-size: 12px;
	position: absolute;
	bottom: -22px;
	left: 0
}
.home-list {
	background: #fff;
	padding-bottom: 15px; 
}
.home-list .mui-table-view:before, .home-list .mui-table-view:after {
	display: none
}
.home-list .mui-table-view-cell:after {
	right: 0x
}
.home-list .mui-segmented-control {
	margin: auto 15px;
	position: relative;
	width: auto
}
.home-list .mui-segmented-control a {
	position: relative;
	font-size: 14px
}
.home-list .mui-segmented-control a:after, .home-list .home-list .mui-segmented-control a::before {
	position: absolute;
	content: ''
}
.home-list .mui-segmented-control a:after {
	right: 0;
	bottom: -1px;
	left: 50%;
	margin-left: -15px;
	height: 3px;
	width: 30px;
	background: #03a560;
	opacity: 0
}
.home-list .mui-segmented-control a::before {
	right: 0;
	bottom: 0;
	left: 0px;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background-color: #c8c7cc
}
.home-list .mui-control-content:before {
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background-color: #c8c7cc;
	top: -1px
}
.remark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.remark b {
	width: 73px;
	display: inline-block;
	overflow: hidden;
	font-weight: normal
}
.remark u {
	position: relative;
	font-size: 12px;
	top: -1px;
	padding: 0 3px
}
.banner-slide {
	height: 64vw;
	overflow: hidden
}
.banner-slide.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 25px
}
.banner-slide img {
	width: 100%;
	height: 64vw;
	object-fit: cover
}
.banner-slide img.slider-txt {
	height: 56vw;
	width: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%)
}
.home-search-wrap {
	height: 19px;
	margin-top: -19px;
	position: relative;
	z-index: 2
}
.home-search-wrap .search-input-wrap {
	width: 92%;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	height: 38px;
	border-radius: 19px;
	box-shadow: 0px 1px 10px rgba(3,165,96,0.3)
}
.home-search-wrap .search-input-wrap .search-submit {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 3px;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 28px
}
.home-search-wrap .search-input-wrap .search-submit i {
	font-size: 20px;
	font-weight: bold;
	color: #03a560
}
.home-search-wrap .search-input-wrap .search-input {
	width: 100%;
	padding-left: 44px;
	padding-right: 10px;
	margin-bottom: 0;
	background-color: transparent;
	text-align: left;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: none
}
.home-search-wrap .search-input-wrap .search-input::-webkit-input-placeholder {
color:#ccc
}
.home-service.mui-table-view.mui-grid-view.mui-grid-9 {
	padding-top: 19px
}
.home-service .mui-media .mui-icon {
	position: relative;
	z-index: 1;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 44px;
	text-align: center;
	color: transparent;
	color: #03a560 \9;
	transition: all .5s;
	background: linear-gradient(135deg, #09b78b 0%, #17ac9a 50%, #0067ce 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text
}
.ruifox-slide.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 3px
}
.ruifox-slide.news-slide img {
	height: 61.6vw
}
.ruifox-slide.department-slide img {
	height: 59vw
}
.ruifox-slide.department-slide p b {
	text-align: center
}
.ruifox-slide.home-news-swiper a p {
	padding-top: 30px
}
.ruifox-slide.home-news-swiper a p span {
	bottom: 30px
}
.ruifox-slide.home-news-swiper .swiper-pagination {
	bottom: 10px
}
.ruifox-slide a {
	display: block;
	position: relative;
	line-height: 0;
	font-size: 0
}
.ruifox-slide a img {
	width: 100%;
	height: 68vw;
	object-fit: cover
}
.ruifox-slide a p {
	font-size: 14px;
	color: #fff;
	position: absolute;
	padding-bottom: 10px;
	margin-bottom: 0;
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	bottom: 0;
	background: url(../images/slide-news-item-bg.png) left bottom;
	line-height: 20px;
	padding: 40px 15px 0
}
.ruifox-slide a p b {
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	 text-overflow: ellipsis; white-space:nowrap; width:100%;
	-webkit-box-orient: vertical;
	display: block;
}
.ruifox-slide a p span {
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
	opacity: .85
}
.ruifox-slide a p span u {
	margin: 0 5px;
	position: relative;
	top: -1px;
	opacity: .7;
	font-size: 10px
}

.home-news li a {
	display: block;

	box-sizing: border-box;
	white-space: normal !important
}
.home-news li a .news-item-title {
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	display: -webkit-box;
	height: 48px;
	box-sizing: border-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis
}
.news-item-title1 {
	margin: 0 auto;  
	font-size: 15px;
	font-weight: normal;
	line-height:20px;
	display: block;
	height: 20px;
	 text-overflow: ellipsis; white-space:nowrap; overflow: hidden; color:#666;
}
.news-item-title1{ width:80%; display:block; float:left;}
.shijian{width:20%; display:block;  float:right;}

.home-news li a span {
	font-size: 15px; float:right;
	color: #999;
	white-space: nowrap
}
.home-news li a span u {
	margin: 0 5px;
	position: relative;
	top: -1px;
	font-size: 12px
}
.home-news li a.thumb {
	padding-right: 138px;
	position: relative
}
.home-news li a.thumb img {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 114px;
	height: 75px;
	border-radius: 3px
}
.home-news li .height1{ }
.scan-more {
	height: 31px;
	border: 1px solid #03a560;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	color: #03a560;
	display: block;
	border-radius: 15px;
	line-height: 29px;
	margin: 11px 15px;
	box-shadow: 0px 1px 10px rgba(3,165,96,0.29)
}
.scan-more.red {
	border-color: #c50c11;
	color: #c50c11;
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px
}
.home-notice {
	margin-top: 10px;
	padding-top: 127px;
	background: url(../images/home-notice.jpg) no-repeat;
	background-size: 100% auto;
}
.home-list .mui-ellipsis-2 {
	line-height: 22px;
	height: 44px;
	text-align: left
}
.home-expert-list {
	margin-top: 10px
}
.search-expert-wrap {
	padding: 15px;
	background: url(../images/home-expert.jpg) no-repeat;
	background-size: cover
}
.search-expert-wrap .clinic-form .form-item {
	float: left;
	width: 100%;
	margin-bottom: 15px
}
.search-expert-wrap .clinic-form .form-item.form-item-col-6 {
	width: 48%;
	float: left
}
.search-expert-wrap .clinic-form .form-item.form-item-col-6.margin-left-2 {
	margin-left: 4%
}
.search-expert-wrap .clinic-form .form-item .form-input {
	color: #fff;
	position: relative
}
.search-expert-wrap .clinic-form .form-item .form-input:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	transform: scaleY(0.5);
	background-color: #fff
}
.search-expert-wrap .clinic-form .form-item .form-input:before {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: 'iconfont';
	content: '\ea1b';
	color: rgba(255,255,255,0.5)
}
.search-expert-wrap .clinic-form .form-item .form-input i {
	position: absolute;
	top: 5px;
	left: 0
}
.search-expert-wrap .clinic-form .form-item .form-input input {
	border: none;
	color: #fff;
	background-color: transparent;
	position: relative;
	z-index: 2;
	padding-left: 26px;
	padding-right: 20px;
	margin-bottom: 0
}
.search-expert-wrap .clinic-form .form-item .form-input input::-webkit-input-placeholder {
color:rgba(255,255,255,0.6)
}
.search-expert-wrap .clinic-form .form-item .form-btn button.btn {
	height: 31px;
	width: 100%;
	margin-top: 15px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	color: #fff;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.2)
}
.expert-list-wrap {
	background-color: #fff
}
.expert-list-wrap .expert-title {
	padding: 17px 15px 0;
	line-height: 18px
}
.expert-list-wrap .expert-title a.fl {
	font-size: 18px;
	color: #555555;
	font-weight: 700;
	position: relative;
	padding-left: 14px
}
.expert-list-wrap .expert-title a.fl:before {
	content: '';
	width: 5px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 2px;
	background: linear-gradient(135deg, #09b78b 0%, #17ac9a 51%, #0067ce 100%)
}
.expert-list-wrap .expert-title a.fr {
	font-size: 13px;
	color: #868686
}
.expert-list-wrap .swiper-expert {
	position: relative;
	overflow: hidden;
	margin: 10px 15px 0;
	padding-bottom: 15px
}
.expert-list-wrap .swiper-expert .swiper-wrapper.block-loading {
	height: 250px;
	background-size: 15%
}
.expert-list-wrap .swiper-expert .swiper-pagination {
	bottom: 0
}
.expert-list-wrap .swiper-expert .swiper-pagination-bullet {
	background: #c2c2c2
}
.expert-list-wrap .swiper-expert .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #03a560
}
.expert-list-wrap .swiper-expert .mui-table-view:before, .expert-list-wrap .swiper-expert .mui-table-view:after {
	display: none
}
.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view {
	display: -webkit-box;
	display: flex
}
.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view .mui-table-view-cell {
	padding-left: 0
}
.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view .mui-table-view-cell a {
	margin-left: 0
}
.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view .mui-table-view-cell a img {
	width: 100%;
	height: 38vw;
	object-fit: cover
}
.expert-list-wrap .swiper-expert .expert-tit {
	text-align: center
}
.expert-list-wrap .swiper-expert .expert-tit strong, .expert-list-wrap .swiper-expert .expert-tit span {
	display: block
}
.expert-list-wrap .swiper-expert .expert-tit strong {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #555;
	font-weight: normal;
	position: relative
}
.expert-list-wrap .swiper-expert .expert-tit strong:after {
	content: '';
	height: 2px;
	width: 15px;
	display: block;
	margin: 0 auto;
	background-color: #03a560
}
.expert-list-wrap .swiper-expert .expert-tit .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	font-size: 12px
}
.expert-list-wrap .swiper-expert .expert-tit .major {
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
}
.expert-list-wrap .swiper-expert .expert-tit .depart {
	height: 14px;
	line-height: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px
}
.home-department-wrap {
	margin-top: 10px;
	background: url(../images/home-department-hbg.jpg) no-repeat;
	background-size: 100% auto
}
.home-department-wrap .home-department .home-depart {
	padding: 15px
}

.home-department-wrap .home-department .home-depart a {
	display: block;
	width: 48.5%;
	float: left;
	border: 1px solid #03a560;
	height: 35px;
	line-height: 33px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-image: linear-gradient(135deg, #09b78b 0%, #17ac9a 100%) 1;
	box-shadow: 0px 1px 5px rgba(3,165,96,0.29)
}
.home-department-wrap .home-department .home-depart a:nth-child(2n+2) {
	margin-left: 3%;
	border-image: linear-gradient(135deg, #17ac9a 0%, #0067ce 100%) 1
}
.home-department-wrap .home-department .home-depart a:before {
	content: '·';
	margin-right: 3px;
	font-weight: bold;
	color: #ccc
}
.home-health-wrap {
	margin-top: 10px;
	background: url(../images/home-health-hbg.jpg) no-repeat;
	background-size: 100% auto
}
.home-health-wrap .mixture-item-img {
	padding: 15px 15px 0 15px ;
	position: relative
}
.thumb img{ width:100%;}
/*.home-health-wrap .mixture-item-img:before {
	position: absolute;
	right: 15px;
	bottom: 0;
	display: block;
	left: 15px;
	height: 1px;
	content: '';
	transform: scaleY(0.5);
	background-color: #c8c7cc
}*/
.home-health-wrap .mixture-item-img.block-loading {
	height: 100px;
	background-size: 10%
}
.home-health-wrap .mixture-item-img.doctor-video a .thumb:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.14)
}
.home-health-wrap .mixture-item-img.doctor-video a .thumb:after {
	color: #fff;
	content: '\e61d';
	font-family: 'iconfont';
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 40px;
	width: 40px;
	height: 40px;
	line-height: 1
}
.home-health-wrap .mixture-item-img a {
	width: 100%;

}
.home-health-wrap .mixture-item-img a .thumb {
	position: relative;
	margin-bottom: 10px
}
.home-health-wrap .mixture-item-img a .thumb img {
	width: 100%;
	height: 30vw;
	display: block;
	object-fit: cover
}

.home-health-wrap .mixture-item-img a span {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.home-health-wrap .mixture-item-img a span.remark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 15px;
	display: block;
	margin-top: 6px; 
}
.home-party-wrap {
	margin-top: 10px;
	background: url(../images/home-party-hbg.jpg) no-repeat;
	background-size: 100% auto
}
.home-party-wrap .h2-title {
	height: 130px;
	padding-top: 36px
}
.home-party-wrap .home-party {
	background: url(../images/home-party-item-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 158px
}
.home-party-wrap .home-party .home-party-item {
	height: 158px;
	float: left;
	padding: 33px 15px 32px
}
.home-party-wrap .home-party .home-party-item a {
	width: 48%;
	height: 93px;
	line-height: 74px;
	float: left;
	text-align: center;
	font-size: 18px;
	position: relative;
	display: block;
	color: #c50c11;
	border: 2px solid #c50c11;
	background-color: rgba(255,255,255,0.5)
}
.home-party-wrap .home-party .home-party-item a:first-child {
	margin-right: 4%
}
.home-party-wrap .home-party .home-party-item a:after {
	content: '';
	width: 30px;
	height: 3px;
	overflow: hidden;
	background: #c50c11;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -15px
}
.home-party-wrap .home-party .swiper-pagination {
	bottom: 5px
}
.home-party-wrap .home-party .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #c50c11
}
.home-special-wrap {
	padding-top: 20px;
	width: 100%;
	overflow: hidden
}
.home-special-wrap .swiper-special {
	position: relative;
	padding-bottom: 30px
}
.home-special-wrap .swiper-special.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0
}
.home-special-wrap .swiper-special .swiper-slide {
	width: 68%;
	overflow: hidden; height:160px;border-radius:10px; overflow:hidden; position:relative;
}
.home-special-wrap .swiper-special .swiper-slide-active{height:180px; margin-top:-10px;}
.home-special-wrap .swiper-special .swiper-slide-active .sjsmwen{ padding:90px 7% 20px 7%; background: linear-gradient(to bottom, transparent 0, transparent 0%, rgb(240, 131, 30) 80%); position:absolute; left:0; top:0; height:200px; width:100%;}
.sjsmwen .sjhou1{ color:#fff; font-size:15px; line-height:22px; font-weight:bold;}
.sjsmwen .sjhou2{ color:#fff;font-size:13px;line-height:18px;font-weight:bold; text-transform:uppercase;}
.sjsmwen .sjhou3{ color:#fff;font-size:15px;line-height:24px;font-weight:bold;}

.home-special-wrap .swiper-special .swiper-slide.swiper-slide-active a:after {
	opacity: 0
}
.home-special-wrap .swiper-special .swiper-slide.swiper-slide-active a img {
	filter: blur(0); 
}
.home-special-wrap .swiper-special .swiper-slide a {
	position: relative;
	display: block
}
.home-special-wrap .swiper-special .swiper-slide a:after {
	content: '';
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	background-color: #fff;
	opacity: .5;
	transition: opacity .3s
}
.home-special-wrap .swiper-special .swiper-slide a img {
	width: 100%; 
	
	object-fit: cover;
	display: block;
	filter: blur(1px)
}
.home-special-wrap .swiper-special .swiper-pagination-bullet {
	background-color: #bbb
}
.home-special-wrap .swiper-special .swiper-pagination-bullet-active {
	background-color: #b8b8b8;
}
.inner-search-wrap {
	position: relative;
	z-index: 2;
	padding: 25px 0;
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff
}
.inner-search-wrap .search-input-wrap {
	width: 92%;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #e4e4e4
}
.inner-search-wrap .search-input-wrap .search-submit {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 3px;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 28px
}
.inner-search-wrap .search-input-wrap .search-submit i {
	font-size: 20px;
	font-weight: bold;
	color: #03a560
}
.inner-search-wrap .search-input-wrap .search-input {
	width: 100%;
	padding-left: 44px;
	padding-right: 10px;
	margin-bottom: 0;
	background-color: transparent;
	text-align: left;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: none
}
.inner-search-wrap .search-input-wrap .search-input::-webkit-input-placeholder {
color:#ccc
}
.inner-search-wrap .search-result-wrap {
	position: absolute;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 360px;
	width: 100%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	z-index: 10
}
.inner-search-wrap .search-result-wrap .search-result {
	padding: 10px 0
}
.inner-search-wrap .search-result-wrap .search-result a {
	display: block;
	padding-left: 20px;
	padding-right: 45px;
	position: relative;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.inner-search-wrap .search-result-wrap .search-result a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
	transform: scaleY(0.5);
	bottom: 1px;
	left: 0
}
.inner-search-wrap .search-result-wrap .search-result a:after {
	content: '\e61e';
	font-family: 'iconfont';
	position: absolute;
	top: 0;
	right: 8px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center
}
.inner-search-wrap .search-result-wrap .search-result a:hover {
	background-color: #f2f2f2
}
.inner-search-wrap .search-result-wrap .search-result a span {
	color: #03a560
}
.video {
	width: 100%;
	height: 60vw;
	position: relative;
	left: 0;
	top: 0;
	background: #000;
	overflow: hidden
}
.video img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .85s
}
.video video {
	width: 100%;
	height: 100%;
	display: block
}
.audio {
	width: 100%;
	height: 97vw;
	background: #f2f2f2 url(../images/culture-info-img.jpg) center;
	position: relative;
	background-size: cover;
	padding-top: 8vw
}
.audio .audio-player {
	position: relative;
	width: 91%;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	background-color: rgba(3,165,96,0.9);
	padding-right: 50px;
	margin: 0 auto
}
.audio .audio-player i {
	width: 50px;
	height: 50px;
	font-size: 28px;
	margin-right: 20px;
	vertical-align: middle
}
.audio .audio-player.playing .audio-player:after {
	content: '\e669'
}
.audio .audio-player .audio-player {
	width: 50px;
	height: 50px;
	background: #0096d7;
	position: absolute;
	top: 0;
	right: 0
}
.audio .audio-player .audio-player:after {
	content: '\e669';
	font-family: 'iconfont';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0096d7;
	color: #fff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px
}
.audio .audio-player .audio-player.playing:after {
	content: '\e69d'
}
.audio .audio-player .audio-player audio {
	width: 100%;
	height: 100%
}
.intro-picture-slide {
	width: 100%;
	height: 60vw
}
.intro-picture-slide.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5px
}
.intro-picture-slide .swiper-slide {
	position: relative
}
.intro-picture-slide .swiper-slide img {
	display: block;
	height: 60vw;
	width: 100%;
	object-fit: cover
}
.intro-picture-slide .swiper-slide .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	width: 100%;
	height: 115px;
	padding-bottom: 25px;
	line-height: 155px;
	color: #fff;
	text-align: center;
	background: url(../images/news-slide-mark.png);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.department-tab .mui-table-view-cell:after {
	left: 0
}
.department-tab .mui-table-view-cell>a:not(.mui-btn) {
	margin: -11px -30px
}
.department-tab .mui-table-view-cell>a:not(.mui-btn) h4 {
	font-weight: 400;
	margin-bottom: 10px
}
.inner-content .inner-p p {
	font-size: 16px !important;
	margin-bottom: 0
}
.category-dm-banner {
	background-color: #f8f8f8;
	background-size: cover;
	background-position: center;
	height: 150px;
	margin-bottom: 10px
}
.category-spe-banner {
	background-color: #f8f8f8;
	background-size: cover;
	background-position: center;
	height: 100px
}
.inner-swiper-special {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden
}
.inner-swiper-special.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0
}
.inner-swiper-special .swiper-slide {
	width: 100%
}
.inner-swiper-special .swiper-slide img {
	width: 100%;
	height: 34vw;
	object-fit: cover;
	display: block
}
.inner-swiper-special .swiper-pagination-bullet {
	background-color: #bbb
}
.inner-swiper-special .swiper-pagination-bullet-active {
	background-color: #c50c11
}
.picvote {
	overflow: hidden;
	margin: 0 -1%
}
.picvote li {
	float: left;
	width: 48%;
	margin: 0 1% 25px 1%;
	text-align: center;
	background: #f5f5f5;
	overflow: hidden
}
.picvote li a {
	display: block;
	line-height: 0;
	overflow: hidden
}
.picvote li img {
	display: block;
	height: 120px;
	margin: auto
}
.picvote li span {
	display: block;
	line-height: 40px
}
.txtvote li {
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	padding-left: 20px;
	overflow: hidden
}
.txtvote li:hover {
	background: #f4f4f4
}
.txtvote span {
	float: left
}
.txtvote .perbg {
	width: 55%;
	background: #ddd;
	line-height: 1;
	height: 14px;
	overflow: hidden;
	margin: 13px 0
}
.txtvote .option {
	width: 35%
}
.txtvote .optionval {
	width: 10%;
	text-align: right
}
.vote-btn {
	text-align: center;
	margin-top: 25px
}
.vote-btn .tips {
	line-height: 40px;
	color: #e33
}
.ranking {
	padding: 15px 10px;
	border-top: 1px solid #ddd
}
.ranking .fl, .ranking .fr, .vote-per {
	line-height: 14px;
	height: 14px
}
.ranking .fl {
	width: 60%;
	background: #ddd;
	text-align: left;
	font-size: 0
}
.ranking .fr {
	width: 40%;
	text-align: right
}
.vote-per {
	display: inline-block;
	background: #9ae097;
	vertical-align: middle
}
.vote-result .th {
	font-weight: bold
}
.vote-result li {
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	padding: 0 10px
}
.vote-result li:hover {
	background: #f4f4f4
}
.vote-result span {
	float: left
}
.vote-result .rank {
	width: 15%
}
.vote-result .rank i {
	display: inline-block;
	text-align: center;
	line-height: 1;
	font-style: normal;
	background: #888;
	color: #fff;
	min-width: 20px;
	padding: 3px 5px
}
.vote-result .top1 i {
	background: #fc6c6c
}
.vote-result .top2 i {
	background: #ffa169
}
.vote-result .top3 i {
	background: #ffc861
}
.vote-result .perbg {
	width: 40%
}
.vote-result .name {
	width: 35%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.vote-result .optionval {
	width: 10%;
	text-align: right
}
.mui-footer-nav {
	top: auto;
	bottom: 0;
	display: table;
	width: 100%;
	height: 50px;
	padding: 0;
	table-layout: fixed;
	border-top: 0;
	border-bottom: 0;
	-webkit-touch-callout: none
}
.mui-footer-nav .mui-nav-item {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292
}
.mui-footer-nav .mui-nav-item.mui-active {
	color: #9ae097
}
.mui-footer-nav .mui-nav-item .mui-icon {
	top: 3px;
	width: 24px;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0
}
.mui-footer-nav .mui-nav-item .mui-icon ~ .mui-nav-label {
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}
.mui-footer-nav .mui-nav-item .mui-icon:active {
	background: none
}
.mui-footer-nav .mui-nav-item {
	color: #444
}
.mui-footer-nav {
	background-color: #f7f7f7;
	border-top: 1px solid #ccc
}
.mui-footer-nav .mui-nav-item.mui-active {
	color: #9ae097
}
.mui-popup-input input {
	height: 40px
}
.inner-content .negative-margin li.mui-table-view-cell:after {
	left: 0
}
.inner-content .negative-margin li.mui-table-view-cell a:not(.mui-btn) {
	margin-left: -30px;
	margin-right: -30px
}
.list-news.list-nodate li a .news-title {
	line-height: 24px; padding:0 15px;


	
}
.list-news li a {
	display: block; margin:13px 0;

	box-sizing: border-box;
	white-space: normal !important
}
.list-news li a.thumb {
	padding-right: 138px;
	position: relative
}
.list-news li a.thumb img {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 114px;
	height: 75px;
	border-radius: 3px
}
.list-news li a .news-title {
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.list-news li a .news-title1 {
	margin: 0 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px; height:24px;
	overflow: hidden;
	overflow: hidden;
    text-overflow: ellipsis; white-space:nowrap;
}

.list-news li a .news-mark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 13px;
	margin-top: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.list-news li a .news-mark u {
	position: relative;
	top: -1px;
	padding: 0 5px;
	opacity: .7;
	font-size: 10px
}
.list-news li a .news-description {
	color: #999;
	font-size: 13px;
	margin: 5px 15px;
	line-height: 22px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}
.search-news-list .search-news-list-item {
	padding: 20px 0;
	position: relative
}
.search-news-list .search-news-list-item:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	transform: scaleY(0.5);
	background-color: #c8c7cc
}
.search-news-list .search-news-list-item.search-thumb .search-description {
	padding-left: 104px;
	position: relative
}
.search-news-list .search-news-list-item.search-thumb .search-description img {
	position: absolute;
	top: 4px;
	left: 0;
	width: 92px;
	height: 64px;
	border-radius: 3px
}
.search-news-list .search-news-list-item>a {
	display: block;
	box-sizing: border-box;
	white-space: normal !important
}
.search-news-list .search-news-list-item>a .search-title {
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px
}
.search-news-list .search-news-list-item>a .search-description p {
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}
.search-news-list .search-news-list-item .search-mark {
	color: #999;
	font-size: 10px;
	line-height: 1;
	height: 13px;
	margin-top: 12px;
	display: flex;
	justify-content: space-between
}
.search-news-list .search-news-list-item .search-mark a {
	font-size: 10px;
	color: #999
}
.search-news-list .search-news-list-item .search-mark .comefrom {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.search-news-list .search-news-list-item .search-mark .time {
	width: 70px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 15px
}
.list-text li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}
.list-text li a .news-title {
	font-weight: 400;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.list-download li a {
	display: block;
	height: 58px;
	font-size: 16px
}
.list-download li a .news-title {
	font-weight: 400;
	font-size: 16px;
	position: relative;
	padding-left: 35px;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.list-download li a .news-title:before {
	content: '\e6c2';
	font-family: 'iconfont';
	color: #03a560;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0
}
.history-journey .history-item {
	margin-top: 20px
}
.history-journey .history-item .history-time {
	font-size: 20px;
	color: #03a560;
	font-weight: 400
}
.history-journey .history-item .history-detail {
	background-color: #f2f2f2;
	padding: 15px;
	position: relative;
	font-size: 16px;
	color: #666;
	margin-top: 20px
}
.history-journey .history-item .history-detail:before {
	content: '';
	border: 10px solid transparent;
	border-bottom-color: #f2f2f2;
	position: absolute;
	top: -10px;
	left: 20px
}
.history-journey .history-item .history-detail li {
	margin-bottom: 10px
}
.leadership-tit {
	line-height: 50px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px
}
.leader-list-box {
	margin-right: -14px;
	display: flex;
	flex-wrap: wrap
}
.leader-list-box .leader-list-item {
	padding-right: 14px;
	padding-bottom: 15px;
	overflow: hidden
}
.leader-list-box .leader-list-item img {
	width: 99%;
	height: 38vw;
	object-fit: cover
}
.leader-list-box .leader-list-item .leader-tit {
	text-align: center
}
.leader-list-box .leader-list-item .leader-tit strong, .leader-list-box .leader-list-item .leader-tit span {
	display: block
}
.leader-list-box .leader-list-item .leader-tit strong {
	line-height: 22px;
	font-size: 16px;
	color: #555;
	font-weight: normal;
	position: relative
}
.leader-list-box .leader-list-item .leader-tit strong:after {
	content: '';
	height: 2px;
	width: 15px;
	display: block;
	margin: 6px auto 0;
	background-color: #03a560
}
.leader-list-box .leader-list-item .leader-tit .title {
	line-height: 16px;
	margin-top: 10px;
	height: auto;
	color: #999;
	font-size: 12px
}
.leader-list-box .leader-list-item .leader-tit .major {
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
}
.img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.img-list .img-list-item {
	position: relative;
	width: 48%;
	margin-bottom: 15px
}
.img-list .img-list-item .img-wrap {
	position: relative
}
.img-list .img-list-item .img-wrap .cover-img {
	display: block;
	width: 100%;
	height: 32vw
}
.img-list .img-list-item .img-wrap .num {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 68px;
	height: 24px;
	border-radius: 12px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 24px;
	color: #fff
}
.img-list .img-list-item .img-wrap .num:before {
	content: '\e667';
	font-family: 'iconfont';
	margin-right: 3px
}
.img-list .img-list-item .img-wrap .inner-imgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.img-list .img-list-item .img-wrap .inner-imgs img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.img-list .img-list-item .img-wrap .inner-imgs img:first-child {
	z-index: 1
}
.img-list .img-list-item h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #555;
	text-align: center;
	font-weight: normal;
	margin-top: 12px
}
.img-list .img-list-item h3.ellipsis-2 {
	white-space: normal;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	text-align: left
}
.img-list .img-list-item h3.ellipsis-2 a {
	display: block
}
.video-list .video-list-item {
	margin-bottom: 15px;
	position: relative;
	height: 52.8vw
}
.video-list .video-list-item.audio-type .video-cover-player:after {
	content: '\e66f'
}
.video-list .video-list-item .player {
	width: 100%;
	height: 52.8vw;
	display: block;
	background: #000
}
.video-list .video-list-item .video-cover-player, .video-list .video-list-item .audio-type-playing-cover {
	width: 100%;
	height: 52.8vw;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat
}
.video-list .video-list-item .video-cover-player:before, .video-list .video-list-item .video-cover-player:after {
	position: absolute;
	content: ''
}
.video-list .video-list-item .video-cover-player:before {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: url(../images/black-mark.png) center bottom repeat-x
}
.video-list .video-list-item .video-cover-player:after {
	content: '\e669';
	font-family: 'iconfont';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	font-size: 34px;
	line-height: 60px;
	text-align: center;
	color: #fff
}
.video-list .video-list-item .video-cover-player .video-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 10px 15px
}
.video-list .video-list-item .video-cover-player .video-info h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px
}
.video-list .video-list-item .video-cover-player .video-info .mark {
	font-size: 12px;
	line-height: 1;
	height: 12px;
	margin-top: 7px;
	opacity: .8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.video-list .video-list-item .video-cover-player .video-info .mark u {
	position: relative;
	top: -1px;
	padding: 0 5px;
	opacity: .7;
	font-size: 10px
}
.video-list .video-list-item .audio-type-playing-cover audio {
	width: 94%;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: .8
}
.special-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.special-list .special-list-item {
	position: relative;
	width: 100%;
	margin-bottom: 15px
}
.special-list .special-list-item a {
	display: block
}
.special-list .special-list-item img {
	width: 100%;
	height: 34vw
}
.special-list .special-list-item h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #555;
	text-align: center;
	font-weight: normal;
	margin-top: 12px
}
.list-profession {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.list-profession .list-profession-item {
	position: relative;
	width: 48%;
	margin-bottom: 15px;
	background-color: #f2f2f2;
	border: 1px solid #e4e4e4
}
.list-profession .list-profession-item .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #555;
	text-align: center;
	font-weight: normal;
	display: block;
	line-height: 68px
}
.paper-filter {
	height: 40px;
	border: 1px solid #03a560;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	color: #03a560;
	display: block;
	border-radius: 20px;
	line-height: 40px;
	margin: 25px auto;
	box-shadow: 0px 1px 10px rgba(3,165,96,0.29)
}
.paper-filter:after {
	font-family: 'iconfont';
	content: '\ea1b';
	margin-left: 8px;
	color: rgba(3,165,96,0.8)
}
.paper-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.paper-list .paper-list-item {
	position: relative;
	width: 48%;
	margin-bottom: 15px
}
.paper-list .paper-list-item .paper-wrap {
	position: relative
}
.paper-list .paper-list-item .paper-wrap .cover-img {
	display: block;
	width: 100%;
	height: 60.8vw
}
.paper-list .paper-list-item .paper-wrap .num {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 68px;
	height: 24px;
	border-radius: 12px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 24px;
	color: #fff
}
.paper-list .paper-list-item .paper-wrap .num:before {
	content: '\e667';
	font-family: 'iconfont';
	margin-right: 3px
}
.paper-list .paper-list-item .paper-wrap .inner-imgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.paper-list .paper-list-item .paper-wrap .inner-imgs img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.paper-list .paper-list-item .paper-wrap .inner-imgs img:first-child {
	z-index: 1
}
.paper-list .paper-list-item h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #555;
	text-align: center;
	font-weight: normal;
	margin-top: 12px
}
.mui-bar.filter {
	height: 48px;
	z-index: 2;
	padding: 0;
	background: rgba(247,247,247,0.98);
	top: 54px;
	border-top: 1px solid #f2f2f2;
	display: block
}
.mui-bar.filter ~ .mui-content {
	padding-top: 98px
}
.cat {
	display: flex;
	line-height: 44px;
	height: 44px;
	text-align: center;
	position: relative;
	background-color: #fff
}
.cat.follow-cat a {
	padding-left: 20px;
	text-align: left
}
.cat a {
	display: block;
	flex: 1;
	position: relative
}
.cat a:after {
	position: absolute;
	top: 0;
	font-family: 'iconfont';
	font-size: 12px;
	content: "\ea1b";
	opacity: .8;
	margin-left: 8px;
	vertical-align: middle;
	transform: translateY(2px);
	transition: -webkit-transform .3s
}
.cat a span {
	display: inline-block;
	font-size: 14px;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.cat .mui-btn {
	padding: 6px;
	position: absolute;
	right: 15px;
	top: 6px
}
.cat .mui-btn:after {
	display: none
}
.cat .open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.cat .openbefore {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #03a560
}
.tabs {
	overflow: hidden;
	background: #fff;
	display: flex
}
.tabs.user-login {
	display: block
}
.tabs.horizontal .tab-tit {
	width: 30%;
	background: #f2f2f2;
	overflow-y: auto;
	overflow-x: hidden
}
.tabs.horizontal .tab-con {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden
}
.tabs a {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #f4f4f4;
	padding-left: 20px
}
.tabs a.cur {
	color: #03a560
}
.tabs .tab-tit .tab-cur {
	background: #fff
}
.tabs .tab-con li {
	display: none
}
.tabs .tab-con li:first-child {
	display: block
}
.subcat {
	display: none;
	background: #fff;
	max-height: 352px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative
}
.subcat .md_panel {
	position: static;
	transform: none;
	background: #fff
}
.subcat .mui-btn {
	display: block;
	padding: 6px 12px;
	line-height: 30px;
	margin: auto 15px;
	position: static
}
.subcat .single-filter a {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #f4f4f4;
	padding-left: 20px
}
.subcat .single-filter a:last-child {
	border: none
}
.subcat .single-filter a.cur {
	color: #03a560
}
.depart-name {
	height: 100px;
	background: url(../images/expert-bg.jpg) no-repeat;
	background-size: cover
}
.depart-name h1 {
	padding: 0 15px;
	font-size: 32px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.depart-name {
	height: 100px;
	background: url(../images/expert-bg.jpg) no-repeat;
	background-size: cover
}
.depart-name h1 {
	padding: 0 15px;
	font-size: 32px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.depart-name span {
	display: block;
	text-align: center;
	color: #fff
}
.expert-list .expert-list-item {
	background: #fff;
	padding: 1em;
	border-bottom: 1px solid #eee;
	position: relative;

}
.expert-list .expert-list-item .item {
	display: block;
	color: #444;
	position: relative; height:125px;  overflow:hidden;
}
.expert-list .expert-list-item .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 139px;
	
}
.expert-list .expert-list-item .item .info {
	margin-left: 120px;
	padding-right: 10px;

}
.expert-list .expert-list-item .item .info h2 {
	font-size: 18px;
	color: #03a560;
	position: relative
}
.mui-ellipsis-3 b{ font-size:16px; color:#444; display:block;  margin-bottom:5px;}
.expert-list .expert-list-item .item .info h2 span {
	font-weight: normal;
	color: #999;
	font-size: 12px;
	margin-left: 5px;
	position: absolute;
	width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #8cd059;
	color: #fff;
	border-radius: 10px;
	right: -20px
}
.expert-list .expert-list-item .item .info p {
	line-height: 19px;
	height:80px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp:3; font-size:13px; color:#666;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;

	margin-bottom: 0
}
.expert-list .expert-list-item .item .info p span {
	color: #999
}
.expert-list .expert-list-item .item .info .mui-btn {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0px
}
.expert-list .expert-list-item .item .info .mui-btn.disabled {
	background-color: #aaa;
	color: #ddd
}
table {
	width: 100%;
	border: none;
	border-collapse: collapse
}
.visit th {
	background: #f2f2f2
}
.visit th, .visit td {
	text-align: center;
	font-size: 14px;
	height: 35px;
	border: 1px solid #f2f2f2;
	position: relative
}
.visit td .seleced {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-radius: 50%
}
.visit td .seleced.red {
	background: #ea5a54
}
.visit td .seleced.blue {
	background: #54a0ea
}
.visit td .seleced.green {
	background: #00c9d0
}
.visit td .seleced.gray {
	background: #9e9e9e
}
.visit td .seleced.red:before {
	content: "特"
}
.visit td .seleced.blue:before {
	content: "专"
}
.visit td .seleced.green:before {
	content: "普"
}
.visit td .seleced.gray:before {
	content: "停"
}
.visit th {
	width: 12%
}
.visit th:first-child {
	width: 16%
}
.visit td .seleced:hover ~ .tips {
	display: block
}
.visit .tips {
	display: none;
	position: absolute;
	top: 48px;
	left: -1px;
	width: 245px;
	background: #fff;
	text-align: left;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.08);
	z-index: 1
}
.visit .tips .red {
	color: #ea5a54
}
.visit .tips:before, .visit .tips:after {
	content: "◆";
	color: #fff;
	font-family: simsun;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 20px
}
.visit .tips:before {
	color: #ddd;
	top: -1px
}
.department-clinic-list h3 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 16px;
	color: #666
}
.department-clinic-list h3 span {
	color: #999
}
.department-clinic-list .department-clinic-table {
	width: 100%;
	margin-bottom: 25px
}
.department-clinic-list .department-clinic-table table {
	width: 100%;
	font-size: 12px
}
.department-clinic-list .department-clinic-table a {
	font-size: 14px;
	padding: 2px 0
}
.department-clinic-list .department-clinic-table tr {
	border-color: #e4e4e4
}
.department-clinic-list .department-clinic-table tr:first-child, .department-clinic-list .department-clinic-table tr th:first-child, .department-clinic-list .department-clinic-table tr td:first-child {
	background-color: #f8f8f8
}
.department-clinic-list .department-clinic-table tr:first-child td, .department-clinic-list .department-clinic-table tr th:first-child, .department-clinic-list .department-clinic-table tr td:first-child {
	color: #666
}
.department-clinic-list .department-clinic-table tr:first-child td span, .department-clinic-list .department-clinic-table tr th:first-child span, .department-clinic-list .department-clinic-table tr td:first-child span {
	display: block;
	color: #a8a8a8
}
.department-clinic-list .department-clinic-table tr td, .department-clinic-list .department-clinic-table tr th {
	height: 45px;
	line-height: 1.4;
	border: 1px solid #e4e4e4;
	padding: 3px;
	text-align: center
}
.department-clinic-list .department-clinic-table tr td a, .department-clinic-list .department-clinic-table tr th a {
	display: block
}
.path {
	line-height: 20px;
	color: #999;
	padding: 10px 15px;
	font-size: 12px
}
.path i {
	font-size: 12px;
	color: #ccc;
	margin: auto 2px
}
.path a {
	font-size: 12px
}
.show h1 {
	font-size:20px;
	color: #444;
	line-height:24px;
	margin-top: 0;

}
.show h2 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height:24px
}
.show h2 span {
	margin-right: 25px
}
.show .detailed {
	border-top: 1px solid #eee
}
.show .detailed:after {
	display: block;
	content: '— THE END —';
	padding: 15px 0;
	color: #999;
	text-align: center
}
.detailed {
	font-size: 18px !important;
	padding-top: 15px
}
.detailed h1 {
	font-size: 16px
}
.detailed h1.text-center {
	line-height: 1.6;
	text-align: center
}
.detailed a {
	color: #03a560;
	font-size: 18px !important
}
.detailed p, .detailed span, .detailed div {
	font-size: 15px !important;
	color: #555;
	line-height: 1.6 !important
}
.detailed p {
	margin-bottom: 9px
}
.detailed .floor {
	margin-top: 15px
}
.detailed img {
	display: block;
	margin: auto;
	height: auto !important;
	object-fit: cover
}
.detailed table {
	width: 100% !important;
	margin-bottom: 25px;
	width: 100%;
	font-size: 14px;
	color: #555
}
.detailed table.hasHead tr:first-child {
	background-color: #f8f8f8
}
.detailed table.hasHead tr:first-child td span {
	display: block;
	color: #a8a8a8
}
.detailed table tr {
	border-color: #e4e4e4
}
.detailed table tr td, .detailed table tr th {
	line-height: 25px;
	padding: 5px 0;
	border: 1px solid #e4e4e4;
	text-align: center
}
.show-meet h1 {
	font-size: 22px;
	color: #444;
	line-height: 1.5
}
.show-meet .detailed {
	border-top: 1px solid #eee
}
.show-meet .detailed img {
	width: 100%;
	object-fit: cover
}
.related {
	padding: 20px 0
}
.related h5 {
	font-size: 18px;
	color: #666;
	padding-left: 15px;
	padding-right: 15px
}
.related .mui-table-view-cell>a:not(.mui-btn) {
	margin: -11px -15px
}
.show-expert h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal
}
.show-expert .info {

	    background: url(../images/search-bg.png);
	background-size: 100%;
	color: #fff;
	position: relative;
	padding: 20px 15px;
	display: flex
}
.show-expert .info .thumb {
	width: 170px
}
.show-expert .info .thumb img { 
	width: 150px;
	height: auto;

}
.show-expert .info .detail {
	flex: 1;
	position: relative
}
.show-expert .info .detail.opened .has-goodat:before {
	transform: rotate(180deg)
}
.show-expert .info .detail.opened .detail-p-goodat {
	opacity: 1;
	display: block;
	transform: translateY(10px)
}
.show-expert .info .detail h1 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 10px
}
.show-expert .info .detail .detail-p {
	color: #fff;
	margin-bottom: 0;
	padding-right: 17px;
	position: relative;
	line-height: 24px;
	
}

.show-expert .info .detail .detail-p-goodat {
	opacity: 0;
	display: none;
	transition: transform .3s;
	position: absolute;
	background-color: #fff;
	border-radius: 3px;
	padding: 12px;
	color: #555;
	text-align: justify;
	transform: translateY(25px);
	box-shadow: 0 5px 20px rgba(174,174,174,0.5);
	font-size: 12px
}
.show-expert .info .detail .detail-p-goodat:before {
	content: '';
	border: 8px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%)
}
.show-expert .service {
	display: flex;
	padding: 17px 15px;
	background-color: #fff
}
.show-expert .service .service-item {
	flex: 1;
	text-align: center
}
.show-expert .service .service-item.disabled {
	color: #999
}
.show-expert .service .service-item.disabled i {
	color: #999
}
.show-expert .service .service-item+.service-item {
	border-left: 1px solid #e4e4e4
}
.show-expert .service .service-item i {
	display: block;
	font-size: 30px;
	color: #03a560
}
.show-expert .doctor-clinic .clinic-table-wrap {
	min-height: 185px;
	padding-bottom: 15px
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head h3 {
	flex: 1;
	font-weight: normal
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow {
	width: 48px
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a {
	width: 20px;
	height: 20px;
	color: #999;
	display: inline-block;
	text-align: center
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #999;
	border-radius: 50%;
	font-size: 12px;
	display: inline-block
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a:not(.disabled) i {
	border-color: #03a560;
	color: #03a560
}
.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a.disabled {
	color: #ccc;
	cursor: default;
	border-color: #ccc
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap {
	padding-left: 43px;
	background-color: #f2f2f2;
	border-top: 1px solid #e4e4e4;
	position: relative
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:after, .show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:before {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	background-color: #e4e4e4
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:after {
	left: 43px
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:before {
	left: 0
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list {
	overflow: hidden;
	height: 45px;
	margin: 0 auto
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list ul {
	overflow: hidden;
	font-size: 10px
}
.show-expert .doctor-clinic .clinic-table-wrap .week-list ul li {
	float: left;
	height: 45px;
	text-align: center;
	border-left: 1px solid #e4e4e4;
	line-height: 1.4;
	padding-top: 6px;
	color: #666
}
.show-expert .doctor-clinic table tr {
	display: flex;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4
}
.show-expert .doctor-clinic table tr td {
	flex: 1;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-left: 1px solid #e4e4e4
}
.show-expert .doctor-clinic table tr td>div {
	position: relative
}
.show-expert .doctor-clinic table tr td:first-child {
	width: 43px !important;
	font-size: 12px;
	flex: none
}
.show-expert .doctor-clinic table tr td:last-child {
	display: none
}
.paper-title-wrap {
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4
}
.paper-title-wrap .paper-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-right: 92px
}
.paper-title-wrap .paper-title .title {
	color: #666
}
.paper-title-wrap .paper-title .title a {
	font-size: 16px
}
.paper-title-wrap .paper-title .title b {
	font-weight: 400;
	margin-left: 4px;
	padding: 2px 5px;
	font-size: 12px;
	background-color: rgba(3,165,96,0.2);
	color: #03a560;
	border-radius: 2px
}
.paper-title-wrap .paper-title .switch, .paper-title-wrap .paper-title .switch-filter {
	position: absolute;
	top: 50%;
	right: 0;
	width: 88px;
	height: 26px;
	transform: translateY(-50%)
}
.paper-title-wrap .paper-title .switch {
	display: flex;
	text-align: center
}
.paper-title-wrap .paper-title .switch .mui-control-item {
	width: 44px;
	height: 26px;
	color: #03a560;
	border: 1px solid #03a560;
	font-size: 18px;
	line-height: 24px
}
.paper-title-wrap .paper-title .switch .mui-control-item.mui-active {
	background-color: #03a560;
	color: #fff
}
.paper-title-wrap .paper-title .switch-filter {
	border: 1px solid #03a560;
	font-size: 12px;
	font-weight: normal;
	color: #03a560;
	display: block;
	border-radius: 20px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.paper-title-wrap .paper-title .switch-filter:after {
	font-family: 'iconfont';
	position: absolute;
	right: 5px;
	top: 1px;
	content: '\ea1b';
	margin-left: 8px;
	color: rgba(3,165,96,0.8)
}
.paper-detail {
	padding-bottom: 20px
}
.paper-detail .paper-pic {
	position: relative
}
.paper-detail .paper-pic .area-icon img {
	width: 100%;
	display: block
}
.paper-detail .paper-pic .area-icon .area {
	position: absolute;
	opacity: 0;
	background: #04a28e;
	transition: opacity .3s
}
.paper-detail .paper-pic .area-icon .area.cur-area-icon {
	filter: alpha(opacity=30);
	opacity: .3
}
.paper-detail .paper-pic .area-icon .area:hover {
	filter: alpha(opacity=20);
	opacity: .2
}
.paper-detail .paper-pic a.controll {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 22px;
	background: #04a28e;
	opacity: .5;
	transition: opacity .3s
}
.paper-detail .paper-pic a.controll:hover {
	opacity: 1
}
.paper-detail .paper-pic a.controll.page-left {
	left: -15px
}
.paper-detail .paper-pic a.controll.page-right {
	right: -15px
}
.nav-baby, .nav-baby .mui-content, .nav-baby .page {
	background-color: #fff;
	min-height: 100%
}
.nav-block-btn {
	display: flex;
	padding-bottom: 25px;
	padding-top: 25px;
	justify-content: space-between;
	border-bottom: 1px solid #e4e4e4
}
.nav-block-btn.index-nav-block-btn a {
	background: linear-gradient(135deg, #17ac9a 0%, #0067ce 100%)
}
.nav-block-btn.index-nav-block-btn a:nth-child(2n) {
	background: linear-gradient(135deg, #ff190f 0%, #f5d154 100%)
}
.nav-block-btn a {
	width: 48%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	background: linear-gradient(135deg, #09b78b 0%, #17ac9a 100%)
}
.nav-block-btn a:nth-child(2n) {
	background: linear-gradient(135deg, #17ac9a 0%, #0067ce 100%)
}
.nav-spe-title {
	padding-bottom: 25px;
	padding-top: 25px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 1.4;
	font-weight: normal;
	color: #555
}
.nav-warp {
	padding: 15px
}
.nav-warp a {
	color: #333
}
.wendalist{ border-bottom:1px solid #e4e3e6; padding:5px;}
.wendalist .title{background: url(../images/jiejue.jpg) no-repeat 0 3px; background-size:6.5%; text-indent:27px; width:90%;overflow: hidden;
    text-overflow: ellipsis; white-space:nowrap;}
.wendalist .wei{background: url(../images/weijiejue.jpg) no-repeat 0 3px;background-size:6.5%;}	
	
	
	.wendalist{ border-bottom:1px solid #e4e3e6; padding:5px;}
.wendalist .title1{background-size:6.5%; width:90%;overflow: hidden;
    text-overflow: ellipsis; white-space:nowrap;}
.cate-title i{ color:#999;}
.nav-item{ border-bottom:1px solid #e4e4e4;}
.nav-warp .nav-item h4 {

	font-size: 16px;
	font-weight: bold;
	color: #797979;
	line-height: 35px;
	height: 35px; text-indent:4px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden
}
.nav-warp .nav-item h4 a {
	display: block
}
.nav-warp .nav-item h4 .title {
	font-size: 15px
}
.nav-warp .nav-item h4 .cate-title {
	font-size: 14px;
	color: #999
}
.nav-warp .nav-item h4 .cate-title i {
	font-size: 15px;
	position: relative;
	top: 1px
}
.nav-warp .nav-item .nav-item-child {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item {
	flex: 0 0 auto;
	position: relative;
	margin: 4px 0;
	width: 48.5%
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item.open>a {
	background-color: #999;
	color: #fff
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item.open .three-menu {
	display: block
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item>a {
	display: block;
	height: 20px;
	line-height: 20px;

	font-size: 13px;
	
	
	padding-left: 5px;
	padding-right: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item>a i {
	font-size: 12px;
	opacity: .8;
	position: absolute;
	right: 10px
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu {
	flex: 1;
	position: absolute;
	top: 50px;
	width: 100%;
	background-color: #999;
	z-index: 2;
	display: none;
	border-radius: 5px;
	box-shadow: 0 5px 20px rgba(174,174,174,0.5);
	padding: 10px 0
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu:after {
	content: '';
	border: 6px solid transparent;
	border-bottom-color: #999;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%)
}
.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu a {
	display: block;
	line-height: 20px;
	color: #fff;
	padding: 4px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.map {
	width: 100%;
	height: 500px
}
.map .mui-btn {
	font-size: 14px;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	padding: 0
}
.department-index-block-btn {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
	background: linear-gradient(135deg, #17ac9a 0%, #0067ce 100%)
}
.zx-item {
	margin-bottom: 30px
}
.zx-item .tit {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
	color: #03a560
}
.zx-item .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.zx-item .list a {
	display: block;
	width: 48%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e4e4e4;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.department-setting a {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #f2f2f2;
	border-radius: 2px;
	text-align: center
}
.department-setting a.iphone.active {
	color: #0096d7
}
.department-setting a.weibo.active {
	color: #e53048
}
.department-setting a.weixin.active {
	color: #01b30c
}
.department-setting a.haodf.active {
	color: #1596ea
}
.department-setting a.iphone:hover .img-wp, .department-setting a.weixin:hover .img-wp {
	opacity: 1;
	display: block;
	transform: translateY(15px)
}
.department-setting a .img-wp {
	opacity: 0;
	transition: transform .3s;
	position: absolute;
	top: 18px;
	right: -10px;
	background-color: #fff;
	border-radius: 3px;
	padding: 12px;
	color: #555;
	text-align: justify;
	transform: translateY(25px);
	box-shadow: 0 5px 20px rgba(174,174,174,0.5);
	font-size: 12px
}
.department-setting a .img-wp:before {
	content: '';
	border: 8px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -16px;
	right: 6px;
	transform: translateX(-50%)
}
.department-setting a .img-wp img {
	width: 120px;
	height: 120px;
	display: block
}
.input-row {
	position: relative
}
.input-row.hide {
	display: none
}
.input-row label {
	position: absolute;
	top: 11px;
	left: 15px
}
.input-row input {
	padding-left: 75px;
	height: 46px
}
.input-row .btn, .input-row img {
	position: absolute;
	width: 38%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #F8F8F8;
	top: 3px;
	right: 3px
}
.mui-btn-block {
	padding: 10px 0
}
.user-login .tab-tit {
	overflow: hidden;
	margin-bottom: 25px
}
.user-login .tab-tit a {
	width: 50%;
	float: left;
	line-height: 45px;
	background: #F4F4F4;
	text-align: center
}
.user-login .tab-tit a.cur {
	background: #fff
}
.link-area {
	margin-top: 15px;
	line-height: 40px;
	text-align: center;
	color: #ddd;
	word-spacing: .5em
}
.link-area a {
	display: inline;
	border-bottom: none
}
.user-reg {
	padding-top: 15px
}
.ruifox-form-title {
	text-align: center;
	color: #03a560;
	margin-bottom: 20px;
	font-size: 24px
}
.ruifox-form-info {
	border-radius: 4px;
	border: 1px solid #ffe58f;
	background-color: #fffbe6;
	margin-bottom: 20px;
	color: #777;
	line-height: 1.5;
	padding: 8px 15px
}
.ruifox-form {
	font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-variant: tabular-nums;
	line-height: 40px
}
.ruifox-form * {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 4px;
	white-space: normal
}
.ruifox-form input::-webkit-input-placeholder {
line-height:normal;
color:#666
}
.ruifox-form input[type="radio"] {
	vertical-align: middle;
	cursor: pointer
}
.ruifox-form select {
	cursor: pointer
}
.ruifox-form textarea, .ruifox-form input[type="text"], .ruifox-form input[type="number"], .ruifox-form input[type="password"], .ruifox-form input[type="search"], .ruifox-form select {
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	transition: all .3s;
	vertical-align: middle;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	background-image: none;
	width: 100%
}
.ruifox-form textarea:focus, .ruifox-form input[type="text"]:focus, .ruifox-form input[type="number"]:focus, .ruifox-form input[type="password"]:focus, .ruifox-form input[type="search"]:focus, .ruifox-form select:focus {
	border-color: #03a560;
	outline: 0
}
.ruifox-form input.code {
	padding-right: 140px
}
.ruifox-form input.code+.code-img {
	position: absolute;
	right: 1px;
	top: 1px
}
.ruifox-form input.code+.code-img img {
	cursor: pointer;
	display: block;
	height: 38px
}
.ruifox-form input.laydate {
	padding-right: 40px;
	background-image: url(../images/datebg.png);
	background-size: 7%;
	background-position: center right;
	background-repeat: no-repeat
}
.ruifox-form .btn {
	padding: 0 15px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 35px;
	height: 35px;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	background-image: none;
	text-align: center;
	white-space: nowrap;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	min-width: 80px
}
.ruifox-form .btn:hover {
	color: #03a560;
	background-color: #fff;
	border-color: #03a560
}
.ruifox-form .btn.btn-primary {
	color: #fff;
	background-color: #03a560;
	border-color: #03a560;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 0 rgba(0,0,0,0.045)
}
.ruifox-form .btn.btn-primary:hover {
	background-color: #03be6f;
	border-color: #03be6f
}
.ruifox-form .label {
	text-align: right;
	vertical-align: middle;
	line-height: 39.9999px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap
}
.ruifox-form .label.hide-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.ruifox-form .Validform_checktip {
	display: block;
	line-height: 30px;
	min-height: 30px;
	color: #aaa
}
.ruifox-form .Validform_checktip:before {
	font-family: "iconfont";
	color: #007fd1;
	font-size: 18px;
	margin-right: 5px
}
.ruifox-form .Validform_checktip.Validform_wrong {
	color: #ec5645;
	font-size: 14px
}
.ruifox-form .Validform_checktip.Validform_wrong:before {
	color: #ec5645
}
.ruifox-form .Validform_checktip.Validform_right {
	color: #71b83d;
	font-size: 14px
}
.ruifox-form .Validform_checktip.Validform_right:before {
	color: #71b83d
}
.ruifox-form .img-preview {
	overflow: hidden;
	margin-top: 10px
}
.ruifox-form .img-preview li {
	float: left;
	padding: 10px;
	background: #f4f4f4;
	margin-right: 10px
}
.ruifox-form .img-preview li img {
	width: 80px;
	height: 80px
}
.ruifox-form .img-preview li span {
	display: block;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.ruifox-form-group {
	margin-bottom: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e4
}
.ruifox-form-group:last-child {
	border-bottom: none
}
.ruifox-form-group.required .label:before {
	display: inline-block;
	margin-right: 4px;
	content: '*';
	font-family: SimSun;
	line-height: 1;
	color: #c50c11
}
.ruifox-form-group .control {
	position: relative
}
.ruifox-form-group .control ul li {
	display: inline-block;
	margin-right: 10px
}
.ruifox-form-group .control textarea {
	min-height: 120px;
	resize: vertical;
	width: 100% !important
}
.ruifox-form-group .label label:after {
	content: ':';
	margin: 0 8px 0 2px;
	position: relative;
	top: -0.5px
}
.ruifox-form-inline .ruifox-form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 16px
}
.ruifox-form-inline .ruifox-form-group>.label, .ruifox-form-inline .ruifox-form-group>.control {
	display: inline-block;
	vertical-align: middle
}
.ruifox-form-vertical .ruifox-form-group {
	padding-bottom: 8px
}
.ruifox-form-vertical .ruifox-form-group>.label, .ruifox-form-vertical .ruifox-form-group>.control {
	margin: 0;
	display: block;
	text-align: left;
	line-height: 1.5
}
.ruifox-form-vertical .ruifox-form-group>.label {
	padding: 0 0 8px
}
.ruifox-form-vertical .ruifox-form-group .btn {
	width: 100%
}
.ruifox-form-horizontal .ruifox-form-group {
	padding-bottom: 8px
}
.ruifox-form-horizontal .ruifox-form-group:after {
	clear: both;
	display: table;
	content: ''
}
.ruifox-form-horizontal .ruifox-form-group>.label {
	float: left;
	width: 16.66666667%;
	padding-right: 30px
}
.ruifox-form-horizontal .ruifox-form-group>.control {
	float: left;
	width: 58.33333333%
}
.ruifox-form-horizontal .ruifox-form-group>.control.col-offset {
	margin-left: 16.66666667%
}
.user-bar {
	background: #03a560;
	color: #fff;
	position: relative;
	padding: 15px
}
.user-bar .mui-icon {
	font-size: 80px
}
.user-info {
	position: absolute;
	right: 0;
	top: 20px;
	left: 100px
}
.user-info h2 {
	font-size: 16px
}
.user-info ul {
	overflow: hidden;
	margin-top: 10px
}
.user-info ul li {
	float: left;
	width: 33.33%
}
.user-info ul li strong, .user-info ul li span {
	display: block;
	line-height: 1.4;
	color: #fff
}
.user-info ul li span {
	font-size: 12px
}
.user-menu ul {
	margin-top: 15px
}
.user-menu .mui-table-view-cell:after {
	left: 50px
}
.user-menu .mui-table-view-cell>a:not(.mui-btn) {
	margin: -11px -15px
}
.user-menu ul i {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	margin-right: 10px;
	color: #03a560
}
.mui-input-group:before, .mui-input-group:after {
	height: 0
}
.mui-media-object.mui-pull-left {
	padding-top: 0 !important
}
.mui-table-view-cell:after {
	left: 0
}

.mui-media-body {
	line-height: 24px;
	text-overflow: ellipsis
}
.mui-icon-loop:before {
	content: '\e621';
	font-family: "iconfont"
}
.mui-table-view-cell p {
	font-size: 12px
}
.mui-table-view-cell p u {
	color: #e8e4e8;
	margin: 0 5px;
	transform: scale(0.5)
}
.mui-toast-container {
	bottom: auto;
	top: 180px
}
.mui-toast-message {
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 8px 5px
}
.tab-state {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0 5px;
	height: 49px
}
.tab-state a {
	display: block;
	float: left;
	width: 20%;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box
}
.tab-state a.cur {
	border-bottom-color: #03a560;
	color: #03a560
}
.tab-state.span2 a {
	width: 50%
}
.tab-state.span3 a {
	width: 33.33%
}
.tab-state.span4 a {
	width: 25%
}
.tab-state.span5 a {
	width: 20%
}
.data-list li {
	background: #fff;
	padding: 15px;
	margin-bottom: 5px;
	position: relative
}
.data-list li:before, .data-list li:after {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background-color: #c8c7cc
}
.data-list li:after {
	top: auto;
	bottom: 0
}
.data-list li>a {
	display: block
}
.data-list .list-handle {
	padding: 10px 0 0;
	border-top: 1px solid #f2f2f2;
	margin-top: 10px
}
.data-list .list-handle a {
	opacity: 1;
	font-size: 13px;
	display: inline-block;
	color: #03a560;
	width: 60px;
	text-align: center;
	border-radius: 10px;
	margin-left: 10px;
	border: 1px solid #03a560
}
.order-list .red {
	color: #ea5a54
}
.order-list .blue {
	color: #54a0ea
}
.order-list .green {
	color: #63b98c
}
.list-head {
	font-size: 13px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden
}
.list-head:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background-color: #c8c7cc
}
.list-tit {
	padding: 0 0 10px;
	overflow: hidden
}
.list-tit h2 {
	font-size: 16px;
	max-width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666
}
.hr-list .list-tit span {
	color: #54a0ea
}
.order-list .list-tit span {
	color: #f90
}
.payment-list .list-tit span {
	color: #f90
}
.list-foot {
	color: #999;
	overflow: hidden;
	font-size: 13px;
	line-height: 1
}
.list-foot span {
	display: inline-block;
	line-height: 1;
	padding-right: 15px;
	border-right: 1px solid #E5E5E5;
	margin-right: 10px
}
.list-foot span:last-child, .list-foot span.no-br {
	border: none
}
.list-foot i {
	font-style: normal
}
.list-show h2 {
	color: #03a560;
	font-size: 16px;
	margin-right: 5px;
	font-weight: normal;
	padding: 10px 15px
}
.list-show ul {
	background: #fff;
	padding: 15px;
	position: relative
}
.list-show ul:before, .list-show ul:after {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background-color: #c8c7cc
}
.list-show ul:after {
	top: auto;
	bottom: 0
}
.list-show ul li {
	overflow: hidden;
	text-align: right;
	line-height: 30px
}
.list-show ul li label {
	float: left;
	color: #999;
	min-width: 4em;
	line-height: 30px;
	text-align: justify;
	text-align-last: justify
}
.list-show ul li span {
	display: block;
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word
}
.myask-list p {
	color: #444;
	margin-bottom: 0
}
.myask-list time {
	color: #999
}
.follow-list span {
	color: #999
}
.patients-list .list-tit h2 {
	margin-right: 15px
}
.patients-list .list-tit span {
	color: #666
}
.patients-list .list-foot span {
	color: #666;
	padding: 0;
	margin: auto;
	border: none
}
.mui-input-group .mui-button-row {
	overflow: hidden;
	padding: 15px;
	height: auto
}
.btn-span2 .mui-btn {
	float: left;
	width: 48%
}
.btn-span2 .mui-btn-danger {
	float: right
}
.ask-list li span {
	color: #999;
	margin-right: 5px
}
.question-list li span {
	display: block;
	float: left
}
.col-state:before {
	content: "\e612";
	font-family: "iconfont";
	color: #ccc;
	font-size: 16px
}
.col-state.completed:before {
	content: "\e613";
	color: #01B30C
}
.ask-user {
	overflow: hidden;
	line-height: 35px
}
.ask-age-box {
	float: left
}
.ask-user .ask-age {
	width: 60px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none
}
.ask-user select {
	width: auto;
	padding: 0;
	margin: 0
}
.ask-sex-box {
	float: right
}
.ask-sex-box span {
	vertical-align: middle
}
.ask-input textarea {
	height: 168px;
	border: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0
}
.ask-sex-box .mui-radio {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	margin-left: 10px
}
.ask-sex-box .mui-radio label {
	width: auto;
	padding: 0;
	padding-left: 30px;
	line-height: 1
}
.ask-sex-box .mui-radio input[type=radio] {
	left: 0;
	right: auto;
	top: 0
}
.ask-sex-box .mui-radio input[type=radio]:before {
	font-size: 22px
}
.question-box, .ask-box {
	padding: 15px;
	background: #fff;
	margin-bottom: 15px
}
.question-box h2 {
	font-size: 16px;
	line-height: 1.5
}
.question-box h2 i {
	color: #03a560;
	font-size: 20px;
	margin-right: 5px
}
.prof-detail p {
	color: #555
}
.prof-meta {
	color: #999;
	font-size: 12px
}
.prof-meta i {
	font-style: normal;
	padding: 0 5px;
	color: #eee
}
.prof-meta time {
	float: right
}
.ask-box .prof-meta {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}
.ask-box textarea {
	margin: 0;
	min-height: 120px
}
.state {
	background: #e33;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px
}
.replyed {
	background: #03a560
}

/*# sourceMappingURL=mobile.css.map */
.mui-navigate-right h5{ float:left; width:80%; display:block;color:#666; font-size:15px;overflow: hidden;
    text-overflow: ellipsis; white-space:nowrap;}
.mui-navigate-right span{ float:right; width:20%; height:20px; line-height:20px;display:block; margin-top:6px;font-size:15px; text-align:right;}
.zhuanjiawai{ margin:5%; margin-bottom:0; padding-bottom:15px;}
.zhuanjiawai li{ float:left;width:30%; margin-right:4.6%; }
.zhuanjiawai li:nth-child(3n){ margin-right:0;}
.zhuanjiawai li a{ display:block; width:100%; position:relative; overflow:hidden;}
.zhuanjiawai li a:nth-child(1){height:140px;}

.zhuanjiawai li a img{ position:absolute; left:0px; height:140px; top:0; }
.zhuanjiaming strong{ display:block; text-align:center;}
.zhuanjiaming span{ display:block; text-align:center; height:20px; line-height:20px; width:100%;overflow: hidden;
    text-overflow: ellipsis; white-space:nowrap; font-size:13px; color:#666;}

.zhuanjiawai li .zhuanjiaming a{ height:60px;}

.neibanner1{background: url(../images/banner1.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner2{background: url(../images/banner2.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner3{background: url(../images/banner3.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner4{background: url(../images/banner4.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner5{background: url(../images/banner5.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner6{background: url(../images/banner6.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner7{background: url(../images/banner7.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner8{background: url(../images/banner8.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner9{background: url(../images/banner9.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner10{background: url(../images/banner10.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner11{background: url(../images/banner11.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner12{background: url(../images/banner12.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner13{background: url(../images/banner13.jpg) no-repeat; background-size:auto 100px; height:100px; }
.neibanner14{background: url(../images/banner14.jpg) no-repeat; background-size:auto 100px; height:100px; }
.daohangxiala{ background:#FFF; z-index:10000; position:absolute; top:60px; left:0; display:none;}
.mheight{ height:500px; overflow:hidden;}

/*翻页*/
.pages { font-size:14px;padding:10px 0 10px; text-align: center; clear:both; margin:15px 0;}
.pages a { font-size:13px; margin:0 2px;border-radius:5px; display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 20px; color:#898989;}
.pages a.a1 {  background:#158064; color:#FFF; }
.pages a:hover { background:#f1f1f1; color:#898989; text-decoration:none }
.pages span { color:#898989; padding-left:20px; }
.pages span strong{ color:#016dcd; padding:0 5px; font-weight:500;}


.zhuyi{ margin-bottom:15px; color:#666; line-height:22px;}
.wenzhenbiao{ font-size:14px; color:#999;}
.wenzhenshow{ margin-bottom:0px;font-size:14px; color:#888; height:100px;}
.beizhu{ margin-bottom:20px;}
.yinsi{ margin-right:5px;float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;}
.tiwen{ color:#666;    font-size: 14px;
    color: #666;
 
    float: left;
    width: 300px;
    height: 20px;
    line-height: 20px;}
.wentitle h1{font-size: 23px;
    color: #444;
    line-height: 32px;
    margin-top: 0;
    padding-bottom: 10px;    border-bottom: 1px solid #eee;}
	.on:before {
    content: '\e563';
}
	.cha:before{
    content: '\e460';     font-size: 49px;
    width: 29px;
    height: 29px;
    display: block;
    text-align: center;
    position: relative;
    left: -10px;
}
.logohuiyuan h1{ color:#FFF; font-size:24px; padding-top:6px; padding-left:10px; width:20%;width:100%; }
.logohuiyuan{float:left; width:60%;}
.mima-you{ float:right; margin-top:10px;}

.yuyuebiao dt {
    float: left;
    width: 33.3%;
  
    font-weight: bold;
    background: #f0f0f0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px; text-align:center; padding:7px 0;
}
.yuyuebiao dd {
    float: left;
    width: 33.3%;

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #666;
    font-size: 15px; padding:0; margin:0; text-align:center;padding:7px 0;
}
.yuyuebiao dt.ban{ width:100%;}
.yuyuebiao dd.ban{ width:100%;}

.yuyuebiao {
    margin: 20px 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}


.yuyuebiao dd.gao{ text-align:left; padding:15px;}

.huiyuan{ color:#FFF;}
.huiyuan a{ color:#FFF;}
.huiyuan-nei{ background:#FFF; width:100%;background:#FFF; padding:10px; margin:10px 0;}
.renzhengbiao{ padding:0 10px;}

.question-list li {
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
    color: #999;
}
.question-list li span {
    display: block;
    float:left;
}
.col-tit{ width:80%;overflow: hidden;
    text-overflow: ellipsis; white-space:nowrap; float:left; padding:0 10px; padding-right:30px;}
	.huiyuanwenda{ margin:0 10px;}
	.huiyuanbt{ background:#399569;display: block;
    width: 200px;
    height: 48px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 48px;
    margin:20px auto;
    background: #399569;
    border: none;
    color: #FFF;
    padding: 0; text-align:center;}
	
	.yonghuming {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    background: #fef2f2;
    padding: 20px;
    border: 1px solid #f2dede;
}
.renzhengbiao {
    position: relative;
    height: 50px;
    line-height:50px;
    width: 100%;

    border-bottom: 1px solid #e6e6e6;
}
.renzhengbiao h1 {
    font-size: 20px; display:block; margin:0; padding:0;
    line-height: 50px; height:50px;
    font-weight: bold;
    position: absolute; padding-left:15px;
    left: 0;
    top: 0;
    color: #545351;
}
.renzhengbiao p {
    position: absolute;
    right: 0;
    top:15px;
    font-size: 14px;
    font-weight: bold;
    color: #706e6f;
}
.homenews{ margin:0px 15px;}
.homenews .mui-table-view-cell{ padding-top:2px; padding-bottom:2px;}
.zhuanjiaming h6{ font-weight: normal; text-align:center; display:block; width:100%; font-size:15px; margin-top:10px; color:#666;}



.weui-tab {
    position: relative;
    height: 100%;
}
.weui-tab__panel {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.foot-nav .weui-tabbar {
    position: fixed;
    background: #fff;
}

.weui-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 500;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e0dfe2;
    background-color: #f7f7fa;
}
.weui-tabbar a {
    display: inline-block;
    width: 25%;
}

.weui-tabbar a i {
    height: 26px;
    display: inline-block;
    width: 100%;
    margin-top: 7px;
}

.weui-tabbar .daohang1 {
    background: url(../images/d1.png) no-repeat center center;
    background-size: 28%;
}
.weui-tabbar .daohang2 {
    background: url(../images/d2.png) no-repeat center center;
    background-size: 28%;
}
.weui-tabbar .daohang3 {
    background: url(../images/d3.png) no-repeat center center;
    background-size: 28%;
}
.weui-tabbar .daohang4 {
    background: url(../images/d4.png) no-repeat center center;
    background-size: 28%;
}


.weui-tabbar .daohang1on {
    background: url(../images/n1.png) no-repeat center center;
    background-size: 28%;
}
.weui-tabbar .daohang2on {
    background: url(../images/n2.png) no-repeat center center;
    background-size: 28%;
}
.weui-tabbar .daohang3on {
    background: url(../images/n3.png) no-repeat center center;
    background-size: 28%;
}
.weui-tabbar__label {
    text-align: center;
    color: #999;
    font-size: 10px;
    font-size: 13px;
    line-height:14px;
   
}
.tukuang{ display:block;border: 2px solid #FFF;    width: 100px;
    height: 119px; overflow:hidden;position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 8px #ccc;}
	.gengduo  {
    margin-top: 10px;
    display: block;
    width: 100px;
    height: 28px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}


