html,
body {
    height: 100%;
}
.page_area {
    display: flex;
    flex-direction: row;
    height: 30px;
    text-align: center;
}
.page_item_pg {
    width:64px;
    height:28px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(99,94,94,1);
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:28px;
}
.page_item_pg_disable {
    width:64px;
    height:28px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(201,198,198,1);
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(201,198,198,1);
    line-height:28px;
}
.page_item_sel {
    width: 36px;
    height:30px;
    background:rgba(192,30,4,1);
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}
.page_item {
    width: 34px;
    height:28px;
    border:1px solid rgba(99,94,94,1);
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:28px;
}
.page-item-more {
    width:10px;
    height:30px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:30px;
}
.page-text {
    height:30px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(53,48,48,1);
    line-height:30px;
}
.page-input {
    width:36px;
    height:30px;
}
.page-input-txt {
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:30px;
    width: 36px;
}
.page-search-input {
    width:100px;
    height:30px;
}
.page-search-input-txt {
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:30px;
    width: 100px;
}
.page-search-btn {
    width:52px;
    height:30px;
    background:rgba(201,198,198,1);
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}
.page-item-space {
    margin-left: 9px;
}
.page-item-space2 {
    margin-left: 19px;
}