@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body {
  background-color: #000;
}

.wrapper {
  background-image: url(../images/bg.jpg);
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1024px;
  height: 865px;
  position: relative;
}

.header .container .light, .header .container .car, .header .container .main, .header .container .man, .header .container .slogan, .header .container .logo, .header .container .btn_gold, .header .container .motorcycle {
  position: absolute;
  background-repeat: no-repeat;
}

.header .container .light {
  width: 996px;
  height: 789px;
  top: 80px;
  right: 270px;
  background-image: url(../images/light.png);
}

.header .container .motorcycle {
  width: 495px;
  height: 446px;
  top: 202px;
  right: 580px;
  background-image: url(../images/motorcycle.png);
}

.header .container .car {
  width: 858px;
  height: 406px;
  top: 400px;
  right: 22px;
  background-image: url(../images/car.png);
}

.header .container .man {
  width: 596px;
  height: 763px;
  top: 2px;
  left: 465px;
  background-image: url(../images/man.png);
}

.header .container .slogan {
  width: 985px;
  height: 122px;
  top: 740px;
  right: 20px;
  background-image: url(../images/slogan.png);
}

.header .container .main {
  width: 497px;
  height: 325px;
  top: 9px;
  left: 10px;
  background-image: url(../images/main.png);
}

.header .container .btn_gold {
  width: 197px;
  height: 197px;
  top: 591px;
  right: 152px;
}

.header .container .logo, .header .container .logo a {
  width: 203px;
  height: 144px;
  display: block;
}

.header .container .logo {
  top: 625px;
  left: 23px;
  background-image: url(../images/logo.png) !important;
}

.header .logoBtn {
  width: 150px;
  height: 30px;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 5%;
}

.header .logoBtn a {
  position: relative;
  width: 150px;
  height: auto;
  display: block;
  border: 1px solid #fff;
  border-radius: 15px;
  background: rgba(33, 30, 72, 0.5);
  color: #fff;
  text-align: center;
  word-spacing: .15em;
  padding: 3px 0;
}

.header .logoBtn a:hover {
  top: 2px;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav ul {
  width: 80%;
  max-width: 850px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  width: 271px;
  height: 98px;
  cursor: pointer;
  margin: 2px;
}

.nav ul li.btn01, .nav ul li.btn02, .nav ul li.btn03, .nav ul li.btn04, .nav ul li.btn05, .nav ul li.btn06 {
  background-size: 100%;
}

.nav ul li.btn01 {
  background-image: url(../images/btn01.png);
}

.nav ul li.btn02 {
  background-image: url(../images/btn02.png);
}

.nav ul li.btn03 {
  background-image: url(../images/btn03.png);
}

.nav ul li.btn04 {
  background-image: url(../images/btn04.png);
}

.nav ul li.btn05 {
  background-image: url(../images/btn05.png);
}

.nav ul li.btn06 {
  background-image: url(../images/btn06.png);
}

.nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* =================RWD區塊顯示控制================= */
.RwdPcData {
  border: 10px double #ff6600;
  background: url(/Action/images/DataPcTitle.png) right top no-repeat;
}

.RwdMobileData {
  border: 10px double #008080;
  background: url(/Action/images/DataMobileTitle.png) right top no-repeat;
}

.RwdIngameData {
  border: 10px double #3b5998;
  background: url(/Action/images/DataInGameTitle.png) right top no-repeat;
}
