/*本页面分页*/
.pagebg {
    color: #666;
    display: inline-block;
    text-align: center;
}

.pagebg li {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

.pagebg li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

.pagebg li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

.pagebg li.xl-active {
    background-color: #3573b5;
    border-color: #3573b5;
    color: #FFF
}

.pagebg li:hover {
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}

.pagebg li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

.pagebg li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.pagebg li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
    border: 1px #dce0e0 solid;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.websitecheck {
    display: none!important;
}

/*.banjian_num,
.zixun_num,
.tousu_num {
    display: none;
}*/