* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  height: 100%;
}

body {
  font-family: Arial;
  -webkit-text-size-adjust: 100% !important;
  color: #707070;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overscroll-behavior: none;
}
ul,
li {
  list-style: none;
}
img[back] {
  width: 100%;
  display: block;
  pointer-events: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.nav {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.nav span {
  font-size: 36px;
  position: relative;
  padding-left: 30px;
}
.nav span::before {
  content: "";
  display: block;
  width: 8px;
  height: 90%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav a {
  font-size: 30px;
  width: 90px;
}
.home-media-nav {
  margin-bottom: 20px;
  padding: 0 30px;
}
