/* .mdui-appbar-img-logo{
	width: 60%;
	margin: auto 0;
} */
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
#body{
	background-color: rgb(244,244,244);
}
#benner{
	width: 70%;
	border-radius: 15px;
	background-color: rgb(244,244,244);
}
.benner-nav-left{
	width: 100%;
	height: 40px;
	border-radius: 15px;
	background-color: #fff;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	color: #3F51B5;
}
.benner-ber{
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
	margin: 10px auto;
	padding: 5px;
}
.benner-nav-nav1{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100px;
	margin-left: 20px;
	margin-bottom: 6px;
}
.benner-nav-nav1_img{
	width: 75px;
	height: 75px;
	border-radius: 50px;
}
.benner-nav-nav1_you{
	margin-left: 20px;
}
.benner-nav-nav1_you a{
	color: #3F51B5;
	text-decoration: none;
}
.benner-nav-nav1_you h3{
	margin-bottom: 15px;
}
.nav-button{
	margin-right: 10px;
}
.benner-nav2{
	display: flex;
}
.nav-button button{
	border-radius: 10px;
}
@media screen and (max-width: 640px) {
	#benner{
		width: 90%;
		margin: 12px auto;
	}
	.benner-nav-left{
		width: 98%;
		height: 30px;
		background-color: #fff;
		border-radius: 8px;
		padding: 5px;
		text-align: center;
		line-height: 30px;
		font-size: 17px;
		font-weight: 600;
		color: #3F51B5;
	}
	.benner-ber{
		width: 98%;
		border-radius: 8px;
		background-color: #fff;
		margin: 8px auto;
		padding: 5px;
	}
	.benner-nav-nav1{
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 70px;
		margin-left: 10px;
	}
	.benner-nav-nav1_img{
		width: 50px;
		height: 50px;
		border-radius: 50px;
	}
	.benner-nav-nav1_you{
		margin-left: 15px;
	}
	.benner-nav-nav1_you h3{
		margin-bottom: 5px;
	}
	#footer{
		position: sticky;
		bottom: 0px;
	}
	#fuzao_anniu{
		display: none;
	}
}
@media screen and (min-width: 640px) {
	#footer{
		width: 100%;
		bottom: 0px;
		position: absolute;
		display: none;
	}
}