.nav {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-image: linear-gradient(to bottom, #090812, #09081200);
  height: 56.5px;
}

.nav-content {
  height: 56.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-items {
  color: #fff;
  user-select: none;
}
/* 重置样式 */
.navbar {
  position: relative;
  padding: 10px;
}

.subnav > .nav-items:last-child {
  display: none;
}

@media (max-width: 1280px) {
  .subnav > .nav-items {
    display: none;
  }
  .subnav > .nav-items:last-child {
    display: block;
  }
  .subnav > .nav-items:nth-last-child(2),
  .subnav > .nav-items:nth-last-child(3) {
    display: block;
  }
}

.menu-icon {
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
}

.menu-icon.font {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 56px;
}

.menu-icon.font:hover,.menu-icon.font a:hover {
  color: #fe628e;
}

.menu-icon.font a {
  color: #fff;
}

.menu-icon.font > .search-icon {
  position: relative;
  color: #fff;
}

.menu-icon.font > .search-icon:hover {
  color: #fe628e;
}

.menu-icon.font > span:nth-child(2) {
  position: relative;
  top: 2px;
  margin-left: 6px
}

.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 40px;
  right: 12px;
  width: 218px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
}

.dropdown-menu.collect,
.dropdown-menu.jav,
.dropdown-menu.cav,
.dropdown-menu.cartoon,
.dropdown-menu.uncensored,
.dropdown-menu.mobile,
.dropdown-menu.wuma,
.dropdown-menu.suren {
  top: 60px;
}

.nav-item {
  position: relative;
}

.nav-item a {
  color: #374151;
  padding: 10px 16px;
  display: block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.nav-item:hover > a,.nav-item.active > a {
  background-color: #d8dee9;
}

.nav-item:first-child:hover > a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-item:last-child:hover > a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* 被点击时的样式 */
.nav-item.clicked > a {
  background-color: #37e3e9;
}

.sub-menu {
  display: none;
  list-style: none;
  padding-left: unset;
  background-color: #4c566a;
  /* margin-top: 5px; */
}

.sub-menu li a {
  padding: 8px 20px;
  color: #fafafa;
}

.sub-menu li a:hover {
  background-color: #31363e;
}

/* 当前展开的二级菜单 */
.nav-item.active .sub-menu {
  display: block;
}

.show {
  display: block;
}
/* 图标样式 */
.nav-item .icon {
  float: right;
  font-size: 18px;
  margin-left: 10px;
  transition: transform 0.3s ease;
  transform-origin: 50% 12px;
  position: relative;
  top: -2px;
}

.nav-item.active .icon {
  transform: rotate(180deg); /* 展开时旋转图标 */
}

.logo {
  font-size: 2.25rem;
}

.logo-text-zinc {
  color: #fafafa;
}

.logo-text-primary {
  color: #fe628e;
}

.font-serif {
  font-family: Halant,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

.subnav {
  display: flex;
  align-items: center;
}

.text {
  color: #b8babc;
}

.load-more {
  text-align: center;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin: 20px 0;
}

.text-white {
  color: white;
}

.load-more > a > svg {
  vertical-align: middle;
  cursor: pointer;
}

.load-more > a.hidden {
  display: none;
}

.spin-hidden {
  display: none;
}

.load-more:hover > a {
  color: #fe628e;
}

.animate-spin {
  cursor: pointer;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #eceff4;
}

.card-list {
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  gap: 1.25rem;
}

.card-list-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .card-list-col {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .card-list-col {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.card-list-item-video {
  border-radius: .25rem;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)* 100%);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cartoon-item-duration,.cartoon-item-tag,
.video-play-duration,.video-play-tag {
  position: absolute;
  font-size: .75rem;
  line-height: 1rem;
  padding: .25rem .5rem;
  background-color: rgb(31 41 55 / 75%);
  border-radius: .5rem;
  right: .25rem;
  bottom: .25rem;
  color: #e5e9f0; 
}

.cartoon-item-tag,
.video-play-tag {
  display: none;
  left: .25rem;
  right: unset;
}

.cartoon-item-tag.tag-1,
.video-play-tag.tag-1 {
  display: block;
  background-color: #1e40afbf;
}

.cartoon-item-tag.tag-2,
.video-play-tag.tag-2 {
  display: block;
  background-color: #991b1bbf;
}

img,video {
  max-width: 100%;
  height: auto;
  display: block;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .lg-hidden {
    display: none !important;
  }
}

:root {
  --tw-aspect-h: 9;
  --tw-aspect-w: 16;
}

.card-list-item-video > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-container img {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.image-container.loaded img {
  display: block;
  opacity: 1;
}

.image-container .loading-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    #111 20%,
    #333 60%,
    #111 85%
  );
  background-size: 200% 100%; /* 双倍宽度实现滚动 */
  animation: scroll-bg 0.5s linear infinite;
  color: #0e70da;
}

.cartoon-image-container .loading-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    108deg,
    #111 20%,
    #333 60%, 
    #111 85% 
  );
  background-size: 200% 100%; /* 双倍宽度实现滚动 */
  animation: scroll-bg 0.5s linear infinite;
  color: #0e70da;
  border: 1px solid #000;
  border-radius: .25rem;
}

.cartoon-image-container.loaded .loading-bg,
.image-container.loaded .loading-bg {
  display: none;
}

@keyframes scroll-bg {
  from {
    background-position: 100% 100%;
  }
  to {
    background-position: -100% -100%;
  }
}

.cartoon-item-desc,
.card-list-item-desc {
  font-size: .875rem;
  /* line-height: 1.25rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .5rem 0;
}

.cartoon-item-desc {
  color: #b8babc;
}

.cartoon-item-desc:hover,
.cartoon-item-desc.active,
.card-list-item-desc:hover,
.card-list-item-desc.active {
  color: #fe628e;
}

.card-list-item-video:hover + .card-list-item-desc {
  color: #fe628e;
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
  margin-bottom: 1.25rem;
  /* background-color: rgb(5, 113, 228); */
  /* max-width: 1280px; */
  min-width: 360px;
}

.index-content {
  padding-top: 80px;
}

@media (min-width: 640px) {
  .container {
      width: 100%;
  }
}

@media (max-width: 639px) {
  .sm-mr {
    margin: -1.5rem -1rem 0; 
  }
  .plyr-video-title {
    padding: 0 1rem;
  }
}

@media (min-width: 640px) {
  @media (min-width: 400px) {
      .container {
          max-width: 400px;
      }
  }
}
@media (min-width: 640px) {
  @media (min-width: 640px) {
      .container {
          max-width: 640px;
      }
  }
}
@media (min-width: 640px) {
  @media (min-width: 768px) {
      .container {
          max-width: 768px;
      }
  }
}
@media (min-width: 640px) {
  @media (min-width: 1024px) {
      .container {
          max-width: 1024px;
      }
  }
}
@media (min-width: 640px) {
  @media (min-width: 1280px) {
      .container {
          max-width: 1280px;
      }
  }
}

.plyr-detail-page {
  padding-top: 80px;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: row;
  min-height: 90vh;
}

.plyr-detail-page-left {
  flex: 1 1 0%;
  order: -9999;
  height: 100%;
}

.plyr-detail-page-right {
  max-width: 300px;
  min-width: 300px;
  display: flex;
  height: 100%;
  margin-left: 1.5rem;
  order: 9999;
  height: 90vh;
  background-color: rgb(0 0 0 / .1);
  flex-direction: column;
  gap: 20px;
}

.plyr-detail-page-right > .item {
  display: flex;
  margin-bottom: 1.5rem;
}

.plyr-detail-page-right > .item > .item-left {
  width: 165px;
  flex: none;
  margin-right: 1rem;
}

.plyr-detail-page-right > .item > .item-left-content {
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)* 100%);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.plyr-detail-page-right > .item > .item-right {
  width: 119px;
  flex: 1 1 0%;
}

.plyr-detail-page-right > .item > .item-right > .item-right-content {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.plyr-mobile-control {
  display: none;
}

.plyr-mobile-control-box {
  min-width: 368px;
  padding: .75rem 1rem .25rem;
  display: flex;
  height: 48px;
  justify-content: space-between;
}

.plyr-mobile-control-box-left,
.plyr-mobile-control-box-right {
  display: flex;
  border: 1px solid white;
  border-radius: 6px;
  overflow: hidden;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

.control-item {
  padding: 10px 15px;
  background: black;
  color: white;
  font-weight: 600;
  font-size: .75rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.control-item:hover {
  background-color: #fe628e;
}

.control-item:not(:last-child) {
  border-right: 1px solid white;
}

.control-item:first-child {
  border-radius: 6px 0 0 6px;
}

.control-item:last-child {
  border-radius: 0 6px 6px 0;
}

.plyr-mobile-control-box-left > .control-item,
.plyr-mobile-control-box-right > .control-item {
  padding: .5rem .75rem .5rem .5rem;
  cursor: pointer;
  user-select: none;
}

.plyr-mobile-control-box-left > .control-item:hover,
.plyr-mobile-control-box-right > .control-item:hover {
  background-color: #fe628e;
}

.plyr-mobile-control-box-right > .control-item {
  padding: .5rem .5rem .5rem .75rem;
}

.plyr-mobile-control-box-left svg,
.plyr-mobile-control-box-right svg {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 639px) {
  .plyr-mobile-control {
    display: block;
  }
  .plyr-mobile-control-box-left > .control-item:active,
  .plyr-mobile-control-box-right > .control-item:active {
    background-color: #fe628e;
  }
}

.plyr-video-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1rem;
  color: #eceff4;
}

@media (max-width: 1024px) {
  .plyr-video-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}


.plyr-download-box {
  margin: 0;
  margin-bottom: 2rem;
}

.plyr-sm-video-list {
  position: relative;
  overflow: hidden;
}

.plyr-sm-video-advertise-box {
  margin: 1.25rem 0;
  min-height: 160px;
}

.plyr-advertise-content {
  display: grid;
  gap: 1.25rem;
}

.plyr-advertise-content-item {
  border-radius: 4px;
  overflow: hidden;
  background-color: rgb(20, 18, 18);
}

.plyr-advertise-content-item > a {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  cursor: pointer;
  padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w) * 100%);
}

.plyr-advertise-content-item > a > img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-width: 100%;
}

.plyr-advertise-content-item > a > .header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 6px;
  container-type: inline-size;
}

.plyr-advertise-header-title-wrapper {
  position: absolute;
  font-size: 12px;
  padding: 0 8px;
  width: 100%;
}

.plyr-advertise-header-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  -webkit-box-pack: justify;
}

.plyr-advertise-header-title > .left {
  align-items: center;
  min-width: 0;
  display: flex;
}

.plyr-advertise-header-title > .right {
  align-items: center;
  min-width: 0;
  display: flex;
  margin-left: auto;
}

.plyr-advertise-header-title > .right-text {
  background-color: rgb(0, 189, 143);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.goback-top {
  margin-bottom: 40px;
  text-align: center;
}

.goback-top svg {
  color: #fff;
}

.kan-av-footer {
  min-height: 200px;
  padding: 3rem 1rem;
  margin: auto;
}

@media (min-width: 1024px) {
  .kan-av-footer  {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.copyright {
  text-align: center;
  padding-top: 2rem;
  border-top-width: 1px;
  border-color: #374151;
  border-top-style: solid;
  margin: 3rem 0;
}

.copyright span {
  color: #9ca3af;
  margin-left: 10px;
}

.footer-text-base {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
}

.dplayer-video-wrap {
  max-height: 580px;
}

#g_web_player,#iframe_web_player {
  min-width: 363px;
  background: #000000;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w)* 100%);
}
#iframe_web_player {
  position: relative;
}
#iframe_web_player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  #g_web_player,#iframe_web_player {
    min-height: 300px;
  }
}

@media (max-width: 539px) {
  #g_web_player,#iframe_web_player {
    min-height: 200px;
  }
}

.plyr-download-detail {
  margin-bottom: 1rem;
  border-bottom: 1px solid #374151;
  position: relative;
}

.plyr-download-detail-feedback {
  position: absolute;
  right: 10px;
  top: 28px;
  cursor: pointer;
}

.plyr-download-detail p {
  margin: 1.5rem 0 0;
  cursor: pointer;
  color: #f87171;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: 0 .5rem 1rem;
  border-bottom: 2px solid #f87171;
  display: inline-flex;
  align-items: center;
}

.plyr-download-detail-link, .plyr-download-detail-link a {
  color: #a3be8c;
}

.plyr-download-detail-link ul {
  padding-left: 1rem;
  margin: 0;
}

.plyr-download-detail-link li {
  margin-top: 12px;
}

.plyr-download-detail-desc {
  margin: 1.5rem 0;
}

.text-secondary {
  color: #b8babc;
  font-size: 1rem;
  margin-bottom: 12px;
}

.font-medium {
  font-weight: 600;
  padding-left: 10px;
}

.search {
  padding: 4rem 0 2rem;
}

.search-title {
  text-align: center;
  margin-bottom: 2rem;
}

.search-box, .nav-search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}

.nav-search-box {
  height: 40px;
  padding: 0 1rem;
  margin: 0 auto;
}

.nav-search-box.hidden {
  display: none;
}

.search-box-content {
  height: 46px;
  max-width: 544px;
  display: flex;
  border-radius: .375rem;
  flex: 1;
  overflow: hidden;
}

.search-box-content > input {
  flex-grow: 1;
  width: 100%;
  padding: 0 12px;
  font-size: 1rem;
  height: 46px;
  display: block;
}

.nav-search-box .search-box-content {
  max-width: unset;
  height: 40px;
  color: #81a1c1;
}
.nav-search-box .search-box-content > input {
  height: 40px;
  color: #81a1c1;
  border: 1px solid #3b4252;
  background-color: #3b4252;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[name="kanav-input"]:focus {
  outline: none;
  outline-offset: 2px;
  border: 1px solid #fe628e;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.nav-search-box .search-box-content > input:focus {
  border: 1px solid #81a1c1;
  border-right-color: #3b4252;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.search-btn {
  width: 108px;
  max-width: 108px;
  min-width: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  color: #374151;
  border-left: 1px solid #d1d5db;
  background-color: #f9fafb;
  user-select: none;
}

.nav-search-box .search-box-content > .search-btn {
  background-color: #81a1c1;
  border-left: 0 solid #374151;
  color: #242933;
}

.search-btn:active {
  background-color: #e2e2e3;
}

.search-icon {
  color: #9ca3af;
}

.search-text {
  margin-left: .5rem;
}

.advertise {
  margin-top: 1rem;
}

.advertise-img {
  margin: 0 auto; 
  width: 728px; 
  height: 90px;
}

.lg-img {
  display: block;
}

.sm-img {
  display: none;
}

@media (max-width: 1024px) {
  .lg-img {
    display: none;
  }
  .sm-img {
    display: block;
  }

  .advertise-img {
    width: 300px; 
    height: 100px;
    overflow: hidden;
  }
}

.kan-av-mask {
  position: fixed;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 1000001;
  pointer-events: all;
}

.fullscreen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

.mask-layer {
  position: fixed;
  z-index: -1;
  pointer-events: none !important;
  background: rgba(255, 255, 255, 0.4);
}

.modal-content {
  position: fixed;
  z-index: 1000002;
  width: 516px;
  max-height: 396px;
  left: 50%;
  top: 50%;
  z-index: 200;
  color: #31363e;
  background-color: #fff;
  will-change: scroll-position;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transform: translateX(-50%) translateY(-85%);
}

.modal-content-title {
  height: 46px;
  padding-left: 8px;
  padding-top: 6px;
  font-size: 21px;
  font-weight: 700;
}

.modal-content-imgbox {
  width: 500px;
  height: 300px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .modal-content {
      width: 88%;
      max-height: 100%;
      min-width: 308px;
  }
  .modal-content-imgbox {
    max-width: 100%;
    height: 100%;
  }
}
.modal-conten img {
  width: 100%;
  height: 100%;
}

.modal-content-footer {
  height: 36px;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
}

.modal-footer-link {
  color: #f505e0;
}

.kanav-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 28px;
  width: 50px;
  justify-content: center;
  padding: 0;
  display: flex;
  align-items: center;
}

.kanav-btn:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}
.kanav-btn:focus {
  outline: transparent;
}

.modal-adv-box {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid #555;
  z-index: 99;
  width: 300px;
  height: 150px;
}

.modal-adv-box-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.modal-adv-box-content .link {
  color: inherit;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.modal-adv-box-content .link > img {
  object-fit: cover;
  object-position: center center;
  backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.img-live {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 0;
  right: 0;
  container-type: inline-size;
}

.img-live-box {
  background-color: rgba(0, 0, 0, .32);
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 10px;
  left: 5px;
}

.img-live-content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-live-circle {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.img-live-close-btn {
  background: rgba(0, 0, 0, .7);
  border: 1px solid #888;
  border-radius: 0;
  outline: none;
  color: #fff;
  padding: 5px 8px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}

.img-live-close-btn:hover {
  text-transform: none;
  border-color: #888;
}

button:focus {
  outline: transparent;
}

.modal-adv-box.active {
  display: block;
}
.modal-adv-box.hidden {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  padding-left: 0 !important;
}

.grid li {
  margin-top: 0;
}

.list-style-none {
  list-style-type: none;
}

.tag-text-color {
  color: #ebcb8b;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.clamp-title {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: .25rem;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.show-more {
  cursor: pointer;
  display: none;
}

.show-more > svg {
  margin-left: -.25rem;
  margin-right: .25rem;
}

.page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-box {
  position: relative;
  display: inline-flex;
}

.page-item {
  color: #d8dee9;
  transition-property: color,fill,stroke,opacity,filter,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  font-weight: 500;
  font-size: .875rem;
  padding: .5rem 1rem;
  align-items: center;
  display: inline-flex;
}

.page-item:hover {
  background-color: #3b4252;
  border-radius: .5rem;
}

.page-item.active {
  background-color: #fe628e;
  cursor: default;
  color: #eceff4;
  border-radius: .5rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.prev-item,.next-item {
  color: #d8dee9;
  transition-property: color,fill,stroke,opacity,filter,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  font-weight: 500;
  font-size: .875rem;
  padding: .5rem;
}
.prev-item > svg,.next-item > svg {
  vertical-align: middle;
}

.target-to-box {
  position: relative;
}

.target-to-box > input, .target-btn {
  line-height: 1.25rem;
  padding: .5rem .75rem;
  background-color: #3b4252;
  border: 2px solid #4c566a;
  border-radius: .5rem;
  height: 40px;
  width: 6.8rem;
  font-size: 1rem;
  color: #d8dee9;
  appearance: none;
}

.target-to-box > input:focus {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 0 #2563eb, 0 0 #0000, 0 0 #0000;
}

.target-total {
  position: absolute;
  pointer-events: none;
  padding-right: .75rem;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  color: #6b7280;
  background-color: transparent;
}

.target-btn {
  width: 46px;
  margin-left: 8px;
  font-size: 1.25rem;
  padding-left: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.target-btn:active,
.page-box-mobile-prev:active,
.page-box-mobile-next:active {
  background-color: #2f3d53;
}

.page-box-mobile-prev, .page-box-mobile-next {
  color: #d8dee9;
  background-color: #434c5e;
  font-size: .875rem;
  padding: .6rem 1rem;
  border-radius: .5rem;
  height: 40px;
  cursor: pointer;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .page-wrapper {
    justify-content: space-between;
  }
  .page-box {
    display: none;
  }
  .page-box-mobile-prev, .page-box-mobile-next {
    display: block;
  }
}

.rank-head-title {
  font-weight: 500;
  color: #d8dee9;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.rank-type-wrapper {
  background-color: #3b4252;
  padding: 2rem;
  border-radius: .5rem;
}

.rank-type-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rank-type-item-title {
  color: #ebcb8b;
}

.rank-type-item-height {
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.rank-type-item-desc {
  margin: 4px 0 0;
  padding-bottom: 2px;
  color: #5e81ac;
}

.rank-type-item-desc > a {
  color: #5e81ac;
  text-decoration: none;
}

@media (min-width:768px) {
  .rank-type-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width:1280px) {
  .rank-type-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.rank-type-avatar-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}

@media (min-width:520px) {
  .rank-type-avatar-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width:580px) {
  .rank-type-avatar-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width:640px) {
  .rank-type-avatar-content {
    row-gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width:768px) {
  .rank-type-avatar-content {
    gap: 1.5rem;
  }
}

@media (min-width:1024px) {
  .rank-type-avatar-content {
    row-gap: 3rem;
    column-gap: 2rem;
  }
}

@media (min-width:1280px) {
  .rank-type-avatar-content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rank-type-avatar-box {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border-radius: 500px;
}

@media (min-width:1024px) {
  .rank-type-avatar-box {
    width: 6rem;
    height: 6rem;
  }
}

.rank-type-avatar-box > img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.rank-type-avatar-box.no-img {
  color: #d8dee9;
  font-size: 36px;
  background-color: #81a1c1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rank-type-avatar-box > .name {
  display: none;
}

.rank-type-avatar-box.no-img > .name {
  display: block;
}

.rank-type-avatar-box.no-img > img {
  display: none;
}

.rank-type-item-bg-color-1,
.rank-type-item-bg-color-2,
.rank-type-item-bg-color-3 {
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .125rem .625rem;
  border-radius: .375rem;
  margin-top: .25rem;
  background-color: #ca8a04;
}

.rank-type-item-bg-color-2 {
  background-color: #64748b;
}

.rank-type-item-bg-color-3 {
  background-color: #92400e;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-type-filter-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.rank-type-filter-box > .nav-items .menu-icon.font {
  height: 28px;
}

.relative {
  position: relative;
}

.filter-left-dropdown {
  right: unset;
  left: 0;
}

.filter-right-dropdown {
  right: 0;
}

.mb-3 {
  margin-bottom: 1rem;
}

.rank-type-search-box {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width:1024px) {
  .rank-type-search-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  border: 2px solid #4c566a;
  border-radius: .5rem;
  padding: .5rem 1rem;
  background-color: #3b4252;
  appearance: none;
  line-height: 1.25rem;
  color: #d8dee9;
  font-size: 1rem;
  user-select: none;
}

select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #81a1c1;
  background-color: #2e3440;
  border-color: #81a1c1;
  box-shadow: 0 0 4px rgba(37, 99, 235, 0.5);
}

option {
  line-height: 1.25rem;
}

.profile-box {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .375rem;
  background-color: #242933;
}

.profile-box-details {
  margin-left: 24px;
}


.profile-box-details h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  margin: 0 0 .5rem;
}

.profile-box-details p {
  color: #81a1c1;
}


.no-margin {
  margin: unset;
}

.profile-box-action {
  margin-top: .75rem;
  display: flex;
  display: none;
}

.profile-box-action .btn {
  padding: .5rem .75rem;
  background-color: #434c5e;
  color: #fff;
  display: inline-flex;
  font-size: .875rem;
  white-space: nowwrap;
  cursor: pointer;
  min-width: 78px;
  height: 34px;
  border-radius: 60px;
}

.profile-box-action .btn a {
  color: #fff;
  display: inline-flex;
}

.profile-box-action .btn:hover {
  background-color: #4c566a;
}

.profile-box-action .btn:first-child {
  margin-right: .75rem;
}

p {
  margin: 0;
}

.mr-2 {
  margin-right: .5rem;
}

.text-center {
  text-align: center;
}

#access-href{
  position: absolute;
  bottom: 0;
  left: -1000px;
}

.cartoon-container {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(5, 1fr);
  min-width: 300px;
}

.cartoon-item {
  height: 363px;
  position: relative;;
}

.cartoon-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cartoon-item a:hover > .cartoon-item-desc {
  color: #fe628e;
}

.cartoon-item-img {
  position: relative;
  border-radius: .25rem;
  overflow: hidden;
  height: 100%;
}

.cartoon-image-container {
  height: 100%;
}

.cartoon-image-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .cartoon-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .cartoon-item {
    height: 360px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .cartoon-page-fix .cartoon-item {
    height: 260px;
  }
}

@media (min-width: 1280px) {
  .cartoon-page-fix.cartoon-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1023px) {
  .cartoon-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .cartoon-item {
    height: 270px;
  }
}

@media (max-width: 767px) {
  .cartoon-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .cartoon-item {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .cartoon-item {
    height: 280px;
  }
}

@media (max-width: 580px) {
  .cartoon-item {
    height: 260px;
  }
}

@media (max-width: 520px) {
  .cartoon-item {
    height: 238px;
  }
}

@media (max-width: 468px) {
  .cartoon-item {
    height: 220px;
  }
}

@media (max-width: 441px) {
  .cartoon-item {
    height: 200px;
  }
}

@media (max-width: 410px) {
  .cartoon-item {
    height: 180px;
  }
}

@media (max-width: 380px) {
  .cartoon-item {
    height: 168px;
  }
}

.ve-error-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ve-hidden {
  display: none;
}

.ve-dialog-content {
  background: #1a1a1a;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  color: white;
}

.ve-dialog-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}

.ve-dialog-header h2 {
  margin: 0;
  font-size: 1.2em;
}

.ve-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0 0 0 1rem;
}

.ve-dialog-body {
  padding: 20px;
}

.ve-tips {
  margin: 15px 0;
  color: #ccc;
}

.ve-tips p {
  margin: 5px 0;
}

.ve-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.ve-option-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.ve-other-input {
  flex: 1;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  margin-left: 10px;
}

.ve-email-section {
  margin-top: 20px;
}

.ve-email-input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
}

.ve-dialog-footer {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #333;
}

.ve-cancel-btn, .ve-submit-btn {
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.ve-cancel-btn {
  background: #333;
  color: white;
}

.ve-submit-btn {
  background: #444;
  color: white;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
}

.search-iconx {
  margin-top: 3px;
}

.mobile-s-search-container {
  color: #fff;
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-s-search-container {
    display: block;
  }
  .search {
    display: none;
    padding: 0;
  }
}

.mobile-s-search-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.mobile-s-tags-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-s-tags-wrapper::-webkit-scrollbar {
  display: none;
}

.mobile-s-search-tags {
  display: flex;
  gap: 8px;
  padding: 4px 0;
  white-space: nowrap;
}

.mobile-s-tag-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid rgb(60, 59, 59);
}

.mobile-s-tag-text {
  font-size: 14px;
}

.sm-search-container {
  display: none;
  background: #1a1a1a;
  min-height: 100vh;
  color: #fff;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

.sm-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 15px;
}

.sm-recent-searches {
  margin-top: 20px;
}

.sm-recent-searches h3 {
  margin: 0;
}

.sm-clear-all {
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.sm-recent-list {
  margin-bottom: 20px;
}

.sm-recent-item {
  padding: 3px 15px;
  color: #c6c6c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.sm-delete-btn {
  color: #c6c6c6;
  padding: 5px;
  cursor: pointer;
}

.sm-search-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

.sm-search-input-wrap {
  flex: 1;
  background: #333;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  margin: 0;
}

.sm-search-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  outline: none;
}

.sm-cancel-btn {
  color: #fff;
  padding: 5px 10px;
}

.sm-hot-search h3 {
  margin: 0;
  padding-left: 15px;
}

.sm-hot-search, .sm-trending-section {
  margin-top: 20px;
  padding-bottom: 80px;
}

.sm-hot-search-list {
  margin-top: 10px;
}

.sm-hot-search-item {
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 14px;
  color: #c6c6c6;
}