.ff-container label{
	font-family: "Microsoft YaHei";
	width: 25%;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	text-align:center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	float:left;
	box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
}
.ff-container label.ff-label-type-all{
	border-radius: 3px 0px 0px 3px;
}
.ff-container label.ff-label-type-3{
	border-radius: 0px 3px 3px 0px;
}
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all{
	background: #e9951d;
	background: -moz-linear-gradient(top, #e9951d 0%, #ff9703 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9951d), color-stop(100%,#ff9703));
	background: -webkit-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -o-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -ms-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: linear-gradient(top, #e9951d 0%,#ff9703 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9951d', endColorstr='#ff9703',GradientType=0 );
	color: #424d71;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1{
	background: #e9951d;
	background: -moz-linear-gradient(top, #e9951d 0%, #ff9703 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9951d), color-stop(100%,#ff9703));
	background: -webkit-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -o-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -ms-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: linear-gradient(top, #e9951d 0%,#ff9703 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9951d', endColorstr='#ff9703',GradientType=0 );
	color: #424d71;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2{
	background: #e9951d;
	background: -moz-linear-gradient(top, #e9951d 0%, #ff9703 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9951d), color-stop(100%,#ff9703));
	background: -webkit-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -o-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -ms-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: linear-gradient(top, #e9951d 0%,#ff9703 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9951d', endColorstr='#ff9703',GradientType=0 );
	color: #424d71;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	background: #e9951d;
	background: -moz-linear-gradient(top, #e9951d 0%, #ff9703 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9951d), color-stop(100%,#ff9703));
	background: -webkit-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -o-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: -ms-linear-gradient(top, #e9951d 0%,#ff9703 100%);
	background: linear-gradient(top, #e9951d 0%,#ff9703 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9951d', endColorstr='#ff9703',GradientType=0 );
	color: #424d71;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #40496e, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input{
	display: none;
}
.ff-items{
	position: relative;
	margin: 0px auto;
}
.ff-items a{
	display: block;
	position: relative;
	background: #fff;
}
.i_list.ff-items li{
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items li{
	width: 180px;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.ff-container input.ff-selector-type-1:checked ~ .i_list .ff-items .ff-item-type-1{
	-webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
	-moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
	-o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
	-ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
	transition: transform 0.3s linear, width 0s linear 0.3s;
	-webkit-animation: scaleUp 0.3s linear 0.4s forwards;
	-moz-animation: scaleUp 0.3s linear 0.4s forwards;
	-o-animation: scaleUp 0.3s linear 0.4s forwards;
	-ms-animation: scaleUp 0.3s linear 0.4s forwards;
	animation: scaleUp 0.3s linear 0.4s forwards;
}
.ff-container input.ff-selector-type-2:checked ~ .i_list .ff-items .ff-item-type-2{
	-webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
	-moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
	-o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
	-ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
	transition: transform 0.3s linear, width 0s linear 0.3s;
	-webkit-animation: scaleUp 0.3s linear 0.4s forwards;
	-moz-animation: scaleUp 0.3s linear 0.4s forwards;
	-o-animation: scaleUp 0.3s linear 0.4s forwards;
	-ms-animation: scaleUp 0.3s linear 0.4s forwards;
	animation: scaleUp 0.3s linear 0.4s forwards;
}
.ff-container input.ff-selector-type-3:checked ~ .i_list .ff-items .ff-item-type-3
{
	-webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
	-moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
	-o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
	-ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
	transition: transform 0.3s linear, width 0s linear 0.3s;
	-webkit-animation: scaleUp 0.3s linear 0.4s forwards;
	-moz-animation: scaleUp 0.3s linear 0.4s forwards;
	-o-animation: scaleUp 0.3s linear 0.4s forwards;
	-ms-animation: scaleUp 0.3s linear 0.4s forwards;
	animation: scaleUp 0.3s linear 0.4s forwards;
}
.ff-container input.ff-selector-type-1:checked ~ .i_list .ff-items li:not(.ff-item-type-1){
	-webkit-animation: scaleDown 0.3s linear forwards;
	-moz-animation: scaleDown 0.3s linear forwards;
	-o-animation: scaleDown 0.3s linear forwards;
	-ms-animation: scaleDown 0.3s linear forwards;
	animation: scaleDown 0.3s linear forwards;
	display:none;
}
.ff-container input.ff-selector-type-2:checked ~ .i_list .ff-items li:not(.ff-item-type-2){
	-webkit-animation: scaleDown 0.3s linear forwards;
	-moz-animation: scaleDown 0.3s linear forwards;
	-o-animation: scaleDown 0.3s linear forwards;
	-ms-animation: scaleDown 0.3s linear forwards;
	animation: scaleDown 0.3s linear forwards;
	display:none;
}
.ff-container input.ff-selector-type-3:checked ~ .i_list .ff-items li:not(.ff-item-type-3)
{
	-webkit-animation: scaleDown 0.3s linear forwards;
	-moz-animation: scaleDown 0.3s linear forwards;
	-o-animation: scaleDown 0.3s linear forwards;
	-ms-animation: scaleDown 0.3s linear forwards;
	animation: scaleDown 0.3s linear forwards;
	display:none;
}
@-webkit-keyframes scaleUp {
	50% { width: 180px; -webkit-transform: scale(0,0); }
    100% { width: 180px; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 180px;-webkit-transform: scale(1,1);}
	99% { width: 180px; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 180px; -moz-transform: scale(0,0); }
    100% { width: 180px; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 180px;-moz-transform: scale(1,1);}
	99% { width: 180px; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}
@-o-keyframes scaleUp {
	50% { width: 180px; -o-transform: scale(0,0); }
    100% { width: 180px; -o-transform: scale(1,1); }
}
@-o-keyframes scaleDown {
	0% { width: 180px;-o-transform: scale(1,1);}
	99% { width: 180px; -o-transform: scale(0,0);}
    100% { width: 0px; -o-transform: scale(0,0); }
}
@-ms-keyframes scaleUp {
	50% { width: 180px; -ms-transform: scale(0,0); }
    100% { width: 180px; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 180px;-ms-transform: scale(1,1);}
	99% { width: 180px; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 180px; transform: scale(0,0); }
    100% { width: 180px; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 180px; transform: scale(1,1);}
	99% { width: 180px; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}