html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  align-items: flex-end;
  justify-content: center;
  font-size: 14px;
  font-family: -apple-system, "Helvetica Neue", sans-serif, "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
  position: relative;
}
* {
  -webkit-tap-highlight-color: transparent;
}
a,
img {
  -webkit-touch-callout: none;
}
a {
  text-decoration: none;
}
input {
  -webkit-appearance: none;
}
ul {
  padding-left: 0;
  list-style: none;
}
.fs-7 {
  font-size: 0.95rem !important;
}
.fs-8 {
  font-size: 0.85rem !important;
}
.fs-9 {
  font-size: 0.75rem !important;
}
.header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/b26.jpg");
}
.header-logo img {
  width: auto;
  height: 60px;
}
.site-head {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  padding-top: 35px;
  margin: 0 auto;
}
.site-head h2 {
  float: left;
  margin-bottom: 0;
}
.site-head .site-more {
  float: right;
  font-size: 0.75rem;
}
.site-head .site-tabs {
  float: left;
}
.site-item {
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 17px 10px 17px 15px;
  transition-duration: 1s, 1s;
  flex-shrink: 0;
  border: 5px solid #fff;
  position: relative;
  background-color: rgba(0, 0, 0, 0.02);
  transition: all 0.5s ease;
}
.site-url {
  display: flex;
  align-items: center;
}
.site-item:hover {
  z-index: 2;
  background-color: rgba(20, 40, 100, 0.07);
}
.site-item:hover img {
  transform: scale(1.2);
}
.site-img {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border-radius: 50%;
  transition: all 0.6s;
}
.site-box {
  margin-left: 10px;
  flex: 1;
}
.site-name {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 70px;
}
.site-info {
  font-size: 12px;
  margin: 0;
  height: 16px;
  color: #9a9a9a;
  overflow: hidden;
}
.search-engine {
  transition: all 0.3s;
}
.navbar-brand img {
  height: 40px;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: none;
}
.dropdown-menu-width {
  --bs-dropdown-min-width: auto;
}
.dropdown-img {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border-radius: 4px;
}
.search-engine:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.site-tabs-btn {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 2px 8px;
  margin: 0 3px;
  border-radius: 400px;
  transition: all 0.3s;
  height: 100%;
}
.site-tabs-btn.active {
  background: linear-gradient(to right, transparent 0, #f6dc3e 100%);
}
.badge {
  --bs-badge-font-weight: 400;
}
.tooltip {
  font-size: 0.75rem;
}
.site-tabs .nav {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
[data-bs-theme="dark"] .site-item {
  background: #293035;
  border: 5px solid #212529;
}
[data-bs-theme="dark"] .site-tabs-btn {
  color: #fff;
}
[data-bs-theme="dark"] .site-tabs-btn.active {
  background: #37a2cf;
}
[data-bs-theme="dark"] .tooltip {
  --bs-tooltip-bg: #37a2cf;
  --bs-tooltip-color: #fff;
}
@media (min-width: 768px) {
  .site-item {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .site-item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .site-head {
    padding-top: 15px;
  }
  .site-head .site-tabs {
    width: 100%;
    padding-top: 0.85rem;
  }
  .site-head .site-tabs .nav {
    overflow-x: overlay;
    display: block;
  }
}
