@CHARSET "UTF-8";
.top_nav .navbar .navbar-list {
    position: relative;
}
.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;
}
#lotteryBody {
     background: url(/images/lottery/lottery-main-bg.jpg) no-repeat center top;
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.content-main-bg {
    background: #f1f1f1f1;
}

.content-main-bg.night {
    /* background: url(/images/lottery/main-bg-night.jpg) no-repeat center top; */
    background: #161616;
}

#banner {
    background: url(/images/lottery/lottery-main-bg.jpg) no-repeat center top;
    width: 100%;
    max-width: 1920px;
    height: 530px;
}

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

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

#items .ig-lottery-cont {
    position: relative;
    width: 1160px;
    height: 380px;
    margin: 80px auto;
    cursor: pointer;
    padding: 6% 10%;
    background: url(/images/theme/BTD.png) no-repeat center bottom;
    color: #666666;
}

#items .ig-lottery-cont.night {
    color: #fff;
    background: url(/images/lottery/CP.png) no-repeat center bottom;
}

#items .js-join-game .left-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#items .js-join-game .right-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#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: 5% 0;
    border: 2px solid #D02443;
    color: #D02443;
}
#items .js-join-game a.night {
    border: 2px solid #FFFFFF;
    color: inherit;
}


#items .ig-lottery-cont:nth-last-child(1) {
    margin-bottom: 0;
}

.ig-lottery-cont .left-cont {
    /* width: 300px !important; */
    float: left;
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}

.ig-lottery-cont .right-cont {
    float: right;
    /* padding: 165px 60px 0; */
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}

#items .title {
    margin-bottom: 20px;
    font-size: 40px;
}

#items .title.night {
    color: #ef6085;
}

#items .text {
    font-size: 22px;
    color: #333;
    line-height: 1.5;
}

#items .text1 {
    font-size: 20px;
    color: #999;
    line-height: 1.5;
}

.right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}

.left-img {
    position: absolute;
    left: 0;
    bottom: 0;
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}

.join-game-btn {
    width: 120px;
    height: 38px;
    margin-top: 30px;

}

.igs-btn {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    background: url(/images/lottery/ig-btn.png) no-repeat center top;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.left-logo {
    position: absolute;
    top: -20px;
    left: 60px;
}

.right-logo {
    position: absolute;
    top: -20px;
    right: 60px;
}

.join-game-btn a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.logo-cont {
    height: 60px;
    /*width: 334px;*/
    margin: 0;
    background: #ffbc5d url(/images/lottery/lottery-icon2.png) no-repeat center top;
    background-size: auto 60px;
}

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

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

.footer-detail.night {
    background: url(/images/lottery/footer-bg-night.jpg) no-repeat center top;
}