/* General styles for all menus */

/* 进度条隐藏 */
#cbp-spmenu-s2::-webkit-scrollbar {
	display: none;
/* WebKit */
width: 0;
 height: 0;
}
#cbp-spmenu-s2{
overflow:auto;
overflow-y: scroll;
 scrollbar-width: none; /* Firefox */
 -ms-overflow-style: none;  /* IE 10+ */
/* old Firefox */
overflow: -moz-scrollbars-none;
}

/* html::-webkit-scrollbar {
	display: none;
}
html{
overflow:auto;
} */

/* 进度条隐藏 */

/* 进度条样式 */
::-webkit-scrollbar {
	width: 9px;
	/* height: 10px; */
   }
   ::-webkit-scrollbar-track { /* 滑轨 */
	background: #4e4e4e;
   }
   ::-webkit-scrollbar-thumb { /* 滑块 */
   background:#00c4ceda;
	/* border-radius: 10px; */
   }
/* 进度条样式 */

.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: beige;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/* live2d */
.waifu{position:fixed;left:0;top:0;width:230px;height:270px;z-index:2000;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}
.waifu-tips{opacity:0;width:220px;height:70px;margin:-20px 5px;padding:5px 7px;border:1px solid rgba(224,186,140,0.8);border-radius:12px;background-color:rgba(236,217,188,0.8);box-shadow:0 3px 15px 2px rgba(191,158,118,0.2);font-size:12px;line-height:20px;color:#555;text-overflow:ellipsis;overflow:hidden;position:absolute}
.waifu-tool{display:none;color:#aaa;top:50px;right:0;font-size:16px;position:absolute}
.waifu:hover .waifu-tool{display:block}
.waifu-tool span{display:block;cursor:url(../images/pointer.cur),auto;color:#5b6c7d;line-height:22px;transition:0.2s;-webkit-transition:0.2s}
.waifu-tool .fa-comments{font-size:19px}
.waifu-tool .fa-home,.waifu-tool .fa-info-circle{font-size:20px}
.waifu-tool .fa-street-view,.waifu-tool .fa-close{font-size:22px}
.waifu-tool span:hover{color:#34495e}
.waifu #live2d{position:absolute;cursor:url(../images/move.cur),auto;left:3%;bottom:0}
/* live2d */

