@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

*:focus {
  outline: none; }

html {
  background-attachment: fixed;
  background-image: url("/public/images/bg-galaxy.ba6b00071205.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

body {
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  padding-bottom: 0; }
  body * {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  body a {
    border: 0;
    outline: none;
    text-decoration: none; }
    body a, body a:hover, body a:visited {
      border: 0;
      color: #64efff;
      outline: none; }
    body a:hover, body a:hover:active {
      border: 0;
      outline: none;
      text-decoration: underline; }
    body a:focus {
      border: 0;
      outline: none; }
  body textarea {
    resize: none; }
  body .ltr {
    direction: ltr; }
  body .container {
    margin: 0 auto;
    width: 1220px; }
  body .main {
    margin: 20px 0 0; }
    body .main .game {
      display: inline-block; }
      body .main .game .banner {
        background: url("/public/images/bg-banner.png");
        box-sizing: border-box;
        display: block;
        font-family: Arial;
        height: 91px;
        padding-top: 10px;
        text-align: center;
        width: 899px; }
        body .main .game .banner .p1 {
          display: block; }
        body .main .game .banner .p1,
        body .main .game .banner .p3 {
          color: #9fd4ee;
          font-size: 16px; }
        body .main .game .banner .p3 {
          display: inline; }
        body .main .game .banner .p2 {
          color: #9fd4ee;
          display: inline;
          font-size: 22px;
          font-weight: bold; }
        body .main .game .banner .p4 {
          background: url("/public/images/btnBase.png") no-repeat;
          box-sizing: border-box;
          color: #46fdcc;
          display: inline-block;
          font-size: 12px;
          height: 32px;
          margin-top: 4px;
          padding: 10px 12px;
          text-align: center;
          width: 129px; }
    body .main .right {
      display: inline-block;
      float: right;
      vertical-align: top; }
    body .main .copyright p {
      color: #fff;
      font-size: 12px;
      line-height: 16px; }
  body .feedback-box {
    height: 95%;
    width: 100%; }

header {
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  width: 100%; }
  header .links {
    display: inline-block;
    line-height: 80px;
    margin-left: -25px;
    vertical-align: top; }
    header .links a {
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      transition: all .2s ease-out;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      margin: 0 10px;
      text-decoration: none;
      text-transform: uppercase; }
      header .links a:first-child {
        margin-left: 0; }
      header .links a:last-child {
        margin-right: 0; }
      header .links a:hover, header .links a.active {
        color: #64efff;
        text-shadow: 0 1px 15px #64efff; }
  header .socials {
    display: inline-block;
    float: right;
    margin: 30px 0 0 20px;
    vertical-align: top; }
    header .socials div {
      overflow: hidden;
      vertical-align: top;
      width: 90px; }
      header .socials div:first-child {
        margin-right: 20px; }
  header a.logo {
    display: inline-block;
    margin: 8px 0 0 -15px; }
    header a.logo img {
      height: 64px;
      width: 256px; }

.box {
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  width: 300px; }
  .box .title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .box .more {
    color: #64efff;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px; }
    .box .more a {
      padding-right: 12px;
      position: relative; }
      .box .more a::after {
        border-right: 2px solid;
        border-top: 2px solid;
        content: '';
        display: block;
        font-weight: bold;
        height: 5px;
        margin-top: 12px;
        padding: 0 7px 2px 0;
        position: absolute;
        right: 0;
        top: -50%;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0; }
  .box .sub-title,
  .box .sub-sub-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 7px;
    width: 100%; }
  .box .sub-sub-title {
    border: 0;
    margin: 15px 0 0; }
  .box p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px; }
    .box p:last-child {
      margin-bottom: 0; }
  .box.faq .sub-title, .box.faq .sub-sub-title, .box.guide .sub-sub-title {
    color: #64efff; }
  .box.faq p {
    margin: 0 0 20px; }
  .box.box-big {
    float: left;
    height: 600px;
    overflow: auto;
    overflow-y: auto;
    width: 900px; }

.keyboard-controls .keyboard-control {
  display: inline-block;
  margin-bottom: 10px;
  width: 128px; }
  .keyboard-controls .keyboard-control .key {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin-right: 10px;
    padding-top: 8px;
    text-align: center;
    width: 24px; }
    .keyboard-controls .keyboard-control .key.big {
      width: 53px; }
  .keyboard-controls .keyboard-control .description {
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 8px;
    vertical-align: top; }
    .keyboard-controls .keyboard-control .description.small {
      font-size: 10px; }

.mouse-controls {
  vertical-align: top; }
  .mouse-controls svg {
    display: inline-block;
    float: left;
    margin-right: 15px; }
  .mouse-controls .mouse-control {
    margin-bottom: 5px; }
    .mouse-controls .mouse-control:last-child {
      margin-bottom: 0; }
    .mouse-controls .mouse-control .number {
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      width: 7px; }
    .mouse-controls .mouse-control .description {
      color: rgba(255, 255, 255, 0.75);
      display: inline-block;
      font-size: 11px;
      font-weight: bold;
      margin-left: 4px; }

/*# sourceMappingURL=main.css.map */
