body, button, input, select, textarea{
	font: 12px/1 "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei", "sans-serif";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased!important;
}
html,
body {
	background-color: rgba(14, 16, 20, 1);
	font-family: Microsoft YaHei;
	font-weight: 400;
}
a{
	text-decoration: none;
	color: inherit;
}
*{
	margin: 0;
	padding: 0;
	word-break: break-all;
	font-style: normal;
}
.flex{
	display: flex;
	align-items: center;
}
.flex1{
	flex: 1;
	min-width: 0;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs24{
	font-size: 24px;
}
.fs32{
	font-size: 32px;
}
.fs34{
	font-size: 34px;
}
.clearfix:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.footer{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #fafbfc;
	height: 80px;
}
.footer.fixed-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.footer .footer-content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 32px;
	line-height: 80px;
	justify-content: space-between;
}
.footer .soft-logo{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	object-fit: contain;
}
.footer .download-btn{
	background-color: #38c800;
	border-radius: 50px;
	height: 50px;
	margin-bottom: 0;
	text-decoration: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .flex1{
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	height: 100%;
	overflow: hidden;
	max-width: 500px;
	color: #333;
}
.footer .footer-desc{
	font-weight: bold;
}
.copyright{
	text-align: center;
	color: #999;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 30px;
}
.copyright * {
	color: inherit;
	text-decoration: unset;
}
.btnDownload{
	cursor: pointer;
}
.linear-text{
	background: linear-gradient(90deg,#6f00fd -9.97%,#0085fb 85.54%,#00bdf9);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.game-other {
    width: 1120px;
    height: auto;
    margin: 0 auto;
}

.other-title-1 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 90px;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
}

.other-title-2 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 22px;
    vertical-align: top;
    color: #FFFFFF;
    text-align: center;
}

.other-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.other-item {
    width: 550px;
    height: 160px;
    background: linear-gradient(90deg, rgba(36, 39, 45, 0.9), rgba(37, 41, 47, 0.9));
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
    box-sizing: border-box;
    padding: 40px 20px 40px 30px;
    align-items: center;
}

.other-item:nth-of-type(2n-1) {
    margin-right: 20px;
}

.item-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.item-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-name {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 20px;
}

.item-language {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    margin-bottom: 12px;
}

.item-size {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}

.item-link {
    width: 110px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    background: #1DB6FF;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px;
}

.game-pic {
    width: 1120px;
    height: auto;
    margin: 0 auto;
}

.game-pic-title {
    width: 100%;
    height: 18px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 18px;
}

.game-pic-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.game-pic-content img {
    cursor: pointer;
    width: 360px;
    height: 240px;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 20px;
}

.game-pic-content img:nth-of-type(3n) {
    margin-right: 0;
}

.game-fotter {
	width: 100%;
	min-width: 1120px;
	height: 120px;
	background: #171A21;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.game-fotter p {
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #C6D4DF;
}

.game-fotter p:nth-of-type(1) {
	margin-bottom: 10px;
}