@import url("../font/iconfont.css?v=11111111111111111");
@import url("../font/iconfont.custom.css?v=8985654");
body {
	background-color: #FFFFFF;
}

.page {
	margin-top: 10px;
	color: #00000;
}

h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.weui-navbar__item.weui-bar__item_on {
	background-color: #CE3C39;
	color: #ffffff;
	font-weight: bold;
}

.weui-btn-area {
	margin-bottom: 20px;
}

.header {
	height: 10px;
	padding-top: 5px;
/*	border-top: 5px solid #1aad19;*/
/*	background: -webkit-linear-gradient(#1aad19, white);*/
	/* Safari 5.1 - 6.0 */
/*	background: -o-linear-gradient(#1aad19, white);*/
	/* Opera 11.1 - 12.0 */
/*	background: -moz-linear-gradient(#1aad19, white);*/
	/* Firefox 3.6 - 15 */
/*	background: linear-gradient(#1aad19, white);*/
	/* 标准的语法（必须放在最后） */
}

.header>h3 {
	text-align: center;
	padding: 10px;
	font-family: "微软雅黑";
	margin: 5px 0px;
	background-color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	/*border-radius: 5px;*/
}

.footer {
	width: 100%;
	position: fixed;
	bottom: 5px;
	line-height: 35px;
}

.weui-form-preview__bd {
	font-size: 14px;
}
.amount{
	color:red;
}
