@font-face {
	font-family:'NetWorkPE';
	src:url('./assets/NetWorkPE.woff2');
    font-weight:normal;
	font-style:normal;
}
::selection {
    background: #FF5722;
    color: #fff;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #d200f5;
}
::before {
    font-family: "iconfont";
    display: inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    color: #0027ff;
}
body {
    color: #fff;
    word-break: break-all;
    font-family: NetWorkPE, "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
    font-size: 16px;
	text-shadow: 0.01em 0.01em 0.05em rgb(51 51 51 / 50%);
	background: #131417;
}
#index h1 {
    font-size: 100px;
	margin: 0 0 10px 0;
}
#index h1 span:nth-child(1) {
	color: #FF5722;
}
#index h1 span:nth-child(2) {
    color: #00d26a;
}
#index .moving-zone {
    perspective: 800px;
    width: 800px;
    text-align: center;
    margin: 0 auto;
}
#index h4 {
    font-weight: 100;
}
#index h4>a::before {
    content: "\e705";
    font-size: 1.4em;
    color: #0ebaa6;
    margin-right: 5px;
    vertical-align: -4px;
}
#index p {
    margin: 12px 0;
}
#index p::before {
    content: "\e6ec";
    font-size: 1.3em;
    color: #0ebaa6;
    margin-right: 3px;
    vertical-align: -1px;
}
#index a {
    font-weight: 700;
}
#index .images {
	position:relative;
    margin-top: 90px;
}
#index .images img {
	position:absolute;
	left:0;
	top:0;
	width: 800px;
	opacity: 1 !important;
	padding-bottom: 30px;
}


#Changelog>.moving-zone {
    width: 800px;
    margin: 0 auto 50px;
    background: #ebecf0;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
	position: relative;
}
#Changelog>.moving-zone::after {
    content: '';
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: 6px;
    right: 6px;
	background: #ebecf0;
    z-index: -2;
}
#Changelog h1 {
	width: 800px;
    text-align: center;
    margin: 30px auto 36px;
    margin-top: 30px;
    font-size: 60px;
}
#Changelog h1 span:nth-child(1) {
	color: #FF5722;
	text-shadow: none;
}
#Changelog h1 span:nth-child(2) {
    color: #00d26a;
	text-shadow: none;
}
#Changelog p {
    line-height: 28px;
}
#Changelog img {
    width: 100%;
	margin: 5px 0;
	transition: all 0.2s ease 0s;
}
#Changelog img:hover {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}
#Changelog ul {
    padding: 0 0 0 30px;
    position: relative;
}
#Changelog li {
    margin: 6px 0;
	line-height: 28px;
}
#Changelog li:hover::marker {
    color: #ff3d00;
}
#Changelog h3, #Changelog h4 {
    position: relative;
    margin: 15px 0;
    font-size: 1.2em;
}
#Changelog a {
    position: relative;
    margin-left: 20px;
	font-weight: 700;
	text-decoration: none;
}
#Changelog a::before {
    font-family: "iconfont";
    display: inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    font-style: normal;
	
    content: "\e676";
    vertical-align: middle;
    position: absolute;
    left: -20px;
    font-size: 18px;
}


.bg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000000e0;
	z-index:4;
}
.DX {
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 66%;
    margin: 0 auto;
    opacity: 0;
    z-index: 6;
    transition: opacity 300ms, transform 300ms;
    display: flex;
    align-items: center;
	transform: scale(0);
}