a {
    text-decoration: none;
    color: #444;
    transition: all .3s;
}

div,
img,
ul,
li,
em,
p,
span {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

em,
p,
span,
i {
    font-style: normal;
}

input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Source Han Sans SC', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

/*分页*/
.mo-pagination {
    width: 100%;
    display: block;
    overflow: hidden;
}

.mo-pagination-btn {
    float: left;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #000000;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    border-radius: 6px;
    color: #fff;
}

.mo-pagination-btn:hover {
    color: #068EFF;
    border-color: #068EFF;
}

.mo-pagination-disabled {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
}

.mo-pagination-select {
    float: left;
    display: block;
    overflow: hidden;
    line-height: 30px;
    margin: 0 5px 5px 0;
}

.mo-pagination-select em {
    float: left;
}

.mo-pagination-select select {
    float: left;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
    margin: 0 5px;
    display: block;
    overflow: hidden;
    transition: all .3s;
    border-radius: 6px;
}

.mo-pagination-select select:hover {
    border-color: #068EFF;
}

.mo-pagination-mark {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: block;
    overflow: hidden;
}

.mo-pagination-num {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 5px 5px 0;
}

.mo-pagination-num a {
    float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 3px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
}

.mo-pagination-num a.active {
    color: #068EFF;
    border-color: #068EFF;
}

.mo-pagination-enter {
    float: left;
    display: block;
    overflow: hidden;
    line-height: 30px;
}

.mo-pagination-enter em {
    float: left;
}

.mo-pagination-enter input {
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    float: left;
    margin: 0 5px;
    transition: all .3s;
    border-radius: 6px;
}

.mo-pagination-enter input:hover {
    color: #068EFF;
    border-color: #068EFF;
}
#page-end > a:first-child,
#page-end > span{
    float: left;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #1281d3;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    border-radius: 6px;
    width: 60px;
    color: #fff;
}
#page-end > a:nth-child(6){
    float: left;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #1281d3;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    border-radius: 6px;
    width: 60px;
    color: #fff;
}
#page-end > a{
    float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 3px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    background-color: #1281d3;
    color: #fff;
}
#page-end > span{
    float: left;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #1281d3;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
    border-radius: 6px;
    width: 90px;
    color: #fff;
}


