
/* 翻页css样式 */
.page{
    width: 50%;
    height: 90px;
    margin: auto;
}
.fanye{
	width: 100%;
    height: 90px;
    padding: 40px 0 0 0;
}
.page-normal{
    width: 92%;
    max-width: 1200px;
    margin: auto;
    color: #999999;
    text-align: center;
}

.page-normal a{
	display: inline-block;
    color: #333333;
	text-decoration:none;
	font-size:12px;
	margin-right:19px;
	width: 35px;
	height: 35px;
	background-color: #f6f6f6;
	border-radius: 50%;
	overflow: hidden;
	line-height: 35px;
}

.page-normal a:hover{
    background-color:#eb2d2d;
    color: #FFFFFF;
}

.page-normal .page-prev{
	display: inline-block;
	width: 35px;
	height: 35px;
    background-color: #f6f6f6;
    background-image: url(../img/right_yema@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
    margin-right: 19px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(180deg);
	transition: .35s;
	cursor: pointer;
}
.page-normal .page_active{
	background-color: #eb2d2d;
	background-image: url(../img/left_yema@2x.png);
	transform: rotate(0deg);
}
.page-prev:hover{
	background-image: url(../img/left_yema@2x.png);
	transform: rotate(0deg);
	transition: .35s;
}
.page-next{
	display: inline-block;
	width: 35px;
	height: 35px;
    background-color: #f6f6f6;
    background-image: url(../img/right_yema@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
    margin-right: 19px;
	border-radius: 50%;
	overflow: hidden;
	transition: .35s;
	cursor: pointer;
}
.page-next:hover{
	background-image: url(../img/left_yema@2x.png);
	transform: rotate(180deg);
	transition: .35s;
}

.page-current{
	background-color: #eb2d2d!important;
	font-size:12px;
    margin-right:19px;
    color: #FFFFFF!important;
}

.page-ellipsis{
	font-size:15px;
	margin-right:10px;
}
@media screen and (max-width:450px){
	.page {
		width: 60%;
		height: 52px;
		margin-top: 10px;
	}
	.page-normal a {
		margin-right: 9px;
	}
	.page-normal .page-prev {
		margin-right: 9px;
	}
}

@media screen and (max-width:450px) {
	.fanye {
		padding-top: 4%;
		height: 70px;
	}
}
@media screen and (max-width:380px) {
	.page {
        width: 67%;
    }
}