@charset "utf-8";

/**
 * 页头
 */
/* 顶栏 */
.page_header {
  padding: 4px 0;
  height: 56px;
  font-size: 16px;
  background: #f7f7f7 url(../images/strip.png) left bottom repeat-x;
  color: #B8B8B8;
}

.page_header .container {
  padding: 5px 0;
}

/* Bootstrap-xs */
@media (max-width:767px) {
  body>.page_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
}


/* <480px */
@media (max-width:479px) {}

/* <414px */
@media (max-width:413px) {
  .page_header {
    font-size: 16px;
  }

  .page_header .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}