@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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 macOS.
 */

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.hide {
  display: none;
}

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

.relative {
  position: relative;
}

.warning {
  color: #FF320D;
}

/* perfect-scrollbar v0.8.1 */

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(assets/101cad8a317ca5ce9f6a659e4486c385.jpg) url(assets/05e4c7e95f7fa2a521a42e02cece640e.png) url(assets/92deacaacd0d828e52c25e30d6c16f38.png);
}

#report {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  background: url(assets/101cad8a317ca5ce9f6a659e4486c385.jpg);
  background-size: contain;
  color: white;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 89vh;
  display: none;
}

#report input[type="button"] {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
}

#report input[type="button"]:focus {
  outline: none;
}

#report #page1 {
  position: relative;
  height: 89vh;
}

#report #page2 {
  position: relative;
  height: 89vh;
}

#report #header {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: white;
  background: url(assets/05e4c7e95f7fa2a521a42e02cece640e.png);
  background-size: cover;
  font-size: 3vw;
  line-height: 4vw;
  margin-bottom: 1vw;
}

#report #header #close {
  position: absolute;
  right: 4px;
  cursor: pointer;
  background: url(assets/92deacaacd0d828e52c25e30d6c16f38.png);
  background-size: contain;
  width: 5vw;
  height: 5vw;
  top: -0.5vw;
}

#report #header span {
  text-shadow: 0 0 28px #fff;
}

#report table {
  font-size: 1.5vw;
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

#report table td,
#report table th {
  color: #42B4B1;
  background: #1B615F;
}

#report table th {
  border-bottom: 1px solid #4ecdc6;
  border-right: 1px solid #4ecdc6;
}

#report table th:last-child {
  border-right: none;
}

#report table th:first-child {
  text-align: center;
}

#report table th:nth-child(2) {
  text-align: center;
}

#report table th:nth-child(3) {
  text-align: center;
}

#report table th:nth-child(4) {
  text-align: center;
}

#report table td {
  color: white;
  text-align: center;
  border-right: 1px solid #4ecdc6;
  border-bottom: 1px solid #4ecdc6;
}

#report table#filter-table tr > th {
  padding-bottom: .5%;
  padding-top: .5%;
}

#report table#filter-table tr > td:last-child {
  border-right: none;
  text-align: left;
  position: relative;
}

#report table#filter-table table tr:hover td {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}

#report table#fish-table tr > td:first-child,
#report table#skill-table tr > td:first-child {
  width: 15%;
  border-left: 1px solid #4ecdc6;
}

#report table#fish-table tr > td:nth-child(2),
#report table#fish-table tr > td:nth-child(3),
#report table#fish-table tr > td:nth-child(4),
#report table#fish-table tr > td:nth-child(5),
#report table#skill-table tr > td:nth-child(2),
#report table#skill-table tr > td:nth-child(3),
#report table#skill-table tr > td:nth-child(4),
#report table#skill-table tr > td:nth-child(5) {
  width: 17%;
}

#report #filter-table td {
  line-height: 3.5vw;
}

#report div.grey-bar {
  background: #b9b9b9;
  background: url(assets/260bd039dda56ff9b83751ca824c54c9.jpg);
  background-size: cover;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  position: relative;
  font-size: 1.5vw;
}

#report div.grey-bar span.date {
  color: #828585;
}

#report div.grey-bar div.to-right {
  position: absolute;
  right: 15px;
}

#report input#query {
  background: #1b615f;
  /* For browsers that do not support gradients */
  background: url(assets/285e867c54911f2442b11b29cd35df2a.png);
  background-size: cover;
  border: none;
  color: white;
  text-align: center;
  font-size: 1.5vw;
  line-height: calc(2.5vw);
  cursor: pointer;
  margin-left: 1%;
}

#report button.detail {
  background: url(assets/002605159e44bc36673675cf2a191dea.png);
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 1.5vw;
  line-height: 2.5vw;
  display: block;
  margin: auto;
}

#report div.content {
  width: 90%;
  box-sizing: border-box;
  padding-right: 5%;
  margin-left: 2%;
}

#report .dark {
  color: #090f3e;
}

#report .grey {
  color: #7e8181;
}

#report #date-picker {
  width: 40%;
  position: relative;
  background: #25252D;
  margin-left: 1%;
  cursor: pointer;
}

#report #date-picker .cur {
  padding-left: 8px;
  height: 2.5vw;
  line-height: calc(2.5vw);
}

#report #date-picker > .options {
  display: none;
}

#report #date-picker .fold {
  position: absolute;
  background: url(assets/65b4e63581083ef5e1b5a98cb70f1a27.png);
  right: 10px;
  width: 2.3vw;
  height: 1.5vw;
  background-size: cover;
  top: 0.5vw;
}

#report #date-picker.active .fold {
  background: url(assets/fbf10d86b8df70228dcc944d72184c21.png);
  background-size: contain;
}

#report #date-picker.active .options {
  display: block;
  position: absolute;
  width: 100%;
}

#report #date-picker.active .options div {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  background: #25252D;
  border-bottom: 1px solid #404448;
}

#report #date-picker.active .options div:first-child {
  border-top: 1px solid #404448;
}

#report #date-picker.active .options div:hover {
  background: #575B5E;
}

#report #skill-table thead tr:first-child td,
#report #fish-table thead tr:first-child td {
  color: #42B4B1;
}

#report #skill-table td,
#report #fish-table td {
  padding-bottom: .5%;
  padding-top: .5%;
}

#report .i-report {
  height: 5vw;
  width: 5vw;
  background: url(assets/9530e6243f389d602d04a4f55a5b390f.png);
  background-size: contain;
  background-size: 110% 110%;
  position: absolute;
  left: -5vw;
  top: -17%;
}

#report .multiple {
  text-align: center;
  cursor: pointer;
  width: 4vw;
  height: 3vw;
  line-height: 3vw;
  position: relative;
  margin-right: -5px;
  padding-left: 5px;
}

#report .multiple.active {
  color: white;
  background: url(assets/c49cc5c2853f3ffe06ffc87a4c52f6fc.png);
  background-size: cover;
}

#report .multiple:hover {
  color: white;
  background: url(assets/c49cc5c2853f3ffe06ffc87a4c52f6fc.png);
  background-size: cover;
}

#report .multiple:after {
  content: ' ';
  position: absolute;
  height: 60%;
  top: 17%;
  right: -3px;
  width: 3px;
  background: url(assets/d3eb79caca6df602e36bf86dd1040a7c.png);
  background-size: cover;
}

#report .multiple-bar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#report .table-green {
  color: #42B4B1;
}

#report #seq-no {
  margin-left: 1%;
}

#report #actions {
  position: absolute;
  top: 5vw;
  right: 1%;
  background: url(assets/203763df0b795e638d54a85695a367a7.png);
  background-size: cover;
}

#report #actions div {
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}

#report .card {
  width: 3vw;
  height: 3vw;
  margin-right: 2%;
  vertical-align: middle;
}

#report .card.locking {
  background: url(assets/406c7ae757312d83a6fc02c620d1e806.png);
  background-size: cover;
}

#report .card.freeze {
  background: url(assets/c8eab639ac30d30012a838e19a3eb5aa.png);
  background-size: cover;
}

#report .card.bullet {
  background: url(assets/fb40b88145757a494d7997fc9beaa3e8.png);
  background-size: cover;
}

#report .card.almighty {
  background: url(assets/37efdc0abce1a0a7a009a09469849659.png);
  background-size: cover;
}

#report .card.power {
  background: url(assets/0276aa76818b65ee8933bf3f0f6db941.png);
  background-size: cover;
}

.dataTable-top,
.dataTable-bottom {
  display: none;
}

.dataTable-wrapper.no-footer .dataTable-container {
  border: 1px solid #4ecdc6;
  border-bottom: none;
}

/*複寫樣式*/

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background: #76e3de;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 15px;
  left: 0px;
  border: 2px solid white;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 19px 0px white;
  -moz-box-shadow: 0px 0px 19px 0px white;
  box-shadow: 0px 0px 19px 0px white;
}

.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
  opacity: 1 !important;
}

.ps__scrollbar-y-rail {
  opacity: 1 !important;
  background-color: #144239 !important;
}

.ps:hover > .ps__scrollbar-y-rail:hover,
.ps:hover > .ps__scrollbar-y-rail {
  background: #144239;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 15px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 19px 0px white;
  -moz-box-shadow: 0px 0px 19px 0px white;
  box-shadow: 0px 0px 19px 0px white;
}

.bigFish {
  background: url(assets/7edf534bb8498b0e1c457abb8ca3ffc7.png);
  background-size: cover;
  background-position-y: center;
}

#modal {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif;
  font-size: 5vh;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: image-url("../../assets/image//common/img_popup_bg.png");
  background-size: cover;
}

#modal .modal-content {
  position: relative;
  top: 18%;
  left: 29%;
  width: 45%;
  height: 50%;
  color: white;
}

#modal .checked {
  width: 33%;
  height: 21%;
  position: relative;
  top: 33%;
  left: 30%;
  cursor: pointer;
}

#modal .code {
  position: absolute;
  font-size: 4vh;
  font-weight: 500;
  left: 32%;
  bottom: 29%;
}

#modal .en {
  background-image: image-url("../../assets/image//common/lang/en/btn_confirm_up.png");
  background-size: cover;
}

#modal .zh-cn {
  background-image: image-url("../../assets/image//common/lang/cn/btn_confirm_up.png");
  background-size: cover;
}

#test_mode {
  position: absolute;
  display: none;
  top: 20px;
  left: 40%;
  padding: 5px;
  background-color: white;
  font-size: 10px;
}

#test_mode #fireRate {
  width: 50px;
}

#test_mode #autoFire {
  margin-left: 3px;
  vertical-align: text-top;
}