div.mul_pagediv {
    text-align: center;
    color: #999999;
    padding: 10px 0px 10px 0;
}

div.mul_pagediv a {
    text-decoration: none;

}

div.mul_pagediv >span, div.mul_pagediv >a {
    display: inline-block;
    box-sizing: border-box;
}

.current {
    color: darkorange;
    background: lightblue;
    /*width: 20px;*/
    /*height: 30px;*/
    line-height: 40px;
    border-radius: 3px;
}

.mulPagenum {
    color: #666;
    /*background: #fff;*/
    /*width: 20px;*/
    height: 30px;
    /*line-height: 40px;*/
    margin: 0 5px;
    border-radius: 3px;
}

.nextpage {

    margin: 0 5px;
}

.nextbtn, .prebtn, span.disabled {
    color: #666;
    /*background: #fff;*/
    /*width: 60px;*/
    height: 32px;
    line-height: 42px;
    border-radius: 3px;
}

.mulinput {
    width: 60px;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    /*margin: 0 12px;*/
    border-radius: 3px;
    color: #666;
    padding: 0px;
}

.mulokbtn {
    /*width: 48px;*/
    height: 32px;
    /*line-height: 32px;*/
    border: 1px solid #E6E6E6;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
