.hide {
    display: none;
}


/* 分頁 */

.showPage {
    /*width:340px;*/
    margin: 0 auto;
    text-align: center;
    min-height: 100px;
}

.showPage>#page p {
    margin: 0
}

.showPage>#page {
    display: inline-block;
    height: 60px;
    margin-top: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.showPage>#page a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    height: 40px;
    text-decoration: none;
    color: #323335;
    line-height: 40px;
}

.showPage>#page a.cur {
    background-color: #017dc5;
    text-decoration: none;
    color: #fff;
}

.showPage>#page a:hover {
    background-color: #017dc5;
    color: #fff;
    text-decoration: none;
}

.showPage>#page a.active {
    background-color: #017dc5;
    border-color: #017dc5;
    color: #fff;
}

.showPage>#page p {
    float: left;
    padding: 3px 10px;
    font-size: 12px;
    height: 40px;
    line-height: 35px;
    color: #FFF;
    margin-right: 8px;
}

.showPage>#page p.pageRemark {
    border-style: none;
    background: #ce292d;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.showPage>#page p.pageRemark b {
    color: red;
}

.showPage>#page p.pageEllipsis {
    border-style: none;

    padding: 4px 0px;
    color: #808080;
}

.showPage_enterprise>#page a {
    border-radius: 100%;
    margin-left: 0px;
    margin-right: 5px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 37px;
}

.showPage_enterprise>#page p {
    border-radius: 100%;
    margin-left: 0px;
    margin-right: 5px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 37px;
}