.switcher {
	padding: 13px 0px 0px 15px; transition:0.4s ease-in-out; top: 90px; width: 95px; right: 0px; color: rgb(0, 0, 0); position: fixed; z-index: 2000; background-color: rgb(255, 255, 255); -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out;
}
.switcher #switch-panel {
	top: 0px; width: 34px; height: 49px; right: -34px; margin-left: 0px; display: block; position: absolute; z-index: 1990; cursor: pointer; background-color: rgb(255, 255, 255);
}
.switcher #switch-panel i {
	color: rgb(0, 0, 0); line-height: 40px; padding-left: 10px; font-size: 20px; font-weight: 900;
}
.switcher .colors-list {
	margin: 0px; padding: 0px;
}
.switcher .colors-list li {
	margin-right: 6px; margin-bottom: 2px; float: left; display: block;
}
.switcher .colors-list li a {
	width: 24px; height: 24px; display: inline-block; cursor: pointer;
}
.switcher .colors-list-bk {
	padding: 5px 30px;
}
.switcher .colors-list-bk li {
	margin-right: 6px; margin-bottom: 2px; float: left; display: block;
}
.switcher .colors-list-bk li a {
	color: black; font-weight: 900; text-decoration: none; display: block; cursor: pointer;
}
.switcher .colors-list-bk li a:hover {
	color: black; font-weight: 900; text-decoration: none; display: block; cursor: pointer;
}
.span-text {
	font-size: 12px; display: block;
}
.switcher .colors-list a.blue {
	background-color: rgb(150, 116, 255);
}
.switcher .colors-list a.red {
	background-color: rgb(255, 24, 68);
}
