@charset "UTF-8";
.vertical-menu-bar {
	/*background: #F42E3E;*/
	background-color: rgba(0, 0, 0, 0.5);
	width: 2.2rem;
	position: fixed;
	padding: 0.3rem 0.4rem 0.3rem 0.4rem;
	box-sizing: border-box;
	border-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 99;
	/*opacity: 0.8;*/
}
.vertical-menu-bar a{
	box-sizing: initial;
}

.menu-bar-grid {
	width: 1.4rem;
	height: 1.4rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #FFF;
	display: block;
	margin: auto;
}

.menu-bar-grid .number{
	font-size: 0.68rem;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	background: #ff0000;
	border-radius: 50%;
	transform: scale(0.8);
	position: absolute;
	min-width: 1rem;
	height: 1rem;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.menu-bar-grid .number:BEFORE{
	display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.menu-bar-grid .number2{
	font-size: 0.66rem;
	height: 1rem;
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 1rem;
	color: #fff;
	/* line-height: 100%; */
	background: #ff0000;
	border-radius: 50%;
	/* padding: 0.1rem; */
	transform: scale(0.8,0.8);
	/*position: absolute;
    left: 0rem;
    top: 2.8rem;*/
	position: relative;
	left: 0;
	top: -2.1rem;
}

.menu-bar-grid .dn{
	display: none;
}

.go-back {
	border: 0;
	width: 0.9rem;
	height: 0.9rem;
}

/*新增css*/
.go-back.hidden {
	border: 0;
	width: 0.9rem;
	height: 0.9rem;
	padding: 0.2rem 0 0.5rem 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/*新增css end*/