@charset "utf-8";

/* ---------清空默认样式----------- */
html,
body,
div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
blockquote,
fieldset {
  margin: 0px;
  padding: 0px;
  font-family: Microsoft YaHei;
  font-size: 14px;
}

@media screen and (max-width: 750px) {

  html,
  body,
  div,
  a,
  p,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  select,
  button,
  textarea,
  iframe,
  table,
  th,
  td,
  blockquote,
  fieldset {
    font-size: 0.22rem;
  }

}

img {
  border: 0 none;
  vertical-align: top;
}

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

body,
input,
select,
button,
textarea {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
p,
span,
label,
del,
a,
strong,
em,
li,
dt,
dd {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

table,
tr,
th,
td {
  /* border: 0 none; */
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0 none;
}

input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

i,
em,
cite,
address {
  font-style: normal;
}

a,
a:link {
  color: #1673cf;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

a:visited {}

a:hover,
a:active {
  text-decoration: none;
}

a:focus,
input,
textarea {
  outline: none;
}

a {
  blr: expression(this.onFocus=this.blur());
  /* IE Opera */
  outline: none;
  /* FF Opera */
}

a:focus {
  -moz-outline-style: none;
  /* FF */
}

.clearfix {
  zoom: 1;
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='text'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  font-family: "Microsoft YaHei", "Heiti SC", tahoma, arial, "Hiragino Sans GB", 宋体, sans-serif;
}

.clearfix {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;

}

.clearfix:after {
  clear: both;
}

[id^=video_play_] {
  width: auto !important;
  height: auto !important;
  background: none !important;
}

/*分页样式*/
#page-box {
  margin: 0px auto;
  width: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4em 0;
}

#page-box span {
  display: inline-block;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f9f9f9;
  color: #949494;
  margin: 0px 3px;
}

#page-box a {
  display: inline-block;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eaeaea;
  color: #949494;
  margin: 0px 3px;
}

#page-box a[href="javascript:void(0)"] {}

#page-box a[href="javascript:void(0)"]:hover {
  color: #949494;
  background: #eaeaea;
  cursor: no-drop;
}

#page-box a:hover,
#page-box a.current,
#page-box a.current:hover {
  color: #fff;
  background: #0166b6;
  cursor: pointer;
}