@charset "utf-8";
/* CSS Document */
* {
	-webkit-touch-callout: none;
	/* -webkit-user-select: none; */
	-webkit-tap-highlight-color: transparent;
}

html {
	background-color: #000;
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
}
/* body {} */
a, a:hover, a:active {
	text-decoration: none;
}
table {
	width: 100%;
	border-spacing: 0px;
}
table td {
	padding: 0;
}
audio {
	width: 100%;
	min-height: 30px;
}
audio::-internal-media-controls-download-button {
	display: none;
}
audio::-webkit-media-controls-enclosure {
	overflow: hidden;
}
audio::-webkit-media-controls-panel {
	/*width: calc(100% - 10px);*/
	/* background-color: #ffffff; */
	border-radius: 6px;
}
/* audio::-webkit-media-controls-play-button {
    color: #FFFFFF;
} */

/* 一些uikit初始值 */
.uk-container {
	margin: auto;
	padding: 0 15px;
}
.uk-modal-dialog {
	/* width: 300px; */
	border-radius: 10px;
	background-color: #262626;
	color: #ffffff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.uk-modal-header {
	/* margin-bottom: 15px;
	margin: -20px -20px 15px -20px;
	padding: 20px; */
	border-radius: 9px 9px 0 0;
	background: #4487fe;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
}
.uk-modal-footer {
	/* margin-top: 15px;
	margin: 15px -20px -20px -20px;
	padding: 20px; */
	border-top: 1px solid #202020;
	border-radius: 0 0 9px 9px;
	background: #202020;
}
.uk-modal-dialog .uk-button {
	border-radius: 99em;
}
.uk-modal-dialog .uk-close {
	width: 30px;
	line-height: 30px;
}
.uk-modal-dialog>.uk-close:first-child {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.uk-button {
	padding: 0 15px;
	text-transform: none;
}
/* 一些公用标签 */
.coverbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hoverbox {
	position: relative;
}
.hoverbox .wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.mainbody {
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	position: relative;
}
/* .mainbody>div {
	margin-top: -0.5px;
}
.mainbody>div>img {
	width: 100%;
	margin-top: -0.5px;
} */
.animation {
	animation: zoom 0.6s linear infinite;
}

/* 顶部促销条 */
.promo-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 600;
	overflow: hidden;
	display: none;
	/* transition:
		height .45s cubic-bezier(.4, 0, .2, 1),
		transform .45s cubic-bezier(.4, 0, .2, 1); */
}
.promo-bar .promo-inner {
	background: #f0b252;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: opacity .25s;
	padding: 0 45px 0 15px;
}
.promo-bar a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	position: relative;
	width: 100%;
	text-align: center;
}
.promo-bar a:hover {
	text-decoration: none;
}
.promo-bar a:active {
	opacity: 0.5;
}
.promo-bar .promo-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.promo-bar .promo-close {
	position: absolute;
	right: 10px;
	border: none;
	background: none;
	font-size: 30px;
	cursor: pointer;
	color: #000;
}
/* 顶部导航 */
.top-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	/* backdrop-filter: blur(20px); */
	/* background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0)); */
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: saturate(180%) blur(16px);
	backdrop-filter: saturate(180%) blur(16px);
}
.top-navbar a:active {
	opacity: 0.5;
}
/* 内部容器 */
.top-navbar .nav-inner {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* logo */
.top-navbar .logo-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
}
.top-navbar .logo-wrap .logo {
	width: 80%;
	max-width: 200px;
	display: block;
}
/* 中间导航 */
.top-navbar .center-nav {
	display: flex;
	gap: 5px;
	padding: 2px;
	border-radius: 99em;
	border: 1px solid rgba(255, 255, 255, .2);
	margin-left: 15px;
}
.top-navbar .center-nav a {
	color: #fff;
	text-decoration: none;
	padding: 10px 28px;
	border-radius: 99em;
	transition: .3s;
}
.top-navbar .center-nav a:hover {
	background: #2F3F8C;
}
/* 右侧 */
.top-navbar .right-area {
	display: flex;
	align-items: center;
	gap: 20px;
}
.top-navbar .login-link {
	color: #fff;
	text-decoration: none;
}
.top-navbar .app-btn, .mobile-nav .app-btn {
	/* background: rgba(47, 154, 255, 0.12); */
	background: #2F3F8C;
	color: #fff !important;
	border: 1px solid #3b4ca5;
	padding: 10px 20px;
	border-radius: 14px;
	box-shadow: inset 0px 0px 16px 0px rgba(191, 151, 255, 0.24);
	text-decoration: none;
	transition: .3s;
	text-align: center;
}
.top-navbar .app-btn:hover {
	/* transform: translateY(-2px); */
	background: #4356b6;
}
.top-navbar .app-btn:active, .mobile-nav .app-btn:active {
	opacity: 0.5;
}
/* 手机菜单按钮 */
.top-navbar .mobile-menu-btn {
	color: #fff;
}
/* 手机菜单 */
.uk-offcanvas-bar {
	background: rgba(11, 16, 34, 0.6);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
}
.mobile-nav {
	padding-top: 40px;
}
.mobile-nav .uk-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 16px 0;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.mobile-nav .nav-more {
	padding-top: 20px;
}
.mobile-nav .nav-more a {
	display: block;
	font-size: 18px;
	padding: 16px 0;
}
.mobile-nav .nav-more .login-link {
	margin-bottom: 20px;
}
.top-navbar-placeholder {
	height: 74px;
}
.uk-offcanvas-overlay::before {
	background: rgba(0, 0, 0, .6);
}



.footer {
	background-color: #000508;
	border-top: 1px solid #141414;
	padding: 50px 0 80px 0;
}
.footer .logo {
	width: 90%;
	max-width: 160px;
	margin-bottom: 20px;
}
.footer .social {
	text-align: right;
	padding-top: 8px;
}
.footer .social a {
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.6);
}
.footer a:active {
	opacity: 0.5;
}
.footer .title {
	font-weight: 500;
	margin-bottom: 15px;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer ul:last-child {
	margin-bottom: 15px;
}
.footer ul li {
	margin-bottom: 5px;
}
.footer ul a {
	display: block;
	color: #848895;
	padding: 8px 0;
}
.footer .download a {
	width: 100%;
	display: block;
}
.footer .rights-box {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #141414;
	color: #848895;
}


@media (min-width:414px) {
	html {
		font-size: 16px;
	}
}
@media (min-width:768px) {
	.promo-bar a {
		font-size: 18px;
	}
	
	.footer .social {
		text-align: left;
	}
	.footer .social a {
		margin-left: 0;
		margin-right: 10px;
	}
	.footer .download a {
		max-width: 150px;
	}
}
@media (min-width:1200px) {
	.footer ul a:hover {
		color: #fff;
	}
}

@keyframes zoom {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.08, 1.08);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}