html,
body {
	height: 100%;
}

.mui-bar-nav {
	background-color: #0F66CC;
}

.mui-wechat-visible {
	padding-top: 0px !important;
}

.mui-android~.mui-content {
	padding-top: 44px;
}

.mui-action-back.mui-icon.mui-icon-left-nav.mui-pull-left {
	color: white;
}

.mui-title {
	color: white;
}

.mui-table-view-cell {
	font-size: 16px;
}

.actionsheet {
	font-size: 16px;
	margin-top: 10px;
}

.mui-media-object.mui-pull-left {
	height: 24px;
	width: 24px;
}

.mui-media-object.mui-pull-right {
	height: 24px;
	width: 24px;
	margin-right: 10px;
	margin-top: 10px;
}

.mui-content {
	margin-top: 10px;
}

.right_p {
	font-size: 16px;
	margin-top: 10px;
}

.blue_btn {
	background-color: #0e88eb;
	color: white;
	font-size: 18px;
	width: 90%;
	height: 44px;
}

.cell_p {
	/*font-size: medium;*/
	height: 100%;
	margin-left: 50%;
	padding: 10px;
	padding-right: 20px;
	width: 50%;
	text-align: right;
}

.cell_p_new {
	/*font-size: medium;*/
	height: 100%;
	margin-left: 30%;
	padding: 10px;
	padding-right: 20px;
	width: auto;
	text-align: right;
}

.leftcell {
	height: 70px;
}

.avatar-img {
	width: 40px;
	border-radius: 50%;
}

.name {
	margin-top: 10px;
	color: #333333;
	font-size: 13px;
}

.u-name {
	display: inline-block;
	font-size: 15px;
	vertical-align: bottom;
}



.mui-plus.mui-android header.mui-bar {
	display: none;
}

.mui-plus.mui-android .mui-bar-nav~.mui-content {
	padding: 0;
}


/*hm开头的表示仅为 Hello MUI示例定义*/

.hm-description {
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

.input-more .mui-input-row {
	height: 45px !important;
	line-height: 45px !important;
}

.input-more .mui-input-row label {
	line-height: 45px;
	padding: 0 5px 0 10px !important;
	margin: 0 !important;
	color: #000000;
	font-size: 14px;
}

.input-more .mui-input-row .input-border {
	float: left;
	width: 63%;
	height: 35px !important;
	line-height: 35px;
	margin-top: 5px;
	margin-right: 2%;
	padding: 0px 10px !important;
	/*border: 1px solid #DDDDDD !important;*/
	/*border-radius: 5px !important;*/
	/*background-color: #f7f8f9 !important;*/
	font-size: 14px;
	color: #a6a6a6;
}

.input-more .mui-input-row select {
	float: left;
	font-size: 14px;
	line-height: 45px;
	background: url(../images/pic/InsuranceTransfer/jt_down.png) 95% no-repeat;
	background-size: 20px 20px;
}

.input-more p {
	line-height: 45px;
	padding: 0 10px 0 0;
	text-align: right;
}

.mui-navigate-right.icon_family:after {
	color: #0C7DE8 !important;
	font-size: 20px;
}


/* weui-actionsheet 下拉*/

.weui-actionsheet,
.weui-actionsheet-h {
	width: 100%;
	margin: 0;
	background-color: transparent;
}

.weui-actionsheet__menu {
	background: #EBEBE8;
	color: #3E3E3E;
	height: 100%;
	overflow-y: auto;
}

.weui-actionsheet__action {
	color: #3385FF;
	/*margin-bottom: 8px;*/
}

.weui-actionsheet__action,
.weui-actionsheet__menu {
	/*border-radius: 5px;*/
}

.weui-height-full {
	height: 60%;
	/*margin-bottom: 18px;*/
}

.weui-actionsheet__cell_title {
	font-size: 14px;
	color: #0084ff;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background: #fff;
}


/* 查询数据的actionsheet */

.weui-mask-h {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	visibility: hidden;
}

.weui-mask-h.weui-mask--visible {
	opacity: 1;
	visibility: visible;
}

.weui-actionsheet-h {
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 5000;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.weui-actionsheet_toggle {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.weui-actionsheet__cell {
	position: relative;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 14px;
	color: #000;
	background: #fff;
	border-top: .5px solid #e6e6e8;
}

.weui-actionsheet__action {
	margin-top: 6px;
	background-color: #fff;
}

.css-arrow-right-con {
	position: relative;
}

.css-arrow-right-con:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #999;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 15px;
}

.icon-yes1-con:after {
	float: right;
	display: inline-block;
	width: 8px;
	height: 14px;
	content: "";
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #3385ff;
	transform: rotate(45deg);
}

.bg-f8 {
	background-color: #F8F8F8 !important;
}

.bg-fff {
	background-color: #fff !important;
}

.ma-btm-5 {
	margin-bottom: 5px;
}

.div-tjf {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 5px;
}

.div-tjf h3 {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin: 0px 0px 1px 4px;
}

.div-tjf h3 span {
	font-size: 12px !important;
	color: #fff;
	margin-left: 0px;
	vertical-align: bottom;
	border-radius: 3px;
	padding: 0 3px;
}

.sp-green {
	background: #00bb00;
}

.sp-red {
	background: #FF0000;
}

.sp-ash {
	background: #DDDDDD;
}

.div-tjf ul {
	/*overflow: hidden;*/
	margin: 0;
}

.div-tjf li {
	float: left;
	width: 25%;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

.div-tjf li h5 {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}

.div-tjf li p {
	margin: 0;
	font-size: 12px !important;
	color: #0E88EB;
}

.jf_date span {
	font-size: 12px !important;
	color: #999;
	margin-left: 5px;
}

.mui-table-view-tjf {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.mui-table-view-tjf .mui-table-view-cell:after {
	height: 0;
}

.p-com-ts {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	background-color: #f5f5f5;
}

.div-data {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 10px;
}

.mui-table-view-cell label {
	margin-bottom: 0;
}

.li_div span {
	font-size: 14px !important;
	padding-right: 5px;
	color: #666;
}

.li_div .sp-sign {
	font-size: 12px !important;
	color: #fff;
	margin-left: 0px;
	vertical-align: bottom;
	border-radius: 3px;
	padding: 0 3px;
}

.selectdownIcon {
	width: 10px;
	text-align: center;
	display: inline-block;
	padding-left: 15px;
	float: right;
	margin-right: 10px;
}

.selectdownIcon:after {
	display: inline-block;
	width: 8px;
	height: 8px;
	content: "";
	margin-left: -15px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: #b9ddfa;
	transform: rotate(45deg);
}

.weui-navbar__item {
	font-size: 14px;
	background-color: #0ba4f2;
	color: #b9ddfa;
}

.weui-navbar__item.weui-bar__item--on {
	opacity: 1;
	background-color: #0ba4f2;
	color: #FFFFFF;
}

.weui-navbar__item.weui-bar__item--on:after {
	background: white;
	border-radius: 4px;
}

.tab {
	display: none;
	background-color: #f8f8f8;/*原来的颜色值*/
	padding: 15px 0 20px 10px;
	overflow:hidden;
}

.cell_item {
	float: left;
	text-align: center;
	height: 30px;
	width: auto;
	border-radius: 3px;
	border: #b0dff6 1px solid;
	margin: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #686868;
	background: #fafafa;
}

.cell_item_p {
	color: #686868;
	font-size: 14px !important;
}

.cell_hr {
	display: block;
	clear: both;
	width: 95%;
	border: 0;
	padding-bottom: 15px;
	/*float: left;*/
	/*margin: 10px 10px 20px 10px;*/
	/*border: 0.5px white solid;*/
}

.cell_icon {
	background-color: #FFFFFF;
	float: left;
	width: 3px;
	height: 23px;
	margin: 0px 5px 0px 10px;
}

.cell_label {
	display: block;
	color: #0074d3;
	margin-bottom: 10px;
	width: 100%;
	font-size: 18px !important;
	text-align: center;
}
.cell-title-div{
	overflow: hidden;
	text-align: center;
}
.cell-title-div label em{
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #0074d3;
    vertical-align: middle;
    margin: 0 25px;
}
.ylxxcx-div {
	background: #fff;
	padding: 0 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

.ylxxcx-div .title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 16px;
}

.ylxxcx-div .mui-input-row {
	position: relative;
	float: left;
	width: 50%;
	height: 60px;
	border-right: 1px solid #ddd;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	clear: none;
}

.ylxxcx-div .mui-input-row:nth-of-type(2n+1) {
	border-right: none;
}

.ylxxcx-div .mui-input-row label {
	float: none;
	width: 100%;
	padding: 0;
	font-size: 12px;
	color: #666;
}

.ylxxcx-div .mui-input-row p {
	margin: 0;
	color: #000;
}

.col-org {
	color: #ff7800 !important;
}

.org-bb {
	color: #0084ff !important;
}

.showd{
	display: block !important;
}

@media only screen and (max-width: 330px) {
	.mui-card-content-div {
		padding-top: 23%;
	}
	.mui-input-row label {
		font-size: 14px !important;
	}
	input {
		font-size: 14px !important;
	}
	span,
	label,
	p,
	select,
	option {
		font-size: 14px !important;
	}
	.cell_item {
		width: auto;
	}
	.cell_item_p {
    font-size: 12px !important;
    margin: -3px;}
}

@media only screen and (min-width: 400px) {
	.tv_progress {
		padding: 6% 0 5% 0;
	}
	.mui-input-row label {
		font-size: 14px !important;
	}
	input {
		font-size: 14px !important;
	}
	span,
	label,
	p,
	select,
	option {
		font-size: 14px !important;
	}
	.cell_item {
		width: auto;
	}
	.cell_item_p {
		font-size: 14px !important;
	}
}