header{
	z-index: 100;
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: 96px;
	height: 112px;
	top: 0;
	padding: 0 24px;
	background-color: #06141f;
}

header div{
	margin: 24px 0;
}

header div p{
	position: relative;
}

header div p a{
	z-index: 10;
	position: absolute;
	top: 2px;
	left: 0;
}

header div p a i{
	font-size: 20px;
}

header div p button{
	z-index: 10;
	position: absolute;
	top: 2px;
	right: 0;
}

header div p button i{
	font-size: 20px;
}

header div p strong{
	display: block;
	overflow: hidden;
	padding: 0 48px;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

header nav{
	margin: 24px 0;
}

header nav .swiper-slide{
	width: auto;
}

header nav ul li.active a{
	color: #77b138;
	font-weight: 600;
}

section{
	margin: 48px 0;
	padding-top: 40px;
}

section ul li{
	margin: 24px;
}

section ul li a{
	display: block;
	position: relative;
	border-radius: 6px;
	background-color: #17232f;
}

section ul li a label{
	overflow: hidden;
	z-index: 10;
	position: absolute;
	width: 96px;
	height: 48px;
	padding: 0 12px;
	top: 0;
	right: 0;
	border-radius: 0 6px 0 6px;
	background-color: #d84f59;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ul li a figure{
	position: relative;
}

section ul li a figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 6px 6px 0 0;
}

section ul li a figure figcaption{
	z-index: 10;
	position: absolute;
	width: 100%;
	aspect-ratio: 4 / 3;
	top: 0;
	left: 0;
	border-radius: 6px 6px 0 0;
	background-color: rgba(0, 0, 0, 0.5);
}

section ul li a figure figcaption u{
	position: absolute;
	width: 144px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 72px);
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

section ul li a dl{
	margin: 36px 24px;
}

section ul li a dl dd{
	margin: 24px 0;
}

section ul li a dl dd strong{
	display: block;
	overflow: hidden;
	margin: 6px 0;
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ul li a dl dd span{
	display: block;
	overflow: hidden;
	margin: 6px 0;
	color: #9aa4ae;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ul li a p{
	margin: 24px;
}

section ul li a p span{
	display: block;
	position: relative;
	overflow: hidden;
	height: 48px;
	padding-right: 108px;
	padding-left: 24px;
	border-radius: 6px;
	background-color: #303c48;
	color: #ffffff;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ul li a p span u{
	position: absolute;
	top: 16px;
	right: 24px;
	color: #ffffff;
}

section div{
	margin: 24px;
}

section div p{
	padding-top: 120px;
	padding-bottom: 96px;
	text-align: center;
}

section div p i{
	color: #303c48;
	font-size: 96px;
}

dialog{
	display: none;
	overflow-y: auto;
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #06141f;
}

dialog::-webkit-scrollbar{
	display: none;
}

dialog form{
	max-width: 500px;
	margin: 0 auto;
}

dialog form div{
	z-index: 10;
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: 72px;
	top: 0;
	background-color: #06141f;
}

dialog form div p{
	position: relative;
	margin: 24px;
}

dialog form div p button{
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
}

dialog form div p button i{
	font-size: 24px;
}

dialog form div p strong{
	display: block;
	overflow: hidden;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

dialog form hr{
	height: 48px;
}

dialog form fieldset{
	margin: 48px 24px;
}

dialog form fieldset legend{
	color: #ffffff;
	font-size: 18px;
}

dialog form fieldset p:after{
	display: block;
	clear: both;
	content: "";
}

dialog form fieldset p label{
	float: left;
	height: 36px;
	margin-top: 12px;
	margin-right: 12px;
	padding: 0 12px;
	border-radius: 6px;
	background-color: #303c48;
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
}

dialog form fieldset p label.active{
	background-color: #d84f59;
	color: #ffffff;
	font-weight: 600;
}

dialog form fieldset p label input{
	display: none;
}

dialog form fieldset p button{
	width: 100%;
	height: 60px;
	border-radius: 6px;
	background-color: #303c48;
	color: #ffffff;
}

dialog form fieldset p button span{
	color: #ffffff;
}