

.kj-item span,
/* .code-item, */
/* .result-tr span, */
.badge-o,
.badge-g{
    border-radius: 50% !important;
}

.code-sum{
    border-radius: 6px !important;
}

.kj-item{
    font-weight: 600;
}
body .kj-item span{
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
body .center-num{
    border: 1px solid #fff;
    color: #fff;
}
body .center-sum{
    font-size: 32px;
    line-height: 46px;
    color: #fff;
}

body #mi-qishu,body #mi-qishu2{
    color: #E5EA0F;
    font-weight: 500;
}
body #mi-time{
    color: #E5EA0F;
}

body .switch-on{
    border-color: rgb(66, 96, 255) ;
    box-shadow: rgb(66, 96, 255) 0px 0px 0px 16px inset ;
    background-color: #4260FF;
}
body #adopen .switch-txt{
    position: absolute;
    left: -7px;
    top: -1px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
body #adopen .switch-close{
    left: auto;
    right: -8px;
    color: #888;
}

body .issue-mi{
    background: linear-gradient(180deg, #FFB118 0%, #D72020 100%);
    font-size: 15px;
    padding: 5px 20px;
    border: none;
    box-shadow: none;
}

@media screen and (max-width: 620px) {
    body .kj-item span{
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
}


body .zs_2{
    border-radius: 12px !important;
}

#census .result-tr span p{
    font-weight: 600;
}

.hm_red{
    /* background: #FF3232 !important; */
    background: linear-gradient(180deg, #FF6464 0%, #940808 100%) !important;
    color: #fff;
}
.hm_blue{
    /* background: #006FFF !important; */
    background: linear-gradient(180deg, #609BFF 0%, #045FFB 100%) !important;
    color: #fff;
}
.hm_green{
    /* background: #18CE00 !important; */
    background: linear-gradient(180deg, #20EA4F 0%, #089422 100%) !important;
    color: #fff;
}


.sum_red{
    background: linear-gradient(180deg, #FF6464 0%, #940808 100%) !important;
}
.sum_blue{
    background: linear-gradient(180deg, #609BFF 0%, #045FFB 100%) !important;

}
.sum_green{
    background: linear-gradient(180deg, #20EA4F 0%, #089422 100%) !important;
}


.dxds_red{
    /* background: linear-gradient(180deg, #FF7575 0%, #FF2222 100%) !important; */
    background: #FF1F1F !important;
    color: #fff;
}
.dxds_blue{
    /* background: linear-gradient(180deg, #87BBFF 0%, #226FFF 100%) !important; */
    background: #0073FF !important;
    color: #fff;
}


.zi_red{
    background: #007aff !important;

}
.zi_blue{
    background: #007aff !important;
}
.zi_green{
    background: #007aff !important;
}


.hm4_red{
    background: #fff !important;
    color: #FF0000 !important;
    border: 1px solid #FF0000 !important
}
.hm4_blue{
    background: #fff !important;
    color: #0073FF !important;
    border: 1px solid #0073FF !important
}
.hm4_green{
    background: #fff !important;
    color: #10B232 !important;
    border: 1px solid #10B232 !important
}
