@CHARSET "UTF-8";
.top_nav .navbar .navbar-list {
    position: relative;
}

#fishBody {
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background-size: 100% 100%;
    background: #f1f1f1f1;
}
#fishBody.night{
    background: #161616;
}

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

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

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

.logo-cont.night {
    background: url(/images/slotGame/other-icon-n.png) no-repeat center top;
    background-size: auto 60px;
}

/* .header_top {
    background: #1672d6;
} */

.top_nav {
    background: #FFFFFF;
}

.top_nav.night {
    background: #1E1E1E;
}

.header_top.night {
    background: #1672d6;
    color: #fff;
}


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

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

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

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



#items .item .item-box.ag-fish-box .title{
    display: flex;
    align-items: center;
}

#items .item .item-box.ag-fish-box .title .icon-fishs{
    width: 104px;
    height: 37px;
    background: url('../images/fish/ICON-FISH.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}


