.header {
  position: relative;
  width: 100%;
  height: 88px;
  z-index: 100; }
  .header .main {
    width: 100%;
    min-width: 1120px;
    height: 88px;
    line-height: 88px;
    padding: 0 48px; }
  .header .list, .header .inner-list {
    display: block;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .header .list-item, .header .inner-list-item {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .header .link {
    color: inherit;
    display: inline-block;
    font-size: 14px; }
    .header .link:hover {
      text-decoration: none;
      color: #247ddc; }
  .header .logo-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 203px;
    height: 28px;
    float: left;
    margin-right: 48px;
    margin-top: 30px; }
  .header .logo {
    display: block;
    width: 203px;
    height: 28px; }
  .header .svg-logo {
    fill-rule: evenodd; }
  .header .nav .list-item {
    padding: 0 24px;
    vertical-align: top; }
  .header .nav > .active > .link {
    height: 88px;
    line-height: 88px; }
  .header .uc .download {
    display: none;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
  .header .uc .block-login {
    display: inline-block;
    margin-left: 16px; }
    .header .uc .block-login .uc-avatar, .header .uc .block-login .uc-title, .header .uc .block-login .icon {
      display: inline-block; }
    .header .uc .block-login .uc-avatar {
      width: 32px;
      height: 32px;
      border-radius: 16px; }
    .header .uc .block-login .uc-title {
      margin-left: 8px;
      max-width: 9em; }
  .header .uc .block-unlogin {
    display: inline-block;
    margin-left: 16px; }
    .header .uc .block-unlogin .sep {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6); }
    .header .uc .block-unlogin .login {
      padding-right: 8px; }
    .header .uc .block-unlogin .register {
      padding-left: 8px; }
  .header .dropdown {
    position: relative; }
    .header .dropdown .dropdown-toggle {
      position: relative;
      vertical-align: top;
      z-index: 1001;
      font-size: 0; }
      .header .dropdown .dropdown-toggle .title {
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        height: 88px;
        line-height: 88px; }
      .header .dropdown .dropdown-toggle .icon {
        display: inline-block;
        width: 14px;
        height: 14px;
        position: relative;
        top: 37px;
        vertical-align: top;
        font-size: 14px;
        margin-left: 4px; }
      .header .dropdown .dropdown-toggle .icon-icon-arrowdown {
        -webkit-transition: -webkit-transform 400ms linear;
        transition: -webkit-transform 400ms linear;
        transition: transform 400ms linear;
        transition: transform 400ms linear, -webkit-transform 400ms linear; }
    .header .dropdown .dropdown-menu {
      z-index: 1000;
      display: none;
      position: absolute;
      padding: 0;
      background-color: #ffffff;
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
              box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
      top: 88px;
      text-align: center; }
      .header .dropdown .dropdown-menu .list-item {
        display: block;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #f1f2f4; }
      .header .dropdown .dropdown-menu .list-item:last-child {
        border-bottom: 0; }
      .header .dropdown .dropdown-menu .link {
        display: block;
        padding: 0 32px;
        line-height: 48px;
        color: rgba(0, 0, 0, 0.6); }
        .header .dropdown .dropdown-menu .link:hover {
          color: #247ddc; }
      .header .dropdown .dropdown-menu .inner-list {
        display: block;
        padding: 8px 0; }
      .header .dropdown .dropdown-menu .inner-list-item {
        display: block;
        padding: 0; }
        .header .dropdown .dropdown-menu .inner-list-item .link {
          line-height: 32px; }
    .header .dropdown .menu-game {
      width: 120px;
      margin-left: -23px; }
    .header .dropdown .menu-dev {
      width: 148px;
      margin-left: -37px; }
      .header .dropdown .menu-dev.en {
        width: 154px;
        margin-left: -29px; }
        .header .dropdown .menu-dev.en .link {
          padding: 0 16px; }
    .header .dropdown .menu-uc {
      width: 120px;
      right: 0; }
    .header .dropdown:hover .dropdown-menu {
      display: block; }
    .header .dropdown:hover .icon-icon-arrowdown {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .header.theme-default .main {
    background-color: transparent; }
  .header.theme-default .svg-logo {
    fill: #fff; }
  .header.theme-default .link {
    color: rgba(255, 255, 255, 0.6); }
    .header.theme-default .link:hover {
      color: #ffffff; }
  .header.theme-default .nav > .active > .link {
    color: #ffffff;
    border-bottom: 2px solid #ffffff; }
  .header.theme-default .uc .sep {
    color: rgba(255, 255, 255, 0.6); }
  .header.theme-white .main {
    background-color: rgba(255, 255, 255, 0.9); }
  .header.theme-white .svg-logo {
    fill: #247ddc; }
  .header.theme-white .link {
    color: rgba(0, 0, 0, 0.6); }
    .header.theme-white .link:hover {
      color: #247ddc; }
  .header.theme-white .nav > .active > .link {
    color: #247ddc;
    border-bottom: 2px solid #247ddc; }
  .header.theme-white .uc .sep {
    color: rgba(0, 0, 0, 0.6); }
  .header.theme-white .uc .download {
    display: inline-block;
    color: #ffffff; }
    .header.theme-white .uc .download:hover {
      color: #ffffff; }
  .header.sub .main {
    position: fixed; }
  .header.sub .uc .download {
    display: none; }
  .header.changing .main {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-88px);
            transform: translateY(-88px);
    opacity: 0;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    z-index: 101; }
  .header.in .main {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out;
    transition: opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out,opacity 400ms ease-in-out;
    transition: transform 400ms ease-in-out,opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out; }
  .header.out .main {
    opacity: 0;
    -webkit-transform: translateY(-88px);
            transform: translateY(-88px);
    -webkit-transition: opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out;
    transition: opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out,opacity 400ms ease-in-out;
    transition: transform 400ms ease-in-out,opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out; }
  .header.hung .main {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05); }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  cursor: pointer;
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Scaffolding */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #247ddc; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

/*! Grid system */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }

@media (min-width: 768px) {
  .container {
    width: 768px; } }

@media (min-width: 992px) {
  .container {
    width: 960px; } }

@media (min-width: 1200px) {
  .container {
    width: 1152px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/*! Utility */
.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.affix {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.ellipsis {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.btn {
  border-radius: 2px;
  cursor: pointer; }

.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  outline: none; }

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  border-radius: 2px;
  color: #ffffff;
  background: #247ddc; }

.btn-primary:hover,
.btn-primary.hover {
  color: #ffffff;
  background: #3a8ae0; }

.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background: #2071c7; }
@font-face {
  font-family: 'icomoon';
  src: url(/public/img/icomoon-f11c2.eot);
  src: url(/public/img/icomoon-f11c2.eot#iefix) format("embedded-opentype"), url(/public/img/icomoon-12cc1.ttf) format("truetype"), url(/public/img/icomoon-553be.woff) format("woff"), url(/public/img/icomoon-51dd2.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-24h:before {
  content: "\E900"; }

.icon-icon-apple:before {
  content: "\E901"; }

.icon-icon-arrowdown:before {
  content: "\E902"; }

.icon-icon-arrowup:before {
  content: "\E903"; }

.icon-icon-facebook:before {
  content: "\E904"; }

.icon-icon-global:before {
  content: "\E905"; }

.icon-icon-googleplus:before {
  content: "\E906"; }

.icon-icon-line:before {
  content: "\E907"; }

.icon-icon-list:before {
  content: "\E908"; }

.icon-icon-mail:before {
  content: "\E909"; }

.icon-icon-more-o:before {
  content: "\E90A"; }

.icon-icon-phone:before {
  content: "\E90B"; }

.icon-icon-qq:before {
  content: "\E90C"; }

.icon-icon-search:before {
  content: "\E90D"; }

.icon-icon-twitter:before {
  content: "\E90E"; }

.icon-icon-vk:before {
  content: "\E90F"; }

.icon-icon-wechat:before {
  content: "\E910"; }

.icon-icon-weibo:before {
  content: "\E911"; }

.icon-icon-windows:before {
  content: "\E912"; }

.icon-icon-youtube:before {
  content: "\E913"; }
@font-face {
  font-family: "DIN-Regular";
  src: url(/public/img/DIN-Regular-55014.eot);
  /* IE9 */
  src: url(/public/img/DIN-Regular-55014.eot?#iefix) format("embedded-opentype"), url(/public/img/DIN-Regular-a1f95.woff) format("woff"), url(/public/img/DIN-Regular-d70fe.ttf) format("truetype"), url(/public/img/DIN-Regular-d4f06.svg#DIN-Regular) format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "PingFang Light";
  src: url("/public/img/PingFang Light-4bfa6.eot");
  /* IE9 */
  src: url("/public/img/PingFang Light-4bfa6.eot?#iefix") format("embedded-opentype"), url("/public/img/PingFang Light-f2aae.woff") format("woff"), url("/public/img/PingFang Light-5eec8.ttf") format("truetype"), url("/public/img/PingFang Light-3d84d.svg#PingFang Light") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }
@charset "UTF-8";
body {
  min-width: 1120px; }
  body.ru {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif; }
  body.kr {
    font-family: 'Nanum Gothic', NanumGothic, '\B098\B214\ACE0\B515', 'Malgun Gothic', '\B9D1\C740\ACE0\B515', 'Apple SD Gothic Neo', Meiryo, Dotum, '\B3CB\C6C0', sans-serif; }
  body.jp {
    font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,sans-serif; }
  body.vn {
    font-family: 'Times New Roman', 'Open Sans',Arial,Helvetica,sans-serif; }
  body.th {
    font-family: Angsasa upc, Tahoma; }

.shader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0; }
  .shader.active {
    opacity: 1;
    z-index: 2000; }
.footer {
  height: 352px;
  border-top: 1px solid #f1f2f4;
  text-align: center;
  padding-top: 64px;
  position: relative;
  font-size: 0; }
  .footer .col {
    display: inline-block;
    width: 200px;
    text-align: left;
    vertical-align: top; }
  .footer .col-lang {
    width: 240px; }
  .footer .col-policy {
    width: 280px; }
  .footer .logo {
    display: block;
    width: 150px;
    height: 32px;
    margin-bottom: 32px; }
  .footer .nav-lang {
    display: inline-block;
    min-width: 136px; }
    .footer .nav-lang .lang {
      display: inline-block;
      border: 1px solid #f1f2f4;
      border-radius: 2px;
      background-color: #f7f8fa;
      height: 32px;
      width: 100%;
      color: rgba(0, 0, 0, 0.6);
      font-size: 0; }
      .footer .nav-lang .lang:hover {
        color: rgba(0, 0, 0, 0.6); }
      .footer .nav-lang .lang .icon-icon-arrowdown {
        -webkit-transition: -webkit-transform 400ms linear;
        transition: -webkit-transform 400ms linear;
        transition: transform 400ms linear;
        transition: transform 400ms linear, -webkit-transform 400ms linear; }
      .footer .nav-lang .lang > .icon, .footer .nav-lang .lang .name {
        font-size: 14px;
        line-height: 30px;
        vertical-align: top; }
        .footer .nav-lang .lang > .icon:nth-child(1), .footer .nav-lang .lang .name:nth-child(1) {
          display: inline-block;
          width: 32px;
          height: 30px;
          text-align: center;
          border-right: 1px solid #f1f2f4;
          font-size: 16px; }
        .footer .nav-lang .lang > .icon:nth-child(2), .footer .nav-lang .lang .name:nth-child(2) {
          display: inline-block;
          padding-left: 8px;
          width: calc(100% - 64px); }
        .footer .nav-lang .lang > .icon:nth-child(3), .footer .nav-lang .lang .name:nth-child(3) {
          display: inline-block;
          width: 32px;
          height: 30px;
          text-align: center;
          font-size: 16px; }
  .footer .h3 {
    margin: 0;
    font-weight: normal;
    line-height: 32px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6); }
  .footer .list {
    display: block;
    margin: 0;
    padding: 0; }
  .footer .list-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    display: block; }
  .footer .link {
    color: inherit;
    line-height: 32px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    vertical-align: top; }
    .footer .link:hover {
      text-decoration: none;
      color: #247ddc; }
  .footer .icon-contact {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    line-height: 32px;
    vertical-align: top;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4); }
  .footer .copyright {
    font-size: 0;
    height: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.4); }
  .footer .copyright-c {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  .footer .copyright-a {
    font-size: 14px; }
  .footer .home-protect {
    color: #247ddc; }
  .footer .dropdown {
    position: relative; }
    .footer .dropdown .dropdown-toggle {
      z-index: 1001; }
    .footer .dropdown .dropdown-menu {
      z-index: 1000;
      display: none;
      position: absolute;
      bottom: 32px;
      width: 100%;
      padding: 8px 12px;
      background-color: #ffffff;
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
              box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05); }
      .footer .dropdown .dropdown-menu .list-item {
        display: inline-block;
        margin: 0;
        padding: 0;
        display: block; }
      .footer .dropdown .dropdown-menu .link {
        color: inherit;
        display: block;
        line-height: 32px;
        color: rgba(0, 0, 0, 0.4); }
        .footer .dropdown .dropdown-menu .link:hover {
          text-decoration: none;
          color: #247ddc; }
    .footer .dropdown:hover .dropdown-menu {
      display: block; }
    .footer .dropdown:hover .icon-icon-arrowdown {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.shader-qrcode-wx .qrcode-container, .shader-qrcode-line .qrcode-container {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  width: 280px;
  height: 320px;
  background-color: #ffffff;
  text-align: center;
  padding: 11px 0; }

.shader-qrcode-wx .qrcode-img, .shader-qrcode-line .qrcode-img {
  display: inline-block;
  width: 258px;
  height: 258px; }

.shader-qrcode-wx .qrcode-hint, .shader-qrcode-line .qrcode-hint {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6); }
