@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;
}

.sah-title {
    background-color: #FFFFFF;
    padding-top: 20px;
    line-height: 30px;
    padding-left: 20px;
}

.sah-title h1 {
    padding-left: 16px;
    font-size: 24px;
    line-height: 1;
    color: #333333;
    position: relative;
}

.sah-title h1:before {
    content: '';
    height: 30px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-color: #FF8500;
}

.sah-title h1 b {
    color: #FF8500;
}

.sah-head {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.sah-game {
    margin-top: 10px;
}

.sah-news {
    background-color: #FFFFFF;
    padding-top: 10px;
}

.sah-news-wrap {
    padding: 0 20px;
}

.sah-news-item {
    display: block;
    cursor: pointer;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
}

.sah-news-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
}

.sah-news-link {
    font-size: 14px;
    color: #FF8500;
}

.sah-news-time {
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 28px;
}

/*# sourceMappingURL=search.css.map */
