img {
	width:100%;
	height:100%;
}
li {
	list-style:none;
}
.cont {
	position:relative;
	top:2.5rem;
}
.am-topbar {
	width:100%;
	height:2.5rem;
	position:fixed;
	top:0;
	z-index:1000;
	background-color:#fff;
	border-bottom:1px solid rgba(0,0,0,0.1);
	box-shadow:0px 2px 8px 0px rgba(50,50,50,0.25);
}
.am-topbar .imgs {
	width:100%;
	height:1.4rem;
	margin:0 auto;
	padding:0.7rem 0 0.4rem;
	font-size:0.8rem;
	position:relative;
}
.am-topbar .imgs a {
	display:inline-block;
}
.am-topbar .imgs a img {
	width:100%;
	height:100%;
}
.am-topbar .imgs a.logo {
	width:57.8%;
	height:auto;
	position:relative;
	left:2.5%;
}
.am-topbar .imgs a.call {
	width:29%;
	height:auto;
	position:absolute;
	left:62%;
}
.am-topbar .imgs a.btn {
	width:5%;
	height:auto;
	position:absolute;
	right:2.5%;
	top:0.8rem;
}
.blog-footer {
	width:100%;
	height:auto;
}
.bot {
	width:94%;
	height:auto;
	margin:1rem auto;
}
.bot ul {
	width:100%;
	height:auto;
	overflow:hidden;
}
.bot ul li {
	width:31%;
	height:100%;
	float:left;
	margin-right:3.5%;
}
.bot ul li:last-child {
	margin-right:0;
}
.bot ul li .tits {
	width:95%;
	height:1rem;
	line-height:1rem;
	background:#b4b4b4;
	font-size:0.55rem;
	color:#fff;
	padding-left:5%;
}
.bot ul li dl {
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:1px dashed #e1e1e1;
	margin-top:0.6rem;
}
.bot ul li dl dd {
	width:100%;
	height:1.2rem;
	line-height:1.2rem;
	padding-left:0.3rem;
	border-bottom:1px dashed #e1e1e1;
}
.bot ul li dl dd a {
	color:#4f4f4f;
	font-size:0.6rem;
}
.foot {
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:2.4rem;
	background:#4b4a4a;
}
.foot ul {
	width:33%;
	height:4rem;
	overflow:hidden;
	position:absolute;
	top:24%;
	right:3.6%;
}
.foot ul li {
	width:100%;
	height:0.8rem;
	line-height:0.8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.foot ul li a {
	font-size:0.5rem;
	color:#919090;
}
.weui-tabbar {
	background:rgba(0,0,0,.3);
	height:2.4rem;
}
.weui-tabbar__label {
	color:#fff;
}
.weui-tabbar__item.weui-bar__item_on {
	background:#e4aa0d;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color:#fff;
}