@font-face {
  font-family: 'OSP-DIN';
  src: url('https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.eot');
  /* IE9 Compat Modes */
  src: url('https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.woff') format('woff'), /* Pretty Modern Browsers */ url('https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.svg#OSP-DIN') format('svg');
  /* Legacy iOS */
}
*,
:after,
:before {
  box-sizing: border-box;
}
html,
body {
  font-family: "Roboto", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", "PingFang SC", "-apple-system", "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
}
html.overflow {
  overflow: hidden;
}
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #34495e;
  font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  overflow-x: hidden;
}
a,
a:focus {
  text-decoration: none !important;
}
button {
  font-family: "Roboto", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", "PingFang SC", "-apple-system", "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
  cursor: pointer;
}
input {
  font-family: "Roboto", "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK SC", "PingFang SC", "-apple-system", "Hiragino Sans GB", "Noto Sans", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "WenQuanYi Micro Hei", "Heiti SC", sans-serif;
}

.nav-header {
  width: 100%;
  height: 56px;
  position: relative;
}
.nav-header .header-fixed {
  position: fixed;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index: 999;
  transition: box-shadow 0.25s;
}
.nav-header .header-fixed .header-ct {
  width: 100%;
  height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header .header-fixed .header-ct .left,
.nav-header .header-fixed .header-ct .right {
  position: relative;
  flex: 1;
}
.nav-header .header-fixed .header-ct .left .close-btn,
.nav-header .header-fixed .header-ct .right .close-btn {
  display: none;
}
.nav-header .header-fixed .header-ct .left {
  display: flex;
  align-items: center;
}
.nav-header .header-fixed .header-ct .left #navBtn,
.nav-header .header-fixed .header-ct .left #navClose {
  font-size: 18px;
  font-weight: bold;
  white-space: pre-wrap;
}
.nav-header .header-fixed .header-ct .left #navTipWrapper {
  position: absolute;
  left: 0;
  top: 30px;
  width: calc(100vw - 48px);
}
.nav-header .header-fixed .header-ct .left #navTipWrapper.hide {
  display: none;
}
.nav-header .header-fixed .header-ct .left #navTipWrapper #navTip {
  position: absolute;
  display: inline-block;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 16px;
  padding: 12px 16px;
  background: #262629E5;
  box-sizing: border-box;
  color: #F8F9FC;
}
.nav-header .header-fixed .header-ct .left #navTipWrapper #navTip::after {
  content: '';
  position: absolute;
  left: 16px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #262629E5;
}
.nav-header .header-fixed .header-ct .left[data-locale='ja-jp'] #navClose {
  font-size: 16px;
}
.nav-header .header-fixed .header-ct .left[data-locale='ja-jp'] #navClose {
  font-size: 14px;
}
.nav-header .header-fixed .header-ct .left[data-locale='de-de'] #navClose,
.nav-header .header-fixed .header-ct .left[data-locale='ja-jp'] #navClose,
.nav-header .header-fixed .header-ct .left[data-locale='es-es'] #navClose,
.nav-header .header-fixed .header-ct .left[data-locale='fr-fr'] #navClose,
.nav-header .header-fixed .header-ct .left[data-locale='it-it'] #navClose {
  font-size: 16px;
}
.nav-header .header-fixed .header-ct .right #searchBtn,
.nav-header .header-fixed .header-ct .right #searchClose {
  margin-left: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.nav-header .header-fixed .header-ct .right #searchBtn {
  background-image: url(https://res.insta360.com/static/assets/storage/20200731/96328a7e026b9a790d0c4f5cf3091339/search.png);
}
.nav-header .header-fixed .header-ct .right #searchClose {
  display: none;
  background-image: url(https://res.insta360.com/static/assets/storage/20200730/8dbf9521b9e2ea1fc26382b6aef39a78/close.png);
}
.nav-header .header-fixed .header-ct .center {
  display: block;
  flex: none;
}
.nav-header .header-fixed .header-ct .center .logo {
  display: block;
  height: 14px;
}
.nav-header.nav-show .header-fixed,
.nav-header.search-show .header-fixed {
  box-shadow: none;
}
.nav-header.nav-show #navBtn,
.nav-header.search-show #navBtn,
.nav-header.nav-show #searchBtn,
.nav-header.search-show #searchBtn,
.nav-header.nav-show #navTipWrapper,
.nav-header.search-show #navTipWrapper {
  display: none !important;
}
.nav-header.nav-show .close-btn.hide,
.nav-header.search-show .close-btn.hide {
  display: none !important;
}
.nav-header.nav-show #navClose {
  display: block !important;
}
.nav-header.search-show #searchClose {
  display: block !important;
}
.footer {
  padding: 8px 24px;
  background: #f5f5f5;
}
.footer .text {
  color: #afb1b4;
  font-size: 12px;
}

.lang-selector {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  border-top: 1px solid #e6e6ea;
  background: #f8f9fd;
}
.lang-selector .lang-item-current {
  padding: 8px 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
}
.lang-selector .lang-item-current.click {
  opacity: 1;
}
.lang-selector .lang-item-current .lang-flag {
  width: 32px;
}
.lang-selector .lang-item-current .lang-text {
  color: #000;
  font-size: 12px;
}
.lang-selector .lang-list {
  display: none;
  position: absolute;
  width: 120px;
  bottom: 52px;
  left: 50%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 7px 8px;
  border-radius: 4px;
  transform: translateX(-50%);
}
.lang-selector .lang-list.entry {
  display: block;
}
.lang-selector .lang-list .lang-item {
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  margin: 1px 0;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.lang-selector .lang-list .lang-item:hover,
.lang-selector .lang-list .lang-item.active,
.lang-selector .lang-list .lang-item:active {
  background: #f2f2f2;
}
.lang-selector .lang-list .lang-item .lang-text {
  font-weight: normal;
  font-size: 12px;
  margin-left: 12px;
}

