.fl-box{
	position: fixed;
	right: 105px;
	top: 45%;
	z-index: 9;
}
.fl-box ul li{
	width: 66px;
	height: 66px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 41px;
	font-size: 12px;
	color: #ccc;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50px;
	margin-bottom: 20px;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.fl-box ul li.on,.fl-box ul li:hover{
	color: #fff;
	background-color: #ff8823;
	border-color: #ff8823;
}
.fl-box ul li:nth-child(1){
	background-image: url(../../../images/v3/side_collection_normal_icon.png);
	background-position: center top 16px;
	background-size: 25px
}
.fl-box ul li:nth-child(2){
	background-image: url(../../../images/v3/about_order_normal_icon.png);
	background-position: center top 19px;
	background-size: 21px
}
.fl-box ul li:nth-child(3){
	background-image: url(../../../images/v3/side_wallet_normal_icon.png);
	background-position: center top 15px;
	background-size: 26px
}
.fl-box ul li:nth-child(4){
	background-image: url(../../../images/v3/side_top_normal_icon.png);
	background-position: center;
	background-size: 24px
	padding: 0;
}
.fl-box ul li:nth-child(1).on,.fl-box ul li:nth-child(1):hover{
	background-image: url(../../../images/v3/side_collection_pressed_icon.png);
}
.fl-box ul li:nth-child(2).on,.fl-box ul li:nth-child(2):hover{
	background-image: url(../../../images/v3/about_order_pressed_icon.png);
}
.fl-box ul li:nth-child(3).on,.fl-box ul li:nth-child(3):hover{
	background-image: url(../../../images/v3/side_wallet_pressedl_icon.png);
}
.fl-box ul li:nth-child(3).on,.fl-box ul li:nth-child(4):hover{
	background-image: url(../../../images/v3/side_top_pressde_icon.png);
}