/* ===== footer ===== */
footer{
	height: 63px;
	position: relative;
}
/* 悬浮菜单 */
.floatingMenu_box {
	position: fixed;
	bottom: 0;
	z-index: 999;
	/* width: 375px; */
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background: #fff; */
	background: #5a73a4;
	border-top: 1px solid #5a73a4;
	/* border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; */
	box-shadow: 0 0 6px rgba(90, 115, 164, 0.5);
}

.menuList_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 38px;
    height: 38px;
    line-height: initial;
    color: #fff;
    position: relative;
}

.menuList_box:focus {
	/* color: #000; */
	color: #fff;
}

.menuList_box:hover,
.menuList_box:focus:hover {
	/* color: #CC1919; */
	/* font-weight: 600; */
	color: #fff;
}

.menuList_box.active {
	/* color: #CC1919; */
	/* font-weight: 600; */
	color: #fff;
}
.menuList_box.active .menuList_icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    left: 0;
    font-size: 45px;
    width: 38px;
    height: 38px;
    background: #5a73a4;
    border: 3px solid #fff;
    border-radius: 50%;
}
.menuList_box.active .entrepreneur_box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    left: 0;
    width: 38px;
    height: 38px;
    padding: 5px;
    background: #5a73a4;
    border: 3px solid #fff;
    border-radius: 50%;
}
.menuList_box.active .entrepreneur_icon {
    width: 85%;
}
.menuList_box.active .menuList_name{
	/* margin-top: 24px; */
}
/* .franchisee_icon {
    position: absolute;
    top: -21px;
    left: -4.5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
} */
.franchisee_icon {
   /* position: absolute;
    top: -10px;
    left: 0px; */
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.entrepreneur_box{
	width: 20px;
}
.entrepreneur_icon{
	width: 100%;
}
.menuList_icon {
	font-size: 20px;
}
.menuList_name {
    margin-top: 5px;
}
.menuList_name{
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
/* 返回顶部 */
.goTop {
	color: #f0ad4e;
	position: fixed;
	bottom: 90px;
	/* margin-left: 345px; */
	right: 15px;
	z-index: 99;
	display: none;
	cursor: pointer;
}

.goTop:hover,
.goTop:focus:hover {
	color: #CC1919;
}

.goTop_icon {
	font-size: 24px;
}
.notification_num{
	position: absolute;
	top: -10px;
	left: 30px;
	/* background: #f0ad4e; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-width: 18px;
	min-height: 18px; */
	/* border-radius: 50%; */
	color: #fff;
	font-weight: 600;
}
.menuList_box.active .notification_num{
	top: -40px;
	left: 35px;
	color: #5a73a4;
}
/* 媒体查询css */
@media (max-width:768px) {

	/* ===== footer ===== */
	/* 悬浮菜单 */
	.floatingMenu_box {
		width: 100%;
		border-radius: initial;
	}
	.entrepreneur_box {
	    width: 20px;
	}
}