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 {
	max-width: 100%;
	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-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: .7rem;
	z-index: 5;
}

.headTop {
	width: 100%;
	height: .7rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e8d07a;
}
.logo2,
.logo1{
	height: .5rem;
	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-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.banner-item {
    width: 100%;
    flex-shrink: 0;
}

.banner-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}

.dot.active {
    background: #fff;
}

.kf {
	position: fixed;
	right: 0.1rem;
	top: 5%;
	z-index: 5;
	cursor: pointer;
}

.kf img {
	width: .8rem;
}



.list {
	width: 95%;
	height: 4.1rem;
	margin:.2rem  auto;
	box-sizing: border-box;
	position: relative;
}

.list img {
	width: 100%;
	margin-bottom: .20rem;
	cursor: pointer;
}
.list-content{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.list-content .tip{
	font-size: .15rem;
	color: #fff;
	text-align: center;
	margin:.3rem auto;
}
.list-content .item{
	width: 100%;
	display: grid;
	padding: 0 .2rem;
	grid-template-columns: 75% calc(25% - .1rem);	
	gap: .1rem;
	margin-bottom: .15rem;
}
.list-content .item.shouchang{
	display: block;
	font-size: .16rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	width: 100%;
	margin: .10rem 0;
	cursor: pointer;
}
.list-content .item .right{
	width: 100%;
	height: .38rem;
	background-image: url("../img/btn.png");
	background-size: 100% 100%;
	margin-bottom: 0;
}
.list-content .item .left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: .38rem;
	border: 1px solid #3f3f3f;
	border-radius: 50px;
	padding: .05rem;
	box-sizing: border-box;
}
.list-content .item .left .speed{
	width: auto;
	height: 85%;
	position: relative;
}
.list-content .item .left .speed img{
	height: 100%;
	margin: 0;
}
.list-content .item .left .speed span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: .14rem;
	margin: 0;
	color: #fff;
}
.list-content .item .left .state{
	width: .27rem;
	height: 100%;
	margin: 0;
	margin-left: .1rem;
}
.list-content .item .left span{
	display: inline-block;
	line-height: 1;
	font-size: .16rem;
	margin-left: .1rem;
	white-space: nowrap;
	color: #c6bf7d;
}
.list-content .item .left .fangxian{
	width: .3rem;
	height: 30%;
	margin: 0;
	margin-left: .1rem;
}

.list_2{
	width: 95%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: .1rem;
}
.list_2-item{ 
	width: 100%;
	padding: .1rem 0;
	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%;
}
.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(7,1fr);
	gap: .1rem;
	margin: .2rem auto .3rem;
}
.list_3 .list_3-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.list_3 .list_3-item img{
	width: 80%;
	margin: auto;
}
.list_3 .list_3-item span{
	font-size: .12rem;
	text-align: center;
	color: #fff;
	margin-top: .15rem;
}
.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;
}

.toast {
	position: fixed;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	display: none;
	z-index: 9999;
	white-space: nowrap;
}
.keepDesk{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* 添加半透明背景色，否则模糊效果不明显 */
	background: rgba(0, 0, 0, 0.3); 
	/* 添加背景模糊效果 */
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* 兼容 Safari */
	z-index: 9998; /* 确保层级在内容之下，弹窗之上 */
	display: none;
}
.keepDesk img{
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}