@charset "utf-8";
/* 你自己的样式 */
.page{
	margin-top: 15px;
}
.page .disabled{
	color:rgb(204, 204, 204);
}
.page li{
	cursor: pointer;
   	display: inline-block;
    text-align: center;
    color: rgb(102, 102, 102);
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    margin: 0px 0px 6px 6px;
    padding: 0px 10px;
}
.page .active{
    color: rgb(255, 255, 255);
    background: rgb(90, 152, 222);
}
