/* Header */
.topbar-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6144;
  width: 100%;
  height: 76px;
  transition: background-color 0.5s ease;
}
.topbar-shell-stick-bgx {
  position: fixed;
  background: rgba(255, 255, 255, 0.85) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.topbar-shell .top-body {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  z-index: 100;
}
.top-body .top-west {
  display: flex;
  align-items: center;
}
.top-body .top-west .brand {
  width: 36px;
  height: 36px;
}
.top-body .top-west .top-links {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.top-body .top-west .top-links li {
  display: flex;
  align-items: center;
  justify-self: center;
}
.top-body .top-west .top-links li a {
  font-style: normal;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}
.top-body .top-west .top-links li a:hover {
  color: rgba(255, 255, 255, 0.55);
}
.top-body .top-west .top-links li a.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}
.top-body .top-west .top-links li .sep {
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 30px;
}

.top-body .top-find-shell {
  position: relative;
}
.top-body .find-hint {
  box-sizing: border-box;
  width: 200px;
  height: 36px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 16px;
  cursor: pointer;
}
.top-body .find-hint:hover {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.17);
}
.top-body .find-hint::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  background: url("/img/search-icon-light.png") no-repeat;
}

/* 浅色背景下 */
.topbar-shell .top-light .top-west .top-links li a {
  color: rgba(0, 0, 0, 0.85);
}
.topbar-shell .top-light .top-west .top-links li a:hover {
  color: rgba(0, 0, 0, 0.55);
}
.topbar-shell .top-light .top-west .top-links li a.active {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
.topbar-shell .top-light .top-west .top-links li .sep {
  background: rgba(0, 0, 0, 0.15);
}

.topbar-shell .top-light .find-hint {
  color: rgba(51, 51, 51, 0.5);
  background: rgba(0, 0, 0, 0.05);
}
.topbar-shell .top-light .find-hint:hover {
  color: rgba(51, 51, 51, 0.5);
  background: rgba(0, 0, 0, 0.1);
}
.topbar-shell .top-light .find-hint::after {
  background: url("/img/search-icon-dark.png") no-repeat;
}
/* 导航栏悬覆盖浮浅色背景下 */
.topbar-shell .top-light-links .top-west .top-links li a {
  color: rgba(0, 0, 0, 0.85);
}
.topbar-shell .top-light-links .top-west .top-links li a:hover {
  color: rgba(0, 0, 0, 0.55);
}
.topbar-shell .top-light-links .top-west .top-links li a.active {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
.topbar-shell .top-light-links .top-west .top-links li .sep {
  background: rgba(0, 0, 0, 0.15);
}
.topbar-shell .top-light-links .find-hint {
  color: rgba(51, 51, 51, 0.5);
  background: rgba(0, 0, 0, 0.05);
}
.topbar-shell .top-light-links .find-hint:hover {
  color: rgba(51, 51, 51, 0.5);
  background: rgba(0, 0, 0, 0.1);
}
.topbar-shell .top-light-links .find-hint::after {
  background: url("/img/search-icon-dark.png") no-repeat;
}

/* 固定悬浮的时候 */
.topbar-shell-stick-bgx .top-light .top-west .top-links li a,
.topbar-shell-stick-bgx .top-light-nav2 .top-west .top-links li a {
  color: rgba(0, 0, 0, 0.85) !important;
}
.topbar-shell-stick-bgx .top-light .top-west .top-links li a:hover,
.topbar-shell-stick-bgx .top-light-nav2 .top-west .top-links li a:hover {
  color: rgba(0, 0, 0, 0.55) !important;
}
.topbar-shell-stick-bgx .top-light .top-west .top-links li a.active,
.topbar-shell-stick-bgx .top-light-nav2 .top-west .top-links li a.active {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.05) !important;
}
.topbar-shell-stick-bgx .top-light .top-west .top-links li .sep,
.topbar-shell-stick-bgx .top-light-nav2 .top-west .top-links li .sep {
  background: rgba(0, 0, 0, 0.15) !important;
}

.topbar-shell-stick-bgx .top-light .find-hint,
.topbar-shell-stick-bgx .top-light-nav2 .find-hint {
  color: rgba(51, 51, 51, 0.5) !important;
  background: rgba(0, 0, 0, 0.05) !important;
}
.topbar-shell-stick-bgx .top-light .find-hint:hover,
.topbar-shell-stick-bgx .top-light-nav2 .find-hint:hover {
  color: rgba(51, 51, 51, 0.5) !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.topbar-shell-stick-bgx .top-light .find-hint::after,
.topbar-shell-stick-bgx .top-light-nav2 .find-hint::after {
  background: url("/img/search-icon-dark.png") no-repeat !important;
}

/* 搜索弹层 */
.find-body {
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  right: -10px;
  z-index: 68;
  width: 400px;
  border-radius: 30px;
  background: #fff;
  padding: 20px;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}
.find-body.show {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.find-body .find-clr {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.find-body .find-tabx {
  width: 134px;
  height: 38px;
  display: flex;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08);
  padding: 3px;
}
.find-body .find-tabx span {
  display: block;
  width: 50%;
  height: 32px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #333333;
  border-radius: 8px;
}
.find-body .find-tabx span:hover {
  cursor: pointer;
}
.find-body .find-tabx span.active {
  color: #236ee7;
  background: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.find-fld-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.find-fld-shell .find-fld-cell {
  box-sizing: border-box;
  position: relative;
  width: 304px;
  height: 38px;
}
.find-fld-shell .find-fld-cell input {
  outline: none;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333333;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 8px 0 34px;
}
.find-fld-shell .find-fld-cell input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.find-fld-shell .find-fld-cell input:not(:placeholder-shown) {
  background: rgba(0, 0, 0, 0.08);
}
.find-fld-shell .find-fld-cell img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 8px;
}
.find-fld-shell .find-act {
  border: none;
  width: 50px;
  height: 38px;
  line-height: 40px;
  background: rgba(0, 122, 255, 0.1);
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #007aff;
  border-radius: 10px;
  cursor: pointer;
}
.find-fld-shell .find-act:hover {
  background: rgba(0, 122, 255, 0.2);
}
.find-body .find-hot {
  padding-top: 16px;
}
.find-body .find-hot .find-hot-cap {
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}
.find-body .find-hot .find-hot-pool {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding-top: 6px;
}
.find-body .find-hot .find-hot-pool a {
  display: block;
  height: 32px;
  line-height: 34px;
  font-size: 13px;
  color: #666666;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 0 15px;
  cursor: pointer;
}
.find-body .find-hot .find-hot-pool a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.topbar-prod-deck {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transform: translateY(-8px);
  transition:
    max-height 0.38s ease,
    opacity 0.38s ease,
    transform 0.38s ease;
  pointer-events: none;
  z-index: 10;
  background: rgba(245, 247, 249, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.topbar-prod-deck.is-open {
  max-height: 320px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.topbar-prod-core {
  width: 100%;
  height: 320px;
}
.topbar-prod-cell {
  width: 1240px;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-prod-unit {
  width: 400px;
  height: 180px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  box-sizing: border-box;
}
.topbar-prod-unit:hover {
  background: rgba(255, 255, 255, 1);
}
.topbar-prod-unit .lf {
  width: 200px;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 44px;
}
.topbar-prod-unit .lf .z-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar-prod-unit .lf .txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #333333;
  width: 78px;
  text-align: center;
}
.topbar-prod-unit .rt {
  display: flex;
  height: 180px;
  flex-direction: column;
  justify-content: center;
}
.topbar-prod-unit .rt a {
  line-height: 18px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
}
.topbar-prod-unit .rt a:hover,
.topbar-prod-unit .rt a:active {
  color: #333333;
}
.topbar-prod-unit .rt a:last-child {
  padding-bottom: 0;
}
.topbar-prod-glyph {
  width: 78px;
  height: 78px;
  margin: 0 0 4px 0;
  padding: 0;
}
.topbar-prod-icon1 {
  width: 56px;
  height: 56px;
  margin: 0 0 12px 0;
}





