@charset "UTF-8";
/**
 * 
 * @authors Mina
 */

@import url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/css/animate.css');
@import url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/css/aos.css');

body {
	border: medium none;
    margin: 0;
    padding: 0;
    outline: none;
	background: #fff;
	color: #000;
	height: 100%;
	overflow: hidden;
	/* position: fixed; */
	width: 100%;
	min-width: 1000px;
}

body.zh {
	font-family: 'Microsoft Yahei';/*微軟雅黑*/
}
body.en {
	font-family: 'Arial';
}
body.th {
	font-family: 'Microsoft Sans Serif';
}

ul, li, button, p {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
	outline: none;
}

.move {
	transition: .2s;
}

#main {
	position: relative;
	overflow: hidden;
}

.in {
	position: relative;
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}


/* ----- LEFT MENU ----- */

#left_menu {
	position: fixed;
	width: 193px;
    height: 411px;
	top: 50%;
	margin-top: -205px;
	color: #fff;
    font-weight: bold;
    text-align: center;
    left: -195px;
    z-index: 10;
}

body.zh #left_menu.close {
    background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/left_menu_zh.png') top right no-repeat;
}
body.zh #left_menu.open {
    background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/left_menu_zh.png') top left no-repeat;
}

body.en #left_menu.close {
    background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/left_menu_en.png') top right no-repeat;
}
body.en #left_menu.open {
    background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/left_menu_en.png') top left no-repeat;
}

body.th #left_menu.close {
    background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/left_menu_th.png') top right no-repeat;
    width: 374px;
    left: -374px;
}
body.th #left_menu.open {
    background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/left_menu_th.png') top left no-repeat;
}

#left_menu .btn {
	position: absolute;
	cursor: pointer;
	right: 0;
	width: 50px;
}

body.zh #left_menu .btn, body.en #left_menu .btn {
	height: 100%;
}
body.th #left_menu .btn {
	height: 13%;
}

#left_menu .pages {
    width: 143px;
    margin-top: 46px;
    line-height: 50px;
}

body.zh #left_menu .pages {
	font-weight: normal;
	letter-spacing: 2px;
    font-size: 22px;
}
body.en #left_menu .pages {
	font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}
body.th #left_menu .pages {
	font-weight: normal;
    font-size: 20px;
    position: relative;
}

body.th #left_menu .pages span {
	transform: scaleX(0.9);
	width: 100%;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
}


body.en #left_menu .pages .p3,
body.en #left_menu .pages .p4 {
	line-height: 18px;
	align-items: center;
    justify-content: center;
    display: flex;
}
body.th #left_menu .pages .p3 {
	line-height: 20px;
	align-items: center;
    justify-content: center;
    display: flex;
}

#left_menu .pages li {
	cursor: pointer;
	height: 50px;
	border-bottom: 1px solid #cf7a00;
	width: 87%;
	margin: 0 auto;
}

#left_menu .pages li:hover {
	color: #f8ff38;
}

#left_menu .apps {
	width: 143px;
	margin-top: 26px;
	font-weight: normal;
}

body.zh #left_menu .apps {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 26px;
}
body.en #left_menu .apps {
	font-size: 17px;
    line-height: 18px;
}
body.th #left_menu .apps {
	font-size: 17px;
    line-height: 20px;
}

#left_menu .apps span {
    display: inline-block;
    margin-bottom: 4px;
}

body.zh #left_menu .apps span {
	width: 125px;
}
body.en #left_menu .apps span {
	width: 135px;
}

#left_menu .apps li {
	width: 119px;
	height: 35px;
	cursor: pointer;
	margin: 4px auto;
}

#left_menu .apps .google {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_google.png') top center no-repeat;
	background-size: contain;
}

#left_menu .apps .ios {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_ios.png') top center no-repeat;
	background-size: contain;
}

body.th #left_menu .apps .google {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_google_th.png') top center no-repeat;
	background-size: contain;
}

body.th #left_menu .apps .ios {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_ios_th.png') top center no-repeat;
	background-size: contain;
}


/* ----- PAGE1 ----- */

#page1 {
	position: relative;
	height: 852px;
	overflow: hidden;	
}

#page1 .bg1 {
	position: absolute;
	height: 100%;
	width: 1256px;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_bg2.jpg') top center no-repeat;
	right: -500px;
    margin: 0 auto;
    opacity: 0;
}

#page1 .bg2 {
	position: absolute;
	height: 100%;
	width: 1081px;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_bg1.png') top center no-repeat;
	left: -500px;
    margin: 0 auto;
    opacity: 0;
}

#page1 .pic {
	position: absolute;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_pic.png') top center no-repeat;
	width: 1166px;
	height: 947px;
    left: 300px;
    opacity: 0;
    background-size: contain;
}

#page1 .pic_bk {
	transform-origin: 25% 50%;
	opacity: 0;
	filter: brightness(1.3);
}

#page1 .pic_bk_ani {
	animation: pic_ani 1.2s forwards linear infinite;
}

@keyframes pic_ani {
	from {opacity: 0.3;}
	to {opacity: 0; transform: scale(1.065);}
}

#page1 .ball {
	display: none;
}

#page1 .rt {
	position: absolute;
	right: 100px;
	opacity: 0;
}

#page1 .rt div {
	position: relative;
	margin: 0 auto;
}

body.zh #page1 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/title_zh.png') top center no-repeat;
	width: 500px;
	height: 281px;
    margin-top: 161px !important;
}
body.en #page1 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/title_en.png') top center no-repeat;
	width: 545px;
	height: 281px;
    margin-top: 161px !important;
}
body.th #page1 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/title_th.png') top center no-repeat;
	width: 586px;
	height: 268px;
    margin-top: 186px !important;
    left: 18px;
}

#page1 li {
    display: inline-block;
    cursor: pointer;
}

#page1 .btn2:hover {
	filter: brightness(1.2);
	transform: scale(1.03);
}

#page1 .btn2 {
	margin-top: 16px !important;
	width: 387px;
	height: 147px;
    cursor: pointer;
    margin-top: 48px !important;
}

body.zh #page1 .btn2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_btn2_zh.png') top center no-repeat;
	margin-left: 77px !important;
}
body.en #page1 .btn2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_btn2_en.png') top center no-repeat;
	margin-left: 122px !important;	
}
body.th #page1 .btn2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_btn2_th.png') top center no-repeat;
	margin-left: 163px !important;
	margin-top: 30px !important;
}

#page1 .apps {
	width: 386px;
	height: 129px;
	margin-top: -14px !important;
    margin-right: 36px !important;
}

body.zh #page1 .apps {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_apps_zh.png') top center no-repeat;
}
body.en #page1 .apps {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_apps_en.png') top center no-repeat;
}
body.th #page1 .apps {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/main_apps_th.png') top center no-repeat;
}

#page1 .apps .google {
	position: absolute;
	width: 154px;
    height: 48px;
    top: 64px;
    left: 33px;
}

#page1 .apps .ios {
	position: absolute;
	width: 162px;
	height: 51px;
	top: 61px;
	left: 194px;
}

#page1 .top {
    position: absolute;
    width: 80px;
    right: 8px;
    margin-top: 0px;
    opacity: 0;
}

#page1 .top li {
	width: 30px;
	height: 30px;
}

body.zh #page1 .lan {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_zh.png') top right no-repeat;
	background-size: cover;
}

body.th #page1 .lan {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_th.png') top right no-repeat;
	background-size: cover;
}

body.en #page1 .lan {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_en.png') top right no-repeat;
	background-size: cover;
}

#page1 .lan .select {
	display: none;
	pointer-events: none;
}

#page1 .lan .select1 {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -30px;
	animation: fadeInRight .5s forwards;
	z-index: 1;
}

#page1 .lan .select2 {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -60px;
	animation: fadeInRight .6s forwards;
}

body.zh #page1 .lan .select1, body.th #page1 .lan .select2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_en.png') top left no-repeat;
	background-size: cover;
}
body.zh #page1 .lan .select2, body.en #page1 .lan .select2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_th.png') top left no-repeat;
	background-size: cover;
}

body.en #page1 .lan .select1, body.th #page1 .lan .select1 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_zh.png') top left no-repeat;
	background-size: cover;
}

#page1 .fb {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/top_fb.png') top center no-repeat;
}

#page1 .logo {
	position: absolute;
	width: 233px;
	height: 123px;
    margin-top: 28px;
    left: 35px;
    opacity: 0;
}

body.zh #page1 .logo, body.en #page1 .logo {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/logo.png') top center no-repeat;
	background-size: contain;
}
body.th #page1 .logo {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/logo_th.png') top center no-repeat;
	background-size: 90%;
}

#page1 .open_ball {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/open_ball.png') top center no-repeat;
	width: 604px;
	height: 743px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    background-size: contain;
}

	.open_ball_ani {
        animation: open_ball_ani .25s forwards;
	}

	@keyframes open_ball_ani {
		from {filter: brightness(2);}
		to {filter: brightness(1)}
	}

	.ball_ani {
        animation: ball_ani .25s forwards, open_ball_ani .25s forwards;
	}

	@keyframes ball_ani {
		0% {
			transform: scale(0.5);
			top: -300px;
		    opacity: .5;
		    left: 0;
		}
		50% {
			opacity: 1;
			transform: scale(1);
		}
		100% {
			top: 300px;
		    left: 300px;
		}
	}

#page1 .topmenu {
	display: none;
}


/* ----- PAGE2 ----- */

#page2 {
	position: relative;
	height: 876px;
	overflow: hidden;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_bg.jpg') top center no-repeat;
}

#page2 .title {
	position: absolute;
}

body.zh #page2 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_title_zh.png') top center no-repeat;
	width: 121px;
	height: 485px;
	margin-top: 232px;
	left: 50px;
}
body.en #page2 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_title_en.png') top center no-repeat;
	width: 522px;
	height: 83px;
	margin-top: 72px;
    left: 165px;
}
body.th #page2 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_title_th.png') top center no-repeat;
	width: 528px;
	height: 96px;
	margin-top: 58px;
    left: 165px;
}

#page2 .paper {
	width: 524px;
	height: 595px;
	position: absolute;
    left: 164px;
    user-select: none;
}

body.zh #page2 .paper {
	margin-top: 125px;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_paper_zh.jpg') top center no-repeat;
	background-size: contain;
}
body.en #page2 .paper {
	margin-top: 153px;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_paper_en.jpg') top center no-repeat;
	background-size: contain;
}
body.th #page2 .paper {
	margin-top: 153px;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_paper_th.jpg') top center no-repeat;
	background-size: contain;
}

#page2 .pic {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_pic.png') top center no-repeat;
	width: 275px;
	height: 732px;
	position: absolute;
    bottom: 0;
    right: 48px;
    background-size: cover;
}

#page2 .paper ul {
    width: 298px;
    position: relative;
    margin-left: 185px;
}

body.zh #page2 .paper ul {
	margin-top: 96px;
}
body.en #page2 .paper ul {
	margin-top: 100px;
}
body.th #page2 .paper ul {
	margin-top: 101px;
	font-style: italic;
}

#page2 .paper li {
	position: relative;
}

#page2 .paper li p {
	color: #fff;
    font-weight: normal;    
}

body.zh #page2 .paper li p {
	font-size: 23px;
	letter-spacing: 2px;
}
body.en #page2 .paper li p {
	font-size: 21px;
	letter-spacing: -0.5px;
}
body.th #page2 .paper li p {
	font-size: 20px;
}

#page2 .paper .step1 iframe.sp {
	display: none;
}

#page2 .paper .step1 iframe.pc {
	display: block;
}

#page2 .paper .step1 iframe {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

body.zh #page2 .paper .step1 iframe {
    left: 53%;
}
body.en #page2 .paper .step1 iframe {
    left: 75.5%;
}
body.th #page2 .paper .step1 iframe {
    left: 43.5%;
}

body.zh #page2 .paper .step2 {
	margin-top: 32px;
}
body.en #page2 .paper .step2 {
	margin-top: 38px;
}
body.th #page2 .paper .step2 {
	margin-top: 40px;
}

body.zh #page2 .paper .step3 {
	margin-top: 34px;
}
body.en #page2 .paper .step3 {
	margin-top: 40px;
}
body.th #page2 .paper .step3 {
	margin-top: 44px;
}

#page2 .step2 .radios {
	position: relative;
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width   : 0;
	margin  : 0;
	padding : 0;
	opacity : 0;
}

input[type=radio   ]:not(old) + label{
	display      : inline-block;
	padding-left : 24px;
	line-height  : 18px;
	background   : url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/radio.png') no-repeat 0 0;
	background-size: 18px;
	cursor: pointer;
}
input[type=radio]:not(old):checked + label{
	background-position : 0 -18px;
}

#page2 .step2 .label1 {
    margin-right: 15px;
}

#page2 .step3 select {
	position: relative;
	background: #fff url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/arrow.png') center right no-repeat;
	width: 115px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    cursor: pointer;
	height: 35px;
	border: 0;
	padding-left: 6px;
	margin-top: 10px;
    margin-left: -7px;
	border: 1px solid #575757;
	background-position-x: 97px;
	color: #757575;
}

body.zh #page2 .step3 select,
body.zh #page2 .step3 input {
	font-size: 22px;
	font-family: 'Microsoft Yahei';
}
body.en #page2 .step3 select,
body.en #page2 .step3 input {
	font-size: 17px;
	font-family: 'Arial';
}
body.th #page2 .step3 select,
body.th #page2 .step3 input {
	font-size: 16px;
	font-family: 'Microsoft Yahei';
}
body.th #page2 .step3 select {
	width: 135px;
    padding-left: 3px;
    background-position-x: 117px;
}
body.th #page2 .step3 input {
	width: 156px;
    padding-left: 4px;
    padding-right: 4px;
}

select::-ms-expand { display: none; }

option[value=""][disabled] {
	display: none;
}

select.tw, select.hk, select.mo{
	color: #000 !important;
}

option {
	color: #000;
}

#page2 .step3 input {
	width: 175px;
    height: 35px;
    position: relative;
    padding: 0;
    border: 1px solid #575757;
	margin-left: 2px;
	padding-left: 8px;
	box-sizing: border-box;
	padding-right: 8px;
	background-size: contain;
}

#page2 .btn {	
	width: 275px;
	height: 81px;
	margin: 137px auto 0;
	cursor: pointer;
}

body.zh #page2 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_btn_zh.jpg') top center no-repeat;
	background-size: contain;
}
body.en #page2 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_btn_en.jpg') top center no-repeat;
	background-size: contain;
}
body.th #page2 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page2_btn_th.jpg') top center no-repeat;
	background-size: contain;
}

#page2 .btn:hover {
	filter: brightness(1.2);
	transform: scale(1.02);
}

#page2 .tip {
	color: #000;
	font-weight: normal;
	background: rgba(255,255,255,.9);
	width: 516px;
	position: absolute;
	margin-left: 163px;
	padding: 2px 5px;
	user-select: none;
}

body.zh #page2 .tip {
	margin-top: 738px;
	font-size: 14.5px;
}
body.en #page2 .tip {
	margin-top: 758px;
	font-size: 13.2px;
}
body.th #page2 .tip {
	margin-top: 758px;
	font-size: 15px;
	line-height: 18px;
}


/* ----- APPS ----- */

#apps {
	position: absolute;
	height: 135px;
	overflow: hidden;
	margin-top: -29px;
	z-index: 1;
	width: 100%;
}

#apps .apps {
	position: absolute;
	background: #1b1b1b;
	width: 578px;
	height: 135px;    
    right: 0;
}

#apps .apps p {
	font-size: 18px;
	color: #fff;
	text-align: center;
    margin-top: 13px;
}

body.th #apps .apps p {
    font-size: 22px;
    text-align: left;
    padding-left: 62px;
    margin-top: 20px;
}

body.zh #apps .apps p {
    letter-spacing: 1.5px;
}

#apps .apps p span {
	color: #ff2828;
}

body.zh #apps .apps p span {
	font-size: 23px;
}
body.en #apps .apps p span {
	text-transform:uppercase;
}

#apps .apps .arrow {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/apps_arrow.jpg') top center no-repeat;
	width: 61px;
	height: 32px;
	margin-top: 28px;
    margin-left: 63px;
    position: absolute;
}

#apps .apps ul {
    position: absolute;
    right: 38px;
    margin-top: 14px;
}

#apps .apps ul li {
	display: inline-block;
	width: 186px;
	height: 55px;
	cursor: pointer;
}

#apps .apps .google {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_google.png') top center no-repeat;
	background-size: contain;
}
body.th #apps .apps .google {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_google_th.png') top center no-repeat;
	background-size: contain;
}

#apps .apps .ios {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_ios.png') top center no-repeat;
	background-size: contain;
}
body.th #apps .apps .ios {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/link_ios_th.png') top center no-repeat;
	background-size: contain;
}


/* ----- PAGE3 ----- */

#page3 {
	position: relative;
	height: 969px;
	overflow: hidden;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_bg.jpg') top center no-repeat;
}

#page3 .title {
	position: absolute;
    left: 57px;
    background-size: contain;
}

body.zh #page3 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_title_zh.png') top center no-repeat;
	width: 487px;
	height: 95px;
    background-size: contain;
    margin-top: 137px;
}
body.en #page3 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_title_en.png') top center no-repeat;
	width: 557px;
	height: 119px;
    background-size: contain;
    margin-top: 128px;
}
body.th #page3 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_title_th.png') top center no-repeat;
	width: 427px;
	height: 154px;
    background-size: contain;
    margin-top: 98px;
}

#page3 .pic {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_pic.png') top center no-repeat;
	width: 502px;
	height: 806px;
	position: absolute;
    right: 3px;
    bottom: 0;
}

#page3 .rewards {
	position: absolute;
    margin-top: 268px;
    left: 59px;
}

#page3 .rewards li {
	width: 477px;
	height: 124px;
	margin-top: -12px;
    position: relative;
}

#page3 .rewards p {
    font-weight: bold;
    color: #000;
    position: absolute;
    text-align: right;
    bottom: 17px;
    right: 8px;
    text-shadow: 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff,
    			 0 0 2px #fff;
}

body.zh #page3 .rewards p {
	font-size: 16px;
}
body.en #page3 .rewards p {
	font-size: 14px;
}
body.th #page3 .rewards p {
	font-size: 16px;
	font-weight: normal;
}

#page3 .reward1 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward1.png') top center no-repeat;
	z-index: 6;
	background-size: cover;
}

#page3 .reward2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward2.png') top center no-repeat;
	z-index: 5;
	background-size: cover;
}

#page3 .reward3 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward3.png') top center no-repeat;
	z-index: 4;
	background-size: cover;
}

#page3 .reward4 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward4.png') top center no-repeat;
	z-index: 3;
	background-size: cover;
}

#page3 .reward5 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward5.png') top center no-repeat;
	z-index: 2;
	background-size: cover;
}

#page3 .reward6 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward6.png') top center no-repeat;
	z-index: 1;
	background-size: cover;
}

#page3 .reward1.active {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward1.png') bottom center no-repeat;
	z-index: 6;
	background-size: cover;
}

#page3 .reward2.active {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward2.png') bottom center no-repeat;
	z-index: 5;
	background-size: cover;
}

#page3 .reward3.active {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward3.png') bottom center no-repeat;
	z-index: 4;
	background-size: cover;
}

#page3 .reward4.active {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward4.png') bottom center no-repeat;
	z-index: 3;
	background-size: cover;
}

#page3 .reward5.active {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward5.png') bottom center no-repeat;
	z-index: 2;
	background-size: cover;
}

#page3 .reward6.active {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward6.png') bottom center no-repeat;
	z-index: 1;
	background-size: cover;
}

#page3 .rewards li.active .finish {
	width: 81px;
	height: 65px;
	position: absolute;
    margin-top: 36px;
    left: 28px;
}

body.zh #page3 .rewards li.active .finish {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward_finish_zh.png') top center no-repeat;
	background-size: contain;
}
body.en #page3 .rewards li.active .finish {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward_finish_en.png') top center no-repeat;
	background-size: contain;
}
body.th #page3 .rewards li.active .finish {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/reward_finish_th.png') top center no-repeat;
	background-size: contain;
}

#page3 .btn {
	position: absolute;
	width: 275px;
	height: 81px;
	right: 40px;
	margin-top: 692px;
	cursor: pointer;
}

body.zh #page3 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_btn_zh.jpg') top center no-repeat;
	background-size: contain;
}
body.en #page3 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_btn_en.jpg') top center no-repeat;
	background-size: contain;
}
body.th #page3 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_btn_th.jpg') top center no-repeat;
	background-size: contain;
}

#page3 .btn:hover {
	filter: brightness(1.1);
	transform: scale(1.02);
}

#page3 .total {
	position: absolute;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page3_nbbg.png') top center repeat;
	width: 403px;
	height: 131px;
	right: 0;
	margin-top: 773px;
	user-select: none;
}

#page3 .total p {
	color: #000;	
	display: inline-block;
	margin-top: 12px;
}

body.zh #page3 .total p {
	font-size: 28px;
	letter-spacing: 2px;
	margin-left: 127px;
}
body.en #page3 .total p {
	font-size: 30px;
	margin-left: 112px;
}
body.th #page3 .total p {
	font-size: 28px;
	margin-left: 190px;
}

#page3 .total ul {
    margin-top: 7px;
    text-align: right;
    padding-right: 32px;
}

#page3 .total li {
	width: 45px;
	height: 62px;
    display: inline-block;
}

#page3 .total .n0 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: 0;
}

#page3 .total .n1 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -45px;
}

#page3 .total .n2 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -90px;
}

#page3 .total .n3 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -135px;
}

#page3 .total .n4 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -180px;
}

#page3 .total .n5 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -225px;
}

#page3 .total .n6 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -270px;
}

#page3 .total .n7 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -315px;
}

#page3 .total .n8 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -360px;
}

#page3 .total .n9 {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/numbers.png') top left no-repeat;
	background-position-x: -405px;
}


/* ----- PAGE4 ----- */

#page4 {
	position: relative;
	height: 874px;
	overflow: hidden;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_bg.jpg') top center no-repeat;
}

#page4 .title {
	position: absolute;
}

body.zh #page4 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_title_zh.png') top center no-repeat;
	width: 74px;
	height: 703px;
	margin-top: 118px;
    right: 60px;
}
body.en #page4 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_title_en.png') top center no-repeat;
	width: 516px;
	height: 81px;
	margin-top: 65px;
    right: 134px;
}
body.th #page4 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_title_th.png') top center no-repeat;
	width: 522px;
	height: 130px;
	margin-top: 28px;
    right: 130px;
}

#page4 .pic {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_pic.png') top center no-repeat;
	width: 552px;
	height: 781px;
	position: absolute;
    left: -132px;
    bottom: 0;
    background-size: cover;
}

#page4 .paper {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_paper.jpg') top center no-repeat;
	width: 518px;
	height: 668px;
	position: absolute;
    margin-left: 349px;
    background-size: contain;
    user-select: none;
}

body.zh #page4 .paper {
	margin-top: 119px;
}
body.en #page4 .paper {
	margin-top: 145px;
}
body.th #page4 .paper {
	margin-top: 154px;
}

#page4 .paper .txt {
	padding: 21px 30px 12px 30px;
    line-height: 30px;
}

body.zh #page4 .paper .txt {
	font-size: 23px;
	letter-spacing: 1px;
}
body.en #page4 .paper .txt {
	font-size: 21px;
	padding: 21px 14px 12px 18px;
    line-height: 26px;
}
body.th #page4 .paper .txt {
	font-size: 24px;
	padding: 18px 14px 12px 16px;
    line-height: 26px;
}

#page4 .paper .txt span {
	font-size: 34px;
	color: #aa0000;
}

body.zh #page4 .paper .txt span {
	font-size: 34px;
}
body.en #page4 .paper .txt span, body.th #page4 .paper .txt span {
	font-size: 32px;
}

#page4 .paper .txt2 {
	font-size: 18px;
    padding: 0px 30px;
}

body.zh #page4 .paper .txt2 {
	letter-spacing: 1px;
}
body.en #page4 .paper .txt2, body.th #page4 .paper .txt2 {
	padding: 0px 18px;
}

#page4 .paper ul {
	padding: 0 29px;
}

body.zh #page4 .paper ul {
    margin-top: 60px;
}
body.en #page4 .paper ul {
    margin-top: 76px;
}
body.th #page4 .paper ul {
    margin-top: 52px;
}

#page4 .paper li {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_ball.png') top left no-repeat;
	width: 500px;
	height: 47px;
	margin-bottom: 36px;
	background-size: 48px;
}

#page4 .paper li span {
	margin-top: 19px;
    margin-left: 31px;
    position: absolute;
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
}

#page4 .paper li p {
	display: inline-block;
	border-bottom: 1px solid #000;
    width: 78%;
    margin-left: 65px;
}

body.zh #page4 .paper li p {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 32px;
}
body.en #page4 .paper li p {
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
}
body.th #page4 .paper li p {
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;    
}

body.th #page4 .paper li:nth-last-child(1) p {
    padding-bottom: 4px;
}

#page4 .paper li:nth-last-child(1) p {
    margin-top: -6px;
}

#page4 .txt3 {
	text-align: center;
	margin-top: 54px;
}

body.zh #page4 .txt3 {
	font-size: 25px;
	letter-spacing: 1px;
}
body.en #page4 .txt3 {
	font-size: 24px;
}
body.th #page4 .txt3 {
	font-size: 26px;
}

#page4 .txt3 span {
	color: #aa0000;
}

body.zh #page4 .txt3 span {
	font-size: 38px;
}
body.en #page4 .txt3 span, body.th #page4 .txt3 span {
	font-size: 37px;
}

#page4 .txt3 a {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/refresh.png') top center no-repeat;
	background-size: contain;
	max-width: 43px;
    width: 6.5%;
    padding-top: 6.1%;
    display: inline-block;
    cursor: pointer;
}

#page4 .txt3 a:hover {
	filter: brightness(1.1);
	transform: scale(1.02);
}

#page4 .btn {	
	width: 275px;
	height: 81px;
	margin: 0 auto;
    margin-top: 23px;
    cursor: pointer;    
}

body.zh #page4 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_btn_zh.jpg') top center no-repeat;
	background-size: contain;
}
body.en #page4 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_btn_en.jpg') top center no-repeat;
	background-size: contain;
}
body.th #page4 .btn {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page4_btn_th.jpg') top center no-repeat;
	background-size: contain;
}

#page4 .btn:hover {
	filter: brightness(1.2);
	transform: scale(1.02);
}

#page4 .tip {
    position: absolute;
    bottom: 7px;
    right: 7px;
}

body.zh #page4 .tip {
	font-size: 14px;
	letter-spacing: 0.5px;
}
body.en #page4 .tip {
	font-size: 12.5px;
}
body.th #page4 .tip {
	font-size: 15px;
}


/* ----- PAGE5 ----- */

#page5 {
	position: relative;
	overflow: hidden;
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page5_bg.jpg') top center no-repeat;
	background-size: cover;
}

body.zh #page5 {
	height: 761px;
}
body.en #page5 {
	height: 781px;
}
body.th #page5 {
	height: 781px;
}

#page5 .title {	
	width: 390px;
	height: 84px;
	position: relative;
	margin-top: 84px;
	margin-left: 562px;	
}

body.zh #page5 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page5_title_zh.png') top center no-repeat;
	background-size: contain;
}
body.en #page5 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page5_title_en.png') top center no-repeat;
	background-size: contain;
}
body.th #page5 .title {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/page5_title_th.png') top center no-repeat;
	background-size: contain;
	width: 405px;
	margin-top: 78px;
}

#page5 .tips {
	background: rgba(255, 255, 255, 0.85);
	position: relative;
	width: 91%;
    margin: 0 auto;
    margin-top: 6px;
}

#page5 .tips ol {
    margin: 0 auto;
    font-size: 15px;
    user-select: none;
    color: #272727;
}

body.zh #page5 .tips ol {
	letter-spacing: 1px;
	line-height: 24px;
	padding: 40px 14px 42px 38px;
}
body.en #page5 .tips ol {
	line-height: 19px;
    padding: 20px 14px 20px 38px;
}
body.th #page5 .tips ol {
	line-height: 22px;
    padding: 14px 14px 14px 38px;
    font-size: 17px;
}

#page5 .tips li {
    list-style-type: decimal;
}

#page5 .tips p {
	margin-top: 14px;
    margin-left: -25px;
    color: #000;
}

body.en #page5 .tips p {
	font-weight: bold;
	width: 99.5%;
}
body.th #page5 .tips p {
	font-size: 18px;
	width: 99.5%;
}


/* ----- GOTOP ----- */

#gotopbox {
	position: absolute;
    margin-top: -143px;
    width: 100%;
}

#gotopbox .gotop {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/gotop.png') top center no-repeat;
	width: 134px;
	height: 143px;
    right: -144px;
    position: absolute;
    cursor: pointer;
}

/* ----- FOOTER ----- */

footer {
	height: 100px;
	background: #000;
	z-index: 1;
	position: relative;
}

footer .box {
	margin: 0 auto;
	width: 89%;
	position: relative;
	transform: translate(0, 50%);
}

footer li {
	display: inline-block;
}

footer .dena {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/dena.jpg') top center no-repeat;
	width: 70px;
	height: 40px;
	background-size: contain;
}

footer .toei {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/toei.jpg') top center no-repeat;
	width: 72px;
	height: 50px;
	margin-left: 10px;
	background-size: contain;
}

footer .cr ul {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -5%;
	margin-left: 18px;
	line-height: 19px;
	user-select: none;
}

footer .cr li {
	display: block;
}

footer .cr span {
	cursor: pointer;
    text-decoration: underline;
    transition: .2s;
}

footer .cr span:hover {
	color: #ffff01;
}

footer .game {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/game.jpg') top center no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	background-size: contain;
}


/* ----- SP MENU ----- */

#sp_menu {
	display: none;
}


/* ----- POP FRAME ----- */

#pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	transition: visibility 300ms;
	visibility: hidden;
	opacity: 0;
	user-select: none;
}

#pop .pop_bg {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
}

#pop .pop_close {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/pop_close.png') center center no-repeat;
	width: 64px;
	height: 52px;
	position: absolute;
	right: -3%;
    top: -3.5%;
    cursor: pointer;
    background-size: contain;
}

#pop .pop_box  {
	background: url('https://os-web-cdn.5xgames.com/cdn/web/global_sd/static/images/pop_box.jpg') center center no-repeat;
	width: 603px;
	height: 407px;
	position: absolute;
	top: 50%;
    left: 50%;
    background-size: contain;
    transform: translate(-50%,-50%);
    transform-origin: left top;
}

#pop .pop_close:hover {
    transform: scale(1.08);
}

#pop .types {
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 100%;
}

body.zh #pop .types {
	font-size: 30px;
	letter-spacing: 1px;
}
body.en #pop .types, body.th #pop .types {
	font-size: 28px;
}

#pop .type1, #pop .type2, #pop .type3, #pop .type4, #pop .type5, #pop .type6{
	display: none;
}

#pop .regist_rw {
    background: #fff;
    padding: 0.5% 5%;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 1%;
    user-select: text;
}

.pop_in_ani {
	animation: fadeIn .3s forwards;
}

.pop_out_ani {       
    animation: fadeOut .3s forwards;
}

.zoom_ani {
	animation: zoomIn .3s forwards;
}

.menu_in_ani {
	animation: slideInLeft .3s forwards;
}

.menu_out_ani {       
    animation: slideOutLeft .3s forwards;
}

#page1 .lan .display {
	display: block;
}


/* User Agreement -------------------------------------------------- */

#popframe {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	min-width: 800px;
}

#popframe .bg {
	background: #000;
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	animation: pop_bg_ani .6s forwards;
}

@keyframes pop_bg_ani {
	from {opacity: 0}
	  to {opacity: 0.8}
}

.pop_bg_out  {
	animation: pop_bg_out  .6s forwards !important;
}

@keyframes pop_bg_out {
	from {opacity: 0.8}
	  to {opacity: 0}
}

#popframe .box {
	display: none;
	width: 527px;
    height: 382px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 2px solid;
    animation: pop_box_ani .3s forwards;
}

@keyframes pop_box_ani {
	from {transform: translate(-50%, -20%); opacity: 0}
	  to {transform: translate(-50%, -50%); opacity: 1}
}

.pop_box_out {
	animation: pop_box_out .3s forwards !important;
}

@keyframes pop_box_out {
	from {transform: translate(-50%, -50%); opacity: 1}
	  to {transform: translate(-50%, -20%); opacity: 0}
}

#popframe .close {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 0;
	top: -13.5%;
	cursor: pointer;
	transition: .3s;
}

#popframe .close:before {
	content: ' ';
    transform: rotate(45deg);
    width: 120%;
    height: 1px;
    display: block;
    background: #fff;
    top: 20px;
    left: -5px;
    position: absolute;
}

#popframe .close:after {
	content: ' ';
    transform: rotate(-45deg);
    width: 120%;
    height: 1px;
    display: block;
    background: #fff;
    top: 20px;
    left: -5px;
    position: absolute;
}

#popframe .close:hover {
	transform: rotate(10deg);
}

#popframe .agreement_box {
	display: none;
	width: 800px;
    height: 464px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 2px solid;
    animation: pop_box_ani .3s forwards;
    font-family: Arial;
}

#popframe .agreement {
	background: rgba(255,255,255,0.9);
	width: 100%;
    height: 100%;
    padding: 15px 8px 15px 15px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
    user-select: none;
}

#popframe .agreement_in {
	width: 100%;
	height: 100%;
	overflow: auto;
}

#popframe .title {
	font-weight: bold;
	font-size: 16px;
    margin-bottom: 10px;
}

#popframe p {
	margin-bottom: 10px;
	width: 98%;
}

#popframe span {
	font-weight: bold;
}

#popframe ul {
	margin-bottom: 10px;
}

#popframe li {
	margin-bottom: 4px;
    margin-left: 14px;
    width: 96%;
}

#popframe li a {
	display: block;
	padding-left: 8px;
}

#popframe .agreement_in .tg {
	border-collapse: collapse;
    border-spacing: 0;
    width: 96%;
    margin-bottom: 4px;
    margin-left: 14px;
}
#popframe .agreement_in .tg td {
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
#popframe .agreement_in .tg th {
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
#popframe .agreement_in .tg .tg-0pky {
	border-color:inherit;
	text-align:left;
	vertical-align:top;
}
#popframe .agreement_in .tg .tg-0lax {
	text-align:left;
	vertical-align:top;
}