/*：本代码只用作演示,不是源码。源码下载链接: http://www.bootstrapmb.com/item/5304(此说明不在下载的源码里，只用在演示页面里)*/.color-switcher {	top: 30%;	left: -250px;	z-index: 999;	padding: 20px;	position: fixed;	max-width: 250px;	background-color: #ffffff;	-webkit-transition: all .5s ease-in-out;	-o-transition: all .5s ease-in-out;	transition: all .5s ease-in-out;	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);}.color-switcher:hover {left: 0px;}.color-switcher .switch-icon {	top: 0;	width: 50px;	right: -50px;	height: 50px;	color: #404040;	font-size: 30px;	line-height: 50px;	text-align: center;	position: absolute;	background-color: #ffffff;	box-shadow: 3px 0px 6px 1px rgba(0,0,0,0.1);}.color-switcher .title-text {	font-size: 18px;	text-align: center;	margin-bottom: 15px;	padding-bottom: 15px;	text-transform: capitalize;	border-bottom: 1px solid #f0f0f0;}.color-btns-list li a {	width: 30px;	height: 30px;	background: #000;	margin-right: 5px;	border-radius: 100%;	display: inline-block;}.color-btns-list li:last-child a {margin-right: 0px;}.color-btns-list li a[data-code="default"] {background: #0000ff;}.color-btns-list li a[data-code="color-1"] {background: #ff5700;}.color-btns-list li a[data-code="color-2"] {background: #80bb03;}.color-btns-list li a[data-code="color-3"] {background: #f40083;}.color-btns-list li a[data-code="color-4"] {background: #430297;}.color-btns-list li a[data-code="color-5"] {background: #00b489;}/*：本代码只用作演示,不是源码。源码下载链接: http://www.bootstrapmb.com/item/5304(此说明不在下载的源码里，只用在演示页面里)*/