*{
    margin: 0;
    padding: 0;
}
/* ----------------字体颜色-------------------- */
.color_red{
    color: red !important;
}
.color_green{
    color: green !important;
}
.color_blue{
    color: blue !important;
}
.color_skyblue{
    color: #00A2FF !important;
}
.color_violet{
    color: #6100FF !important;
}
.color_skypink{
    color: #FD489B !important;
}
.color_big{
    color: #FF99FF !important;
}
.color_small{
    color: #0099CC !important;
}
.color_odd{
    color: #996699 !important;
}
.color_even{
    color: #FF9966 !important;
}
/* ----------------背景颜色-------------------- */
.bg_red{
    background: red !important;
    color: #ffffff;
}
.bg_green{
    background: green !important;
    color: #ffffff;
}
.bg_blue{
    background: blue !important;
    color: #ffffff;
}
.bg_skyblue{
    background: #00A2FF !important;
    color: #ffffff;
}
.bg_violet{
    background: #6100FF !important;
    color: #ffffff;
}
.bg_skypink{
    background: #FD489B !important;
    color: #ffffff;
}
.bg_big{
    background: #FF99FF !important;
    color: #ffffff;
}
.bg_small{
    background: #0099CC !important;
    color: #ffffff;
}
.bg_odd{
    background: #996699 !important;
    color: #ffffff;
}
.bg_even{
    background: #FF9966 !important;
    color: #ffffff;
}
.bg_tip{
    background: #f4e7f4 !important;
    color: #000 !important;
}
/* ----------------边框颜色-------------------- */
.bd_red{
    border:1px solid red !important;
}
.bd_green{
    border:1px solid green !important;
}
.bd_blue{
    border:1px solid blue !important;
}
.bd_skyblue{
    border:1px solid #00A2FF !important;
}
.bd_violet{
    border:1px solid #6100FF !important;
}
.bd_skypink{
    border:1px solid #FD489B !important;
}
.bd_small{
    border: 5px solid #0099CC !important;
}
.bd_big{
    border: 5px solid #FF99FF !important;
}
.bg_ccc{
    border: 1px solid #ccc !important;
}
/*禁止某个特定元素的文本被选中 */  
.unselectable {  
    user-select: none;  
    -ms-user-select: none; /* Internet Explorer 10+ */  
    -moz-user-select: none; /* Firefox */  
    -khtml-user-select: none; /* Konqueror HTML */  
    -webkit-user-select: none; /* Safari, Chrome, and Opera */  
}
/* 元素隐藏 */
.hidden{
    display: none !important;
}
/* 元素禁止点击 */
.disabled {
    pointer-events: none;
}

.lotto12_result_span{
    display: inline-block;
    width: 50px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 23px;
    text-align: center;
    margin: 0px 5px;
}
