@charset "UTF-8";

header {
  position: fixed;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
}
.mobile-wrap.on {
  display: block;
  top: -30px;
}
header .mobile .mobile-btn {
  width: 0px;
  height: 0px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: -13px;
  z-index: 1000;
}
/* header .mobile .mobile-btn::before{
  width: 0 !important;
  height: 0 !important;
  text-indent: -9999px;
  position: absolute;

} */
header .mobile .mobile-btn span {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  color: #fff;
}

.mobile-wrap .mobile-span {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  background-color: black;
}
.mobile-wrap .mobile-span span {
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1270px) {
  .nav {
    margin-top: 30px !important;
  }
}