
/*body,*/
/*html {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

.pagination {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages {
    /*width: 80%;*/
    display: block;
    height: 34px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.all_data {
    color: #0085d0;
}

.all_pages {
    color: #0085d0;
}

.page_left {
    width: 200px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}

.page_footer {
    width: 180px;
    height: 35px;
    position: relative;
    margin-left: 24px;
}

.page_cont>div {
    display: block;
    position: relative;
    float: left;
    line-height: 32px;
    text-align: center;
}

.hometrailer {
    width: 64px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: #E3E3E3 1px solid;
    cursor: pointer;
}

.updown {
    width: 84px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: #E3E3E3 1px solid;
    cursor: pointer;
}
.updown:hover {
    background: rgba(0, 133, 208, 1)!important;
    color: #fff !important;
}

.page_view {
    height: 32px;
    position: relative;
}

.page_view ul {
    overflow: hidden;
}

.li {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    color: #666;
    float: left;
    list-style: none;
    margin-left: 8px;
    border: #E3E3E3 1px solid;
    cursor: pointer;
}
.li:hover {
    background: rgba(0, 133, 208, 1)!important;
    color: #fff !important;
}

.active {
    background: rgba(0, 133, 208, 1)!important;
    color: #fff !important;
}

.pages>div {
    display: block;
    float: left;
    line-height: 32px;
    text-align: center;
    padding-left:3px;
}

.page_input {
    display: inline-block;
    width: 64px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: #E3E3E3 1px solid;
    outline: none;
    font-size: 14px;
    text-align: center;
}

.page_btn {
    display: inline-block;
    width: 84px;
    height: 32px;
    background: rgba(0, 133, 208, 1);
    border-radius: 3px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.page_home {
    margin-right: 8px;
}
.hometrailer:hover {
    background: rgba(0, 133, 208, 1)!important;
    color: #fff !important;
}

.page_trailer {
    margin-left: 8px;
}

.page_down {
    margin-left: 8px;
}

.page_down_two {
    margin-left: 8px;
}
