@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: #222222;
  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: 64px;
  position: relative;
}
.nav-header .header-fixed {
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.nav-header .header-fixed .header-ct {
  width: 1224px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-header .header-fixed .header-ct .left {
  display: block;
  width: 200px;
}
.nav-header .header-fixed .header-ct .left .logo {
  height: 16px;
}
.nav-header .header-fixed .header-ct .right {
  width: 200px;
}
.nav-header .header-fixed .header-ct .center {
  flex: 1;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 24px;
  background: #f5f5f5;
}
.footer-fixed .ct {
  width: 1224px;
  height: 24px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer-fixed .text {
  color: #afb1b4;
  font-size: 12px;
}

.lang-selector {
  position: relative;
  z-index: 100;
}
.lang-selector:hover .lang-list {
  display: block;
}
.lang-selector .lang-item-current {
  display: flex;
  align-items: center;
  height: 64px;
  width: 120px;
}
.lang-selector .lang-item-current .lang-flag {
  width: 32px;
}
.lang-selector .lang-item-current .lang-text {
  color: #2d2d2d;
  font-size: 12px;
}
.lang-selector .lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 7px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 120px;
}
.lang-selector .lang-list .lang-item {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 1px 0;
  border-radius: 4px;
}
.lang-selector .lang-list .lang-item:hover,
.lang-selector .lang-list .lang-item.active {
  background: #F2F2F2;
}
.lang-selector .lang-list .lang-item .lang-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  margin-left: 12px;
}
.lang-selector.reverse .lang-list {
  top: auto;
  bottom: 100%;
}

#search-rc .search-input {
  position: relative;
  width: 500px;
  height: 40px;
  background: #edeff2;
  border-radius: 20px;
  margin: 0 auto;
}
#search-rc .search-input label {
  display: block;
  width: 100%;
  height: 100%;
}
#search-rc .search-input label .tip {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-rc .search-input label .tip img {
  width: 24px;
  margin-right: 8px;
}
#search-rc .search-input label .tip,
#search-rc .search-input label .input {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #3e4043;
}
#search-rc .search-input label .input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  border: none;
  background-color: transparent;
  outline: none;
}
#search-rc .search-input label .input.hide {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  left: -100000px;
}
#search-rc .search-input .search-modal {
  position: fixed;
  width: 100%;
  height: calc(100% - 64px);
  top: 64px;
  left: 0;
  z-index: 999;
  overflow: hidden;
}
#search-rc .search-input .search-modal .bg,
#search-rc .search-input .search-modal .ct {
  width: 100%;
  height: 100%;
}
#search-rc .search-input .search-modal .ct {
  position: relative;
}
#search-rc .search-input .search-modal .ct .bg {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#search-rc .search-input .search-modal .ct .search-list {
  position: relative;
  z-index: 2;
}
#search-rc .search-input .search-list {
  width: 500px;
  max-height: 600px;
  margin: 0 auto;
  padding: 24px 14px;
  background-color: #ffffff;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
#search-rc .search-input .search-list::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
#search-rc .search-input .search-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ffd200;
}
#search-rc .search-input .search-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fefefe;
}
#search-rc .search-input .search-list .loading,
#search-rc .search-input .search-list .no-data {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#search-rc .search-input .search-list .item {
  display: block;
  cursor: pointer;
}
#search-rc .search-input .search-list .item:not(:last-child) {
  margin-bottom: 33px;
}
#search-rc .search-input .search-list .item .title {
  margin-bottom: 8px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#search-rc .search-input .search-list .item .desc {
  max-height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #3e4043;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#search-rc .search-input .search-list .item em {
  font-style: normal;
  color: #ffd200;
}

