@charset "utf-8";
.layui-laypage{display:block!important;}
.page{
	width: 470px;
	float: left;
	margin-left: 12px;

}
.zts{
	line-height: 32px;
}
.page ul{
	padding:0;
	min-width: 450px;
}
.page ul::after{
	content: '';
	display: block;
	clear: both;
}
.page ul li{
	float: left;
	width:auto;
	min-width:32px;
	height: 30px;
	line-height:30px;
	list-style: none;
}
.page a{
	color:#aaa;
	font-family: "微软雅黑";
	padding:0 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
}
.page ul li:first-child a{
	border-left: 1px solid #ccc;
}

.page ul li a:hover{
	background-color: dodgerblue;
}
.page ul li a:hover{
	color: white;
}
.page .disabled a:hover{
	background-color: white;
	cursor:not-allowed;
	color: #aaa;
}
.page .active a{
	background-color: dodgerblue;
	color: white;
}


@media only screen and (max-width: 768px){
.page{
	width: 100%;
	float: left;
	margin-left: 0.2rem

}
.zts{
	line-height:0.4rem
}
.page ul{
	padding:0;
	min-width: 100%;
}
.page ul::after{
	content: '';
	display: block;
	clear: both;
}
.page ul li{
	float: left;
    font-size: 0.26rem;
    list-style: none;
    width: 1.6rem;
    height: 0.6rem;
    background: #FFFFFF;
    border: 1px solid #D7D8D9;
    border-radius: 4px;
    margin-right: 0.2rem;
	display: none;
}
.page ul li:nth-child(2){display: block;}
.page ul li:nth-child(10){display: block;}
.page a{
	color: #aaa;
    font-family: "微软雅黑";
    padding: 0;
    text-decoration: none;
    display: block;
    line-height: 0.6rem;
    text-align: center;
    border: none;
    border-left: none;
    width: 100%;
}
.page ul li:first-child a{
	border-left: none;
}

.page ul li a:hover{
	background-color: dodgerblue;
}
.page ul li a:hover{
	color: white;
}
.page .disabled a:hover{
	background-color: white;
	cursor:not-allowed;
	color: #aaa;
}
.page .active a{
	background-color: dodgerblue;
	color: white;
}
}