.tag_header {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 1em;
    background-image: url(../../public/images/tag_header_bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;

}
[v-cloak]{ 
display: none;
}
.tag_header .tag_en {
    color: rgb(170, 170, 170);
}
