.box{
    width: 100%;
    height: 2377px;
    background: url('../images/games-bg.png') no-repeat;
    background-size: cover;
}
.header{
    position:relative;
    width: 100%;
    height: 184px;
}
.games-title{
    width: 1201px;
    height: 119px;
    margin: 0 auto;
}
.games-title p{
    height: 44px;
    font-family: 'Bebas-Regular';
    font-weight: 400;
    font-size: 60px;
    color: #FEFEFE;
    line-height: 39px;
    overflow: hidden;
}
.games-title span{
    display: block;
    width: 222px;
    height: 2px;
    background: #351D02;
    margin-top: 17px;
}
.games-title span em{
    display: block;
    width: 90px;
    height: 2px;
    background: #FF8A00;
}
.games-list{
    width: 1201px;
    overflow: hidden;
    margin: 0 auto;
}
.games-item{
    width: 1201px;
    height: 570px;
    margin: 70px auto 0;
    overflow: hidden;
}
.games-list .games-item:first-child{
    margin-top: 0;
}
.games-item-o{
    height: 650px;
    background: url('../images/games-item-1.png') no-repeat;
    background-size: 100% 100%;
}
.games-item-o .games-item-name{
    margin: 300px auto 0;
}

.games-item-sname{
	width: 1116px;
	font-size: 22px;
	color: #fff;
	margin: 8px auto 0;
}
.games-item-conwz{
	color: #fff;
	font-size: 20px;
	width: 1116px;
	margin: 4px auto 0;
}
.games-item-conwzb{
	color: #fff;
	font-size: 20px;
	width: 1116px;
	margin: 14px auto 0;
}
.games-item-o .games-item-content{
    height: 170px;
}
.games-item-t{
    background: url('../images/games-item-2.png');
    background-size: 100% 100%;
}
.games-item-s{
    background: url('../images/games-item-3.png');
    background-size: 100% 100%;
}
.games-item-name{
    display: flex;
    width: 1116px;
    height: 30px;
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 30px;
    margin: 250px auto 0;
    color: #fff;
    align-items: center;
}
.games-item-t .games-item-name{
	margin: 230px auto 0;
}
.line{
    display: block;
    width: 30px;
    height: 2px;
    background: #FF8A00;
    border-radius: 1px;
    margin-top: 6px;
    margin-left: 44.5px;
}
.games-item-content{
    width: 1116px;
    height: 140px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 5px auto 0;
    font-family: 'DIN-Light';
    line-height:24px;
}
.games-item-t .games-item-content{
	height: 170px;
}
.games-item-t .games-item-conwzb{
	margin: 6px auto 0;
}
.games-item-download{
    display: flex;
    align-items: baseline;
    width: 1116px;
    margin: 10px auto 0;
    color: #fff;
}
.games-item-download span{
    font-family: 'DIN-Light';
    font-size: 22px;
    padding-right: 13px;
}
.games-item-download em{
    width: 1px;
    height: 21px;
    background: #333B40;
    margin-left: 19px;
    margin-right: 19px;
}
.games-list span b{
	color: #FF8A00;
	font-size: 24px;
}
