body {
	background-color: #f5f5f5;
}

a {
	color: #333;
}

.content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 46px;
	overflow: auto;
	padding-bottom: 10px;
}

.header {
	height: 40px;
	width: 100%;
	color: #fff;
	background: #444;
	line-height: 40px;
	position: fixed;
	top: 0px;
	z-index: 501;
	text-align: center;
}

.header a {
	color: #fff;
}

.header .btn {
	display: inline-block;
	width: 40px;
	text-align: center;
}

.header .btn-left {
	position: absolute;
	left: 0;
}

.header .btn-right {
	position: absolute;
	right: 0;
}

.footer {
	position: fixed;
	z-index: 500;
	bottom: 0px;
	width: 100%;
}

.footer .weui-btn {
	border-radius: 0px;
}

.footer .weui-btn:after {
	border-radius: 0px;
}

.weui-cell__hd .fa {
	display: block;
	width: 15px;
	margin-right: 10px;
	color: #f43530;
	text-align: center;
}

.weui-panel__bd .weui-media-box__desc {
	margin-top: 5px;
}

.weui-media-box_footer {
	display: block;
	text-align: right;
	line-height: 100%;
	padding: 10px 15px;
	font-size: 13px;
}

.weui-media-box_footer .weui-btn {
	margin-top: 10px;
}

.weui-loadmore_line .weui-loadmore__tips {
	background: #f5f5f5;
}

.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6)
	{
	background-color: #fc605a;
}

.pacman>div:first-of-type {
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fc605a;
	border-left: 25px solid #fc605a;
	border-bottom: 25px solid #fc605a;
}

.pacman>div:nth-child(2) {
	width: 0px;
	height: 0px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fc605a;
	border-left: 25px solid #fc605a;
	border-bottom: 25px solid #fc605a;
}

.doc-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
}

.doc-loading .loader {
	position: absolute;
	top: 50%;
	left: 50%;
}

.loader-chanage {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
}

.alert {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.price {
	font-size: 17px;
	color: #1AAD19;
}

.weui-number-input {
	float: left;
	height: 28px;
	font-size: 17px;
	color: #fff;
	background: #3BAC38;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	padding: 3px 0;
	text-align: center;
	width: 50px;
	border-radius: 0px;
}

.weui-number {
	float: left;
	font-size: 22px;
	color: #fff;
	background: #40C842;
	width: 35px;
	text-align: center;
	border: none;
	height: 34px;
}

.weui-remove {
	width: 70px;
	background: #e64340;
	font-size: 14px;
	line-height: 34px;
}

.weui-article section {
	margin-bottom: 0px;
	font-size: 14px;;
}

.weui-flex-tab .weui-flex {
	text-align: center;
	border-bottom: #ccc solid 1px;
}

.weui-flex-tab .weui-flex .placeholder {
	height: 50px;
	line-height: 50px;
}

.weui-flex-tab .weui-flex .weui-flex__item-on {
	background: #eaeaea;
}

.weui-label .required {
	margin-right: 3px;
	color: red;
}

.wx-tips-bg {
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: top 10px right 10px;
}