@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;
}

.page {
    margin-top: 30px;
}

.page-left {
    width: 380px;
    min-height: 500px;
    background-color: #FFFFFF;
}

.page-right {
    width: 810px;
    min-height: 500px;
    background-color: #FFFFFF;
}

.about-nav {
    width: 380px;
    min-height: 418px;
    background-color: #FFFFFF;
}

.about-nav-wrap {
    padding-top: 20px;
    width: 100%;
}

.about-nav-cell {
    cursor: pointer;
    line-height: 1;
    padding-left: 143px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-left: 4px solid transparent;
    color: #999999;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.about-nav-cell i {
    font-size: 22px;
    margin-right: 10px;
}

.about-nav .active {
    border-left: 4px solid #FF8500;
    background-color: #F5F5F5;
    color: #FF8500;
}

.about-content-item {
    display: none;
}

.about-content .active {
    display: block;
}

.about-html {
    padding: 30px 40px;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
}

.about-html__gy {
    color: #666666;
}

.about-html__gy p {
    font-size: 16px;
    margin-bottom: 22px;
    text-indent: 2em;
}

.about-html__lx li {
    margin-bottom: 20px;
}

.about-html__lx li:before {
    content: '';
    margin-right: 13px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #D8D8D8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-html__lx li p {
    display: inline;
}

.about-html__sw {
    font-size: 16px;
    color: #666666;
}

.about-html__sw h4 {
    margin-bottom: 22px;
}

.about-html__sw ul {
    margin-top: 45px;
}

.about-html__sw li {
    margin-bottom: 20px;
}

.about-html__sw li:before {
    content: '';
    margin-right: 13px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #D8D8D8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-html__sw li p {
    display: inline;
}

.about-html__xy {
    font-size: 16px;
    color: #666666;
}

.about-html__xy h4 {
    margin: 15px 0;
}

.about-html__xy p {
    margin-bottom: 8px;
}

.about-html__jf {
    font-size: 16px;
    color: #666666;
}

.about-html__jf h4 {
    margin-bottom: 10px;
}

.about-html__jf img {
    display: block;
    margin: 0 auto;
}

.about-html__jf li {
    margin-bottom: 10px;
}

.about-html__jf p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.about-html__jf div {
    margin-bottom: 10px;
}

.about-html__gh {
    color: #666666;
}

.about-html__gh h4 {
    font-size: 16px;
    color: #6699FF;
    font-weight: 700;
    margin-top: 32px;
}

.about-html__gh img {
    width: 100%;
}

.about-html__gh p {
    line-height: 20px;
    margin: 15px 0;
}

.about-html__gh ul {
    margin: 5px 0;
}

.about-html__gh li {
    margin-left: 2em;
    line-height: 22px;
    list-style: decimal;
}

.about-html__fcm img {
    width: 100%;
}

.about-html__fcm p {
    line-height: 20px;
    margin: 15px 0;
}

.about-title {
    border-bottom: 1px solid #E6E6E6;
    padding-left: 40px;
}

.about-title span {
    display: inline-block;
    font-size: 20px;
    color: #FF8500;
    line-height: 66px;
    position: relative;
}

.about-title span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -2px;
    background-color: #FF8500;
}

/*# sourceMappingURL=about.css.map */
