﻿
.page{
	padding:32px 0 0;
	width:110%;/*防止换行*/
}
.page .list{
	float:left;
}
.page .list p{
	text-align:center;
	float:left;
	font-size:12px;
	color:#000;
	border-radius:8px;
	line-height:16px;
	width:16px;
	height:16px;
	font-weight:bold;
}
.page .list .arrow{
	height:8px;
	float:left;
	margin-top:4px;
}
.page .list:last-child p{
	background:#000 url("../img/page-gift.png") no-repeat center;
	background-size:contain;
	border-radius:0;
	border:none;

}
.page #current-list p{
	background-color:#835AF1;/*当前分页背景色*/
	
	color:#fff;
}
.record{
	clear:both;
	padding-bottom:32px;
}
.record p:first-child{
	text-align:left;
	margin-bottom:-48px;
}
.record p:last-child{
	text-align:right;
	color:rgba(0,0,0,0.35);
}