.f_y ul li {
	float:left;
	display:inline;
	width:25%;
	height:35px;
	background:#eeeeee;
	
	cursor:pointer;
	text-align:center;
	line-height:35px;
	font-size:14px;
	border-radius: 2px;
	}
.f_y ul li.on {
	background: url(/application/agent/static/images/p_071.jpg) no-repeat;
	
	margin:0 auto;
	height:35px;
	color:#FFF;
	background-size: 100% 100%;
}s
.f_y ul li:hover {
	color:#ff760e
}

.daijiao_globalFee_wrap {
    width: 100%;
    text-align: right;
    float: left;
	padding-bottom: 10px;
}