@import url(../font/iconfont.css);
@import url(./public/index.css);
@import url(./public/game.css);
@import url(./public/news.css);
@import url(./public/service.css);
@import url(./public/dialog.css);
@import url(./public/page.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #fff;
  color: #000; }

body {
  background-color: #f5f5f5; }

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font: 12px Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif; }

input, select, textarea {
  font-size: 100%; }

input::placeholder {
  color: #bbb; }

input, button {
  outline-style: none; }

button {
  cursor: pointer;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: inherit; }

b {
  font-weight: normal; }

fieldset, img {
  border: 0;
  vertical-align: middle; }

iframe {
  display: block; }

abbr, acronym {
  border: 0;
  font-feature-settings: normal;
  font-variant: normal; }

del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

q:after, q:before {
  content: ""; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

a {
  color: #fff;
  transition: color .2s; }

a, a:hover, ins {
  text-decoration: none; }

:focus, a:focus {
  outline: 0; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

.hide {
  display: none; }

.block {
  display: block; }

.fl {
  float: left; }

.fr {
  float: right; }

.bd0 {
  border: none !important; }

.placeholder {
  color: #bbb; }

body, html {
  min-width: 1200px !important;
  overflow: auto !important; }

body {
  min-height: 100vh;
  background-color: #f5f5f5; }

.clynav {
  padding: 30px 20px 0 20px;
  background-color: #fff; }
  .clynav span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    margin-right: 10px;
    float: left;
    padding: 0 19px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    background-color: #eee;
    cursor: pointer; }
    .clynav span:last-child {
      margin-right: 0; }
  .clynav .active {
    background-color: #FF8500;
    color: #fff; }

.gmbox {
  width: 100%;
  overflow: hidden; }

/*# sourceMappingURL=h5.css.map */
