@font-face {
    font-family: 'adobe';
    src: url('font/Adobe\ 黑体\ Std\ R.otf');
}
@font-face {
    font-family: 'FZHei';
    src: url('font/FZHei-B01S.ttf');
}
*,
body {
    background-color: #fcfcfc;
    margin: 0;
    padding: 0;
}

html{
	font-family: 'Adobe Heiti Std';
}
ul,li{
    font-family: adobe;
	list-style: none;
}
.current-page{
	border-bottom: #000 solid 4px;
}
header img{
	vertical-align: bottom;
}
header nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header ul{
	display: flex;
	font-size: 48px;
}
header ul li{
	margin-right: 100px;
}
header ul li a{
	color: #000000;
	text-decoration: none;
}
.title-box{
	text-align: center;
}
.title-box img{
	max-width: 100%;
}
.game-logo{
	text-align: center;
	margin: 120px 0;
}
.game-logo img{
	max-width: 100%;
}
.main{
	
	
	overflow: hidden;
}
/* 外层容器设置水平滚动 */
.scroll-container {
    overflow-x: auto;
    white-space: nowrap; /* 让子元素水平排列 */
    scrollbar-width: none; /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none; /* IE 隐藏滚动条 */
  }
  .scroll-container::-webkit-scrollbar {
    display: none; /* WebKit 隐藏滚动条 */
  }
  .image-100{
    width: 120px;
    height: 100px;
    background: url(./img/组\ 1\ 拷贝\ 10.png) no-repeat;
    background-size: 100% 100%;
  }
  .image-100 img{
    padding: 0 10px;
    margin-top: 23px;
    width: 80px;
  }
  .image-40{
 
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
  .image-40 img{
    margin-top: 11px;
    width: 30px;
  }
  /* 网格容器样式 */
  .grid-container {
    display: grid;
    grid-auto-flow: column; /* 设置网格内容水平排列 */
    grid-gap: 8px; /* 网格项之间的间距 */
  }
  
  /* 单个网格项的样式 */
  .grid-item {
    width: 90px; /* 设置每个网格项的宽度 */
    height: 90px; /* 设置每个网格项的高度 */
   
  }
  .grid-item img{
    width: 100%;
  }
  .middle .box1{
    margin: 0 auto 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
width: 280px;
height: 320px;
background-color: #fff;
box-shadow: 0 0 10px 0 rgb(211 201 201 / 80%);
border-radius: 20px; /* 使四个角都是圆角，值可以根据需要调整 */

  }
  .empty-box{
    width:100%;
    height: 200px;
  }
  .middle{
    display: flex;
    flex-wrap: wrap;
  }
.middle .box1 img{
    border-radius: 15px;
    width: 80px;
    height: 80px;
    object-fit: cover; /* 图片铺满容器 */
}
.tp-last{
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 300px;
   height: 60px;
   line-height: 60px;
   font-weight: 600;
   justify-content: space-around;
}
@media screen and (max-width: 1600px) {
	header nav{
		flex-direction: column;
	}
	.logo-box{
		margin-bottom: 20px;
		background-color: #FF5858;
		align-self: stretch;
		text-align: center;
	}
	.logo-box img{
		max-width: 100%;
	}
	header ul{
		flex-direction: column;
	}
	header ul li{
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
		align-self: stretch;
	}
}
@media screen and (max-width: 800px) {
	header ul{
		display: flex;
		font-size: 30px;
	}
    .globalBtn[css-nav] {
        overflow: hidden;
        top: 0;
        border-radius: 15px;
        width: 80px;
        height: 80px;
        background-color: #fff;
        box-shadow: 0 12px 10px 0 rgb(0 0 0/16%);
        transition: top .5s;
    }
	.main{
		padding: 20px 20px;
		background: none;
		
	}
    /* 图片初始样式 */
.enlarge-on-click {
    transition: transform 0.01s ease;
  }
  
  /* 图片放大效果 */
  .enlarge-on-click:hover {
    transform: scale(1.1); /* 可以根据需求调整放大倍数 */
    cursor: pointer;
  }
	.main article{
        text-align: center;
		font-size: 25px;
		line-height: 3.125rem;
		margin-bottom: 80px;
	}
    .main .article-three{
        text-align: center;
        margin-top: 1rem;
    }
    .article-three img{
   
        width: 60%;
    }
    .article-three p{
       color: #717171;
        text-align: center;
        font-size: 1.4rem;
    }
}
.privacy{
	padding: 60px 200px;
}
.privacy h1{
	text-align: center;
	font-size: 3.75rem;
	margin-bottom: 80px;
}
.privacy p{
	font-size: 1.375rem;
	line-height: 3rem;
}
.privacy h5{
	font-size: 1.375rem;
	line-height: 3rem;
	font-weight: 900;
	margin-top: 40px;
}
.privacy a{
	color: #000;
}
@media screen and (max-width: 800px) {
	.privacy{
		padding: 60px 20px;
		font-size: 12px;
	}
}