.esport_main{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.esport_main section{
    width: 1100px;
    margin: 0 auto;
}
.esport_platform{
}
.esport_game_list{
}
.esport_platform_menu{
    width: 100%;
    height: 115px;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.esport_platform_menu li{
    position:relative;
    flex: 1 1 auto;
    background: linear-gradient(#343434,#4c4c4c);
    border-top: 1px solid #2e2e2e;
    border-left: 1px solid #202020;
    border-right: 1px solid #444444;
    text-align: center;
    cursor: pointer;
    color: #ffe49b;
    font-size: 16px;
    list-style: none;
    height: 60px;
    line-height: 60px;
}
.esport_platform_menu li.active{
    border-bottom:  3px solid #ffe49b;
    background: linear-gradient(#9c9c9c,#585858);
}
.esport_platform_menu li a{
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: block;
}

.esport_platform_menu li.active a,
.esport_platform_menu li a:hover{
    color: #ffe49b;
}
.esport_platform_menu li a img{
    position: absolute;
    vertical-align: middle;
    margin-right: 8px;
    width: 110px;
    position: absolute;
    top: -33px;
}
.esport_game_menu{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}
.esport_game_menu li{
    position: relative;
    width: 18%;
    height: 270px;
    margin: 11px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #000;
    transition: all 0.3s;
    list-style: none;

}
.esport_game_menu li:nth-child(7n+1){
    background-image: radial-gradient(ellipse, #d4fc79 0%, #96e6a1 100%);
}
.esport_game_menu li:nth-child(7n+2){
    background-image: radial-gradient(ellipse, #fee140 0%, #fa709a 100%);
}
.esport_game_menu li:nth-child(7n+3){
    background-image: radial-gradient(ellipse, #ffb199 0%, #ff0844 100%);
}
.esport_game_menu li:nth-child(7n+4){
    background-image: radial-gradient(ellipse, #00c6fb 0%, #005bea 100%);
}
.esport_game_menu li:nth-child(7n+5){
    background-image: radial-gradient(ellipse, #e5b2ca 0%, #7028e4 100%);
}
 .esport_game_menu li:nth-child(7n+6){
    background-image: radial-gradient(ellipse, #B7F8DB 0%, #50A7C2 100%);
}
.esport_game_menu li:nth-child(7n+7){
    background-image: radial-gradient(ellipse, #f77062 0%, #fe5196 100%);
}
.esport_game_menu li:hover{
    margin-top: 0;
}
.game_img{
    display: block;
    width: 180px;
    height: 180px;
    margin: 25px auto 0;
}
.game_title{
    position: absolute;
    left:0;
    bottom: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size:15px;
    text-align: center;
    background-color:rgba(255,255,255,.5);
}
.esport_game_menu li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.esport_game_menu li a:hover{
    color: #ff5f72;
}
.esport_game_menu li a:after{
    display: block;
    content: '';
    background: url('/common/storage/game/pvp/esport_bg.png') center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}
