@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: #FFFFFF;
    color: #000000;
}

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: #BBBBBB;
}

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: #FFFFFF;
    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: #BBBBBB;
}

body, html {
    min-width: 1200px !important;
    overflow: auto !important;
}

body {
    min-height: 100vh;
    background-color: #F5F5F5;
}

.sysnav {
    background-color: #FFFFFF;
    padding-top: 35px;
    text-align: center;
}

.sysnav-box {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #FF8500;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sysnav button {
    height: 50px;
    width: 180px;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #333333;
    border-right: 1px solid #FF8500;
    cursor: pointer;
}

.sysnav button:last-child {
    border: none;
}

.sysnav .active {
    color: #FF8500;
}

.clynav {
    background-color: #FFFFFF;
    padding: 30px 20px 0 20px;
}

.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: #666666;
    background-color: #EEEEEE;
    cursor: pointer;
}

.clynav span:last-child {
    margin-right: 0;
}

.clynav .active {
    background-color: #FF8500;
    color: #FFFFFF;
}

.gmbox {
    width: 100%;
    overflow: hidden;
}

.gmbox .glist-cly {
    margin-bottom: 2px;
}

/*# sourceMappingURL=online.css.map */
