* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #2a2a2a;
  font-family: 'Dosis', sans-serif;
  color: #fff;
}

@font-face {
  font-family: Dosis;
  src: url("https://a.silvergames.com/css/sg.ttf"), url("https://www.silvergames.com/css/sg.ttf");
  font-weight: bold;
  font-display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-block: 0;
}

h2 a:hover {
  color: #e50914;
}

ul li {
  list-style-type: none;
  padding-left: 0;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer .link-box {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer .link-box .separate {
  margin: 0 16px;
}

.footer .link-box a {
  text-decoration: none;
  color: #c0c0c0;
}

.footer .copyright {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .copyright a {
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 29px;
  color: #fff;
}

.footer .copyright a:hover {
  color: #e50914;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: #2a2a2a;
}

::-webkit-scrollbar-button {
  background: #2a2a2a;
}

::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2a2a;
}

#app {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 48px;
}

.container {
  height: 100%;
  display: flex;
}

.ant-input {
  border: none !important;
  color: #c0c0c0 !important;
  border-radius: 3px !important;
  background-color: #484848 !important;
  border-color: #dbdbdb !important;
  border-style: solid !important;
  border-width: 0 !important;
  box-shadow: 0px 0px !important;
  font-size: 20px !important;
  height: 36px !important;
}

.ant-input-clear-icon {
  font-size: 20px !important;
  color: #fff !important;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  font-size: 20px !important;
  color: #fff !important;
}

.ant-input-search-icon {
  color: #fff !important;
}

.ant-input:focus,
.ant-input:hover {
  border: none !important;
  box-shadow: none !important;
}

.swiper-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #202020;
  z-index: 2;
  color: #fff;
  opacity: 0.7;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-next:hover {
  opacity: 0.9;
  color: #fff;
  background-color: #404040;
}

.swiper-item-container {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  height: 260px;
  padding: 15px 0;
}

.swiper-item-container.minHeight {
  min-height: 180px;
  max-height: 180px;
  height: 180px;
}

.swiper-wrapper-t {
  display: flex;
  position: relative;
}

.top-heng {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.top-heng:hover .img {
  transform: scale(1.1);
}

.top-heng.grey {
  background: #404040;
}

.top-heng .top-img {
  min-height: 100%;
  max-height: 100%;
}

.top-heng .img-m {
  width: 100%;
  height: calc(100% - 60px);
  max-height: 100%;
  aspect-ratio: 1 / 1;
}

.top-heng .img-m .img {
  transition: transform 0.3s;
  width: 100%;
  height: 100% !important;
  border-radius: 5px 5px 0 0;
}

.top-heng .text-m {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 60px;
}

.top-heng .text-m .text {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.top-heng .text-m .name {
  width: 100%;
  font-size: 12px;
  color: #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.type-title {
  margin-left: 16px;
  display: contents;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Dosis', Arial, sans-serif;
  cursor: pointer;
}

.type-title:hover {
  color: #e50914;
}

.category-list-m {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
}

.category-list-m .category-item-m {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #505050;
  border-radius: 5px;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.color0 {
  background: #0f113a;
}

.color0 .top-heng {
  background: #212353;
}

.color1 {
  background: #5b2745;
}

.color1 .top-heng {
  background: #6d3154;
}

.color2 {
  background: #0a2957;
}

.color2 .top-heng {
  background: #1d3c76;
}

.color3 {
  background: #310032;
}

.color3 .top-heng {
  background: #4c034e;
}

.color4 {
  background: #3a3e59;
}

.color4 .top-heng {
  background: #4a5073;
}

.color5 {
  background: #403d40;
}

.color5 .top-heng {
  background: #504d54;
}

.color6 {
  background: #011b32;
}

.color6 .top-heng {
  background: #062c3f;
}

.color7 {
  background: #29383d;
}

.color7 .top-heng {
  background: #3f5b58;
}

.color8 {
  background: #371e21;
}

.color8 .top-heng {
  background: #50324a;
}

.color9 {
  background: #260030;
}

.color9 .top-heng {
  background: #460255;
}

.color10 {
  background: #2d128a;
}

.color10 .top-heng {
  background: #3b1f9c;
}

.grey {
  background: #404040;
}

.grey .top-heng {
  background: #505050;
}

.list-m,
.grid-m {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  display: grid;
  grid-gap: 12px;
  grid-auto-rows: 1fr;
}

.list-m.height,
.grid-m.height {
  height: 581px;
}

.swiper-container {
  width: 100%;
  max-height: calc(100vw * 400 / 1500);
}

.swiper-container .prev,
.swiper-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  opacity: 0.3;
  z-index: 10;
}

.swiper-container .prev:hover,
.swiper-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 1;
}

.swiper-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 576px) {
  .swiper-container {
    max-height: 200px;
  }

  .list-m {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-m {
    grid-template-columns: repeat(3, 1fr);
  }

  .ip0 {
    grid-column: span 3;
    grid-row: span 2;
  }
}

@media screen and (min-width: 577px) {
  .swiper-container {
    max-height: calc(100vw * 400 / 1500);
  }

  .list-m {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-m {
    grid-template-columns: repeat(4, 1fr);
  }

  .ip0 {
    grid-column: span 4;
    grid-row: span 2;
  }
}


.middle {
  width: 100%;
  height: 15px;
  /* margin-top: 10px; */
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-evenly;

}

.de_iv_adv {
	width: 100%;
	height: auto;
	background-color: #505050;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.t_de {
  height: 0.2rem;
  width: 100%;
  line-height: 0.3rem !important;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
  margin-bottom: 5 !important;
  margin-top: 10px;
  background-color: #505050;
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  background-color: #505050;
  display: flex;
  justify-content: center;
}