@charset "utf-8";
body{
  background:#FFF;
  text-align:center;
  margin:0;
  overflow-y: scroll;
}
body,body *{
  font-family:'Arial', 'Verdana', 'Microsoft YaHei', '微软雅黑', '宋体';
}
body,td,th,div,ul,li,a,dl,dd,dt,h1,h2,h3,h4,h5,h6{
  color: #000;
}
a:hover{
  color:#25499d;
}
body,td,th,div,ul,li,a,font,a,dl,dd,dt{
  font-size: 22px;
  line-height: 1.8;
}
input,select,textarea{
  font-size: 18px;
}
a{
  text-decoration:none;
}
a,
img,
*:focus{
  outline:none;
}
textarea{
  resize:none;
}
div,ul,li,dd,dt,h1,h2,h3,h4,h5,h6,dl,menu,nav{
  margin:0;
  padding:0;
  text-align:left;
  list-style:none;
}
img{
  border:0;
}
li img{
  display:block;
  margin:0 auto;
}
input[type='text'],
input[type='password'],
input[type='number'],
select,
textarea{
  border:1px solid #CCC;
}
input[type='text'],
input[type='number'],
input[type='password']{
  padding:5px 0;
}
input[type='submit'],
input[type='reset'],
input[type='button']{
  padding:3px 12px;
  cursor:pointer;
}
select{
  padding:3px 0;
}
body .fl-left{
  float:left;
}
body .fl-right{
  float:right;
}
.clear,
.clearfix:before,
.clearfix:after,
.content:after,
#header:before,
#header:after,
#among:before,
#among:after,
#footer:before,
#footer:after{
  height:0;
  clear:both;
  display:block;
  overflow:hidden;
}
.clearfix:before,
.clearfix:after,
.content:after,
#header:before,
#header:after,
#among:before,
#among:after,
#footer:before,
#footer:after{
  content:"";
}
p{
  margin:0;
}
.big_img img{
  max-width:100%;
}
.pageStyle{
  clear: both;
  font-size: 0;
  padding-top:24px;
  letter-spacing: -1px;
  text-align: center;
}
.pageStyle *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  line-height: 30px;
  min-width: 32px;
  font-size: 14px;
  text-align: center;
  margin-left: -1px;
  padding: 0 10px;
  border: 1px solid #EEE;
  height:32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageStyle *:first-child{
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}
.pageStyle *:last-child{
  border-radius: 0 4px 4px 0;
}
.ellipsis{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.ellipsis1{
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  .ellipsis1{
    display: block;
  }
}
td,th{
  padding:2px 10px;
  border:1px solid #DDD;
}
.ue-table-interlace-color-single{
  background:#fcfcfc;
}
.ue-table-interlace-color-double{
  background:#f7faff;
}
.error_message{
  position: fixed;
  background: rgba(0,0,0,0.5);
  color: white;
  top: 50%;
  left: 50%;
  width: 260px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  display: none;
  z-index: 99999999;
  transform: translate(-50%,-100%)
}