﻿.page {
    width: 100%;
    font-size: 12px;
    height: 20px;
    margin-bottom: 40px;
    text-align: right;
    position: relative;
}

.page a {
    width: 50px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-right: 2px;
    background-color: #ffffff;
}

.page .number {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-indent: -5px;
    color: #000000;
    font-weight: normal;
    background: #ffffff url("../images/page.png") no-repeat 28px center;
}

.page .no-number {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-indent: 0;
    color: #000000;
    font-weight: normal;
    background: #ffffff 28px center;
    cursor: auto;
}

.page .page-list {
    width: 48px;
    background-color: #ffffff;
    position: absolute;
    bottom: 20px;
    right: 52px;
    border: 1px solid #cccccc;
    overflow-y: auto;
    max-height: 200px;
    display: none;
}

.page .page-list li {
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0;
}

.page .page-list li a {
    width: 100%;
    height: 20px;
    font-weight: normal;
    display: block;
    padding-top: -10px;
}

.page .page-list li a:hover, .page .page-list li a.now {
    color: #ffffff;
    background-color: #b8becc;
}

.page-blue {
    width: 160px;
    float: right;
    margin-right: 7px;
}

.page-blue a {
    font-weight: normal;
    color: #ffffff;
    background-color: #717d99;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.page-blue .number {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-indent: -5px;
    color: #ffffff;
    font-weight: normal;
    background: #717d99 url("../images/page.png") no-repeat 28px center;
}

.page-blue .no-number {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-indent: 0;
    color: #ffffff;
    font-weight: normal;
    background: #717d99 28px center;
}

.page-blue .page-list li a {
    color: #000000;
    background-color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.page-blue .page-list li a:hover {
    color: #ffffff;
    background-color: #b8becc;
}

.classify .page {
    width: 160px;
    float: right;
    margin-right: -1px;
    margin-top: 8px;
}

.page .no-click, .page-blue .no-click {
    color: #999999;
    cursor: auto;
}

a {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    text-decoration: none;
}

ul, ol {
    list-style: none;
    text-decoration: none;
}

.cant-select {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
