@font-face {
  font-family: 'Gotham';
  src: url("../font/Gotham-Book.otf");
}
@font-face {
  font-family: 'Gotham-bold';
  src: url("../font/Gotham-Bold.otf");
}
@font-face {
  font-family: 'GothamPro';
     src: url("../font/Gotham-Light.otf");
}
html {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
.container {
  margin: 0;
  padding: 0 8rem;
  height: 100vh;
}
#video {
  position: relative;
  background-color: #373942;
}

video {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0; */
}

.video_container {
  padding: 0 6rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 10000;
  height: 8.6rem;
  /* margin: 2rem 2rem 0; */
}
.video_logo {
  width: 5.7rem;
  height: 4.3rem;
  /* overflow: hidden; */
}
.video_logo img {
  width: 5.7rem;
}
ul {
  display: flex;
  align-items: center;
  top: 6rem;
  right: 8rem;
  list-style: none;
  font-size: 2rem;
  font-family: Gotham;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0;
  height: 4.6rem;
  line-height: 2.6rem;
  z-index: 10000;
}
li {
  margin-left: 4rem;
  cursor: pointer;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

.video_mouse {
  position: absolute;
  left: 50%;
  margin-left: 0.9rem;
  bottom: 4.8rem;
  width: 1.8rem;
  height: 2.4rem;
  z-index: 10000;
}
.video_mouse img {
  width: 100%;
  cursor: pointer;
}