.SpecialPanel{
	display: block;
	width: 100%;
	height: 55px;
}

.SpecialPanel_contain{
	display: block;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #000;
	background: #eee;
}

.SpecialPanel .tools{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 60px;
}

.SpecialPanel .tools .items{
	display: inline-block;
	width: 20%;
	text-align: center;
}

.SpecialPanel .tools .image{
	width: 28%;
}

.SpecialPanel .tools .items > div{
	display: inline-block;
	min-width: 30px;
	height: 30px;
	margin-left: 5px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}

.SpecialPanel .tools .items span{
	font-size: 20px !important;
}

.SpecialPanel .tools div {
	text-align: center;
	line-height: 1.5;
}

.SpecialPanel .items div {
	background: #fbfbfb;
	color: #1f1f1f;
}

.SpecialPanel .tools div.size div {
	line-height: 1;
}

.SpecialPanel .tools div.size #small div{
	font-size: 16px !important;
	padding-top: 10px;
}

.SpecialPanel .tools div.size #middle div{
	font-size: 22px !important;
	padding-top: 6px;
}

.SpecialPanel .tools div.size #big div{
	font-size: 28px !important;
	padding-top: 2px;
}

.SpecialPanel .tools div.color div {
	font-size: 20px !important;
}

.SpecialPanel .tools div.color #black {
	border: 1px solid #fff !important;
	background: #1f1f1f !important;
	color: #fbfbfb !important;
}

.SpecialPanel .tools div.color #blue {
	background: #9dd1ff !important;
	color: #063462 !important;
}

.SpecialPanel .tools div.image div {
	font-size: 20px !important;
	padding: 0 5px;
}

.SpecialPanel .tools div.back div {
	font-size: 20px !important;
	cursor: pointer;
	background: none;
}

.color #white {
	color: #000 !important;
	background: #fff !important;
}