@charset "utf-8";

html,body,div,ul,li,h1,h2,h3,h4,h5,p {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #000;
}

.wrapper {
  background: url("../img/bg-index.jpg") no-repeat center top;
  height: 1006px;
}

.logoBox {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.logoBox a {
  display: block;
  width: 149px;
  height: 129px;
  background: url("../img/logo-game.png") no-repeat;
  float: right;
  margin: 14px 130px 0 0;
}

.content {
  width: 1100px;
  height: 530px;
  margin: 266px auto 0;
  position: relative;
  z-index: 4;
}

.content .bannerBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 530px;
  height: 295px;
  border: 2px solid #cfcdca;
}

.bannerBox .box {
  position: relative;
  width: 100%;
  height: 100%;
}

.bannerBox .box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}

.bannerBox .page {
  width: 140px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 5;
}

.bannerBox .page ul {
  width: 140px;
  height: 15px;
}

.bannerBox .page ul li {
  width: 25px;
  height: 15px;
  text-align: center;
  float: left;
  cursor: pointer;
  background-color: #f0f8fe;
  margin-right: 10px;
}

.bannerBox .page ul li.active {
  background-color: #3acbab;
}

.content .navBox {
  position: absolute;
  top: 305px;
  right: 0;
  width: 534px;
  height: 220px;
}

.content .navBox ul li {
  float: left;
  margin-bottom: 10px;
  position: relative;
}

.content .navBox ul li a {
  display: block;
  width: 262px;
}

.content .navBox ul li a.register {
  height: 134px;
  background: url(../img/btn-register.png) no-repeat left top;
  margin-right: 10px;
}

.content .navBox ul li a.and {
  height: 134px;
  background: url(../img/btn-andriod.png) no-repeat left top;
}

.content .navBox ul li a.feature {
  height: 73px;
  background: url(../img/btn-get-gift.png) no-repeat left top;
  margin-right: 10px;
}

.content .navBox ul li a.home {
  height: 73px;
  background: url(../img/btn-enter-home.png) no-repeat left top;
}

.content .navBox ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #d9c489;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;

}

.content .navBox ul li:hover span.line-hover {
  width: 262px;
}

#FlashBox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 1920px;
  height: 1000px;
  margin: 0 0 0 -960px;
}

footer {
  background: #000;
  width: 100%;
  margin-top: 20px;
}

footer .footer {
  width: 1200px;
  margin: 0 auto;
  background: url(../img/logo.png) no-repeat 20px center;
  padding: 10px 0 30px;
}

.footer .logo {
  width: 229px;
  height: 97px;
}
.footer div {
  color: #a4a4a4;
  width: 900px;
}

.footer .logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.footer div a, .footer div span {
  color: #a4a4a4;
  margin: 0 5px;
}

.footer div p {
  line-height: 26px;
}

.bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  display: none;
}

#box {
  width: 617px;
  height: 534px;
  background: url(../img/bg-box.png) no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -308px 0 0 -308px;
  z-index: 55;
  display: none;
}

#box span {
  width: 30px;
  height: 30px;
  background: url(../img/close.png) no-repeat left top;
  position: absolute;
  top: 82px;
  right: -40px;
  cursor: pointer;
}

#box p {
  width: 100%;
  height: auto;
  color: #271601;
  font-size: 56.77px;
  text-align: center;
  position: absolute;
  bottom: 100px;
}

.flower-m {
  position: absolute;
  top: 180px;
  left: 60px;
  z-index: 2;
}

.flower-r {
  position: absolute;
  top: 500px;
  right: 40px;
  z-index: 2;
}
