/*自定义样式*/


.flagico{
    position: absolute;
    left: 0; 
    top: 0; 
    background-image: url('../picture/jing.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}