a {
    outline: 0
}

.pages_bottom {
    height: 90px;
    position: relative
}

.pages_bottom ul {
    position: absolute;
    right: 170px;
    top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pages_bottom ul li {
    margin-left: 24px;
    cursor: pointer
}

.pages_bottom ul li.on {
    width: 30px;
    height: 20px;
    background-color: #9a6c48;
    line-height: 20px;
    border-radius: 10px;
    text-align: center
}

.pages_bottom ul li.on a {
    color: #fff
}

.pages_bottom ul li.on a:hover {
    color: #fff !important
}

.pages_bottom ul li a {
    color: #999
}

.pages_bottom .pages_bottom ul li.on a:hover {
    color: #fff !important
}

.pages_bottom .pageform {
    color: #999;
    position: absolute;
    right: 30px;
    top: 32px
}

.pages_bottom .pageform input {
    width: 38px;
    height: 18px;
    border-radius: 10px;
    outline: 0;
    border: none;
    border: 1px solid #999;
    text-align: center;
    margin: 0 3px
}

.pages_bottom .gobtn, .pages_bottom .ungobtn {
    background: #9a6c48;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    padding: 0 3px 3px;
    font-size: 12px
}

.pages_bottom .ungobtn {
    background: #999;
    cursor: inherit
}
