/*  page style  */
.ascxPage {
    height: 34px;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
}

.ascxPage .bigA {
    display: inline-block;
    width: 60px;
    height: 32px;
    overflow: hidden;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.ascxPage .smallA {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.ascxPage a {
    border-radius: 5px;
}

.ascxPage a.curr {
    background: linear-gradient(180deg, #f48412 0, #da2225 100%);
    color: #ffffff;
    font-weight: bold;
}

.ascxPage span {
    display: inline-block;
    height: 32px;
    overflow: hidden;
    margin: 0 5px;
    line-height: 32px;
    border-radius: 2px;
}
