@font-face {
  font-family: "HarmonyOS";
  src:url("../font/HarmonyOS_Sans_Black.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HarmonyOSBold";
  src:url("../font/HarmonyOS_Sans_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSansRegular";
  src:url("");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSansMedium";
  src:url("");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceHanSansBold";
  src:url("");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 400;
	vertical-align: baseline;
  font-family: SourceHanSansRegular;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	/* font-size: 62.5%; */
	color: #222;
	height: 100%;
}

::selection {
	background-color: #b3d4fc;
	text-shadow: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a {
	text-decoration: none;
}

.active a {
  color: #FFF;
}

/*公共类*/
.df {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hide {
	display: none;
}

.is-mobile {
  display: none !important;
}

.is-pc {
  display: block !important;
}

/* loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header部分 */
header {
	position: fixed;
	display: flex;
	left: 0;
	top: 0;
	align-items: center;
	width: 100%;
	height: 1.14rem;
	background: #000000;
	opacity: 1;
	z-index: 10;
}

header .logo-warp {
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 0.96rem;
}

.logo-warp picture {
  display: flex;
  align-items: center;
}

.logo-warp .logo {
	width: 3.61rem;
	height: 0.5rem;
  margin-right: 0.5rem;
}

header .nav {
}

.nav ul {
	display: flex;
	align-items: center;
}

.nav ul li {
	width: 2.08rem;
	height: 1.14rem;
	font-size: 0.24rem;
	line-height: 1.14rem;
	color: #999999;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.nav li:hover {
	color: #ffffff;
	background: rgba(145, 62, 179, 0.3);
}

.nav li.active:hover {
	background: rgba(145, 62, 179, 0.5);
}

.nav .active {
	color: #ffffff;
	background: rgba(145, 62, 179, 0.5);
}

.nav .mask {
	width: 100%;
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	z-index: 2;
	/* background: #913EB3; */
	background: rgba(145, 62, 179, 0.5);
	display: none;
}

.nav li:hover .mask {
	display: block;
}

.nav .mask a {
	height: 0.56rem;
	width: 100%;
	display: block;
	font-size: 0.24rem;
	line-height: 0.56rem;
	font-weight: 400;
	color: #ffffff;
	/* color: rgba(227,191,242, 0.5); */
	/* color: rgba(225,225,225,0.5); */
}

.nav .mask a:hover {
	/* color: rgba(225, 225, 225, 1); */
	background: #9843ba;
	opacity: 0.8;
}

footer {
	height: 0.8rem;
	overflow: hidden;
	width: 100%;
}

footer span {
	display: block;
	/*width: 2rem;*/
	text-align: center;
	margin: 0.29rem auto 0 auto;
	height: 0.16rem;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	z-index: 1;
}

/* 国家公祭日网站置灰 */
/* html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} */