.paging{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
#page11 {
    color: #666;
    /*position: absolute;*/
    display: inline-block;
    text-align: center;
    /* left: calc(50% - 1.9rem); */
    /* margin-top: 4.7816vh; */
    float: right;
    margin-left: 20px;
    /*right: 30px;*/
    width: auto;
}
.totalnum{
    margin: 0!important;
}
#page11 li {
    /* margin-left: 0.15rem; */
    display: inline-block;
    width: 35px;
    height: 35px;
    /* border-radius: 50%; */
    cursor: pointer;
    color: #5f5572;
    font-size: 14px;
    line-height: 35px;
    background-color: #ffffff;
    /* border: 0.01rem solid #dce0e0; */
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top: 1px solid #dce0e0;
    border-bottom: 1px solid #dce0e0;
}
.start{
    border-left: 1px solid #dce0e0;
}
.end{
    border-right: 1px solid #dce0e0;
}


.xl-prevPage {
    width: 60px;
    color: #6490E6!important;
    height: 28px;
    border-radius: 5px 0px 0px 5px;
    border-left: 1px solid #dce0e0!important;
}
.xl-prevPage:hover{
    border: 1px solid #6490E6!important;
}

.xl-nextPage {
    width: 60px;
    color: #6490E6!important;
    height: 3.1355vh;
    border-radius: 0px 5px 5px 0px;
    border-right: 1px solid #dce0e0!important;
}
.xl-nextPage:hover{
    border: 1px solid #6490E6!important;
}

#page11 li.xl-disabled {
    opacity: 1;
    cursor: no-drop;
    border-top: 1px solid #dce0e0!important;
    border-bottom: 1px solid #dce0e0!important;
}

#page11 li.xl-disabled:hover{
    background-color: #f9f9f9 !important;
    /*border: 0.01rem solid #dce0e0 !important;*/
    color: #666 !important;
}

#page11 li.xl-active {
    background-color: #6490E6;
    border-color: #b9dbff;
    color: #FFF
}

#page11 li:hover{
    color:#6490E6;
}

#page11 li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
    width: 130px;
    margin-left: 20px;
    border-top: 0px solid #ffffff!important;
    border-bottom: 0px solid #ffffff!important
}

#page11 li.xl-jumpText:hover{
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}

#page11 li.xl-jumpButton{
    padding: 0 5px;
    border-left: 1px solid #dce0e0;
    border-right: 1px solid #dce0e0;
    border-radius: 5px;
    margin-left: 20px;
    width: 50px;
}
#page11 li.xl-jumpButton:hover{
    color: #6490E6;
    border:1px solid #6490E6;
}

#xlJumpNum {
    width: 45px;
    margin: 0 3px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dce0e0;
    border-radius: 5px;
    text-align: center;
}