﻿@CHARSET "UTF-8";
.header {

}
.header .fixbar {
  position: absolute;
  width: 100%;
  top: 0;
}
.header.fixed .fixbar {
  position: fixed;
  top: 0px;
}