@font-face {
    font-family: 'adobe';
    src: url('font/Adobe\ 黑体\ Std\ R.otf');
}
@font-face {
    font-family: 'FZHei';
    src: url('font/FZHei-B01S.ttf');
}
*,
body {

    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;
}

.cover{
    width:320px;
    height:300px;
    position:relative;
    text-align:center;
    color:rgb(36, 34, 34);
}
.top-box1{
    padding: 33px 0px 15px;
    text-align:center;
    display: flex;
    justify-content: center;
}

.cover::before{    
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent url(./img/1.png) center  no-repeat;
    filter:blur(10px);
    z-index:-1;
    background-size:100% 100%;
}
.appraise{
    display: flex;
    justify-content: center;
    align-items: center;
}
.appraise img{
    width: 16.33px;
    height: 22px;
}
.left img{
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px;
    border: 5px solid #fff;
    border-radius: 100%;
    width: 64px;
    height: 64px;
}
.right{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.right-title{
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 600    ;
}
.right-span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-span span{
    height: 19px;
    line-height: 19px;
    background: rgb(0, 0, 0, .3);
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    margin: 2px;
    cursor: pointer;
}
.top-box2{
    padding: 0 10px;
}
@-webkit-keyframes trembling {
26% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
}
28% {
    transform: rotate(-2deg) scale(1.04);
    -webkit-transform: rotate(-2deg) scale(1.04);
}
32% {
    transform: rotate(1deg) scale(1.01);
    -webkit-transform: rotate(1deg) scale(1.01);
}
34% {
    transform: rotate(-2deg) scale(1.02);
    -webkit-transform: rotate(-2deg) scale(1.02);
}
36% {
    transform: rotate(3deg) scale(1);
    -webkit-transform: rotate(3deg) scale(1);
}
39% {
    transform: rotate(-1deg) scale(1);
    -webkit-transform: rotate(-1deg) scale(1);
}
44% {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
}
}
.top-box2 .playButton{
    border-radius: 32px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #ff9901;
    box-shadow: 0 4px 0 #b15c00;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    -webkit-animation: trembling 3s linear infinite backwards;
    -moz-box-shadow: 0 4px 0 #b15c00;
    -webkit-box-shadow: 0 4px 0 #b15c00;
}
.playButton a{
    text-decoration: none; 
    color: inherit; 
    cursor: auto; 
}
.top-box2 .esc{
    box-sizing: border-box;
    max-height: 40px;
    min-height: 20px;
    background: rgb(0, 0, 0, .3);
    border-radius: 4px;
    font-size: 12px;
    font-family: Helvetica;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 12px;
    overflow: hidden;
}



  .image-40{
 
    justify-content: space-around;
    align-items: center;
    display: flex;
  }
  .image-40 img{
    margin-top: 11px;
    width: 30px;
  }

 
  .middle .box1{
    display: flex;
    flex-direction: column;
    margin: 0 auto 2rem;
width: 336px;
height: 220px;
background-color: #fff;
box-shadow: 0 0 10px 0 rgb(211 201 201 / 80%);
border-radius: 20px; /* 使四个角都是圆角，值可以根据需要调整 */

  }

  .box1-title{
    padding: 1rem 1.3rem 0.3rem;
    font-weight: 600;
  }
  .box1 .box1-flex{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .box1-contain{

    font-size: 12px;
    line-height: 18px;
    padding: 0.2rem 1.3rem 0.3rem;
    
    color: var(--titleContent-content-color);
  }
  .empty-box{
    width:100%;
    height: 200px;
  }
  .middle{
    display: flex;
    flex-wrap: wrap;
  }
.middle .box1 img{
    border-radius: 15px;
    width: 70px;
    height:70px;
    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;
	}
}