@charset "utf-8";
/* ==========================================================================
	header
========================================================================== */
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100vw;
}
.bar {
	position: relative;
	padding: 0 1.5vw;
	height: 50px;
	background: #fff;
}
.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: 4px;
}
.bar_L p:nth-child(1) {
	margin-bottom: 1px;
	font-size: 20px;
	color: #333;
	line-height: 18px;
	font-weight: 500;
	font-family:'Noto Sans TC';
}
.bar_L p:nth-child(2) {
	font-size: 11px;
	color: #666;
}
.bar_R {
	margin-top: 6px;
	float: right;
}
.bar_R > * {
	display: inline-block;
	vertical-align: top;
}
.bar_R .icon {
	margin: 3px 5px 0 0;
}
.bar_R .icon a,
.bar_R .icon img {
	display: inline-block;
	width: 32px;
	height: 32px;
}
.icon a img:nth-child(2) {
	display: none;
}
.btn_register_m,
.btn_download,
.btn_share {
	margin-top: 4px;
	padding: 7px 12px;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	font-weight: 400;
	text-align: center;
	vertical-align: top;
	background: #333;
	border-radius: 5px;
}
.btn_menu {
	position: relative;
	z-index: 200;
	margin-left: 5px;
	width: 38px;
	height: 37px;
	background: #333;
	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: 24px;
	height: 3px;
	background: #fff;
	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: 8px;
}
.btn_menu em:nth-child(2),
.btn_menu em:nth-child(3) {
	top: 17px;
}
.btn_menu em:nth-child(4) {
 	top: 26px;
}
.btn_menu.open {
	background: #eee;
}
.btn_menu.open em {
	background: #bbb;
}
.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);
}

/* ==========================================================================
	menu_m
========================================================================== */
.menu_m {
	position: fixed;
	top: 0;
	right: -100vw;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	background: rgba(187, 187, 187, 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 a {
	display: block;
	padding: 2vw 0;
	margin-bottom: 0.7vw;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: 1px #fff solid;
}
.menu_m .icon {
	margin: 7vw 0 3.5vw;
	text-align: center;
}
.menu_m .icon a {
	display: inline-block;
	margin: 0 3px;
}
.menu_m .icon a,
.menu_m .icon img {
	width: 40px;
	height: 40px;
	opacity: .6;
}

/* ==========================================================================
  country
========================================================================== */
.page_1 .country {
	position: absolute;
	top: 60px;
	right: 1.5vw;
	margin: 3px 2px 0 0;
	width: 100px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	background: #333;
	border-radius: 15px;
}
.menu_m .country,
.id,
.bug {
	display: block;
	margin: 0 auto 1.5vw;
	width: 60%;
	height: 40px;
	color: #777;
	text-align: center;
	vertical-align: top;
	background: #eee;
	overflow: hidden;
	border-radius: 20px;
}
.menu_m .country {
	margin-bottom: 0;
}
.country.open {
	height: auto !important;
}
.menu_m .country li:first-child,
.id,
.bug {
	font-size: 16px;
	line-height: 39px;
}
.page_1 .country li:last-child,
.menu_m .country li:last-child {
	padding: 3px 0 5px;
}
.country li:last-child a {
	display: block;
	margin: auto;
	font-size: 14px;
	color: #555;
	text-align: center;
}
.page_1 .country li:last-child a {
	color: #ccc;
	line-height: 24px;
}
.menu_m .country li:last-child a {
	padding: 3px 0;
}
.page_1 .country li:last-child a img,
.menu_m .country li:last-child a img {
	display: inline;
	margin: 0 5px 3px 0;
	vertical-align: middle;
}

/* ==========================================================================
  register & share
========================================================================== */
.register,
.share {
	position: absolute;
	top: -130px;
	left: 0;
	z-index: -1;
	padding-top: 80px;
	width: 100vw;
	height: 130px;
	background: #fff;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
.register.open,
.share.open {
	top: 0;
}
.share li:nth-child(1) {
	display: none;
}
.register a,
.share a {
	display: inline-block;
	text-align: center;
}
.register a:nth-of-type(1),
.share li:nth-of-type(2) a:nth-of-type(1) {
	margin-right: 3vw;
}
.register a:last-child {
	background: none;
	border-radius: 0;
}
.register a:nth-child(1),
.register a:nth-child(2),
.share li:nth-of-type(2) a:nth-of-type(1),
.share li:nth-of-type(2) a:nth-of-type(2) {
	width: 150px;
	height: 34px;
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	background: #333;
	border-radius: 17px;
}
.share span i {
	font-style: normal;
}
.btn_close {
	position: absolute;
	right: 4vw;
	bottom: 15px;
}
.btn_close,
.btn_close img {
	display: block;
	width: 15px;
	height: auto;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	.btn_register_m,
	.btn_download,
	.btn_share {
		padding: 7px 2vw;
	}
	.page_1 .country {
		top: 56px;
	}
	.menu_m .range {
		padding: 19vw 10vw 0;
	}
	.menu_m .country,
	.id,
	.bug {
		margin-bottom: 2vw;
		width: 70%;
	}
	.register a:nth-child(1),
	.register a:nth-child(2),
	.share li:nth-of-type(2) a:nth-of-type(1),
	.share li:nth-of-type(2) a:nth-of-type(2) {
		width: 36vw;
		height: 30px;
		font-size: 13px;
		line-height: 29px;
	}
	.register a:nth-of-type(1),
	.share li:nth-of-type(2) a:nth-of-type(1) {
		margin-right: 1vw;
	}
}

@media screen and (max-width: 420px) and (orientation: portrait) {
	.menu_m .country,
	.id,
	.bug {
		height: 32px;
		border-radius: 16px;
	}
	.menu_m .country li:first-child,
	.id,
	.bug {
		font-size: 15px;
		line-height: 31px;
	}
}

@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;
	}
	.register a:nth-child(1),
	.register a:nth-child(2),
	.share li:nth-of-type(2) a:nth-of-type(1),
	.share li:nth-of-type(2) a:nth-of-type(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: 1vw 0;
		margin-bottom: 0.5vw;
	}
	.menu_m .icon {
		margin: 4vw 0 2vw;
	}
	.menu_m .id,
	.menu_m .bug {
		margin-bottom: 1vw;
	}
}

@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;
		/* justify-content: space-between; */
		align-content: flex-start;
	}
	.menuBox a {
		width: 33%;
		padding: 1.5vw 0;
		margin-right: .5%;
		margin-bottom: .5vw;
		font-size: 16px;
	}
	.menuBox a:nth-child(3n) {
		margin-right: 0;
	}
	.menu_m .country,
	.id,
	.bug {
		width: 30%;
		height: 32px;
		border-radius: 16px;
	}
	.menu_m .country li:first-child,
	.id,
	.bug {
		font-size: 15px;
		line-height: 31px;
	}
}

@media screen and (max-height: 375px) and (orientation: landscape) {
	.menuBox a {
		padding: .8vw 0;
	}
	.menu_m .icon {
		margin: 5vw 0 3vw;
	}
	.menu_m .country,
	.id,
	.bug {
		display: inline-block;
		width: 27%;
	}
	.id,
	.bug {
		margin-right: 1.5%;
	}
}

@media screen and (max-height: 320px) and (orientation: landscape) {
	.menu_m .range {
		padding: 9.5vw 4vw 0;
	}
	.menuBox a {
		padding: .6vw 0;
	}
}