.shoot_header_wrapper {
  height: 106px;
}

@media screen and (max-width: 768px) {
  .shoot_header_wrapper {
    height: 110px;
  }
}
.shoot_header {
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 999;
}
.shoot_header .shoot_header_pc {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Avenir Next Regular";
  color: #fff;
  font-size: 0.9375vw;
  line-height: 1.5;
}
.shoot_header .shoot_header_pc .shoot_logo {
  margin-left: 10px;
  display: inline-block;
}
.shoot_header .shoot_header_pc .shoot_logo img {
  width: 12.1875vw;
  min-width: 200px;
  max-width: 236px;
}
.shoot_header .shoot_header_pc .shoot_nav_list ul li {
  display: inline-block;
}
.shoot_header .shoot_header_pc .shoot_nav_list ul li a {
  display: block;
  color: #fff;
  opacity: 0.6;
  padding: 20px 2.0833vw;
}
.shoot_header .shoot_header_pc .shoot_nav_list ul li a:hover {
  opacity: 1;
}
.shoot_header .shoot_header_pc .shoot_nav_list ul li.actived a {
  opacity: 1;
}
.shoot_header .shoot_header_pc .shoot_header_right {
  padding-right: 4.6875vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shoot_header .shoot_header_pc .shoot_header_right .shoot_header_upload {
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 1.5;
  margin-right: 3.6458vw;
  cursor: pointer;
  white-space: nowrap;
}
.shoot_header .shoot_header_pc .shoot_header_mobile_sub {
  display: none;
}
.shoot_lang_wrapper:hover .shoot_lang_list {
  display: block;
}
.shoot_lang_wrapper {
  height: 106px;
  position: relative;
}
.shoot_cur_lang {
  line-height: 106px;
}
.shoot_cur_lang span {
  cursor: pointer;
  padding: 10px;
}
.shoot_lang_list {
  display: none;
  background-color: #333;
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
  top: 80px;
}
.shoot_lang_list li {
  padding: 4px 20px;
  text-align: center;
  cursor: pointer;
}
.shoot_lang_list li a {
  color: #fff;
  padding: 4px 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.shoot_lang_list li:hover a {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .shoot_header .shoot_header_pc {
    font-size: 12px;
  }
  .shoot_header .shoot_header_pc .shoot_nav_list ul li a {
    padding-left: 1.04vw;
    padding-right: 1.04vw;
  }
}
.shoot_header .shoot_header_m {
  display: none;
}
@media screen and (max-width: 768px) {
  .shoot_header .shoot_header_pc {
    display: none;
  }
  .shoot_header .shoot_header_m {
    display: block;
    height: 110px;
    margin-left: 5.3333vw;
    margin-right: 5.3333vw;
  }
  .shoot_header .shoot_header_m .shoot_header_m_top {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #575757;
  }
  .shoot_header .shoot_header_m .shoot_header_m_top .shoot_logo {
    display: inline-block;
  }
  .shoot_header .shoot_header_m .shoot_header_m_top .shoot_logo img {
    width: 30vw;
  }
  .shoot_header .shoot_header_m .shoot_header_m_top .shoot_lang_wrapper {
    color: #fff;
    font-size: 16px;
  }
  .shoot_lang_list {
    background: #333;
    top: 86px;
  }
  .shoot_lang_list li {
    padding: 6px 4px;
  }
  .shoot_lang_list li a {
    padding: 4px 16px;
  }
  .shoot_header .shoot_header_m .shoot_header_m_bottom {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
  }
  .shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_nav_list_part {
    color: #fff;
  }
  .shoot_header
    .shoot_header_m
    .shoot_header_m_bottom
    .shoot_nav_list_part
    .shoot_nav_list_m {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #333;
    margin-top: 6px;
  }
  .shoot_header
    .shoot_header_m
    .shoot_header_m_bottom
    .shoot_nav_list_part
    .shoot_nav_list_m
    li
    a {
    display: block;
    color: #fff;
    padding: 4px 10px;
  }
  .shoot_header
    .shoot_header_m
    .shoot_header_m_bottom
    .shoot_nav_list_part
    .cur_m_page
    .cur_m_page_val {
    padding-right: 2.6667vw;
  }
  .shoot_header
    .shoot_header_m
    .shoot_header_m_bottom
    .shoot_nav_list_part
    .cur_m_page
    .cur_m_header_icon {
    width: 10px;
  }
  .shoot_header .shoot_header_m .shoot_header_m_bottom .shoot_header_upload_m {
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 1.5;
    cursor: pointer;
    white-space: nowrap;
  }
  .shoot_cur_lang {
    transform: translateX(10px);
  }
}
