body {
	background: url('../images/bg.jpg?t=20240728') top right/cover fixed no-repeat;
	color: #fff;
	font-family: sans-serif;
	margin: 0;
	min-height: 100vh;
}
:focus {
	outline: none;
}
.small {
	font-size: 0.8em;
}
.main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	padding: 30px;
}
.main.generateQR {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
	.main.generateQR {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.logo {
	min-width: 100px;
	width: 10vw;
}
@media screen and (min-width: 768px) {
	.logo {
		min-width: 200px;
	}
}
.logo-image {
	background: url('../images/appIcon.png?t=20240728') center/contain no-repeat;
	border-radius: 2vw;
	display: block;
	font-size: 0;
	padding-bottom: 100%;
	-webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.logo-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.logo-title .logo {
	min-width: 60px;
	width: 60px;
}
.logo-title .title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 0.5em;
	margin-top: 0;
	text-align: left;
}
.logo-title ~ .title {
	margin-top: 0.5em;
}
.title {
	margin-bottom: 0em;
	margin-top: 1.5em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.title br {
		display: none;
	}
}
.slogan {
	text-align: center;
}
.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 900px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
@media screen and (min-width: 1024px) {
	.block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse;
		flex-flow: row-reverse;
	}
}
@media screen and (min-width: 1024px) {
	.block-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
.block-form {
	width: 100%;
	max-width: 700px;
}
@media screen and (min-width: 1024px) {
	.block-form {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
		margin-right: 2em;
	}
}
.qrcode {
	background-color: #fff;
	margin: 0.5em auto;
	max-width: 200px;
	padding: 1em;
}
@media screen and (min-width: 1024px) {
	.qrcode {
		max-width: 600px;
	}
}
.qrcode.disabled {
	opacity: 0.5;
}
.qrcode canvas,
.qrcode img {
	width: 100%;
}
.coming-soon {
	font-size: 1.8em;
	font-style: italic;
	margin-top: 1em;
}
.action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2em;
}
@media screen and (min-width: 768px) {
	.action {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.form {
	max-width: 700px;
	width: 100%;
}
.data-list {
	list-style: none;
	padding-left: 0;
}
.data-list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.data-list li:not(:last-of-type) {
	margin-bottom: 0.6em;
}
.data-list li:last-of-type {
	margin-top: 1em;
}
.data-list li label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bold;
	margin-right: 1em;
	text-align: right;
}
.data-list li label span {
	margin-left: 0.5em;
}
.data-list li label + * {
	font-weight: bold;
}
.data-list li label + [id='concert_name'] {
	font-size: 20px;
}
.data-list li label + [id='datetime'] {
	font-size: 30px;
}
.data-list li label + [id='venue_abbr'],
.data-list li label + [id='serial_number'],
.data-list li label + [id='section'],
.data-list li label + [id='row'],
.data-list li label + [id='seat'] {
	font-size: 40px;
}
.data-list li p {
	margin: 0;
}
.data-list li input,
.data-list li select,
.data-list li p {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	width: 100%;
	overflow-wrap: break-word !important;
}
.data-list li ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5em 1em;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
.data-list li ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.data-list li ul li:not(:last-of-type),
.data-list li ul li:last-of-type {
	margin: 0;
}
.data-list li ul li label {
	margin: 0 0 0.3em 0;
	text-align: center;
}
.data-item.half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.data-item.half > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.form-input,
.form-select {
	border-radius: 4px;
	border: 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
}
.form-input:disabled,
.form-select:disabled {
	background: #e9e9e9;
}
.form-select {
	border: 1px solid #ccc;
}
.btn {
	background: #fff;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.9em;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.7;
	padding: 0.5em 0.7em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media screen and (min-width: 768px) {
	.btn {
		font-size: 1em;
		padding: 0.5em 1em;
	}
}
.btn.disabled,
.btn:disabled {
	opacity: 0.6;
	pointer-events: none;
}
.btn:hover,
.btn:focus {
	opacity: 1;
}
.btn-submit,
.btn-concert {
	border: none;
	font-size: 1.2em;
	opacity: 1;
}
.btn-submit:focus,
.btn-submit:hover,
.btn-concert:focus,
.btn-concert:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.btn-concert {
	opacity: 1;
	margin: 1em 0;
	max-width: 900px;
	width: 100%;
}
.btn-imageonly {
	background: rgba(0, 0, 0, 0);
	font-size: 0;
	margin: 0.5rem;
	opacity: 1;
	padding: 0;
	width: 160px;
}
.btn-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 32.8125%;
	width: 100%;
}
.btn-apple .btn-image {
	background-image: url('../images/btn-apple-store.png?t=20240728');
}
.btn-apple-cn .btn-image {
	background-image: url('../images/btn-apple-store-cn.png?t=20240728');
}
.btn-googleplay .btn-image {
	background-image: url('../images/btn-google-play.png?t=20240728');
}
.btn-qq .btn-image {
	background-image: url('../images/btn-qq.png?t=20240728');
}
.btn-xiaomi .btn-image {
	background-image: url('../images/btn-xiaomi.png?t=20240728');
}
.btn-apk .btn-image {
	position: relative;
	background-image: url('../images/btn-android.png?t=20240728');
}
.btn-apk .btn-image span {
	color: #1773d5;
	font-size: 0.6rem;
	line-height: 1;
	position: absolute;
	right: 17px;
	top: 10.5px;
}
.notify {
	background: #d76742;
	padding: 0.5em;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}
.notify.hidden {
	display: none;
}
.download-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.download-list li:not(:last-of-type) {
	margin-right: 0.5em;
}
.step-list {
	text-align: left;
	max-width: 260px;
	margin: 0 auto;
	padding-left: 0;
}
.step-list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.step-list li:not(:last-of-type) {
	margin-bottom: 1em;
}
.step-list li i {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #6986b1;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	height: 1.6em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 0.5em;
	width: 1.6em;
}
.step-list li img {
	margin: 0 0.5em;
	border-radius: 50%;
}
hr {
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 1.5em 0;
}
.modal {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	width: 100vw;
}
.modal.in {
	pointer-events: all;
	opacity: 1;
}
.modal.in .modal-content {
	top: 0;
}
.modal-lg .modal-content {
	max-width: 700px;
}
.modal-open {
	overflow: hidden;
}
.modal-close {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjcm9zcyI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjI1IiB5MT0iNyIgeTI9IjI1Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjI1IiB5MT0iMjUiIHkyPSI3Ii8+PC9nPjwvc3ZnPg==')
		no-repeat center center;
	cursor: pointer;
	height: 1.5em;
	position: absolute;
	right: 1em;
	text-indent: -9999px;
	top: 1.5em;
	width: 1.5em;
}
.modal-content {
	background: #fff;
	border-radius: 5px;
	color: #000;
	max-width: 400px;
	padding: 1.5em 1em 2em;
	position: relative;
	text-align: center;
	width: 80%;
	top: -5%;
	-webkit-transition: top 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.modal-head {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.modal-head {
		font-size: 1.5em;
	}
}
.modal-head span {
	color: #1773d5;
}
.modal-body > *:last-child {
	margin-bottom: 0;
}
.modal .btn {
	background: url('../images/bg.jpg?t=20240728') center/cover fixed no-repeat;
	color: #fff;
} /*# sourceMappingURL=all.min.css.map */
