html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}


body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #333;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	overflow-x: hidden;
	background-color: #27262b;
}

img {
	margin: auto;
	display: block;
}

a {
	text-decoration: none;
}

a:active {
	color: blue;
	/* 保持颜色不变 */
	outline: none;
	/* 去除点击时的虚线框 */
	text-decoration: none;
	/* 移除下划线 */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}


em {
	font-style: normal;
}

.content {
	position: relative;
	min-height: 100vh;
	max-width: 500px;
	width: 100%;
	float: left;
	margin: auto;
	background: #010005;
	background-image: url('../img/backImage.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1.2rem;
	z-index: 5;
}

.headTop {
	width: 100%;
	height: .7rem;
	position: absolute;
	left: 50%;
	top: .35rem;
	transform: translateX(-50%);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo2,
.logo1{
	height: .7rem;
	margin: 0;
}
.logo2{
	margin-left: .1rem;
}
.info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: .1rem;
}
.info p{
	font-size: .15rem;
	color: #e8d07a;
	text-align: center;
	display: block;
	line-height: 1;
	margin-top: .1rem;
	margin: 0;
}
.info .text_1{
	font-size: .27rem;
	margin-bottom: .05rem;
}
.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.kf {
	position: fixed;
	right: 0.1rem;
	top: 5%;
	z-index: 5;
	cursor: pointer;
}

.kf img {
	width: .8rem;
}



.list_2{
	width: 95%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: .1rem;
}
.list_2-item{ 
	width: 100%;
	/* padding: .1rem 0; */
	height: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('../img/borderbox2.png');
	background-size: 100% 100%;
}
.list_2-item .icon{
	width: 50%;
	margin: 0 auto;
}
.list_2-item p{
	font-size: .16rem;
	color: #ffe48d;
	text-align: center;
	font-weight: bold;
	margin: 0;
	margin-top: .1rem;
	line-height: 1;
}
.list_2-item span{
	display: inline-block;
	font-size: .1rem;
	color: #fff;
	text-align: center;
	margin: 0;
	margin-top: .1rem;
	line-height: 1;
}
.list_2-item .download{
	width: 50%;
	height: .24rem;
	line-height: .24rem;
	font-size: .14rem;
	margin-top: .1rem;
	font-weight: bold;
	color: #893002;
	text-align: center;
	background-image: url("../img/down-item.png");
	background-size: 100% 100%;
	cursor: pointer;

}
.list_3{
	width: 95%;
	display: grid;
	grid-template-columns:repeat(6,1fr);
	margin: .2rem auto .3rem;
}
.list_3 .list_3-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	aspect-ratio: 1;
}
.list_3 .list_3-item img{
	width: 120%!important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.footer {
	padding: 0 .3rem 0;
	box-sizing: border-box;
}

.pads {
	width: 100%;
	display: block;
	margin: .2rem auto ;
}

.footer p {
	font-size: .12rem;
	white-space: nowrap;
	color: #86848c;
	text-align: center;
	display: block;
	line-height: 1;
	margin: .12rem 0 .4rem;
}

