@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;
}


body,
html {
    font-family: adobe;
  margin: 0;
  padding: 0;

 
  background-color: #34789A;
}
#particleCanvas {
    position: fixed;   
    background-color: #34789A;
  }
canvas {
  display: block;
}
ul,li{
    font-family: adobe;
	list-style: none;
}
.current-page{
    height: 0.7rem;
    position: relative;
}
.current-page::after {
    content: '';
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    /* border-radius: 50%; */   
}
header img{
	width: 2.59rem;
    height: 0.79rem;
}
header nav{
    position: relative;
    padding: 0.1rem 3%;
    background-color:#2e475bd3;
    display: flex;
	justify-content: space-between;
	align-items: center;
   
}
header ul{
    align-items: center;
	display: flex;
	font-size: 0.31rem;
}
header ul li{
	margin-right: 0.6rem;
}
header ul li a{
	color: #ffffff;
	text-decoration: none;
}


.container{
    position: relative;
    z-index: 1;
    width: 12.29rem;
    margin: 0 auto;
}
.top-company{
    margin-top: -0.99rem;
    height: 10.09rem;
    background: url('./img/baground.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.company-info-box{
    padding-top: 5rem;
     display: flex;
  flex-direction: column;
     gap: 0.2rem;
    justify-content: center;
    align-items: center;
}
.company-logo{
    width:10.84rem;
    height: 0.86rem;
}
.company-info-img{
width: 3.28rem;
    height: 3.28rem;
}
.company-info{
    gap: 0.2rem;
    width: 10.84rem;
    display: flex;
   
    align-items: center;
}
.company-info p{
    width: 7.91rem;

    font-family: FZHei-B01S;
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.48rem;

}
.summer-logo-box{
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.summer-logo{
    margin: 0.64rem 0;
    width: 5.9rem;
    height: 0.8rem;
}
.game-logo{
    width:5.28rem;
    height: 3.8rem;
}
.summer-logo-box p{
   margin: 0.64rem 0 0.3rem;
    font-family: FZHei-B01S;
    font-weight: 500;
    font-size: 0.36rem;
    color: #ffffff;
    line-height: 0.40rem;
    padding: 0 1.2rem;
}

.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #000000;
    padding: 20px 0;
    color: #ffffffe1;
}

.footer-container {
    width: 12.29rem;
    margin: 0 auto;
    text-align: center;
}

.contact-info {
    font-size: 0.25rem;
    gap: 10px;
    display: flex;
    margin-bottom: 0.3rem;
    flex-direction: column;
   font-size: 0.25rem;
    gap: 10px;
}

.contact-info img {
    width: 0.5rem;
    height: 0.5rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-links a {
    color: #a3f0ffe8;

    font-family: adobe;
    font-size: 0.25rem;

}

.footer-links .separator {
    color: #ffffff;
    font-size: 0.28rem;
}
/* @media (max-width: 768px) {
    .container{

        width: 100%;
     
    }
} */

/* 添加 privacy 页面特定样式 */
.privacy-content {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3 {
    color: #004236;
}
