header{
	z-index: 100;
	position: fixed;
	width: 100%;
	max-width: 768px;
	height: 94px;
	padding: 36px 24px;
	top: 0;
	background-color: #000080;
}

header nav{
	position: relative;
}

header nav a{
	display: block;
	position: absolute;
	width: 36px;
	height: 22px;
	top: 0;
	line-height: 28px;
}

header nav a:first-child{
	left: 0;
}

header nav a:last-child{
	right: 0;
}

header nav a span{
	display: none;
}

header nav a i{
	font-size: 18px;
}

header h1{
	color: #F2F4F8;
	font-size: 22px;
	text-align: center;
}

header h1 span{
	display: none;
}

main{
	margin: 36px 24px 58px 24px;
	padding-top: 60px;
}

main article h2{
	display: none;
}

main article p strong{
	color: #5AAED6;
	font-size: 18px;
}

main article dl{
	margin: 12px 0 24px 0;
}

main article dl:after{
	display: block;
	clear: both;
	content: "";
}

main article dl dt{
	float: left;
	margin-right: 6px;
}

main article dl dt i{
	color: #A6AEC2;
	font-size: 12px;
}

main article dl dt span{
	display: none;
}

main article dl dd{
	float: left;
	margin-right: 12px;
}

main article dl dd span{
	color: #A6AEC2;
	font-size: 14px;
}

main article dl dd time{
	color: #A6AEC2;
}

main article div{
	padding: 12px 0;
	border-top: 1px solid #545C86;
}

main article div p{
	margin: 12px 0;
}

main section{
	position: relative;
	height: 90px;
	padding: 12px 24px 12px 144px;
	border-radius: 6px;
	background-color: #1A1A99;
}

main section div{
	position: absolute;
	top: 0;
	left: 0;
}

main section div a figure{
	width: 120px;
}

main section div a figure img{
	width: 100%;
	border-radius: 6px 0 0 6px;
	aspect-ratio: 4 / 3;
}

main section div a figure figcaption{
	display: none;
}

main section dl:after{
	display: block;
	clear: both;
	content: "";
}

main section dl dt{
	display: none;
}

main section dl dd{
	margin: 12px 0;
	font-size: 14px;
}

main section dl dd a{
	color: #5ED18F;
}

main nav{
	margin: 24px 0;
}

main nav a{
	display: block;
	width: 100%;
	height: 48px;
	border-radius: 6px;
	background-color: #000066;
	line-height: 48px;
	text-align: center;
}

main nav a i{
	font-size: 14px;
}

footer{
	display: none;
	z-index: 100;
	position: fixed;
	width: 48px;
	bottom: 0;
	left: calc(50% - 24px);
}

footer button{
	width: 48px;
	height: 48px;
}

footer button span{
	display: none;
}

footer button i{
	font-size: 24px;
}