.template-panel {
  background: #15161a;
  border-radius: 4px;
  padding: 20px 24px 24px;
  color: #d7d7dd;
  font-size: 14px;
}

.template-panel h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.template-panel h2 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 14px;
}

.template-muted {
  color: #a9a9b2;
  font-size: 14px;
  line-height: 1.8;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}

.template-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.template-filters a,
.template-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #d7d7dd;
  background: #1d1e24;
  border: 1px solid #292a31;
  border-radius: 4px;
  font-size: 14px;
}

.template-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
}

.template-layout > aside .slf-video-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.template-layout > aside .video-card-item {
  width: 100% !important;
}

.template-layout > aside .video-card-title {
  max-width: 100%;
}

.template-player {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.12), rgba(199, 39, 55, 0.18)),
    repeating-linear-gradient(135deg, #25262c 0 18px, #1c1d22 18px 36px);
  border-radius: 4px;
  color: #3d3e43;
  font-size: 42px;
  font-weight: 800;
}

.template-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 14px;
  color: #9ea0a9;
  font-size: 13px;
}

.template-table {
  width: 100%;
  border-collapse: collapse;
  color: #d7d7dd;
  font-size: 14px;
}

.template-table th,
.template-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #2a2b31;
  text-align: left;
}

.template-form {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-bottom: 18px;
  font-size: 14px;
}

.template-form label {
  display: grid;
  gap: 8px;
  color: #d7d7dd;
  font-size: 14px;
  font-weight: 600;
}

.template-form input,
.template-form select,
.template-form textarea {
  min-height: 42px;
  padding: 0 12px;
  color: #fff;
  background: #202127;
  border: 1px solid #33343b;
  border-radius: 4px;
}

.template-form textarea {
  min-height: 110px;
  padding-top: 10px;
}

.template-form input,
.template-form select,
.template-form textarea {
  font-size: 14px !important;
  line-height: 1.4;
}

.template-form input::placeholder,
.template-form textarea::placeholder {
  color: #8d8f98;
  font-size: 14px;
  font-weight: 400;
}

.template-button,
.auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  color: #161616;
  background: #ffcc00;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.auth-overlay,
.site-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  background: rgba(0, 0, 0, 0.68);
}

.auth-overlay.is-open,
.site-overlay.is-open {
  display: block;
}

.auth-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9010;
  display: none;
  width: min(390px, calc(100vw - 32px));
  transform: translate(-50%, -50%);
  background: #18191e;
  border: 1px solid #303139;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.auth-dialog.is-open {
  display: block;
}

.auth-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #292a31;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.auth-head strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.auth-close {
  width: 28px;
  height: 28px;
  color: #fff;
  background: #24252b;
  border: 1px solid #34353d;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 14px 18px 0;
}

.auth-tabs button,
.auth-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #d7d7dd;
  background: #202127;
  border: 1px solid #303139;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.auth-tabs button.is-active,
.auth-tabs a.is-active {
  color: #111;
  background: #ffcc00;
}

.auth-form {
  display: none;
  gap: 12px;
  padding: 16px 18px 20px;
  font-size: 14px;
}

.auth-form.is-active {
  display: grid;
}

.auth-field {
  position: relative;
  display: block !important;
}

.auth-field input {
  width: 100%;
  min-height: 38px;
  padding: 0 12px 0 40px;
  color: #fff;
  background: #212121;
  border: 1px solid #565656;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 38px;
  font-weight: 400;
  outline: 0;
}

.auth-field input::placeholder {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
}

.auth-field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 1;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  color: #ffcc00;
}

.auth-field-icon::before,
.auth-field-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.auth-field-icon.user::before {
  left: 4px;
  top: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.auth-field-icon.user::after {
  left: 2px;
  bottom: 1px;
  width: 13px;
  height: 8px;
  border: 2px solid currentColor;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 0;
}

.auth-field-icon.lock::before {
  left: 2px;
  top: 7px;
  width: 13px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.auth-field-icon.lock::after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.auth-field-icon.mail::before {
  inset: 3px 1px 4px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.auth-field-icon.mail::after {
  left: 3px;
  top: 6px;
  width: 12px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.auth-extra {
  display: flex;
  justify-content: space-between;
  color: #9ea0a9;
  font-size: 12px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 9100;
  display: none;
  padding: 10px 16px;
  color: #111;
  background: #ffcc00;
  border-radius: 4px;
  transform: translateX(-50%);
  font-weight: 700;
}

.toast.is-open {
  display: block;
}

.auth-page-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 520px;
  padding: 56px 0 76px;
}

.auth-page-card {
  width: min(390px, calc(100% - 24px));
  padding: 0;
  overflow: hidden;
  background: #18191e;
  border: 1px solid #303139;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35);
}

.auth-page-card h1 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.auth-page-card .auth-form {
  display: grid;
  padding: 16px 18px 20px;
}

.auth-page-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 18px 16px;
  background: #18191e;
}

.auth-user-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: url("../icons/user.png") center / cover no-repeat;
}

.auth-page-tabs {
  padding-top: 0;
}

.auth-page-links {
  display: flex;
  justify-content: space-between;
  padding: 0 18px 20px;
  color: #d7d7dd;
  font-size: 14px;
}

.auth-page-links a {
  color: #ffcc00;
}

.login-register-link {
  color: #ffcc00;
  text-decoration: none;
}

#xqbj-container .xqbj-main .main-container.homepagebox {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

#xqbj-container .xqbj-main .main-container.homepagebox:not(.template-page):not(.template-auth-page) {
  background: transparent !important;
}

#xqbj-container .xqbj-main .main-container.homepagebox.template-page {
  padding-top: 104px;
}

#xqbj-container .xqbj-main .home-list-title {
  margin-top: 0;
  background: transparent !important;
}

#xqbj-container .xqbj-main .home-list-title.sticky-title {
  background: transparent !important;
}

#xqbj-container .xqbj-main .video-card-image img {
  filter: brightness(0.72) saturate(0.85);
}

#xqbj-container .xqbj-main .home-list-title .title-right .more-text::after {
  content: none;
}

#xqbj-container .xqbj-main .home-list-title .title-right .more-text .local-more-arrow {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem;
}

#xqbj-container .xqbj-main .home-list-title .title-right .more-text .local-more-arrow::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
  border-top: 2px solid rgba(255, 255, 255, 0.55);
  transform: translateY(-50%) rotate(45deg);
}

#xqbj-container .xqbj-main .slf-video-list-grid {
  align-items: start;
}

#xqbj-container .xqbj-main .video-card-item,
#xqbj-container .xqbj-main .video-card-link,
#xqbj-container .xqbj-main .video-card-info {
  min-width: 0;
}

#xqbj-container .xqbj-main .video-card-title {
  max-width: 100%;
  overflow: hidden;
  color: #ededf0 !important;
  font-size: 16px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#xqbj-container .xqbj-header .contact-info > img.user-img {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  object-fit: cover !important;
}

#xqbj-container .xqbj-icon-search {
  width: 22px !important;
  height: 22px !important;
  background: url("../icons/pc-search.png") center / contain no-repeat !important;
}

#xqbj-container .xqbj-icon-menu {
  width: 24px !important;
  height: 24px !important;
  background: url("../icons/slf-menu.png") center / contain no-repeat !important;
}

#xqbj-container .aj-backtop img {
  content: url("../icons/gotop.png");
}

#xqbj-container .aj-backtop.is-visible {
  display: flex;
}

#xqbj-container .aj-history img {
  content: url("../icons/history.png");
}

#xqbj-container .close-image {
  content: url("../icons/gotop.png");
  transform: rotate(45deg);
}

#xqbj-container .xqbj-main .auth-page-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  min-height: 620px !important;
  padding: 110px 0 96px !important;
}

#xqbj-container .xqbj-main .auth-page-card {
  position: relative !important;
  margin: 0 auto !important;
}

body.page-category #xqbj-container .xqbj-main,
body.page-tags #xqbj-container .xqbj-main,
body[class*="page-tag-"] #xqbj-container .xqbj-main,
body.page-search #xqbj-container .xqbj-main,
body.page-user-profile #xqbj-container .xqbj-main,
body.page-latest-address #xqbj-container .xqbj-main,
body.page-faq #xqbj-container .xqbj-main,
body.page-contact #xqbj-container .xqbj-main,
body.page-privacy #xqbj-container .xqbj-main,
body.page-protocol #xqbj-container .xqbj-main,
body.page-dmca #xqbj-container .xqbj-main,
body.page-x2257 #xqbj-container .xqbj-main,
body.page-missing-page #xqbj-container .xqbj-main {
  display: block;
  width: 1200px;
  max-width: calc(100vw - 32px);
  margin: 160px auto 0;
}

body.page-category #xqbj-container .xqbj-main .xqbj-main-container,
body.page-tags #xqbj-container .xqbj-main .xqbj-main-container,
body[class*="page-tag-"] #xqbj-container .xqbj-main .xqbj-main-container,
body.page-search #xqbj-container .xqbj-main .xqbj-main-container,
body.page-user-profile #xqbj-container .xqbj-main .xqbj-main-container,
body.page-latest-address #xqbj-container .xqbj-main .xqbj-main-container,
body.page-faq #xqbj-container .xqbj-main .xqbj-main-container,
body.page-contact #xqbj-container .xqbj-main .xqbj-main-container,
body.page-privacy #xqbj-container .xqbj-main .xqbj-main-container,
body.page-protocol #xqbj-container .xqbj-main .xqbj-main-container,
body.page-dmca #xqbj-container .xqbj-main .xqbj-main-container,
body.page-x2257 #xqbj-container .xqbj-main .xqbj-main-container,
body.page-missing-page #xqbj-container .xqbj-main .xqbj-main-container,
body.page-category #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-tags #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body[class*="page-tag-"] #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-search #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-user-profile #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-latest-address #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-faq #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-contact #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-privacy #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-protocol #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-dmca #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-x2257 #xqbj-container .xqbj-main .main-container.homepagebox.template-page,
body.page-missing-page #xqbj-container .xqbj-main .main-container.homepagebox.template-page {
  width: 100%;
  padding-top: 0 !important;
  overflow: visible;
}

body.page-category #xqbj-container .xqbj-main .home-list-title,
body.page-tags #xqbj-container .xqbj-main .home-list-title,
body[class*="page-tag-"] #xqbj-container .xqbj-main .home-list-title,
body.page-search #xqbj-container .xqbj-main .home-list-title {
  width: 1200px;
  max-width: 100%;
  height: 59.36px;
  margin: 0 0 52.53px;
  padding: 0.8rem 0;
  background: rgb(21, 22, 24) !important;
  box-sizing: border-box;
}

body.page-category #xqbj-container .xqbj-main .home-list-title {
  margin-bottom: 0;
}

body.page-category #xqbj-container .xqbj-main .home-list-title .title-left h1,
body.page-tags #xqbj-container .xqbj-main .home-list-title .title-left h1,
body[class*="page-tag-"] #xqbj-container .xqbj-main .home-list-title .title-left h1,
body.page-search #xqbj-container .xqbj-main .home-list-title .title-left h1 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 27.36px;
}

body.page-category #xqbj-container .xqbj-main .description-item {
  width: 1200px;
  max-width: 100%;
  margin: 0 0 10px;
  color: #eee;
  font-size: 14px;
  line-height: 21.28px;
}

body.page-category #xqbj-container .xqbj-main .ajw-tag-box {
  width: 1200px;
  max-width: 100%;
  margin-top: 152px;
}

body.page-category #xqbj-container .xqbj-main .slf-video-list-4 .slf-video-list-grid,
body[class*="page-tag-"] #xqbj-container .xqbj-main .slf-video-list-4 .slf-video-list-grid,
body.page-search #xqbj-container .xqbj-main .slf-video-list-4 .slf-video-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(20%, 1fr));
  gap: 0.8rem;
}

body.page-category #xqbj-container .xqbj-main .video-card-item,
body[class*="page-tag-"] #xqbj-container .xqbj-main .video-card-item,
body.page-search #xqbj-container .xqbj-main .video-card-item {
  width: auto;
}

body.page-tags #xqbj-container .xqbj-main .home-list-title {
  margin-bottom: 20px;
}

body.page-tags #xqbj-container .xqbj-main .tags-panel {
  width: 1200px;
  max-width: 100%;
  margin-bottom: 28px;
}

body.page-tags #xqbj-container .xqbj-main .tags-type {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

body.page-tags #xqbj-container .xqbj-main .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-tags #xqbj-container .xqbj-main .tag-item {
  display: block;
  padding: 8px 14px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 24.32px;
  text-decoration: none;
}

body.page-tags #xqbj-container .xqbj-main .tag-item:hover {
  color: var(--primary-text-color);
}

body.page-faq .static-page-panel,
body.page-privacy .static-page-panel,
body.page-protocol .static-page-panel,
body.page-dmca .static-page-panel,
body.page-x2257 .static-page-panel {
  width: 1200px;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 21.28px;
}

body.page-faq .static-page-panel h1,
body.page-privacy .static-page-panel h1,
body.page-protocol .static-page-panel h1,
body.page-dmca .static-page-panel h1,
body.page-x2257 .static-page-panel h1 {
  height: 27.36px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 27.36px;
}

body.page-faq .static-page-panel .template-muted,
body.page-privacy .static-page-panel .template-muted,
body.page-protocol .static-page-panel .template-muted,
body.page-dmca .static-page-panel .template-muted,
body.page-x2257 .static-page-panel .template-muted {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-line;
}

body.page-latest-address .static-page-panel,
body.page-contact .static-page-panel {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #fff;
}

body.page-latest-address .static-page-panel h1,
body.page-contact .static-page-panel h1 {
  height: 50px;
  margin: 0 0 20px;
  padding: 0 16px;
  background: #333;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

body.page-latest-address .static-page-panel .template-muted,
body.page-contact .static-page-panel .template-muted {
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-line;
}

body.page-user-profile .user-page-panel {
  width: 1200px;
  max-width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
}

body.page-user-profile .user-page-panel h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 27.36px;
}

body.page-user-profile .profile-settings-panel,
body.page-user-profile .profile-password-panel {
  margin-top: 32px;
}

body.page-user-profile .profile-settings-panel .home-list-title,
body.page-user-profile .profile-password-panel .home-list-title {
  height: 50px;
  margin: 0 0 16px;
  padding: 0.7rem 0;
  background: rgb(21, 22, 24) !important;
  box-sizing: border-box;
}

body.page-user-profile .profile-settings-panel .home-list-title h2,
body.page-user-profile .profile-password-panel .home-list-title h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 27.36px;
}

body.page-user-profile .profile-password-form {
  width: 520px;
  max-width: 100%;
  display: grid;
  gap: 14px;
}

body.page-user-profile .profile-form-field {
  display: grid;
  gap: 8px;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 20px;
}

body.page-user-profile .profile-form-field input {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #353535;
  border-radius: 4px;
  outline: none;
  background: #1f1f1f;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

body.page-user-profile .profile-form-field input:focus {
  border-color: var(--primary-text-color);
}

body.page-user-profile .profile-submit-btn {
  width: 180px;
  height: 44px;
  margin-top: 4px;
  border: 0;
  border-radius: 4px;
  background: var(--primary-text-color);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

body.page-user-profile .profile-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

body.page-user-profile .profile-form-message {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 20px;
}

body.page-user-profile .profile-form-message.is-error {
  color: #ffbc00;
}

body.page-user-profile .profile-form-message.is-success {
  color: #46d369;
}

body.page-missing-page .template-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
}

body.page-missing-page .template-panel h1 {
  color: #fff;
  font-size: 30px;
  line-height: 45.6px;
}

@media (max-width: 900px) {
  .template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  #xqbj-container .xqbj-main {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #xqbj-container > .xqbj-main > .xqbj-main-container {
    width: 100% !important;
    min-width: 0 !important;
  }

  #xqbj-container .xqbj-main .main-container.homepagebox {
    padding: 0 !important;
    overflow: hidden;
  }

  #xqbj-container .xqbj-main .main-container.homepagebox.template-page {
    padding-top: 10px !important;
  }

  #xqbj-container .xqbj-main .slf-video-list-4 .slf-video-list-grid,
  #xqbj-container .xqbj-main .slf-video-list-6 .slf-video-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #xqbj-container .xqbj-main .video-card-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: nowrap;
  }

  #xqbj-container .xqbj-main .video-card-time {
    font-size: 11px !important;
  }

  .template-panel {
    padding: 16px 14px 20px;
  }

  .template-panel h1 {
    font-size: 20px;
  }

  .template-form {
    max-width: none;
  }

  .template-table {
    font-size: 13px;
  }

  .template-table th,
  .template-table td {
    padding: 12px 8px;
  }

  .is-mobile .van-nav-bar__title,
  .is-mobile .van-nav-bar__left_area {
    overflow: visible !important;
  }

  .is-mobile .xqbj-icon-logo {
    width: 88px !important;
    height: 34px !important;
    transform: none;
    transform-origin: center;
  }

  .is-mobile .xqbj-icon-logo::before,
  .is-mobile .xqbj-icon-logo::after {
    height: 22px !important;
    font-size: 14px !important;
    padding: 0 5px !important;
  }
}
