/*2018-5-9页码通用代码(梁程宵)*/
.currency_page{
	width:100%;
	text-align:center;
	height:62px;
	margin:10px auto;
}
.currency_page span{
	padding:9px 12px;
	color:#222222;
	border:solid 1px #d9d9d9;
	display:inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin-top:12px;
	margin-left: 2px;
	margin-right: 2px;
	cursor:pointer;
	background-color:#fff;
}

.currency_page span.disabled{
	background-color:#efefef;
	color:#dedadb;
	cursor: default;
}
.currency_page span.disabled a{
	color:#dedadb;
	cursor: default;
}
.currency_page span.checked{
	background-color:#3B85D8;
	border:solid 1px #3B85D8;
}
.currency_page span.checked a{
	color: #fff;
}
.currency_page span.disabled:hover{
	background-color:#efefef;
}
.currency_page span.checked:hover{
	background-color:#126ae6;
}
.currency_page span:hover{
	background-color:#eff6ff;
}
.currency_page span.page_all{
	border: none;
	cursor: default;
}
.currency_page span.page_all:hover{
	background: rgba(255,255,255,0);
}