@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900);
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}
	50% {
		-webkit-transform: translate(0, -20%) rotate(45deg);
		transform: translate(0, -20%) rotate(45deg)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}
	50% {
		-webkit-transform: translate(0, -20%) rotate(45deg);
		transform: translate(0, -20%) rotate(45deg)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0)
	}
}
@-webkit-keyframes rotate2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	80% {
		-webkit-transform: rotate(460deg);
		transform: rotate(460deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotate2 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	80% {
		-webkit-transform: rotate(460deg);
		transform: rotate(460deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1)
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes moveRotate {
	0% {
		-webkit-transform: translate(0, 0) rotate(0) scale(1);
		transform: translate(0, 0) rotate(0) scale(1)
	}
	50% {
		-webkit-transform: translate(-20%, -20%) rotate(720deg) scale(1.2);
		transform: translate(-20%, -20%) rotate(720deg) scale(1.2)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(1080deg) scale(1);
		transform: translate(0, 0) rotate(1080deg) scale(1)
	}
}
@keyframes moveRotate {
	0% {
		-webkit-transform: translate(0, 0) rotate(0) scale(1);
		transform: translate(0, 0) rotate(0) scale(1)
	}
	50% {
		-webkit-transform: translate(-20%, -20%) rotate(720deg) scale(1.2);
		transform: translate(-20%, -20%) rotate(720deg) scale(1.2)
	}
	100% {
		-webkit-transform: translate(0, 0) rotate(1080deg) scale(1);
		transform: translate(0, 0) rotate(1080deg) scale(1)
	}
}
@-webkit-keyframes moveLeftCenter {
	0% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	50% {
		-webkit-transform: translate(-70%, -50%);
		transform: translate(-70%, -50%)
	}
	100% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@keyframes moveLeftCenter {
	0% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	50% {
		-webkit-transform: translate(-70%, -50%);
		transform: translate(-70%, -50%)
	}
	100% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@-webkit-keyframes moveRightCenter {
	0% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	50% {
		-webkit-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%)
	}
	100% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@keyframes moveRightCenter {
	0% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	50% {
		-webkit-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%)
	}
	100% {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@-webkit-keyframes arrowDown {
	0% {
		top: 0
	}
	100% {
		top: 3px
	}
}
@keyframes arrowDown {
	0% {
		top: 0
	}
	100% {
		top: 3px
	}
}
.ion-chevron-down {
	position: relative
}
.ion-chevron-down:before {
	position: absolute;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-animation: arrowDown .7s linear infinite alternate both;
	animation: arrowDown .7s linear infinite alternate both
}
.container-full.loadingOpen {
	-webkit-animation: loadingOpen .5s linear .8s forwards;
	animation: loadingOpen .5s linear .8s forwards
}
#loadingPage {
	position: fixed;
	z-index: 3000;
	width: 100vw;
	height: 100vh;
	background-color: #ffcf00;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 0;
	visibility: hidden
}
#loadingPage .header_logo-box {
	margin-top: -50px
}
#loadingPage.loadingClose {
	-webkit-animation: loadingClose .8s linear .3s forwards, loadingClose2 1s linear 1.2s forwards;
	animation: loadingClose .8s linear .3s forwards, loadingClose2 1s linear 1.2s forwards
}
#loadingPage.loadingCloseNow {
	opacity: 0;
	visibility: hidden
}
#loadingPage.loadingReady {
	visibility: visible;
	opacity: 1
}
@-webkit-keyframes loadingClose {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0)
	}
}
@keyframes loadingClose {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0)
	}
}
@-webkit-keyframes loadingClose2 {
	0% {
		visibility: visible
	}
	100% {
		visibility: hidden
	}
}
@keyframes loadingClose2 {
	0% {
		visibility: visible
	}
	100% {
		visibility: hidden
	}
}
@-webkit-keyframes loadingOpen {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes loadingOpen {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.u-white {
	color: #f1ede8!important
}
.u-red {
	color: #e74c3c!important
}
.u-blue {
	color: #007aff!important
}
.u-skew {
	-webkit-transform: skew(-1)!important;
	-ms-transform: skew(-1)!important;
	transform: skew(-1)!important
}
.border {
	border: solid 1px #000
}
.u-w-100 {
	width: 100%!important
}
.u-pb-40 {
	padding-bottom: 40px!important
}
.u-pt-25 {
	padding-top: 25px!important
}
.u-pt-30 {
	padding-top: 30px!important
}
.u-pd-mull {
	padding: 0!important
}
.u-pdl-mull {
	padding-left: 0!important
}
.u-ml-auto {
	margin-left: auto!important
}
.u-mr-auto {
	margin-right: auto!important
}
.u-mt-10 {
	margin-top: 10px!important
}
.u-mt-30 {
	margin-top: 30px!important
}
.u-mt-un-5 {
	margin-top: -5px!important
}
.u-mb-20 {
	margin-bottom: 20px!important
}
.u-mb-10 {
	margin-bottom: 5px!important
}
@media only screen and (min-width:1199px) {
	.u-ml-card {
		margin-left: 33.35%!important
	}
}
.u-center {
	text-align: center!important
}
.u-right {
	text-align: right!important
}
.u-left {
	text-align: left!important
}
.u-width-10 {
	width: 10%!important
}
.u-width-20 {
	width: 20%!important
}
.u-width-30 {
	width: 30%!important
}
.u-width-40 {
	width: 40%!important
}
.u-width-50 {
	width: 50%!important
}
.u-width-60 {
	width: 60%!important
}
.u-width-70 {
	width: 70%!important
}
.u-width-80 {
	width: 80%!important
}
.u-width-90 {
	width: 90%!important
}
.u-width-100 {
	width: 100%!important
}
@media only screen and (max-width:575.5px) {
	.u-xs-width-125 {
		width: 125px!important
	}
}
.u-bg-primary {
	background-color: #ffcf00!important
}
.u-bg-gray {
	background-color: #999!important
}
.u-bg-gray-03 {
	background-color: rgba(153, 153, 153, .3)!important
}
.u-bg-white {
	background-color: #f1ede8!important
}
.u-bg-none {
	background-color: transparent!important
}
@media only screen and (min-width:768px) {
	.u-sm-up-hidden {
		display: none!important
	}
}
.hidden {
	display: none!important
}
@media only screen and (max-width:767.5px) {
	.u-hidden-sm {
		display: none!important
	}
}
@media only screen and (max-width:575.5px) {
	.hidden-xxs {
		display: none!important
	}
}
.no-gutters>[class*=col-] {
	padding-left: 0!important;
	padding-right: 0!important
}
.u-w-1 {
	width: 1px
}
.icon-hot:before {
	position: absolute;
	-webkit-transform: rotate(-145deg);
	-ms-transform: rotate(-145deg);
	transform: rotate(-145deg);
	font-size: 40px;
	color: #e74c3c;
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.icon-hot:after {
	content: "HOT";
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #f1ede8;
	position: absolute;
	top: -6%;
	left: 21%;
	z-index: 3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.ion-ios-game-controller-b-outline {
	position: relative
}
.ion-ios-game-controller-b-outline:after {
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 20%;
	left: 50%;
	width: 2px;
	height: 5px;
	background-color: #2c231e;
	opacity: 0
}
@-webkit-keyframes shock {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	50% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	75% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@keyframes shock {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	50% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	75% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@-webkit-keyframes shoot {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		top: 20%;
		left: 50%
	}
	10% {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
		top: 0;
		left: 50%
	}
	11% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		top: 20%;
		left: 30%
	}
	15% {
		opacity: 0
	}
	16% {
		opacity: 0;
		top: 20%;
		left: 30%
	}
	26% {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
		top: 00%;
		left: 30%
	}
	27% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		top: 00%;
		left: 30%
	}
	31% {
		opacity: 0;
		top: 20%;
		left: 70%
	}
	32% {
		opacity: 1;
		top: 20%;
		left: 70%
	}
	42% {
		opacity: 1;
		top: 0;
		left: 70%
	}
	43% {
		opacity: 0;
		top: 0;
		left: 70%
	}
	47% {
		opacity: 0;
		top: 2%;
		left: 50%
	}
	100% {
		opacity: 1;
		top: 20%;
		left: 50%
	}
}
@keyframes shoot {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		top: 20%;
		left: 50%
	}
	10% {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
		top: 0;
		left: 50%
	}
	11% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		top: 20%;
		left: 30%
	}
	15% {
		opacity: 0
	}
	16% {
		opacity: 0;
		top: 20%;
		left: 30%
	}
	26% {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
		top: 00%;
		left: 30%
	}
	27% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		top: 00%;
		left: 30%
	}
	31% {
		opacity: 0;
		top: 20%;
		left: 70%
	}
	32% {
		opacity: 1;
		top: 20%;
		left: 70%
	}
	42% {
		opacity: 1;
		top: 0;
		left: 70%
	}
	43% {
		opacity: 0;
		top: 0;
		left: 70%
	}
	47% {
		opacity: 0;
		top: 2%;
		left: 50%
	}
	100% {
		opacity: 1;
		top: 20%;
		left: 50%
	}
}
*, ::after, ::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px
}
body {
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	color: #2c231e;
	font-weight: 400;
	line-height: 1.6;
	font-size: 16px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative
}
body.u-body-unscroll {
	overflow-y: hidden
}
@-ms-viewport {
	width: auto!important
}
a, a:active, a:hover, a:visited {
	font-size: 16px;
	text-decoration: none
}
a:focus {
	outline: 0
}
.link {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	color: #f1ede8
}
.link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f1ede8;
	height: 1px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.link:hover {
	color: #cabba9
}
.link:hover:before {
	width: 0%
}
.link.link-primary {
	color: #ffcf00
}
.link.link-primary:before {
	background-color: #ffcf00;
	bottom: -5px
}
.link.link-primary:hover {
	color: #997c00
}
ul {
	list-style: none;
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #2c231e
}
h1 {
	font-size: 8rem;
	font-weight: 800;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem
}
h2 {
	font-size: 4.8rem;
	font-weight: 800;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem
}
h3 {
	font-size: 4rem;
	font-weight: 600;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	line-height: 4.8rem;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem
}
h4 {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	line-height: 3.2rem;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem
}
h5 {
	font-size: 2rem;
	font-weight: 400;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	line-height: 1;
	margin-top: 2.4rem;
	margin-bottom: 1.6rem
}
h6 {
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	line-height: 3.2rem;
	margin-top: 2.4rem;
	margin-bottom: 1.6rem
}
p {
	font-size: 16px;
	font-weight: 400;
	font-family: "?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½", Helvetica, roboto, arial, sans-serif;
	line-height: 32px;
	letter-spacing: 0
}
.subtitle {
	font-size: 4.8rem;
	font-weight: 900;
	font-family: "Josefin Sans", sans-serif;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem
}
ul, ul.ul-1 {
	list-style: none
}
ul ul, ul.ul-1 ul {
	padding-left: 3rem;
	margin-bottom: .5rem
}
li.li-1 {
	padding-left: 3rem;
	margin-bottom: .5rem
}
li.li-1::first-letter {
	display: inline-block;
	margin-left: -3rem
}
.ul {
	border: solid 1px #ffcf00;
	padding: 20px 35px;
	margin-bottom: 20px
}
.ul .li {
	padding: 5px 0;
	position: relative
}
.ul .li:before {
	content: "\f3a7";
	font-family: Ionicons;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: -22px;
	width: 30px;
	height: 30px;
	color: 20px;
	color: #ffcf00
}
.ul .li.title {
	padding-left: 10px;
	font-size: 22px;
	color: #e74c3c
}
.ul .li.title:before {
	content: "\f100";
	font-family: Ionicons;
	color: #e74c3c
}
.text-primary {
	background-color: #ffcf00;
	color: #2c231e;
	padding: 2px 10px
}
.icon.new-style {
	position: relative;
	margin-right: 10px
}
.icon.new-style:before {
	color: #e74c3c;
	font-size: 30px
}
.icon.new-style:after {
	content: "NEW";
	position: absolute;
	top: 0;
	left: -3px;
	font-size: 12px;
	font-style: normal;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	color: #fff;
	width: 30px;
	height: 20px;
	background-color: #e74c3c
}
.badge {
	background-color: #f1ede8;
	padding: 4px 7px!important;
	-webkit-border-radius: 20px!important;
	border-radius: 20px!important;
	position: absolute!important;
	top: 2px!important;
	right: 2px!important;
	-webkit-box-shadow: 0 0 0 0 rgba(241, 237, 232, .5);
	box-shadow: 0 0 0 0 rgba(241, 237, 232, .5);
	-webkit-animation: new-msg2 2s linear .5s infinite both;
	animation: new-msg2 2s linear .5s infinite both;
	color: #e74c3c
}
@-webkit-keyframes new-msg2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 237, 232, 0);
		box-shadow: 0 0 0 0 rgba(241, 237, 232, 0)
	}
	50% {
		-webkit-box-shadow: 0 0 3px 5px rgba(241, 237, 232, .5);
		box-shadow: 0 0 3px 5px rgba(241, 237, 232, .5)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 237, 232, 0);
		box-shadow: 0 0 0 0 rgba(241, 237, 232, 0)
	}
}
@keyframes new-msg2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 237, 232, 0);
		box-shadow: 0 0 0 0 rgba(241, 237, 232, 0)
	}
	50% {
		-webkit-box-shadow: 0 0 3px 5px rgba(241, 237, 232, .5);
		box-shadow: 0 0 3px 5px rgba(241, 237, 232, .5)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 237, 232, 0);
		box-shadow: 0 0 0 0 rgba(241, 237, 232, 0)
	}
}
.text-info {
	padding: 20px 35px;
	color: #313131
}
.text-info .title {
	color: #313131;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom: 1px #ffcf00 solid;
	display: inline-block
}
.text-info .title:not(:first-child) {
	margin-top: 20px
}
.text-info i {
	margin-right: 5px;
	font-size: 30px;
	color: #ffcf00;
	font-weight: 900
}
.text-info .text {
	color: #313131;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 10px
}
.text-info .ul {
	border: none;
	padding: 0 35px
}
.container-full {
	width: 100%;
	margin: 0 auto;
	background-color: #2c231e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.slider {
	background-color: #2c231e;
	color: #f1ede8
}
.runtext {
	height: 50px;
	background-color: #f1ede8
}
@media only screen and (max-width:575.5px) {
	.runtext {
		height: 35px
	}
}
.main {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100%
}
.footer {
	background-color: #2c231e;
	height: 110px;
	color: #f1ede8
}
@media only screen and (max-width:767.5px) {
	.footer {
		height: auto;
		height: initial
	}
}
.header {
	height: 120px;
	width: 100%;
	position: relative;
	z-index: 2;
	pointer-events: none
}
@media only screen and (max-width:767.5px) {
	.header {
		height: 200px
	}
}
@media only screen and (max-width:575.5px) {
	.header {
		height: 180px
	}
}
.header_bg-left {
	width: -webkit-calc(36% - 50px);
	width: calc(36% - 50px);
	height: 100%;
	background-color: #ffcf00;
	float: left;
	position: relative;
	text-align: right
}
@media only screen and (max-width:767.5px) {
	.header_bg-left {
		width: 100%;
		height: 120px;
		background-color: #ffcf00;
		text-align: center
	}
}
@media only screen and (max-width:575.5px) {
	.header_bg-left {
		height: 59px
	}
}
.header_bg-left-right {
	width: 300px;
	height: 100%;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	cursor: pointer;
	z-index: 2
}
@media only screen and (max-width:991.5px) {
	.header_bg-left-right {
		width: 100%
	}
}
@media only screen and (max-width:767.5px) {
	.header_bg-left-right {
		overflow: hidden
	}
}
@media only screen and (max-width:575.5px) {
	.header_bg-left-right {
		height: 59px
	}
}
.header_logo-box {
	float: right;
	width: 100%;
	padding-top: 26.6%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.header_logo {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 263px;
	max-height: 70px
}
@media only screen and (max-width:575.5px) {
	.header_logo {
		width: 60%;
		height: 60%
	}
}
.header_bg-center {
	width: 50px;
	height: 100%;
	float: left;
	margin-left: -5px
}
@media only screen and (max-width:767.5px) {
	.header_bg-center {
		display: none
	}
}
.header_bg-center polygon {
	fill: #ffcf00
}
.header_info {
	width: 100%;
	height: 100%;
	max-width: 1140px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:575.5px) {
	.header_info {
		height: 181px
	}
}
@media only screen and (max-width:767.5px) {
	.header_info-right.auth {
		padding-top: 5px
	}
	.header_info-right.auth:before {
		display: none
	}
}
@media only screen and (max-width:575.5px) {
	.header_info-right.auth:before {
		display: none
	}
}
.header_info-right {
	width: 100%;
	height: 72px;
	top: 0;
	right: 0;
	position: absolute;
	text-align: right;
	pointer-events: auto
}
.header_info-right:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
@media only screen and (max-width:767.5px) {
	.header_info-right {
		margin-top: 120px;
		height: 80px;
		background-color: #2c231e;
		text-align: center
	}
}
@media only screen and (max-width:575.5px) {
	.header_info-right {
		margin-top: 60px;
		height: 70px
	}
}
.header_info-right .login_info {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	white-space: nowrap
}
@media only screen and (max-width:991.5px) {
	.header_info-right .login_info {
		margin-right: 0
	}
}
@media only screen and (max-width:767.5px) {
	.header_info-right .login_info {
		display: block;
		margin-right: 5px;
		margin-bottom: 5px;
		vertical-align: middle
	}
}
.header_info-right .login_info span {
	color: #f1ede8;
	line-height: 1.5
}
.header_info-right .login_info .name, .header_info-right .login_info .wallet {
	color: #ffcf00
}
.header_info-right .btn {
	vertical-align: middle;
	margin: 0 5px
}
@media only screen and (max-width:575.5px) {
	.header_info-right .btn {
		font-size: 14px;
		height: 30px;
		line-height: 30px
	}
}
.header_info-right .forget {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	vertical-align: middle
}
@media only screen and (max-width:767.5px) {
	.header_info-right .forget {
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.header_info-right .forget_icon {
	width: 21px;
	height: 21px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #f1ede8;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.header_info-right .forget_icon:before {
	content: "";
	width: 150%;
	height: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: solid 2px rgba(241, 237, 232, .8);
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.header_info-right .forget .icon {
	color: #2c231e;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.bottom-nav {
	background: #2c231e;
	height: 75px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 0 -20px 60px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 -20px 60px 0 rgba(0, 0, 0, .2);
	z-index: 500
}
.bottom-nav .item {
	text-decoration: none;
	color: #f1ede8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.bottom-nav .item i {
	font-size: 30px;
	height: 35px;
	margin-top: 5px
}
.bottom-nav .item i:before {
	vertical-align: top
}
.bottom-nav .item span {
	font-size: 14px
}
.go-to-top {
	width: 40px;
	height: 40px;
	background-color: #ffcf00;
	position: fixed;
	right: 10px;
	bottom: 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.go-to-top i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #313131;
	-webkit-animation: arrowTop 1s linear infinite alternate both;
	animation: arrowTop 1s linear infinite alternate both
}
.go-to-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 150px
}
@-webkit-keyframes arrowTop {
	0% {
		top: 45%
	}
	100% {
		top: 55%
	}
}
@keyframes arrowTop {
	0% {
		top: 45%
	}
	100% {
		top: 55%
	}
}
.s-nav-sub_info.bingo .s-nav-sub_item:nth-child(1) .s-nav-sub_img, .s-nav-sub_info.sport .s-nav-sub_item:nth-child(1) .s-nav-sub_img {
	background-position: 0 100%
}
.home_sport .home_list-li:nth-child(1) .home_list-img {
	background-position: 0 0
}
.bingoPage .card2:nth-child(1) .card2_bg-img, .sportPage .card2:nth-child(1) .card2_bg-img {
	background-position: 0 0
}
.s-nav-sub_info.bingo .s-nav-sub_item:nth-child(2) .s-nav-sub_img, .s-nav-sub_info.sport .s-nav-sub_item:nth-child(2) .s-nav-sub_img {
	background-position: 0 0%
}
.home_sport .home_list-li:nth-child(2) .home_list-img {
	background-position: 0 100%
}
.bingoPage .card2:nth-child(2) .card2_bg-img, .sportPage .card2:nth-child(2) .card2_bg-img {
	background-position: 0 100%
}

.s-nav-sub_info.bingo .s-nav-sub_item:nth-child(3) .s-nav-sub_img {
	background-position: 0 100%
}

.s-nav-sub_info.live .s-nav-sub_item:nth-child(1) .s-nav-sub_img {
	background-position: 0 0
}
.home_live .card:nth-child(1) .card_img, .home_live .card:nth-child(1) .card_info-logo {
	background-position: 0 0
}
.livePage .card2:nth-child(1) .card2_bg-img {
	background-position: 0 0
}
.s-nav-sub_info.live .s-nav-sub_item:nth-child(2) .s-nav-sub_img {
	background-position: 0 33.33333%
}
.home_live .card:nth-child(2) .card_img, .home_live .card:nth-child(2) .card_info-logo {
	background-position: 0 33.33333%
}
.livePage .card2:nth-child(2) .card2_bg-img {
	background-position: 0 33.33333%
}
.s-nav-sub_info.live .s-nav-sub_item:nth-child(3) .s-nav-sub_img {
	background-position: 0 66.66667%
}
.home_live .card:nth-child(3) .card_img, .home_live .card:nth-child(3) .card_info-logo {
	background-position: 0 66.66667%
}
.livePage .card2:nth-child(3) .card2_bg-img {
	background-position: 0 66.66667%
}
.s-nav-sub_info.live .s-nav-sub_item:nth-child(4) .s-nav-sub_img {
	background-position: 0 100%
}
.home_live .card:nth-child(4) .card_img, .home_live .card:nth-child(4) .card_info-logo {
	background-position: 0 100%
}
.livePage .card2:nth-child(4) .card2_bg-img {
	background-position: 0 100%
}
.s-nav-sub_info.eGame .s-nav-sub_item:nth-child(1) .s-nav-sub_img {
	background-position: 0 0
}
.gamePage .card2:nth-child(1) .card2_bg-img {
	background-position: 0 0
}
.home_game .home_list-li:nth-child(1) .home_list-img {
	background-position: 0 0
}
.s-nav-sub_info.eGame .s-nav-sub_item:nth-child(2) .s-nav-sub_img {
	background-position: 0 25%
}
.gamePage .card2:nth-child(2) .card2_bg-img {
	background-position: 0 25%
}
.home_game .home_list-li:nth-child(2) .home_list-img {
	background-position: 0 25%
}
.s-nav-sub_info.eGame .s-nav-sub_item:nth-child(3) .s-nav-sub_img {
	background-position: 0 50%
}
.gamePage .card2:nth-child(3) .card2_bg-img {
	background-position: 0 50%
}
.home_game .home_list-li:nth-child(3) .home_list-img {
	background-position: 0 50%
}
.s-nav-sub_info.eGame .s-nav-sub_item:nth-child(4) .s-nav-sub_img {
	background-position: 0 75%
}
.gamePage .card2:nth-child(4) .card2_bg-img {
	background-position: 0 75%
}
.home_game .home_list-li:nth-child(4) .home_list-img {
	background-position: 0 75%
}
.s-nav-sub_info.eGame .s-nav-sub_item:nth-child(5) .s-nav-sub_img {
	background-position: 0 100%
}
.gamePage .card2:nth-child(5) .card2_bg-img {
	background-position: 0 100%
}
.home_game .home_list-li:nth-child(5) .home_list-img {
	background-position: 0 100%
}
.home_game .home_list-li:nth-child(5) .home_list-img {
	background-position: 50% 100%;
	-webkit-background-size: 150% auto;
	background-size: 150% auto
}
@media only screen and (max-width:575.5px) {
	.home_game .home_list-li:nth-child(5) .home_list-img {
		background-position: 50% 105%;
		-webkit-background-size: 100% auto;
		background-size: 100% auto
	}
}
.footer {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1140px;
	padding: 0 20px;
	overflow: hidden
}
@media only screen and (max-width:767.5px) {
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px;
		padding-bottom: 20px
	}
}
.footer_text {
	width: 100%;
	font-weight: 300;
	color: #999;
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center
}
@media only screen and (max-width:767.5px) {
	.footer_text {
		width: 100%
	}
}
.footer_link {
	font-size: 14px;
	padding-bottom: 3px
}
.home {
	padding: 20px;
	max-width: 1140px;
	margin: 0 auto
}
.home_game, .home_live, .home_sport, .home_sstk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}
.home_sstk {
	margin-bottom: 10px
}
.home_live {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.home_live-top {
	background-color: #ffcf00;
	height: 43px;
	line-height: 43px;
	padding-left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:767.5px) {
	.home_live-top {
		height: auto;
		height: initial
	}
}
.home_live-title {
	font-size: 20px;
	letter-spacing: .5px;
	margin-right: 5px;
	font-family: Raleway, ?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½, Arial, sans-serif
}
.home_live-text {
	letter-spacing: .5px;
	font-family: Raleway, ?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½, Arial, sans-serif;
	font-weight: 900
}
.home_live-bottom {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media only screen and (max-width:767.5px) {
	.home_live-bottom {
		height: auto;
		height: initial
	}
}
.home_sport {
	height: 400px;
	width: 100%
}
.home_left:hover .home_img, .home_right:hover .home_img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05)
}
.home_left, .home_right {
	width: 50%;
	position: relative;
	overflow: hidden
}
.home_left:hover .ion-ios-ionic-outline, .home_right:hover .ion-ios-ionic-outline {
	-webkit-animation: rotate2 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both;
	animation: rotate2 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both
}
.home_left:hover .home_icon.ion-ios-baseball-outline, .home_right:hover .home_icon.ion-ios-baseball-outline {
	-webkit-animation: moveRotate 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both;
	animation: moveRotate 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both
}
.home_left:hover .home_icon.ion-ios-football, .home_right:hover .home_icon.ion-ios-football {
	-webkit-animation: bounce .5s cubic-bezier(.6, -.28, .735, .045) 2 alternate both;
	animation: bounce .5s cubic-bezier(.6, -.28, .735, .045) 2 alternate both
}
.home_left:hover .home_icon.ion-ios-game-controller-b-outline, .home_right:hover .home_icon.ion-ios-game-controller-b-outline {
	-webkit-animation: shock 1s cubic-bezier(.6, -.28, .735, .045) infinite alternate both;
	animation: shock 1s cubic-bezier(.6, -.28, .735, .045) infinite alternate both
}
.home_left:hover .home_icon.ion-ios-game-controller-b-outline:after, .home_right:hover .home_icon.ion-ios-game-controller-b-outline:after {
	opacity: 1;
	-webkit-animation: shoot 1s cubic-bezier(.6, -.28, .735, .045) infinite alternate both;
	animation: shoot 1s cubic-bezier(.6, -.28, .735, .045) infinite alternate both
}
.home_left.big {
	width: 60%
}
.home_left.big:hover .home_info {
	margin-top: 26px;
	margin-left: 32px;
	padding-right: 20px
}
@media only screen and (max-width:767.5px) {
	.home_left.big:hover .home_info {
		margin-top: 0;
		margin-left: 0;
		padding-right: 0
	}
}
.home_left.big:hover .home_img.hover-left {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05)
}
.home_left.big:hover .home_img.hover-left:before {
	top: -100%;
	left: 0;
	border-top: 800px solid transparent;
	border-left: 800px solid rgba(255, 207, 0, .5);
	border-bottom: 800px solid transparent
}
.home_right.big {
	background-color: #ffcf00;
	width: 60%
}
.home_right.big:hover .home_info {
	margin-top: 26px;
	margin-left: 32px;
	padding-left: 20px
}
@media only screen and (max-width:767.5px) {
	.home_right.big:hover .home_info {
		margin: 0
	}
}
.home_right.big:hover .home_img {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05)
}
.home_right.big:hover .home_img.hover-right:before {
	top: -100%;
	right: 0;
	border-top: 1200px solid transparent;
	border-left: 1200px solid rgba(255, 207, 0, .5);
	border-bottom: 1200px solid transparent
}
.home_img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.home_left .home_img.hover-left:before {
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(255, 207, 0, 0);
	height: 0;
	width: 0;
	-webkit-filter: blur(0);
	filter: blur(0);
	position: absolute;
	top: -45%;
	left: -5%;
	border-top: 350px solid transparent;
	border-left: 200px solid #ffcf00;
	border-bottom: 200px solid transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	-o-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	transition: all .5s cubic-bezier(.6, -.28, .735, .045)
}
.home_right .home_img {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.home_right .home_img .home_img.hover-right:before {
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 0;
	width: 0;
	-webkit-filter: blur(0);
	filter: blur(0);
	position: absolute;
	top: -30%;
	right: -3%;
	border-top: 200px solid transparent;
	border-left: 200px solid #ffcf00;
	border-bottom: 350px solid transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	-o-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	transition: all .5s cubic-bezier(.6, -.28, .735, .045)
}
.home_left .home_info {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 13px;
	margin-left: 20px;
	padding-right: 0;
	-webkit-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	-o-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	border-bottom: #2c231e 1px solid
}
@media only screen and (max-width:767.5px) {
	.home_left .home_info {
		margin: 0;
		margin-top: 13px;
		margin-left: 20px
	}
}
.home_right .home_info {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 13px;
	margin-right: 20px;
	padding-left: 0;
	-webkit-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	-o-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	border-bottom: #2c231e 1px solid
}
@media only screen and (max-width:767.5px) {
	.home_right .home_info {
		margin: 0;
		padding-left: 20px;
		padding-right: 0;
		height: 100%;
		border-bottom: none
	}
}
.home_right .home_info .home_subtitle {
	display: block;
	font-size: 18px;
	letter-spacing: .5px;
	text-align: right
}
.home_icon, .home_title {
	display: inline-block;
	font-size: 30px
}
.home_icon {
	-webkit-transform: translate(0, 0) rotate(0);
	-ms-transform: translate(0, 0) rotate(0);
	transform: translate(0, 0) rotate(0);
	-webkit-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	-o-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	transition: all .5s cubic-bezier(.6, -.28, .735, .045)
}
@media only screen and (max-width:767.5px) {
	.home_icon {
		display: none
	}
}
.home_title {
	display: inline-block
}
@media only screen and (max-width:767.5px) {
	.home_title {
		font-size: 20px;
		margin-right: 5px
	}
}
.home_subtitle {
	display: block;
	font-size: 18px;
	letter-spacing: .5px;
	font-family: Raleway, ?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½, Arial, sans-serif;
	font-weight: 900
}
@media only screen and (max-width:767.5px) {
	.home_subtitle {
		font-size: 16px
	}
}
.home_list-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
@media only screen and (max-width:767.5px) {
	.home_list-ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.home_list-li {
	background-color: #626262;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:767.5px) {
	.home_list-li {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
		height: 200px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.home_list-li:nth-child(1), .home_list-li:nth-child(3) {
		margin-right: 5px
	}
	.home_list-li:nth-child(2), .home_list-li:nth-child(4) {
		margin-left: 5px
	}
	.home_list-li:nth-child(3), .home_list-li:nth-child(4), .home_list-li:nth-child(5) {
		margin-top: 10px
	}
}
@media only screen and (max-width:575.5px) {
	.home_list-li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.home_list-li:hover {
	background-color: #313131!important
}
.home_list-li:hover .home_list-title {
	background-color: #ffcf00
}
.home_list-li:hover .home_list-btn {
	border: solid 3px #ffcf00
}
.home_list-li:hover .home_list-img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.home_list-li:hover .icon-hot:before {
	-webkit-transform: rotate(-140deg);
	-ms-transform: rotate(-140deg);
	transform: rotate(-140deg)
}
.home_list-li:hover .icon-hot:after {
	-webkit-transform: rotate(-10deg) scale(1.05);
	-ms-transform: rotate(-10deg) scale(1.05);
	transform: rotate(-10deg) scale(1.05)
}
.home_list-li:nth-child(even) {
	background-color: #3e3e3e
}
@media only screen and (max-width:767.5px) {
	.home_list-li:nth-child(even) {
		background-color: #626262
	}
}
.home_list-imgbox {
	width: 40%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media only screen and (max-width:767.5px) {
	.home_list-imgbox {
		height: 100%
	}
}
@media only screen and (max-width:575.5px) {
	.home_list-imgbox {
		width: 100%;
		height: 70%
	}
}
.home_list-imgbox_inner {
	padding-top: 100%;
	width: 100%;
	position: relative;
	height: 0
}
.home_list-img {
	top: 0;
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.home_list-info {
	width: 60%;
	text-decoration: none;
	color: #2c231e;
	position: relative;
	text-align: center
}
@media only screen and (max-width:767.5px) {
	.home_list-info {
		vertical-align: middle;
		padding: 0 20px
	}
}
@media only screen and (max-width:575.5px) {
	.home_list-info {
		width: 100%;
		margin-right: 0;
		height: 30%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.home_list-title {
	position: absolute;
	top: 25%;
	left: -3%;
	font-size: 25px;
	background-color: #999;
	display: inlinc-block;
	padding: 0 10px;
	margin-top: 20px;
	z-index: 2
}
@media only screen and (max-width:767.5px) {
	.home_list-title {
		background-color: #ffcf00;
		-webkit-border-radius: 200px;
		border-radius: 200px;
		font-size: 16px;
		padding: 0 16px;
		height: 36px;
		line-height: 36px;
		min-width: 130px;
		text-align: center;
		font-weight: 600;
		position: static
	}
}
@media only screen and (max-width:575.5px) {
	.home_list-title {
		margin: auto 0;
		max-width: 130px
	}
}
.home_list-btn {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 14px;
	color: #f1ede8;
	letter-spacing: .5px;
	border: solid 3px #999;
	display: inline-block;
	padding: 5px 15px;
	padding-top: 15px;
	z-index: 1
}
@media only screen and (max-width:767.5px) {
	.home_list-btn {
		border: solid 3px #ffcf00;
		border: none;
		padding-top: 0;
		padding: 5px 15px;
		min-width: 120px;
		text-align: center;
		position: static
	}
}
@media only screen and (max-width:575.5px) {
	.home_list-btn {
		display: none
	}
}
.home .icon-hot {
	position: absolute;
	top: 55%;
	left: 66%;
	width: 100%;
	height: 100%
}
.home_game {
	height: 800px
}
.home_sstk {
	height: 400px
}
.home_right .home_img.hover-right:before {
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 0;
	width: 0;
	-webkit-filter: blur(0);
	filter: blur(0);
	position: absolute;
	top: -50%;
	right: -10%;
	border-top: 200px solid transparent;
	border-left: 200px solid #ffcf00;
	border-bottom: 350px solid transparent;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	-o-transition: all .5s cubic-bezier(.6, -.28, .735, .045);
	transition: all .5s cubic-bezier(.6, -.28, .735, .045)
}
.home_left.small {
	width: 40%
}
.home_left.big {
	width: 60%
}
.home_right.small {
	width: 40%
}
.home_right.big {
	width: 60%
}
.home_game .home_list-title {
	top: 20%
}
.home_game .home_img {
	-webkit-background-size: auto 450px;
	background-size: auto 450px;
	background-repeat: no-repeat
}
.bonus {
	position: absolute;
	bottom: 0;
	lefto: 0;
	width: 100%;
	padding: 20px
}
.bonus .title {
	font-size: 24px;
	color: #f1ede8;
	font-weight: 400;
	position: relative;
	background-color: #e74c3c;
	padding: 3px 10px;
	padding-right: 50px;
	display: inline-block;
	z-index: 1;
	margin-bottom: 5px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px
}
.bonus .number-box {
	border: solid 1px red;
	background-color: #e74c3c;
	padding: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.bonus .text {
	font-size: 24px;
	font-weight: 500;
	color: #f1ede8;
	letter-spacing: .5px;
	margin-right: 10px;
	padding-top: 5px
}
.bonus .number-case {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.bonus .number-item {
	border: solid 2px #999;
	width: 35px;
	height: 45px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2), inset 0 -2px 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2), inset 0 -2px 3px 0 rgba(0, 0, 0, .15);
	font-size: 24px;
	color: #2c231e;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
	background: -webkit-linear-gradient(#f8f8f8, #d9d9d9);
	background: -o-linear-gradient(#f8f8f8, #d9d9d9);
	background: linear-gradient(#f8f8f8, #d9d9d9)
}
.bonus .number-item:not(:last-child) {
	margin-right: 2px
}
.bonus .number {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 90%;
	text-align: right;
	margin-right: 30px;
	font-size: 30px;
	line-height: 45px;
	color: #2c231e;
	letter-spacing: 20px
}
@media only screen and (max-width:767.5px) {
	.home_sport {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		height: initial
	}
	.home_sport .home_left {
		width: 100%;
		height: 43px;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-bottom: 10px
	}
	.home_sport .home_img {
		display: none
	}
	.home_sport .home_info {
		width: 100%!important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0;
		padding: 0;
		padding-left: 20px;
		background-color: #ffcf00
	}
	.home_sport .home_icon {
		display: none
	}
	.home_sport .home_title {
		font-size: 20px;
		margin-right: 5px
	}
	.home_sport .home_subtitle {
		font-size: 16px
	}
	.home_sport .home_right {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 400px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media only screen and (max-width:767.5px) and (max-width:767.5px) {
	.home_sport .home_right {
		height: auto
	}
}
@media only screen and (max-width:767.5px) {
	.home_game {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		height: initial;
		position: relative
	}
	.home_game .home_right {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 43px
	}
	.home_game .home_left {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 800px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 53px
	}
}
@media only screen and (max-width:767.5px) and (max-width:767.5px) {
	.home_game .home_left {
		height: auto
	}
}
@media only screen and (max-width:767.5px) {
	.home_game .home_img {
		display: none
	}
	.home_game .home_info {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.home_game .home_subtitle {
		height: 100%;
		line-height: 100%
	}
}
@media only screen and (max-width:767.5px) and (max-width:767.5px) {
	.home_game .home_subtitle {
		height: auto;
		height: initial
	}
}
@media only screen and (max-width:767.5px) {
	.home_game .bonus {
		display: none
	}
}
@media only screen and (max-width:767.5px) {
	.home_sstk {
		height: auto;
		height: initial
	}
	.home_sstk .home_img {
		margin-top: 43px
	}
	.home_sstk .home_img:before {
		display: none
	}
	.home_sstk .home_left, .home_sstk .home_right {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
		height: 243px;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		position: relative
	}
	.home_sstk .home_left {
		margin-right: 5px
	}
	.home_sstk .home_right {
		margin-left: 5px
	}
	.home_sstk .home_info {
		width: 100%!important;
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		padding: 0;
		padding-left: 20px;
		height: 43px;
		background-color: #ffcf00;
		border-bottom: none
	}
}
.member {
	background-color: #f1ede8;
	margin-top: 30px;
	margin-bottom: 30px
}
.top {
	padding: 5px 20px;
	background-color: #ffcf00;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.top .title {
	font-weight: 600;
	font-size: 28px;
	margin-left: 5px
}
.top .icon {
	font-size: 30px
}
.menu {
	margin: 0 auto;
	padding: 35px;
	padding-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media only screen and (max-width:991.5px) {
	.menu {
		padding-bottom: 0;
		padding-top: 20px
	}
}
@media only screen and (max-width:767.5px) {
	.menu {
		padding: 20px 10px
	}
}
.menu .btn {
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 135px
}
.menu-sub {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media only screen and (max-width:575.5px) {
	.menu-sub {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.menu-sub .btn {
	margin-right: 10px
}
@media only screen and (max-width:575.5px) {
	.menu-sub .btn {
		margin-right: 0
	}
}
.info {
	padding: 20px 35px;
	width: 100%;
	display: inline-block
}
@media only screen and (max-width:767.5px) {
	.info {
		padding: 10px
	}
}
.info input, .info select {
	font-size: 14px;
	outline: 0;
	padding: 1px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffcf00;
	display: inline-block;
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .08);
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .08)
}
.info input:focus, .info select:focus {
	border: 1px solid #f1ede8
}
.info .label-danger {
	color: #f1ede8;
	background-color: #e74c3c;
	padding: 3px 10px;
	margin-left: 5px
}
.info .label-success {
	background-color: #ffcf00;
	padding: 3px 10px;
	margin-left: 5px
}
.bottom {
	padding: 20px 35px
}
@media only screen and (max-width:767.5px) {
	.bottom {
		padding: 20px
	}
}
.bottom .title {
	font-size: 22px;
	font-weight: 600;
	color: #e74c3c;
	margin-bottom: 10px
}
.number-list {
	padding: 10px 15px;
	display: inline-block;
	margin: 5px auto;
	position: relative
}
.number-list:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95%;
	height: 90%;
	border: solid 2px #ffcf00
}
.number-list .name {
	display: inline-block;
	color: #313131
}
.number-list .number {
	display: inline-block;
	color: #e74c3c
}
.gamePage {
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(44, 35, 30, .2)), to(rgba(44, 35, 30, .9))), url(https://i-win.net/img/naga/egame-bg.jpg);
	background: -webkit-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/egame-bg.jpg);
	background: -o-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/egame-bg.jpg);
	background: linear-gradient(to left bottom, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/egame-bg.jpg)
}
.sportPage {
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(44, 35, 30, .2)), to(rgba(44, 35, 30, .9))), url(../img/naga/sport-bg.jpg);
	background: -webkit-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/sport-bg.jpg);
	background: -o-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/sport-bg.jpg);
	background: linear-gradient(to left bottom, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/sport-bg.jpg)
}
.livePage {
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(44, 35, 30, .2)), to(rgba(44, 35, 30, .9))), url(https://i-win.net/img/naga/live-bg.jpg);
	background: -webkit-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/live-bg.jpg);
	background: -o-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/live-bg.jpg);
	background: linear-gradient(to left bottom, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/live-bg.jpg)
}
.bingoPage {
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(44, 35, 30, .2)), to(rgba(44, 35, 30, .9))), url(https://i-win.net/img/naga/bingo-bg.jpg);
	background: -webkit-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/bingo-bg.jpg);
	background: -o-linear-gradient(right top, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/bingo-bg.jpg);
	background: linear-gradient(to left bottom, rgba(44, 35, 30, .2), rgba(44, 35, 30, .9)), url(https://i-win.net/img/naga/bingo-bg.jpg)
}
.bingoPage, .gamePage, .livePage, .sportPage {
	margin: 0;
	padding: 30px 0;
	background-color: #2c231e;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat
}
@media only screen and (max-width:767.5px) {
	.bingoPage, .gamePage, .livePage, .sportPage {
		background-attachment: initial
	}
}
.s-navbar {
	position: relative;
	margin-top: -48px;
	width: 100%;
	background-color: #f1ede8;
	z-index: 1
}
@media only screen and (max-width:767.5px) {
	.s-navbar {
		opacity: 0;
		position: fixed;
		margin-top: 0;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1100;
		background-color: transparent;
		pointer-events: none;
		overflow-y: scroll;
		overflow: hidden
	}
}
.s-nav {
	width: 100%;
	height: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto
}
.s-nav_info {
	width: 66%;
	float: right
}
@media only screen and (max-width:767.5px) {
	.s-nav_info {
		width: 100%;
		height: auto;
		float: none;
		padding-top: 50px;
		padding-bottom: 50px;
		opacity: 0;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
}
.s-nav_info a {
	text-decoration: none
}
.s-nav_item {
	display: inline-block;
    width: auto;
	min-width:106px;
    height: 48px;
    float: left;
    position: relative;
    text-align: center;
}
.s-nav_item:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
@media only screen and (max-width:767.5px) {
	.s-nav_item {
		width: 100%;
		height: 70px
	}
	.s-nav_item:hover {
		background-color: #f1ede8
	}
}
.s-nav_item-icon, .s-nav_item-text {
	color: #313131;
	font-size: 16px;
	vertical-align: middle
}
@media only screen and (max-width:767.5px) {
	.s-nav_item-icon, .s-nav_item-text {
		font-size: 25px
	}
}
.s-nav_item:hover .ion-ios-ionic-outline:before {
	-webkit-animation: rotate2 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both;
	animation: rotate2 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both
}
.s-nav_item:hover .ion-ios-baseball-outline:before, .s-nav_item:hover .ion-ios-tennisball-outline:before {
	-webkit-animation: moveRotate 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both;
	animation: moveRotate 1s cubic-bezier(.6, -.28, .735, .045) 1 alternate both
}


.s-nav_item:hover .ion-ios-football:before {
	-webkit-animation: bounce .5s cubic-bezier(.6, -.28, .735, .045) 2 alternate both;
	animation: bounce .5s cubic-bezier(.6, -.28, .735, .045) 2 alternate both
}
.s-nav_item:hover .ion-ios-person-outline:before {
	-webkit-animation: rotate 1s cubic-bezier(.6, -.28, .735, .045) 2 alternate both;
	animation: rotate 1s cubic-bezier(.6, -.28, .735, .045) 2 alternate both
}
.s-nav_item:hover .ion-ios-game-controller-b-outline:before, .s-nav_item:hover .ion-volume-high:before {
	-webkit-animation: shock 1s cubic-bezier(.6, -.28, .735, .045) 2 alternate both;
	animation: shock 1s cubic-bezier(.6, -.28, .735, .045) 2 alternate both
}
.s-nav_item:hover .ion-ios-game-controller-b-outline:after, .s-nav_item:hover .ion-volume-high:after {
	opacity: 1;
	-webkit-animation: shoot 1s cubic-bezier(.6, -.28, .735, .045) 2 alternate both;
	animation: shoot 1s cubic-bezier(.6, -.28, .735, .045) 2 alternate both
}
.s-nav-sub {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	margin-top: 120px;
	background-color: #626262;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.s-nav-sub_info {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.s-nav-sub_item {
	float: left;
	padding: 10px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.s-nav-sub_item:hover {
	background-color: #313131
}
.s-nav-sub_item:hover .s-nav-sub_img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03)
}
.s-nav-sub_item:hover .s-nav-sub_btn {
	width: 98%
}


.s-nav-sub_item-3 {
	width: 33%
}
.s-nav-sub_item-3 .s-nav-sub_img-inner {
	width: 60%;
	padding-top: 60%
}

.s-nav-sub_item-4 {
	width: 25%
}
.s-nav-sub_item-5 {
	margin-top: 25px;
	width: 20%
}
.s-nav-sub_item-5 .s-nav-sub_btn {
	font-size: 12px
}
.s-nav-sub_item-2 {
	width: 50%
}
.s-nav-sub_item-2 .s-nav-sub_img-inner {
	width: 40%;
	padding-top: 40%
}
.s-nav-sub_img-inner {
	position: relative;
	width: 80%;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 80%;
	margin-bottom: 10px
}
.s-nav-sub_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.s-nav-sub_text {
	display: inline-block;
	padding: 2px 15px;
	background-color: #ffcf00;
	font-size: 18px;
	font-weight: 600;
	color: #313131;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-o-text-overflow: hiddenï¿½ï¿½;
	text-overflow: hiddenï¿½ï¿½;
	overflow: hidden
}
.s-nav-sub_btn {
	width: 95%;
	height: 32px;
	line-height: 26px;
	display: inline-block;
	border: solid 3px #ffcf00;
	font-size: 14px;
	color: #f1ede8;
	padding: 0 15px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	overflow: hidden
}
.s-nav-btn, .s-nav-btn-close {
	position: fixed;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	background-color: #f1ede8;
	z-index: 2000;
	display: none;
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
@media only screen and (max-width:767.5px) {
	.s-nav-btn, .s-nav-btn-close {
		display: block
	}
}
@media only screen and (max-width:575.5px) {
	.s-nav-btn, .s-nav-btn-close {
		width: 55px;
		height: 55px
	}
}
.s-nav-btn span, .s-nav-btn-close span {
	width: 60%;
	height: 4px;
	background-color: #ffcf00;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.s-nav-btn span:after, .s-nav-btn span:before, .s-nav-btn-close span:after, .s-nav-btn-close span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffcf00;
	width: 100%;
	height: 4px;
	-webkit-transform: rotate(0) translate(-50%, -50%);
	-ms-transform: rotate(0) translate(-50%, -50%);
	transform: rotate(0) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.s-nav-btn span:after, .s-nav-btn-close span:after {
	margin-top: 12px
}
.s-nav-btn span:before, .s-nav-btn-close span:before {
	margin-top: -12px
}
.s-nav-btn-close {
	opacity: 0;
	visibility: hidden
}
.s-nav-btn.s-close {
	opacity: 0;
	visibility: hidden
}
.s-nav-btn-close.s-show {
	opacity: 1;
	visibility: visible
}
.s-nav-btn-close.s-show span {
	height: 0
}
.s-nav-btn-close.s-show span:before {
	width: 110%;
	margin-top: 0;
	-webkit-transform: rotate(225deg) translate(-50%, -50%);
	-ms-transform: rotate(225deg) translate(-50%, -50%);
	transform: rotate(225deg) translate(-50%, -50%)
}
.s-nav-btn-close.s-show span:after {
	width: 110%;
	-webkit-transform: rotate(-225deg) translate(-50%, -50%);
	-ms-transform: rotate(-225deg) translate(-50%, -50%);
	transform: rotate(-225deg) translate(-50%, -50%);
	margin-top: 0
}
.s-navbar.js-show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible
}
.s-navbar.js-show .s-nav {
	height: 100%;
	overflow-y: scroll
}
.s-navbar.js-show .s-nav_info {
	opacity: 1
}
.s-nav-bg {
	position: fixed;
	top: -50%;
	right: -50%;
	width: 0vw;
	height: 0vh;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	background-color: #ffcf00;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	z-index: 1000
}
.s-nav-bg.js-show {
	width: 200vw;
	height: 200vh;
	opacity: 1
}
.s-nav-sub.js-show {
	max-height: 320px;
	height: 32vw;
	visibility: visible
}
@media only screen and (max-width:991.5px) {
	.s-nav-sub.js-show {
		height: 310px
	}
}
.s-nav-sub_info.js-show {
	opacity: 1;
	visibility: visible
}
.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding: 0 16px;
	min-width: 120px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	background-color: #ffcf00;
	color: #2c231e;
	letter-spacing: 1px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}
.btn:active ï¿½ï¿½, .btn:focus {
	outline: 0;
	border: 0
}
.btn:hover:before {
	-webkit-transform: rotate(45deg) translate(0, -200%);
	-ms-transform: rotate(45deg) translate(0, -200%);
	transform: rotate(45deg) translate(0, -200%)
}
.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f1ede8;
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(241, 237, 232, .3)), to(rgba(241, 237, 232, .9)));
	background: -webkit-linear-gradient(right top, rgba(241, 237, 232, .3), rgba(241, 237, 232, .9));
	background: -o-linear-gradient(right top, rgba(241, 237, 232, .3), rgba(241, 237, 232, .9));
	background: linear-gradient(to left bottom, rgba(241, 237, 232, .3), rgba(241, 237, 232, .9));
	width: 200%;
	height: 200%;
	-webkit-transform: rotate(45deg) translate(0, 350%);
	-ms-transform: rotate(45deg) translate(0, 350%);
	transform: rotate(45deg) translate(0, 350%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.btn.btn-radius {
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.btn.btn-secondary {
	background-color: #e74c3c;
	color: #f1ede8
}
.btn.active {
	background-color: #e74c3c;
	color: #f1ede8
}
@media only screen and (max-width:575.5px) {
	.swiper {
		margin-top: -51px
	}
}
.swiper-container {
	height: 100%;
	max-height: 450px;
	background-color: #2c231e;
	overflow: hidden
}
@media only screen and (max-width:767.5px) {
	.swiper-container {
		height: 250px
	}
}
@media only screen and (max-width:575.5px) {
	.swiper-container {
		height: 150px
	}
}
@media only screen and (max-width:767.5px) {
	.swiper-slide {
		position: relative;
		width: 100%
	}
}
.swiper-img {
	width: 100%
}
@media only screen and (max-width:767.5px) {
	.swiper-img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
.swiper-button-next, .swiper-button-prev {
	background-image: url("")
}
.swiper-button-next:before, .swiper-button-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	font-size: 50px;
	color: #ffcf00
}
.swiper-button-prev {
	margin-left: 50px
}
@media only screen and (max-width:767.5px) {
	.swiper-button-prev {
		margin-left: 20px
	}
}
.swiper-button-prev:hover:before {
	-webkit-animation: moveLeftCenter 1s linear infinite both;
	animation: moveLeftCenter 1s linear infinite both
}
.swiper-button-prev:before {
	content: "\f3d2"
}
.swiper-button-next {
	margin-right: 50px
}
@media only screen and (max-width:767.5px) {
	.swiper-button-next {
		margin-right: 20px
	}
}
.swiper-button-next:hover:before {
	-webkit-animation: moveRightCenter 1s linear infinite both;
	animation: moveRightCenter 1s linear infinite both
}
.swiper-button-next:before {
	content: "\f3d3"
}
.form.js-form-show {
	visibility: visible;
	opacity: 1
}
.form.js-form-show .form_inner {
	top: 50%;
	opacity: 1
}
.form.form-contract.js-form-show .form_inner, .form.form-register.js-form-show .form_inner {
	top: 53%;
	opacity: 1
}
.form {
	position: absolute;
	z-index: 2000;
	width: 100vw;
	height: 100vh;
	background-color: rgba(44, 35, 30, .8);
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0
}
.form_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	-webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	-o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	top: 0;
	opacity: 0
}
@media only screen and (max-width:991.5px) {
	.form_inner {
		width: 70%
	}
}
@media only screen and (max-width:767.5px) {
	.form_inner {
		width: 95%
	}
}
.form .form-close {
	position: absolute;
	top: 2%;
	right: 1.5%;
	width: 30px;
	height: 30px
}
.form .form-close:after, .form .form-close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 3px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	background-color: #f1ede8;
	top: 0;
	left: 45%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.form .form-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.form .form-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.form .form-close:hover:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.form .form-close:hover:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.form_top {
	background-color: #ffcf00;
	width: 100%;
	height: 70px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.form_logo-box {
	width: 40%;
	height: 100%;
	position: relative
}
.form_logo-box .logo_inner {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 0;
	padding-top: 26.6%
}
.form_logo-box .logo_inner .logo-img {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 263px;
	max-height: 70px;
	-webkit-background-size: cover;
	background-size: cover
}
.form_title {
	font-size: 25px;
	margin-left: 10px
}
.form .info {
	background-color: #eee;
	padding: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px
}
.form .info .textarea {
	height: 50vh;
	overflow: scroll;
	background-color: #fff;
	padding: 15px
}
.form .info .input-group {
	text-align: center;
	padding: 10px;
	width: 100%
}
.form .info .input-group .name-label, .form .info .input-group .network-label, .form .info .input-group .password-label, .form .info .input-group .phone-label, .form .info .input-group .user-label {
	font-size: 20px;
	letter-spacing: 1px;
	display: inline-block;
	text-align: left;
	margin-right: 10px;
	font-weight: 300
}
.form .info .input-group .name-input, .form .info .input-group .network-input, .form .info .input-group .password-input, .form .info .input-group .phone-input, .form .info .input-group .user-input {
	font-size: 20px;
	outline: 0;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	width: 50%
}
.form .info .input-group .name-input:focus, .form .info .input-group .network-input:focus, .form .info .input-group .password-input:focus, .form .info .input-group .phone-input:focus, .form .info .input-group .user-input:focus {
	border: 1px solid #ffcf00
}
.form .info .input-group .btn {
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.form .info .input-group .btn:not(:last-child) {
	margin-right: 10px
}
.form .info .input-group input.btn {
	border: solid 2px #ffcf00;
	line-height: 100%;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.form .info .input-group input.btn:hover {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
	background-color: #f1ede8;
	border: solid 2px #ffcf00
}
.warning {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	background-color: rgba(255, 207, 0, .95);
	width: 50vw;
	text-align: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden
}
.warning p {
	font-size: 20px
}
.warning .btn {
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.warning.js-warning-show {
	visibility: visible;
	opacity: 1
}
.form .row:not(:last-child) input {
	width: 100%!important
}
.form .row:last-child {
	margin-top: -10px
}
.form .row:last-child label {
	margin-right: 0!important
}
.form .row:last-child input:not(:last-child) {
	margin-right: 10px
}
.login_form .form_inner {
	max-width: 500px
}
.joinus_form .info li:nth-child(1) {
	width: 20%
}
.joinus_form .info li:nth-child(2) {
	width: 80%
}
.joinus_form .info .input-line, .joinus_form .info .input-wechat {
	margin-bottom: 10px
}
input {
	border: solid 1px #ffcf00;
	width: 100%;
	max-width: 400px;
	height: 35px
}
input::-webkit-input-placeholder {
	font-size: 14px
}
input::-moz-placeholder {
	font-size: 14px
}
input:-ms-input-placeholder {
	font-size: 14px
}
input::-ms-input-placeholder {
	font-size: 14px
}
input::placeholder {
	font-size: 14px
}
textarea {
	width: 100%;
	max-width: 400px;
	border: solid 1px #ffcf00;
	outline: 0
}
textarea:focus {
	outline: 0;
	border: solid 1px #f1ede8
}
.radio-box {
	margin-right: 10px;
	cursor: pointer;
	vertical-align: middle
}
.radio-box:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
.radio-box input[type=radio] {
	margin: 0;
	vertical-align: middle;
	display: inline-block
}
.radio-box span {
	vertical-align: middle;
	display: inline-block;
	line-hieght: 1.5
}
@media only screen and (max-width:767.5px) {
	.radio-box {
		width: 100%
	}
}
@media only screen and (max-width:575.5px) {
	.radio-box {
		height: 35px;
		position: relative;
		margin-left: 15px
	}
	.radio-box input[type=radio] {
		margin-left: -25px
	}
	.radio-box span {
		font-size: 13px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0
	}
}
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	height: 16px!important;
	width: 16px!important;
	border: solid 2px #ffcf00;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
input[type=radio]:checked {
	background-color: #ffcf00
}
input.error {
	border: solid 1px #e74c3c
}
input.error:focus {
	border: solid 2px #e74c3c
}
.storeText {
	color: #e74c3c
}
@media only screen and (max-width:575.5px) {
	.storeText {
		font-size: 13px
	}
}
.checkbox-group {
	width: 100%;
	text-align: center
}
.checkbox-group a {
	color: #007aff
}
.regiser-input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 400px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.regiser-input-group .selectbox {
	width: 45%;
	margin-right: 5%
}
@media only screen and (max-width:767.5px) {
	.regiser-input-group .selectbox {
		width: 100%;
		margin-right: 0
	}
}
.regiser-input-group input {
	width: 50%
}
@media only screen and (max-width:767.5px) {
	.regiser-input-group input {
		width: 100%;
		margin-top: 10px
	}
}
.regiser-input-group .captcha {
	margin-right: auto
}
.contract .info {
	background-color: #eee;
	padding: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px
}
.contract .info .textarea {
	height: 50vh;
	overflow: scroll;
	background-color: #fff;
	padding: 15px
}
.img_inner {
	position: relative;
	width: 100%;
	padding-top: 75%
}
.img_inner.img_inner-3-4 {
	padding-top: 160%
}
.img_inner.img_inner-1-82 {
	padding-top: 82%
}
.img_fit {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.img {
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: inherit
}
@media only screen and (max-width:767.5px) {
	.logo {
		padding: 0
	}
	.logo .img_inner {
		padding-top: 50%
	}
}
.runtext {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.runtext a {
	color: #2c231e
}
.runtext_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 20px;
	width: 100%;
	max-width: 1140px
}
.runtext_title {
	width: 15%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #cca600
}
@media only screen and (max-width:767.5px) {
	.runtext_title {
		width: 20%
	}
}
@media only screen and (max-width:575.5px) {
	.runtext_title {
		width: 10%
	}
}
.runtext_icon {
	font-size: 25px;
	margin-right: 5px
}
.runtext_title-p {
	font-size: 18px;
	line-height: 1
}
@media only screen and (max-width:767.5px) {
	.runtext_title-p {
		font-size: 16px
	}
}
@media only screen and (max-width:575.5px) {
	.runtext_title-p {
		display: none
	}
}
.runtext_text {
	width: 85%;
	height: 100%;
	line-height: 50px;
	vertical-align: bottom;
	white-space: nowrap
}
@media only screen and (max-width:767.5px) {
	.runtext_text {
		width: 80%
	}
}
@media only screen and (max-width:575.5px) {
	.runtext_text {
		width: 90%;
		line-height: 35px
	}
}
.runtext_text a {
	color: #2c231e
}
@media only screen and (max-width:575.5px) {
	.runtext_text a {
		font-size: 14px
	}
}
.card {
	width: 25%;
	padding-top: 10px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:767.5px) {
	.card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		justify-items: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.card:nth-child(even) {
		padding-right: 0!important;
		padding-left: 5px!important
	}
	.card:nth-child(odd) {
		padding-right: 5px!important;
		padding-left: 0!important
	}
}
.card:nth-child(2) {
	padding-right: 5px;
	padding-left: 2.5px
}
.card:nth-child(3) {
	padding-right: 2.5px;
	padding-left: 5px
}
.card:first-child {
	padding-right: 7.5px
}
.card:last-child {
	padding-left: 7.5px
}
.card:hover .card_img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.card_img-box {
	width: 100%;
	height: 0;
	padding-top: 99.5%;
	position: relative;
	overflow: hidden
}
.card_img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.card_img-btn {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 130px
}
.card_info {
	background-color: #626262;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}
@media only screen and (max-width:767.5px) {
	.card_info {
		display: none
	}
}
.card_info-logo-box {
	width: 100%;
	height: 0;
	padding-top: 35%;
	position: relative;
	overflow: hidden
}
.card_info-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}
@media only screen and (max-width:767.5px) {
	.card_info-logo {
		margin-bottom: 10px
	}
}
.card_info-btn {
	text-align: center;
	margin-top: 10px
}
.card2_inner {
	height: 0;
	width: 100%;
	padding-top: 99.5%;
	border: solid 1px #f1ede8;
	position: relative;
	overflow: hidden;
	-webkit-transition: aLL .3S;
	-o-transition: aLL .3S;
	transition: aLL .3S;
	display: block;
	margin-bottom: 20px
}
@media only screen and (min-width:1199.5px) {
	.card2_inner {
		margin-bottom: 0
	}
}
@media only screen and (max-width:767.5px) {
	.card2_inner {
		padding-top: -webkit-calc(99.2% + 90px);
		padding-top: calc(99.2% + 90px)
	}
}
.card2_inner:hover {
	border: solid 1px rgba(241, 237, 232, 0)
}
.card2_inner:hover .card2_bg-img:after {
	opacity: 1
}
.card2_inner:hover .card2_bg-img:before {
	width: 100%;
	height: 100%
}
.card2_inner:hover .card2_title-box {
	top: 40%;
	background-color: rgba(255, 207, 0, 0);
	color: #f1ede8;
	width: 90%
}
@media only screen and (max-width:767.5px) {
	.card2_inner:hover .card2_title-box {
		top: 0;
		background-color: #ffcf00;
		width: 100%;
		color: #313131
	}
}
.card2_inner:hover .card2_info {
	top: 65%;
	-webkit-transform: scale(1, 1) translate(-50%, -50%);
	-ms-transform: scale(1, 1) translate(-50%, -50%);
	transform: scale(1, 1) translate(-50%, -50%)
}
@media only screen and (max-width:767.5px) {
	.card2_inner:hover .card2_info {
		-webkit-transform: scale(1) translate(-50%, 0);
		-ms-transform: scale(1) translate(-50%, 0);
		transform: scale(1) translate(-50%, 0);
		bottom: 0;
		top: auto;
		top: initial;
		background-color: #ffcf00
	}
}
.card2_bg-img {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
@media only screen and (max-width:767.5px) {
	.card2_bg-img {
		height: -webkit-calc(100% - 90px);
		height: calc(100% - 90px);
		top: 45px
	}
}
.card2_bg-img:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(49, 49, 49, .35);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0
}
@media only screen and (max-width:767.5px) {
	.card2_bg-img:after {
		background-color: rgba(255, 207, 0, 0)
	}
}
.card2_bg-img:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	border: solid 1px #ffcf00;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.card2_title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #313131;
	font-size: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: Raleway, ?ºæ ªï¿½ç?ï¿½ï¿½?ƒï¿½, Arial, sans-serif;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 207, 0, .8)
}
@media only screen and (max-width:767.5px) {
	.card2_title-box {
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		font-size: 30px;
		background-color: #ffcf00;
		height: 45px;
		line-height: 45px
	}
}
@media only screen and (max-width:575.5px) {
	.card2_title-box {
		font-size: 28px
	}
}
.card2_title {
	font-weight: 900;
	display: inline-block;
	line-height: 1.5
}
@media only screen and (max-width:767.5px) {
	.card2_title {
		line-height: 45px
	}
}
.card2_title-sub {
	font-weight: 100;
	display: inline-block
}
.card2_info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transform: scale(0, 1) translate(-50%, -50%);
	-ms-transform: scale(0, 1) translate(-50%, -50%);
	transform: scale(0, 1) translate(-50%, -50%);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
@media only screen and (max-width:767.5px) {
	.card2_info {
		-webkit-transform: scale(1) translate(-50%, 0);
		-ms-transform: scale(1) translate(-50%, 0);
		transform: scale(1) translate(-50%, 0);
		bottom: 0;
		top: auto;
		top: initial;
		background-color: #ffcf00;
		height: 45px;
		overflow: hidden
	}
}
.card2 span {
	display: inline-block;
	font-size: 16px;
	background-color: #ffcf00;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #313131
}
@media only screen and (max-width:767.5px) {
	.card2 span {
		border: solid 2px #f1ede8;
		margin: 5px
	}
}
.mouseSymbol {
	position: absolute;
	pointer-events: none;
	z-index: 100;
	-webkit-border-radius: 30%;
	border-radius: 30%;
	width: 30px;
	height: 30px;
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	-o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transform: translate(-50%, -50%) rotate(0) scale(.8);
	-ms-transform: translate(-50%, -50%) rotate(0) scale(.8);
	transform: translate(-50%, -50%) rotate(0) scale(.8);
	background-color: #ffcf00
}
@media only screen and (max-width:767.5px) {
	.mouseSymbol {
		display: none
	}
}
.mouseSymbol.js-onHover {
	opacity: .5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(360deg) scale(4);
	-ms-transform: translate(-50%, -50%) rotate(360deg) scale(4);
	transform: translate(-50%, -50%) rotate(360deg) scale(4)
}
.mouseSymbol.js-active {
	-webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	-ms-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	transform: translate(-50%, -50%) rotate(360deg) scale(1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: .6
}
.bingoPage .card2_inner, .sportPage .card2_inner {
	border: solid 4px #f1ede8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bingoPage .card2_title, .sportPage .card2_title {
	display: block
}
.bingoPage .card2_title-sub, .sportPage .card2_title-sub {
	display: block
}
.bingoPage .col-md-6:nth-child(2) span {
	background-color: #f1ede8
}
.livePage .card2_inner {
	padding-top: 98%
}
@media only screen and (max-width:767.5px) {
	.livePage .card2_inner {
		padding-top: -webkit-calc(98% + 90px);
		padding-top: calc(98% + 90px)
	}
}
@media only screen and (max-width:767.5px) {
	.livePage .card2_bg-img {
		height: -webkit-calc(100% - 88px);
		height: calc(100% - 88px)
	}
}
.bingoPage .card2_inner, .sportPage .card2_inner {
	padding-top: 79%
}
@media only screen and (max-width:767.5px) {
	.bingoPage .card2_inner, .sportPage .card2_inner {
		padding-top: -webkit-calc(79% + 82px);
		padding-top: calc(79% + 82px)
	}
}
@media only screen and (max-width:767.5px) {
	.bingoPage .card2_bg-img, .sportPage .card2_bg-img {
		height: -webkit-calc(100% - 82px);
		height: calc(100% - 82px);
		top: 45px
	}
}
.sportPage .card2_title-sub {
	font-weight: 900
}
.gamePage .card2_inner {
	padding-top: 66%
}
@media only screen and (max-width:767.5px) {
	.gamePage .card2_inner {
		padding-top: -webkit-calc(66% + 90px);
		padding-top: calc(66% + 90px)
	}
}
@media only screen and (max-width:767.5px) {
	.floatBar {
		display: none
	}
}
.floatBar a {
	text-decoration: none
}
.floatBar .bar-left, .floatBar .bar-right {
	position: fixed;
	top: 35vh;
	width: 40px;
	background-color: #ffcf00;
	padding: 10px 5px;
	padding-bottom: 15px;
	text-decoration: none;
	color: #2c231e;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3);
	z-index: 1100;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: .9
}
.floatBar .bar-left:hover, .floatBar .bar-right:hover {
	background-color: #cca600
}
.floatBar .bar-left {
	left: 0;
	margin-left: 0;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px
}
.floatBar .bar-right {
	right: 0;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px
}
.floatBar .text {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #313131;
	font-weight: 500;
	margin-top: -10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.floatBar .icon {
	font-size: 30px;
	text-align: center;
	color: #313131;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.floatBar hr {
	border-top: solid 1px #313131;
	margin: 20px auto 10px;
	width: 70%
}
.floatBar .qrcode {
	border: solid 1px #00f;
	width: 100%;
	height: 100%;
	display: inline-block
}
.floatBar .qrcode img {
	width: 100%
}
.qrcode-box {
	position: fixed;
	top: 55vh;
	right: 0;
	max-width: 150px;
	text-decoration: none;
	z-index: 1100;
	text-align: center
}
@media only screen and (max-width:767.5px) {
	.qrcode-box {
		display: none
	}
}
#modal-qrcode .modal-dialog {
	-webkit-transform: translate(0, 50%)!important;
	-ms-transform: translate(0, 50%)!important;
	transform: translate(0, 50%)!important
}
#modal-qrcode .modal-content {
	background-color: transparent!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
#modal-qrcode .modal-content img {
	padding: 10px;
	width: 100%
}
.u-table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2)
}
.u-table td, .u-table th {
	padding: 12px 20px
}
.u-table th {
	font-weight: 700;
	background-color: #767676;
	background-color: rgba(153, 153, 153, .3);
	color: #313131
}
.u-table i {
	font-size: 16px;
	margin-right: 10px
}
.u-table a {
	text-decoration: none;
	color: #313131
}
.u-table .title {
	background-color: #333;
	font-weight: 400;
	font-size: 18px;
	color: #f1ede8
}
.u-table .info-msg, .u-table .info-title {
	width: 59%;
	display: inline-block;
	position: relative;
	vertical-align: middle
}
.u-table .info-msg span, .u-table .info-title span {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block
}
.u-table .info-msg i, .u-table .info-title i {
	left: -27px
}
.u-table .info-msg {
	float: right;
	width: 39%
}
.u-table .info-msg span {
	float: left
}
.u-table .info-msg i {
	float: left
}
.u-table .info-msg .msg-new {
	background-color: #e74c3c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f1ede8
}
@media only screen and (max-width:767.5px) {
	.u-table.rwd {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.u-table.rwd>tbody>tr:first-child {
		display: none
	}
	.u-table.rwd>tbody>tr {
		margin-top: 30px;
		margin-bottom: 30px;
		display: block;
		background-color: transparent!important
	}
	.u-table.rwd>tbody>tr {
		border-top: 4px solid #ffcf00
	}
	.u-table.rwd>tbody>tr>td {
		display: block;
		position: relative;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 30px
	}
	.u-table.rwd>tbody>tr>td .info-title {
		width: 60%;
		padding-left: 21px
	}
	.u-table.rwd>tbody>tr>td .info-msg {
		width: 28%;
		padding-left: 21px
	}
	.u-table.rwd>tbody>tr>td>a>div>i {
		position: absolute;
		left: 0
	}
}
.u-table.bg-odd tr:not(:first-child):nth-child(odd) {
	background-color: rgba(153, 153, 153, .15)
}
.u-table.bg-odd td {
	padding-top: 20px;
	padding-bottom: 20px
}
.u-table.bg-odd-msg>tbody>tr:not(:first-child):nth-child(4n-2) {
	background-color: rgba(153, 153, 153, .15)
}
.u-table.bg-odd-msg>tbody>tr>td {
	padding-top: 20px;
	padding-bottom: 20px
}
@media only screen and (max-width:767.5px) {
	.u-table.bg-odd-msg>tbody>tr:nth-child(odd) {
		border-top: none
	}
}
.u-table.hover>tbody>tr:not(:first-child) {
	cursor: pointer
}
.u-table.hover>tbody>tr:not(:first-child):hover {
	background-color: rgba(153, 153, 153, .3)
}
.u-table.table-link>tbody>tr>td {
	padding: 0
}
.u-table.table-link>tbody>tr>td>a {
	padding: 20px;
	display: block
}
.u-table-inner {
	display: none;
	pointer-events: none;
	-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
	width: 95%;
	margin: 20px auto
}
tr.active {
	background-color: rgba(153, 153, 153, .3)!important
}
tr.active+tr {
	pointer-events: none
}
tr.active+tr .u-table-inner {
	display: table!important
}
.selectbox {
	position: relative;
	max-width: 400px;
	width: 100%;
	height: 35px
}
.selectbox_info {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	border: solid 1px #ffcf00;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 2
}
.selectbox_info:hover:after {
	color: #f1ede8
}
.selectbox_info:after {
	content: "\f104";
	display: inline-block;
	font-family: Ionicons;
	position: absolute;
	height: 35px;
	line-height: 35px;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	background-color: #ffcf00;
	color: #2c231e;
	pointer-events: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.selectbox_info .icon-refresh {
	position: absolute;
	right: -44px;
	top: 1px;
	width: 30px;
	font-size: 30px;
	color: #2c231e;
	cursor: pointer
}
.selectbox_info .icon-refresh:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.selectbox_info .icon-refresh:hover:before {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0!important;
	background-image: none;
	font-size: 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	color: #2c231e;
	cursor: pointer
}
.select::-ms-expand {
	display: none
}
.pagination {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	width: 300px
}
.pagination li {
	display: inline-block;
	width: 49%
}
.pagination a {
	background-color: #ffcf00!important;
	color: #2c231e!important;
	padding: 6px 10px;
	display: inline-block;
	border: 3px solid #ffcf00!important;
	position: relative;
	font-weight: 600
}
.pagination a, .pagination span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	min-width: 120px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	background-color: #ffcf00!important;
	color: #2c231e;
	letter-spacing: 1px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	user-drag: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}
.pagination a:hover:before, .pagination span:hover:before {
	-webkit-transform: rotate(45deg) translate(0, -200%);
	-ms-transform: rotate(45deg) translate(0, -200%);
	transform: rotate(45deg) translate(0, -200%)
}
.pagination a:before, .pagination span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f1ede8;
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(241, 237, 232, .1)), to(rgba(241, 237, 232, .9)));
	background: -webkit-linear-gradient(right top, rgba(241, 237, 232, .1), rgba(241, 237, 232, .9));
	background: -o-linear-gradient(right top, rgba(241, 237, 232, .1), rgba(241, 237, 232, .9));
	background: linear-gradient(to left bottom, rgba(241, 237, 232, .1), rgba(241, 237, 232, .9));
	width: 200%;
	height: 200%;
	-webkit-transform: rotate(45deg) translate(0, 350%);
	-ms-transform: rotate(45deg) translate(0, 350%);
	transform: rotate(45deg) translate(0, 350%);
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}
.pagination span {
	background-color: transparent!important;
	border: 1px solid #ffcf00!important
}
.popup {
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 0
}
.popup .popup_inner {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.popup.js-show {
	visibility: visible;
	height: 100%
}
.popup.js-show .popup_inner {
	opacity: 1
}
.news {
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 30px
}
.news_img-box {
	text-align: center;
	display: block
}
.news img {
	display: inline-block!important;
	position: relative;
	z-index: 1;
	cursor: pointer
}
.toggle-content {
	width: 90%;
	border: solid 2px #ffcf00;
	background-color: #313131;
	color: #f1ede8;
	text-align: left;
	padding: 10px;
	z-index: 1;
	padding-top: 10px;
	margin-top: 30px;
		margin: 10px;
}

.toggle-content2 {
	width: 90%;
	border: solid 2px #ffcf00;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	padding: 10px;
	z-index: 1;
	padding-top: 10px;
	margin-top: 30px;
		margin: 10px;
}

.news_img-box.active+.toggle-content {
	display: inline-block!important
}
.bulletin {
	max-width: 768px;
	margin: 0 auto;
	padding: 10px 20px;
	padding-bottom: 50px
}
.bulletin .news_header {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #313131;
	padding: 15px 20px;
	color: #ffcf00;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px
}
.bulletin .news_header .news_time {
	width: 20%
}
.bulletin .news_header .news_title {
	width: 80%
}
.bulletin .toggle-content {
	width: 100%;
	margin: 0;
	display: none;
	border: none;
	border-left: 2px #ffcf00 solid;
	border-right: 2px #ffcf00 solid;
	border-bottom: 4px #ffcf00 solid;
	background-color: #f1ede8;
	color: #313131;
	text-align: left;
	padding: 20px;
	z-index: 1;
	padding-top: auto;
	margin-top: auto
}
.bulletin .top {
	margin-bottom: 30px
}
.bulletin .news_content {
	margin: 20px auto 0;
	padding: 10px 20px;
	text-align: left;
	cursor: pointer;
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	border-bottom: solid 4px #ffcf00;
	color: #313131;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}
@media only screen and (max-width:767.5px) {
	.bulletin .news_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: left;
		-webkit-align-items: left;
		-ms-flex-align: left;
		align-items: left
	}
}
.bulletin .news_content:hover {
	background-color: #ffcf00
}
.bulletin .news_content:hover .icon {
	color: #313131
}
.bulletin .news_content .icon {
	font-size: 26px;
	color: #ffcf00;
	width: 28px;
	height: 30px;
	position: absolute;
	right: 0
}
@media only screen and (max-width:767.5px) {
	.bulletin .news_content .icon {
		bottom: 0
	}
}
.bulletin .news_content .news_time {
	width: 20%
}
@media only screen and (max-width:767.5px) {
	.bulletin .news_content .news_time {
		width: 100%;
		padding-bottom: 5px
	}
	.bulletin .news_content .news_time i {
		margin-right: 10px
	}
}
.bulletin .news_content .news_title-p {
	width: 80%
}
@media only screen and (max-width:767.5px) {
	.bulletin .news_content .news_title-p {
		width: 100%
	}
	.bulletin .news_content .news_title-p i {
		margin-right: 10px
	}
}
.news_content.active {
	background-color: #ffcf00!important
}
.news_content.active .icon {
	color: #313131
}
.news_content.active+.toggle-content {
	display: block
}
.list {
	padding: 5px 35px
}
@media only screen and (max-width:767.5px) {
	.list {
		padding: 5px 10px
	}
}
.list_title {
	padding: 12px 20px;
	background-color: #e74c3c;
	font-weight: 900;
	color: #f1ede8;
	vertical-align: middle
}
.list_title:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
.list_title i {
	margin-right: 20px;
	margin-left: -10px;
	display: inline-block;
	width: 30px;
	height: 20px;
	position: relative;
	vertical-align: middle
}
.list_title i:before {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: rotate 2s linear infinite both;
	animation: rotate 2s linear infinite both;
	margin-top: -18px;
	font-size: 28px
}
.list_group:after {
	content: "";
	display: block;
	clear: both
}
.list_item {
	padding: 12px 20px;
	border: solid 1px rgba(0, 0, 0, .125);
	width: 33%;
	display: inline-block;
	margin-bottom: -1px
}
.list_item:after {
	content: "";
	display: block;
	clear: both
}
@media only screen and (max-width:575.5px) {
	.list_item {
		font-size: 14px;
		padding: 6px 10px
	}
}
.list_item:nth-child(3n+1) {
	float: left
}
@media only screen and (max-width:991.5px) {
	.list_item:nth-child(3n+1) {
		float: none
	}
}
.list_item:nth-child(3n-1) {
	float: left;
	margin-left: .5%;
	margin-right: .5%
}
@media only screen and (max-width:991.5px) {
	.list_item:nth-child(3n-1) {
		float: none;
		margin-left: 0;
		margin-right: 0
	}
}
.list_item:nth-child(3n) {
	float: right
}
@media only screen and (max-width:991.5px) {
	.list_item:nth-child(3n) {
		float: none
	}
}
@media only screen and (max-width:991.5px) {
	.list_item {
		width: 49.5%
	}
	.list_item:nth-child(even) {
		float: right
	}
	.list_item:nth-child(odd) {
		float: left
	}
}
.list_item-left, .list_item-right {
	float: left
}
.list_item-left {
	width: 50%;
	text-align: left
}
.list_item-right {
	width: 50%;
	text-align: right
}
.list_number-tag {
	background-color: #ffcf00;
	-webkit-border-radius: 160px;
	border-radius: 160px;
	padding: 3px 10px;
	line-height: 1;
	font-weight: 700;
	text-align: center
}
.list.list-click .list_title {
	cursor: pointer
}
.list.list-click .list_title:hover {
	background-color: #e43725
}
@media only screen and (max-width:767.5px) {
	.list.list-click .list_item {
		opacity: 0;
		display: none
	}
}
.list.list-click .list_bottom {
	background-color: #e74c3c;
	font-weight: 900;
	color: #f1ede8
}
.list.list-click .list_bottom:after {
	content: "";
	display: block;
	clear: both
}
@media only screen and (max-width:767.5px) {
	.list.list-click .list_bottom {
		opacity: 0;
		display: none
	}
}
.list.list-click .list_bottom-left, .list.list-click .list_bottom-right {
	width: 50%;
	float: left;
	cursor: pointer;
	font-size: 30px;
	vertical-align: middle;
	text-align: center
}
.list.list-click .list_bottom-left:before, .list.list-click .list_bottom-right:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
.list.list-click .list_bottom-left:hover, .list.list-click .list_bottom-right:hover {
	background-color: #e43725
}
.list.list-click .list_bottom-left i, .list.list-click .list_bottom-right i {
	height: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.list.list-click .list_bottom-left i:before, .list.list-click .list_bottom-right i:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.list-click .list_item {
	display: block;
	opacity: 1
}
.list-click .list_bottom {
	display: block;
	opacity: 1
}
.list-click.active .list_item {
	display: none;
	opacity: 0
}
@media only screen and (max-width:767.5px) {
	.list-click.active .list_item {
		display: block;
		opacity: 1
	}
}
.list-click.active .list_bottom {
	display: none;
	opacity: 0
}
@media only screen and (max-width:767.5px) {
	.list-click.active .list_bottom {
		display: block;
		opacity: 1
	}
}
/*ï¿½ð?³ï¿½?¶æ?ï¿?/
.s-nav-sub_item-4 {
		width: 25%;
		}
.bingo .s-nav-sub_img {
    background-image: url(img/naga/nav-bingo.png);
}
/*# sourceMappingURL=naga.css.map */

