html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font-family: "Microsoft YaHei", Arial, "åŽæ–‡ç»†é»‘", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}

li {
    list-style: none;
}

img {
    width: auto;
    height: auto;
    border-width: 0 0 0 0;
}

a {
    text-decoration: none;
}

html {
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
}

body {
    width: 100%;
    min-height: 100vh;
    position: relative;
    /* overflow-x: hidden; */
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.paging {
    float: right;
    margin-right: 30px;
    font-size: 15px;
    margin-bottom: 50px;
}
.paging:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.paging a {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    margin-left: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.page-status{
    margin-left:15px;font-family: '微软雅黑';
}
.paging a.page-active {
    background: #c11329;
    color: #fff;
    border-color: #c11329;
}
.paging a:hover {
    background: #c11329;
    color: #fff;
    border-color: #c11329;
}