html {
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    background: #fff;
    font-family: "微软雅黑", Arial, Helvetica, Tahoma;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
section,
div,
p,
input,
ul,
li,
span,
form,
img {
    margin: 0px;
    padding: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul,
li {
    list-style: none
}

a {
    color: #000
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
button {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}



/* *************分页*************** */
.pages {
    width: 1000px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.pages li {
    display: inline-block;
    border: solid 1px #cecece;
    margin: 50px 5px 0;
    padding: 0 13px;
    height: 34px;
    line-height: 34px;
}

.page-active {
    color: #fff;
    display: inline-block;
    padding: 0 13px;
    border: none;
    background: #0098dc;
    border: solid 1px #0098dc;
    margin: 0 2px;
}

.page-active a {
    color: #fff;
}