body {
  font-family: Microsoft Yahei;
}
.header {
  position: relative;
  width: 980px;
  height: 60px;
  margin: 0 auto;
}
.logo {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 297px;
  height: 98px;
  background: url(../image/logo.png) no-repeat;
}
.nav-wrap{
  position: relative;
  width: 980px;
  height: 60px;
  margin: 0 auto;
}
.nav {
  
  
  height: 60px;
}
.nav li {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  border-right: 1px solid #e6e6e6;
}
.nav li:first-child{
  border-left: 1px solid #e6e6e6;
}
.nav li a {
  color: #666;
}
.nav-active {
  color: #d33b48!important;
  border-bottom: 2px solid;
  line-height: 60px;
  width: 100%;
  display: inline-block;
}
.banner {
  width: 100%;
  height: 465px;
  background-color: #d33b48;
}
.banner-img {
  
  height: 465px;
  margin: 0 auto;
  background-image: url(../image/bannerBg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wrap {
  width: 100%;
  height: auto;
  border-bottom: 1px #e6e6e6 solid;
  border-top: 1px #e6e6e6 solid;
  
}
.wrap-line {
  width: 980px;
  height: auto;
  margin: 0 auto;
}
.bf-intro {
  float: left;
  
  height: auto;
  min-height: 150px;
  margin-bottom: 60px
}
.bf-title {
  width: auto;
  padding-top: 50px;
  
  background-repeat: no-repeat;
  background-position: 2px bottom;
  font-size: 20px;
  color: #1f4868;
  line-height: 24px;
}
.bf-title div {
  position: relative;
  padding-left: 2px;
  font-size: 12px;
  color: #a0a0a0;
}
.bf-title div:after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #d33b48;
}
.cont {
  padding-top: 33px;
  padding-right: 75px;
  font-size: 14px;
  color: #acacac;
}
.bf-register {
  float: right;
  height: auto;
  line-height: 60px;
}
.btn-register {
  overflow: hidden;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  background-color: #d33b48;
  font-size: 14px;
  margin-right: 15px;
  line-height: 30px;
  color: #fff;
}
.btn-register span {
  display: block;
  height: 50px;
  margin-top: -50px;
  line-height: 50px;
}
.btn-register:hover {
  
  
  background-color: #ba111a;
}
.btn-login, .btn-game {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 15px;
  line-height: 30px;
  color: #dc2832;
  border: 1px solid;
}
.footer-wrap{
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background: #dc2832
}
.footer {
  width: 980px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.footer .whj {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../image/whj.png');
  background-size: 100% 100%;
  position: absolute;
  top: 35px;
  left: 240px;
}
.game-notice {
  
}
.notice-title {
  font-size: 16px;
  color: #666;
}
.notice-cnt {
  font-size: 14px;
  color: #fff;
  padding-bottom: 26px;
  text-align: center;
}
.footer-main {
  
}
.main-list {
  text-align: center;
  
  
}
.age {
  padding-left: 40px;
  margin-left: 20px;
  background-image: url(../image/footerIcon1.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 14px;
  color: #fff;
}
.age span {
  
  
}
.parent {
   
  display: inline-block;
  margin-left: 20px;
  
  padding-left: 40px; 
  background-image: url(../image/footerIcon2.png);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 14px;
  color: #fff;
}
.service {
  
  margin-left: 20px;

  display: inline-block;
  padding-left: 40px; 
  background-image: url(../image/footerIcon3.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: left;
  font-family: SimSun;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
}
.service span {
  
  font-family: Microsoft Yahei;
  font-size: 16px;
  font-weight: normal;
  
  color: #fff;
}
.copy {
  text-align: center;
  color: #fff9;
  
}