@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, html {
  min-height: 100vh;
  background-color: #f5f5f5; }

.banner {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  overflow: hidden; }
  .banner-item {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    display: block;
    position: relative;
    overflow: hidden; }
  .banner-img {
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.content-item {
  margin-bottom: 10px;
  background-color: #fff;
  padding-bottom: 20px; }
.content-ad {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: block; }
  .content-ad img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.content-load {
  display: inline-block;
  width: 100%;
  background: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #FF8500;
  border-bottom: 1px solid #E6E6E6;
  margin-top: 10px;
  cursor: pointer; }
  .content-load:active {
    color: #d76e00; }

/*# sourceMappingURL=index.css.map */
