@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
}
body {background: #0d1f04 url(../../images/bg.jpg) center top repeat;}

.wrapper {
  width: 100%;
  background-image: url(../../images/headerBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}
.header .container {
  width: 1280px;
  height: 710px;
  position: relative;
}
.header .logo {
  width: 11%;
  height: 0;
  padding-bottom: 7.968%;
  position: absolute;
  top:1%;
  left:30%;
  background-image: url(../../images/logo.png);
  background-size: 100%;
  background-repeat:no-repeat;
}
.header-logo a { display:block; width:100%; height:100%; }

.football {
	position: absolute;
	display: block;
	width: 30%;
	height: 40%;
	background: url(../../images/football.png) no-repeat;
	background-size: 100%;
	left:23%;
	top:73%;
}
.header-motorcycle {
	position: absolute;
	display: block;
	width: 48%;
	height: 85%;
	background: url(../../images/motorcycle.png) no-repeat;
	background-size: 100%;
	left:35%;
	top:33%;
}

.header-slogan {
	position: absolute;
	display: block;
	width: 53%;
	height:50%;
	background: url(../../images/slogan.png) no-repeat;
	background-size: 100%;
	left: 23%;
	top:0;
	}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}
.nav .container {
  width: 1024px;
}
.nav .container .navBtn {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.nav .container .navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 24.5%;
}
.nav .container .navBtn li a {
  background-color: ;
  background: url("../../images/navBtn.png");
  background-size: 410%;
  background-repeat:no-repeat;
}
.nav .container .navBtn li a:hover {
  background: url("../../images/navBtn_action.png");
  background-size: 410%;
  background-repeat:no-repeat;
}
.nav .container .navBtn li.action a {
  background: url("../../images/navBtn_action.png");
  background-size: 410%;
  background-repeat:no-repeat;
}
.nav .container .navBtn li.navBtn01 a {
  background-position-x: 0px !important;
}
.nav .container .navBtn li.navBtn02 a {
  background-position-x: 33.5% !important;
}
.nav .container .navBtn li.navBtn03 a {
  background-position-x: 67% !important;
}
.nav .container .navBtn li.navBtn04 a {
  background-position-x: 100.5% !important;
}
.nav .container .navBtn li a {
  width: 100%;
  height: 93px;
  display: block;
  transition: all .4s;
  margin: 0 auto;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}
.content .container {
  width: 960px;
  padding: 30px 0;
}
.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 30px 0 30px 0;
  width: 100%;
}
.content .container > h3 img {
  display: block;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
.content .container > h4 {
  position: relative;
  display: block;
	color:#aefe00;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0 0 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.content .container > h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #981aff;
  background-image: -o-linear-gradient(left, rgba(255, 85, 255, 0) 0%, #ff55ff 20%, #981aff 40%, #981aff 60%, #ff55ff 80%, rgba(255, 85, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 85, 255, 0) 0%, #ff55ff 20%, #981aff 40%, #981aff 60%, #ff55ff 80%, rgba(255, 85, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 85, 255, 0) 0%, #ff55ff 20%, #981aff 40%, #981aff 60%, #ff55ff 80%, rgba(255, 85, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 85, 255, 0) 0%, #ff55ff 20%, #981aff 40%, #981aff 60%, #ff55ff 80%, rgba(255, 85, 255, 0) 100%);
  background-image: linear-gradient(to left, rgba(255, 85, 255, 0) 0%, #ff55ff 20%, #981aff 40%, #981aff 60%, #ff55ff 80%, rgba(255, 85, 255, 0) 100%);
}
.content .container > h6 {
  font-size: 1.125em;
  padding: .5em;
  text-align: center;
  color: #f7e788;
}
.content .container > p {
      font-size: 1.1em;
    margin-left: 2em;
    line-height: 1.8em;
}
.content .container > p > a {
  color: #FF0;
}
.content .container > p > a:hover {
  color: #00eeeb;
}
.content .container > p.txt-center {
  margin-left: 0;
}
.content .container .subtitile {
  font-size: 1.3em;
  color: #fff799;
  text-align: center;
}
.content .container .subtitile .step {
  color: #fff799;
  width: 5em;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
  display: inline-block;
  background: #ef1216;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ef1216 20%, #71120c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ef1216 20%, #71120c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content .container ol {
  margin-left: 3em;
}
.content .container ol li {
  font-size: 1.125em;
  line-height: 28px;
}
.content .container ol li > a {
  color: #00eeeb;
}
.content .container ol li > a:hover {
  color: #96c928;
}
.container_box { background-color:rgba(0,0,0,.6);  border-radius: 2em;}
/* ================= 注意事項 ================= */
.list {
  width: 100%;
}
.list .container {
  width: 900px;
  padding-bottom: 100px;
}
.list .container ol {
  margin-left: 2em;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  border-left: 1px solid #b3b3b3;
}
.content__btn div a:hover, .content__btn div.action a {
  color: #fdf1b3;
  border-radius: 2em;
  border: 1px solid #9d0e3a;
  font-weight: bold;
  background-image: #9d0e3a;
  background-image: -o-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: -moz-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: -webkit-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: -ms-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: linear-gradient(to bottom, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
}
.content__btn div a {
  color: #fdf1b3;
}
.content__btn div a:hover {
  transition: all 0.4s;
}
.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
}
.content__btn div.label:after {
  color: #4a0000;
}

/* =================days按鈕===================*/
	.daysBtn { width:95%;margin:0px auto 20px auto; display: flex; justify-content: center; flex-wrap: wrap;}

	.daysBtn a{ 
		width:25%;
		height: 3.5em;
		margin:8px;
		float:left;
		display:block; 
		border:2px solid #e8b537; 
		cursor:pointer;/* 滑鼠手指 */
		border-radius:6px; 
		text-decoration:none;
		text-align:center; 
		color: #906411; 
		background: #fffeaf; /* Old browsers */
		background: -moz-linear-gradient(top, #fffeaf 0%, #e8b537 50%, #fffeaf 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fffeaf 0%,#e8b537 50%, #fffeaf 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fffeaf 0%,#e8b537 50%, #fffeaf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeaf', endColorstr='#e8b537',GradientType=0 ); /* IE6-9 */
		display: flex; justify-content: center; flex-wrap: wrap; align-items: center;
	}

	.daysBtn a:hover{  
		text-decoration:none;
		color:#310000;
	}
	
	.daysBtn a span{ 
		display:inline-block; 
		vertical-align:middle;
		font-weight:bold; 
		text-align:center; 
		font-size:1.1em; 
		line-height:1.1em; 
		padding: .6em;
	}
	.daysBtn .grayscale{
		-webkit-filter:grayscale(1);
		cursor: default;
	}
	a.grayscale span{
		color: #906411; 
	}

/* ================= 圖片按鈕樣式 ================= */
.btnclass { width:100%; display:block; overflow:auto; margin:10px auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;}
.btnclass li { float:left; width:21.2%; list-style:none; margin:0 15px; }
.btnclass img { width:100%; max-width:202px;}


/* ================= item__box ================= */
.item__box {
  background-color: #061f00;
  border-color: #96c928;
}
.item__box--shadow {
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.item__box-title {
  color: #000;
  background-color: #96c928;
}
.item__box-get {
  text-align: center;
}
.item__box-text {
  text-align: left;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #142b01;
}

.table {
  color: #000;
  border: 5px solid #3e7f00;
}
.table tr th {
  color: #fff;
  background: #be0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #be0000 20%, #ff4242 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #be0000 20%, #ff4242 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #be0000 20%, #ff4242 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.table tr td img {
  display: block;
  margin: 0 auto;
}
.table tr td[data-tablebg="style01"] {
  background-color: #f7e788;
}

/*================= tableNote =================*/
.tableNote .tableNote_label::before {
  color: #ffe89a;
  text-shadow: 1px 2px 5px #4e2700;
}
.tableNote .tableNote_label::after {
  color: #9c0000;
}

/*================= 禮包 ================= */
.slider-wra {
  width: 820px;
  background: #710952;
}
.slider-wra .slider {
  width: 820px;
  height: 540px;
}
.slider-wra .slider ul.slider__list {
  width: 16400px;
}
.slider-wra .slider ul.slider__list li {
  width: 820px;
  height: 540px;
}
.slider-wra .slider ul.slider__list li img {
  width: 820px;
  height: 540px;
}
.slider-wra .slider__btn a {
  color: #fff;
  background: #000;
}
.slider-wra .slider__btn a:hover {
  background: #ffcbdf;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title div {
  background: #a2002a;
  padding: 5px;
}
.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 15px auto;
  padding: 15px;
}
.box-compose .box-composeMain div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  margin: 8px 0;
  color: #e3dcff;
}
.box-compose .box-composeMain div p {
  width: 98%;
  padding: 5px;
}
.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #72a700;
}
.box-compose .box-composeMain:nth-child(even) div {
  background: #a1cc46;
}
.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #fff;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #72a700;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) div {
  background: #a1cc46;
  color: #092b00;
}
.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #fff;
}

/* ================= 內容區塊 ================= */
.box-lg {
  padding: 25px;
}

.box-sm {
  padding: 15px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #2f1e63;
}
[data-boxstyle="style01"] h4 {
  color: #f7e788;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}
#float_box #float_box img {
  margin: 0 auto;
}

/* ================= CSS動態  =================*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.92);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.92);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
