html,body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #f3f3f3;
}

div,
text,
button,
textarea,
label,
table,
tr,
td,
body,input{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.flvplayer-container{
    z-index: 0;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}

.nav-item{
    width-space:nowrap;
    word-break:keep-all;
    cursor: pointer;
    height: 100%;
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.sed{
    background: rgba(0,0,0,0.2);
}

.oneline-game-item{
    width-space:nowrap;
    word-break:keep-all;
    cursor: pointer;
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.oneline-game-item.sed{
    background-color: #dc3545;
    color: #fff;
}

.multiple-line-game-item{
    width-space:nowrap;
    word-break:keep-all;
    padding: 0px 20px;
    cursor: pointer;
}
.multiple-line-game-item.sed{
    color: red;
}

.ssc-ball{
    border-radius: 100%;
}

.ssc-square{
    border-radius: 4px;
}

.ssc-num-min-black{
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: blue;
    color: #fff;
}

.time-block,.ssc-time-block{
    border: solid 1px #aaa;
    width: 35px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
}

.time-block,.ssc-time-block + .time-block,.ssc-time-block{
    margin-left: 5px;
}

.ball{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.history-label{
    width: 100px;
    text-align: right;
    color: red;
    font-weight: bold;
}

.history-value{
    display: flex;
    padding: 0px 10px;
}
.history-item{
    display: flex;
    margin-top: 10px;
    align-items: center;
}


.history-block + .history-block{
    border-top: solid 1px #ccc;
}


.long-head{
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.long-row{
    display: table-row;
    height: 50px;
}
.long-cell{
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1px #f3f3f3;
}
.live-prize-video{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
.live-prize-videos-block{
    display: flex;
    flex-wrap: wrap;
}

.nowrap{
    width-space:nowrap;
    word-break:keep-all;
}
/*手机端*/
@media screen and (max-width: 640px) {
    .huikan-play-btn{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .pc{
        display: none;
    }
    .lottery-number{
        flex-wrap: wrap;
    }
    .lottery-number > .history-label{
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .lottery-number > .history-value{
        width: 100%;
        justify-content: center;
    }
    .video-cover{
        width: 100%;
    }
    .ssc-num-black{
        display: flex;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
        margin-bottom: 3px;
        background-color: blue;
        color: #fff;
    }
    .kj-area{
        padding: 10px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lately-lottery{
        width: 100%;
    }
    .ssc-lately-lottery{
        width: 100%;
    }
    .result-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
    }
    .result-block + .result-block{
        margin-left: 3px;
    }
    .min-ball{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        color: #fff;
        font-size: 12px;
    }
    .content{
        width: 100%;
        padding: 0px 20px;
    }
    .home-now-block{
        width: 100%;
    }
    .home-more-prize{
        width: 100%;
    }
    .history-block{
        width: 100%;
        background-color: #fff;
        padding: 10px 0px;
    }

    #long,#unlong{
        width: 100%;
    }

    .long-table{
        display: table;
        width: 100%;
        min-width: 300px;
        height: auto;
        background-color: #fff;
        margin-bottom: 20px;
        text-align: center;
        padding: 0px 10px;
    }
    .live-video video{
        width: 100%;
    }
    #pc-menus{
        display: none;
    }
    #m-menus{
        display: block;
    }
}
/*电脑端*/
@media screen and (min-width: 640px) {

    .mobile{
        display: none;
    }
    .video-cover{
        margin-left: 10px;
        width: 350px;
    }

    .ssc-num-black{
        display: flex;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
        margin-bottom: 3px;
        background-color: blue;
        color: #fff;
    }
    .kj-area{
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
    }
    .lately-lottery{
        width: 410px;
    }

    .ssc-lately-lottery{
        width: 380px;
    }
    .result-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
    }
    .result-block + .result-block{
        margin-left: 5px;
    }
    .min-ball{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        color: #fff;
        font-size: 12px;
    }
    .content{
        width: 1100px;
    }

    .home-now-block{
        flex: 1;
    }
    .home-more-prize{
        width: 100%;
    }
    .history-block{
        width: 100%;
        background-color: #fff;
        padding: 10px 0px;

    }
    .long-table{
        display: table;
        width: 100%;
        height: 0px;
        background-color: #fff;
        margin-bottom: 20px;
        text-align: center;
        margin-right: 10px;
    }
    .live-vide video{
        width: 1100px;
    }
    .sp-10{
        margin-right: 10px;
    }
    #pc-menus{
        display: block;
    }
    #m-menus{
        display: none;
    }
}
