@charset "utf-8";

body {
	background: rgba(17, 17, 17, 1);
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding-right: 0 !important;
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
}

a:focus {
	outline: 0;
}

a[href="javascript:void(0)"] {
	cursor: auto;
}

img {
	max-width: 100%;
}

.warpper {
	background: center fixed;
	background-size: cover;
}

.headline {
	text-indent: -9999px;
	position: absolute;
}

#modal-level {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px) contrast(60%);
	-webkit-backdrop-filter: blur(10px) contrast(60%);
	z-index: 999999;

}

#modal-level p {
	font-size: 16px;
}

#modal-level::before {
	backdrop-filter: blur(10px) contrast(60%);
	-webkit-backdrop-filter: blur(10px) contrast(60%);
	width: 100%;
	padding: 0.3rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.btn {
	font-size: 1.6rem;
}

.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,
.btn-green:hover {
	/* 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;
}

/*社群連結*/
.top {
	position: absolute;
	top: 15px;
	right: 10%;
	z-index: 5;
}

.top a {
	display: inline-block;
	width: 65px;
	margin: 0 10px;
}

.download_game {
	padding: 1px 5px;
	position: fixed;
	z-index: 5;
	right: 30px;
	top: 24%;
	border-radius: 15px;
	border: solid 1px #1b9eb3;
	background: #0064f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0064f9 0%, #2771a9 50%, #0064f9 98%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0064f9 0%, #2771a9 50%, #0064f9 98%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0064f9 0%, #2771a9 50%, #0064f9 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0064f9', endColorstr='#0064f9', GradientType=0);
	/* IE6-9 */
}

.download_game .box {
	padding: 10px 7px;
	background: #430999;
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #430999 0%, #52258a 47%, #430999 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #430999 0%, #52258a 47%, #430999 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #430999 0%, #52258a 47%, #430999 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#430999', endColorstr='#430999', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-radius: 10px;
	border: solid 1px #05d6e9;
}

.download_game .tit {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
}

.download_game .img_line {
	max-width: 120px;
	text-align: center;
}

.download_game .img_line img {
	display: block;
	margin: 0 auto 7px;
}

/*主視覺*/
.banner {
	position: relative;
	padding-bottom: 56.753%;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.banner .logo {
	position: absolute;
	left: 78px;
	top: 15px;
	z-index: 5;
	width: 10.5%;
}

.banner .text {
	position: absolute;
	left: 0;
	right: 0;
	width: 60.5%;
	margin: auto;
	z-index: 2;
}

.banner .main {
	position: absolute;
	left: 14%;
	top: 5.5%;
	width: 29%;
}

.banner .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.banner .right {
	position: absolute;
	right: 10.5%;
	top: 6%;
	width: 16.55%;
}

.banner .left {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 16.15%;
}

/*主視覺下方按鈕*/
.banner_bottom {
	text-align: center;
	position: relative;
	margin-top: -10%;
	list-style-type: none;
}

.banner_bottom li {
	display: inline-block;
	width: 22.176%;
	padding-bottom: 9.881%;
	margin: 0 40px;
	margin: 0 2%;
	position: relative;
}

.banner_bottom .btn {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
}

.banner_bottom .btn:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: all ease .3s;
	background-repeat: no-repeat;
	background-size: contain;
}

.banner_bottom .btn:hover:before {
	opacity: 0;
}

.banner_bottom .btn1 {
	background-image: url(../images/BT_Hover_01.png?v=2.0.4);
}

.banner_bottom .btn1:before {
	background-image: url(../images/BT_Default_01.png?v=2.0.4);
}

.banner_bottom .btn2 {
	background-image: url(../images/BT_Hover_02.png?v=2.0.4);
}

.banner_bottom .btn2:before {
	background-image: url(../images/BT_Default_02.png?v=2.0.4);
}

/*輪播*/
.main1 {
	padding-top: 80px;
}

.container {
	max-width: 924px;
	margin: auto;
}

.small_banner {
	position: relative;
	line-height: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.small_banner .slick-arrow {
	position: absolute;
	background: none;
	font-size: 0;
	transform: translateY(-50%);
	top: 50%;
	border: none;
	box-shadow: 0 0 0;
	z-index: 5;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.small_banner .slick-prev {
	left: 10px;
}

.small_banner .slick-next {
	right: 10px;
}

.small_banner .slick-arrow:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	opacity: .5;
	transition: all ease .3s;
}

.small_banner .slick-prev:before {
	content: "\e079";
}

.small_banner .slick-next:before {
	content: "\e080";
}

.small_banner .slick-arrow:hover,
.slick-arrow:focus {
	opacity: .9;
	outline: 0;
}

.small_banner .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.small_banner .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.small_banner .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	border: none;
	box-shadow: 0 0 0;
	font-size: 0;
	padding: 0;
	outline: 0
}

.small_banner .slick-dots li.slick-active button {
	background: #00b0ff
}

/*熱門遊戲介紹*/
.main2 {
	padding-bottom: 80px;
}

.list_tit {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 60;
}

.list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.fancybox-title {
	display: none;
}

.list .item {
	margin-bottom: 20px;
	width: 33.33%;
	padding: 2px;
	position: relative;
}

.list .item h3 {
	text-indent: -9999px;
	margin: 0;
	height: 0;
	overflow: hidden;
}

.list .item img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.list .item a {
	display: block;
	position: relative;
}

.list .item a:before {
	content: '';
	display: inline-block;
	width: 87%;
	height: 81%;
	border-radius: 16px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	box-shadow: -5px -5px 15px rgba(255, 255, 255, 0.9), 7px 7px 20px rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all ease .3s;
}

.list .item a:hover:before {
	opacity: 1;
}

/*footer*/
.site-footer {
	color: #fff;
	padding: 13px 0;
	background: rgba(17, 17, 17, .9);
	font-size: 13px;
	text-align: left;
}

.site-footer .footer-content {
	display: flex;
}

.site-footer .footer-content .text {
	width: calc(100% - 220px - 60px);
}

.author {
	text-indent: -9999px;
	display: none;
}

.site-footer .container {
	max-width: 1024px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .footer-logo {
	display: inline-block;
	width: 220px;
	margin-right: 30px;
}

.site-footer .footer-tag {
	display: inline-block;
	width: 60px;
}

.bottom-text {
	color: #fff;
	padding: 13px 0 72px;
	background: rgba(17, 17, 17, .9);
	font-size: 13px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.bottom-text .footer-content {
	display: flex;
	flex-wrap: wrap;

}

.bottom-text .footer-logo {
	width: 100%;
	margin: 0 auto 10px;
}

.bottom-text .footer-logo img {
	width: 206px;

}

.bottom-text .text {
	width: calc(100% - 80px);
	padding: 0 10px;
	text-align: left;
}

.bottom-text .footer-tag {
	width: 60px;
}

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

#modal-msg {
	z-index: 1070;
}

#modal-msg p {
	margin: 0 0 4px;
	letter-spacing: 2px;
}

#modal-msg .modal-body img {
	max-width: 100%;
	height: auto;
}

.modal-header {
	padding: 8px;
	border-bottom: 1px solid #ffd800;
	border-radius: 5px 5px 0px 0px 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 .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;
}

.btn-transparent {
	background: transparent;
	border: 0px;
	color: #ffffff;
}

@media screen and (max-width: 992px) {
	.top {
		display: none;
	}

	.banner .logo {
		display: none;
	}

	.banner_bottom li {
		width: 41.176%;
		padding-bottom: 16.881%;
		margin: 0 1%;
	}

	.banner_bottom .btn {}

	.banner_bottom {
		margin-top: -7%;
	}

	.download_game {
		display: none;
	}

	.main1 {
		padding-top: 20px;
	}

	.list .item {
		width: 50%;
		margin: 0 0 20px;

	}

	.small_banner {
		box-shadow: 0 0 0;
	}

	.small_banner .item {
		margin-bottom: 30px;
	}

	.main2 {
		padding-bottom: 80px;
	}

	.footer_box {
		display: flex;
		/* justify-content: space-between; */
		width: 100%;
	}

	.footer_box a {
		width: 100%;
	}

	.site-footer .hidden-md {
		width: 100%;
	}

	.site-footer {
		padding: 4px 0;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 930;
	}


	.warpper:before {
		background-position: center 0;
		background-repeat: no-repeat;
		content: ' ';
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: cover;
	}
}

@media screen and (max-width: 480px) {
	.list .item {
		width: 100%;
	}
}

@media screen and (orientation:portrait) {
	.banner {
		padding-bottom: 65.5%;
	}

	.list_tit {
		position: relative;
	}
}