a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.bg-cover,
.bg-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	object-fit: cover;
	background-color: #000000;
}

.bg-cover {
	display: none;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat
}

.bg-video {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat
}

source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto
}

.mask {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 98
}

.content {
	position: absolute;
	top: 10%;
	bottom: 60px;
	width: 80%;
	max-width: 900px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 100
}

.logo {
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 100;
	font-size: 0
}

.logo img {
	max-width: 200px
}

nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.navigation {
	position: relative;
	margin: 0;
	list-style-type: none;
	width: 100%;
	display: flex
}

.navigation__item {
	flex: 1
}

.navigation__item a {
	padding: 15px 0;
	width: 80%;
	max-width: 300px;
	border: 1px solid #df9c81;
	border-radius: 999px;
	color: #df9c81;
	text-shadow: none;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px
}

.navigation__item a {
	position: relative;
	display: block;
	border-color: #fff;
	color: #fff;
	opacity: .8;
	text-decoration: none
}

.navigation__item a:hover {
	border-color: rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .3);
	color: #fff;
	opacity: 1;
	transition: all .3s
}

.navigation__item .fastline .time {
	color: #32b32b;
}

.intro {
	display: none;
	color: #efefef;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	text-shadow: 1px 1px rgba(0, 0, 0, .4)
}

.footer {
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #efefef;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	z-index: 100;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, .4)
}

.footer a,
.intro a {
	color: #efefef;
	text-decoration: none;
	border-bottom: 1px solid #efefef
}

.footer .sep {
	color: #a8a8a8;
	margin: 0 8px
}

.red-text {
	color: #ffffff
}

.loader {
	width: 13px;
	height: 13px;
	border: 2px dotted #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
}

.complete .loader,
.error .loader {
	display: none;
}

.error {
	pointer-events: none;
	color: red !important;
}
.tips{
	margin-top: 130px;
}
.tips > p {
	color: #bebebe;
	font-size: 18px;
	line-height: 24px;
}
.tipslink{
	text-decoration: none;
	color: #bebebe;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

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

@media only screen and (max-width:600px) {
	.bg-video {
		display: none
	}

	.bg-cover {
		display: block
	}

	.content {
		top: calc(5vh + 50px)
	}

	.logo {
		left: 18%;
		transform: translateX(-50%)
	}

	.mask {
		background-color: rgba(0, 0, 0, .5);
	}

	.navigation {
		display: block
	}

	.navigation__item {
		flex: none;
		text-align: center
	}

	.navigation__item a {
		margin: 15px auto
	}

	.intro {
		display: block
	}

	.footer {
		height: 48px;
		line-height: 48px;
	}

	.mhidden {
		display: none
	}
}