@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: #262E5D;
  --yx_CTwo: #262E5D;
  --yx_Grad: linear-gradient(120deg, #1ea83a, #1d327c);
}
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;
}
.button_st {
  width: 115px;
  display: block;
  line-height: 44px;
  color: #fff;
  position: relative;
  transition: 0.6s all;
}
.button_st:after{
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s all;
}
.button_st span{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button_st:hover{
  background: var(--yx_Color);
  color: #fff;
  padding: 0 10px;
  width: 120px;
}
.button_st:hover:after{
  width:0;
}



/*页码*/
.page_a{
  width:48px;
  height:48px;
  line-height:48px;
  border-radius:24px!important;
  border:1px solid #e4e4e4;
  background:transparent;
  font-size:18px!important;
  color:#000;
  margin:0 7.5px;
}
.page_a.page_next,.page_a.page_prev{
  width:120px;
}
.page_a.current{
  background:var(--yx_Color);
  border:1px solid var(--yx_Color);
}
.page_a:hover{
  color:#fff;
  background:var(--yx_Color);
  border:1px solid var(--yx_Color);
}
.page_a.current:hover{
  color:#fff;
  background:var(--yx_Color);
  border:1px solid var(--yx_Color);
}
.page_a.disabled{
  color:#000;
  border:1px solid #e4e4e4;
  background:#fff;
}
.page_a.disabled:hover{
  color:#000;
  border:1px solid #e4e4e4;
  background:#fff;
}

.page_confirmJump{
  background:var(--yx_Color);
}
@media only screen and (max-width: 800px) {
  .page_a{
    width:30px;
    height:30px;
    line-height:30px;
    font-size:12px!important;
    margin:0 2px;
  }
  .page_a.page_next,.page_a.page_prev{
    width:55px;
  }
}
