body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

ul,
ol,
li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    width: 100%;
    display: block;
    border: none
}

em,
i {
    font-style: normal
}

input,
textarea {
    outline: none
}

html {
    overflow-x: hidden;
}

body {
    background: #F7F7F7;
    width: 100%;
    /*position: relative;*/
    -webkit-touch-callout: none;
    font-size: .3rem;
    line-height: .4rem;
    color: #555;
    font-family: Microsoft YaHei;
}


.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    margin-right: 12px;
    width: 46px;
    height: 46px;
    color: #666666;
    line-height: 46px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
}

.pagination li a:hover {
    color: white;
    background-color: #FF9B19;
}

.pagination .active span,
.pagination .active a {
    color: white !important;
    background-color: #FF9B19 !important;
}

.pagination .disabled span {
    cursor: not-allowed;
}

.more_button {
    display: inline-block;
    background-color: #fff;
    font-size: 12px;
    color: #666666;
    width: 112px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #ddd;
    line-height: 46px;
}
.more_button:hover {
    cursor: pointer;
    color: white;
    background-color: #FF9B19;
}