﻿@charset "utf-8";
/* html */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */  
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */  
/*table {  
 border-collapse: separate;  
 border-spacing: 0;
} */
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Clear Both*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
	display: inline-block;
	_height: 1px;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*基础样式*/
* {
	box-sizing: border-box;
}
body, html {
	height: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
	color: #333;
	background: #f8f8f8;
}
a {
	color: #3b579d;
}
.margin-0 {margin: 0;}
.margin-t-10 {margin-top: 10px;}
.margin-t-20 {margin-top: 10px;}
.margin-t-30 {margin-top: 10px;}
.margin-t-40 {margin-top: 10px;}
.margin-b-10 {margin-bottom: 10px;}
.margin-b-20 {margin-bottom: 10px;}
.margin-b-30 {margin-bottom: 10px;}
.margin-b-40 {margin-bottom: 10px;}
.padding-0 {padding: 0;}
.padding-t-10 {padding-top: 10px;}
.padding-t-20 {padding-top: 10px;}
.padding-t-30 {padding-top: 10px;}
.padding-t-40 {padding-top: 10px;}
.padding-b-10 {padding-bottom: 10px;}
.padding-b-20 {padding-bottom: 10px;}
.padding-b-30 {padding-bottom: 10px;}
.padding-b-40 {padding-bottom: 10px;}
h2 {
	margin: 20px auto;
	font-size: 20px;
	color: #444;
}
.page {
	padding: 0 30px;
}
.page.flex .placeholder {
	margin: 5px 0;
	text-align: center;
	color: #cfcfcf;
}
.img-responsive {
	width: 100%;
}
.text-left {
	text-align: left!important;
}
.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}
.weui-btn {
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	line-height: 3.2;
	font-size: 16px;
}
.weui-btn_mini {
    display: inline-block;
    padding: 0 1.2em;
    line-height: 2.2!important;
    font-size: 13px!important;
	box-shadow: none;
}
.weui-btn_primary {
	background-color: #972c16;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
	background-color: #892814;
}
.weui-btn_disabled.weui-btn_primary {
	background-color: #e66e55;
}
.weui-btn_loading.weui-btn_primary {
	color: rgba(255, 255, 255, 0.6);
}
.weui-btn_loading.weui-btn_primary {
	background-color: #972c16;
}
.weui-btn_default {
	color: rgba(255, 255, 255, 1); 
	background-color: #3b579d;
}
.weui-btn_default:not(.weui-btn_disabled):active {
	color: rgba(255, 255, 255, 0.6);
	background-color: #354f8f;
}
.weui-btn_disabled.weui-btn_default {
	background-color: #6484d3;
}
.weui-btn_loading.weui-btn_default {
	color: rgba(255, 255, 255, 0.6);
}
.weui-btn_loading.weui-btn_default {
	background-color: #354f8f;
}
.btn-fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	border-radius: 0;
	box-shadow: none;
    z-index:9999;
}
/*登录页*/
.page-login {
	background: #f8f8f8 url(/images/bg-login.jpg) center top no-repeat;
	background-size: cover;
    height:100%;
}
.page-login .page__title {
	padding: 140px 0 20px 0;
	text-align: center;
}
.page-login .page__title img {
	margin: 0 auto;
}
.cu-input {
	position: relative;
	width: 100%;
	padding: 16px 20px;
	padding-left: 36px;
	font-size: 16px;
	border: 1px solid #e3e3e3;
	background: #fff url(/images/icon-user.png) 10px center no-repeat;
	background-size: 24px 24px;
}
.placeholder {
	position: relative;
}
.placeholder.require::after {
	content: '*';
	color: #ff0000;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 16px;
}
.cu-input.cu-input-psw {
	background-image: url(/images/icon-psw.png);
}
.cu-input.cu-input-idcard {
	background-image: url(/images/icon-id.png);
}
.cu-input.cu-input-vcode {
	background-image: url(/images/icon-vcode.png);
}
.cu-input.cu-input-mobile {
	background-image: url(/images/icon-mobile.png);
}
.cu-input.cu-input-msg {
	background-image: url(/images/icon-msg.png);
}
.cu-input.cu-input-IDcard {
	background-image: url(/images/icon-IDcard.png);
}
.cu-input-gray {
	width: 100%;
	padding: 16px 20px;
	font-size: 16px;
	border: none;
	background: #f4f4f4;
}
.page-login .remark {
	position: relative;
	padding: 10px 0;
	padding-left: 28px;
	padding-bottom: 40px;
	line-height: 1.5;
	font-size: 14px;
}
.page-login .remark i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 20px;
}
.page-login .remark a {
	position: absolute;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	right: 0;
	bottom: 0;
	color: #fff;
	background: #3b579d;
	border-radius: 8px 0 8px 0;
}
.page-login .remark a img {
	width: 20px;
	margin-right: 4px;
}
/*注册页*/
.page-register {
	background: #f8f8f8 url(/images/bg-reg.jpg) center top no-repeat;
	background-size: cover;
    height:100%;
}
.page-register .page__title {
	padding: 40px 0 20px 0;
	text-align: center;
}

/*用户信息*/
.page-userinfo {
	background: #f8f8f8;
}
.page-userinfo .page__title {
	padding: 20px 0 10px 0;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 24px;
	color: #a6b0bd;
}

.page-userinfo .page__title img {
	max-width: 52px;
	margin-right: 10px;
}

.page-userinfo .weui-cell {
	padding: 0;
}

.page-userinfo .weui-input {
	padding: 0 10px;
    height: 44px;
	line-height: 44px;
	color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.page-userinfo .weui-label {
	margin-right: 10px;
	width: 80px;
	text-align: right;
	color: #333;
}

/*选择院区*/
.page-area .page__title {
	padding: 40px 0 20px 0;
	text-align: center;
}
.page-area .area {
	margin: 20px 0;
	padding: 20px;
	color: #fff;
	text-align: center;
	background: url(/images/bg-hk.jpg) center center no-repeat;
	background-size:cover;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	overflow: hidden;
}
.page-area .area.area-sj {
	background-image: url(/images/bg-sj.jpg);
}
.page-area .area.area-wjzj {
	background-image: url(/images/bg-wjzj.jpg);
}
.page-area .area h4 {
	font-size: 20px;
	font-weight: 700;
}
.page-area .area h4 i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	margin-bottom: 4px;
	background: url(/images/icon-hospital.png) center center no-repeat;
	background-size: 28px 28px;
}
.page-area .area .btn-group {
	margin:20px -20px -20px -20px;
	padding: 15px;
	background: rgba(0,0,0,0.3);
}
.page-area .area .btn-group a {
	display: inline-block;
	padding-left: 24px;
	width: 50%;
	color: #fff;
	background: url(/images/icon-arrow.png) 38px center no-repeat;
	background-size: 16px 16px;
}
/*选择科室*/
.page-list {
	background: #fff;
}
.page-list .page {
	padding: 0;
}
.weui-navbar {
	background: #fff;
}
.weui-navbar:after {
	border-bottom: 3px solid #972c16;
}
.weui-navbar__item {
	color: #666;
}
.weui-navbar__item:after {
	border: none;
}
.weui-navbar__item.weui-bar__item_on {
	color: #fff;
	background: #972c16;
}
.page-list .weui-navbar + .weui-tab__panel {
	padding-top: 40px;
	padding-left: 140px;
}
.page-list .weui-navbar + .weui-tab__panel.hideMenu {
	padding-left:0;
}
.searchResult h4 {
	padding:10px 15px;
	background: #f1f1f1;
	font-size:14px;
	color: #888;
}
.list-depart {
	position: absolute;
	left: 0;
	top: 40px;
	width: 140px;
	background: #eee;
	overflow-y: auto;
}
.list-depart ul li {
	display: block;
	padding: 15px 18px;
	font-size: 14px;
	color: #666;
}
.list-depart ul li.selected {
	color: #fff;
	background: #bb391f;
}
.page-list .weui-search-bar {
	position: fixed;
	top: 40px;
	left:140px;
	right:0;
	background: #f8f8f8;
	z-index: 2;
}
.page-list .weui-search-bar.weui-search-bar_focusing {
	left:0;
}
.page-list .weui-search-bar__label {
	top: 5px;
}
.page-list .searchResult {
	padding-top: 45px;
}
.page-list .list-depart-type {
	overflow-y: auto;
}
.list-depart-type li a{
	display: block;
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.page-list .list-doctor {
	overflow-y: auto;
}
.list-doctor li a {
    min-height:120px;
	position: relative;
	display: block;
	padding: 15px;
	padding-left: 94px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: url(/images/icon-arrow-line.png) 96% 16px no-repeat;
	background-size: 20px 20px;
	border-bottom: 1px solid #f4f4f4;
}
.list-doctor li a .photo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 74px;
	border: 4px solid #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.list-doctor li a h4 {
	font-size: 16px;
	font-weight: 700;
}
.list-doctor li a h4 span {
	display: block;
	font-size: 14px;
}
.list-doctor li a .exp {
	color: #a6b0bd;
	font-size: 12px;
	margin-top: 5px;
	max-height: 3.2rem;
	overflow: hidden;
}

.list-depart h4, .list-doctor h4 {
	padding: 0!important;
	background: none!important;
}

/*选择预约时间*/
.page-date .page {
	padding: 0;
}
.page-date .page__hd {
	padding: 20px 30px;
	padding-left: 130px;
	color: #fff;
	background: #972c16;
	line-height: 1.5;
}
.page-date .nodate {
	padding: 20px;
	font-size: 16px;
	color: #a6b0bd;
	text-align: center;
	opacity: 0.5;
}
.page-date .nodate img {
	display: block;
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.page-date .page__hd.depart {
	padding: 20px 30px;
}

.page-date .page__hd .photo {
	position: absolute;
	left: 30px;
	top: 25px;
	width: 80px;
	border: 4px solid #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.page-date .page__hd h4 {
	font-size: 20px;
	font-weight: 700;
}
.page-date .page__hd h4 span {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.page-date .page__hd .exp {
	position: relative;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.4;
}
.page-date .page__hd .exp .exp-content {
	max-height: 2rem;
	overflow: hidden;
}
.page-date .page__hd .exp .exp-content::after {
	position: absolute;
	content: '…';
	right: -2px;
	top: 2rem;
}
.page-date .page__hd .exp .btn-show {
	display: inline-block;
	color: #fff;
	padding: 2px 6px;
	padding-left: 18px;
	background: url(/images/arrow-down-white.png) 2px center no-repeat;
	background-size:12px 12px;
}
.page-date .date {
	position: relative;
	display: flex;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.swiper-button-next, .swiper-button-prev {
	top: 43px;
	left: 5px;
	background-size: 24px 24px;
}
.swiper-button-next {
	left: auto;
	right: 5px;
}
.swiper-pagination {
 top: 64px;
 bottom: auto;
 height: 20px;
}
.page-date .date dl {
	width: 25%;
	text-align: center;
	border-right:  1px solid #eee;
}
.page-date .date dt {
	font-size:14px;
	margin-bottom: 10px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #eee;
}
.page-date .date dt h4 {
	font-size: 18px;
	font-weight:700;
	margin: 2px 0;
}
.page-date .date dt span {
	font-size: 18px;
	font-weight: 700;
}
.page-date .date dd {
	margin: 10px;
	padding: 10px 4px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	background: #42bd41;
	white-space: nowrap;
	border-radius: 2px;
}
.page-date .date dd.used {
	position: relative;
	color: #bebebe;
	background: #eaeaea;
}
.page-date .date dd.used::before {
	content: '满';
	position: absolute;
	top: 2px;
	right: 2px;
	color: #fff;
	font-size: 12px;
	background-position: 4px;
	z-index: 1;
}
.page-date .date dd.used::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width:0;
    height:0;
    border-top: 28px solid #ff6600;
    border-left: 28px solid transparent;
}
.page-date .date dd.disable {
	color: #a6b0bd;
	text-decoration: line-through;
	background: none;
}
.page-date .date dd.price {
	font-weight: 700;
	margin: 0 10px;
	margin-bottom: -10px;
	padding: 5px;
	color: #ff6600;
	background: none;
    border: 1px solid #ff6600;
    border-radius: 8px 8px 0 0;
}

/*选择就诊人*/
.page-choose-patient .page {
	padding:0 20px 50px 20px;
}
.page-choose-patient .page__title {
	padding: 0 0 20px 0;
	text-align: center;
}
.page-choose-patient .page__hd h4 {
	font-size: 20px;
	font-weight: 700;
}
.page-choose-patient .page__hd h4 span {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.page-choose-patient .weui-panel__hd {
	padding-left: 40px;
}
.page-choose-patient .weui-panel__bd {
	padding-left: 25px;
}
.page-choose-patient .weui-cells_checkbox {
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 2;
}
.page-choose-patient .weui-cells_checkbox label:active {
	background: none;
}
.page-choose-patient .order-info {
	margin: 0 -20px 20px -20px;
	padding: 10px;
	color: #fff;
	background: #42bd41 url(/images/icon-clock.png) -40px 50px no-repeat;
	background-size: 120px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
.page-choose-patient .order-info h4 {
	font-size: 16px;
}
.page-choose-patient .order-info .price {
	font-size: 26px;
}

.page-choose-patient .info {
	position: relative;
	margin: 0 -20px;
	padding: 20px 0 30px 0;
	padding-left:140px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	background: #349733;
}

.page-choose-patient .depart-info {
	position: relative;
	margin: 0 -20px;
	padding: 20px 0 20px 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	background: #349733;
}
.page-choose-patient .info .photo {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 70px;
	border: 4px solid #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/*预约记录*/
.page-orders .page__title {
	padding: 40px 0 20px 0;
	text-align: center;
}
.page-orders .page {
	padding:0;
}
.page-orders .weui-navbar {
	position: fixed;
}
.page-orders .weui-tab__panel {
	padding:20px;
	padding-top: 60px;
}
.select-date {
	margin: -20px -20px 20px -20px ;
	padding: 10px 20px;
	background: #fff;
}
.select-date .weui-cell__bd {
	background: url(/images/arrow-down.png) right center no-repeat;
	background-size: 12px 12px;
}
.weui-panel__hd {
	color: #a6b0bd;
}
.list-orders .weui-panel {
	margin-bottom: 20px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.list-orders .weui-panel .weui-btn {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 12px;
	line-height: 2;
	border-radius: 20px;
	box-shadow: none;
}
.list-orders .weui-panel .weui-btn_plain-disabled {
	background: #eee;
	border: none;
}
.list-orders .order-desc li {
	display: flex;
	padding: 4px 0;
	font-size: 13px;
	font-weight: 700;
}
.list-orders .order-desc li span{
	display: inline-block;
	width: 120px;
	text-align: right;
	font-weight:400;
}

/*常用就诊人*/
.page-patients .page {
	padding:0 20px;
}
.page-patients .page__title {
	padding: 40px 0 20px 0;
	text-align: center;
}
.list-patients .weui-panel {
	margin-bottom: 20px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.list-patients .weui-panel .weui-panel__hd {
	display: flex;
	align-items: center;
	color: #a6b0bd;
}
.list-patients .weui-panel .weui-panel__hd .avatar {
	width: 44px;
	height:44px;
}
.list-patients .weui-panel .weui-panel__hd .name {
	margin:0 20px;
	font-size: 18px;
	font-weight:700;
	color: #333;
}
.list-patients .weui-panel .weui-panel__hd .name span {
	display: block;
	margin-top: 4px;
	color: #a6b0bd;
	font-size: 14px;
}
.list-patients .weui-panel .weui-panel__hd .IDcard i {
	display: inline-block;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(/images/icon-IDcard.png) no-repeat;
	background-size: 16px 16px;
}
.list-patients .weui-panel .weui-panel__hd .IDcard span {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	font-weight: 700;
}
.list-patients .weui-panel .weui-panel__hd .btn-group {
	position: absolute;
	right: 6px;
	top: 10px;
}
.list-patients .weui-panel .weui-panel__hd .btn-group a {
	display: inline-block;
	margin: 0 4px;
	width: 16px;
	height: 16px;
	background: url(/images/icon-edit.png) no-repeat;
	background-size: 16px 16px;
}
.list-patients .weui-panel .weui-panel__hd .btn-group a.btn-delete {
	background-image: url(/images/icon-delete.png);
}
.list-patients .weui-panel h4 {
	font-weight:700;
	font-size:20px;
	background: url(/images/icon-arrow-blue.png) right top no-repeat;
	background-size: 20px 20px;
}
.list-patients .weui-panel.weui-panel-add {
	padding: 20px;
	text-align: center;
	font-size: 16px;
	background: none;
	box-shadow: none;
	color: #3b579d;
	border: 2px dotted #3b579d;
}
.list-patients .weui-panel.weui-panel-add img {
	width: 64px;
	margin-bottom: 5px;
}
.weui-cells_radio label.weui-cell {
	width: 30%;
	display: inline-flex;
}
.weui-cells_radio label.weui-cell:before {
	border: none;
}
.js_dialog .weui-icon_msg {
	font-size: 44px;
	margin-bottom: 10px;
}
.js_dialog .weui-dialog__btn {
	background: #ffc200;
	color: #fff;
}
.js_dialog .weui-dialog__btn:after {
	border-left:1px solid #d2a000;
}
.js_dialog .weui-dialog__btn_default {
	background: #f4f4f4;
	color: #666;
}
.js_dialog .weui-dialog__btn_default:after {
	border-left:1px solid #f4f4f4;
}
/* 预约结果 */
.page-result .result-title {
	padding: 100px 0 40px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.page-result .result-title.success {
	color: #42bd41;
}
.page-result .result-title img {
	display: block;
	margin: 0 auto;
	width: 120px;
	margin-bottom: 10px;
}
.page-result .result-info p {
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: 14px;
	color: #666;
}
.nodata {
	padding: 40px 0;
	text-align: center;
	color: #a6b0bd;
}
.nodata img {
	display: block;
	margin: 0 auto;
	max-width: 80px;
	margin-bottom: 10px;
}
/*体检报告*/
.page-report .page {
	padding: 0;
}
.page-report .page__hd {
	width: 100%;
	position: fixed;
}
.page-report .page__hd .weui-cells {
	margin: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.page-report .page__bd {
	padding-top: 90px;
}
.page-report .page__bd .weui-icon_msg {
	font-size: 16px;
	color: #ccc;
}
.table-report {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}
.table-report th, .table-report td{
	padding: 6px 15px;
	font-size: 12px;
	background: #fff;
	line-height: 1.4;
	border-bottom: 1px solid #f1f1f1;
}
.table-report th {
	color: #fff;
	background: #972c16;
}
.table-report td.value span{
	display: block;
	font-size: 12px;
	color: #888;
	padding: 5px;
	background: #f4f4f4;
	border-radius: 4px;
	margin-top: 5px;
}
.table-report td.value {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
/*导航页*/

.page-nav .page__title {
	padding: 20px 20px 0 20px;
	text-align: center;
}
.page-nav .page__title img {
	max-width: 320px;
	margin: 0 auto;
}
.page-nav .page {
	padding: 0;
}
.page-nav .welcome {
	padding: 0 20px;
	text-align: center;
}
.page-nav .welcome img {
	max-width: 32px;
	vertical-align: middle;
}
.page-nav .nav {
	margin: 10px;
	padding: 20px 10px;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	overflow: hidden;
}
.page-nav .nav.nav-xgfy {
	background: url('/images/bg-nav-xgfy.jpg') center top no-repeat;
	background-size: cover; padding-top: 130px;
}
.page-nav .nav.nav-xgfy dd a {
	color: #fff;
}
.page-nav .nav.nav-report {
	padding: 20px 0 0 0;
}
.page-nav .nav dt,.page-nav .nav dd {
	padding: 10px;
}
.page-nav .nav dd.group {
	text-align: center;
	font-size: 14px;
}
.page-nav .nav dd.group dl {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
	border-radius: 8px;
}
.page-nav .nav dd.group dl dd {
	margin: 0;
	margin-top: 4px;
	width: 50%;
	box-sizing: border-box;
}
.page-nav .nav dd a .weui-badge {
	position: absolute;
	right: 2px;
	top: -5px;
}
.page-nav .nav dd.group dl dd a i {
	margin: 0 auto;
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}
.page-nav .nav dd.group dl dd a i img {
	width: 14px;
	height: auto;
	margin-top: 3px;
}
.groupModal .weui-dialog {
	color: #fff;
	border-radius: 20px;
	background: rgba(0,0,0,.3);
}
.groupModal .weui-dialog__bd {
	padding: 10px;
}
.groupModal .weui-dialog__bd .nav {
	margin: 0;
	padding: 0;
	background: none;
}
.groupModal .weui-dialog__bd .nav dd {
	transform: scale(.9);
}
.groupModal .weui-dialog__bd .nav dd a {
	color: #fff;
}
.groupModal .weui-dialog__btn {
	background: none;
}
.groupModal .weui-dialog__ft:after {
	display: none;
}
.page-nav .nav dt {
	font-size: 14px;
	margin: -20px -10px 20px -10px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.5);
}
.page-nav .nav dd {
	position: relative;
	float: left;
    width: 60px;
	margin: 10px;
	padding: 0;
}
.page-nav .nav i {
	width: 60px;
	margin: 0 10px;
}
.page-nav .nav .space-between {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap
}
.page-nav .nav dd.block {
	display: block;
	text-align: center;
	padding: 20px;
	width: 100%;
	color: #666;
}
.page-nav .nav dd.inline {
	width: 50%;
	margin: 0;
	padding: 0;
}
.page-nav .nav dd.inline a {
	padding: 15px;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
}
.page-nav .nav dd.inline:last-child a {
	border-right: none;
}
.page-nav .nav dd a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}
.page-nav .nav dd a i {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
}
.page-nav .nav dd a i.color01 {
	background:#00aeeb;
}
.page-nav .nav dd a i.color02 {
	background:#35afce;
}
.page-nav .nav dd a i.color03 {
	background:#00c293;
}
.page-nav .nav dd a i.color04 {
	background:#ff5290;
}
.page-nav .nav dd a i.color05 {
	background:#fb722d;
}
.page-nav .nav dd a i.color06 {
	background:#a747ff;
}
.page-nav .nav dd a i.color07 {
	background:#ae6e60;
}
.page-nav .nav dd a i.color08 {
	background:#3b9d42;
}
.page-nav .nav dd a i.color08 {
	background:#486bc4;
}
.page-nav .nav dd a i.color99 {
	background:#999999;
}
.page-nav .nav dd a i img {
	width: 36px;
	height: 36px;
	margin-top: 12px;
}
.page-nav .nav.nav-msg {
	padding: 20px 0 0 0;
}
.page-nav .nav.nav-msg dd.block {
	float: none;
	position: relative;
	display: block;
	min-height: 90px;
	width: auto;
	padding: 10px;
	padding-right: 100px;
	margin: 0 10px;
	border-top: 1px solid rgba(0,0,0,0.15);
}
.page-nav .nav.nav-msg dd .thumb {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 70px;
	height: 70px;
	border-radius: 4px;
}
.page-nav .nav.nav-msg dd h4 {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
	text-align: left;
	color: #333;
}
.page-nav .nav.nav-msg dd .from {
	font-size: 12px;
	color: #666;
	text-align: left;
}
/* 部门统计 */
.page-statistics {
	background: #fff;
}
.page-statistics .page__hd {
	display: flex;
	height: 40px;
	padding: 0 15px;
	background: #f4f4f4;
	align-items: center;
}
.page-statistics .page__hd .weui-btn + .weui-btn {
	margin-top: 0;
}
.page-statistics .page__hd .weui-btn_default {
	background: #e3e3e3;
	color: #666;
}
.page-statistics .page__hd .weui-btn_default:after {
	display: none;
}
.page-statistics .weui-navbar {
	position: relative;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
.page-statistics .weui-navbar:after {
	display: none;
}
.page-statistics .weui-navbar .weui-navbar__item {
	display: inline-block;
	padding: 13px 20px;
}
.page-statistics .weui-tab__panel:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 38px;
    right: 0;
    border-top: 3px solid #972c16;
	z-index: 998;
}
.page-statistics .page {
	padding: 0;
}
.page-statistics .weui-navbar + .weui-tab__panel {
	padding-top: 0;
	padding-left: 100px;
}
.page-statistics .weui-navbar + .weui-tab__panel.hideMenu {
	padding-left:0;
}
.list-depart-doctor {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100px;
	background: #eee;
	overflow-y: auto;
}
.list-depart-doctor ul li {
	display: block;
	padding: 15px 18px;
	padding-left: 32px;
	font-size: 14px;
	color: #666;
	background: url(/images/icon-doctor.png) 15px center no-repeat;
	background-size: 16px 16px;
}
.list-depart-doctor ul li.noicon {
	background-image: none!important;
}
.list-depart-doctor ul li.selected {
	color: #fff;
	background: #c7b38c;
}
.list-depart-doctor ul li.selected {
	background: #c7b38c url(/images/icon-doctor-selected.png) 15px center no-repeat;
	background-size: 16px 16px;
}
.list-statistics h4 {
	padding:10px 15px;
	background: #f1f1f1;
	font-size:14px;
	color: #888;
}
.list-statistics ul li {
	display: flex;
	padding: 10px 15px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.list-statistics ul li label {
	flex:0.5;
	color: #888;
}
.list-statistics ul li span {
	display: block;
	flex:0.5;
	text-align: right;
	font-weight: 700;
}
/* 入院登记 */
.page-accessreg {
	padding: 0;
	background: #f8f8f8 url(/images/bg-accessreg.jpg) center top no-repeat;
	background-size: 100% auto;
}
.page-accessreg .page__title {
	padding: 20px 20px 0 20px;
	display: flex;
	align-items: center;
	text-align: left; 
	font-size: 20px;
	font-weight: 700;
	color: #405b9f;
}
.page-accessreg .page__title img {
	max-width: 52px;
	margin-right: 10px;
}
.page-accessreg .weui-cells {
	margin: 0 15px;
	font-size: 15px;
}
.page-accessreg .weui-cells__title {
	margin: 0;
	padding:.77em 15px .3em 15px;
	color: #405b9f;
}
.page-accessreg .weui-cells__title.subtitle {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 15px 0;
}
.page-accessreg .weui-cells__title img {
	width: 24px;
	vertical-align: middle;
}
.page-accessreg .weui-cells_checkbox.weui-cell {
	flex-wrap: wrap;
	padding: 10px 10px 10px 0;
}
.page-accessreg .weui-cells_checkbox .weui-cell__ft {
	padding-left: 0;
}
.page-accessreg .weui-cells_checkbox .weui-cell {
	padding: 10px 15px;
}
.page-accessreg .weui-cells_checkbox.weui-cell .weui-label {
	position: relative;
	padding-left: 40px;
	width: 100%;
	font-weight: 700;
}
.page-accessreg .weui-cells_checkbox.weui-cell .weui-label i {
	position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    left: 14px;
    top: 2px;
    font-style: normal;
    color: #fff;
    background: #3b579d;
    border-radius: 8px 0 8px 0;
}
.page-accessreg .weui-cells_checkbox.weui-cell .weui-label span {
	margin-left: -4px;
	font-size: 18px;
	vertical-align: -4px;
	color: #ddd;
}
.page-accessreg .weui-cells_checkbox .weui-cell:before  {
	display: none;
}
.page-accessreg .weui-cells_checkbox .weui-check__label {
	float: left;
	width: 50%;
}
.page-accessreg .weui-cells_checkbox .weui-icon-checked:before {
    content: '\EA01';
    color: #C9C9C9;
    font-size: 26px;
    display: block;
}
.page-accessreg .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
	content: '\EA06';
	font-size: 26px;
    color: #09BB07;
}
.page-accessreg .jws-toggle h4 {
	font-size: 15px;
	padding: 10px 10px 0 15px;
}
.page-accessreg .jzs-toggle .weui-input {
	border-bottom: 1px solid #ccc;
}  
.page-accessreg .blycs-toggle {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.page-accessreg .blycs-toggle .weui-input {
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.page-accessreg .blycs-toggle .weui-check__label + .weui-cell .weui-input {
	width: 80%;
}
.weui-input[readonly], .weui-select[disabled] {
	color: #999;
}
/*智慧导诊*/
.page-wisdomnav {
	background: #fff url(/images/bg-wisdomnav.jpg) fixed center top no-repeat;
	background-size: cover;
}
.page-wisdomnav p {
	position: absolute;
	text-align: center;
	top: 60%;
	left: 20px;
	right: 20px;
	line-height: 1.5;
	font-size: 16px;
}
.page-wisdomnav .arrow {
	max-width: 16px;
	position: absolute;
	top: 71%;
	left: 50%;
	margin-left: -8px;
}
.page-wisdomnav .buttons {
	position: absolute;
	left: 0;
	right: 0;
	top: 76%;
	text-align: center;
}
.page-wisdomnav .buttons a{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 180px;
	height: 54px;
	padding-top: 6px;
	border-radius: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #039be5;
	text-align: center;
}
.page-wisdomnav .buttons a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	max-width: 20px;
}
.page-wisdomnav .buttons a:last-child {
	background: #3363af;
	margin-bottom: 0;
}
/*线路故障*/
.page-repairing {
	background: #fff;
}
.page-repairing .logo {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -140px;
}
.page-repairing .logo img {
	max-width: 280px;
}
.page-repairing .info {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.page-repairing .info img {
	display: block;
	margin: 0 auto;
	max-width: 220px;
	margin-bottom: 10px;
}

/*孕产妇*/
.page-selform .page__title {
	padding: 40px 0 0 0;
	text-align: center;
}
.page-selform h2 img {
	max-width: 44px;
	display: inline-block;
	vertical-align: middle;
}
.page-selform .form {
	position: relative;
	min-height: 116px;
	margin: 20px 0;
	color: #fff;
	text-align: left;
	background: linear-gradient(to right, #006bb7 0%, #00a6d5 100%);
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	overflow: hidden;
}
.page-selform .form a {
	display: block;
	height: 100%;
	padding: 20px;
	padding-right: 40px;
	color: #fff;
	box-sizing: border-box;
}
.page-selform .form h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.page-selform .form:nth-child(3) {
	background: linear-gradient(to right, #008380 0%, #00aba4 100%);
}
.page-selform .form:nth-child(4) {
	background: linear-gradient(to right, #df4c35 0%, #f88175 100%);
}
.page-selform .form::before {
	position: absolute;
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	bottom: -20px;
	right: 20px;
	background: url('/images/i-report.png') center center no-repeat;
	background-size: 88px auto;
	opacity: .2;
    pointer-events: none;
}
.page-selform .form:nth-child(3)::before {
	background: url('/images/i-dna.png') center center no-repeat;
	background-size: 88px auto;
}
.page-selform .form:nth-child(4)::before {
	background: url('/images/i-blood.png') center center no-repeat;
	background-size: 100px auto;
}
.page-selform .form img {
	position: absolute;
	max-width: 24px;
	right: 15px;
	top: 50%;
	transform: translateY(-50);
	opacity: 1;
}

.page-selform .form .pre-check {
	display: flex;
	align-items: center;
	margin: 10px 0 20px 0;
	font-size: 14px;
}

.page-selform .form .pre-check span {
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 20px;
	background: rgb(0, 187, 106);
}

.page-selform .form .pre-check span.warning {
	background: rgb(255, 160, 0);
}

.page-selform .form .pre-check span.danger {
	background: rgb(232, 30, 30);
}

.page-selform .form .date {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 12px;
	opacity: .7;
}

/* 新冠肺炎咨询 */
.page-xfyzx {
	height: 100%;
	background: #f1f1f1 url('/images/bg-zx.jpg') center top no-repeat;
	background-size: cover;
}

.page-xfyzx .page__hd a.nav-back {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	position: absolute;
	right: 10px;
	top: 72px;
	font-size: 14px;
	background: rgba(255, 255, 255, .7);
	border-radius: 4px;
	z-index: 2;
}

.page-xfyzx #searchBar {
	position: fixed;
	padding: 0;
	top: 65px;
	left: 10px;
	right: 10px;
	z-index: 2;
}

.page-xfyzx #searchBar .weui-search-bar__label {
	top: 5px;
}

.page-xfyzx #searchBar .weui-search-bar__cancel-btn {
	margin: 0;
	padding: 0 15px;
}

@keyframes jump {
    0% {
	transform: translateY(0) ;
}
    50% {
        transform: translateY(10px);
       
    }
    100% {
        transform: translateY(0) ;
    }
}

.page-xfyzx .page__hd a.nav-add {
	position: fixed;
	display: block;
	top: auto;
	right: 20px;
	bottom: 60px;
	width: 64px;
	height: 64px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(#ff6e3f, #ff6147, #ff5351);
	box-shadow: 0px 5px 5px 0px rgba(255, 83, 81, 0.3);
	z-index: 3;
	border-radius: 50%;
	animation: jump .5s linear infinite;
}

.page-xfyzx .page__hd a.nav-add i {
	font-size: 24px;
	display: block;
	margin: 0 auto;
}

.page-xfyzx .page__hd .nav-knowledge {
	position: fixed;
	display: block;
	padding: 8px 10px;
	top: 52px;
	right: 10px;
	font-size: 14px;
	color: #fff;
	background: #1aad19;
	border-radius: 8px 0 8px 0;
}

.page-xfyzx .page__hd .nav-knowledge i {
	vertical-align: middle;
}

.page-xfyzx .page__title {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	white-space: nowrap;
}

.page-xfyzx .page__title small {
	position: absolute;
    right: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    padding: 5px 10px;
    color: #fff;
    background: #972c16;
    border-radius: 20px;
}

.page-xfyzx.page {
	padding: 0;
}

.page-xfyzx .page__title i {
	position: absolute;
	left: 15px;
	top: 16px;
	font-size: 36px;
	color: #3b579d;
	font-weight: 300;
}

.page-xfyzx .page__bd {
	padding: 0 4px;
}

.page-xfyzx .page__title {
	padding: 10px;
	font-size: 24px;
}

.page-xfyzx .page__title img {
	max-width: 140px;
	display: inline-block;
	vertical-align: middle;
}

.page-xfyzx #count {
	padding: 0 10px;
	font-size: 14px;
}
.page-xfyzx #count > div {
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 10px;
}
.page-xfyzx .counter-value {
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
    padding: 0 10px;
    color: #fff;
    background: #F44336;
    border-radius: 4px;
}
.page-xfyzx .page__bd {
	padding: 0;
}

.page-xfyzx .weui-navbar {
	position: fixed;
	top: 100px;
	left: 10px;
	right: 10px;
	height: 40px;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	background: none;
	z-index: 1;
}

.page-xfyzx .weui-navbar:after {
	display: none;
}

.page-xfyzx .weui-navbar .weui-navbar__item {
	display: inline-block;
	margin: 0 2px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #fff;
}

.page-xfyzx .weui-navbar .weui-navbar__item.weui-bar__item_on {
    color: #fff;
    background: #1AAD19;
}

.page-xfyzx .page {
	padding: 0;
}

.page-xfyzx .xfyzx-content {
	position: fixed;
    height: calc(100% - 150px);
    padding-top: 0;
    left: 0;
    right: 0;
	top: 150px;
	overflow: auto;
}

.page-xfyzx .weui-navbar+.weui-tab__panel>div {
	display: none;
}

.page-xfyzx .weui-navbar+.weui-tab__panel>div.active {
	display: block;
}

.page-xfyzx .weui-navbar+.weui-tab__panel.hideMenu {
	padding-left: 0;
}

.page-xfyzx .xfyzx-content .card {
	position: relative;
	margin: 10px;
	margin-top: 0;
	line-height: 1.4;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	overflow: hidden;
}

.page-xfyzx .xfyzx-content .card .card-header {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 10px 0 80px;
}

.page-xfyzx .xfyzx-content .card .card-header span.date {
	display: block;
	position: absolute;
	width: 64px;
	left: 10px;
	top: 18px;
	font-size: 12px;
	text-align: center;
	color: #8a8a8a;
	z-index: 2;
}

.page-xfyzx .xfyzx-content .card .card-body {
	position: relative;
	min-height: 120px;
	padding: 10px 15px 15px 80px;
	background: #fff;
	overflow: auto;
}

.page-xfyzx .xfyzx-content .card .card-body .avatar {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 64px;
	text-align: center;
	font-size: 13px;
	color: #333;
	font-weight: 700;
}

.page-xfyzx .xfyzx-content .card .card-body .avatar i {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color: #8a8a8a;
	background: #f4f4f4;
	border-radius: 50%;
}

.page-xfyzx .xfyzx-content .card .card-body .avatar span {
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 12px;
	color: #8a8a8a;
}

.page-xfyzx .xfyzx-content .card .card-body .answer {
	display: block;
	min-height: 44px;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	background: #2196f3;
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
}

.page-xfyzx .xfyzx-content .card .card-body .answer i {
	vertical-align: middle;
}

.page-xfyzx .xfyzx-content .card .card-body .answer.reply {
	display: inline-block;
	padding: 0 10px;
	line-height: 44px;
	background: #1AAD19;
}
.page-xfyzx .xfyzx-content .card .card-body .answer.noreply {
	display: inline-block;
	padding: 0 10px;
	line-height: 44px;
	background: #666;
}
.page-xfyzx .xfyzx-content .card .rate {
	padding: 10px;
	font-size: 14px;
}
.page-xfyzx .xfyzx-content .card .rate p {
	margin-bottom: 10px;
}
.page-xfyzx .xfyzx-content .card .rate .star {
	display: inline-block;
	vertical-align: middle;
}
.page-xfyzx .xfyzx-content .card .rate .rate-content {
	display: flex;
	align-items: center;
}
.page-xfyzx .xfyzx-content .card .rate .weui-btn_primary {
	background-color: #1aad19;
	margin-left: 10px;
}
.page-xfyzx .imp {
	color: #ff3300;
}
.page-xfyzx .tags {
	padding: 10px;
}
.page-xfyzx .tags li {
	display: inline-block;
	margin: 5px 2px;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #ccc;
}
.page-xfyzx .tags li.selected {
	color: #fff;
	background: #1AAD19;
	border: 1px solid #1AAD19;
}
.page-xfyzx .weui-cells {
	font-size: 16px;
}
.page-xfyzx .weui-form__opr-area {
	padding: 10px;
}
.page-xfyzx .weui-form__opr-area.btns {
	display: flex;
}
.page-xfyzx .weui-form__opr-area.btns a {
	margin: 0;
	flex: 1;
	white-space: nowrap;
}
.page-xfyzx .weui-form__opr-area.btns a:first-child {
	flex: 2;
}
.page-xfyzx .weui-form__opr-area.btns a + a {
	margin-left: 5px;
}
.page-xfyzx .weui-form__opr-area.btns a#showAllDepartment {
	flex: 0 0 80px;
	background: #1aad19;
	font-size: 14px;
}
.page-xfyzx .weui-form__opr-area.btns a.noreply {
	background: #666;
}
.page-xfyzx .weui-dialog .weui-dialog__bd {
	padding-top: 15px;
	text-align: left;
	line-height: 1.4;
}
.page-xfyzx .weui-dialog .weui-dialog__bd img {
	max-width: 100%;
}
.page-xfyzx .weui-dialog .weui-dialog__bd p {
	margin-bottom: 1rem;
}
.page-xfyzx .weui-dialog .weui-dialog__bd .tip {
	position: relative;
	padding: 10px;
	padding-left: 32px;
	background: #fff2c7;
	font-size: 14px;
	font-weight: 700;
}
.page-xfyzx .weui-dialog .weui-dialog__bd .tip i {
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 16px;
	color: #ffc300;
	font-weight: 400;
}
.page-xfyzx .btn-more {
	display: block;
	text-align: center;
	padding: 15px 10px;
}
.page-xfyzx .weui-form p {
	margin-bottom: 1rem;
}
.page-xfyzx .weui-actionsheet__cell {
	line-height: 1.4;
}
.page-xfyzx .weui-badge-gray {
	background: #eee;
	color: #666;
}
.page-xfyzx #count.statistics {
	display: flex;
	align-items: flex-start;
}
.page-xfyzx #count.statistics > div {
	width: 33.3%;
	text-align: center;
}
.page-xfyzx #count.statistics span {
	margin-top: 10px;
	display: block;
}
.page-xfyzx #count.statistics .total-rate {
	display: flex;
	justify-content: center;
}
.page-xfyzx #count.statistics .total-rate img {
	max-width: 16px;
	margin: 0 -1px;
}
.page-xfyzx .rank {
	margin-top: 0;
}
.page-xfyzx .rank .weui-cell__hd {
	width: 40px;
	text-align: center;
	font-size: 12px;
	color: #8a8a8a;
}
.page-xfyzx .rank .avatar {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #666;
	background: #eee;
	border-radius: 50%;
}
.page-xfyzx .rank .weui-cell__ft {
	padding: 0 10px;
	color: #333;
	font-weight: 700;
	border-radius: 4px;
}
.page-xfyzx #selectType .weui-actionsheet {
	width: 300px;
}
.page-xfyzx #selectType .weui-actionsheet__menu {
	display: flex;
	align-items: stretch;
	background: none;
	box-shadow: none;
}
.page-xfyzx #selectType .weui-actionsheet__menu .weui-actionsheet__cell {
	flex: 1;
	margin: 10px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}
.page-xfyzx #selectType .weui-actionsheet__menu .weui-actionsheet__cell i {
	font-size: 40px;
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(to top, #df4c35 0%, #f88175 100%);
}
.page-xfyzx #selectType .weui-actionsheet__menu .weui-actionsheet__cell:nth-child(2) i {
	background: linear-gradient(to top, #006bb7 0%, #00a6d5 100%);
}
.page-xfyzx .footer-actions {
	position: fixed;
	display: flex;
	left: 0;
	right: 0;
	bottom: 0;
	height: 54px;
}
.page-xfyzx .footer-actions a {
	flex: 2;
	display: block;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to top, #df4c35 0%, #f88175 100%);
}
.page-xfyzx .footer-actions a#showAllDepartment {
	flex: 0 0 64px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background: linear-gradient(to top, #666 0%, #888 100%);
}
.page-xfyzx .footer-actions a i {
	font-size: 28px;
	margin-right: 5px;
	vertical-align: middle;
}
.page-xfyzx .footer-actions a:nth-child(2) {
	background: linear-gradient(to top, #006bb7 0%, #00a6d5 100%);
}
.page-xfyzx #allDepartment .weui-actionsheet__menu {
	display: flex;
	flex-wrap: wrap;
}
.page-xfyzx #allDepartment .weui-actionsheet__menu .weui-actionsheet__cell {
	width: 25%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.page-xfyzx #allDepartment .weui-actionsheet__menu .weui-actionsheet__cell::before {
	display: none;
}
.page-xfyzx #allDepartment .weui-actionsheet__menu .weui-actionsheet__cell i {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 28px;
	color: #fff;
	background: #2196f3;
	border-radius: 50%;
}
.page-xfyzx .list-department .department {
	position: relative;
	margin: 10px 15px;
	color: #fff;
	text-align: left;
	background: linear-gradient(to right, #006bb7 0%, #00a6d5 100%);
	border-radius: 6px;
	overflow: hidden;
}
.page-xfyzx .list-department .department a {
	display: block;
	height: 100%;
	padding: 10px 15px;
	color: #fff;
	box-sizing: border-box;
	z-index: 2;
}
.page-xfyzx .list-department .department h4 {
	padding-right: 40px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.5;
}
.page-xfyzx .list-department .department h4 i {
	font-weight: 300;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	width: 28px;
}
.page-xfyzx .list-department .department i.bg {
	position: absolute;
	right: -10px;
	bottom: -30px;
	font-size: 88px;
	font-weight: 300;
	color: rgba(255,255,255,.2);
	z-index: 1;
	pointer-events: none;
}
.page-xfyzx .list-department .department i.arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	color: rgba(255,255,255,.7);
	font-size: 28px;
	transform: translateY(-50%);
	z-index: 1;
}
.page-xfyzx  .list-department .department .pre-check {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 13px;
	z-index: 2;
}

.page-xfyzx .list-department .department .pre-check span {
	white-space: nowrap;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 20px;
	background: rgb(0, 187, 106);
}

.page-xfyzx .list-department .department .pre-check span.warning {
	background: rgb(255, 160, 0);
}

.page-xfyzx .list-department .department .pre-check span.danger {
	background: rgb(232, 30, 30);
}
