/*swiper 按鈕設定*/
.poker-swiper .swiper-button-white{ z-index: 99;}
.poker-swiper .swiper-button-next{ right: -40px;}
.poker-swiper .swiper-button-prev{ left: -40px;}

.poker_main{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: #0d0720 url('/common/storage/game/pvp/main_bg.jpg') center top no-repeat fixed;
}
.poker_main section{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.poker_platform_menu{
    width: 100%;
    /*height: 70px;*/
    padding: 0px 0;
    list-style: none;
}
.poker_platform_menu li{
    background: linear-gradient(#343434,#4c4c4c);
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    color: #ffe49b;
    font-size: 16px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 7px;
}
.poker_platform_menu li:hover,
.poker_platform_menu li.active{
    border: 1px solid #ffe49b;
}
.poker_platform_menu li a{
	color: #fff;
	font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 90px;
}
.poker_platform_menu li.active a,
.poker_platform_menu li a:hover{
	color: #ffe49b;
}
.poker_platform_menu li a img{
    vertical-align: middle;
    width: auto;
    margin: 0px auto 2px;
    height: 40px;
}
.poker_game_menu{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}
.poker_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;

}
.poker_game_menu li:nth-child(7n+1){
    background-image: radial-gradient(ellipse, #d4fc79 0%, #96e6a1 100%);
}
.poker_game_menu li:nth-child(7n+2){
    background-image: radial-gradient(ellipse, #fee140 0%, #fa709a 100%);
}
.poker_game_menu li:nth-child(7n+3){
    background-image: radial-gradient(ellipse, #ffb199 0%, #ff0844 100%);
}
.poker_game_menu li:nth-child(7n+4){
    background-image: radial-gradient(ellipse, #00c6fb 0%, #005bea 100%);
}
.poker_game_menu li:nth-child(7n+5){
    background-image: radial-gradient(ellipse, #e5b2ca 0%, #7028e4 100%);
}
 .poker_game_menu li:nth-child(7n+6){
    background-image: radial-gradient(ellipse, #B7F8DB 0%, #50A7C2 100%);
}
.poker_game_menu li:nth-child(7n+7){
    background-image: radial-gradient(ellipse, #f77062 0%, #fe5196 100%);
}
.poker_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);
}
.poker_game_menu li a .game_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 7px;
    box-sizing: border-box;
}
.poker_game_menu li a{
    display: block;
    width: 100%;
    height: 100%;
	color: #333;
}
.poker_game_menu li a:hover{
	color: #ff5f72;
}
.poker_game_menu li a::after{
	display: block;
	content: '';
	background: url('/common/storage/game/pvp/poker_bg.png') center top no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}
/*en css*/
