body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.baseWidth {
  width: 1200px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bg {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.hideen {
  display: none;
}
.hyfh1{
    display: inline-block;
}
.dede_pages {
text-align:center;
font-size:0;
margin-top:20px;
display:flex;
justify-content:center;
}

.pagesul{
overflow:hidden;
}

.dede_pages  ul li{
float:left;
padding:8px 15px;
background:#eeeeee;
font-size:14px;
}

.dede_pages  ul li:hover{
background:#e30002;
}

.dede_pages  ul li:hover a{
color:#fff;
}

.dede_pages  ul li:hover span{
color:#fff;
}