@charset 'UTF-8';

/* ==========================================================
 * index.css v20150602
 * ==========================================================
 * Copyright 鍚村お
 *
 * XXX css
 * ========================================================== */
body {
  font-family: Microsoft Yahei;
}

.header-wrap {
  background: #fff;
}

.header {
  position: relative;
  width: 980px;
  height: 60px;
  margin: 0 auto;

}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.nav {
  float: right;
  width: 670px;
  height: 60px;
}

.nav li {
  float: left;
  margin-left: 70px;
  font-size: 16px;
  line-height: 60px;
}

.nav li a {
  color: #999;
}

.nav-active {
  color: #333 !important;
}

.banner {
  width: 100%;
  height: 465px;
  background-color: #073a5a;
}

.banner-img {
  /*width: 980px;*/
  height: 465px;
  margin: 0 auto;
  background-image: url(../i/bannerBg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #073a5a;
  position: relative;
  background-size: cover;
}

.banner-img-inner {
  width: 980px;
  height: 220px;
  margin: -40px auto 0;
  background-repeat: no-repeat;
  background-image: url(../i/bannerBgInner.jpg);
  position: relative;
  z-index: 1;
  background-size: cover;
}

.wrap {
  width: 100%;
  height: 100%;
  /* border-bottom: 1px #e6e6e6 solid; */
  /* background-color: #f0f0f0; */
}

.wrap-line {
  width: 980px;
  height: auto;
  margin: 0 auto;
}

.bf-intro {}

.bf-title {
  width: auto;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: 2px bottom;
  font-size: 26px;
  color: #073a5a;
}

.cont-title {
  padding: 30px 30px 0;
  color: #fff !important;
}

.bf-title span {
  padding-left: 2px;
  font-size: 12px;
  color: #a0a0a0;
}

.cont {
  padding: 20px 30px 20px;
  font-size: 14px;
  color: #acacac;
  color: #fff;
  text-align: justify;
}

.bf-register {
  float: right;
  width: 320px;
  height: 350px;
  background-color: #fff;
  text-align: center;
  margin-top: 40px;
}

.bf-slogan {
  color: #fff;
  float: left;
  font-size: 50px;
  font-weight: bold;
  margin-top: 80px;
  text-align: right;
}

.company-name {
  font-size: 18px;
}

.btn-register {
  overflow: hidden;
  width: 245px;
  height: 50px;
  margin: 20px auto 0;
  border-radius: 5px;
  background-color: #073a5a;
  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: #073a5a;
}

.btn-login,
.btn-game {
  width: 245px;
  height: 50px;
  margin-top: 16px;
  border: 2px #073a5a solid;
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
  color: #073a5a;
}

.footer {
  width: 980px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.footer .whj {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../i/whj.png');
  background-size: 100% 100%;
  position: absolute;
  top: 35px;
  left: 240px;
}

.game-notice {
  float: left;
  width: 245px;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 42px;
}

.notice-title {
  font-size: 16px;
  color: #cfcaca;
}

.notice-cnt {
  font-size: 14px;
  color: #a9a9a9;
}

.footer-main {
  float: right;
  width: 650px;
  height: 100%;
  padding-top: 40px;
}

.main-list {
  width: 730px;
  height: auto;
  padding-bottom: 35px;
  border-bottom: 1px #333 solid;
}

.age {
  float: left;
  width: 175px;
  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: 175px;
  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: 185px;
  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: #073a5a;
  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;
}