/*全局*/

html {
	overflow-x: hidden;
	height: 100%;
}

body {
	color: #555;
	background:#fff;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

input:disabled {
	background: #ECECEC;
}
body a{
	color: #0e90d2; 
}
.myContain {
	padding: 5px;
}

.weui-article h1,.weui-article h2,.weui-article h3,.weui-article h4{
	font-weight: bold;
}
.qrTable tr td{
	padding: 5px;
}
#myQr{
	margin: 0px auto; margin-bottom: 50px; text-align: center;
}
.articleHeader{
	font-size: 1.5em; line-height: 3em; text-align: center;
}
.articleHeaderDesc{
	font-size: .8em; line-height:1.5em; text-align: center; color:#999
}
.myForm .layui-form-select dl {
   z-index: 9999999;
}
.myForm > .weui-cells .weui-cell__bd input{
	border: 0;
}
.picView{
	width:100px;
}

.loginHeader{
	height: 120px; width:100%; background: #0e90d2; color: #F7F7F7; margin-bottom: 20px;
}
.headerPic{
	/*
	position: absolute; left: 10px; top:20px;
	*/
	float:left; margin: 5px 5px 0px 10px; 
}
.headMain{
	float:left;
}
.headerUserType{
	float:right;margin-top:5px; margin-right:20px; font-size: .8em; background:#3bb4f2; color:#fff
}
.headerTitle{
	position:relative; left:0px; top:30px; padding-left: 10px;
}
.headerTitle h2{
	font-size: 1.2em;
}
.headerTitle p{
	font-size: .8em; color: #E1E1E1;
}
.headerTitle a{
	color: #fff; padding-left: 5px;
}

.weui-grid__label{
	color: #0e90d2; 
}
.weui-grid__icon .layui-icon{
	font-size:28px;color: #0e90d2;
}
.myMenu{
	margin: 0px;
}
.myMenu i,.myMenu p{
	font-size: .9em;color: #0e90d2; font-style: normal;
}
.myMenuTitle{
	font-size: 1.1em;font-weight: bold;line-height: 1.5em; padding:.8em 0em .8em 1em;
}
.bottomBlank{
	margin-bottom: 80px;
}
.dataTables_paginate ul{
	text-align: center;
}
.detailCell{
	color: #0e90d2;
}
.myTable{
	font-size:.9em;
}
.ticImg{
	position: absolute; top: 20px; right: 10px;
}
.ticImg img{
	opacity:0.7; width:80px; height:120px ;
}
/************************************************/
.w60{
	width:60px;
}
.w80{
	width:80px;
}
.w100{
	width:100px;
}
.w120{
	width:120px;
}
.w140{
	width:140px;
}
.w160{
	width:160px;
}
.w180{
	width:180px;
}
.w200{
	width:200px;
}
.b{
	font-weight: bold;
}
.hand{
	cursor:pointer
}

/*********************************************************/
.weui-label ,.weui-cells__title{
	color: #0e90d2;font-weight: bold;
}
.weui-label-black{
	color: #000000;
}
.weui-input , .weui-textarea ,.weui-label ,.weui-cells__title{
	font-size: .9em;
}
.weui-input-readonly{
	background: #3D4145; color: #fff;
}
/**********************************/
.we-page{
	text-align: center; margin: 10px auto;list-style: none; 
}
.we-page li{
	display:inline-block;
}
.we-page li{
	padding: 5px 10px; background: #fff;
}
.we-page li.we-active{
	background: #09BB07; border-radius: 5px;
}
.we-page li.we-active a{
	color: #fff;
}
