@charset "utf-8";
#responsiveMenu {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #F6F4E8;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#responsiveMenu .inBox {
	display: flex;
	justify-content: space-between;
}
#responsiveMenu .inBox .btn {
	flex: 1;
	text-align: center;
	color: #FFF;
	padding: 1px;
	box-sizing: border-box;
}
#responsiveMenu .inBox .btn a {
	text-decoration: none;
	color: #FFF;
	background-color: #C02;
	display: block;
	padding: 5px;
	line-height: 1.5em;
	border-radius: 3px;
	font-size: 10px;
	font-feature-settings: normal;
}
#responsiveMenu .inBox .btn a i {
	font-size: 20px;
	line-height: 25px;
	display: block;
}
#responsiveMenu .time {
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	margin-top: 5px;
}
#slideSideMenu #btnCloseMenu {
	font-size: 30px;
	line-height: 60px;
	width: 60px;
	text-align: center;
	color: #FFF;
	float: right;
}
#slideSideMenu {
	position: fixed;
	top: 0px;
	right: -280px;
	width: 280px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(238,0,34,0.9);
	z-index: 102;
}
#slideSideMenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	height: calc(100% - 60px);
	clear: both;
}
#slideSideMenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.3);
	box-sizing: border-box;
}
#slideSideMenu ul li a {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#slideSideMenuBg {
	display: none;
	position: fixed;
	z-index: 101;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
