.rapiaInjectionBox {
    width: 100%;
    height: 241px;
    user-select: none;
    /*border: 1px solid #e3d8d8;*/
}
.rapiaInjectionTab {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
}
.rapiaInjectionTab > span {
    float: left;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
    line-height: 56px;
    color: #000000;
    cursor: pointer;
}
.rapiaInjectionTab > span.active {
    height: 54px;
    border-bottom: 2px solid red;
    font-size: 16px;
}
.rapiaInjectionTime {
    line-height: 56px;
    color: #333;
    font-size: 12px;
    padding: 0 12px;
}
.rapiaInjectionTime > a {
    color: red;
    padding: 0 4px;
}
.rapiaInjectionTime > span {
    float: right;
}
.rapiaInjectionTime > span > a {
    padding: 0 2px;
    float: left;
}
.rapiaInjectionOpenNumBox {
    height: auto;
    overflow: hidden;
}
.rapiaInjectionOpenNumBox > div:nth-child(1) {
    float: left;
    width: 62px;
    height: auto;
    padding: 0 20px;
    text-align: center;
}
.rapiaInjectionOpenNumBox > div:nth-child(1) > img {
    width: 62px;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) {
    float: left;
    width: calc(100% - 102px);
    height: auto;
    padding: 8px 0;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #e4393c;
    margin-right: 4px;
    border-radius: 50%;
    line-height: 32px;
    color: #FFFFFF;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k3ele {
    background: url(/views/rapidInjection/k3.png) no-repeat;
    background-size: auto 32px;
    border-radius: 0;
    margin-right: 0;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k3ele,
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.plus {
    float: left;
    margin-top: 10px;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.plus {
    background: none;
    color: #000000;
    border: 0;
    margin-right: 0;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k32 {
    background-position-x: -40px;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k33 {
    background-position-x: -80px;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k34 {
    background-position-x: -120px;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k35 {
    background-position-x: -160px;
}
.rapiaInjectionOpenNumBox > div:nth-child(2) > span.k36 {
    background-position-x: -200px;
}
.rapiaInjectionNote {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 12px;
}
.rapiaInjectionNote > span:nth-child(1) {
    float: left;
}
.rapiaInjectionNote > span:nth-child(2) {
    float: right;
}
.rapiaInjectionNote > span:nth-child(1) > input[type="button"] {
    width: 32px;
    height: 32px;
    cursor: pointer;
    outline: none;
    border: 1px solid #999;
    background: none;
}
.rapiaInjectionNote > span:nth-child(1) > input[type="text"] {
    width: 66px;
    height: 30px;
    border: 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-indent: 12px;
    color: #000;
}
.rapiaInjectionNote > span:nth-child(2) > a{
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.rapiaInjectionNote > span:nth-child(2) > a:nth-child(1) {
    border: 1px solid #dce1e5;
    background-color: #FFFFFF;
    color: #333;
    margin-right: 12px;
}
.rapiaInjectionNote > span:nth-child(2) > a:nth-child(2) {
    border: 1px solid #dce1e5;
    background-color: #397de4;
    color: #FFFFFF;
}
.rapiaInjectionContent > ul {
    display: none;
}
.rapiaInjectionContent > ul.active {
    display: block;
}

.ball_01, .ball_02, .ball_07, .ball_08, .ball_12, .ball_13, .ball_18, .ball_19, .ball_23, .ball_24, .ball_29, .ball_30, .ball_34, .ball_35, .ball_40, .ball_45, .ball_46 {
    background: #E94335 !important;
}
.ball_05, .ball_06, .ball_11, .ball_16, .ball_17, .ball_21, .ball_22, .ball_27, .ball_28, .ball_32, .ball_33, .ball_38, .ball_39, .ball_43, .ball_44, .ball_49
{
    background: #78B931 !important;
}
.ball_03, .ball_04, .ball_09, .ball_10, .ball_14, .ball_15, .ball_20, .ball_25, .ball_26, .ball_31, .ball_36, .ball_37, .ball_41, .ball_42, .ball_47, .ball_48 {
    background: #0185f9 !important;
}