.top_nav .navbar .navbar-list .triangle{
    bottom: 3px;
}
.game-dropdown {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 1920px;
    line-height: 1;
    /*min-height: 210px;*/
    color: #54689a;
    background: #edf3f8 url(/images/Rectangle.png)no-repeat center top;
    background-size: 100% 100%;
}
#loginBtn{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: none;
}
.top_nav .navbar-list:hover .game-dropdown {
    display: block;
}

.game-drop-list {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}


.percent {
    font-size: 16px;
}

.hide {
    display: none !important;
}

.list-context{
    padding: 20px 0 5px;
    justify-content: center;
}
.list-context li {
    /*float: left;*/
    width: 101px;
    text-align: center;
    margin:0 30px;
    transition: all .1s;
    position: relative;
}
/*老虎机*/
.slot-list-context {
    flex-wrap: wrap;
    justify-content: left;
    transition: all .3s;
}

.slot-list-context.active {
    height: auto;
}

.chess-list-context li,

.slot-list-context li{
    margin:0 15px;
}
/*.list-context li:nth-of-type(9n) {*/
    /*margin-right: 0;*/
/*}*/

.list-context li:hover {
    transform: scale(1.05);
}

.list-context li a {
    display: block;
    line-height: 3;
    font-size: 14px;
    font-weight: bold;
}

.list-context li a img {
    max-width: 100%;
}
.more-game {
    margin: 15px 0 0;
    text-align: right;
    color: #fe219f;
}

.l-txt{
    margin-left: 14px;
}

/*真人*/

.live-list-context li{
    width: auto;
    margin: 0 30px;
}
.live-list-context li.ea,
.live-list-context li.mg{
    margin: 0 30px 0 16px;
}


.live-list-context li.ob{
    margin: 0 30px 0 11px;
}


.sport-right-cont .list-context li {
    width: 194px;
    margin: 0 20px;
}



.other-right-cont .list-context li {
    width: 207px;
    margin: 0 20px;
}



.logo-cont {
    display: block;
    width: 233px;
    height: 40px;
    margin: 10px 0;

    background: url(/images/index/qy3.png) no-repeat center top;
    background-size: 100%;
}


