/*通用header样式*/
.header{
    background: #163149;
    height: 30px;
    line-height: 30px;
    color: white;
    letter-spacing: 1.2px;
}
