@charset "utf-8";
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* js控制的遮罩层 */
#filter {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=0.6);
	background-color: #000000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	z-index: 98;
}
.msgTip {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transform: translate(-50%,-20%);
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	background-color: #333333;
	opacity: 0.8;
	border-radius: 5px;
	word-break: keep-all;
	white-space: nowrap;
}
.topTips {
	width: 100%;
	height: auto;
	padding:5px 10px;
	line-height: 24px;
	color: #f03b3b;
	font-size: 16px;
	font-weight: 500;
	background-color: #cee5ff;
}
.msgbox {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 9999999999;
	width: 100%;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	opacity: 0.9;
	font-size: 1.2em;
	line-height: 40px;
	margin-top: -84px;
}
.loading-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f1f1f1;
    z-index: 100;
}
.loading img {
    width: 26%;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
	outline: none;
}
.btn-blue {
	color: #ffffff;
	background-color: #2278dd;
	border: #2278dd 1px solid;
}
.bg1 {
	background-color: #ededed;
}
.form-control[disabled],
.form-control[readonly] {
	background-color: #ffffff;
}
.btn-search {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 25px 12px;
}
/* header */
.module-header {
	position: relative;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #2278dd;
}
.module-header .btn-back {
	position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 24px;
    background: url(../../img/certification/icon-back.png) no-repeat;
    background-size: 15px 24px;
}
.module-header .header-title {
	font-size: 18px;
	color: #ffffff;
}
/* form */
.form-wrap {
	position: relative;
}
.form-wrap .form-group {
    position: relative;
    padding: 7px 5px 7px 75px;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: #e7e7e7 1px solid;
}
.search-form-group {
	padding: 5px 75px;
}
.form-wrap .nomargin {
    margin-bottom: 0 !important;
}
.form-wrap .noborder {
    border-bottom: 0 !important;
}
.form-wrap .form-group .label-text {
	position: absolute;
	top: 7px;
	left: 10px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 34px;
	text-align: right;
}
.form-wrap .form-group .form-control {
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 6px 12px 6px 10px;
}
.form-wrap .form-group .error {
	color: red;
}
.btn-container {
	margin-top: 20px;
}
.radioContainer {
	line-height: 34px;
}
.radioContainer span {

}

/* search info */
.topTips {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 2px 15px;
	font-size: 15px;
	line-height: 20px;
	color: #f03b3b;
	background-color: #cee5ff;
}
.arrow-right {
	position: absolute;
    right: 20px;
    top: 10px;
}
.mainContent {
	padding-top: 60px;
}
.cardList {
	margin: 15px 0 120px;
}
.cardList li {
	position: relative;
	padding: 15px 15px 15px 65px;
	color: #ffffff;
	background-color: #3b5897;
	-webkit-border-radius: 10px;
			border-radius: 10px;
}
.cardList li .hospitalName {
	font-size: 16px;
}
.cardList li .card-logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 40px;
}
.cardList li:nth-child(1) {
	background-color: #3b5897;
}
.cardList li:nth-child(2) {
	background-color: #2563c1;
}
.cardList li:nth-child(3) {
	background-color: #639bf1;
}
.cardList li:nth-child(4) {
	background-color: #77ba9c;
}
.cardList li:nth-child(5) {
	background-color: #b6a854;
}

.cardNoList {
	margin: 15px 0 0;
}
.cardNoList li {
	background-color: #ffffff;
}
.cardNoList li .group {
	position: relative;
	padding: 15px;
	font-size: 16px;
	border-bottom: #e7e7e7 1px solid;
}
.cardNoList li .group>div {
	display: inline-block;
	width: 100%;
	line-height: 25px;
}
.cardNoList li .group>div:nth-child(1) {
	font-size: 18px;
}
.cardNoList li .group .icon-radio {
	margin: 0;
	vertical-align: bottom;
}
.cardNoList .noData {
	background-color: #ededed;
}
.searchBtn-container {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
}
.btn-search {
	top: auto !important;
    bottom: 3px !important;
    font-size: 15px !important;
    padding: 8px 22px !important;
    font-size: 20px;
    -webkit-border-radius: 17px;
    	border-radius: 17px;
}
.ybCardTipContainer {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.ybCardTipContainer .ybCardTip {
	display: inline-block;
	padding: 4px 10px;
	font-size: 14px;
	color: #ffffff;
	background-color: #d4d4d4;
	-webkit-border-radius: 20px;
			border-radius: 20px;
}
.ybCardTipContent img {
	width: 100%;
}
.ybCardTipContent p {
	margin-top: 10px;
}
.btn-createCard {
	position: fixed;
	right: 0;
	bottom: 100px;
}

.weui-cell {
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
}
.weui-cell p {
	margin-bottom: 0;
}
.weui-cells_radio .weui-cell__ft {
	position: absolute;
	right: 15px;
}

.toolbar .title {
	margin-top: 0;
}