@charset "utf-8";

/* CSS Document */
*,
.box_sizing_border_box,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #f9d686;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

* {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}


@font-face {
	font-family: 'leelauib';
	src: url("../fonts/LeelaUIb.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-leelauib {
	font-family: 'leelauib', sans-serif;
}

@font-face {
	font-family: 'leelawui';
	src: url("../fonts/LeelawUI.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-leelawui {
	font-family: 'leelawui', sans-serif;
}

@font-face {
	font-family: 'leeluisl';
	src: url("../fonts/LeelUIsl.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.f-leeluisl {
	font-family: 'leeluisl', sans-serif;
}


body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'leelawui', sans-serif, Verdana, Tahoma, arial;
	font-size: 24px;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #301157;
	position: relative;
	height: 100%;
	color: #fff;
}

ul {
	list-style: none;
	margin: 0
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-decoration: none;
}

.wrapper {
	transform-origin: top left;
	position: absolute;
	overflow: hidden;
	width: 1920px;
	margin: 0 auto;
}


.container {
	display: block;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	position: relative;
	max-width: 1200px;
}

.frame {
	width: 100%;
	max-width: 1024px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.frame1 {
	width: 100%;
	max-width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.opacity-5 {
	opacity: 0.5;
}

.zoom {
	transition: transform .2s;
	/* Animation */
}

.zoom:hover {
	transform: scale(1.1);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-50 {
	transition: transform .3s;
	/* Animation */
}

.zoom-50:hover {
	transform: scale(1.05);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brightness:hover {
	filter: brightness(1.2)
}

.section {
	position: relative;
	display: block;
	max-width: 100%
}

.section-background {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
}

.section-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;

}

@media (max-width: 768px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}

	.container {
		width: 100%;
		max-width: 100%;
	}

	.wrapper {
		width: 768px;
	}

	body {
		font-size: 16px;
	}
}

.desktop {
	display: block
}

.mobile {
	display: none
}

.cursor-pointer {
	cursor: pointer;
}

.pointer-events-none {
	pointer-events: none;
}


/*----------------------------Page1---------------------------------*/
.section-frame1 {
	height: 965px;
	overflow: hidden;
}
.section-frame1 .logo {
	position: absolute;
	top: 32px;
	right: 72px;
	z-index: 17;
}
.section-frame1 .slogan {
	position: absolute;
	top: 416px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 18;
	
}

.section-frame1 .slogan img {
	margin: 0 auto;
}
.section-frame1 .art1 {
	position: absolute;
	top: 0;
	left: 207px;
	z-index: 12;
}
.section-frame1 .art2 {
	position: absolute;
	top: 52px;
	right: 480px;
	z-index: 11;
	animation: moveYDiv1 5s ease-in-out infinite;
}
.section-frame1 .lt {
	position: absolute;
	top: 284px;
	right: 272px;
	z-index: 15;
	-webkit-animation: ani6 5s linear infinite;
    animation: ani6 5s linear infinite;
    transform: translate(-20px, 0px) rotate(0deg);
    transform-origin: center bottom;
}
.section-frame1 .btn-download {
	position: absolute;
	top: 772px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2000;
	width: 459px;
	height: 156px;
	margin: 0 auto;
}
.section-frame1 .rl1 {
	position: absolute;
	top: 466px;
	left: 0;
	z-index: 16;
}
.effect {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1000;

}
@media (max-width: 768px) {
	.section-frame1 {
		height: 1393px;
		overflow: hidden;
	}
	.section-frame1 .art1,
	.section-frame1 .art2,
	.section-frame1 .rl1,
	.effect {
		display: none;
	}
	.section-frame1 .lt {
	position: absolute;
	top: 590px;
	right: 0;
	z-index: 15;
}
.section-frame1 .logo {
	position: absolute;
	top: 32px;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 17;
}
.section-frame1 .slogan {
	position: absolute;
	top: 900px;

	
}
.section-frame1 .btn-download {
	position: absolute;
	top: 1205px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2000;
	width: 459px;
	height: 156px;
	margin: 0 auto;
}
}

/*----------------------------footer---------------------------------*/

.footer {
	background-color: #13003d;
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
	padding: 1rem 0;
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.footer .footer-content {
	margin: 0 auto;
	width: 1080px;
	position: relative;
	text-align: center;
}

.footer a {
	color: #fff
}


.footer-copyright {
	position: relative;
	padding: 24px;
}


@media (max-width: 960px) {
	.footer .footer-content {
		flex-direction: column;
		width: 640px;
		text-align: center;
		font-size: 1.325rem;
	}

	.footer-copyright {
		padding: 24px;
	}
}


/*----------------------------Animation---------------------------------*/
.pulse1 {
	animation-name: pulse1;
	-webkit-animation-name: pulse1;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse1 {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

@keyframes turn1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.99);
		opacity: 1;
		transform-origin: center center;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
		transform-origin: center center;
	}

	100% {
		transform: scale(0.99);
		opacity: 1;
		transform-origin: center center;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}


.pulse-reverse:hover,
.pulse-reverse:focus {
	-webkit-animation-name: pulse-reverse;
	animation-name: pulse-reverse;
	transition: all 0.2s ease-in-out;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	filter: saturate(1);
}

@-webkit-keyframes pulse-reverse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse-reverse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}


.blink {
	animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}


.shake {
	animation: shake 1s ease infinite
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}
@-webkit-keyframes ani6{
    0%{
        transform:translate(-20px, 0px) rotate(0deg)
    }
    30%{
        transform:translate(20px, 0px) rotate(0deg)
    }
    40%{
        transform:translate(20px, 0px) rotate(2deg)
    }
    50%{
        transform:translate(20px, 0px) rotate(-2deg)
    }
    60%{
        transform:translate(20px, 0px) rotate(2deg)
    }
    70%{
        transform:translate(20px, 0px) rotate(-2deg)
    }
    80%{
        transform:translate(20px, 0px) rotate(2deg)
    }
    100%{
        transform:translate(-20px, 0px) rotate(0)
    }
}
@keyframes ani6{
    0%{
        transform:translate(-20px, 0px) rotate(0deg)
    }
    30%{
        transform:translate(20px, 0px) rotate(0deg)
    }
    40%{
        transform:translate(20px, 0px) rotate(2deg)
    }
    50%{
        transform:translate(20px, 0px) rotate(-2deg)
    }
    60%{
        transform:translate(20px, 0px) rotate(2deg)
    }
    70%{
        transform:translate(20px, 0px) rotate(-2deg)
    }
    80%{
        transform:translate(20px, 0px) rotate(2deg)
    }
    100%{
        transform:translate(-20px, 0px) rotate(0)
    }
}
@-webkit-keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}