body{ color:#fff; font-size:14px; margin:0; padding:0; }

#q, #nextQiShu {
    color: red;
}

.kj-lotto {
    padding: 0 0;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-family: Arial, '微软雅黑';
    max-width: 1000px;
    margin: auto;
}

.kj-lotto a {
    text-decoration: none;
}

.kj-lotto ul {
    margin: 0;
    padding: 0;
}

.kj-lotto ul li {
    list-style: none;
}

.kj-lotto .kj-lotto-tit {
    height: 2.5em;
    line-height: 2.5em;
    display: flex;
    justify-content: space-between;
}

.kj-lotto .kj-lotto-tit1 {
}

.kj-lotto .kj-lotto-tit1 span:first-child {
    font-weight: bold;
}

.kj-lotto .kj-lotto-tit3 {
}

.kj-lotto .kj-lotto-tit3 a {
    color: #f00;
}

.kj-lotto .kj-lotto-box {
}

.kj-lotto .kj-lotto-box ul {
    display: flex;
}

.kj-lotto .kj-lotto-box ul li {
    text-align: center;
    width: 14.29%; /*padding-top:.12rem; box-sizing: border-box; border-radius: 10px;border: solid 1px #ddd; box-shadow: 0 0 10px rgba(0,0,0,.1); background: linear-gradient(to top, #eee, #fff);*/
}
.kj-lotto .kj-lotto-box ul li div {
    width: 2.8em;
    height: 30px;
    line-height: 2.8em;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    background-size: 100% 100% !important;
    /* [disabled]padding-bottom:3px; */
}
.kj-lotto .kj-lotto-box ul li span {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    background-size: 100% 100% !important;
    /* [disabled]padding-bottom:3px; */
}

.kj-lotto .kj-lotto-box ul label {
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    color: red;
    font-size: 24px;
}

/*.kj-lotto .kj-lotto-box ul li.kj-lotto-red:last-child{box-shadow:0 0 10px rgba(255,0,0,0.58);border-color:red;}*/
/*.kj-lotto .kj-lotto-box ul li.kj-lotto-blue:last-child{box-shadow: 0 0 10px rgb(0, 160, 233);border-color: #00a0e9;}*/
/*.kj-lotto .kj-lotto-box ul li.kj-lotto-green:last-child{box-shadow:0 0 10px rgba(0,128,0,0.58);border-color:green;}*/
.kj-lotto .kj-lotto-box ul li.kj-lotto-red span {
    background: url('../img/red.png') 0 0 no-repeat;
}

.kj-lotto .kj-lotto-box ul li.kj-lotto-blue span {
    background: url('../img/blue.png') 0 0 no-repeat;
}

.kj-lotto .kj-lotto-box ul li.kj-lotto-green span {
    background: url('../img/green.png') 0 0 no-repeat;
}

.kj-lotto .kj-lotto-box ul li.kj-lotto-red div {
    background: url('../img/red.png') 0 0 no-repeat;
}

.kj-lotto .kj-lotto-box ul li.kj-lotto-blue div {
    background: url('../img/blue.png') 0 0 no-repeat;
}

.kj-lotto .kj-lotto-box ul li.kj-lotto-green div {
    background: url('../img/green.png') 0 0 no-repeat;
}

.kj-lotto .kj-lotto-box ul li:last-child {
    /* [disabled]margin-left: 10px; */
}

.kj-lotto .kj-lotto-box ul li em {
    display: block;
    line-height: 100%;
    margin-top: .10rem;
    font-style: normal;
}

.kj-lotto-tit2 {
    display: none;
}

.kj-lotto .kj-lotto-box {
}

.kj-lotto .kj-lotto-foot {
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kj-lotto .kj-lotto-foot1 {
}

.kj-lotto .kj-lotto-foot2 {
}

.kj-lotto .kj-lotto-foot2 a {
    padding: 3px 8px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    background: linear-gradient(to top, #c10000, #f00);
    text-decoration: none;
}

.alertBox {
    border: 1px solid #B1B1B1;
    position: absolute;
    bottom: 0px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background-color: crimson;
    text-align: center;
    color: white;
    text-decoration: none;
    display: none;
    line-height: 14px;
    font-size: 10px;
}

@media screen and (max-width: 800px) {
    .kj-lotto {
        font-size: 18px;
    }

    .kj-lotto .kj-lotto-box ul li span {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    .kj-lotto {
        font-size: 16px;
    }

    .kj-lotto .kj-lotto-box ul li span {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .kj-lotto {
        font-size: 16px;
    }

    .kj-lotto .kj-lotto-box ul li span {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .kj-lotto .kj-lotto-tit2 span:first-child {
        display: none;
    }

    .kj-lotto {
        font-size: 15px;
    }

    .kj-lotto .kj-lotto-box ul li span {
        font-size: 16px;
    }

    .kj-lotto .kj-lotto-box ul label {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .kj-lotto {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .kj-lotto {
        font-size: 12px;
    }

    .kj-lotto .kj-lotto-box ul li span {
        font-size: 15px;
    }
}

.qishu, .nextkai {
    font-size: 17px;
    font-weight: bold;
    line-height: 2.5em;
}
@media screen and (max-width: 450px) {
    .nextkai {
        font-size: 15px;
        font-weight: bold;
        line-height: 2.5em;
    }
}
.pointer:hover{
    cursor:pointer;
    /*光标呈现为指示链接的指针（一只手）*/
}