@charset "utf-8";
@font-face {
  font-family: 'bookman_old_styleitalic';
  src: url('/public/font/bookman-old-style-italic-webfont.woff2') format('woff2'),
       url('/public/font/bookman-old-style-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
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: #d3d3d3;
}
a:hover{
  color: yellow;
}
body,td,th,div,ul,li,a,font,a,dl,dd,dt{
  font-size: 14px;
  line-height: 2;
}
input,select,textarea{
  font-size: 14px;
}
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: 3%;
  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 #383838;
  height: 32px;
  color: white;
  background: #2f2523;
  -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;
}
.element .img{
  overflow: hidden;
  position: relative;
}
.element .img img{
  width: 100%;
  transition: all 0.5s;
}
.element .img img:nth-child(2){
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.element:hover .img img{
  transform: scale(1.15);
}
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%)
}