@charset 'utf-8';

.bottom_navbar {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 1020 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 55px;
	min-height: var(--m-bottom-nav-height, 55px);
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	background: rgba(255, 255, 255, 0.85) !important;
	-webkit-backdrop-filter: saturate(180%) blur(20px) !important;
	backdrop-filter: saturate(180%) blur(20px) !important;
	box-shadow: 0 -4px 12px rgba(15, 23, 42, 0.03);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bottom_navbar .am-navbar-nav,
.bottom_navbar ul.am-navbar-nav,
.bottom_navbar > ul {
	list-style: none;
	margin: 0 !important;
	background: transparent !important;
	color: var(--m-text-muted, rgba(15, 23, 42, 0.68)) !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch !important;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start !important;
	padding: 0 8px !important;
	height: 55px !important;
	height: var(--m-bottom-nav-height, 55px) !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box !important;
}

.bottom_navbar .am-navbar-nav > li,
.bottom_navbar > ul > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0 !important;
	width: 0 !important;
	min-width: 0 !important;
	max-width: none !important;
	float: none !important;
	height: 55px !important;
	height: var(--m-bottom-nav-height, 55px) !important;
	padding: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box !important;
}

.bottom_navbar .am-navbar-nav > li > a,
.bottom_navbar > ul > li > a,
.bottom_navbar a.bottom_navbar_list {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	line-height: 1 !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center !important;
	text-decoration: none !important;
	border: none !important;
	box-shadow: none !important;
	background-image: none !important;
}

.bottom_navbar .bottom_navbar_list {
	color: var(--m-text-muted, rgba(15, 23, 42, 0.68)) !important;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.bottom_navbar .bottom_navbar_list:active {
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
}

.bottom_navbar .bottom_navbar_list i.iconfont {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	margin: 0 auto 2px !important;
	padding: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.bottom_navbar .bottom_navbar_list .am-navbar-label,
.bottom_navbar .am-navbar-label {
	display: block !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	letter-spacing: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.bottom_navbar .bottom_navbar_list i.iconfont svg {
	display: block;
	vertical-align: top;
	width: 22px !important;
	height: 22px !important;
	fill: #8e8e93 !important;
	margin: 0 !important;
}

.bottom_navbar a.bottom_navbar_list.active_nav i.iconfont svg,
.bottom_navbar a.bottom_navbar_list.active i.iconfont svg {
	fill: var(--m-accent, #ff3b30) !important;
}

.bottom_navbar a.bottom_navbar_list.active_nav .am-navbar-label,
.bottom_navbar a.bottom_navbar_list.active .am-navbar-label {
	color: var(--m-text, #0f172a) !important;
}

.bottom_navbar .am-navbar-nav > li > a::before,
.bottom_navbar .am-navbar-nav > li > a::after,
.bottom_navbar a.bottom_navbar_list::before,
.bottom_navbar a.bottom_navbar_list::after,
.bottom_navbar .am-navbar-label::before,
.bottom_navbar .am-navbar-label::after {
	display: none !important;
	content: none !important;
	border: none !important;
}
