/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

footer {
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
  background-color: #000000;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body {
  background-color: #ebe9eb;
  font-family: Arial, "WenQuanYi Zen Hei", "LiHei Pro", "Microsoft JhengHei";
  position: relative;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 0) and (max-width: 479px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 960px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 1601px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.wrap {
  width: 100%;
  position: relative;
}

.header {
  background: transparent url(../image/asset/menu-bg.png) no-repeat center 0;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

.header__inner {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

.header__logo {
  width: 138px;
  height: 65px;
  position: absolute;
  top: 18px;
  left: 23px;
  margin: 0;
  padding: 0;
}

.header__logo-f {
  width: 156px;
  height: 124px;
  position: absolute;
  top: -9px;
  left: 14px;
  margin: 0;
  padding: 0;
}

.header.is-down {
  top: 0;
}

.nav-list {
  margin: 0;
  padding: 0;
  width: 705px;
  height: 70px;
  list-style: none;
  position: absolute;
  right: 0;
  top: 27px;
  overflow: hidden;
}

.nav-list li {
  float: left;
}

.nav-list li.is-active .nav-list__btn-link {
  background-position-y: -70px;
}

.nav-list__btn-link {
  background: transparent url(../image/asset/menu-all.png) no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.nav-list__btn-link--free {
  width: 141px;
  height: 70px;
  background-position-x: 0;
}

.nav-list__btn-link--mission {
  width: 142px;
  height: 70px;
  background-position-x: -141px;
}

.nav-list__btn-link--game {
  width: 141px;
  height: 70px;
  background-position-x: -283px;
}

.nav-list__btn-link--top {
  width: 142px;
  height: 70px;
  background-position-x: -424px;
}

.nav-list__btn-link--download {
  width: 139px;
  height: 70px;
  background-position-x: -566px;
}

.nav-list__btn-link:hover {
  background-position-y: -70px;
}

.main {
  width: 100%;
  position: relative;
  z-index: 0;
}

.section {
  width: 100%;
  height: 100%;
  min-height: 955px;
  position: relative;
}

.section--home {
  background: #100904 url(../image/asset/s1-bg.jpg) no-repeat center top;
}

.section--free {
  background: #100904 url(../image/asset/s2-bg.jpg) no-repeat center top;
}

.section--mission {
  background: #220b00 url(../image/asset/s3-bg.jpg) no-repeat center top;
  min-height: auto;
  height: auto;
  padding-bottom: 130px;
}

.section--game {
  background: #100904 url(../image/asset/s4-bg.jpg) no-repeat center top;
}

.section__inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 104px;
  position: relative;
}

.section__s1-title-1 {
  margin: 0;
  padding: 0;
}

.section__s1-title-1 img {
  display: block;
  margin: 0 auto;
}

.section__s1-title-2 {
  margin: 0;
  padding: 0;
  position: relative;
}

.section__s1-title-2 img {
  display: block;
  margin: 0 auto;
}

.section__s1-comming {
  position: relative;
  top: 80px;
  display: block;
  margin: 0 auto;
}

.section__btn-more {
  display: block;
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin-left: -257px;
}

.section__btn-more img {
  display: block;
  margin: 0 auto;
}

.section__s2-title-1 {
  margin: 0;
  padding: 0;
  position: relative;
  top: -11px;
}

.section__s2-title-1 img {
  display: block;
  margin: 0 auto;
}

.section__s2-title-2 {
  margin: 0;
  padding: 0;
  position: relative;
  top: -14px;
}

.section__s2-title-2 img {
  display: block;
  margin: 0 auto;
}

.section__s3-title-1 {
  margin: 0;
  padding: 0;
  position: relative;
  top: -10px;
}

.section__s3-title-1 img {
  display: block;
  margin: 0 auto;
}

.section__s4-title-1 {
  margin: 0;
  padding: 0;
  position: relative;
  top: -10px;
}

.section__s4-title-1 img {
  display: block;
  margin: 0 auto;
}

.section__s4-title-2 {
  margin: 0;
  padding: 0;
  position: relative;
  top: -30px;
}

.section__s4-title-2 img {
  display: block;
  margin: 0 auto;
}

.s2-menu {
  margin: 0;
  padding: 0;
  width: 848px;
  height: 467px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: -20px;
}

.s2-menu li {
  float: left;
}

.s2-menu__btn-link {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(../image/asset/s2-btn-all.png) no-repeat 0 0;
  display: block;
  width: 424px;
  height: 467px;
  overflow: hidden;
}

.s2-menu__btn-link--free {
  background-position: 0 0;
}

.s2-menu__btn-link--item {
  background-position: -424px 0;
}

.s2-menu__btn-link:hover {
  background-position-y: -467px;
}

.mission {
  background-color: rgba(167, 33, 33, 0.27);
  width: 1073px;
  margin: 0 auto 20px;
  padding: 54px 44px 45px 44px;
  border-radius: 5px;
  position: relative;
  top: 0;
}

.mission__h3 {
  width: 926px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 200;
  margin: 0 auto 10px auto;
}

.mission-time {
  margin-bottom: 42px;
}

.mission-time__time {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  height: 44px;
  margin: 0 0 19px 0;
  padding: 0;
}

.mission-time strong {
  display: inline-block;
  background-color: #a72121;
  border-radius: 30px;
  padding: 0 30px;
  line-height: 44px;
  vertical-align: middle;
}

.mission-time span {
  font-weight: bold;
  display: inline-block;
  line-height: 44px;
}

.mission-event {
  background: transparent url(../image/asset/mission-event-bg.png) no-repeat 0 0;
  width: 986px;
  height: 282px;
  margin: 0 auto;
  padding: 45px 30px;
}

.mission-event__event-left {
  float: left;
  width: 530px;
  height: 200px;
}

.mission-event__event-right {
  float: right;
  width: 270px;
  height: 200px;
}

.mission-event__text {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #feecd2;
}

.mission-event__text-example {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #a3a2c5;
}

.mission-event__text-remind {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: #fff100;
  font-weight: bold;
}

.mission-table {
  background-color: rgba(80, 1, 1, 0.65);
  border-radius: 22px 22px 0 0;
  margin-bottom: 10px;
}

.mission-table__rows-th {
  background-color: #a72121;
  height: 44px;
  border-radius: 22px;
  font-size: 0;
}

.mission-table__rows-th span {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
}

.mission-table__rows-th span:nth-child(1) {
  width: 360px;
}

.mission-table__rows-th span:nth-child(2) {
  width: 140px;
}

.mission-table__rows-th span:nth-child(3) {
  width: 480px;
}

.mission-table__table {
  width: 100%;
}

.mission-table__table tr {
  background: transparent url(../image/asset/tr-bg.png) no-repeat center bottom;
}

.mission-table__table tr:last-child {
  background-image: none;
}

.mission-table__table td {
  font-size: 18px;
  color: #ffffff;
  padding: 4px 0 6px;
  vertical-align: middle;
}

.mission-table__table td:nth-child(1) {
  width: 350px;
  padding-left: 43px;
}

.mission-table__table td:nth-child(2) {
  width: 140px;
  text-align: center;
}

.mission-table__table td:nth-child(3) {
  width: 480px;
}

.mission-table__table a {
  display: inline-block;
  vertical-align: middle;
}

.mission-store img {
  display: block;
  margin: 0 auto;
}

.mission-menu {
  font-size: 0;
  text-align: center;
}

.mission-menu__btn-link {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  width: 396px;
  height: 108px;
  display: inline-block;
  margin: 0 25px;
}

.mission-menu__btn-link--search {
  background: transparent url(../image/asset/mission-btn-search.png) no-repeat 0 0;
}

.mission-menu__btn-link--change {
  background: transparent url(../image/asset/mission-btn-change.png) no-repeat 0 0;
}

.mission-menu__btn-link:hover {
  background-position-y: -108px;
}

.s3-menu {
  width: 919px;
  margin: 0 auto;
  position: relative;
  top: -13px;
}

.s3-menu__btn-link {
  background: transparent url(../image/asset/game-menu-all.png) no-repeat 0 0;
  display: block;
  width: 919px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.s3-menu__btn-link--user {
  height: 211px;
  background-position: 0 0;
}

.s3-menu__btn-link--pro {
  height: 204px;
  background-position: 0 -211px;
}

.s3-menu__btn-link--master {
  height: 220px;
  background-position: 0 -415px;
}

.s3-menu__btn-link:hover {
  background-position-x: -919px;
}
