@charset "UTF-8";
.con_wrap{
    width:990px;
    margin:0 auto
}
.listdesu ul{
    list-style:none;
    margin:0;
    padding:0;
    display:inline
}
.listdesu ul li{
    display:inline-block;
    padding:0;
    margin: 0
}
.casino-club{
    margin:10px 0 0;
    padding:0 0 27px
}
.casino-club li{
    width:488px;
    height:195px;
    display:block;
    vertical-align:bottom;
    margin:2px!important
}
.casino-club a{
	/*
    line-height:20px;
    font-size:14px;
    display:block;

	*/
	font-weight:700;
}
.casino-box-wrap{
    position:relative
}
.casino-box-wrap .box3{
    position:absolute;
    width:160px;
    bottom:10px;
    right:0;
    margin:0
}
.casino-btn {
    border-radius: 15px;
    background: linear-gradient(to bottom, #282828 50%, #000 50%);
    border-color: #fdf248;
    color: white !important;
}
.casino-btn:hover {
    background: linear-gradient(to bottom, #a109099d, #000);
    color: #cfbb31 !important;
}
.slot-page-bg {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    position: relative;
    /*background-image: url(../images/slots_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center top
}
.slot-page-wrap {
    width: 1120px;
    height: 1477px;
    margin: 0 auto
}
.slot-vendor-wrap {
    margin: 440px auto 0;
    width: 95%;
    height: 100px;
    display: flex
}
.slot-vendor-nav {
    width: 845px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px
}
.slot-vendor-search {
    width: 185px
}
.slot-vendor-icon {
    margin-right: 10px
}
.slot-vendor-icon {
    filter: grayscale(100%);
    cursor: pointer
}
.slot-vendor-icon.active,
.slot-vendor-icon:hover {
    filter: grayscale(0%)
}
.slot-gametab-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    height: 60px
}
.slot-gametab-nav li {
    padding: 0 15px;
    margin: 5px 0;
    border-right: 1px solid #fff;
    cursor: pointer;
    height: 20px
}
.slot-gametab-nav li:last-child {
    border: 0
}
.slot-gametab-nav li.active,
.slot-gametab-nav li:hover {
    color: orange
}
.slot-game-container {
    /* height: 750px; */
    height: auto;
    color: white;
}
.page-count {
    display: none;
    /* margin: 23px 0 0 40px; */
    flex-wrap: wrap;
    width: 1055px
}
.slot-game-wrap {
    width: 189px;
    height: 228px;
    position: relative;
    margin: 0 10.6px 20px
}
.slot-game-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 195px
}
.slot-game-title {
    width: 100%;
    height: 33px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px
}
.slot-game-btn-hover {
    visibility: hidden;
    opacity: 0;
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.slot-game-wrap:hover .slot-game-btn-hover {
    visibility: visible;
    opacity: 1
}
.slot-game-btn {
    width: 112px;
    height: 32px;
    background-color: #fbbd2e;
    color: #000;
    line-height: 32px;
    margin: 3px auto;
    text-align: center;
    cursor: pointer
}
.pagination-item-wrap {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 30px
}
.pagination-item-wrap li {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    background-color: #000;
    color: #fff;
    cursor: pointer
}
.pagination-item-wrap li.active,
.pagination-item-wrap li:hover {
    background-color: #ffb000;
    color: #000
}
.bg-dark-green{
    background-color: #041a15;
}