*{
	font-family: "微软雅黑";
}
html,body{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	/*width: 100%;*/
	border: none;
}
a{
	text-decoration: none;
	color: #333333;
}
.disflex{
	display: flex;
	display: -webkit-flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.flex1{
	flex: 1;
	-webkit-flex: 1;
}
._clear{
	clear: both;
}
.lt{
	float: left;
}
.rt{
	float: right;
}
.pb63{
	padding-bottom: 63px;
}
.weui-tabbar__icon{
	width: 25px;
	height: auto;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label{
	color: #e60020;
}
.weui-badge{
	background-color: #e60020;
}
