@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
.dibu_caidan{
	display: flex;
	padding: 5px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid gainsboro;
}
.dibu_caidan_xiangmu{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: black;
	font-size: 14px;
	position: relative;
}
.dibu_caidan_xiangmu_tupian{}
.dibu_caidan_xiangmu_tupian_img{
	width: 20px;height: 20px;
}
.dibu_caidan_xiangmu_biaoti{
}
.dibu_caidan_xiangmu_biaoti_xuanzhong{
	font-weight: bold;
	color: orangered;
}
.gouwucheshu{
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: red;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	color: white;
	font-size: 11px;
	margin:auto;
	bottom: 35px;
	left: 70px;
}

