@charset "utf-8";
/* ==========================================================================
	header
========================================================================== */
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100vw;
}
.bar {
	position: relative;
	padding: 0 1.5vw;
	height: 50px;
	background: #8552b7;
}
.bar_L {
	margin-top: 7px;
	float: left;
}
.bar_L > * {
	display: inline-block;
	vertical-align: top;
}
.app_icon img {
	width: 60px;
}
.bar_L .name {
	margin-top: 2px;
}
.bar_L p:nth-child(1) {
	margin-bottom: 3px;
	font-size: 20px;
	color: #fff;
	line-height: 18px;
	font-weight: 700;
	font-family:'Noto Serif TC',serif;
}
.bar_L p:nth-child(2) {
	font-size: 11px;
	color: #e8c5ff;
}
.bar_R {
	margin-top: 6px;
	float: right;
}
.bar_R > * {
	display: inline-block;
	vertical-align: top;
}
.btn_social,
.btn_share,
.bar_R .btn_register,
.btn_download {
	margin-top: 4px;
	padding: 7px 12px;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	background: #a16ad7;
}
.btn_menu {
	position: relative;
	z-index: 200;
	margin-left: 6px;
	width: 38px;
	height: 37px;
	border-radius: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.btn_menu em {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 32px;
	height: 3px;
	background: #be8fec;
	border-radius: 1px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.btn_menu em:nth-child(1) {
	top: 7px;
}
.btn_menu em:nth-child(2),
.btn_menu em:nth-child(3) {
	top: 17px;
}
.btn_menu em:nth-child(4) {
 	top: 27px;
}
.btn_menu.open em {
	background: #b9bbff;
}
.btn_menu.open em:nth-child(1),
.btn_menu.open em:nth-child(4) {
	top: 19px;
	width: 0%;
}
.btn_menu.open em:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_menu.open em:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ==========================================================================
  Intro social & register & share
========================================================================== */
.Intro .social,
.register,
.share {
	position: absolute;
	top: -130px;
	left: 0;
	z-index: -1;
	padding-top: 80px;
	width: 100vw;
	height: 130px;
	background: #8552b7;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
.Intro .social.open,
.register.open,
.share.open {
	top: 0;
}
.Intro .social li:nth-child(1),
.menu_m .social li:last-child a:last-child,
.share li:nth-child(1) {
	display: none;
}
.Intro .social a,
.register a,
.share a {
	display: inline-block;
	text-align: center;
}
.Intro .social li:last-child a:nth-child(1),
.Intro .social li:last-child a:nth-child(2),
.register a:first-child {
	margin-right: 1.5vw;
}
.Intro .social a:nth-child(1),
.Intro .social a:nth-child(2),
.Intro .social a:nth-child(3),
.register a:nth-child(1),
.register a:nth-child(2),
.share li:nth-of-type(2) a:nth-of-type(1) {
	width: 150px;
	height: 34px;
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	background: #a16ad7;
}
.share span i {
	font-style: normal;
}
.btn_close {
	position: absolute;
	right: 3vw;
	bottom: 15px;
}
.btn_close,
.btn_close img {
	display: block;
	width: 15px;
	height: auto;
}

/* ==========================================================================
	menu_m
========================================================================== */
.menu_m {
	position: fixed;
	top: 0;
	right: -100vw;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	background: rgba(121, 124, 184, 1);
	-webkit-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_m.open {
	right: 0vw;
}
.menu_m .range {
	padding: 90px 10vw 0;
	text-align: center;
}
.menuBox {
	margin: 0 auto 5vw;
	width: 280px;
}
.menuBox a {
	display: block;
	padding: 2vw 0 2vw 3px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	font-family:'Noto Serif TC', serif;
	border-bottom: 1px #a3a6e5 solid;
}
.menuBox a:last-child {
	border-bottom-width: 0;
}
.menu_m .social,
.bug {
	display: inline-block;
	width: 30%;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #5b5e98;
	overflow: hidden;
	vertical-align: top;
}
.menu_m .social {
	/* margin-right: 4%; */
}
.menu_m .social.open {
	padding-bottom: 7px;
	height: auto;
}
.menu_m .social li:last-child a:nth-child(1),
.menu_m .social li:last-child a:nth-child(2),
.menu_m .social li:last-child a:nth-child(3) {
	display: block;
	padding: 8px 0;
	margin: auto;
	width: 90%;
	font-size: 14px;
	color: #b9bbff;
	line-height: 15px;
	text-align: center;
}

@media screen and (max-width: 600px) and (orientation: portrait) {
	.menuBox {
		margin-bottom: 10vw;
	}
	.menu_m .social,
	.bug {
		width: 42%;
	}
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	.Intro .btn_social,
	.btn_share,
	.bar_R .btn_register,
	.btn_download {
		padding: 7px 4vw;
	}
	.menu_m .range {
		padding: 19vw 10vw 0;
	}
	.Intro .social li:last-child a:nth-child(1),
	.Intro .social li:last-child a:nth-child(2),
	.Intro .social li:last-child a:nth-child(3),
	.share li:last-child a:first-child,
	.register a:nth-child(1),
	.register a:nth-child(2) {
		width: 24vw;
		height: 30px;
		font-size: 13px;
		line-height: 29px;
	}
	.Intro .social li:last-child a:nth-child(1),
	.Intro .social li:last-child a:nth-child(2),
	.register a:first-child {
		margin-right: 1vw;
	}
	.btn_close {
		right: 4vw;
	}
}

@media screen and (max-width: 420px) and (orientation: portrait) {
	.menuBox {
		width: 70%;
	}
	.menuBox a {
		padding: 2vw 0 2.4vw 1vw;
		font-size: 5vw;
		letter-spacing: 1vw;
	}
	.menu_m .social,
	.bug {
		height: 34px;
		font-size: 14px;
		line-height: 34px;
	}
	.menu_m .social li:last-child a:nth-child(1),
	.menu_m .social li:last-child a:nth-child(2),
	.menu_m .social li:last-child a:nth-child(3) {
		padding: 5px 0;
		font-size: 13px;
 	}
}

@media screen and (max-width: 360px) and (orientation: portrait) {
	.Intro .btn_social,
	.btn_share,
	.bar_R .btn_register,
	.btn_download {
		padding: 7px 2.5vw;
	}
	.btn_menu {
		margin-left: 0;
	}
	.btn_menu em {
		width: 28px;
	}
}

@media screen and (max-width: 320px) and (orientation: portrait) {
	.menuBox a {
		font-size: 16px;
	}
	.bar_R .icon {
		margin: 5px 0 0 0;
	}
	.bar_R .icon a,
	.bar_R .icon img {
		margin-right: -1px;
		width: 28px;
		height: 28px;
	}
	.social li:last-child a:nth-child(1),
	.social li:last-child a:nth-child(2),
	.social li:last-child a:nth-child(3),
	.share li:last-child a:first-child,
	.register a:nth-child(1),
	.register a:nth-child(2) {
		width: 38vw;
	}
}

@media screen and (max-height: 1024px) and (orientation: landscape) {
	.btn_close {
		right: 2.5vw;
	}
	.menu_m .range {
		padding: 70px 30vw 0;
	}
	.menuBox a {
		padding: .6vw 0 1vw 3px;
		margin-bottom: .5vw;
	}
	.menu_m .social,
	.bug {
		width: 44%;
	}
}

@media screen and (max-height: 600px) and (orientation: landscape) {
	.menu_m .range {
		padding: 8vw 4vw 0;
	}
	.menuBox {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: center;
	}
	.menuBox a {
		width: 25%;
		padding: 1.5vw 0 2vw 3px;
		margin-right: 2%;
		margin-bottom: .5vw;
		font-size: 2vw;
	}
	.menuBox a:last-child {
		border-bottom-width: 1px;
	}
	.menuBox a:nth-child(3n) {
		margin-right: 0;
	}
	.menu_m .social,
	.bug {
		width: 22%;
		height: 32px;
		font-size: 15px;
		line-height: 32px;
	}
}

@media screen and (max-height: 420px) and (orientation: landscape) {
	.menuBox a {
		font-size: 2.6vw;
	}
	.menu_m .social,
	.bug {
		width: 26%;
	}
}

@media screen and (max-height: 360px) and (orientation: landscape) {
	.menuBox a {
		width: 28%;
		font-size: 3.2vw;
	}
}

@media screen and (max-height: 320px) and (orientation: landscape) {
	.menu_m .range {
		padding: 9.5vw 4vw 0;
	}
}