.header-mobile {
  background: rgba(24,118,200,.9);
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header-mobile .logo {
  background: url("../image/logo.png") no-repeat;
  background-size: 100px;
  /*width: 70px;*/
  /*height: 40px;*/
  top: 10px;
  left: 15px;
}
.header-mobile .logo a {
  height: 40px;
}

.mobilenav {
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  margin-top: 0;
  top: 85px;
  background-color: #fff;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.mobilenav h3 {
  color: #555;
}
.mobilenav .nav li {
  border-bottom: 1px solid #DDD;
}
.mobilenav .nav li a {
  color: #555;
  font-size: 20px;
}
.mobilenav.open {
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 200;
  opacity: 1;
}
.mobilenav .m-menu {
  padding: 20px;
  margin-top: 80px;
}

.menu-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline;
  z-index: 99;
  position: fixed;
  top: 18px;
  right: 10px;
}

.line {
  position: fixed;
  top: 33px;
  display: inline-block;
}

.line-1,
.line-2,
.line-3 {
  border-top: 2px solid #fff;
  display: block;
  transition: margin 0.5s, transform 0.5s;
  width: 40px;
}

.line-2 {
  margin: 13px 0;
}

.line .line-1 {
  transform: rotate(45deg);
  margin: 0;
}

.line .line-3 {
  transform: rotate(-45deg);
  margin: 0;
}

.line .line-2 {
  margin: -2px 0;
  opacity: 0;
}

.left-menu-btn {
  cursor: pointer;
  background: url("../image/btn-hamburger.svg") no-repeat center;
  height: 30px;
  width: 30px;
  display: inline;
  z-index: 99;
  position: fixed;
  top: 10px;
  right: 10px;
}

.left-menu-btn {
  position: absolute;
}

.left-title {
  position: relative;
}

/*# sourceMappingURL=moblie.css.map */
