.styleswitcher {
	position: fixed;
	left: -110px;
	top: 160px;
	width: 110px;
	height: auto;
	z-index: 999;
	transition: all 0.5s linear;
}

.styleswitcher .switcher-btn-bx {
	position: absolute;
	right: -40px;
	top: 3px;
	box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
}

.switch-btn {
	background: #fff none repeat scroll 0 0;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
	color: #333;
	font-size: 21px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0px;
}

.switch-btn img {
	width: 100%;
}