@charset "UTF-8";

html,body {
	height: 100%;
	background: #F1F1F5;
	-webkit-tap-highlight-color: transparent;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
input[type=submit], input[type=reset], input[type=button], button,select {
	-webkit-appearance: none;
}
ol,ul,menu {
	list-style: none outside none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,i,th,var,optgroup {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q,blockquote {
	quotes: none;
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	color: #4285f4;
	-webkit-tap-highlight-color: transparent;
}
.hide {
	display: none !important;
}
.hidden {
	visibility: hidden !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	zoom: 1;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

.weui_tab{overflow-y: scroll;}
.weui_tabbar{position: fixed;}
.weui_cells {
	font-size: 14px;
	margin-top: 0;
}

.weui_cells .weui_cell .weui_cell_ft {
	font-size: 13px;
}

.weui_cell {
	padding: 12px 15px;
}

.weui_cell_select {
	padding: 0;
}

.weui_select_after {
	padding-left: 15px;
}

.weui_cells_access .weui_cell_hd .iconfont {
	font-size: 26px;
}

.weui_cells_access .weui_cell_hd .icon-orange {
	color: #FF9C00;
}

.weui_cells_access .weui_cell_hd .icon-blue {
	color: #12B7F5;
}

.weui_cells_access .weui_cell_hd .icon-blue2 {
	color: #529EFF;
}

.weui_cells_access .weui_cell_hd .icon-red {
	color: #f6686e;
	font-size: 24px;
}

.weui_cells_form input::-webkit-input-placeholder {
	color: #cccccc;
}

.weui_cells_form input:-moz-placeholder {
	color: #cccccc;
}

.weui_cells_form input::-moz-placeholder {
	color: #cccccc;
}

.weui_cells_form input:-ms-input-placeholder {
	color: #cccccc;
}

.weui_btn_primary {
	background-color: #4285f4;
}

.weui_btn_primary:active {
	background-color: #4285f4 !important;
}

.weui_btn_success {
	background-color: #03BC01;
}

.weui_label {
	width: auto;
	font-size: 14px;
	min-width: 6em;
}
.weui_tab_bd .inform {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-indent: 70px;
	position: relative;
	background: #fff;
	font-size: 14px;
	margin: 0 0 20px;
	border-top: 1px #e4e4e4 solid;
}

.weui_tab_bd .inform img {
	width: 32px;
}

.weui_tab_bd .inform .Title {
	color: #ff9900;
	width: 60px;
	border-right: 1px solid #eee;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 5px;
	text-indent: 0;
	font-size: 16px;
	font-weight: bold;
}

.weui_tab_bd .inform a {
	color: #2182cc;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 98%;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-tips{
	text-indent: 2em;
}