@charset "UTF-8";
/*字型*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*常用*/
/*陰影*/
/*漸層*/
/*三角形*/
/*瀏覽器*/
/*等分*/
/*絕對上下左右置中*/
/*對齊&置中*/
/*動畫*/
/*旋轉*/
/*傾斜*/
/*filter*/
/*css*/
/*字型*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*常用*/
/*陰影*/
/*漸層*/
/*三角形*/
/*瀏覽器*/
/*等分*/
/*絕對上下左右置中*/
/*對齊&置中*/
/*動畫*/
/*旋轉*/
/*傾斜*/
/*filter*/
/*css*/
/******************************************/
/******************************************/
@-webkit-keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}
@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}

@-webkit-keyframes up {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-filter: brightness(1.1);
		-webkit-transform: translateY(0.1rem);
		transform: translateY(0.1rem);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes up {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-filter: brightness(1.1);
		-webkit-transform: translateY(0.1rem);
		transform: translateY(0.1rem);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -30%, 0);
		transform: translate3d(-50%, -30%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -30%, 0);
		transform: translate3d(-50%, -30%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes bounceIn02 {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	40% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	80% {
		-webkit-transform: scale3d(1.09, 1.09, 1.09);
		transform: scale3d(1.09, 1.09, 1.09);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn02 {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	20% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	40% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	80% {
		-webkit-transform: scale3d(1.09, 1.09, 1.09);
		transform: scale3d(1.09, 1.09, 1.09);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		opacity: 1;
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@-webkit-keyframes star {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0%, 0%, 0);
		transform: translate3d(0%, 0%, 0);
	}
	10% {
		opacity: 1;
		-webkit-transform: translate3d(0%, 20%, 0);
		transform: translate3d(0%, 20%, 0);
	}
	20% {
		opacity: 0.6;
		-webkit-transform: translate3d(0%, 40%, 0);
		transform: translate3d(0%, 40%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0%, 60%, 0);
		transform: translate3d(0%, 60%, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0%, 100%, 0);
		transform: translate3d(0%, 100%, 0);
	}
}

@keyframes star {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0%, 0%, 0);
		transform: translate3d(0%, 0%, 0);
	}
	10% {
		opacity: 1;
		-webkit-transform: translate3d(0%, 20%, 0);
		transform: translate3d(0%, 20%, 0);
	}
	20% {
		opacity: 0.6;
		-webkit-transform: translate3d(0%, 40%, 0);
		transform: translate3d(0%, 40%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0%, 60%, 0);
		transform: translate3d(0%, 60%, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0%, 100%, 0);
		transform: translate3d(0%, 100%, 0);
	}
}

@-webkit-keyframes star02 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0%, 0%, 0);
		transform: translate3d(0%, 0%, 0);
	}
	10% {
		opacity: 1;
		-webkit-transform: translate3d(0%, 20%, 0);
		transform: translate3d(0%, 20%, 0);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: translate3d(0%, 50%, 0);
		transform: translate3d(0%, 50%, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0%, 100%, 0);
		transform: translate3d(0%, 100%, 0);
	}
}

@keyframes star02 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0%, 0%, 0);
		transform: translate3d(0%, 0%, 0);
	}
	10% {
		opacity: 1;
		-webkit-transform: translate3d(0%, 20%, 0);
		transform: translate3d(0%, 20%, 0);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: translate3d(0%, 50%, 0);
		transform: translate3d(0%, 50%, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0%, 100%, 0);
		transform: translate3d(0%, 100%, 0);
	}
}

@-webkit-keyframes sign {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30%, -50%, 0);
		transform: translate3d(-30%, -50%, 0);
	}
	40% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-70%, -50%, 0);
		transform: translate3d(-70%, -50%, 0);
	}
}

@keyframes sign {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30%, -50%, 0);
		transform: translate3d(-30%, -50%, 0);
	}
	40% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-70%, -50%, 0);
		transform: translate3d(-70%, -50%, 0);
	}
}

@-webkit-keyframes flash {
	0%, 40%, 80% {
		opacity: 1;
	}
	20%, 60%, 100% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 40%, 80% {
		opacity: 1;
	}
	20%, 60%, 100% {
		opacity: 0;
	}
}

* {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Noto Sans TC", "Arial", "LiHei Pro", 微軟正黑體, 新細明體, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #4a4a4a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

img {
	width: 100%;
	border: 0px;
	vertical-align: middle;
}

ul,
li,
p,
ol,
figure {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a, button {
	background-color: transparent;
	text-decoration: none;
	color: #ff0000;
	outline: none;
	hlbr: expression(this.onFocus=this.blur());
}

a:visited, button:visited {
	color: #ff0000;
}

a:focus, button:focus {
	outline: none;
}

a:hover, button:hover {
	outline: 0;
	color: #d0011b;
}

a:active, button:active {
	outline: 0;
	color: #ff0000;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

mark {
	background: yellow;
	color: black;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-siaing: content-box;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden {
	display: none;
	visibility: hidden;
	height: 0;
}

.nuList {
	padding-left: 25px;
}

.nuList li {
	list-style-type: decimal;
}

.nuList a {
	display: inline-block;
	color: #ffc000;
	/*padding-right: 15px;*/
}

.nuList a:hover {
	color: #ff0000;
}

.nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.nav a {
	display: block;
}

.nav a:focus {
	outline: none;
}

#nav-container {
	padding: 2.6rem 2rem;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#nav-container {
		padding: 1.6rem 1rem;
	}
}

#nav-container.n {
	pointer-events: none;
	background: rgba(255, 255, 255, 0.25);
}

#nav-container .btn {
	position: relative;
	width: 25px;
	height: 3px;
	background: #000;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 4px;
	cursor: pointer;
	pointer-events: auto;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}

#nav-container .btn:before, #nav-container .btn::before {
	content: '';
	position: absolute;
	display: block;
	width: 120%;
	height: 3px;
	top: -300%;
	background: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 4px;
}

#nav-container .btn:after, #nav-container .btn::after {
	content: '';
	position: absolute;
	display: block;
	width: 120%;
	height: 3px;
	top: 300%;
	background: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 4px;
}

#nav-container .btn.show {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: none;
	pointer-events: none;
}

#nav-container .btn.show:before, #nav-container .btn.show::before {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	left: 0;
	background: #fff;
}

#nav-container .btn.show:after, #nav-container .btn.show::after {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	left: 0;
	background: #fff;
}

#nav-content {
	width: 100%;
	top: 0;
	right: 0;
	padding-top: 3rem;
	height: calc( 100vh - 3rem);
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	will-change: transform;
	contain: paint;
	position: fixed;
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}

#nav-content a {
	display: block;
	line-height: 65px;
	font-size: 1rem;
	color: #d7d7d7;
}

#nav-content.show {
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
	left: -640px;
}

@media screen and (max-width: 750px) {
	#nav-content.show {
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
		left: 0;
	}
}

#nav-content ul {
	margin: 0  auto 2rem;
	position: relative;
	z-index: 1;
	max-width: 70%;
}

#nav-content li {
	text-align: center;
}

#nav-content li a {
	display: block;
	margin-bottom: -0.5rem;
}

#nav-content li a span {
	display: none;
}

#nav-content .socialmark {
	position: relative;
	z-index: 1;
	text-align: center;
}

#nav-content .socialmark a {
	display: inline-block;
	width: 10%;
	margin: 0 0.5rem;
}

#nav-content .socialmark:before, #nav-content .socialmark::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	left: 0%;
	display: block;
	width: 30%;
	height: 3px;
	background: #fff;
}

#nav-content .socialmark:after, #nav-content .socialmark::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	left: 100%;
	display: block;
	width: 30%;
	height: 3px;
	background: #fff;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -2;
	display: none;
}

.mask .bg-m {
	width: 100%;
	max-width: 640px;
	height: 100vh;
	background: url("../images/bg05.jpg") no-repeat fixed center top;
	background-size: cover;
	margin: 0 auto;
}

/*layout*/
body {
	overflow: hidden;
}

html {
	overflow-y: auto;
	background-color: #000;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	background-color: #000;
	min-height: 100vh;
	overflow: hidden;
}

/* .logo {
	position: absolute;
	top: 0;
	z-index: 5;
	display: block;
} */

.logo--l {
	right: 5%;
	width: 20%;
}

.logo--s {
	position: relative !important;
	width: 16%;
	margin: 0 auto 0.5rem;
}

.mainContent {
	position: relative;
	width: 100%;
	z-index: 3;
	max-width: 750px;
	margin: 0 auto;
}

/* .bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
} */

.bg .bg03, .bg .bg04, .bg .bg06, .bg .bg07 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.bg .bg03.show, .bg .bg04.show, .bg .bg06.show, .bg .bg07.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.hide {
	display: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bg01 {
	height: 100vh;
	background: url("../images/bg01.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg02 {
	height: 100vh;
	background: url("../images/bg02.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg03 {
	height: 100vh;
	background: url("../images/bg03.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg04 {
	height: 100vh;
	background: url("../images/bg04.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg05 {
	height: 100vh;
	background: url("../images/bg05.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg06 {
	height: 100vh;
	background: url("../images/bg06.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg07 {
	height: 100vh;
	background: url("../images/bg07.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg08 {
	height: 100vh;
	background: url("../images/bg08.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg09 {
	height: 100vh;
	background: url("../images/bg09.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg010 {
	height: 100vh;
	background: url("../images/bg010.jpg") no-repeat center top fixed;
	background-size: cover;
}

.bg011 {
	height: 100vh;
	background: url("../images/bg011.jpg") no-repeat center top fixed;
	background-size: cover;
}

@media (max-width: 1000px) {
	iframe[src*="youtube"] {
		max-width: 720px;
		height: 405px;
	}
}

@media (max-width: 740px) {
	iframe[src*="youtube"] {
		max-width: 480px;
		height: 270px;
	}
}

@media (max-width: 480px) {
	iframe[src*="youtube"] {
		max-width: 360px;
		height: 203px;
	}
}

.btn-start a {
	display: block;
	width: 65%;
	margin: 1.2rem auto;
	-webkit-animation: up 0.6s ease-in-out 0s infinite none;
	        animation: up 0.6s ease-in-out 0s infinite none;
}

.btn-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
}

.activity ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 3px solid #ffd600;
	border-bottom: 3px solid #ffd600;
	background: rgba(0, 0, 0, 0.7);
}

.activity li.success {
	display: none;
}

.activity li.success.show {
	display: block;
}

.activity li.fail {
	display: none;
}

.activity li.fail.show {
	display: block;
}

.activity li a {
	display: block;
	padding: 1.2rem 0;
}

.activity .socialmark {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.activity .socialmark-fx {
	width: 17%;
	position: relative;
	top: -0.8rem;
}

.activity .socialmark a {
	width: 8%;
	padding: 3% 2%;
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 30px;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
	border-radius: 4px;
}

.option-input:hover {
	background: #fff;
}

.option-input:checked {
	background: #40e0d0;
}

.option-input:checked::before {
	height: 30px;
	width: 30px;
	position: absolute;
	content: '✔';
	display: inline-block;
	font-size: 1.2rem;
	text-align: center;
	line-height: 30px;
}

.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #40e0d0;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}

.option-input.radio {
	border-radius: 50%;
}

.option-input.radio::after {
	border-radius: 50%;
}

/*for Chrome*/
.stage {
	perspective-origin: center center;
	-moz-perspective-origin: center center;
	-webkit-perspective-origin: center center;
	perspective: 200px;
	-moz-perspective: 200px;
	-webkit-perspective: 200px;
	-webkit-animation: mobile02 1s linear 0s infinite;
	        animation: mobile02 1s linear 0s infinite;
}

.stage .mobile {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.stage .mobile__item {
	margin: 0 auto;
	-webkit-animation: mobile03 1s linear 0s infinite;
	        animation: mobile03 1s linear 0s infinite;
}

@media screen and (max-width: 750px) {
	.stage .mobile__item {
		-webkit-animation: mobile 1s linear 0s infinite;
		        animation: mobile 1s linear 0s infinite;
	}
}

.cut01 {
	padding-top: 5rem;
}

.cut01 .slogan {
	width: 65%;
	margin: 0 auto 1.5rem;
	position: relative;
	top: 1.5rem;
	-webkit-animation: bounceIn 1.2s ease-in-out 0s 1 none;
	        animation: bounceIn 1.2s ease-in-out 0s 1 none;
}

.cut01 .mainBtn {
	position: relative;
	width: 55%;
	margin: -1.2rem auto 0;
}

.cut01 .mainBtn .fx-1 {
	position: absolute;
	z-index: 1;
	width: 10%;
	left: -2.2rem;
	bottom: -0.6rem;
	display: none;
}

@media screen and (max-width: 640px) {
	.cut01 .mainBtn .fx-1 {
		left: -1.2rem;
		bottom: -0.3rem;
	}
}

.cut01 .mainBtn a {
	position: relative;
	z-index: 2;
	opacity: 0;
	display: block;
	-webkit-animation: flipInX 1.2s ease-in-out 0.4s 1 forwards;
	        animation: flipInX 1.2s ease-in-out 0.4s 1 forwards;
}

.cut01 .mainBtn a img {
	-webkit-animation: bounceIn02 1.2s ease-in-out 1.6s infinite none;
	        animation: bounceIn02 1.2s ease-in-out 1.6s infinite none;
}

.cut01 .oppo {
	position: relative;
	margin: 0 1rem;
}

.cut01 .oppo__phone {
	width: 96%;
	margin: 0 auto;
	position: relative;
	top: -1.4rem;
}

.cut01 .oppo__text {
	position: relative;
	vertical-align: middle;
}

.cut01 .oppo__text .fx-2 {
	position: absolute;
	width: 13%;
	left: 10.6rem;
	bottom: -3.5rem;
	display: none;
}

@media screen and (max-width: 640px) {
	.cut01 .oppo__text .fx-2 {
		left: 28%;
		bottom: -75%;
	}
}

@media screen and (max-width: 500px) {
	.cut01 .oppo__text .fx-2 {
		left: 6.8rem;
		bottom: -2.8rem;
	}
}

@media screen and (max-width: 420px) {
	.cut01 .oppo__text .fx-2 {
		left: 6.6rem;
		bottom: -0.5rem;
	}
}

@media screen and (max-width: 375px) {
	.cut01 .oppo__text .fx-2 {
		left: 5.5rem;
		bottom: -0.5rem;
	}
}

@media screen and (max-width: 320px) {
	.cut01 .oppo__text .fx-2 {
		left: 4.3rem;
		bottom: 0rem;
	}
}

.cut01 .oppo__events {
	position: relative;
	top: 1.6rem;
	left: 14rem;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	display: inline-block;
	border: 3px solid #ff00ff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50px;
	display: none;
}

@media screen and (max-width: 640px) {
	.cut01 .oppo__events {
		top: 2rem;
		left: 38%;
	}
}

@media screen and (max-width: 500px) {
	.cut01 .oppo__events {
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
		left: 8.7rem;
	}
}

@media screen and (max-width: 420px) {
	.cut01 .oppo__events {
		top: 0;
		left: 5rem;
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
	}
}

@media screen and (max-width: 375px) {
	.cut01 .oppo__events {
		left: 4rem;
	}
}

@media screen and (max-width: 320px) {
	.cut01 .oppo__events {
		left: 3.2rem;
		width: 100%;
	}
}

.cut01 .oppo__events .mark {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1rem 0 2em;
}

@media screen and (max-width: 320px) {
	.cut01 .oppo__events .mark {
		padding: 0 0.5rem 0 1rem;
	}
}

.cut01 .oppo__events ul {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	border-left: 1px solid #ff00ff;
	padding: 0.5rem 1.5rem 0.5rem 1rem;
}

@media screen and (max-width: 320px) {
	.cut01 .oppo__events ul {
		padding: 0.5rem 1rem 0.5rem 0.5rem;
	}
}

.cut01 .oppo__events ul li {
	line-height: 1.2rem;
}

.cut01 .oppo__events ul span {
	color: #ffd600;
	font-size: 1rem;
}

.cut02 {
	padding: 8rem 0 2rem;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.cut02 {
		padding: 5rem 0 1rem;
	}
}

.cut02 .title {
	display: block;
	max-width: 28%;
}

.cut02 .subTitle {
	display: inline-block;
	background: #fff;
	color: #2a2b62;
	font-size: 0.9rem;
	padding: 0 1rem;
	border-radius: 50px;
}

.cut02 .subTitle .icon {
	display: inline-block;
	width: 14px;
	vertical-align: middle;
	margin-right: 0.2rem;
	position: relative;
	top: -0.2rem;
}

.cut02 .subTitle span {
	line-height: 22px;
}

.cut02 .info {
	width: 90%;
	margin: 0.5rem auto 0rem;
	font-size: 0.8rem;
}

.cut02 .info__star {
	display: inline-block;
	width: 10%;
	margin: 0.5rem -1% 0.5rem;
}

.cut02 .info__text {
	background: rgba(34, 35, 80, 0.8);
	border-top: 1px solid #4bffff;
	border-bottom: 1px solid #f66ef8;
	padding: 1rem 1rem;
	margin-top: 3%;
}

.cut02 .info__title {
	font-size: 1rem;
	font-weight: bolder;
}

.cut02 .info__sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0 0 0;
	font-size: 12px;
}

.cut02 .info__item {
	display: inline-block;
	/*margin: 0 0.5rem;*/
	width: 25%;
}

.cut02 .info__item .item-icon {
	margin: 0 auto 0.2rem;
	width: 80%;
}

.cut02 .info__item .item-add {
	font-size: 1rem;
	color: #ffcc00;
	font-weight: bold;
}

.cut02 .award {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
	margin: 5%;
}

.cut02 .award .item {
	width: 32%;
	text-align: center;
	margin: 0;
}

.cut02 .award .item:nth-child(2) {
	width: 36%;
}

.cut02 .award .item:nth-child(3) .icon {
	width: 5rem;
}

.cut02 .award .icon {
	width: 3rem;
	line-height: 4rem;
	margin: 0.5rem auto;
}

.cut02 .award .title {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.6rem;
	text-align: center;
}

.cut02 .award .title span {
	display: block;
}

.cut03 {
	height: auto;
	min-height: auto;
	-webkit-perspective: 50vw;
	        perspective: 50vw;
	position: relative;
}

.cut03 .ui {
	position: absolute;
	width: 100%;
}

.cut03 .ui__star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 1rem 0 0.4rem;
}

.cut03 .ui__star .item {
	position: relative;
	display: inline-block;
	width: 12%;
	margin: 0 -1%;
}

.cut03 .ui__star .item--light {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.cut03 .ui__star .item--light.hide {
	display: inline-block;
	opacity: 0;
	-webkit-animation: flash 0.8s ease-in-out 0s 1 forwards;
	        animation: flash 0.8s ease-in-out 0s 1 forwards;
}

.cut03 .ui__count {
	position: relative;
}

.cut03 .ui__sec {
	position: relative;
	padding-left: 1rem;
	text-align: center;
	top: -0.4rem;
}

.cut03 .ui__sec .item__sec {
	padding: 1.5rem 0 0 0;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__sec .item__sec {
		padding: 0;
	}
}

.cut03 .ui__sec .itemList {
	width: 22%;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__sec .itemList {
		width: 17%;
	}
}

.cut03 .ui__sec .items {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1.6rem -0.8rem 0 0;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__sec .items {
		margin: 1.6rem -1.4rem 0 0;
	}
}

.cut03 .ui__sec .items .item {
	display: none;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__sec .items .item {
		width: 68%;
	}
}

.cut03 .ui__sec .items .item.show {
	display: block;
}

.cut03 .ui__sec .item__bg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 35%;
}

.cut03 .ui__sec .item__bg--sec {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60%;
	z-index: 0;
}

.cut03 .ui__sec .item__bg--bor {
	width: 100%;
}

.cut03 .ui__score {
	position: absolute;
	width: 34%;
	top: 0;
	right: 0;
}

.cut03 .ui__score .itemList {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
	width: 60%;
	margin-top: 4rem;
	margin-left: 2.2rem;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__score .itemList {
		margin-top: 2.2rem;
		margin-left: 1rem;
	}
}

.cut03 .ui__score .items {
	position: relative;
	z-index: 1;
	display: inline-block;
	opacity: 1;
	margin: 0 -1.6rem 0 0;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__score .items {
		margin: 0 -2.4rem 0 0;
	}
}

.cut03 .ui__score .items.hide {
	opacity: 0;
}

.cut03 .ui__score .items .item {
	display: none;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__score .items .item {
		width: 64%;
	}
}

.cut03 .ui__score .items .item.show {
	display: block;
}

.cut03 .ui__score .item__score {
	position: relative;
	z-index: 2;
}

.cut03 .ui__score .item__bg {
	position: relative;
	top: -0.4rem;
	display: block;
	z-index: 1;
}

.cut03 .ui__score .item__bg--bor {
	width: 100%;
}

.cut03 .ui__combo {
	position: relative;
	z-index: 0;
	top: -2.8rem;
	left: 0.4rem;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__combo {
		top: -2.2rem;
		left: 0;
	}
}

.cut03 .ui__combo .item__combo {
	position: relative;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}

.cut03 .ui__combo .item__combo .item {
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.cut03 .ui__combo .item__combo .item.show {
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.cut03 .ui__combo .item__combo .item--light {
	position: absolute;
	top: 0;
	width: 100%;
}

.cut03 .ui__combo .item__combo .item--dark {
	opacity: 1;
}

.cut03 .ui__combo .item__combo-num {
	position: relative;
	top: 0.5rem;
	left: 1.2rem;
	display: inline-block;
	width: 26%;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__combo .item__combo-num {
		top: 0.2rem;
		left: 0.8rem;
	}
}

.cut03 .ui__combo .itemList {
	position: static;
	top: auto;
	left: auto;
	-ms-transform: none;
	-webkit-transform: none;
	        transform: none;
	margin: 0;
	width: 100%;
}

.cut03 .ui__combo .itemList .items {
	width: 60%;
	margin: 0 -0.6rem 0 0;
}

@media screen and (max-width: 750px) {
	.cut03 .ui__combo .itemList .items {
		width: 60%;
		margin: 0 -0.4rem 0 0;
	}
}

.cut03 .ui__combo .itemList .items .item {
	width: 100%;
}

.cut03 .sign .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60%;
	margin-top: -35%;
	display: none;
	opacity: 0;
	-webkit-animation: sign 0.8s ease-in-out 0s 1 none;
	        animation: sign 0.8s ease-in-out 0s 1 none;
}

.cut03 .sign .icon.show {
	display: block;
}

.cut04:before, .cut04::before {
	content: '';
	display: block;
	min-height: 110px;
}

.cut04 .final {
	position: relative;
	width: 64%;
	margin: 0 auto;
}

.cut04 .final .score {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 0px 5px rgba(0, 0, 0, 0.6), 0px 0px 10px rgba(0, 0, 0, 0.6), 0px 0px 10px rgba(0, 0, 0, 0.6), 0px 0px 15px rgba(0, 0, 0, 0.6);
	color: #ffd600;
	font-size: 4.2rem;
	font-weight: bold;
	margin-top: -0.5rem;
}

.cut04 .final .item {
	display: none;
}

.cut04 .final .item.show {
	display: block;
}

.cut04 .oppo-event {
	width: 88%;
	margin: 0 auto -2.8rem;
	position: relative;
	top: -3.4rem;
	left: 0.6rem;
}

.cut05 {
	padding: 8rem 0 2rem;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.cut05 {
		padding: 5rem 0 1rem;
	}
}

.cut05 .title {
	display: block;
	max-width: 60%;
}

.cut05 .form .item {
	position: relative;
	margin: 1rem auto;
	padding: 0rem 1rem;
	width: 400px;
}

@media screen and (max-width: 420px) {
	.cut05 .form .item {
		width: 300px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 320px) {
	.cut05 .form .item {
		width: 260px;
		margin: 0 auto;
	}
}

.cut05 .form .item-title {
	color: #00feff;
	border-right: 1px solid #00feff;
	padding: 0 1rem;
	margin: 0;
	font-size: 1.4rem;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 20%;
}

@media screen and (max-width: 420px) {
	.cut05 .form .item-title {
		font-size: 1rem;
	}
}

@media screen and (max-width: 320px) {
	.cut05 .form .item-title {
		font-size: 0.9rem;
	}
}

.cut05 .form .item-input {
	-webkit-box-flex: 4;
	    -ms-flex: 4;
	        flex: 4;
	font-size: 1.4rem;
	margin: 0;
	line-height: 85px;
	display: inline-block;
	vertical-align: middle;
	width: 64%;
}

@media screen and (max-width: 420px) {
	.cut05 .form .item-input {
		font-size: 1rem;
		line-height: 66px;
	}
}

@media screen and (max-width: 320px) {
	.cut05 .form .item-input {
		font-size: 0.9rem;
		line-height: 58px;
	}
}

.cut05 .form .item-input input {
	width: 90%;
	border: none;
	background: none;
	color: #fff;
	line-height: 30px;
}

.cut05 .form .item-input ::-webkit-input-placeholder {
	color: #ccc;
}

.cut05 .form label {
	display: block;
	margin: 1rem;
}

@media screen and (max-width: 320px) {
	.cut05 .form label {
		margin: 0.3rem;
	}
}

.cut05 .form .option-input {
	display: inline-block;
	vertical-align: top;
}

.cut05 .form span {
	display: inline-block;
	width: 62%;
	text-align: left;
	vertical-align: top;
	margin: 0.3rem;
	font-size: 1.2rem;
}

@media screen and (max-width: 420px) {
	.cut05 .form span {
		font-size: 0.8rem;
		margin: 0.5rem;
	}
}

.cut05 .form .item-bg {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.cut05 .form__btn {
	width: calc( 100% - 3rem);
	margin: 0rem 1.5rem 2rem;
	text-align: center;
}

@media screen and (max-width: 320px) {
	.cut05 .form__btn {
		width: calc( 100% - 1rem);
		margin: 0 0.5rem 1rem;
	}
}

.cut05 .form__btn a {
	display: block;
}

.cut05 .form__btn .btn-event {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

.cut05 .form__btn .btn-submit {
	display: inline-block;
	width: 78%;
	vertical-align: middle;
}

.cut06 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: calc( 100% - 2rem);
	overflow-y: auto;
	height: calc( 100% - 2rem);
	background: #000;
	color: #fff;
	padding: 1rem;
	-webkit-overflow-scrolling: touch;
}

.cut06 .title {
	width: 35%;
	padding: 1rem 0;
}

.cut06 .color--y {
	color: #ffd500;
}

.cut06 .list {
	margin: 1rem 0;
	font-size: 0.9rem;
}

.cut06 .list .item {
	margin-bottom: 1rem;
}

.cut06 .list .item-title {
	background: #fff;
	display: inline-block;
	color: #000;
	padding: 0 1rem;
	margin-right: 0.5rem;
	border-radius: 30px;
	vertical-align: top;
}

.cut06 .list .item-text {
	display: inline-block;
}

.cut06 .award {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
}

.cut06 .award .item {
	width: 32%;
	text-align: center;
	margin: 0;
}

.cut06 .award .item:nth-child(2) {
	width: 36%;
}

.cut06 .award .item:nth-child(3) .icon {
	width: 5rem;
}

.cut06 .award .icon {
	width: 3rem;
	line-height: 4rem;
	margin: 0.5rem auto;
}

.cut06 .award .title {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.7rem;
}

.cut06 .award .title span {
	display: block;
}

.cut06 .tips {
	font-size: 0.7rem;
	text-align: right;
	margin-top: 0.4rem;
}

.cut06 .notice .title {
	font-size: 0.9rem;
	width: auto;
	display: inline-block;
	background: #fff;
	display: inline-block;
	color: #000;
	padding: 0 1rem;
	margin: 1rem 0;
	border-radius: 30px;
}

.cut06 .notice .subTitle {
	padding: 0 0 1rem;
	margin: 0 0 1rem 0;
	border-bottom: 2px dashed #fff;
}

.cut06 .notice li ul, .cut06 .notice li li {
	list-style-type: square;
}

.cut06 .notice li ul {
	margin: 0 0 0 1.2rem;
}

.cut07 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: calc( 100% - 2rem);
	overflow-y: auto;
	height: calc( 100% - 2rem);
	background: #000;
	color: #fff;
	padding: 1rem;
	-webkit-overflow-scrolling: touch;
}

.cut07 .title {
	width: 35%;
	padding: 1rem 0;
}

.cut07 .content {
	border-top: 1px solid #fff;
	padding: 7rem 1rem;
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
}

.title {
	margin: 0 auto 0.5rem;
}

.tempo {
	position: absolute;
	top: 60%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tempo .item {
	display: inline-block;
	max-width: 24%;
	margin: 0.4rem;
	cursor: pointer;
}

.bg {
	/* position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: -2;
	min-height: 100vh; */
}

.bg-fx {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 140%;
	z-index: -1;
	margin-top: -25%;
}

.bg-fx__star .item__star {
	position: absolute;
	width: 4%;
	opacity: 0;
}

.bg-fx__star .item__star--b01 {
	top: 38%;
	left: 13%;
	-webkit-animation: star 2s ease-in-out 0.8s infinite none;
	        animation: star 2s ease-in-out 0.8s infinite none;
}

.bg-fx__star .item__star--b02 {
	top: 28%;
	right: 2%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-animation: star 1s ease-in-out 0.2s infinite none;
	        animation: star 1s ease-in-out 0.2s infinite none;
}

.bg-fx__star .item__star--m01 {
	width: 3%;
	top: 16.5%;
	left: 49%;
	-webkit-animation: star 2s ease-in-out 1s infinite none;
	        animation: star 2s ease-in-out 1s infinite none;
}

.bg-fx__star .item__star--m02 {
	top: 65%;
	left: 49%;
	-webkit-animation: star 2.4s ease-in-out 3s infinite none;
	        animation: star 2.4s ease-in-out 3s infinite none;
}

.bg-fx__star .item__star--m03 {
	top: 54%;
	right: 4%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-animation: star02 1.4s ease-in-out 0.6s infinite none;
	        animation: star02 1.4s ease-in-out 0.6s infinite none;
}

.bg-fx__star .item__star--y01 {
	top: 27%;
	left: 5%;
	-webkit-animation: star02 2.4s ease-in-out 1s infinite none;
	        animation: star02 2.4s ease-in-out 1s infinite none;
}

.bg-fx__star .item__star--y02 {
	top: 39.5%;
	right: 15%;
	-webkit-animation: star 1.4s ease-in-out 2.4s infinite none;
	        animation: star 1.4s ease-in-out 2.4s infinite none;
}

.bg-fx__star .item__star--y03 {
	top: 62%;
	left: 3%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-animation: star02 1.8s ease-in-out 1s infinite none;
	        animation: star02 1.8s ease-in-out 1s infinite none;
}

.bg-fx__txt {
	background: rgba(80, 33, 124, 0.8);
	padding: 1rem;
	border-radius: 8px;
}

.bg__game {
	position: static;
	top: auto;
	left: auto;
	-ms-transform: none;
	-webkit-transform: none;
	        transform: none;
}

.attr {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	/*margin-top: -26%;*/
	z-index: 9;
	width: 70%;
	background: #fff;
	color: #4e2824;
	text-align: center;
	border-radius: 8px;
	-webkit-animation: fadeInUp 0.4s ease-in-out 0s 1 none;
	        animation: fadeInUp 0.4s ease-in-out 0s 1 none;
}

.attr__btn-close {
	position: absolute;
	right: -1.5rem;
	top: -1.5rem;
	width: 18%;
	cursor: pointer;
}

.attr .title {
	margin: 1.4rem 1rem 0.4rem;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.6rem;
}

.attr .title span {
	color: red;
}

.attr .pic {
	width: 54%;
	margin: 0 auto;
}

.attr .tips {
	background: #ffd600;
	line-height: 2.4rem;
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 0 0 8px 8px;
}

.btn-start {
	display: none;
}

#gameBg {
	display: block;
	width: 100%;
}

#canvas {
 	display: block;
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 87%;
    height: 115%;


    /*background: rgba(255, 255, 0, .3);
    outline: 1px solid #ff00ff;*/
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotateX(22deg);
    transform: rotateX(8deg);
}




#forCanvas{
	perspective: 50vw;
    display: block;
    position: absolute;
    width: 60%;
    height: 115%;
    /* height: 265%; */
    left: 21%;
    top: 0%;

    /*outline: 1px solid #ff0000;*/
    /*background: rgba(255, 255, 0, .3);*/
}

@media screen and (max-width: 760px) {
  	#forCanvas{
		perspective: 50vw;
		display: block;
		position: absolute;
		width: 100%;
		height: 90%;
		left: 0;
    	top: -8%;
	}

	#canvas {
 	display: block;
    position: absolute;
    left: 2%;
    bottom: 0%;
    width: 95%;
    height: 115%;
    /*background: rgba(255, 255, 0, .3);*/
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotateX(22deg);
    transform: rotateX(7deg);

   /*     bottom: 66%;
    width: 95%;
    height: 79%;*/
	}

}








.o2-keys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	left: 0%;
	top: 56%;
	/*top: 238%;*/
	width: 100%;
	height: auto;
	z-index: 10;
}

.o2-keys .btn-key {
	width: 25%;
	padding: 2%;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.o2-keys .btn-key img {
	display: block;
	width: 100%;
}

.o2-keys .btn-key.key-down {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.key-down {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}



.o2-keys{
    width: 52%;
    top: 100%;
    /* top: 238%; */
    left: 23%;
}

@media screen and (max-width: 760px) {
  .o2-keys {
    width: 90%;
    /*top:75%;*/
    top:74%;
    left:2%;
  }
}






.ui-time {
	display: block;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 35%;
}

.ui-time > .time-sec {
	display: block;
	position: absolute;
	left: 17%;
	top: 14%;
	width: 60%;
}

.ui-time > .time-sec > img {
	display: block;
	width: 100%;
}

.ui-time > img {
	display: block;
	width: 100%;
}

.ui-score {
	display: block;
	position: absolute;
	right: 0%;
	top: 0%;
	width: 34%;
}

.ui-score > img {
	display: block;
	width: 100%;
}

#scorePanel {
	display: block;
	position: absolute;
	left: 33%;
	top: 25%;
	width: 66%;
}

#scorePanel > img {
	display: inline-block;
	width: 43%;
	margin-right: -20%;
}

#timePanel {
	display: block;
	position: absolute;
	left: 15%;
	top: 32%;
	width: 66%;
}

#timePanel > img {
	display: inline-block;
	width: 30%;
	margin-right: -8%;
}

.ui-sign {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	width: 40%;
	margin: 0 auto;
	opacity: 0;
}

.ui-sign > img {
	display: block;
	width: 100%;
}

#uiCombo {
	display: block;
	position: absolute;
	right: 5%;
	top: 8.5%;
	width: 20%;
	opacity: .5;
}

#uiCombo > img {
	display: block;
	width: 100%;
}

#comboPanel {
	/* display: block;
	position: absolute;
	left: -100%;
	top: 27%;
	width: 100%;
	text-align: right; */
}

#comboPanel > img {
	display: inline-block;
	width: 30%;
	margin-right: -14%;
}

#loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #fff url("https://content.ad2iction.com/tools/images/loading-1.gif") no-repeat scroll center center;
	z-index: 9998;
}

.qrcode {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1280px;
	height: 800px;
	margin: auto;
}

.btn-again-rt {
	position: absolute;
	right: 2%;
	top: 11%;
	width: 22.2%;
	z-index: 1;
	cursor: pointer;
}

.btn-again-rt > img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 480px) {
	.cut03 {
		-webkit-perspective: 240px;
		        perspective: 240px;
	}
}

* {
	/*outline: 1px solid red;*/
}
