@charset "utf-8";
/* reset */
html {
  height: 100%;
}
body {
  min-height: 100% }
body {
  _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption {
  *zoom: 1 }
li {
  list-style-type: none }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}
iframe, frame, fieldset, img {
  border: 0 none }
img {
  vertical-align: top }
input[type=button], input[type=submit], input[type=reset] {
  cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{
  border:none;
  padding:0;
  margin:0;
}
button {
  cursor: pointer }
input, textarea, button {
  -webkit-border-radius: 0;
  -webkit-appearance: none }
input[type=radio] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio }
input[type=checkbox] {
  -webkit-appearance: checkbox }
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box }
textarea {
  overflow: auto;
  resize: none }
blockquote, q {
  quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none }
table {
  border-collapse: collapse;
  border-spacing: 0 }
caption, th {
  text-align: left }
th {
  font-weight: normal }
em, cite, address,i {
  font-style: normal }
sup {
  vertical-align: text-top }
sub {
  vertical-align: text-bottom }
body {
  line-height: 1.5 }
a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}
a {
  blr:expression(this.onFocus=this.blur()) }
a * {
  *cursor: pointer }
:focus {
  outline: none }
.icon{
  margin:0;
}
img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border:0;
  display: inline-block;
}
:root {
  --yx_Color: #215fe5;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity:0.5;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity:0.5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity:0.5;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity:0.5;
}
.clearfix{
  *zoom:1;
}
/*清除浮动*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
/*清除浮动兼容*/
/*页码*/
.page_con {
  width: 100%;
  display: flex;
  max-width: 610px;
  margin: 0 auto;
  align-items: center;
  padding: 22px 35px;
  background: #fafafa;
  justify-content: center;
}
.page_a{
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
  width: auto;
  font-size: 16px;
  color: #333;
}
.page_prev {
  width: 70px;
  margin-right: 2vw;
}
.page_next  {
  width: 70px;
  margin-left: 2vw;
}
.page_a.disabled{
  background: transparent;
  border: none;
  font-size: 16px;
}
.page_num {
  width: 36px;
  line-height: 36px;
  height: auto;
  border-radius: 0;
  margin: 0 4px;
}
.page_a.current{
  background: var(--yx_Color);
}
.page_a.disabled:hover{
  background: transparent;
}
.page_a:hover{
  color: var(--yx_Color);
}
.page_a.current:hover {
    background-color: var(--yx_Color);
    border-color: var(--yx_Color);
}

