@charset "UTF-8";
/* ==========================================================
 * index.css v20150602
 * ==========================================================
 * Copyright 鍚村お
 *
 * XXX css
 * ========================================================== */
@media screen and (min-width: 1980px) {
  body.top-bg {
    background-size: 100% 700px !important;
  }
}

html {
  width: 100%;
  height: 100%;
}

h1, h3 {
  font-weight: bold !important;
  font-family: "Microsoft YaHei" !important;
}

body {
  font-family: Microsoft Yahei;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow: scroll;
  position: relative;
  padding-bottom: 300px;
}

body.top-bg {
  background-image: url("../i/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1980px 700px;
}

.line {
  width: 100%;
  height: 20px;
  background-color: #262626;
  position: absolute;
  top: 170px;
  left: 0;
}

.header {
  position: relative;
  width: 1200px;
  height: 75px;
  margin: 0 auto;
  margin-top: 56px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 222px;
  height: 64px;
  background: url("../i/logo.png?v=1");
  background-size: 100% 100%;
}

.nav {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 790px; */
  height: 34px;
}

.nav li {
  float: left;
  width: 156px;
  height: 34px;
  /* margin-left: 70px; */
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.nav li a {
  font-size: 16px;
  color: black;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
}

.nav li.nav-active {
  background-image: url("../i/menu-current.png");
  background-size: 100% 100%;
}

.nav li:hover {
  background-image: url("../i/menu-current.png");
  background-size: 100% 100%;
}

.nav li:hover a {
  color: white;
}

.nav li.nav-active a {
  color: white;
}

.title {
  position: relative;
  border-left: 6px solid #e30502;
  height: 100%;
  color: white;
  font-size: 18px;
  text-indent: 14px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: 'Microsoft Yahei';
}

sub {
  font-family: 'Microsoft Yahei';
  color: #999999;
  font-size: 12px;
}

.bg {
  background-image: url("../i/bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 700px;
  width: 100%;
  min-width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrap.index .header {
  margin-top: 54px;
}

.wrap.index .banner-wrap {
  width: 1200px;
  height: 472px;
  margin: 0 auto;
  margin-top: 416px;
  position: relative;
}

.wrap.index .banner-wrap .swiper {
  width: 800px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.wrap.index .banner-wrap .swiper img {
  width: 100%;
  height: 100%;
}

.wrap.index .banner-wrap .swiper .icon {
  display: none;
  width: 50px;
  height: 104px;
  background: url("../i/arrow-left.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 152px;
}

.wrap.index .banner-wrap .swiper .icon.right {
  background-image: url("../i/arrow-right.png");
  left: auto;
  right: 0;
}

.wrap.index .banner-wrap .swiper:hover .icon {
  display: block;
}

.wrap.index .banner-wrap .intro-wrap {
  width: 1150px;
  height: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #262626;
  z-index: 0;
}

.wrap.index .banner-wrap .intro-wrap .info {
  width: 324px;
  height: 300px;
  position: absolute;
  right: 36px;
  top: 40px;
}

.wrap.index .banner-wrap .intro-wrap .info p {
  font-size: 14px;
  color: #ffffff;
}

.wrap.index .games-info {
  width: 770px;
  height: 330px;
  border: 1px solid #f0f0f0;
  margin-top: 30px;
  padding-left: 50px;
  padding-top: 40px;
  display: inline-block;
  margin-bottom: 100px;
}

.wrap.index .games-info .title {
  color: black;
}

.wrap.index .games-info .item-wrap {
  margin-top: 20px;
}

.wrap.index .games-info .item-wrap .item {
  width: 134px;
  height: 190px;
  float: left;
  margin: 0 50px;
}

.wrap.index .games-info .item-wrap .item .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.wrap.index .games-info .item-wrap .item .img img {
  width: 100%;
  height: 100%;
}

.wrap.index .games-info .item-wrap .item .button {
  width: 134px;
  height: 46px;
  margin: 0 auto;
  border: 1px solid #999999;
  margin-top: 16px;
  text-align: center;
  line-height: 46px;
  color: black;
}

.wrap.index .passport-wrap {
  width: 400px;
  height: 330px;
  background-color: #262626;
  float: right;
  margin-top: 30px;
  padding: 40px;
}

.wrap.index .passport-wrap .button {
  width: 322px;
  height: 50px;
  background-color: white;
  margin-top: 20px;
  color: black;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.wrap.index .passport-wrap .button a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  height: 300px;
  background-color: #262626;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: auto;
}

.footer .logo {
  left: 10px;
  top: 30px;
}

.footer .more-wrap {
  width: 816px;
  height: 275px;
  position: absolute;
  right: 0;
  top: 28px;
}

.footer .whj{
  display: block;
  background-image: url('../i/whj.png');
  width: 70px;
  height: 70px;
  background-size: 100% 100%;
  margin-left: 262px;
  margin-top: 30px;
}

.footer .more-wrap .contact {
  color: white;
  font-size: 14px;
  margin-right: 55px;
  position: relative;
  padding-left: 34px;
}

.footer .more-wrap .contact a {
  color: white;
}

.footer .more-wrap .contact a:visited {
  color: white;
}

.footer .more-wrap .contact i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 22px;
  height: 20px;
  background-size: 100% 100%;
}

.footer .more-wrap .contact i.person {
  background-image: url("../i/icon-person.png");
}

.footer .more-wrap .contact i.listener {
  background-image: url("../i/icon-listener.png");
}

.footer .more-wrap .contact i.warn {
  background-image: url("../i/icon-warn.png");
}

.footer .more-wrap p {
  color: #999999;
  font-size: 14px;
}

.wrap-line {
  width: 980px;
  height: auto;
  margin: 0 auto;
}

.bf-intro {
  float: left;
  width: 735px;
  height: auto;
  min-height: 150px;
}

.bf-title {
  width: auto;
  padding-top: 50px;
  background-image: url(../i/titleBg.png);
  background-repeat: no-repeat;
  background-position: 2px bottom;
  font-size: 26px;
  color: #217983;
}

.bf-title span {
  padding-left: 2px;
  font-size: 12px;
  color: #a0a0a0;
}

.cont {
  padding-top: 33px;
  padding-right: 75px;
  font-size: 14px;
  color: #acacac;
}

.bf-register {
  float: left;
  width: 245px;
  height: auto;
  margin-bottom: 15px;
}

.btn-register {
  overflow: hidden;
  width: 245px;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #217983;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}

.btn-register span {
  display: block;
  height: 50px;
  margin-top: -50px;
  line-height: 50px;
}

.btn-register:hover {
  height: 0;
  padding-top: 50px;
  background-color: #1c707a;
}

.btn-login,
.btn-game {
  width: 245px;
  height: 50px;
  margin-top: 16px;
  border: 2px #217983 solid;
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
  color: #217983;
}


.game-notice {
  float: left;
  width: 245px;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 42px;
}

.notice-title {
  font-size: 16px;
  color: #666;
}

.notice-cnt {
  font-size: 14px;
  color: #a9a9a9;
}

.main-list {
  width: 650px;
  height: auto;
  padding-bottom: 35px;
  border-bottom: 1px #ccc solid;
}

.age {
  float: left;
  width: 174px;
  height: 60px;
  padding-left: 60px;
  background-image: url(../i/.footerIcon1.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 14px;
  color: #989898;
}

.age span {
  display: block;
  height: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.parent {
  float: left;
  width: 195px;
  height: 60px;
  padding-left: 60px;
  background-image: url(../i/.footerIcon2.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 16px;
  line-height: 60px;
  color: #989898;
}

.service {
  float: left;
  width: 281px;
  height: 60px;
  padding-left: 60px;
  background-image: url(../i/.footerIcon3.png);
  background-repeat: no-repeat;
  background-position: left;
  font-family: SimSun;
  font-size: 16px;
  font-weight: 900;
  color: #217983;
  white-space: nowrap;
}

.service span {
  display: block;
  height: 20px;
  margin-top: 10px;
  font-family: Microsoft Yahei;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #838383;
}

.copy {
  padding-top: 12px;
  font-size: 14px;
  color: #777;
  text-align: right;
}
