/* ==================== 主入口页面样式 ==================== */
body { 
    margin: 0; 
    padding: 0; 
}

.KJ-TabBox { 
    height: 173px; 
    overflow: hidden;
    background: #fff; 
    color: #bfbfbf; 
    font-family: 'PingFang SC', 'microsoft yahei', arial, 'helvetica neue', 'hiragino sans gb', sans-serif; 
    margin: 0; 
    padding: 0;
}

.KJ-TabBox ul,
.KJ-TabBox li {
    margin: 0;
    list-style: none;
    padding: 0;
    border: 0;
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
    font-family: 黑体;
}

.KJ-TabBox ul { 
    display: flex; 
    height: 39px; 
    padding: 0; 
    box-sizing: border-box; 
    border-bottom: solid 2px #FFF;
}

.KJ-TabBox li { 
    flex: 1; 
    height: 30px; 
    line-height: 28px; 
    margin-right: 0; 
    text-align: center; 
    border-radius: 50px; 
    background: #9E9E9E; 
    cursor: pointer;
    box-shadow: inset 5px 5px 5px rgba(255,255,255,0.6), 4px 4px 3px rgba(0,0,0,0.15);
}

.KJ-TabBox li.cur { 
    color: #fff; 
    background: #FF9900;
}

.KJ-TabBox li:nth-child(1).cur { 
    background: #e62e00;
}

.KJ-TabBox li:nth-child(2).cur { 
    background: #0000ff;
}

.KJ-TabBox li:nth-child(3).cur { 
    background: #ff9933;
}

.KJ-TabBox li:nth-child(4).cur { 
    background: #3399ff;
}

.KJ-TabBox li:nth-child(5).cur { 
    background: #d633ff;
}

.KJ-TabBox li:nth-child(6).cur { 
    background: #2eb8b8;
}

.KJ-TabBox div {
    display: none;
}

.KJ-TabBox div.cur {
    display: block !important;
}

.KJ-TabBox .KJ-IFRAME {}

@media screen and (max-width: 650px) {
    .KJ-TabBox ul {
        height: 33px;
    }
    
    .KJ-TabBox li { 
        height: 28px;
        font-size: 20px;
        font-family: 黑体;
    }
    
    .KJ-TabBox { 
        height: 168px;
    }
}

/* ==================== 通用样式 ==================== */
#q,
#nextQiShu {
    color: red;
}

.kj-lotto .kj-lotto-tit {
    margin-top: 0px;
    align-items: center;
}

.whsx {
    height: 19px;
    line-height: 19px;
    margin-top: 6px;
    padding: 0 6px;
    border-radius: 2px;
    color: #333;
    font-size: 15px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 476px) {
    .whsx { 
        /*padding: 0 1px;*/
        font-size: 12px;
    }
}

.kj-lotto-tit2 {
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(#bf80ff, #a54dff);
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 2px;
    text-shadow: 1px 1px 1px #000;
    box-shadow: inset 5px 5px 5px rgba(255,255,255,0.6), 4px 4px 3px rgba(0,0,0,0.15);
}

/* ==================== 老澳彩和香港彩页面样式 ==================== */
body {
    padding: 0px 5px 0px 5px;
    background-color: #ffffff;
}

/* ==================== 新澳彩页面样式 ==================== */
.masky {
    text-align: center;
    background-image: -webkit-linear-gradient(left, #0e0e0e, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #ff6500 25%, #ff0000 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #0a0a0a 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #ff6500 75%, #000 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #212529 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 3s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

