/* 特殊效果 */
#animation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
}

.dot {
	width: 3px;
	height: 3px;
	position: absolute;
	animation: ease 200s alternate infinite;
	pointer-events: none;
	border-radius: 50%;
	background: yellow;
	box-shadow: 0 0 0vw 2px rgba(255, 208, 0, 0.5);
	animation: flash3 3s ease infinite;
}

.dot:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background: #fff;
	filter: blur(5px);
	animation: flash2 2s ease infinite;
}

.dot:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 50%;
	box-shadow: 0 0 0vw 2px rgba(255, 255, 255, 0.5);
	animation: flash 4s ease infinite;
}

@keyframes flash3 {

	0%,
	30%,
	100% {
		opacity: 0.7;
	}

	5% {
		opacity: 1;
	}
}

@keyframes flash2 {

	0%,
	30%,
	100% {
		opacity: 0.5;
	}

	5% {
		opacity: 1;
	}
}

@keyframes flash {

	0%,
	30%,
	100% {
		opacity: 0;
		box-shadow: 0 0 0vw 0vw rgba(255, 255, 0, 0.5)
	}

	5% {
		opacity: 1;
		box-shadow: 0 0 2px 3px rgba(255, 255, 0, 0.5)
	}
}

.dot:nth-child(5n),
.dot:nth-child(5n):before,
.dot:nth-child(5n):after {
	animation-delay: 0.1s
}

.dot:nth-child(5n-1),
.dot:nth-child(5n-1):before,
.dot:nth-child(5n-1):after {
	animation-delay: 0.2s
}

.dot:nth-child(5n-2),
.dot:nth-child(5n-2):before,
.dot:nth-child(5n-2):after {
	animation-delay: 0.3s
}

.dot:nth-child(5n-3),
.dot:nth-child(5n-3):before,
.dot:nth-child(5n-3):after {
	animation-delay: 0.4s
}

.dot:nth-child(5n-4),
.dot:nth-child(5n-4):before,
.dot:nth-child(5n-4):after {
	animation-delay: 0.5s
}


.dot:nth-child(5n) {
	filter: hue-rotate(0deg);
}

.dot:nth-child(5n-1) {
	filter: hue-rotate(180deg);
}

.dot:nth-child(5n-2) {
	filter: hue-rotate(-213deg);

}

.dot:nth-child(5n-3) {
	filter: hue-rotate(274deg);

}


.dot:nth-child(5n-4) {
	filter: hue-rotate(338deg);
}

/* !特殊效果 */

/* 共同 */
.tabbox {
	display: none;
}

.tabs>ul {
	display: flex;
	align-items: center;
	padding: 0 !important;
	justify-content: space-between;
}

.tabs>ul li {
	display: inline-block;
	font-size: 0;
	width: 49.5%;

}

.tabs.tabs1>ul li>a {
	display: block;
	width: 100%;
	background-size: contain;
	padding-bottom: 30.8%;
	background-repeat: no-repeat;
}

.tabs.tabs1>ul li>a {
	background-image: url(../images/Other/t1.png?v=0.0.1);

}

.tabs.tabs1>ul li>a.active {
	background-image: url(../images/Other/t1_H.png?v=0.0.1);

}

.tabs.tabs1>ul li:nth-child(2)>a {
	background-image: url(../images/Other/t2.png?v=0.0.1);
}

.tabs.tabs1>ul li:nth-child(2)>a.active {
	background-image: url(../images/Other/t2_H.png?v=0.0.1);

}

.tabs.tabs2>ul li>a {
	display: block;
	width: 90%;
	background-size: contain;
	padding-bottom: 26.8%;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

.tabs.tabs2>ul li>a {
	background-image: url(../images/tab/bt3.png?v=0.0.1);

}

.tabs.tabs2>ul li>a.active {
	background-image: url(../images/tab/bt3_H.png?v=0.0.1);

}

.tabs.tabs2>ul li:nth-child(2)>a {
	background-image: url(../images/tab/bt4.png?v=0.0.1);
}

.tabs.tabs2>ul li:nth-child(2)>a.active {
	background-image: url(../images/tab/bt4_H.png?v=0.0.1);

}

/* .activities-content .tabs>ul {
	display: flex;
	align-items: center;
	padding: 0 !important;
	justify-content: space-between;
	list-style-type: none;
}

.activities-content .tabs>ul li {
	display: inline-block;
	font-size: 0;
	width: 49.5%;

} */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
}

.mb_br {
	display: none;
}



br.mb {
	display: none;
}

aside ul {
	margin: 20px 0;
}

.banner-content .icon-logo {
	display: none;
}

.has_img p>img {
	height: 30px;
	margin: 0 5px
}

.iconImg-s {
	height: 30px;
	margin: 0 5px
}

.iconImg-m {
	height: 50px;
	margin: 3px 5px
}

.iconImg {
	/* height: 80px; */
	margin: 0 5px
}

body {
	width: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	transition: color .5s;
}

a:hover {
	background: transparent;
	color: #FFE301;
}

th.bg_4 {
	background: #d2600f;
}

th.bg_3 {
	background: #D20E36;
}

th.bg_2 {
	background: #2156D1;
}

th.bg_1 {
	background: #636365;
}

td.bg_4 {
	background: rgb(255, 229, 212) 0% 0% no-repeat padding-box;
}

td.bg_3 {
	background: rgba(255, 212, 212, 1) 0% 0% no-repeat padding-box;
}

td.bg_2 {
	background: rgba(220, 236, 255, 1) 0% 0% no-repeat padding-box;
}

td.bg_1 {
	background: rgba(239, 239, 239, 1) 0% 0% no-repeat padding-box;
}

.row {
	overflow: hidden;
	margin-bottom: 15px;
}

.col {
	position: relative;
	width: 100%;
	color: #FFF;
	float: left;
	min-height: 1px;
}

.col-1 {
	width: 8.3333%;
}

.col-2 {
	width: 16.6667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333%;
}

.col-5 {
	width: 41.6667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333%;
}

.col-8 {
	width: 66.6667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333%;
}

.col-11 {
	width: 91.6667%;
}

.col-12 {
	width: 100%;
}

.col+.col {
	padding-left: 20px;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.text-color-black {
	color: black;
}

.text-color-white {
	color: white;
}

.text-color-green {
	color: #c2d44e;
}

.mb-30 {
	margin-bottom: 30px;
}

.bottom {
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0;
	right: 0;
	z-index: 101;
}

.bottom>img {
	width: 100%;
}

#canvas {
	background: url(../images/web_bg.jpg?v=0.0.1) center 0 no-repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}

/* 各區域 */
body {
	background: rgba(32, 0, 99, .85) url(../images/web_bg.jpg?v=0.0.1);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	font-size: 1.3rem;
}

body:before {
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/web_bg.jpg?v=0.0.1) center bottom no-repeat;
	background-size: cover;
}



header {
	padding: 0;
}

header .container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	font-size: 0;
}

nav {
	width: 85%;
	max-width: 1600px;
	margin: -3% auto 40px;
	padding: 0px 30px;
	position: relative;
	z-index: 99999999;
}

.topNav {
	max-width: 1520px;
	margin: 6.5% auto 0;
}

nav ul {
	margin-bottom: 0;
	list-style: none;
	font-size: 0;
}

nav li {
	display: inline-block;
	width: calc(100% / 5);
	padding: 5px 0px;
	text-align: center;
	margin-bottom: -1%;
	vertical-align: top;
}

nav li a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;

}

nav li a.disabled {
	pointer-events: none;
}

/* 敬請期待 */
nav li a.disabled:before {
	content: '敬請期待';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 1.8vw;
	letter-spacing: 4px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-shadow: 0 0 5px rgb(96 129 244), 0 0 10px rgb(8 89 249 / 90%);
}

nav li a.disabled img {
	-webkit-filter: brightness(.3) saturate(0.4);
	opacity: 0.9;
}

nav li a img {
	position: relative;
	z-index: 5;
	transition: ease all .3s;
}

.topNav li a img {
	position: relative;
	z-index: 5;
	transition: ease all .3s;
}

.topNav li a .hover {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	margin: auto;
	transition: all ease .3s;
	opacity: 0;
	position: absolute;
	background-size: contain;
}


/* ---------------------------------------------------- */
/* 1. .check 的樣式在所有裝置上都應該生效（點擊後選中狀態）*/
/* ---------------------------------------------------- */
.topNav li a.check img {
	opacity: 0;
}

.topNav li a.check .hover {
	opacity: 1;
}

/* ---------------------------------------------------- */
/* 2. :hover 的樣式只在支援懸停的裝置上生效（例如電腦）*/
/* ---------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
	.topNav li a:hover img {
		opacity: 0;
	}

	.topNav li a:hover .hover {
		opacity: 1;
	}
}

.bottom-tool nav li a {
	filter: brightness(100%);
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}

.bottom-tool nav li a img {
	height: 40px;
	width: auto;
	object-fit: contain;
	margin-bottom: 5px;
}

.bottom-tool nav ul {
	list-style: none;
	font-size: 0;
}

.bottom-tool nav li {
	display: inline-block;
	width: calc(100% / 4);
	text-align: center;
}

/* 文字顏色 */
.sub-title {
	color: #F5E61C;
}

.font-blue {
	color: #00FFEE;
}

.font-yellow {
	color: #F5E61C;
}



.banner .container {
	width: 100%;
	margin: 0 auto;
}

.banner {
	position: relative;
	z-index: 999;
}

.banner_bg {
	height: 0;
	z-index: 1;
}

.banner .row-fluid {
	width: 100%;
	height: 0;
	padding-bottom: 37%;
}

.bg2 {
	position: absolute;
	top: 0;
	right: 0%;
	left: 0;
	z-index: 50;
	width: 100%;
}



.banner-pic {
	width: 100%;
	padding-top: 53%;
	padding-bottom: 10%;
	margin-bottom: -3%;
	position: relative;
	/* background: url(../images/web_bg.png?v=0.0.1) top no-repeat; */
	background-size: 100% auto;
}

.banner-pic .dk {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.banner-pic .mb {
	display: none;
}

.banner .banner-content .desc {
	font-size: 42px;
	font-weight: 400;
	vertical-align: super;
	position: relative;
	top: -2em;
}

.banner .banner-content .discount {
	font-size: 150px;
	position: relative;
	top: 0.5em;
}

.banner .banner-row {
	width: 100%;
	position: relative;
	font-size: 0;
	margin-bottom: 20px;
}

.banner .banner-row-big {
	display: inline-block;
	width: 70%;
	padding-right: 20px;
	position: relative;
}

.banner .banner-row-small {
	display: inline-block;
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fa0;
}

.banner .banner-shop-button {
	display: inline-block;
	padding: 15px 30px;
	color: #FFF;
	border: 2px solid #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.activities {
	padding-bottom: 70px;
	position: relative;
	z-index: 99999;

}




.activities .container {
	width: 80%;
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 30px;
}

.activities .reward .container {
	width: 100%;
}

.ac-tit {
	padding: 0 9%;
	margin-bottom: -5%;
	position: relative;
	z-index: 4;
}

.activities-content h2 {
	text-align: center;
	font-size: 33px;
	font-weight: 300;
	padding-bottom: 0;
	margin: 0;
}

.activities-content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 2% 0 1% 3%;
	color: #FFDE9E;
	letter-spacing: 1px;
}

.activities-content .tag {
	font-size: 24px;
	color: #FFDE9E;
}

.activities-content {
	padding: 0 9%;
	margin-top: -5.7%;
}

.activities-content .activities-panel {

	padding: 100px 7% 70px;
	color: #ffffff;
	border-radius: 3px;
	margin: auto;
	position: relative;

	background-color: rgba(0, 8, 157, 0.5);
	border-radius: 5px;
	/* 圓角 */
	overflow: hidden;
	clip-path: inset(0 round 6px);

}


.activities-panel .item h3 img {
	width: 303px;
	margin-bottom: 25px;
}

.activities-panel .item {
	margin-bottom: 40px;
}

.activities-content .item p {
	padding: 0 1%;
	word-break: break-all;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 1px;
}

.activities-content .item ol,
.activities-content .item ul {
	word-break: break-all;
	word-wrap: break-word;
	font-size: 24px;
	padding-left: 4%;
	-moz-padding-start: 4%;
	-webkit-padding-start: 4%;
	-khtml-padding-start: 4%;
	-o-padding-start: 4%;
	padding-inline-start: 4%;
}

.activities-content .activities-items {
	font-size: 0;
	width: calc(100% / 4);
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
}

.activities-content .activities-item-pic {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 122.3529%;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	position: relative;
}

.activities-content .activities-item-pic img {
	transform: translateY(0%);
	transition: transform .5s;
}

.activities-content .activities-item-pic:hover img {
	transform: translateY(-100%);
}

.activities-content .activities-item-pic .activities-item-pic-mark {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	margin: 10px;
}

.activities-content .activities-item-pic .activities-item-pic-mark.discount {
	background-color: #c2d44e;
	left: 0;
}

.activities-content .activities-item-pic .activities-item-pic-mark.new {
	background-color: #393e45;
	right: 0;
}

.activities-content .activities-item-pic .activities-item-pic-mark.pack {
	background-color: #fbbc05;
	right: 0;
	top: 50px;
}

.activities-content .activities-item-pic .activities-item-pic-mark.look {
	color: #c2d44e;
	border: 1px solid #c2d44e;
	border-radius: 0;
	background-color: transparent;
	right: 0;
	top: calc(100% - 70px);
	cursor: pointer;
	transition: all .5s;
}

.activities-content .activities-item-pic .activities-item-pic-mark.look:hover {
	background-color: #c2d44e;
	color: #FFF;
}

.activities-content .activities-item-info {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

.activities-content .activities-item-info a {
	display: block;
}

.activities-content .activities-item-info p {
	padding-bottom: 15px;
}

.activities-content .product-price {
	font-weight: 700;
	color: #c2d44e;
}

.activities-content .product-price .product-price-original {
	text-decoration: line-through;
	padding-right: 0.5em;
	font-weight: 300;
	color: #393e45;
}

.force-fit {
	position: absolute;
	top: 0;
	bottom: 0;
}

.force-fit img {
	height: 100%;
}

.pullRight {
	transform: translateX(100%);
}

.dk {
	padding-bottom: 15%;
}

.banner-content {
	width: 100%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	top: 0;
	padding-top: 44.8%;
}

.icon-img {
	position: absolute;

}

.icon-bg {
	width: 100%;
	top: 0;
	left: 0;
}

.character {
	width: 37.166%;
	right: 11.5%;
	top: 7%;
	z-index: 30;
	position: absolute;
	opacity: 0;
	transform-origin: bottom center;

}

.start .character {
	animation: Up 0.4s forwards;

}


.icon-1 {
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index: 61;
	bottom: 0;
}

.icon-2 {
	width: 100%;
	top: 0%;
	left: 0%;
	z-index: 60;
}

.icon-img img {
	width: 100%;
}

.banner-content .icon-word {
	position: absolute;
	top: 2.5%;
	left: 2.3%;
	margin: auto;
	width: 49.124%;
	z-index: 60;
	overflow: hidden;
	transition: all ease .8s;
	transition-delay: 0.3s;
	padding: 0;
}


.banner-content .icon-word img {
	width: 100%;
	height: 100%;
	transition: all ease .6s;
	animation: pulse 1.6s ease infinite;
}


.banner-content .icon-word.mb {
	display: none;
}


.car {
	position: absolute;
	top: 40%;
	left: 4%;
	margin: auto;
	width: 92.4%;
	z-index: 7;
	overflow: hidden;
	/* animation: CarMove 0.4s forwards; */
	opacity: 0;
	transform: translate(50%, 50%) scale(0);
}

.start .car {
	animation: CarMove 0.4s forwards;

}

.cardPic {
	position: absolute;
	bottom: 51%;
	right: 26%;
	margin: auto;
	width: 13%;
	z-index: 7;
	overflow: hidden;
	opacity: 0;
	transform: translate(50%, 0) scale(0);
}

.start .cardPic {
	animation: CardMove 0.4s forwards;

}

.banner-content .icon-logo {
	display: none;
}


.banner .row {
	overflow: inherit;
}

.banner-pic {
	position: relative;
}

.shiny {
	position: absolute;
	z-index: 11;
	animation: shiny 3s ease infinite;
	animation-delay: 0.1s;
}

.shiny1 {
	left: 45.5%;
	top: 64.5%;
	width: 7%;
}

.shiny2 {
	left: 19.5%;
	top: 53.5%;
	width: 7%;
}


/* Bird */
.dk,
.mb {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.banner-content h2 {
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-content h2 span {
	display: block;
	font-size: 30px;
	font-weight: 300;
}

.banner-content h3 {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}

.banner-content h3 span {
	display: block;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 24px
}

.bg3 {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}


footer {
	font-size: 0;
	padding: 15px 0;
	position: relative;
	z-index: 99999;
	background: #14041D;


}

footer .container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

footer .copyright-row {
	display: flex;
	flex-wrap: wrap;
	color: #FFF;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
}

footer img {
	max-width: 100%;
	object-fit: contain;
	height: auto;
}

footer .copyright-row .txt {
	height: 50px;
	line-height: 50px;
}

/* 浮動側邊欄 */
.aside-tool {
	position: fixed;
	bottom: 0;
	margin: auto;
	top: -80px;
	display: flex;
	right: 30px;
	z-index: 99999999999;
	transition: left .5s;
	align-items: center;
	padding-bottom: 11.5%;
}

.aside-tool-box {
	display: inline-block;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	width: 93%;
	padding-bottom: 10px;
	background: #63006ED9 0% 0% no-repeat padding-box;
	border: 1px solid #00FFEE;
	color: #FFF;
	text-align: center;
}

.aside-tool-box-border {
	display: inline-block;
	border-radius: 10px;
	position: relative;
	text-align: center;
	width: 150px;
	background: transparent linear-gradient(180deg, #0019F9 0%, #00FFEE 50%, #0019F9 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #00FFEE;
}


.aside-tool-box .aside-tool-icon {
	display: inline-block;
	position: absolute;
	width: 170px;
	left: 50%;
	transform: translate(-50%, 0);
	top: -70px;

	cursor: pointer;
}

.aside-tool-box .aside-tool-icon label {
	cursor: pointer;
}

.aside-tool-box .title {
	display: inline-block;
	margin-top: 40px;
	font-size: 18px;
}

.aside-tool-box h4 {
	padding: 19px 10px;
	border-bottom: 1px solid #535545;
}

.aside-tool-box p {
	margin: 0;
	padding: 3px;
	font-size: 20px;
	text-align: center;
}

.aside-tool-box .adv-pic {
	position: absolute;
	width: 219%;
	left: 52%;
	transform: translate(-50%, 0);
	bottom: -2.5em;
}

.aside-tool-box .adv-pic img {
	width: 65%;
}

/* Mobile置底列 */
.bottom-tool {
	display: none;
	-webkit-box-shadow: 0px -1px 5px rgb(37, 37, 37);
	-moz-box-shadow: 0px -1px 5px rgb(37, 37, 37);
	box-shadow: 0px -1px 5px rgb(37, 37, 37);
	opacity: 0.9;
}

.bottom-tool nav {
	padding: 5px 15px;
	height: 60px;
	width: 100%;
	margin: 0;
}

.bottom-tool nav ul {
	display: flex;
	justify-content: center;
	height: 50px;
	margin: 0;
}

.bottom-tool nav li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.bottom-tool nav li {
	width: 100%;
	padding: 5px 15px;
	display: inline-block;
	height: 100%;
	line-height: 100%;
	text-align: center;
}

.bottom-tool div {
	text-align: center;
}


/* Table element */
.threshold,
.gameType,
.scratch,
.topUp {
	padding: 0 1%;
}

.threshold table,
.gameType table,
table {
	border: 1px solid #000000;
	border-collapse: separate;
	word-wrap: break-word;
	border-spacing: 0;
	border-radius: 10px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	color: #000000;
}

.threshold thead th,
.gameType thead th,
thead th {
	border: 1px solid #000000;
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #ffffff;
}

.reward header,
.threshold thead th,
.gameType thead th,
thead th,
.threshold table td::before {
	background: linear-gradient(180deg, #C500FF 0%, #290C8B 100%);




}

.reward .item {
	background: #200063;

}

.reward .title {
	background: linear-gradient(180deg, #C500FF 0%, #290C8B 100%);



}

.reward .title.jackpot2 {
	background: linear-gradient(180deg, #C500FF 0%, #290C8B 100%);



}

/*表頭例外處理*/
thead th.fish-head-1 {
	background: #0795e8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0795e8 0%, #2359b5 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0795e8 0%, #2359b5 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0795e8 0%, #2359b5 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

thead th.fish-head-2 {
	background: #e8205f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e8205f 0%, #b5233b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e8205f 0%, #b5233b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e8205f 0%, #b5233b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

thead th.fish-head-3 {
	background: #bb07e8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #bb07e8 0%, #7323bb 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bb07e8 0%, #7323bb 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bb07e8 0%, #7323bb 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.threshold table tr,
.gameType table tr,
table tr {
	background-color: #ffffff;
	border-radius: 10px;
}

table th,
table td,
.threshold table th,
.threshold table td,
.gameType table th,
.gameType table td {
	text-align: center;
	border: 1px solid #000000;
	padding: 10px 0;
}

table th,
table td {
	padding: 10px 5px;
}

.topUp tbody tr th {
	background-color: #FE9500;
}

/*第一欄第一列：左上*/
thead tr:first-child th:first-child,
.threshold thead tr:first-child th:first-child,
.gameType thead tr:first-child th:first-child {
	border-top-left-radius: 8px;
}

tbody tr:first-child td:first-child,
.threshold tbody tr:first-child td:first-child,
.gameType tbody tr:first-child td:first-child {
	border-top-left-radius: 0px;
}

/*第一欄最後列：左下*/
thead tr:first-child th:first-child,
.threshold thead tr:first-child th:first-child,
.gameType thead tr:first-child th:first-child {
	border-bottom-left-radius: 0px;
}

tbody tr:last-child td:first-child,
tbody tr:last-child th:first-child,
.threshold tbody tr:last-child td:first-child,
.threshold tbody tr:last-child th:first-child,
.gameType tbody tr:last-child td:first-child,
.gameType tbody tr:last-child th:first-child {
	border-bottom-left-radius: 8px;
}

/*最後欄第一列：右上*/
thead tr:first-child th:last-child,
.threshold thead tr:first-child th:last-child,
.gameType thead tr:first-child th:last-child {
	border-top-right-radius: 8px;
}

tbody tr:first-child td:last-child,
.threshold tbody tr:first-child td:last-child,
.gameType tbody tr:first-child td:last-child {
	border-top-right-radius: 0px;
}

/*最後欄第一列：右下*/
thead tr:first-child th:last-child,
.threshold thead tr:first-child th:last-child,
.gameType thead tr:first-child th:last-child {
	border-bottom-right-radius: 0px;
}

tbody tr:last-child td:last-child,
.threshold tbody tr:last-child td:last-child,
.gameType tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

/* 下方不要圓角 */
.noBorderRadius tbody tr:last-child td:first-child {
	border-bottom-left-radius: 0px;

}

.noBorderRadius tbody tr:last-child td:last-child {
	border-bottom-right-radius: 0px;

}

#gameTicket_m,
.gameTicket_m {
	display: none;
}


.reward {
	margin: 0 0%;
	/* padding: 0 3%; */
	padding-bottom: 30px;
	background: #300093;
	border-radius: 5px;
	border: 1px solid #D04CFF
}

.reward header {
	border-radius: 5px 5px 0 0;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: #D04CFF 1px solid;
}

.reward header img {
	width: 50%;
}

.reward .items.row {
	margin: 0 -5px;
}

.reward .items .col-6,
.reward .items .col-12,
.reward .items .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.reward .item {
	text-align: center;
	border-radius: 5px;
	padding: 0 0 10px 0;
	margin: 5px 0;
}

.reward .title {
	padding: 7px 5%;
	border-radius: 5px 5px 0 0;
	height: 56px;
	line-height: 42px;

}

.reward .item-body {
	margin-top: 5px;
	height: 100%;
	padding: 10px 0;
}

.reward .item-body img {
	height: 230px;
	object-fit: contain;
}

.reward .gem .item-body img {
	height: 194px;
	object-fit: contain;
}

.reward .item-body p {
	height: 100%;
}

.reward .jackpot {
	height: 80px;
}

.reward .title img {
	height: 100%;
	object-fit: contain;
}


.reward p {
	margin-bottom: 0;
	padding-left: 0;
}

.activities-content .gem p {
	padding-left: 0;
	font-size: 24px;
}

.firstItem {
	margin: 0 0px;
}

.firstItem .row {
	margin-bottom: 0;
	padding: 20px 0 0;
}

.pic {
	width: 58%;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
}

.reward .mb_reward .pic {
	position: relative;
	width: 100%;
}

.mb_reward .gold_1_base {
	display: none;
}

.reward-top {
	width: 21%;
	position: absolute;
	top: 2%;
	left: 0.5%;
}

.gold_1_base {
	width: 90%;
}

.title-center h2 {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
}

.title-center h2 span.md_title,
span.md_title {
	font-size: 24px;
}

.activities-content .item p span.sm_title,
span.sm_title {
	font-size: 20px;
}


.announce {
	padding-top: 30px;
	font-size: 14px;
}

/* 分級 */

.modal-dialog {
	width: 600px;
	margin: auto;
	max-width: 100%;
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px px;
}

.modal-normal {
	color: #ffffff;
	text-align: center;
	/* IE10+ */
	background-image: -ms-linear-gradient(top, #AA0A1A 0%, #440007 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #AA0A1A 0%, #440007 100%);

	/* Opera */
	background-image: -o-linear-gradient(top, #AA0A1A 0%, #440007 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AA0A1A), color-stop(100, #440007));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #AA0A1A 0%, #440007 100%);

	/* W3C Markup */
	background-image: linear-gradient(to bottom, #AA0A1A 0%, #440007 100%);
}

.modal-header {
	padding: 8px;
	border-bottom: 1px solid #ffd800;
	border-radius: 5px 5px 0px 0px;
	color: #ffffff;
	text-align: center;
	background: linear-gradient(to bottom, #AA0A1A 0%, #440007 100%);
}

.modal-header .close {
	color: #ffd800;
	text-shadow: none;
	opacity: 0.9;
	font-size: 25px;
}

.modal-content {
	color: #fff;
	overflow: hidden;
	border: 1px solid #ffd800;
	/* border-bottom: 0px; */
}

.modal-footer {
	text-align: center;
	padding: 10px;
	background: #0F0F1F;
}

.modal-body {
	background: #0D113A;
	overflow-y: auto;
	max-height: calc(100vh - 140px);
}

#modal-level {
	z-index: 99999999999;
	font-size: 16px;
}

#modal-level .flex {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.level_bg {
	background: rgba(0, 0, 0, .5);
	display: block;
	backdrop-filter: blur(1.875rem) contrast(60%);
	-webkit-backdrop-filter: blur(1.875rem) contrast(60%);
	width: 100%;
	padding: 0.3rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9999999999;
}

.start .level_bg {
	display: none;
}

#modal-level .h4,
#modal-level h4 {
	font-size: 18px;
	display: block;
	width: 100%;
}

.btn-green {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* Opera */
	background-image: -o-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00FF1E), color-stop(17, #076200), color-stop(100, #00FF1E));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* W3C Markup */
	background-image: linear-gradient(to top, #00FF1E 0%, #076200 17%, #00FF1E 100%);
	color: #ffffff;
	border: 0px;
	text-shadow: 0px 0px 2px #666666, 0px 0px 2px #666666, 0px 0px 2px #666666, 0px 0px 2px #666666,
		0px 0px 2px #666666, 0px 0px 2px #666666, 0px 0px 2px #666666;
	border-radius: 8px;
}

.btn-green:active {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* Opera */
	background-image: -o-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00FF1E), color-stop(17, #076200), color-stop(100, #00FF1E));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #00FF1E 0%, #076200 17%, #00FF1E 100%);

	/* W3C Markup */
	background-image: linear-gradient(to top, #00FF1E 0%, #076200 17%, #00FF1E 100%);
	color: #ffffff;
	border: 0px;
}

.btn-bright-red {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* Opera */
	background-image: -o-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D20000), color-stop(17, #7E1313), color-stop(100, #f10000));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* W3C Markup */
	background-image: linear-gradient(to top, #D20000 0%, #7E1313 17%, #f10000 100%);
	color: #ffffff;
	border: 0px;
	text-shadow: 0px 0px 2px #666666, 0px 0px 2px #666666, 0px 0px 2px #666666, 0px 0px 2px #666666,
		0px 0px 2px #666666, 0px 0px 2px #666666, 0px 0px 2px #666666;
	border-radius: 8px;
}

.btn-bright-red:active,
.btn-bright-red:hover {
	/* IE10+ */
	background-image: -ms-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* Opera */
	background-image: -o-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D20000), color-stop(17, #7E1313), color-stop(100, #f10000));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(bottom, #D20000 0%, #7E1313 17%, #f10000 100%);

	/* W3C Markup */
	background-image: linear-gradient(to top, #D20000 0%, #7E1313 17%, #f10000 100%);
	color: #ffffff;
	border: 0px;
}

.btn:active,
.btn:focus,
.btn:hover {
	text-shadow: none;
	color: #ffffff;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 600px) {
	.reward .title {
		height: 40px;
		line-height: 40px;
	}

	.threshold table {
		border: 0;
	}

	.threshold table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.threshold table tr {
		border: 0px;
		background: none;
		display: block;
	}

	.threshold table td {
		border: 2px solid #000000;
		background-color: #ffffff;
		display: block;
		font-size: .8em;
		text-align: center;
		font-size: 18px;
		padding: 0px;
		border-radius: 10px;
		margin-top: 5px;
		;
	}

	.threshold table td::before {
		display: inline-block;
		text-align: center;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		content: attr(data-label);
		width: 100%;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 30px;
		height: 30px;
		color: #ffffff;
		text-transform: uppercase;
	}

	/*第一欄第一列：左上*/
	.threshold tbody tr:first-child td:first-child {
		border-top-left-radius: 8px;
	}

	/*第一欄最後列：左下*/
	.threshold tbody tr:last-child td:first-child {
		border-bottom-left-radius: 8px;
	}

	/*最後欄第一列：右上*/
	.threshold tbody tr:first-child td:last-child {
		border-top-right-radius: 8px;
	}

	/*最後欄第一列：右下*/
	.threshold tbody tr:last-child td:last-child {
		border-bottom-right-radius: 8px;
	}

	#gameTicket,
	.gameTicket {
		display: none;
	}

	#gameTicket_m,
	.gameTicket_m {
		display: block;
	}
}


#gotop {
	display: block;
	position: fixed;
	width: 80px;
	height: 80px;
	right: 50px;
	bottom: 90px;
	font-size: 10px;
	color: white;
	cursor: pointer;
	z-index: 9999999999;
}

@media (max-width: 1400px) {
	.activities .container {
		width: 90%;
	}

	.reward .container {
		width: 100%;
	}


}

@media (max-width: 1199.98px) {
	.activities-content .gem p {
		padding-left: 0;
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	.activities-content .gem p {
		padding-left: 0;
		font-size: 20px;
	}
}

@media screen and (orientation:portrait) {
	body {
		background: url(../images/mob_bg.jpg) fixed;
		background-size: cover;
	}

	body:before {
		content: ' ';
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../images/mob_bg.jpg) center 0 no-repeat;
		background-size: cover;
	}

	#canvas {
		background: url(../images/mob_bg.jpg) center 0 no-repeat;
		background-size: cover;
	}

}

@media (max-width: 991.98px) {

	/* 敬請期待 */
	nav li a.disabled:before {
		font-size: 4vw;
	}

	.ac-tit {
		padding: 0 0%;
		overflow: hidden;
	}


	.banner-content .icon-word.mb {
		display: block;
	}



	.banner-content .icon-word.dk {
		display: none;
	}

	.banner-content .icon-word {
		width: 94%;
		left: 0;
		right: 0;
		margin: auto;
		top: 89%;
		bottom: auto;
		animation: pulse 1.6s ease infinite;
	}

	.banner-content .icon-word img {
		transform: rotate(4deg) !important;

	}

	.mb_br {
		display: block;
	}

	body {
		font-size: 1.1em;
	}

	br.mb {
		display: block;
	}



	.ac-tit img {
		width: 100%;
		min-width: 100%;
		margin: 0 0%;
	}

	.activities-content .item h3 {
		width: 100%;
		text-align: center;
	}

	.reward .item-body .big_pic {
		width: 68.7%;
		padding-top: 20px;
	}

	.title-center h2,
	.reward .item-body .big_pic+p {
		font-size: 20px;
		font-weight: bold;
	}


	.announce {
		padding-top: 5px;
	}

	.reward .jackpot img,
	.reward .title img {
		height: 35px;
	}

	.reward .title {
		padding-top: 0;
		padding-bottom: 0;
	}

	.reward .jackpot,
	.reward .jackpot3,
	.reward .title {
		height: 42px;
	}

	.reward .title img {
		height: 26px;
	}

	.reward .jackpot img,
	.reward .jackpot3 img {
		height: 35px;
	}

	.reward .gem .item-body img {
		/* height: 147px; */
		height: auto;
	}

	.reward .items.row {
		margin: 0;
		padding-top: 0;
	}

	.reward .item {
		margin: 5px 0;
	}

	.reward .item-body {
		padding: 0 5px;
	}

	.reward .airpods .item-body img {
		height: auto;
		width: 88%;
	}

	.title-center h2 span.md_title,
	span.md_title {
		font-size: 18px;
	}

	.activities-content .item p span.sm_title,
	span.sm_title {
		font-size: 13px;
	}

	/* header */
	nav {
		padding: 0 0px;
		width: 100%;
		margin: 0px auto 20px;
	}

	nav img {
		width: 100%;
	}

	nav li {
		display: inline-block;
		width: calc(100% / 2);
		text-align: center;
		padding: 0;
	}

	footer {
		padding-bottom: 60px;
	}

	footer img {
		vertical-align: middle;
		height: 50px;
	}

	.banner-pic {
		margin-bottom: -10%;
		background: url(../images/mob_banner_bg.png?v=0.0.1) top no-repeat;
		background-size: 100% auto;
		padding-top: 71%;
	}

	.bottom {
		position: absolute;
		width: 98%;
		top: 57%;
		left: 1%;
		right: 0;
	}

	.banner-pic .dk {
		display: none;
	}

	.banner-pic .mb {
		height: 100%;
		display: block;
		width: 100%;
	}

	.car {
		top: 34.8%;
		left: 16%;
		width: 73%;
	}


	.banner-content {
		width: 100%;
		padding-top: 70%;
	}

	.banner-content .icon-logo {
		display: block;
		position: absolute;
		top: 0.5%;
		right: 0.5%;
		margin: auto;
		width: 16%;
		z-index: 51;
		transform: rotate(10deg)
	}

	.topNav {
		margin: 26.5% auto 0;
	}



	.cardPic {
		bottom: 39%;
		right: 78%;
		width: 17%;
	}

	.cardPic img {
		transform: rotate(-2deg);
	}

	.aside-tool {
		display: none;
	}

	.bottom-tool {
		width: 100%;
		height: 60px;
		background-color: #1f1f1f;
		position: fixed;
		bottom: 0;
		display: inline-block;
		z-index: 9999999999;
		opacity: 0.9;
	}

	.activities {
		padding-bottom: 50px;
		background: none;
	}

	.activities-content h2 {
		padding: 0 0%;
	}

	.activities-content .item h3 {
		width: 66%;
	}

	.activities-content .item p,
	.activities-content .item h4,
	.activities-content .tag {
		padding-left: 0%;
		font-size: 22px;
		letter-spacing: 0px;
	}

	.threshold,
	.gameType,
	.reward,
	.scratch,
	.topUp {
		padding: 0;
		margin-left: 0;
	}

	.activities .container {
		padding: 0 3px;
		width: 100%;
	}

	.activities-content {
		padding: 0 2.5%;
		margin-top: -7.3%;
	}


	.activities-panel .item h3 img {
		margin-bottom: 10px;
	}

	.activities-content .activities-panel {
		padding: 60px 4% 10px;
	}

	.activities-content .item h3 {
		margin: auto;
	}

	.activities-content .item ol,
	.activities-content .item ul {
		word-wrap: break-word;
		font-size: 22px;
		padding-inline-start: 30px;
	}

	.activities-content .gem p {
		padding-left: 0;
		font-size: 22px;
	}

	#gotop {
		display: block;
		position: fixed;
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 70px;
		font-size: 10px;
		color: white;
		cursor: pointer;
	}

	footer .container-xl {
		padding: 0;
	}

	footer .container-xl .col-2 {
		padding: 0;
	}

	footer .copyright-row .txt {
		line-height: 1.2;
		height: auto;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	/*手機版拔掉hover效果*/
	/*nav .topNav li a:hover img {
		opacity: 1;
	}

	nav .topNav li a:hover::after {
		opacity: 0;
	}

	nav .topNav li a.check img {
		opacity: 0;
	}

	nav .topNav li a.check::after {
		opacity: 1;
	}*/
}

@media (max-width: 900px) {
	.reward .gem {
		padding-top: 0%;
		height: 96%;
	}

	.activities-content .gem p {
		padding-left: 0;
		font-size: 18px;
	}

	.reward .item-body img {
		height: auto;
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	body {
		font-size: 0.8rem;
	}

	.pic {
		width: 60%;
		left: 50%;
		transform: translatex(-50%);
	}

	.reward .mb_reward .pic {
		width: 50%;
		position: absolute;
	}

	.reward .item-body.mb_reward .gold_1_base {
		display: block;
		width: 80%;
		margin: 0 auto 0;
	}

	.reward .item-body.mb_reward {
		padding-top: 20px;
	}

	.reward .airpods .item-body img {
		height: auto;
		width: 65%;
	}

	.title-center h2 {
		position: relative;
		padding-bottom: 0;
	}

	.activities-content .item p,
	.activities-content .item h4,
	.activities-content .tag {
		padding-left: 0%;
		font-size: 14px;
	}

	.activities-content .item ol,
	.activities-content .item ul {
		word-wrap: break-word;
		font-size: 16px;
		padding-inline-start: 30px;
	}

	footer img {
		vertical-align: middle;
		height: 35px;
		width: auto;
	}

	.activities-content {
		margin-top: -8.3%;
	}
}