.top_nav .dropdown .drop-list:nth-child(1) .chess-list-context {
    height: auto;
}
.top_nav .navbar .navbar-list {
    position: relative;
}
#sportBody {
    background: #f1f1f1f1;
    background-size: 100% 100%;
}
#sportBody.night{
    background: #161616;
}
.main-body {
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background-size: 100% 100%;

}

.content {
    position: relative;
    padding: 0 0 50px 0;
}

.content #items {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#items .js-join-game {
    background: url(/images/theme/BTD.png) no-repeat center bottom;
    color: #666666;
}

#items .js-join-game.night {
    background: url(/images/sport/BTD.png) no-repeat center bottom;
    color: #fff;
}

/*qy*/
#items .qy-game-item {
    position: relative;
    height: 530px;
    overflow: hidden;
    cursor: pointer;
    padding: 12% 10%;
}
#items .js-join-game .title{
    font-size: 50px;
    color: #697DA9;
}

#items .js-join-game .title.night{
    color: inherit;
}

#items .js-join-game p{
    font-size: 18px;
}
#items .js-join-game a {
    display: block;
    width: 180px;
    line-height: 56px;
    border-radius: 30px;
    font-size: 20px;
    margin: 15% 0;
    border: 2px solid #D02443;
    color: #D02443;
}

#items .sba-game-item a{
    margin: 35% 0;
}
#items .qy-game-item .qy-join-game-btn {
    position: absolute;
    bottom: 20px;
    left: 288px;
    height: 99px;
    width: 152px;
    background: url(/images/sport/sb-join-game.png) no-repeat center top;
    cursor: pointer;
    transition: all .2s;
}

#items .qy-game-item .qy-sport {
    position: absolute;
    right: 60px;
    bottom: 0;
    transition: all .3s;
}

#items .qy-game-item:hover .qy-sport {
    right: 80px;
}


/*sb*/
#items .sba-game-item {
    position: relative;
    height: 450px;
    cursor: pointer;
    padding: 6% 0 0 64%;
}
#items .sba-game-item .sba-join-game-btn{
    position: absolute;
    bottom: 20px;
    right: 288px;
    height: 99px;
    width: 152px;
    z-index: 88;
    cursor: pointer;
    background: url(/images/sport/im-join-game.png) no-repeat center top;
    transition: all .2s;
}
#items .sba-game-item .sba-sport{
    position: absolute;
    left: 60px;
    bottom: 0;
    transition: all .3s;
    z-index: 2;
}

#items .sba-game-item:hover .sba-sport{
    left: 80px;
}
#items .js-join-game{
    margin-top: 60px;
}
#items .js-join-game:nth-of-type(1){
    margin: 100px 0 60px;
}
/*nxj*/
#items .nxj-game-item{
    position: relative;
    height: 450px;
    cursor: pointer;
    padding: 6% 10%;
}


#items .nxj-game-item .nxj-join-game-btn{
    position: absolute;
    bottom: 20px;
    left: 288px;
    height: 99px;
    width: 152px;
    background: url(/images/sport/xj-join-game.png) no-repeat center top;
    cursor: pointer;
    z-index: 88;
    transition: all .2s;
}



#items .qy-game-item .qy-sport,
#items .nxj-game-item .nxj-sport{
    position: absolute;
    right: 60px;
    bottom: 0;
    transition: all .3s;
    z-index: 2;
}
#items .qy-game-item:hover .qy-sport,
#items .nxj-game-item:hover .nxj-sport{
    right: 80px;
}

#items .nxj-game-item .nxj-join-game-btn:hover,
#items .sba-game-item .sba-join-game-btn:hover,
#items .qy-game-item .qy-join-game-btn:hover{
    transform: scale(1.1);
}

.logo-cont{
    height: 60px;
    width: 334px;
    margin:  0;
    background: url(/images/slotGame/sport-icon3.png) no-repeat center top;
    background-size: auto 60px;
}
.logo-cont.night{
    background: url(/images/slotGame/sport-icon-n.png) no-repeat center top;
    background-size: auto 60px;
}



.layui-layer.tips-layer {
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
    z-index: 9990 !important;
}
.layui-layer-shade{
    z-index: 999 !important;
}

#items .ob-game-item {
    position: relative;
    height: 450px;
    margin-top: 60px;
    background: url(/images/sport/ob-bg.png) no-repeat center bottom;
}

#items .ob-game-item .ob-join-game-btn {
    position: absolute;
    bottom: 20px;
    left: 288px;
    height: 99px;
    width: 152px;
    background: url(/images/sport/ob-btn.png) no-repeat center top;
    cursor: pointer;
    transition: all .3s;
}

#items .ob-game-item .ob-sport {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s;
}

#items .ob-game-item:hover .ob-sport {
    right: 50px;
}

/*白夜版顶部导航*/
/* .header_top {
    background: #121931;
} */

.top_nav {
    background: #FFFFFF;
}

.top_nav.night {
    background:#222633;
    color: #697DA9;
}

/* .header_top.night {
    background: #121931;
    color: #fff;
} */

.header_top .login_after,
.header_top .login_after li a,
.header_top.night .login_after li a {
    color: #6d7ea1;
}

.forgetpwd, .login_after li, .login_after li a {
    color: #6d7ea1;
}

.content-main-bg.night {
    /* background: #202747 url(/images/sport/main-bg-n.jpg) no-repeat center top; */
    /* background: #F1F1F1; */
}

.footer-detail.night,
.footer-detail {
    height: 311px;
    padding-top: 35px;
    background: url(/images/sport/footer-bg.png) no-repeat center top;
}
