body {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --font-base: 'PingFang SC', 'Hiragino Sans GB',
    'Noto Sans CJK SC', 'Noto Sans SC', 'Source Han Sans SC', sans-serif;
  --color-primary: #3fa0dd;
  --color-text: #333;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-box {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  height: 90px;
  line-height: 90px;
  z-index: 1111;
  padding: 0;
}
#header .layout {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#header .logo {
  line-height: 90px;
}
#header .banner-logo {
  vertical-align: middle;
  display: inline-block;
  background: url('/themes/images/logo_v2.png') no-repeat center;
  background-size: contain;
  width: 216px;
  height: 53px;
}
#header .nav {
  font-size: 20px;
}
#header .nav > a,
.login {
  padding: 0 10px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
}
#header .nav a:last-of-type {
  margin-right: 0;
}
#header .nav a:hover {
  color: #3fa0dd;
}
#header .nav a.active {
  color: #3fa0dd;
}
#header a:hover {
  text-decoration: none !important;
}
footer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 30px 0;
  text-align: center;
  color: #666;
}
footer .copyright-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
}
footer .copyright-box .igg-logo {
  width: 216px;
  height: 53px;
  display: inline-block;
  background: url('/themes/images/logo_v2.png') no-repeat center;
  background-size: contain;
}
footer .copyright-box .copy-details {
  text-align: center;
  line-height: 1.4;
  display: block;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
footer .copyright-box .copy-details a {
  color: #666;
  margin: 0 5px;
}
footer .copyright-box .copy-details a:hover {
  text-decoration: underline;
}
footer .copyright-box .game-logo {
  width: 60px;
  height: 69px;
  background: url('/themes/images/sprit.png') no-repeat;
  background-size: 127px 69px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}
footer .games-tips p {
  color: #666;
  line-height: 1.5;
  margin: 0 20px;
}
footer .games-tips p a {
  color: #666;
}
html,
body,
div,
strong,
b,
span,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ol,
ul,
li,
dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  text-decoration: none;
  color: var(--color-text);
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
}
ul,
ol,
li {
  list-style: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
@keyframes qrcode_move {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 130px);
    -moz-transform: translate(0, 130px);
    -ms-transform: translate(0, 130px);
    transform: translate(0, 130px);
    -o-transform: translate(0, 130px);
  }
}
@keyframes video_scale {
  0%,
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
    filter: alpha(opacity=100);
    -o-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
    filter: alpha(opacity=90);
    -o-transform: scale(1.1);
  }
}
@keyframes hotNewLabel {
  from {
    transform: scale3d(0.65, 0.65, 1);
  }
  50% {
    transform: scale3d(0.7475, 0.7475, 1.15);
  }
  to {
    transform: scale3d(0.65, 0.65, 1);
  }
}
body {
  background: #fff;
  padding-top: 90px;
  font-family: var(--font-base);
  color: var(--color-text);
  line-height: 1.5;
}
.btn_back {
  background: #fbcc00;
  background: -moz-linear-gradient(left, #fbcc00 0%, #f7a700 100%);
  background: -webkit-linear-gradient(left, #fbcc00 0%, #f7a700 100%);
  background: linear-gradient(to right, #fbcc00 0%, #f7a700 100%);
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
#header {
  background: #fff;
}
.contents {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.contents .banner-swiper {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
.contents .swiper-container {
  width: 100%;
  height: 100%;
}
.contents .swiper-container .swiper-button-next,
.contents .swiper-container .swiper-button-prev {
  width: 65px;
  height: 112px;
  background: url('/themes/images/arrow.png') no-repeat;
  background-size: 130px 111px;
}
.contents .swiper-container .next {
  background-position: -65px 0;
  right: 30px;
}
.contents .swiper-container .prev {
  background-position: 0 0;
  left: 30px;
}
.contents .swiper-container .swiper-pagination {
  bottom: 55px;
}
.contents .swiper-container .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 10px !important;
  background: rgba(255, 255, 255, 0.6);
}
.contents .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.contents .swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contents .about-us {
  margin-top: 85px;
}
.contents .about-us .title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.contents .about-us .txt p {
  font-size: 20px;
  line-height: 1.5;
  text-indent: 34px;
  margin-bottom: 14px;
}
.contents .about-us .look-more {
  text-align: center;
  margin: 50px auto 70px;
  color: #3fa0dd;
  font-size: 20px;
  display: block;
}
.contents .about-us .look-more:hover {
  text-decoration: underline;
}
.contents .recommed-games {
  width: 100%;
  max-width: 1920px;
  height: 867px;
  margin: 0 auto;
  padding-top: 70px;
  background: url('/themes/images/games_bg.jpg') no-repeat center;
  background-size: 1920px 867px;
}
.contents .recommed-games .title {
  font-size: 50px;
  text-align: center;
  margin-bottom: 55px;
  color: #fff;
}
.contents .recommed-games .games-box {
  width: 1200px;
  margin: 0 auto;
}
.contents .recommed-games .games-box .game-items {
  width: 399px;
  height: 300px;
  float: left;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.contents .recommed-games .games-box .game-items img {
  width: 399px;
  height: 300px;
  display: inline-block;
}
.contents .recommed-games .games-box .game-items .game-name {
  position: absolute;
  bottom: 45px;
  left: 10px;
}
.contents .recommed-games .games-box .game-items .game-desc {
  position: absolute;
  bottom: 20px;
  left: 5px;
}
.contents .recommed-games .games-box .game-items .lay {
  width: 100%;
  height: 100%;
  background: rgba(63, 160, 221, 0.9);
  transition: all 0.2s ease-in;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contents .recommed-games .games-box .game-items .lay > p {
  width: 100%;
  text-align: center;
}
.contents .recommed-games .games-box .game-items .lay .enter {
  width: 193px;
  height: 60px;
  background: #fff;
  color: #3fa0dd;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.contents .recommed-games .games-box .game-items .lay .lay-game-name {
  margin-bottom: 10px;
}
.contents .recommed-games .games-box .game-items .lay .lay-game-desc {
  margin-bottom: 35px;
}
.contents .recommed-games .games-box .game-items:hover .lay {
  -webkit-transform: translateY(-302px);
  -moz-transform: translateY(-302px);
  -ms-transform: translateY(-302px);
  -o-transform: translateY(-302px);
  transform: translateY(-302px);
}
.contents .recommed-games .games-box .game-items:hover .game-name,
.contents .recommed-games .games-box .game-items:hover .game-desc {
  display: none;
}
.contents .contact .title {
  font-size: 50px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
.contents .contact .adress {
  text-align: center;
  margin-bottom: 100px;
  font-size: 20px;
}
.contents .contact .adress p {
  line-height: 40px;
}
.wiki-main .banner,
.game-main .banner {
  height: 250px;
  text-align: center;
  color: #fff;
  background: url('/themes/images/wiki_banner.jpg') no-repeat center;
  background-size: 1920px 253px;
  margin-bottom: 20px;
  position: relative;
}
.wiki-main .banner p,
.game-main .banner p {
  font-size: 32px;
}
.wiki-main .banner p.banner-title,
.game-main .banner p.banner-title {
  font-weight: 700;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wiki-main .banner p.banner-title::after,
.game-main .banner p.banner-title::after {
  content: '';
  width: 10px;
  height: 30px;
  background: #3fa0dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: -20px;
  top: 0;
}
.wiki-main .wiki-content,
.game-main .wiki-content {
  overflow: hidden;
  padding: 20px 0;
}
.wiki-main .menu,
.game-main .menu {
  min-height: 680px;
  border-right: solid 1px #d5dadb;
}
.wiki-main .col-main .wiki-typo,
.game-main .col-main .wiki-typo {
  font-size: 14px;
  margin: 0;
  padding: 0 30px;
}
.wiki-main .col-main .wiki-typo h1,
.game-main .col-main .wiki-typo h1 {
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: solid 1px #d5dadb;
  margin: 10px 0 20px;
}
.wiki-main .col-main .wiki-typo h2,
.game-main .col-main .wiki-typo h2 {
  margin-top: 2em;
}
.wiki-main .col-main .wiki-typo h3,
.game-main .col-main .wiki-typo h3 {
  margin-top: 1.5em;
}
.wiki-main .col-main .wiki-typo p,
.game-main .col-main .wiki-typo p {
  font-size: 20px;
  line-height: 1.5;
  text-indent: 28px;
  margin: 0.5em 0;
  height: 20px;
  display: table;
}
.wiki-main .col-main .wiki-typo a,
.game-main .col-main .wiki-typo a {
  color: #e63250;
  cursor: pointer;
}
.wiki-main .col-main .wiki-typo table,
.game-main .col-main .wiki-typo table {
  border: 1px solid #c4c8cc;
  border-collapse: collapse;
  font-size: 14px;
}
.wiki-main .col-main .wiki-typo table caption,
.game-main .col-main .wiki-typo table caption {
  text-align: center;
}
.wiki-main .col-main .wk_iframe,
.game-main .col-main .wk_iframe {
  width: 100%;
}
.game-main .games-lists .games-items {
  width: 100%;
  height: 510px;
  position: relative;
  margin-bottom: 35px;
}
.game-main .games-lists .games-items .games-about {
  position: absolute;
  left: 0;
  top: 140px;
  width: 500px;
  height: 230px;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 70px;
  color: #fff;
  padding-top: 50px;
}
.game-main .games-lists .games-items .games-about .game-name {
  font-size: 36px;
  font-weight: bold;
}
.game-main .games-lists .games-items .games-about .game-desc {
  font-size: 14px;
  margin: 10px 0 40px;
}
.game-main .games-lists .games-items .games-about .look-more {
  color: #fff;
  font-size: 20px;
}
.game-main .games-lists .games-items .games-about .look-more:hover {
  text-decoration: underline;
}
.penguin-box {
  width: 100%;
  max-width: 1200px;
  height: 1480px;
  background: url('/themes/images/penguin_bg.png') no-repeat center top;
  background-size: 1200px 1480px;
  position: relative;
}
.penguin-box .penguin-about {
  width: 655px;
  height: 160px;
  font-size: 20px;
  color: #5f74be;
  position: absolute;
  right: 40px;
  top: 150px;
}
.penguin-box .penguin-about p {
  line-height: 1.5;
  text-indent: 40px;
  letter-spacing: 1px;
  /* font-family: 'Microsoft Yahei'; */
}
.penguin-box .penguin-vieo {
  width: 545px;
  height: 275px;
  position: absolute;
  left: 328px;
  top: 465px;
  overflow: hidden;
  border: 2px solid #000;
  background: #000;
}
.penguin-box .penguin-vieo video {
  height: 100%;
  width: 100%;
}
.penguin-box .penguin-flash {
  width: 810px;
  height: 600px;
  overflow: hidden;
  position: absolute;
  top: 840px;
  left: 50%;
  margin-left: -410px;
}
.k-road-box {
  width: 100%;
  max-width: 1200px;
  height: 1492px;
  background: url('/themes/images/k-road_bg.png') no-repeat center top;
  background-size: 1200px 1492px;
  position: relative;
}
.k-road-box .k-road-about {
  width: 795px;
  height: auto;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 347px;
  top: 195px;
}
.k-road-box .k-road-about p {
  line-height: 1.5;
  letter-spacing: 1px;
  /* font-family: 'Microsoft Yahei'; */
}
.k-road-box .k-road-vieo {
  width: 545px;
  height: 275px;
  position: absolute;
  left: 328px;
  top: 506px;
  overflow: hidden;
  border: 2px solid #000;
  background: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.k-road-box .k-road-vieo video {
  height: 100%;
  width: 100%;
}
.k-road-box .k-road-flash {
  width: 1116px;
  height: 558px;
  overflow: hidden;
  position: absolute;
  top: 895px;
  left: 50%;
  margin-left: -558px;
}
.biscuit-box {
  width: 100%;
  max-width: 1200px;
  height: 1485px;
  background: url('/themes/images/biscuit_bg.png') no-repeat center top;
  background-size: 1200px 1485px;
  position: relative;
}
.biscuit-box .biscuit-about {
  width: 527px;
  height: auto;
  font-size: 20px;
  color: #500000;
  position: absolute;
  left: 378px;
  top: 157px;
}
.biscuit-box .biscuit-about p {
  line-height: 1.5;
  letter-spacing: 1px;
  /* font-family: 'Microsoft Yahei'; */
}
.biscuit-box .biscuit-vieo {
  width: 545px;
  height: 275px;
  position: absolute;
  left: 328px;
  top: 460px;
  overflow: hidden;
  border: 2px solid #000;
  background: #000;
}
.biscuit-box .biscuit-vieo video {
  height: 100%;
  width: 100%;
}
.biscuit-box .biscuit-flash {
  width: 790px;
  height: 640px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 804px;
  left: 50%;
  margin-left: -395px;
}
