.box{
    width: 100%;
    height: 2377px;
    background: url('https://h5.tapplus.com/gw/tapplus/image/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('https://h5.tapplus.com/gw/tapplus/image/games-item-1.png') no-repeat;
    background-size: 100% 100%;
}
.games-item-o .games-item-name{
    margin: 410px auto 0;
}
.games-item-o .games-item-content{
    height: 120px;
}
.games-item-t{
    background: url('https://h5.tapplus.com/gw/tapplus/image/games-item-2.png');
    background-size: 100% 100%;
}
.games-item-s{
    background: url('https://h5.tapplus.com/gw/tapplus/image/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: 360px auto 0;
    color: #fff;
    align-items: center;
}
.line{
    display: block;
    width: 30px;
    height: 2px;
    background: #FF8A00;
    border-radius: 1px;
    margin-top: 17px;
    margin-left: 44.5px;
}
.games-item-content{
    width: 1116px;
    height: 90px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 15px auto 0;
    font-family: 'DIN-Light';
    line-height:27px;
}
.games-item-download{
    display: flex;
    align-items: baseline;
    width: 1116px;
    margin: 23px 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;
}