* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*:not(i) {
	font-family: 'Helvetica', '黑體', 'Arial', '微軟正黑體';
	line-height: 1.2;
}
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.hidden {
	display: none;
}
.italic {
	font-style: italic;
}
.small {
	display: inline-block;
	font-size: 70%;
	line-height: 1.2;
}
.icon-ios-share {
	padding: 0 10px;
	margin: 0 4px;
	background-color: #fff;
	background-image: url("ios_share.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-chrome-settings {
	padding: 0 10px;
	margin: 0 4px;
	background-color: #fff;
	background-image: url("chrome_settings.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.app {
	margin: 0 auto;
	width: 100%;
	max-width: 520px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.container {
	padding: 0 15px;
	max-width: 480px;
}
.header {
	padding: 15px 0;
	background-color: #00363e;
	color: #fff;
}
.header .topbar {
	display: flex;
	align-items: center;
}
.header .topbar .logo {
	width: 20%;
}
.header .topbar .logo img {
	width: 100%;
	max-width: 80px;
}
.header .topbar .app-name {
	padding-left: 15px;
	width: 80%;
	font-size: 1.4rem;
	line-height: 1;
}
.install-steps {
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.install-steps p {
	margin: 0;
}
.install-steps ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: decimal;
}
.install-steps ul li {
	margin: 5px 0;
}
.web-version-button-container {
	padding: 40px 0;
}
.web-version-button-container a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	text-align: center;
	background-color: #26828a;
	border-radius: 5px;
}


