.rsmain > .menu:before{
	width: calc(100% - var(--header-height));
	left: auto;
	right: -20px;
	font-size: 28px;
	text-align: left;
	padding-left: 20px;
}
.rsmain > .menu:after{
	position: absolute;
	top: 0px;
	left: 0px;
	content: ' ';
	width: var(--header-height);
	height: var(--header-height);
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url('../../Images/Icon/48.png');
	background-size: 40px auto;
	background-position: right center;
	background-repeat: no-repeat;
}
.rsmain > .header .hello{
	font-size: 12px;
	font-weight: bold;
}