.guanming {
    background-color: #ed3ef7 !important;
    background: url(../images/guanming.png) no-repeat;
    background-size: 20px 41px;
}
.naming{
    padding-left: 12px;
    animation: qlw_zw 0.5s linear infinite;
}
span.flag_ser {
     padding-left: 11px;
     color: #F86A00;
     font-size: 12px;
     width: 33px !important;
     background: url(../images/flag_ico.png) no-repeat center 6px;
     background-size: 36px 34px;
}
@keyframes qlw_zw{
    0%{color:#25ff00}
    49.9%{color:#0087ff}
    50%{color:yellow}
    100%{color:#0eff00}
}