@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-size: 100% 100%;
}
.index{
	border-bottom: #000 solid 4px;
}
header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 940px;
	background-color: #fff;
	width: 100%;
}
header img{
	vertical-align: bottom;
}
header ul{
	display: flex;
	font-size: 48px;
	align-items: center;
}
header ul a{
	color: #000;
	text-decoration: none;
}
header ul li{
	padding-right: 90px;
}
header ul li:first-child{
	margin-left: 0;
}
.mb140{
	margin-bottom: 140px;
}
p.word{
	color: #8170AC;
	font-size: 72px;
	padding: 0 124px 140px;
}

img.all-games{
	width: 1298px;
}
@media screen and (max-width: 1298px) {
	img.all-games{
		width: 100%;
	}
}