/*
 * ➔ 程序开发 Telegram：@kalishell
 * ➔ 落地页原创制作 Telegram：@kalishell
 * ➔ 即时通讯开发 Telegram：@kalishell 
 */
* {
    margin: 0;
    padding: 0;
}

.new-KJ-TabBox-box {
    font-size: 16px;
    box-sizing: border-box;
    color: #000000;
    padding: 8px 0;
    font-family: 'PingFang SC', Arial, '微软雅黑', 'helvetica neue', 'hiragino sans gb', sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.new-KJ-TabBox-box a {
    text-decoration: none;
}

.new-KJ-TabBox-box .kj-font-red {
    color: #f00 !important;
}

.new-KJ-TabBox-box-tit {
    display: flex;
    align-items: center;
    height: 17px;
    line-height: 17px;
    font-size: 17px;
    font-weight: 700;
}

.new-KJ-TabBox-box-tit-l {}

.new-KJ-TabBox-box-tit-m {
    flex: 1;
    text-align: right;
    font-weight: bold;
}

.new-KJ-TabBox-box-tit-r {}

.new-KJ-TabBox-box-con {
    display: flex;
    margin: 8px 0;
}
.jia {
    display: none;
    /* display: inline-block; */
    height: 61px;
    line-height: 61px;
    color: red;
    font-size: 24px;
    margin-right: 4px;
}

.new-KJ-TabBox-box-con .kj-ball {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
    text-align: center;
    border-radius: 4px;
    margin-right: 6px;
    box-sizing: border-box;
    flex-direction: column;
}

.new-KJ-TabBox-box-con .kj-ball:last-child {
    margin-right: 0;
}

.new-KJ-TabBox-box-con .kj-ball:nth-last-child(3) {
    margin-right: 6px;
}

.new-KJ-TabBox-box-con .kj-ball h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 24px;
    font-size: 28px;
    font-weight: 900;
}

.new-KJ-TabBox-box-con .kj-ball .whsx {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    margin-top: 6px;
    padding: 0 6px;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    background: #fff;
}

.new-KJ-TabBox-box-con .kj-add {
    display: flex;
    align-items: center;
    margin-right: 8px;
    font-size: 32px;
    font-weight: bold;
}

.new-KJ-TabBox-box-foot {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.new-KJ-TabBox-box-foot-l {
    flex: 1;
}

.new-KJ-TabBox-box-foot-r {}

.new-KJ-TabBox-box-foot-r-sx {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #FF9900;
}

@media screen and (max-width: 650px) {
    .new-KJ-TabBox-box {
        font-size: 14px;
    }

    .new-KJ-TabBox-box-tit {
        font-size: 16px;
    }

    .new-KJ-TabBox-box-con .kj-ball {
        margin-right: 4px;
    }

    .new-KJ-TabBox-box-con .kj-ball:nth-last-child(3) {
        margin-right: 4px;
    }

    .new-KJ-TabBox-box-con .kj-ball h2 {
        font-size: 24px;
    }

    .new-KJ-TabBox-box-con .kj-ball .whsx {
        margin-top: 4px;
        padding: 0 3px;
        font-size: 12px;
    }

    .new-KJ-TabBox-box-con .kj-add {
        margin-right: 4px;
    }

    .new-KJ-TabBox-box-con .kj-add {
        font-size: 24px;
    }

    .new-KJ-TabBox-box-foot {
        font-size: 15px;
    }
}

@media screen and (max-width:450px) {
    .new-KJ-TabBox-box-tit-m .kj-lotto-tit2 span:first-child {
        display: none;
    }
}


.new-KJ-TabBox-box-foot {
    flex-wrap: wrap;
    }
.new-KJ-TabBox-box-foot-l {
    white-space: nowrap;
}	

@media screen and (max-width: 380px) {
    .new-KJ-TabBox-box-tit, .new-KJ-TabBox-box-foot {
        font-size: 14px;
    }
}

@media screen and (max-width: 340px) {
    .new-KJ-TabBox-box-tit {
        font-size: 13px;
    }
}
/*正在开奖中样式*/
.kj-now{
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    display: flex;
    color: #fff;
}
.kj-now b{
    background: #999;
}
.green{
    background-color: rgb(31, 182, 29);
}
.red{
    background-color: rgb(231, 22, 7);
}
.blue{
    background-color: rgb(35, 137, 233);
}
 .downapp{
position: absolute;
padding: 0 3px;
font-size: 12px;
right: 84%;
bottom: 8px;
text-align: center;
background: linear-gradient(to top, #ff0000, #ff7d00);
line-height: 2em;
color: #fff;
border-radius: 4px;
animation: downapp 0.7s infinite;
text-decoration: none;
}
@keyframes downapp {
from {
    /* CSS 属性在动画开始时的值 */
    bottom: 8px;
}
to {
    /* CSS 属性在动画结束时的值 */
    bottom: 6px;
}
}