.right-main{
   position: relative;
   min-height:624px;
}
.page{
    position: absolute;
    left:0;
    bottom:28px;
    width:100%;
    text-align: center;
    line-height: 24px;
}
.page span{
    margin:0 8px;
    font-size: 14px;
    color:#333;
    cursor: pointer;
}
.page input{
    height:24px;
    width:36px;
    box-sizing: border-box;
    border:1px solid #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}
.page .go{
    display: inline-block;
    width:32px;
    height:24px;
    color:#fff;
    background: #50a9fe;
}
.paper-menu h1 a{
    display: block;
    color:#333;
}