#turn-ul {
    padding: 20px 0;
    /*height: 40px;*/
    line-height: 40px;
    background: #f7f7f7;
    text-align: center;
}

#turn-ul .pagination {
    margin: 5px 0;
    text-align: center;
}


.pagination ul {
    box-shadow: 0 0 0;
}

#turn-ul .according-number {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    line-height: 30px;
    height: 30px;
}

#turn-ul li {
    font-size: 13px;
}

.pagination ul > li {
    display: inline;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#turn-ul .according-number input {
    margin: 0 5px;
    vertical-align: middle;
    width: 35px;
    padding: 4px;
    height: 20px;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    top: -2px;
    text-align: center;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#turn-ul li {
    font-size: 13px;
}

#turn-ul ul li a {
    outline: none;
    cursor: pointer;
    padding: 4px 10px;
    margin-right: 8px;
    border-left-width: 1px;
    color: #5e6166;
    font-size: 13px;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

#turn-ul ul li a {
    outline: none;
    cursor: pointer;
    padding: 4px 10px;
    margin-right: 8px;
    border-left-width: 1px;
    color: #5e6166;
    font-size: 13px;
    text-decoration: none;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

#turn-ul .according-number {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    line-height: 30px;
    height: 30px;
}

#turn-ul ul li a.currentPage {
    border: 1px solid #4685fd;
    color: #fff;
    background: #4685fd;
    cursor: default;
}
#turn-ul .total-data {
    float: left;
    height: 30px;
    /* border-right: 1px solid #D7D7D8; */
    line-height: 30px;
    padding-right: 10px;
}