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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* adjust safari height 100% */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  height: 100%; }

/* adjust if left height must be 100% */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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; }

/*
 * Global Styles
 */

body {
  background: #fff;
  color: #666;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal; }

a {
  color: #fff;
  text-decoration: none; }

a:link, a:hover, a:visited, a:active {
  border: none;
  outline: none; }

a, img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a:focus, input:focus, textarea:focus, select:focus {
  outline: 0; }

input, textarea, select {
  -webkit-appearance: none; }

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

input::-moz-placeholder {
  opacity: 1; }

.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a0a0a0; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a0a0a0; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a0a0a0; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a0a0a0; }

/***************[Layout Css]**************/
.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto;
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.opacity-show {
  opacity: 1 !important; }

.opacity-hide {
  opacity: 0 !important; }

.img100 {
  width: 100%; }

.txt-green {
  color: #487f06; }

.txt-orange {
  color: #ff6600; }

.txt-deep-blue {
  color: #274876; }

.txt-deep-red {
  color: #850303; }

.txt-deep-green {
  color: #047109; }

.txt-white {
  color: #fff; }

.txt-bold {
  font-weight: bold; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.mr-5 {
  margin-right: 5px; }

.ml-5 {
  margin-left: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-15 {
  margin-right: 15px; }

.ml-15 {
  margin-left: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.mr-25 {
  margin-right: 25px; }

.ml-25 {
  margin-left: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mr-30 {
  margin-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.mr-35 {
  margin-right: 35px; }

.ml-35 {
  margin-left: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mr-40 {
  margin-right: 40px; }

.ml-40 {
  margin-left: 40px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.mr-45 {
  margin-right: 45px; }

.ml-45 {
  margin-left: 45px; }

.dv2 {
  width: 50%; }

.dv3 {
  width: 33.33333%; }

.dv4 {
  width: 25%; }

.dv5 {
  width: 20%; }

.dv6 {
  width: 16.66667%; }

.dv7 {
  width: 14.28571%; }

.dv8 {
  width: 12.5%; }

.dv9 {
  width: 11.11111%; }

/***************[Button]**************/
.btn-wrap {
  text-align: center;
  width: 100%; }

button.small {
  font-weight: normal;
  font-size: 1em;
  padding: 5px 10px; }

button:focus, button:active {
  outline: 0; }

button.orange {
  background: #c85001;
  background: -webkit-gradient(linear, left top, left bottom, from(#e16d08), to(#c85001));
  background: linear-gradient(#e16d08 0%, #c85001 100%); }
  button.orange:hover, button.orange:focus, button.orange:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#db6600), to(#bc4700));
    background: linear-gradient(#db6600 0%, #bc4700 100%); }

/** can not click **/
button:disabled {
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#595858), color-stop(50%, #434343), to(#373737));
  background: linear-gradient(#595858 0%, #434343 50%, #373737 100%);
  border-radius: 8px;
  color: #fff; }

/*************************/
.loading-wrap {
  margin: 2em auto;
  padding: 1em;
  text-align: center;
  width: 100%; }

.no-data {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #b96c06), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #b96c06 50%, transparent 100%);
  color: #fff3ce;
  font-size: 1.25em;
  margin: 2em auto;
  padding: 0.7em;
  text-align: center;
  width: 70%; }

.wrap {
  width: 100%;
  position: relative;
  padding-top: 58px; }
  @media (min-width: 768px) {
    .wrap {
      padding-top: 90px; } }

.header {
  width: 100%;
  height: 58px;
  position: fixed;
  z-index: 999;
  top: 0;
  background: #252525; }
  @media (min-width: 768px) {
    .header {
      height: 90px; } }
  .header .content {
    width: 100%;
    padding: 0; }

.content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3% 0;
  position: relative; }
  .content::after {
    clear: both;
    content: "";
    display: table; }

h3 {
  width: 100%;
  text-align: center;
  margin: 1.5em 0; }
  @media (min-width: 414px) {
    h3 {
      margin: 2em 0; } }
  @media (min-width: 768px) {
    h3 {
      text-align: left;
      margin: 2.5em 0 3.8em 0; } }

.logo {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  position: absolute;
  left: 0; }
  @media (min-width: 769px) {
    .logo {
      float: left;
      padding: 15px;
      position: relative;
      width: 190px; } }
  .logo a {
    display: block;
    width: 115px;
    height: auto;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .logo a {
        width: 190px; } }
  .logo img {
    margin: 0 auto;
    width: 100%;
    max-width: 120px; }
    @media (min-width: 769px) {
      .logo img {
        max-width: 190px; } }

.nav-wrap {
  background: #000000;
  display: none;
  opacity: 0.98;
  position: fixed;
  top: 58px;
  left: 0;
  width: 45%;
  z-index: 999; }
  @media (min-width: 769px) {
    .nav-wrap {
      display: none; } }

ul.menu-mobile {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 769px) {
    ul.menu-mobile {
      display: none; } }

ul.menu-mobile li, ul.menu-language-pc li {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 1.25em; }
  @media (min-width: 769px) {
    ul.menu-mobile li, ul.menu-language-pc li {
      font-size: 1.3125em; } }
  ul.menu-mobile li a, ul.menu-language-pc li a {
    color: #fff;
    display: block;
    line-height: 44px;
    padding: 5px 0;
    width: 100%; }
    ul.menu-mobile li a:hover, ul.menu-mobile li a:active, ul.menu-mobile li a:focus, ul.menu-language-pc li a:hover, ul.menu-language-pc li a:active, ul.menu-language-pc li a:focus {
      background: #fff;
      color: #000; }

.btn-switch, .btn-switch-close {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 10px 0 25px 0;
  position: relative;
  width: 50px;
  float: left;
  z-index: 3; }
  .btn-switch::after, .btn-switch-close::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 380px) {
    .btn-switch, .btn-switch-close {
      width: 75px;
      padding: 7px 0 28px 0; } }
  @media (min-width: 769px) {
    .btn-switch, .btn-switch-close {
      display: none; } }

.btn-switch-close {
  background: transparent;
  position: absolute;
  width: 60px;
  padding: 5px 0px 31px 8px;
  left: 10px; }

.btn-switch .icon-menu, .btn-switch-close .icon-menu {
  background: #fff;
  height: 3px;
  margin: 0 auto;
  width: 35px;
  border-radius: 4px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }
  .btn-switch .icon-menu:before, .btn-switch .icon-menu:after, .btn-switch-close .icon-menu:before, .btn-switch-close .icon-menu:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 35px;
    border-radius: 4px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  .btn-switch .icon-menu:before, .btn-switch-close .icon-menu:before {
    margin-top: 8px; }
    @media (min-width: 380px) {
      .btn-switch .icon-menu:before, .btn-switch-close .icon-menu:before {
        margin-top: 10px; } }
  .btn-switch .icon-menu:after, .btn-switch-close .icon-menu:after {
    margin-top: 16px; }
    @media (min-width: 380px) {
      .btn-switch .icon-menu:after, .btn-switch-close .icon-menu:after {
        margin-top: 20px; } }
  .btn-switch .icon-menu.active, .btn-switch-close .icon-menu.active {
    background: #fff;
    height: 0;
    width: 0; }
    .btn-switch .icon-menu.active:before, .btn-switch-close .icon-menu.active:before {
      background: #fff;
      margin: 12px 0 0 -22px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
    .btn-switch .icon-menu.active:after, .btn-switch-close .icon-menu.active:after {
      background: #fff;
      margin-top: 12px;
      margin: 12px 0 0 -22px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }

.btn-lang {
  color: #fff;
  font-family: "Microsoft JhengHei", Arial;
  font-weight: bold;
  float: right;
  margin: 20px 5px 0 0;
  text-align: right;
  position: relative;
  z-index: 3;
  font-size: 1em; }
  @media (min-width: 480px) {
    .btn-lang {
      font-size: 1.125em; } }
  @media (min-width: 769px) {
    .btn-lang {
      margin: 1% 2%; } }
  .btn-lang > a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 1px 3px;
    font-size: 0.75em; }
    @media (min-width: 769px) {
      .btn-lang > a {
        padding: 2px 5px; } }
    .btn-lang > a.active, .btn-lang > a:hover, .btn-lang > a:active {
      background: #fff;
      color: #000; }

ul.menu-pc {
  display: none;
  height: 90px;
  margin: 0 auto;
  padding-right: 15%;
  padding-top: 50px;
  text-align: right;
  width: 100%;
  z-index: 99; }
  @media (min-width: 769px) {
    ul.menu-pc {
      display: block; } }

ul.menu-pc li {
  display: inline-block;
  font-weight: bold;
  line-height: 48px;
  position: relative;
  text-align: center;
  width: auto;
  font-size: 1em; }
  ul.menu-pc li:hover {
    background: #fff;
    color: #000; }
  ul.menu-pc li:hover > ul {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

ul.menu-pc li a {
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 0px 12px;
  width: 100%; }
  ul.menu-pc li a:hover, ul.menu-pc li a:active {
    cursor: pointer;
    color: #000; }
  ul.menu-pc li a > i {
    display: inline-block;
    float: left;
    margin: 9px 3px 0 0; }

ul.menu-pc li ul {
  background: #eebb40;
  display: none;
  left: -1px;
  margin: 0;
  opacity: 0.98;
  padding: 0;
  position: absolute;
  top: 97%;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 0 8px #560405;
  box-shadow: 0 0 8px #560405; }
  ul.menu-pc li ul:before {
    border-left: 10px solid transparent;
    border-bottom: 15px solid #eebb40;
    border-right: 10px solid transparent;
    display: block;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -15px;
    width: 0; }

ul.menu-pc li ul li {
  border-bottom: solid 1px #e08f20;
  display: block;
  padding: 0; }
  ul.menu-pc li ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 13px; }
    ul.menu-pc li ul li a:hover, ul.menu-pc li ul li a:active, ul.menu-pc li ul li a:focus {
      background: #e08f20; }

.popbox-wrap img {
  width: 100%; }
  @media (min-width: 768px) {
    .popbox-wrap img {
      width: auto;
      margin: 0 auto; } }

.popbox-wrap .tag_en, .popbox-wrap .tag_zh_Hans {
  text-align: left;
  line-height: 0; }
  .popbox-wrap .tag_en img, .popbox-wrap .tag_zh_Hans img {
    width: auto;
    max-width: 100%;
    float: none;
    margin-right: 15px;
    display: inline; }
    @media (min-width: 414px) {
      .popbox-wrap .tag_en img, .popbox-wrap .tag_zh_Hans img {
        width: auto; } }

.popbox-wrap .tag_en img {
  display: block;
  margin: 0; }

.popbox-wrap .text {
  line-height: 1.5;
  color: #fff;
  margin: 10px 0;
  text-align: left;
  word-break: normal;
  text-align: justify;
  text-justify: inter-ideograph; }

.popbox-wrap h2 {
  font-size: 1.125em;
  color: #00c4a6;
  word-break: break-word; }

.popbox-wrap .popbox-date {
  color: #888;
  margin-top: 10px; }

.text ul {
  list-style: circle inside; }
  .text ul li {
    text-indent: 8px; }

.ytp-cued-thumbnail-overlay-image {
  z-index: -1; }

.fancybox-skin {
  background-color: #000;
  text-align: center;
  border: 1px solid #797979;
  padding-bottom: 25px; }

button.fancybox-close-small {
  position: absolute;
  right: 18px;
  height: 25px;
  margin: 0 auto;
  width: 25px;
  cursor: pointer;
  top: 15px;
  background: #e4e4e4; }
  button.fancybox-close-small::before, button.fancybox-close-small::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 4px;
    background: #000;
    top: 0;
    left: 2px; }
  button.fancybox-close-small:hover::after {
    background: #000; }
  button.fancybox-close-small::before {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg); }
  button.fancybox-close-small::after {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    border-radius: 0; }
  button.fancybox-close-small:focus:after {
    outline: 0; }

.popbox-vedio {
  width: 100%;
  height: 0;
  padding-bottom: 135px;
  position: relative;
  margin: 10px auto;
  overflow: hidden; }
  @media (min-width: 414px) {
    .popbox-vedio {
      padding-bottom: 200px; } }
  @media (min-width: 568px) {
    .popbox-vedio {
      padding-bottom: 240px; } }
  @media (min-width: 768px) {
    .popbox-vedio {
      width: 100%;
      padding-bottom: 290px; } }

.fancybox-bg {
  background: #000; }

.fancybox-container {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif; }

.fancybox-slide > * {
  background-color: #000;
  width: 80%;
  height: 80%;
  max-height: 400px;
  text-align: center;
  border: 1px solid #797979;
  padding: 55px 30px 20px 30px;
  overflow: hidden; }
  @media (min-width: 414px) {
    .fancybox-slide > * {
      height: 550px; } }
  @media (min-width: 768px) {
    .fancybox-slide > * {
      height: 70%;
      max-width: 645px;
      max-height: 585px; } }

.mCSB_inside > .mCSB_container {
  margin-right: 16px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin-left: 12px; }

.popbox-content {
  height: 100%;
  position: relative;
  overflow-y: auto; }

.popbox-vedio iframe, .popbox-vedio object, .popbox-vedio embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) and (orientation: landscape) {
  .fancybox-slide > * {
    width: 70%;
    height: 75%; }
  .popbox-wrap img {
    width: 100%;
    max-width: 200px; } }

.fancybox-skin {
  background: #000;
  border: solid 1px yellow; }

.fancybox-inner {
  overflow: hidden; }

.popbox-wrap.mailmsg-wrap {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  color: #e4e4e4;
  padding: 15px 35px 25px 35px; }
  .popbox-wrap.mailmsg-wrap button.fancybox-close-small {
    top: 5px;
    right: 5px; }

.login-wrap {
  padding: 3% 0;
  background: #000000; }

.login {
  text-align: center;
  padding: 3% 0;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #c2a765;
  position: relative;
  min-height: 200px; }
  @media (min-width: 568px) {
    .login {
      width: 55%;
      max-width: 500px; } }
  .login input {
    border: 0;
    background: #e4e4e4;
    padding: 5px;
    margin-bottom: 100px;
    width: 70%;
    max-width: 280px; }
    @media (min-width: 480px) {
      .login input {
        margin-bottom: 110px; } }
    @media (min-width: 768px) {
      .login input {
        margin-bottom: 150px; } }
  .login input.submit {
    background: #c2a765;
    color: #000;
    border: 0;
    width: 5.8em;
    padding: 5px 10px;
    float: none;
    border: 1px solid #c2a765; }
    @media (min-width: 480px) {
      .login input.submit {
        width: 6.4em; } }
    @media (min-width: 768px) {
      .login input.submit {
        width: 8.6em;
        padding: 10px; } }
  .login p {
    margin: 0 0 10px 0;
    color: #c2a765;
    font-size: 1.25em; }

.ui-keyboard-button {
  background: #c2a765;
  border: 1px solid #805100;
  height: 1.6em;
  line-height: 1.6;
  min-width: 0;
  min-width: initial;
  width: 2.5em;
  font-weight: bold; }
  .ui-keyboard-button:nth-of-type(11) {
    width: 5.2em;
    margin: .1em; }

.mask-wrap {
  background: rgba(0, 0, 0, .95);
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .mask-wrap .icon-loading {
    background: url("/static/images/icon-loading.svg");
    background-size: 100% 100%;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px; }

/*banner*/
.banner {
  background: #000; }

.banner .content {
  width: 100%;
  padding: 0; }

.banner-rotation {
  max-width: 1000px;
  /*position: relative;*/
  margin: 0 auto; }
  .banner-rotation img {
    width: 100%;
    height: auto; }

.slick-slider {
  overflow: hidden; }

.slick-prev, .slick-next {
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 568px) {
    .slick-prev, .slick-next {
      width: 45px;
      height: 45px; } }
  .slick-prev::after, .slick-next::after {
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #cfd2d5;
    border-right: 3px solid #cfd2d5;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(20%) rotate(-45deg);
    transform: translateY(-50%) translateX(20%) rotate(-45deg); }
    @media (min-width: 568px) {
      .slick-prev::after, .slick-next::after {
        width: 15px;
        height: 15px; } }

.slick-next {
  right: 1%; }

.slick-prev {
  left: 1%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg); }

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 22px;
  background: rgba(0, 0, 0, .5);
  line-height: 9px; }
  @media (min-width: 768px) {
    .slick-dots {
      height: 32px; } }
  .slick-dots li {
    margin: 0 15px;
    display: inline-block; }
    @media (min-width: 768px) {
      .slick-dots li {
        margin: 10px 15px; } }
    .slick-dots li.slick-active button {
      background: rgba(255, 255, 255, .9); }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      display: block;
      background: rgba(255, 255, 255, .5);
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 20px;
      border: 0;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .slick-dots li button {
          width: 15px;
          height: 15px; } }

.aboutus {
  background: #fff; }

.aboutus .content {
  padding: 5% 0 8% 0; }
  @media (min-width: 768px) {
    .aboutus .content {
      padding: 5% 6%; } }
  .aboutus .content h3 {
    margin-bottom: 0;
    text-align: center;
    display: block;
    height: auto; }
    @media (min-width: 768px) {
      .aboutus .content h3 {
        margin: 1.5em 0;
        text-align: left; } }
    .aboutus .content h3 img {
      width: 85%;
      max-width: 340px; }
  .aboutus .content p {
    color: #5d5959;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-word;
    text-align: justify;
    margin: 5% 0; }
    @media (min-width: 768px) {
      .aboutus .content p {
        margin: 2% 0;
        line-height: 1.8; } }
    .aboutus .content p span {
      color: #ffae00;
      font-size: 20px;
      margin-right: 5px; }
  .aboutus .content .aboutus-logo {
    float: right;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .aboutus .content .aboutus-logo {
        margin-top: 20px; } }

.about-vedio {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow-x: hidden;
  margin: 2% 0; }

.about-vedio iframe, .about-vedio object, .about-vedio embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.platform {
  background: url("../images/platform-bg.png") bottom left no-repeat, radial-gradient(farthest-corner at 30% 60%, #3c95a8 0%, #164366 100%); }

.platform .content {
  padding-bottom: 10%; }
  @media (min-width: 768px) {
    .platform .content {
      padding: 3% 0; } }
  .platform .content h3 img {
    width: 43%; }
    @media (min-width: 414px) {
      .platform .content h3 img {
        width: auto;
        margin: 0; } }
  .platform .content a.showmore {
    cursor: pointer;
    float: right;
    background: #c2a765;
    color: #000;
    padding: 5px 10px; }
    .platform .content a.showmore:hover, .platform .content a.showmore:active {
      background: #c2a765;
      color: #000; }

.platform-nav {
  padding: 0;
  list-style: none;
  height: 45px;
  width: 100%;
  font-size: 1.125em; }
  @media (min-width: 768px) {
    .platform-nav {
      font-size: 1.25em; } }
  .platform-nav li a {
    border: 1px solid #cefffe;
    color: #cefffe;
    display: block;
    float: left;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 33.33333%;
    position: relative;
    overflow: hidden;
    background-size: 70px 70px; }
    @media (min-width: 768px) {
      .platform-nav li a {
        width: 33.33333%;
        overflow: visible; } }
    .platform-nav li a:before {
      content: "";
      background-image: linear-gradient(-45deg, #12475a, #12475a 50%, transparent 50%);
      width: 24px;
      height: 24px;
      border: 1px solid #cefffe;
      border-top: 0;
      border-left: 0;
      position: absolute;
      bottom: -8px;
      opacity: 0;
      left: calc(50% - 12px);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    @media (min-width: 768px) {
      .platform-nav li a.active:before {
        opacity: 1;
        bottom: -12px; } }
    .platform-nav li a img {
      display: none; }
      @media (min-width: 480px) {
        .platform-nav li a img {
          display: inline;
          vertical-align: text-bottom;
          margin-right: 10px;
          height: 28px; } }
      @media (min-width: 768px) {
        .platform-nav li a img {
          height: 32px; } }

.platform-nav li:nth-of-type(1) a:hover, .platform-nav li:nth-of-type(1) a.active {
  background-color: #12475a; }
  @media (min-width: 768px) {
    .platform-nav li:nth-of-type(1) a:hover, .platform-nav li:nth-of-type(1) a.active {
      background-image: url("../images/icons-api.png");
      background-position: 10% 55%;
      background-repeat: no-repeat;
      background-size: 72px 72px; } }

.platform-nav li:nth-of-type(2) a:hover, .platform-nav li:nth-of-type(2) a.active {
  background-color: #12475a; }
  @media (min-width: 768px) {
    .platform-nav li:nth-of-type(2) a:hover, .platform-nav li:nth-of-type(2) a.active {
      background-image: url("../images/icons-internet.png");
      background-position: 8% 55%;
      background-repeat: no-repeat;
      background-size: 52px 52px; } }

.platform-nav li:nth-of-type(3) a:hover, .platform-nav li:nth-of-type(3) a.active {
  background-color: #12475a; }
  @media (min-width: 768px) {
    .platform-nav li:nth-of-type(3) a:hover, .platform-nav li:nth-of-type(3) a.active {
      background-image: url("../images/icons-igaming.png");
      background-position: 10% 3%;
      background-repeat: no-repeat;
      background-size: 46px 46px; } }

.platform-content {
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .platform-content {
      margin: 20px auto 0 auto; } }
  .platform-content div > img {
    margin: 0 auto;
    display: block;
    width: 100%; }

.game {
  background: #0f0f0f; }
  .game::after {
    clear: both;
    content: "";
    display: table; }

.game .content {
  padding-bottom: 10%; }
  @media (min-width: 768px) {
    .game .content {
      padding: 3% 0; } }
  .game .content h3 img {
    width: 40%; }
    @media (min-width: 414px) {
      .game .content h3 img {
        width: auto;
        margin: 0; } }
  .game .content a.showmore {
    cursor: pointer;
    float: right;
    background: #c2a765;
    color: #000;
    padding: 5px 10px; }
    .game .content a.showmore:hover, .game .content a.showmore:active {
      background: #c2a765;
      color: #000; }

.game-nav {
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 1.125em; }
  .game-nav::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .game-nav {
      font-size: 1.25em; } }
  .game-nav li a {
    border: 1px solid #c2a765;
    color: #c2a765;
    display: block;
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 33.33333%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .game-nav li a {
        width: 25%;
        overflow: visible;
        height: 50px;
        line-height: 50px; } }
    .game-nav li a:before {
      content: "";
      background-image: linear-gradient(-45deg, #c2a765, #c2a765 50%, transparent 50%);
      width: 24px;
      height: 24px;
      border: 1px solid #c2a765;
      border-top: 0;
      border-left: 0;
      position: absolute;
      bottom: -8px;
      opacity: 0;
      left: calc(50% - 12px);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .game-nav li a:hover, .game-nav li a.active {
      background: #c2a765;
      color: #000; }
    @media (min-width: 768px) {
      .game-nav li a.active:before {
        opacity: 1;
        bottom: -12px; } }

.game-item {
  position: relative;
  margin: 40px auto 0 auto;
  padding: 0;
  list-style: none;
  height: auto;
  overflow: hidden;
  width: 100%; }
  .game-item :nth-child(2n) {
    margin-right: 0; }
  @media (min-width: 768px) {
    .game-item :nth-child(2n) {
      margin-right: 5%; }
    .game-item :nth-child(3n) {
      margin-right: 0; } }
  .game-item li {
    color: #c2a765;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 768px) {
      .game-item li {
        width: 30%;
        margin-right: 5%; } }

.game-preview {
  height: 0;
  padding-bottom: 81.66%;
  width: 100%;
  overflow: hidden; }
  .game-preview img {
    width: 100%; }

.game-new {
  background: url("../images/game-new.png") no-repeat;
  background-size: 100%;
  height: 0;
  padding-bottom: 20%;
  position: absolute;
  width: 20%;
  z-index: 2; }

.game-intro {
  bottom: 0;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .game-intro::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 569px) {
    .game-intro {
      font-size: 1em;
      height: 40px;
      line-height: 40px; } }

.game-intro .info {
  background: url("../images/game-name-bg.png") repeat-x;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 50%;
  cursor: pointer;
  float: left;
  font-size: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 569px) {
    .game-intro .info {
      font-size: 1em; } }
  @media (min-width: 960px) {
    .game-intro .info {
      font-size: 1.125em; } }

.game-intro.two .info {
  width: 100%; }

.game-intro .freeplay {
  cursor: pointer;
  display: block;
  width: 50%;
  background: url("../images/game-play-bg.png") repeat-x;
  float: right;
  margin-right: 0;
  font-size: 0.75em;
  -webkit-box-shadow: inset rgba(39, 39, 39, .85) 1px 0 0px 0px, inset #CCC 1px 0 1px 0px;
  box-shadow: inset rgba(39, 39, 39, .85) 1px 0 0px 0px, inset #CCC 1px 0 1px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 569px) {
    .game-intro .freeplay {
      font-size: 1em; } }
  @media (min-width: 960px) {
    .game-intro .freeplay {
      font-size: 1.125em; } }

.news {
  background: #fff; }

.news .content {
  padding: 3% 0; }
  @media (min-width: 768px) {
    .news .content {
      padding-bottom: 0; } }
  .news .content h3 img {
    width: 45%; }
    @media (min-width: 414px) {
      .news .content h3 img {
        width: auto;
        margin: 0; } }
  .news .content a.showmore {
    cursor: pointer;
    float: right;
    background: #00c4a6;
    color: #fff;
    padding: 5px 10px; }
    .news .content a.showmore:hover, .news .content a.showmore:active {
      background: #00c4a6;
      color: #fff; }

.news-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }
  .news-wrap .news-item:nth-child(2n) {
    margin-right: 0; }
  @media (min-width: 768px) {
    .news-wrap .news-item:nth-child(2n) {
      margin-right: 2.5%; }
    .news-wrap .news-item:nth-child(3n) {
      margin-right: 0; } }
  .news-wrap .news-item {
    background: #000;
    color: #c2a765;
    float: left;
    font-weight: bold;
    text-align: center;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 10px;
    height: 0;
    padding-bottom: 55%;
    position: relative;
    border-bottom: 5px solid #00c4a6;
    cursor: pointer; }
    @media (min-width: 768px) {
      .news-wrap .news-item {
        margin-bottom: 25px;
        width: 31.6%;
        margin-right: 2.5%;
        padding-bottom: 39.67%; } }
    .news-wrap .news-item a.news-see {
      display: none; }
      @media (min-width: 768px) {
        .news-wrap .news-item a.news-see {
          display: block;
          background: #00c4a6;
          color: #000;
          width: 40%;
          font-size: 0.875em;
          position: absolute;
          left: 22.5%;
          margin-top: 45px;
          padding: 7px 20px;
          bottom: 5%;
          width: 55%; } }
      @media (min-width: 960px) {
        .news-wrap .news-item a.news-see {
          left: 30%;
          width: 45%; } }

.news-pic {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-pic {
      padding-bottom: 68%; } }
  .news-pic img {
    width: 100%;
    height: auto;
    height: initial; }

.news-text {
  color: #00c4a6;
  padding: 3% 10%; }
  .news-text p.news-tit {
    font-size: 0.75em;
    margin: 5% 0;
    height: 32px;
    overflow: hidden;
    word-break: normal; }
    @media (min-width: 375px) {
      .news-text p.news-tit {
        font-size: 0.9375em;
        height: 40px; } }
    @media (min-width: 480px) {
      .news-text p.news-tit {
        font-size: 1.125em;
        height: 48px; } }
    @media (min-width: 568px) {
      .news-text p.news-tit {
        font-size: 1.3125em;
        height: 54px; } }
    @media (min-width: 768px) {
      .news-text p.news-tit {
        font-size: 1.125em;
        height: 52px; } }
    @media (min-width: 1024px) {
      .news-text p.news-tit {
        font-size: 1.25em;
        height: 60px; } }

.contactus {
  background: #fff; }
  .contactus .content {
    padding: 3% 0; }
    @media (min-width: 768px) {
      .contactus .content {
        padding-top: 0; } }
    .contactus .content h3 img {
      width: 75%; }
      @media (min-width: 414px) {
        .contactus .content h3 img {
          width: auto;
          margin: 0; } }
    .contactus .content .important {
      color: red;
      margin: 5px 0; }

form {
  text-align: center; }
  form::after {
    clear: both;
    content: "";
    display: table; }
  form .submit {
    background: #000;
    color: #fff;
    border: 0;
    width: 150px;
    padding: 5px 10px;
    margin: 0 auto;
    border-radius: 0; }
    @media (min-width: 768px) {
      form .submit {
        float: right; } }

.contact-form {
  width: 100%; }
  @media (min-width: 768px) {
    .contact-form {
      width: 50%;
      padding-right: 2%; }
      .contact-form + .contact-form {
        padding-right: 0; } }
  .contact-form input, .contact-form select, .contact-form textarea {
    border: 0;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 0; }
    @media (min-width: 768px) {
      .contact-form input, .contact-form select, .contact-form textarea {
        margin-bottom: 25px; } }
  .contact-form input {
    border-left: 3px solid #000000;
    background: #e4e4e4; }
  .contact-form select {
    border: 0;
    padding: 5px;
    background: #000;
    color: #e4e4e4; }
  .contact-form textarea {
    background: #e4e4e4;
    height: 180px; }
    @media (min-width: 768px) {
      .contact-form textarea {
        height: 255px; } }

@-moz-document url-prefix() {
  .contact-form input, .contact-form select {
    height: 31px;
    -moz-appearance: none; } }

.footer {
  background: #fff; }
  .footer .content {
    padding: 0;
    text-align: center; }

ul.footer-menu {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    ul.footer-menu {
      height: 45px;
      border-bottom: 1px solid #9e9e9e;
      text-align: left;
      margin-bottom: 20px; } }

ul.footer-menu li {
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 0.875em;
  color: #9e9e9e;
  margin-right: 5px; }
  ul.footer-menu li:hover {
    background: #9e9e9e;
    color: #fff; }
  @media (min-width: 768px) {
    ul.footer-menu li {
      font-size: 1.125em;
      margin-right: 10px; } }

ul.footer-menu li a {
  color: #484848;
  display: block;
  line-height: 35px;
  padding: 0px 5px;
  width: 100%; }
  ul.footer-menu li a:hover, ul.footer-menu li a:active {
    cursor: pointer;
    color: #fff; }

a.logo-glc {
  display: block;
  width: 80%;
  max-width: 150px;
  margin: 20px auto; }
  @media (min-width: 768px) {
    a.logo-glc {
      width: auto;
      margin: 0 0 20px 0;
      float: right; } }
  a.logo-glc img {
    width: 100%; }
