@CHARSET "UTF-8";

#banner{
    height: 530px;
}
#banner .loading-cont{
    padding: 165px 0;
}

.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 {
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 84px;
}

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

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

#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:48px auto 0;
    position: relative;
}

#items .ig-lottery-cont {
    position: relative;
    width: 580px;
    height: 323px;
    background: url(/images/lottery/newbg.png?v=2) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 45px;
    display: inline-block;
    margin-right: 40px;
    float: left;
}
#items .ig-lottery-cont:nth-child(even){
    margin-right: 0;
}
#items .ig-lottery-cont:nth-last-child(1) {
    margin-bottom: 0;
}

.ig-lottery-cont .left-cont {
    width: 300px !important;
    float: left;
    padding: 40px 0 0 35px;
    -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: 10px;
    font-size: 20px;
    color: #333;
}

#items .text {
    font-size: 14px;
    color: #666;
    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: 110px;
    height: 30px;
    margin-top: 11px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    /* background: url(/images/lottery/ig-btn.png?v=2) no-repeat center top; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    background-color: #4FAFAA;
    border-radius: 16px;
    line-height: 30px;
}

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

.left-logo {
    margin-bottom: 10px;
}

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

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

.ig-lottery-cont:hover .left-cont {
    padding-left: 80px;
}

.ig-lottery-cont:hover .right-img {
    right: 20px;
}




.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;
}