a,
a:hover {
  text-decoration: none;
}
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Source Sans Pro", Arial, sans-serif;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .navbar-dark {
  background-color: rgba(45, 45, 52, 0.85);
}
header .logo {
  background: url(../images/qu4fuiuchp.png) no-repeat center center;
  background-size: contain;
  color: transparent;
  text-indent: -1000px;
  overflow: auto;
  position: absolute;
  height: 100%;
  top: 0;
}
.foot {
  background-color: #2d2b33;
  color: #fdfdfd;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.foot .foot-nav {
  width: 100%;
  font-size: 14px;
}
.foot .foot-nav a {
  color: #fdfdfd;
  padding: 0em 0.2em;
}
.foot .foot-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.foot .foot-qrcode span {
  padding: 0em 1em;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}
.foot .foot-qrcode span img {
  width: 100px;
  height: 100px;
}
.foot .foot-certificate {
  justify-content: center;
  font-size: 12px;
}
.foot .foot-certificate p {
  margin: 0 1rem 0.2rem;
}
.foot .copyright {
  font-size: 12px;
  margin-bottom: 0.2rem;
}
header,
footer {
  flex: 0 0 auto;
}
main {
  margin-bottom: 2rem;
  flex: 1 0 auto;
}
.mobile .logo {
  left: 15px;
  width: 130px;
}
.mobile .nav-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: rgba(45, 45, 52, 0.85);
}
.mobile .nav-dropdown li {
  text-align: center;
  padding: 0.8em 0em;
  border-bottom: 1px solid #2d2d34;
}
.mobile .nav-dropdown li a {
  color: white;
}
.mobile .nav-dropdown li:first-child {
  border-top: 1px solid #2d2d34;
}
.section-title {
  background: url() no-repeat 53% center;
  background-size: 160%;
  margin-bottom: 0;
  width: 100%;
  height: 4.5rem;
  font-size: 0px;
  color: transparent;
}
.desk {
  display: none;
}
.game-card {
  background-color: white;
  box-shadow: 0 -2px 14.5px 3.5px rgba(104, 104, 104, 0.1);
  transition: box-shadow 0.5s ease;
}
.game-card .game-img-wrapper {
  position: relative;
  overflow: hidden;
}
.game-card .game-img-wrapper .game-img {
  width: 100%;
  max-height: 230px;
}
.game-card .game-img-wrapper .game-img-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(15, 100, 206, 0.85);
}
.game-card .game-img-wrapper .game-img-cover .game-qrcode {
  box-sizing: content-box;
  border-radius: 0.2rem;
  padding-left: 13%;
  padding-right: 1.2rem;
  width: 25%;
  border: 1px solid gray;
}
.game-card .game-img-wrapper .game-img-cover .game-feature-name {
  font-size: 1.2rem;
  color: white;
}
.game-card .game-img-wrapper .game-img-cover .game-download {
  color: white;
}
.game-card .game-img-wrapper:hover .game-img-cover {
  transform: translateY(0%);
}
.game-card .game-desc {
  padding: 1rem;
  overflow: hidden;
}
.game-card .game-desc .game-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: #333333;
}
.game-card .game-desc .game-slogan {
  height: 2.8rem;
  font-size: 14px;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.game-card .game-desc .game-hr {
  margin: 0.5rem 0;
}
.game-card .game-desc .game-to-site {
  font-size: 14px;
  float: right;
  color: #999999;
}
.game-card .game-desc .game-to-site-valid:hover {
  color: #0f64ce;
}
.game-card .game-desc .game-to-site-invalid:hover {
  color: #999999;
}
.game-card:hover {
  box-shadow: 0 -2px 14.5px 3.5px rgba(0, 0, 0, 0.25);
}
.m-game-item {
  background-color: white;
  box-shadow: 1px 1px 7px #f3f3f3, -1px 1px 7px #f3f3f3, 1px -1px 7px #f3f3f3, -1px -1px 7px #f3f3f3;
}
.m-game-item a {
  display: block;
}
.m-game-item a img {
  width: 100%;
  min-height: 90px;
  box-shadow: 0 0px 15.5px 3.5px rgba(104, 104, 104, 0.08);
}
.m-game-item a h2 {
  color: black;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  margin: 0;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}
.first-section {
  padding-top: 56px;
}
.first-section-bg {
  width: 100%;
  height: 15rem;
  background: url() no-repeat center;
  background-size: cover;
}
.get-more {
  color: gray;
  display: block;
  text-align: center;
  width: 5rem;
  margin: 0 auto;
}
.get-more:hover {
  color: #0f64ce;
}
.swiper-container .swiper-wrapper {
  transition-timing-function: ease-in-out;
  height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.flower {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.hightlight {
  color: #0f64ce;
}
@media (min-width: 576px) {
  .section-title {
    background-size: contain;
    height: 3.5rem;
    margin: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .foot .foot-nav {
    font-size: 15px;
  }
  .foot .foot-nav a {
    padding: 0 1em;
  }
  .foot .foot-logo {
    min-height: 4rem;
  }
  .mobile {
    display: none;
  }
  .desk {
    display: block;
  }
  .desk .logo {
    left: 1em;
    width: 180px;
    overflow: hidden;
  }
  .desk .nav-item {
    height: 90px;
    width: 16%;
    position: relative;
  }
  .desk .nav-item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #cbcbde;
    font-size: 1rem;
    height: 100%;
  }
  .desk .nav-item em {
    font-size: 12px;
    font-style: normal;
  }
  .desk .nav-item-active,
  .desk .nav-item:hover {
    background: url(../images/8ypdx4a6mi.png) no-repeat center bottom;
    background-size: cover;
  }
  .desk .nav-item-active a,
  .desk .nav-item:hover a {
    color: #aa6cfb;
  }
  .desk .nav-item:not(:last-child)::after {
    content: '';
    display: block;
    background-color: #cbcbde;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
  }
  .first-section {
    padding-top: 90px;
  }
  .first-section-bg {
    width: 100%;
    height: 30rem;
  }
  .section-title {
    background: url() no-repeat 49.3% center;
  }
}
@media (min-width: 992px) {
  .foot-qrcode {
    text-align: left;
  }
}
.job-bg img {
  width: 100%;
}
.job ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.job .jobs-menu-bar {
  display: flex;
  justify-content: flex-start;
}
.job .jobs-menu-bar .jobs-menu-item {
  flex-basis: 100px;
  padding: 1rem 1.5rem;
}

/*# sourceMappingURL=common.ca5f1749160394da2a34.css.map*/