@font-face {
    font-family: "poker_font";
    src: url('../fonts/poker_font.eot');
    src: url('../fonts/poker_font.eot') format('embedded-opentype'),
    url("../fonts/poker_font.ttf") format("truetype"),
    url("../fonts/poker_font.woff") format("woff"),
    url("../fonts/poker_font.svg") format("svg");
    font-weight: normal;
}

body, p, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "poker_font", 'Hiragino Sans GB', 'microsoft yahei', arial, sans-serif;
    color: #B38549;
    list-style: none;
}

a {
    color: #b38549;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #DDBD8A;
}

input, img {
    border: 0 none;
    outline-style: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.font_arial {
    font-family: Arial;
!important;
}

em {
    font-style: normal;
}
.pagebar { padding:20px; overflow:hidden; clear:both; width:100%}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}

#maximg img{ max-width:100%; height:auto !important}