.nav-content {
	width: 100%;
}

.hanzo-nav{
  width: 100%;
//   overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.hanzo-nav-pg {
	position: relative;
	z-index: 101;
}

.hanzo-nav__title {
    position: relative;
    height: 45px;
}

.hanzo-nav__title .nav-title{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-size:18px;
  letter-spacing:2px;
}
.hanzo-nav__title .back{
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 5px;
  line-height: 22px;
}

.hanzo-nav__content {
	position: relative;
	z-index: 100;
}

.hanzo-nav-bg {
	width: 100%;
	height: 100%;
  position: absolute;
  background: #fff;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	pointer-events: none;
}

.nav-placeholder {
  background: #EDEDED;
}

.nav-btn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}