@charset "utf-8";
/* CSS Document */
/* 一些标签初始值 */
* {
	-webkit-touch-callout: none;
	/* -webkit-user-select: none; */
	-webkit-tap-highlight-color: transparent;
}
html {
	background-color: #000;
}
/* 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 20px;
}
/* 一些公用标签 */
.coverbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.yuan {
	border-radius: 99em;
}
.hoverbox {
	position: relative;
}
.hoverbox .wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.bar {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: constant(safe-area-inset-bottom) solid #000;
	border-bottom: env(safe-area-inset-bottom) solid #000;
	z-index: 1000;
}
.mainbody {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	min-height: 100vh;
	position: relative;
}
/*  */

header {
	background-color: #000;
	padding: 30px 0;
}
header h3{
	margin-bottom: 0px;
}
.uk-text-lead {
    font-size: 1.2rem;
    font-weight: 600;
	margin-top: 20px;
}
article {
	padding-top: 25px;
	padding-bottom: 130px;
	line-height: 1.2;
	color: #afafaf;
}
article .title {
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}
article a{
	color: #fff;
	text-decoration: underline;
}
article a:hover{
	color: #fff;
}
article a:active{
	background-color: #1e87f0;
	color: #ffffff;
	border-radius: 4px;
}
article strong{
	font-weight: 600;
	color: #fff;
}
h1, h2, h3, h4, h5{
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.uk-text-lead {
	color: #fff;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 10px 0;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 0px;
}
ol, ul {
    padding-left: 20px;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
	margin: 5px auto;
}
ul li{
	margin-bottom: 0.6em;
}
ol p {
	list-style-type: lower-latin;
}
ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
ol>li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}
ol>li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.3em;
}
li ol>li {
	margin: 0;
	margin-bottom: 0.6em;
}
li ol>li:before {
	content: counters(item, ".") " ";
}
article ol>li>ol {
	list-style: disc;
}
article ol>li>ol>li>ol {
	list-style: circle;
}
article ol>li>ol>li>ol>li>ol {
	counter-reset: item2;
	list-style-type: lower-alpha;
	padding-left: 20px;
}
article ol>li>ol>li>ol>li>ol>li {
	counter-increment: item2;
	display: list-item;
	margin-bottom: 0.6em;
}
article ol>li>ol>li>ol>li>ol>li:before {
	content: counters(item2, ".") ". ";
	display: none;
}

@media (min-width:750px) {}