.gameBox{
    border: 2px solid #92d7e4;
    display: inline-block;
    padding: 0.25rem;
    border-radius: 3px;
}
.level {
    margin: 0.75rem auto 0 auto;
}
.level button {
    padding: 0.01rem 0.4rem;
    background: #06b672;
    border: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.65rem;
}
.row {
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.4px;
}
.col {
    display: inline-block;
    background: rgba(32, 226, 255, 0.41);
    border: 1px solid #92d7e4;
    margin: 1px;
    width: 1.15rem;
    height: 1.15rem;
    line-height: 1.15rem;
    letter-spacing: normal;
    position: relative;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
}
.night .col{
    background-color: #181a1b;
    border: 1px solid #333;
}
.night .col[style="background: white;"]{
    background:#aaa !important;
}
.col span {
    display: inline-block;
    position: relative;
    opacity: 0;
    font-weight: bold;
    cursor:default;
}
.col:hover {
    background-color: #4bc5da;
    border: 1px solid #4cc6da;
}
.night .gameBox{
    border: 2px solid #444;
}
.night .col:hover {
    background-color: #444;
    border: 1px solid #444;
}
.img-flag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1rem;
    height: 1rem;
}
.hide {
    display: none;
}
.boom {
    background: url(/zb_users/plugin/xc_toolbox/tool/play_saolei/boom.svg?r=1) no-repeat 0.025rem 0.1rem;
    background-size: 0.9rem 0.85rem;
}
.div-boom {
    font-size: 1.5rem;
    position: fixed;
    top: 2.5rem;
    left: 50%;
}
.info {
    font-size: 0.6rem;
    text-align: center;
    padding: 0.3rem 0px;
    margin: 0 auto 0.75rem auto;
    width: 11rem;
    border: 1px solid #d2e0e9;
    border-radius: 6px;
    background-color: #f6f7fa;
}
.night .info{
    background-color: #444;
    border: 1px solid #444;
}
.info p {
    display: inline-block;
    margin: 0 0.5rem;
}
.info p span {
    color: rgb(67, 183, 189);
}
.num-1 {
    color: rgb(8, 153, 235);
}
.num-2 {
    color: rgb(255, 45, 178);
}
.num-3 {
    color: rgb(109, 224, 176);
}
.num-4 {
    color: rgb(8, 153, 235);
}
.num-5 {
    color: rgb(255, 167, 45);
}
.num-6 {
    color: rgb(49, 140, 102);
}
.num-7 {
    color: rgb(168, 55, 237);
}
.num-8 {
    color: rgb(15, 254, 154);
}
.setups{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #16b777;
    color: #fff;
    height: 1.9rem;
    line-height: 1.9rem;
    border-radius: 4px;
    cursor: pointer;
}