@charset "utf-8";

/* CSS Document */
*,
body {
    margin: 0;
    padding: 0;
}
ul,li{
	list-style: none;
}
html {
    font-size: 62.5%;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.text-center{
	text-align: center;
}

.main {
	background: url('./img/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 3517px;
}

header{
	display: flex;
	justify-content: space-between;
	padding: 56px 78px;
	margin-bottom: 912px;
}
header .logo{
	font-size: 42px;
	color: #fff;
	display: flex;
	align-items: flex-start;
	/* align-items: center; */
}
header .logo .word{
	margin-left: 10px;
}
header ul{
	display: flex;
	justify-content: space-between;
	font-size: 48px;
	flex-wrap: wrap;
}
header ul li{
	margin-left: 106px;
	margin-bottom: 30px;
}
header ul li:first-child a{
	border-bottom: 4px solid #fff;
}
header a{
	color: #fff;
	text-decoration: none;
}
img.all-games-title{
	
}
.game-box{
	margin-top: 124px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.game-box li{
	
}
ul.game-box li{
	margin-bottom: 114px;
}
ul.game-box li div{
	-webkit-text-stroke: 4px #0B4490;
	text-stroke: 4px #0B4490;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
}
.privacy {
    padding: 5rem 8rem;
    position: relative;
	font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;;
}

.privacy h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 1rem;
}

.privacy li {
    margin-top: 2rem;
    list-style: none;
}

ul.show li {
    list-style: disc;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 1rem;
    list-style-position: inside;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 2rem 0 1rem;
}

.privacy a {
    color: #000;
}

.privacy a:hover {
    text-decoration: none;
}

.privacy .service-btn {
    border: 1px solid rgb(105, 96, 96);
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    right: 8rem;
    top: 6rem;
}

.privacy .service-btn:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .privacy {
        padding: 5rem 3rem;
    }
    .privacy .service-btn {
        position: relative;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 1274px) {
	img.all-games-title{
		width: 100%;
	}
	header{
		padding: 0px 78px;
	}
}