
.header {

  font-size: 18px;
  color: #666;
  line-height: 49px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  padding: 0 50px;
  position:  absolute;
  z-index: 1001;

}

 
.header .menu_close {
  background: center center no-repeat transparent;
  background: url(../images/menu_open.png);
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 10px;
}

.header .menu_open {
  background: center center no-repeat transparent;
  background: url(../images/menu_close.png);
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 10px;
  display: flex;
   flex-direction: row;
}

.header .login {
  width: 40px;
  color: #06477e;
  height: 20px;
  position: absolute;

  right: 40px;
}
.header .seach {
  background: center center no-repeat transparent;
  background: url(../images/seach.png);
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 10px;
}
.mm-title{   color: #06477e !important; font-size: 18px; }
.mm-navbar{height: 50px !important;}
.mm-listview > li:not(.mm-divider):after {
  left: 0px !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -5px !important;
}
