html {
  background-color: var(--page-bg-color);
  font-size: 16px;
  /* -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; */
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

body {
  /* -webkit-font-smoothing: initial; */
  /* font-family: Montserrat; */
  font-weight: 400;
  width: 100%;
  /* todo 移动端宽度显示适配 */
  /* min-width: 1200px; */
  background: var(--page-bg-color);
  color: #333333;
  font-size: 1em;
  line-height: 1.5;
}

body::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: Montserrat !important;
}

*::-webkit-scrollbar {
  display: none;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

dl {
  list-style: none;
}

img {
  vertical-align: top;
  border: 0;
}

/* 隐藏ios默认input search图标 */
input[type="search"] {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  display: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

/* 黑白模式切换相关 */
:root,
:root.model-white {
  --all-bg-color: #fff;
  --all-text-color: #3B3D3D;
  --page-bg-color: linear-gradient(to bottom, #FFFBF6, #F5F1ED);
  --header-footer-color: #F3EFEA;
  --search-input-bg-color: #FFFBF6;
  --search-icon-color: #8f8f8f;
  --normal-card-bg-color: #f2f2f2;
  --svg-close-all-color: #c1c1c1;
  --svg-close-one-color: #ffffff;
  --svg-close-one-bg-color: #f2f2f266;
  --close-bg-color: #f2f2f2;
  --play-bg-color: #f2f2f2;
  --play-info-bg-color: #fbfbfb;
  --play-foot-bg-color: #e4e4e4;
  --like-hover-color: #f2f2f2;
  --form-input-color: #e4e4e4;
  --item-bg-color: #e4e4e4;
  --item-hover-bg-color: #f2f2f2;
  --info-btn-color: #939393;
  --top-menu-bg-color: #e4e4e4;
  --highlight-color: #fd613b;
  --move-btn-path-color: #955f5f;
  --highlight-bg-color: #fd613b33;
  --loading-bg-color: #e4e4e4;
  --totop-url: url(/assets/img/totop-white.png);
  --pagi-li-bg-color: #e4e4e4;
  --model-bg-color: rgba(20, 20, 20, 0.8);
  --menu-bg-color: linear-gradient(to bottom, #00D6DE, #6653D7);
  --index-play-bg-color: linear-gradient(to bottom, #00D6DE, #57F3F9);
  --index-play-text-color: #fff;
  --index-tag-bg-color: #FEFAF6;
  --index-tag-text-color: #3B3D3D;
  --index-category-bg-color: #F3EFEA;
  --index-category-text-color: #686868;
  --mask-menu-bg-color: #F3F0EB;
  --contact-input-bg-color: #fff;
  --search-word-bg-color: #EFEBE6;
  --search-word-item-bg-color: #FEFBF6;
  --game-info-bg-color: #FFFBF6;
  --game-info-text-color: #686868;
  --qr-code-bg-color: #E5E1DC;
  --show-page-text-color: #3B3D3D;
  --search-item-bg-color: #F3EFEA;
  --search-item-text-color: #686868;
  --list-switch-bg-color: #E1DCD6;
  --main-bg-color: linear-gradient(to bottom, #FFFBF6, #F5F1ED);
  --carousel-anchor-color: #c1c1c1;
  --char-anchor-color: #AFB0AD;
  --tag-num-color: #ff7e00;
  --totop-url: url(/assets/img/top.svg);
}

:root.model-black {
  --all-bg-color: #000;
  --all-text-color: #fff;
  --page-bg-color: linear-gradient(to bottom, #1E2121, #151717);
  --header-footer-color: #151717;
  --search-input-bg-color: #1E2121;
  --search-icon-color: #9d9d9d;
  --normal-card-bg-color: #353535;
  --svg-close-all-color: #484848;
  --svg-close-one-color: #d6d6d6;
  --svg-close-one-bg-color: #48484866;
  --close-bg-color: #484848;
  --play-bg-color: #2a2a2a;
  --play-info-bg-color: #353535;
  --play-foot-bg-color: #212121;
  --like-hover-color: #4a4a4a;
  --form-input-color: #484848;
  --item-bg-color: #464646;
  --item-hover-bg-color: #2a2a2a;
  --info-btn-color: #ffffff;
  --top-menu-bg-color: #353535;
  --highlight-color: #fd613b;
  --move-btn-path-color: #ece4e4;
  --highlight-bg-color: #fd613b33;
  --loading-bg-color: #353535;
  --totop-url: url(/assets/img/totop-black.png);
  --pagi-li-bg-color: #484848;
  --model-bg-color: rgba(220, 220, 220, 0.9);
  --menu-bg-color: #101212;
  --index-play-bg-color: linear-gradient(to bottom, #57F3F9, #81FAFF);
  --index-play-text-color: #00ACB2;
  --index-tag-bg-color: #212525;
  --index-tag-text-color: #fff;
  --index-category-bg-color: #212424;
  --index-category-text-color: #ACACAC;
  --mask-menu-bg-color: #101212;
  --contact-input-bg-color: #1E2020;
  --search-word-bg-color: #101211;
  --search-word-item-bg-color: #272928;
  --game-info-bg-color: #151717;
  --game-info-text-color: #ACACAC;
  --qr-code-bg-color: #101212;
  --show-page-text-color: #ACACAC;
  --search-item-bg-color: #151717;
  --search-item-text-color: #fff;
  --list-switch-bg-color: #2B2D2D;
  --main-bg-color: linear-gradient(to bottom, #1E2121, #151717);
  --carousel-anchor-color: #333736;
  --char-anchor-color: #101212;
  --tag-num-color: #ffa800;
  --totop-url: url(/assets/img/top.svg);
}

body {
  background: var(--page-bg-color);
  color: var(--all-text-color);
}

a {
  color: var(--all-text-color);
  text-decoration: none;
}

.pc-page {
  background: var(--page-bg-color);
}

.logo-white,
.theme-sun,
.model-black .theme-moon,
.model-black .logo-black,
.model-white .info-logo-black,
.model-black .info-logo-white,
.model-white .error-black,
.model-black .error-white,
.model-white .white-switch,
.model-black .black-switch {
  display: none;
}

.model-black .logo-white,
.model-white .logo-black,
.model-white .theme-moon,
.model-black .theme-sun {
  display: block;
}

.model-white .img-container img,
.model-white .game-bg,
.model-white .embed-img-container .embed-img,
.model-white .game-pic-img {
  background: url(/assets/img/default/default-white-l.svg) no-repeat;
  background-size: cover;
}

.model-black .img-container img,
.model-black .game-bg,
.model-black .embed-img-container .embed-img,
.model-black .game-pic-img {
  background: url(/assets/img/default/default-black-l.svg) no-repeat;
  background-size: cover;
}

.model-white .category-card-img img[data-error='error'],
.model-white .category-item-img img[data-error='error'],
.model-white .ranking-main .img-container img,
.model-white .mobile-game-list .img-container img,
.model-white .mobile-layout .category-game-container .img-container img,
.model-white .mobile-layout .search-game-container .img-container img,
.model-white .mobile-layout .new-game-container .img-container img,
.model-white .mobile-layout .show-game-container .img-container img {
  background: url(/assets/img/default/default-white-s.svg) no-repeat;
  background-size: cover;
}


.model-black .category-card-img img[data-error='error'],
.model-black .category-item-img img[data-error='error'],
.model-black .ranking-main .img-container img,
.model-black .mobile-game-list .img-container img,
.model-black .mobile-layout .category-game-container .img-container img,
.model-black .mobile-layout .search-game-container .img-container img,
.model-black .mobile-layout .new-game-container .img-container img,
.model-black .mobile-layout .show-game-container .img-container img {
  background: url(/assets/img/default/default-black-s.svg) no-repeat;
  background-size: cover;
}




.back-button {
  position: fixed;
  right: 5px;
  bottom: 60px;
  z-index: 11;
  cursor: pointer;
  scale: 0.6;
  background: var(--totop-url);
  width: 75px;
  height: 75px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.showButton {
  animation: fadeIn 1s;
  opacity: 1;
}

.hideButton {
  animation: fadeOut 1s;
  opacity: 0;
  pointer-events: none;
}


.logo-img {
  /* width: 120px; */
  height: 50px;
}

.logo-mobile {
  display: none;
}


@media screen and (max-width: 499px) {

  .header-container .title-text {
    display: flex;
  }

  .title-text .logo-img {
    display: none;
  }

  .title-text .logo-mobile {
    display: block;
  }

  .header-container .partner-link {
    margin-left: 0;
  }


  .mobile-layout #embed-container,
  .mobile-layout #share-container,
  .mobile-layout #control-container {
    zoom: 0.8;
  }


}

.main-container {
  background: var(--page-bg-color);
  /* width: max-content; */
  /* width: 100vw; */
}

.index-container {
  overflow: hidden;
}

.index-main {
  display: flex;
  /* zoom: 0.9; */
}

.main-game-container {
  width: 965px;
  height: 452px;
  background: var(--header-footer-color);
  border-radius: 8px;
  margin: 20px 0 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  place-items: center;
  /* place-items: flex-end;
  align-items: center; */
}

@media screen and (max-width: 799px) {
  .main-game-container {
    margin: 20px 0 20px 10px;
  }
}

.main-game-container .test-video {
  /* float: left; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: fit-content !important;
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .main-game-container {
    width: calc(100vw - 20px) !important;
    padding: 10px 5px 0 20px;
    place-items: start;
  }

  .main-game-container .test-video a {
    display: contents;
  }
}

.game-badge {
  position: absolute;
  top: -5px;
  left: 10px;
  /* width: 80px; */
  height: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF8A00;
  padding: 0 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: none;
}

.badge-text {
  display: none;
}

.new-badge .game-badge {
  display: flex;
  background: #00D6DE;
}

.hot-badge .game-badge {
  display: flex;
  background: #FF4433;
}

.toprated-badge .game-badge {
  display: flex;
  background: #FF8A00;
}


.new-badge .text-new,
.hot-badge .text-hot,
.toprated-badge .text-toprated {
  display: block;
}


/* .main-game-container .img-container{
  width: 295px;
  height: 196px;
  position: relative;
  box-sizing: border-box;
} */



.main-game-container .img-container,
.main-game-container .img-container img,
.main-game-container .img-container video {
  width: 295px;
  height: 196px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}


.main-game-container .game-name {
  display: none;
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 22px;
  color: var(--all-text-color);
}


@media (hover: hover) {

  .main-game-container .img-container :hover {
    /* border: 2px solid #57F3F9; */
  }

  .main-game-container .img-container:hover .game-name {
    display: block;
  }
}

.title-text {
  font-family: ChauPhilomeneOne, ChauPhilomeneOne;
  font-weight: 400;
  font-size: 30px;
  /* color: #3B3D3D; */
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

#banner-bg-container {
  /* display: none; */
  /* flex: 0.93; */
  height: 495px;
  aspect-ratio: 512/340;
  z-index: 0;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: left;
  /* flex-direction: column; */
  margin: 20px 0 20px 20px;
  width: 825px;
  height: 452px;
  box-sizing: border-box;
  border-radius: 8px;
  background: var(--header-footer-color);
  overflow: hidden;
  padding: 20px 25px;
}

.video-container video {
  width: 600px;
  height: 370px;
  object-fit: fill;
  border-radius: 6px;
}

.video-container .video-area:nth-child(n+2) {
  display: none;
}

.video-area {
  display: flex;
  flex-direction: column;
}

.video-change {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  justify-content: end;
  /* flex-direction: column;
  align-items: center;
  justify-content: space-between; */
  width: 100%;
  /* margin-top: 5px; */
  margin-left: 20px;
  height: 412px;
}

.video-item {
  width: 140px;
  height: 93px;
  /* margin-bottom: 10px; */
  cursor: pointer;
  background: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-sizing: border-box;
  /* margin: 5px; */
  position: relative;
  overflow: hidden;
}

.video-change .video-item:nth-child(n+5) {
  display: none;
}

@media (hover: hover) {
  .video-item:hover {
    border: 2px solid #57F3F9;
  }

  .video-item:hover .video-img img {
    /* filter: brightness(1); */
  }

}


.video-item .video-img img {
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
}


.change1 .video-item:nth-child(1) {
  border: 2px solid #57F3F9;
}

.change1 .video-item:nth-child(1) .video-img img {
  filter: brightness(1);
}

.change1 .video-item:nth-child(1) .video-play {
  display: none;
}

.change2 .video-item:nth-child(2) {
  border: 2px solid #57F3F9;
}

.change2 .video-item:nth-child(2) .video-img img {
  filter: brightness(1);
}

.change2 .video-item:nth-child(2) .video-play {
  display: none;
}

.change3 .video-item:nth-child(3) {
  border: 2px solid #57F3F9;
}

.change3 .video-item:nth-child(3) .video-img img {
  filter: brightness(1);
}

.change3 .video-item:nth-child(3) .video-play {
  display: none;
}

.change4 .video-item:nth-child(4) {
  border: 2px solid #57F3F9;
}

.change4 .video-item:nth-child(4) .video-img img {
  filter: brightness(1);
}

.change4 .video-item:nth-child(4) .video-play {
  display: none;
}

.video-item .video-play {
  /* background: forestgreen;
  width: 30px;
  height: 30px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.play-triangle {
  width: 60px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  /* background: #fffc; */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.video-text {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 13px;
  user-select: none;
}

.video-text .title-text {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 22px;
  color: var(--all-text-color);
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.video-text-bg {
  position: absolute;
  z-index: 1;
  background: var(--header-footer-color);
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.carousel-container .video-text {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
}


.banner-li .video-area {

  width: 100%;
  height: 100%;
}


.banner-li .video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-text-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 10px;
}

.video-text .video-text-info .title-text {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.tag-container {
  display: flex;
}

.video-text .tag-item {
  height: 34px;
  padding: 0 10px;
  width: fit-content;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--index-tag-bg-color);
  border-radius: 4px;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: var(--index-tag-text-color);
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.video-text .play-btn {
  width: 86px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--index-play-bg-color);
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 18px;
  color: var(--index-play-text-color);
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.test-game-list {
  display: flex;
  /* width: calc(100vw - 80px); */
  overflow-x: scroll;
  overflow-y: hidden;
}

.mobile-layout .test-game-list {
  /* width: calc(100vw - 20px); */
}

.test-video {
  width: max-content;
  margin-right: 10px;
  position: relative;
}

.img-container {
  width: max-content;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
}

.img-container video {
  display: none;
}

.img-container .game-name {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  transition: all 0.5s;
  width: max-content;
  max-width: 100%;
  text-align: center;
}


@media (hover: hover) {

  .img-container:hover {
    border: 2px solid #57F3F9;
  }

  .img-container:hover video {
    /* display: block; */
  }

  .img-container:hover .game-name {
    display: block;
  }

  .img-container:hover img {
    /* display: none; */
    transition: 0.5s;
    transform: scale(1.1);
    left: -2px;
    top: -2px;
  }

}

.img-container img {
  display: block;
  /* aspect-ratio: 1 / 1; */
}





.img-container,
.img-container img,
.img-container video {
  width: 256px;
  height: 170px;
  object-fit: fill;
  position: relative;
  border-radius: 6px;
  box-sizing: border-box;
  aspect-ratio: 512 / 340;
}

.header-container {
  width: 100vw;
  height: 60px;
  background: var(--header-footer-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container a {
  text-decoration: none;
  display: inline-block;
  /* color: black; */
  margin-left: 70px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}

.header-right div {
  /* margin-right: 20px; */
  user-select: none;
  cursor: pointer;
}


.partner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  border-radius: 40px;
  background: #00d6de;
  margin-right: 20px;

}

.partner-text {
  color: white;
}

@media (hover: hover) {
  .partner-container:hover {
    background: #00acb2;
  }

}

.partner-container .partner-icon {
  width: 28px;
  height: 28px;
  margin-right: 3px;
}

@media screen and (max-width: 1199px) {

  .partner-container {
    width: 80px;
  }

  .partner-icon,.partner-text2 {
    display: none;
  }

  .partner-container{
    margin-right: 10px;
  }
}

.switch {
  /* 定义position为relative，子元素的absolute在这里作参照 */
  position: relative;
  display: inline-block;
  width: 85px;
  height: 44px;
}

.switch input {
  /* 隐藏input的显示 */
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  /* 撑满外层的div标签 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--search-input-bg-color);
  /* 设置显示时候的动画 */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* 设置子div前面的元素 */

.slider:before {
  position: absolute;
  /* before的内容为空白 */
  content: "";
  height: 36px;
  width: 36px;
  left: 4px;
  bottom: 4px;
  background: linear-gradient(to bottom, #57F3F9, #00D6DE);
  /* 设置按钮点击的时候的动画效果 */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

/* 两个属性同时存在的时候的css样式 */

input:checked+.slider {
  /* background-color: #00D6DE; */
}

input:focus+.slider {
  /* box-shadow: 0 0 1px #00D6DE; */
}

/* 设置before元素的平移动画 */

input:checked+.slider:before {
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  transform: translateX(42px);
}

/* 设置下面一组按钮的圆角 */

.slider.round {
  border-radius: 80px;
}

.slider.round:before {
  border-radius: 50%;
}


.model-switch-item {
  width: 85px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: var(--search-input-bg-color);
}

.model-switch-round {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #57F3F9, #00D6DE);
}

.switch .white-switch,
.switch .black-switch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .white-switch {
  left: 5px;
}

.switch .black-switch {
  right: 5px;
}

.menu-btn-container {
  position: absolute;
  left: 0;
  top: 0;
}

.menu-btn-container svg {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  user-select: none;
}

.menu-btn-container .st0 {
  fill: var(--all-text-color);
}

.menu-btn-container .open .btn-close {
  display: none;
}

.menu-btn-container .close .btn-open {
  display: none;
}

@keyframes showLeft {
  0% {
    left: -160px;
  }

  100% {
    left: 0;
  }
}

@keyframes hideLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}


@keyframes showRight {
  0% {
    right: -160px;
  }

  100% {
    right: 0;
  }
}

@keyframes hideRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

.show-in {

  animation: showLeft 0.3s forwards;
}

.show-out {
  animation: hideLeft 0.3s forwards;
}

.show-in-right {
  animation: showRight 0.3s forwards;
}

.show-out-right {
  animation: hideRight 0.3s forwards;
}



.left-bar-container {
  width: 70px;
  height: 100vh;
  background: var(--menu-bg-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding-top: 60px;
  box-sizing: border-box;
  /* display: none; */
  overflow-y: scroll;
  transition: width 0.3s;
  font-size: 14px;
}

.left-bar-container a {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: left;
  user-select: none;
}

.left-bar-main {
  /* width: max-content; */
  min-width: 100%;
}

.left-divider {
  width: calc(100% - 20px);
  height: 1px;
  background: #fff;
  margin: 5px auto;
  opacity: 0.2;
}

.icon-text {
  display: none;
}

.contact-menu-btn {
  width: 140px;
  height: 44px;
  border-radius: 22px;
  background: linear-gradient(to bottom, #57F3F9, #00D6DE);
  color: white;
  font-size: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  user-select: none;
  cursor: pointer;
}

.contact-btn-icon {
  width: 30px;
  margin-top: 2px;
  margin-right: 5px;
  /* height: 19px; */
}

.contact-us-main {
  margin-top: 20px;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.contact-submit-icon {
  width: 35px;
  height: 35px;
  animation: loading 2s linear infinite;
  margin-right: 15px;
  display: none;
}

.contact-menu-container .contact-input-div,
.contact-menu-container .contact-textarea-div {
  position: relative;
  margin-bottom: 20px;
}

.contact-menu-container input {
  width: 280px;
  height: 50px;
  background: var(--contact-input-bg-color);
  border: none;
  border-radius: 6px;
  padding-left: 50px;
  outline-color: #FE0000;
  outline-width: 1px;
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  box-sizing: border-box;
  clip-path: border-box;
  -webkit-clip-path: border-box;
  -moz-clip-path: border-box;
  -ms-clip-path: border-box;
  -o-clip-path: border-box;
}

.contact-menu-container textarea {
  width: 280px;
  height: 160px;
  background: var(--contact-input-bg-color);
  border: none;
  border-radius: 6px;
  padding-left: 50px;
  outline-color: #FE0000;
  outline-width: 1px;
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  box-sizing: border-box;
  resize: none;
  padding-top: 15px;
  clip-path: border-box;
  -webkit-clip-path: border-box;
  -moz-clip-path: border-box;
  -ms-clip-path: border-box;
  -o-clip-path: border-box;
}

.contact-input-svg {
  position: absolute;
  top: 10px;
  left: 10px;
}

.contact-input-svg path {
  fill: #d3d3d3
}

.contact-us-submit {
  width: 280px;
  height: 68px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #81FAFF, #57F3F9);
  font-size: 30px;
  color: #00ABB1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.message-div {
  width: 280px;
  height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.message-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.message-icon path {
  fill: #fff;
}

.message-warn {
  background: #FAAD14;
}

.message-fail {
  background: #FF3C00;
}

.message-success {
  background: #2ADB6A;
}

#contact-us-warn,
#contact-us-fail,
#contact-us-success,
#feedback-warn,
#feedback-fail,
#feedback-success {
  display: none;
}

.show-link-container {
  display: none;
}

.social-link-container {
  max-width: 160px;
  padding-left: 16px;
  box-sizing: border-box;
}

.social-link-container a {
  float: left;
  margin-right: 10px;
}

.social-link-container .social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.left-bar-container .show-link-container a {
  height: auto;
  text-indent: 25px;
}

@media (hover: hover) {

  .left-bar-container:hover .left-bar-main {
    width: max-content;
  }

  .left-bar-container:hover {
    width: 160px;
  }

  .left-bar-container:hover .icon-text,
  .left-bar-container:hover .show-link-container {
    display: block;
  }

  .left-bar-container:hover .contact-menu-btn {
    display: flex;
  }

}


.default-layout {
  margin-left: 70px;
  margin-top: 60px;
  position: relative;
  /* overflow: hidden; */
  min-height: calc(100vh - 60px);
  background: var(--main-bg-color);
}

.mobile-layout .tag-item-container {
  max-width: 100vw;
}



.pc-layout .hide-left .game-list-container {
  width: calc(100vw - 20px);
}

.pc-layout .hide-left .test-game-list {
  /* width: calc(100vw - 20px); */
}

.pc-layout .hide-left .index-container .game-tag-name {
  width: calc(98vw - 20px);
}


@media screen and (min-width: 1910px) {

  .left-bar-container {
    width: 160px;
  }

  .pc-layout .tag-item-container {
    max-width: calc(100vw - 300px);
  }

  .pc-layout .card-list-container {
    width: calc(100vw - 670px);
  }

  .pc-layout .index-container .game-tag-name {
    width: calc(98vw - 180px);
  }

  .pc-layout .game-show-container {
    width: calc(100vw - 180px);
  }

  .pc-layout .hide-left .game-show-container {
    width: calc(100vw - 20px);
  }


  .mobile-layout .game-tag-name {
    width: 98vw;
  }

  .left-bar-container .icon-text {
    display: block;
  }

  .contact-menu-btn {
    display: flex;
  }

  .default-layout {
    margin-left: 160px
  }

  .show-link-container {
    display: block;
  }

}

.recent-container {
  /* height: 100px; */
  margin-left: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 799px) {
  .recent-container {
    max-width: calc(100% - 40px);
  }
}


@media screen and (max-width: 499px) {
  .recent-container {
    /* zoom: 0.8; */
  }

  .recent-content {
    width: calc(100vw - 40px);
  }

  .recent-content .half-width {
    width: calc((100% - 7px) /2);
    box-sizing: border-box;
  }
  .recent-content .recent-play{
    margin-right: 7px;
  }
  .recent-content .recent-play,
  .recent-content .random-play {
    justify-content: flex-start;
  }
}



.recent-content,
.recent-game-list {
  display: flex;
}

.recent-game-list {
  overflow-x: scroll;
  padding-top: 20px;
  margin-top: -20px;
  margin-right: 10px;
  max-width: calc(100% - 320px);
}


.recent-container .close-img {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: -12px;
  right: -5px;
}

.recent-content .img-container,
.recent-content .img-container img,
.recent-content .img-container video {
  width: 83px;
  height: 55px;
}

.mask-menu-game {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  max-height: 100%;
  overflow-y: scroll;
}

.recent-content .mask-menu-game .img-container,
.recent-content .mask-menu-game .img-container img,
.recent-content .mask-menu-game .img-container video {
  width: 145px;
  height: 96px;
}

.mask-menu-game .test-video {
  margin: 10px;
}

.mask-menu-game .close-img img {
  width: 30px;
  height: 30px;
}

@media (hover: hover) {
  .recent-content .img-container:hover {
    /* border: none; */
  }

  .img-container:hover {
    overflow: hidden;
  }

  .img-container:hover video {
    /* display: none; */
  }

  .img-container:hover .game-name {
    /* display: none; */
    z-index: 1;
  }

  .recent-content .img-container:hover img {
    display: block;
  }

  .recent-content .img-container:hover .game-name {
    display: none;
  }

}

.recent-play,
.random-play {
  display: flex;
  align-items: center;
  justify-content: end;
  background: red;
  height: 55px;
  padding: 0 10px;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
}

.recent-play {
  background: linear-gradient(to bottom, #3F91FC, #71AFFF);
  margin-right: 10px;
}

.random-play {
  background: linear-gradient(to bottom, #FF6E10, #FFA12E);
  cursor: pointer;
}

.recent-play-text,
.random-play-text {
  width: 95px;
  min-width: 95px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  /* 限制双行文字 */
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.recent-play img,
.random-play img {
  width: 40px;
  margin-right: 10px;
}

.test-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 20px;
  cursor: pointer;
}

.test-icon-active {
  border-left: 4px solid #57F3F9;
  margin: 0 10px 0 0px;
  padding-left: 16px;
}


.web-text-container {
  display: flex;
  margin: 20px;
  margin-bottom: 10px;
}

.web-text-container p {
  color: var(--index-category-text-color);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.web-text {
  width: 460px;
  min-width: 460px;
  height: 200px;
  background: var(--index-category-bg-color);
  border-radius: 6px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  position: relative;
}

.learn-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  border-radius: 6px;

}

.learn-more a {
  color: #57F3F9;
}


.category-card-container {
  position: relative;
}

.category-card-container .game-show-icon {
  height: calc(100% - 10px);
}

.category-card-container .next-icon {
  right: -20px;
}


.game-list-container {
  margin: 0 20px;
  width: calc(100vw - 90px);
  overflow: hidden;

}

.mobile-layout .game-list-container {
  width: calc(100vw - 20px);
}


.card-list-container {
  width: calc(100vw - 580px);
  /* max-width: 1360px; */
  overflow: scroll;
  margin-left: 10px;
  height: 210px;
  position: relative;
}



.pc-layout .hide-left .card-list-container,
.mobile-layout .card-list-container {
  width: calc(100vw - 510px);
}

.category-card-list {
  /* display: flex; */
  height: 210px;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  display: grid;
  width: max-content;
  position: relative;
}


.category-card {
  margin: 0 10px 10px 0;
  width: 340px;
  height: 95px;
  box-sizing: border-box;
  background: var(--index-category-bg-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  float: left;
  cursor: pointer;
}

.category-card-img img {
  width: 75px;
  height: 75px;
  border-radius: 4px;
  margin-right: 10px;
}

#gamesPagination {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

#gamesPagination ul {
  list-style: none;
  /* padding: 3px 5px 2px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .31);
    background: #fff; */
}

#gamesPagination ul a {
  text-decoration: none;
  color: #fff;
}

#gamesPagination ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 22px;
  border-radius: 50%;
  line-height: 50px;
  background: var(--pagi-li-bg-color);
  color: #2d2d2d;
}

#gamesPagination ul li.pagination-li-active {
  color: #fd613b;
  background-color: transparent;
  border: #fd613b 2px solid;
}

#gamesPagination ul li.pagination-li-split {
  background-color: transparent;
  color: var(--pagi-li-bg-color);
}

#gamesPagination ul li.pagination-li-first {
  color: #fff;
  background: #fd613b;
}

#gamesPagination ul li.pagination-li-first a {
  color: #fd613b;
}

#gamesPagination ul li.pagination-li-mobile {
  width: 200px;
  border-radius: 30px;
}

#gamesPagination ul li.pagination-li-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  #gamesPagination ul li {
    display: none;
  }

  #gamesPagination ul li.pagination-li-mobile {
    display: inline-block;
    margin: 10px 10px;
  }
}


.top_search_input input {
  background: var(--search-input-bg-color);
  color: var(--all-text-color);
  outline-width: 1px;
  outline-color: #57F3F9;
}

#settingImg .search-icon {
  pointer-events: none;
}

.top_search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_search_input {
  position: relative;
}

.top_search_input input {
  line-height: 44px;
  padding: 0 0 0 5px;
  width: 460px;
  height: 44px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
  border: none;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  /* 修复双重边框 */
  clip-path: border-box;
  clip-path: border-box;
  -webkit-clip-path: border-box;
  -moz-clip-path: border-box;
  -ms-clip-path: border-box;
  -o-clip-path: border-box;
}

.top_search_input span {
  position: absolute;
  right: 13px;
  top: 2px;
  cursor: pointer;
}

.top_search_input {
  position: relative;
  display: inline-block;
  /* height: 788px; */
}

.show {
  display: block !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--search-word-bg-color);
  /* min-width: 263px; */
  overflow: auto;
  /* border: 1px solid var(--all-text-color); */
  z-index: 11;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
}

.dropdown-content a {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 10px 0;
}

@media (hover: hover) {
  .dropdown-content a:hover {
    /* background-color: var(--svg-close-all-color); */
  }
}

.search-word-text {
  margin-bottom: 10px;
}

.no-result-text {
  color: var(--all-text-color);
  padding: 12px 16px;
  display: block;
  background: var(--normal-card-bg-color);
  text-align: justify;
}

.search-word-container {}

.search-word-item {
  font-size: 16px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: var(--search-word-item-bg-color);
  border-radius: 4px;
}


.search-word-container a:nth-child(-n+3) .search-word-item {
  background: #01D6DC;
  color: #fff;
}

.game-show {
  /* overflow: scroll; */
  transition: all 1s linear;
}

.game-show ::-webkit-scrollbar {
  width: 0;
  display: none;
}

.game-show-icon-background {
  background: #101212;
}


.game-show .game-container {
  display: block;
  /* margin: 10px 0; */
  width: max-content;
  /* overflow-x: scroll;
  overflow-y: hidden; */
  display: flex;
  align-items: center;
}

.game-show-icon svg {
  width: 36px;
  height: 36px;
  pointer-events: none;
  position: relative;
  z-index: 7;
  fill: #fff;
  opacity: 0.5;
}

@media (hover: hover) {
  .game-show-icon:hover svg {
    opacity: 1;
  }

  .game-show-icon:hover .game-show-icon-background {
    opacity: 0.75;
  }
}



.previous-icon {
  left: 0px;
  opacity: 0;
  pointer-events: none;
}

.next-icon {
  right: 0px;
  /* opacity: 0; */
  /* pointer-events: none; */
}

.game-show-tag {
  display: grid;
}


.more-text {
  animation: text-cartoon 1s 1 ease-in-out;
}

.played-title {
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.played-all-close-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.played-all-close-icon svg {
  pointer-events: none;
}

.played-game-container .thumb {
  position: relative;
}

.played-close-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  z-index: 6;
  cursor: pointer;
  border-bottom-left-radius: 4px;
}

.game-show-tag .played-close-icon {
  top: 5px;
  right: 5px;
}

.played-close-svg {
  pointer-events: none;
  width: 28px;
  height: 28px;
}

.game-show-container {
  overflow: hidden;
  /* padding: 0 30px; */
  position: relative;
}

.game-show-container ::-webkit-scrollbar {
  width: 0;
  display: none;
}

.game-tag-name {
  min-width: 260px;
  height: 46px;
  user-select: none;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92vw;
}

.mobile-layout .game-tag-name {
  width: 92vw;
}

.pc-layout .game-tag-name {
  width: calc(96vw - 100px);
}

@media screen and (min-width: 899px) {
  .pc-layout .game-tag-name {
    width: calc(98vw - 100px);
  }
}

.game-tag-name a {
  text-decoration: none;
}

.tag-name-text {
  font-size: 24px;
  line-height: 46px;
}

.tag-name-text a {
  text-decoration: none;
}

.name-more {
  color: #00D6DE;
  font-size: 18px;
}

.game-show-icon {
  position: absolute;
  top: 0;
  width: 36px;
  /* height: 280px; */
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 4;
}

.game-show-icon-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 0.25;
}

@media (hover: hover) {
  .game-show-container:hover .game-show-icon {
    display: flex;
  }
}


/* 遮罩菜单 */

.menu-mask-div {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00000066;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}

#played-menu,
#contact-menu {
  display: flex;
  position: fixed;
  top: 0;
  height: 100vh;
  background: var(--mask-menu-bg-color);
  z-index: 13;
  cursor: auto;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.4s ease;
}

#played-menu {
  right: -100%;
  width: 350px;
  /* animation: showRight 0.3s forwards; */
}

#contact-menu {
  left: -100%;
  width: 330px;
  /* animation: showLeft 0.3s forwards; */
}

@media screen and (max-width: 350px) {
  #contact-menu {
    left: -150%;
  }

  #played-menu {
    right: -150%;
  }
}

.mask-close-btn,
.share-close-btn,
.share-close-btn,
.embed-close-btn,
.qrcode-close-btn,
.control-close-btn,
.feedback-close-btn {
  position: absolute;
  top: 15px;
  right: 17px;
  cursor: pointer;
}

.mask-close-btn img,
.share-close-btn img,
.share-close-btn img,
.embed-close-btn img,
.qrcode-close-btn img,
.control-close-btn img,
.feedback-close-btn img {
  margin: 0;
  width: 30px;
  height: 30px;
}

.mask-menu-title {
  margin-top: 50px;
  font-size: 24px;
}


.loading-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #686868;
}

.loading-container img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.loading-div img {
  animation: loading 2s linear infinite;
}

.loading-div,
.no-more-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

#loading-div,
#no-more-div {
  display: none;
}

.tags-container {}

.tags-show-main {
  position: relative;
}

.tag-item-container {
  position: relative;
}

.anchor-char {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -60px;
}

.tags-nav-container {
  position: fixed;
  top: 200px;
  right: 60px;
  padding-left: 20px;
  border-left: 5px solid var(--char-anchor-color);
  text-align: center;
}

.mobile-layout .tags-nav-container {
  display: none;
}


.tags-nav-container .tags-nav-item {
  cursor: pointer;
  position: relative;
}

.active-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #54F2F8, #11DCE3);
  display: none;
}

.active .active-icon {
  display: block;
}

.category-tag-switch {
  display: flex;
}

.category-tag-switch .category-tag-switch-item {
  margin: 20px 20px 0 20px;
  font-size: 24px;
}


.switch-choose {
  border-bottom: 4px solid #57F3F9;
}

.tag-item-container {
  max-width: calc(100vw - 200px);
  margin-left: 20px;
  display: table;
}

.tag-char {
  font-size: 30px;
  margin-bottom: 10px;
}

.tag-item-container a {
  display: inline-block;
  width: max-content;
  /* float: left; */
  margin: 0 10px 10px 0;

}

.tag-item-container .tag-item {
  width: 311px;
  height: 44px;
  border-radius: 6px;
  background: var(--index-category-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-item-container .tag-item .tag-num {
  color: var(--tag-num-color);
}

.categories-show-main {
  margin: 20px;
  display: table;
}

.categories-show-main a {
  display: inline-block;
  width: max-content;
  margin: 0 10px 10px 0;
}

.categories-show-main .category-item-container {
  width: 336px;
  height: 94px;
  border-radius: 6px;
  background: var(--index-category-bg-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (hover: hover) {

  .categories-show-main .category-item-container:hover .category-item-img {
    margin-left: 8px;
  }

  .card-list-container .category-card:hover {
    padding-left: 8px;
  }

  .model-white .card-list-container .category-card:hover,
  .model-white .categories-show-main .category-item-container:hover,
  .model-white .tag-item-container .tag-item:hover {
    background: #57F3F966;
    border: 2px solid #57F3F9;
    box-sizing: border-box;
  }

  .model-black .card-list-container .category-card:hover,
  .model-black .categories-show-main .category-item-container:hover,
  .model-black .tag-item-container .tag-item:hover {
    border: 2px solid #57F3F9;
    box-sizing: border-box;
  }


}

.category-desc,
.category-card-desc {
  font-size: 15px;
  color: var(--index-category-text-color);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.categories-show-main .category-item-img {
  margin: 0 10px;
}

.categories-show-main .category-item-img img {
  border-radius: 4px;
}

/* 游戏页面 */

.game-container {}

.play-game-container {
  overflow: hidden;
  padding-left: 30px;
  padding-top: 30px;
}

.play-game-main {
  width: 1280px;
  height: 720px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.play-game-main .game-bg {
  width: 100%;
  height: 100%;
  filter: brightness(0.3) blur(7px);
  position: absolute;
}


#play-game-iframe {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  display: none;
}

.play-game-main .game-play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* background: #01D6DC; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.play-game-main .game-play-container {
  color: #fff;
}

.play-game-main .game-play-container .game-pic-img {
  width: 245px;
  height: 163px;
  border-radius: 6px;
}

.play-game-main .game-play-container .game-name {
  font-size: 30px;
  margin: 20px 0;
  text-align: center;
}

.play-game-main .game-play-container .game-play-btn {
  width: 200px;
  height: 55px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #81FAFF, #57F3F9);
  font-size: 24px;
  color: #00ABB1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.play-game-main .game-control-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #101212;
  z-index: 4;
  color: #fff;
}


@keyframes showMenu {
  0% {
    bottom: -150px;
  }

  100% {
    bottom: 50px;
  }
}

/* @keyframes hideMenu {
  0% {
    bottom: 0;
  }

  100% {
    bottom: -150px;
  }
} */


.embed-container,
.share-container,
.qrcode-container,
.control-container,
.feedback-container {
  animation: showMenu 0.1s ease;
}


.mobile-anchor {
  display: none;
}

.game-control-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 0 10px;
}

.game-control-container svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}

.game-control-left,
.game-control-right {
  display: flex;
  user-select: none;
}

.game-control-right .st0 {
  fill: #fff;
}

.control-btn {
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #262928;
  padding: 0 10px;
  border-radius: 6px;
  user-select: none;
  cursor: pointer;
}

.control-content-text {
  color: #d3d3d3;
  font-size: 18px;
  max-height: 85%;
  overflow: scroll;

}

.control-like path,
.control-dislike path,
.control-collect path {
  user-select: none;
  pointer-events: none;
}

.is-like .st0 {
  fill: #28EC7E;
}

.is-like #like-num {
  color: #28EC7E;
}

.is-dislike .st0 {
  fill: #FF7300;
}

.is-dislike #dislike-num {
  color: #FF7300;
}

.is-fav .st0 {
  fill: red;
}

.control-like,
.control-dislike {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.count-like,
.count-dislike {
  margin-left: -5px;
  min-width: 10px;
}

.control-qrcode {
  position: relative;
}

.embed-btn,
.share-btn {
  position: relative;
}

.embed-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 720px;
  height: 425px;
  background: #101212;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: auto;
}

#embed-container {
  display: none;
}

.embed-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.embed-switch-item {
  font-size: 20px;
  padding: 0 10px 10px 10px;
}

.embed-switch .embed-switch-item:nth-child(1) {
  margin-right: 50px;
}

.embed-choose {
  color: #57F3F9;
  border-bottom: 1px solid #57F3F9;
}

.embed-content-item {
  width: 680px;
  height: 60px;
  background: #1E2020;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  padding: 8px;
  box-sizing: border-box;
}

.embed-content-href {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
  user-select: text;
  max-width: calc(100% - 175px);
}

.embed-content-btn {
  background: linear-gradient(to bottom, #00D6DE, #57F3F9);
  width: 159px;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  cursor: pointer;
  user-select: none;
}

.embed1 .embed-content2 {
  display: none;
}

.embed1 .embed-switch1,
.embed2 .embed-switch2 {
  color: #57F3F9;
  border-bottom: 1px solid #57F3F9;
}

.embed2 .embed-content1 {
  display: none;
}

.embed-content2 {
  margin-left: 30px;
}

.embed-img-item {
  width: min-content;
  text-align: center;
  display: inline-block;
  margin: 0 20px 20px 0;
}

.embed-img-item .embed-img {
  height: 100px;
  border-radius: 6px;
}

.embed-img-container {
  height: 100px;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

@media (hover: hover) {

  .embed-img-container:hover {
    border: 2px solid #57F3F9;
  }

  .embed-img-container:hover .embed-img {
    transition: 0.5s;
    transform: scale(1.1);
    position: relative;
    left: -2px;
    top: -2px;
  }
}

.embed-img-text {
  font-size: 14px;
  margin-top: 6px;
}

.embed-img1 {
  width: 167px;
}

.embed-img2 {
  width: 151px;
}

.embed-img3 {
  width: 133px;
}

.embed-img4 {
  width: 100px;
}

.embed-img5 {
  width: 178px;
}

.embed-img6 {
  width: 233px;
}

.embed-img7 {
  width: 133px;
}


.share-container {
  width: 620px;
  height: 283px;
  /* width: max-content; */
  position: absolute;
  bottom: 50px;
  padding: 20px;
  border-radius: 6px;
  background: #101212;
  left: 0;
  cursor: auto;
  display: none;
}

.share-title-text {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
}

.share-item-container {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 20px;
}

.share-item-container a {
  display: inline-block;
  width: max-content;
  margin: 0 10px 10px 0;
}

.share-item-container .social-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#copy-button {
  min-width: 60px;
}

.copy-container {
  width: 100%;
  /* max-width: 560px; */
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #1E2020;
}

.copy-container .form-input {
  width: 100%;
  height: 60px;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #D3D3D3;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: text;
  user-select: text;
}

.copy-button {
  position: absolute;
  right: 8px;
  height: 44px;
  margin-left: 10px;
  background: linear-gradient(to bottom, #00D6DE, #57F3F9);
  width: 80px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
}


@media only screen and (max-width: 800px) {

  .share-svg-container,
  .share-title-text {
    margin: 20px auto;
  }

  .copy-container .form-input {
    height: 44px;
    font-size: 16px;
  }

  .copy-button {
    height: 44px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {

  .share-svg-container,
  .share-title-text {
    margin: 20px auto;
    font-size: 18px;
  }

  .copy-container .form-input {
    height: 40px;
    font-size: 14px;
  }

  .copy-button {
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-height: 500px) {

  .share-svg-container,
  .share-title-text {
    margin: 10px auto;
  }

  .copy-container .form-input {
    height: 40px;
    font-size: 14px;
  }

  .copy-button {
    height: 40px;
    font-size: 14px;
  }
}

.game-control-right #qrcodeDiv svg {
  box-sizing: border-box;
  border: 5px solid white;
  border-radius: 6px;
  width: 142px;
  height: 142px;
  /* position: absolute; */
  /* top: -150px; */
}


.qrcode-container {
  position: absolute;
  width: 620px;
  height: 283px;
  background: #101212;
  border-radius: 6px;
  right: 20px;
  bottom: 58px;
  padding: 10px 30px;
  box-sizing: border-box;
  display: none;
}

.qrcode-title-text {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
}

.qrcode-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.qrcode-content-text {
  margin: 0 10px 20px 10px;
  color: #D3D3D3;
  width: 70%;
  font-size: 20px;
}

.control-container {
  width: 480px;
  height: 333px;
  position: absolute;
  bottom: 50px;
  padding: 20px;
  border-radius: 6px;
  background: #101212;
  right: 20px;
  bottom: 58px;
  box-sizing: border-box;
  display: none;
}

.control-title-text {
  margin: 20px auto;
  font-size: 30px;
  text-align: center;
}

.feedback-container {
  width: 460px;
  height: 647px;
  position: absolute;
  bottom: 50px;
  padding: 20px;
  border-radius: 6px;
  background: #101212;
  right: 20px;
  bottom: 58px;
  box-sizing: border-box;
  display: none;
}

.feedback-title-text {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}


.feedback-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.feedback-text {
  font-size: 20px;
  color: #D3D3D3;
}


.feedback-bottom .feedback-text{
  margin-bottom: 10px;
}
.game-select-item {
  display: inline-block;
  box-sizing: border-box;
}


.game-select-item img {
  width: 130px;
  height: 86px;
  border-radius: 6px;
  margin: 0 5px 10px 0;
  box-sizing: border-box;
}

.game-select-item {}

.feedback-submit-icon {
  display: none;
  width: 35px;
  height: 35px;
  animation: loading 2s linear infinite;
  margin-right: 15px;
}

.feedback-container .feedback-input-div,
.feedback-container .feedback-textarea-div {
  position: relative;
  margin-bottom: 20px;
}

.feedback-container select {
  width: 420px;
  height: 50px;
  background: #1E2020;
  border: none;
  border-radius: 6px;
  padding-left: 45px;
  outline-color: #FE0000;
  outline-width: 1px;
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  box-sizing: border-box;
  clip-path: border-box;
  -webkit-clip-path: border-box;
  -moz-clip-path: border-box;
  -ms-clip-path: border-box;
  -o-clip-path: border-box;
}

.feedback-container input {
  width: 420px;
  height: 50px;
  background: #1E2020;
  border: none;
  border-radius: 6px;
  padding-left: 50px;
  outline-color: #FE0000;
  outline-width: 1px;
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  box-sizing: border-box;
  clip-path: border-box;
  -webkit-clip-path: border-box;
  -moz-clip-path: border-box;
  -ms-clip-path: border-box;
  -o-clip-path: border-box;
}

.feedback-container textarea {
  width: 420px;
  height: 160px;
  background: #1E2020;
  border: none;
  border-radius: 6px;
  padding-left: 50px;
  outline-color: #FE0000;
  outline-width: 1px;
  font-weight: 400;
  font-size: 14px;
  color: #d3d3d3;
  box-sizing: border-box;
  resize: none;
  padding-top: 15px;
  clip-path: border-box;
  -webkit-clip-path: border-box;
  -moz-clip-path: border-box;
  -ms-clip-path: border-box;
  -o-clip-path: border-box;
}

.feedback-input-svg {
  position: absolute;
  top: 10px;
  left: 10px;
}

.feedback-input-svg path {
  fill: #d3d3d3
}

.feedback-submit {
  width: 420px;
  height: 68px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #81FAFF, #57F3F9);
  font-size: 30px;
  color: #00ABB1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.feedback-game-select {
  height: 90px;
  overflow: scroll;
}

.full .exit-full-btn {
  display: none;
}

.exit-full .full-btn {
  display: none;
}

#download-btn {
  display: none;
}

@media (hover: hover) {

  #feedback-btn:hover svg .st0,
  #qrcode-btn:hover svg .st0,
  #download-btn:hover svg .st0,
  #control-btn:hover svg .st0,
  #video-btn:hover svg .st0,
  #fullscreen-btn:hover svg .st0 {
    fill: #57F3F9;
  }
}

.game-info-container {
  position: relative;
  /* background: var(--index-category-bg-color); */
}

.mobile-game .game-info-container {
  display: flex;
}

.play-game-container .game-info {
  width: 1280px;
  /* height: 1550px; */
  background: var(--index-category-bg-color);
  border-radius: 6px;
  margin: 20px 0;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.mobile-game .play-game-container .game-info {
  margin: 10px 0;
}

.game-info .game-info-nav,
.game-info .game-info-nav a {
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #57F3F9;
}

.game-info .game-info-name {
  font-size: 30px;
  margin-top: 20px;
}

.game-info .game-info-tag {
  display: table;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px;
}

.game-info-tag a {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.game-info-tag .tag-item {
  height: 34px;
  padding: 0 10px;
  width: fit-content;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--game-info-bg-color);
  border-radius: 4px;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: var(--index-tag-text-color);
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.game-info .game-info-param {
  /* display: grid;
  grid-template-columns: 1fr 5fr; */
  line-height: 36px;
}

.param-item {
  display: flex;
  align-items: center;
  justify-content: left;
}

.game-info-param .param-title {
  width: 130px;
  color: var(--game-info-text-color);
}


.game-info .game-info-description {
  line-height: 28px;
  color: var(--game-info-text-color);
}

.game-info .game-info-control {
  line-height: 34px;
  color: var(--game-info-text-color);
  margin-bottom: 20px;
}

.game-info .game-info-control .control-title {
  color: var(--all-text-color);
  font-size: 24px;
  margin: 10px 0;
}

.game-info .game-info-video {
  width: 1240px;
  height: 702px;
  border-radius: 6px;
  overflow: hidden;
}

.mobile-game .game-info .game-info-video {
  width: auto;
  height: auto;
}

.game-info-video video {
  width: 100%;
  height: 100%;
}

.play-game-right {
  width: 376px;
  height: 1291px;
  position: absolute;
  top: 30px;
  right: 40px;
  background: var(--index-category-bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.play-game-right .ad-div {
  width: 336px;
  height: 280px;
  /* background: greenyellow; */
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-container,
.search-game-container,
.show-game-container {
  padding-left: 20px;
  padding-right: 10px;
}

.show-game-container {
  /* padding-top: 20px; */
}

.new-container .new-title,
.show-game-container .show-game-title {
  font-size: 24px;
  line-height: 72px;
  color: var(--all-text-color);
}

.new-container .img-container .game-name,
.category-game-container .img-container .game-name,
.show-game-container .img-container .game-name {
  /* display: none; */
  width: 100%;
  text-align: center;

}

.new-container .img-container,
.new-container .img-container img,
.new-container .img-container video,
.category-game-container .img-container,
.category-game-container .img-container img,
.category-game-container .img-container video,
.search-game-container .img-container,
.search-game-container .img-container img,
.search-game-container.img-container video,
.show-game-container .img-container,
.show-game-container .img-container img,
.show-game-container .img-container video {
  overflow: hidden;

  /* width: 100%;
  height:auto;
  aspect-ratio: 512/340; */
}

.new-container .new-game-container,
.search-game-container,
.category-game-container,
.show-game-container .show-game-main {
  display: block;
  width: 100%;
}

.new-container .new-game-container a,
.category-game-container a,
.search-game-container a,
.show-game-container .show-game-main a {
  display: inline-block;
  margin: 0 5px 5px 0;
  /* height: 170px; */

  /* width: 16%; */

}

.new-container .test-video,
.category-game-container .test-video,
.search-game-container .test-video,
.show-game-container .test-video {
  display: inline-block;
  margin: 0;

  /* width: 100%; */
}



@media only screen and (min-width: 1500px) {


  .pc-layout .new-container .img-container,
  .pc-layout .new-container .img-container img,
  .pc-layout .new-container .img-container video,
  .pc-layout .category-game-container .img-container,
  .pc-layout .category-game-container .img-container img,
  .pc-layout .category-game-container .img-container video,
  .pc-layout .search-game-container .img-container,
  .pc-layout .search-game-container .img-container img,
  .pc-layout .search-game-container.img-container video,
  .pc-layout .show-game-container .img-container,
  .pc-layout .show-game-container .img-container img,
  .pc-layout .show-game-container .img-container video {

    width: 100%;
    height: auto;
    aspect-ratio: 512/340;
  }

  .pc-layout .new-container .new-game-container a,
  .pc-layout .category-game-container a,
  .pc-layout .search-game-container a,
  .pc-layout .show-game-container .show-game-main a {
    width: 16%;

  }

  .pc-layout .new-container .test-video,
  .pc-layout .category-game-container .test-video,
  .pc-layout .search-game-container .test-video,
  .pc-layout .show-game-container .test-video {

    width: 100%;
  }

}


.mobile-game-ad {
  display: none;
  overflow: hidden;
}

.ad-div2 {
  width: 336px;
  height: 280px;
  /* background: goldenrod; */
  margin: 10px auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
}


.adsbygoogle{
  width: 100%;
  height: 100%;
}
.mobile-game-title {
  font-size: 18px;
  margin: 0 0 20px 20px;
}

.mobile-game-list {
  width: calc(100vw - 40px);
  margin: 0 auto;
  text-align: center;
}

.mobile-game-list .img-container,
.mobile-game-list .img-container img,
.mobile-game-list .img-container video {
  width: 130px;
  height: 130px;
}

.mobile-game-list .test-video {
  display: inline-block;
  margin-bottom: 10px;
}

.mobile-game-list-container {
  width: calc(100% - 40px);
  overflow: scroll;
  margin: 0 auto;
}

.mobile-game-list {
  margin: 0 auto;
  text-align: center;
  height: 410px;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  display: grid;
  width: max-content;
  position: relative;
}

@media screen and (max-width: 499px) {
  .mobile-game-list {
    zoom: 0.9;
  }
}

@media screen and (max-width: 449px) {
  .mobile-game-list {
    zoom: 0.8;
  }
}

@media screen and (max-width: 399px) {
  .mobile-game-list {
    zoom: 0.7;
  }
}



/* 分页 */
#gamePagination {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gamePagination ul {
  list-style: none;
  /* padding: 3px 5px 2px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .31);
  background: #fff; */
  width: max-content;
  background: var(--search-input-bg-color);
  padding: 0 10px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gamePagination ul a {
  text-decoration: none;
  color: #fff;
  margin: 0 5px;
}

#gamePagination ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 35px;
  /* background-color: #fff; */
  color: var(--all-text-color);
}

#gamePagination .pagination-li-first svg {
  height: 18px;
  fill: var(--all-text-color);
  margin-top: 8px;
}

@media (hover: hover) {
  #gamePagination ul li:hover {
    background: #e7eefe;
    color: #898989;
  }
}

.pagination-li-split {
  font-family: math !important;
}

#gamePagination ul li.pagination-li-active {
  color: #fff;
  background: linear-gradient(to bottom, #06D8E0, #53F2F8);
}

#gamePagination ul li.pagination-li-split {
  background-color: transparent;
}

/* #gamePagination ul li.pagination-li-first {
  background: #ffffff;
  color: #3d2e81;
}
#gamePagination ul li.pagination-li-first a {
  color: #3d2e81;
} */

.ranking-container {
  padding-left: 20px;
  padding-top: 20px;
}

.ranking-main {
  width: 760px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.ranking-top-game {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 20px 0;
  padding-bottom: 60px;
}

.top1-container,
.top2-container,
.top3-container {
  position: relative;
}

.ranking-top-game .top-icon {
  position: absolute;
  left: 0;
}

.top1-container .top-icon {
  top: -23px;
}

.top2-container .top-icon {
  top: -20px;
}

.top3-container .top-icon {
  top: -10px;
}

.ranking-top-game .top-info {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  pointer-events: none;
}

.ranking-container .ranking-top-game .top-info .game-like .st0 {
  fill: #fff;
}

.top2-container .top-info {
  border-bottom-left-radius: 6px;
}

.top3-container .top-info {
  border-bottom-right-radius: 6px;
}

.ranking-top-game .experience-btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.mobile-layout .ranking-container .experience-btn {
  display: none;
}

.mobile-layout .ranking-top-game {
  padding-bottom: 0;
}

.top1-container .img-container,
.top1-container .img-container img,
.top1-container .img-container video {
  width: 300px;
  height: 300px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.top2-container .img-container,
.top2-container .img-container img,
.top2-container .img-container video {
  width: 230px;
  height: 230px;
  border-bottom-right-radius: 0px;
}

.top3-container .img-container,
.top3-container .img-container img,
.top3-container .img-container video {
  width: 230px;
  height: 230px;
  border-bottom-left-radius: 0px;
}

.ranking-game-container .img-container,
.ranking-game-container .img-container img,
.ranking-game-container .img-container video {
  width: 115px;
  height: 115px;
}

.ranking-top-game .test-video {
  margin: 0;
}

.ranking-game-item {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: var(--play-foot-bg-color);
  border-radius: 6px;
  /* color:  var(--index-category-text-color); */
}

.ranking-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ranking-item-left a {
  margin: 0 10px 0 20px;
}


.ranking-item-right{
  display: flex;
}

.experience-btn {
  color: #00ACB2;
  width: 120px;
  height: 44px;
  background: linear-gradient(to bottom, #57F3F9, #81FAFF);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.experience-qr-container {
  background: var(--qr-code-bg-color);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-sizing: border-box;
  width: 180px;
  height: 200px;
  flex-direction: column;
  position: absolute;
  text-align: center;
  right: 10px;
  top: -61px;
  z-index: 3;
  color: var(--index-category-text-color);
  font-size: 16px;
}

.experience-btn .experience-qr {
  height: 115px;
  width: 115px;
  padding: 5px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media (hover: hover) {

  .experience-btn:hover .experience-qr-container {
    display: flex;
  }

}

.ranking-container .game-like {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-layout .ranking-item-right .game-like{
  margin-right: 80px;
}


.ranking-container .game-like svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.ranking-container .game-like .st0 {
  fill: var(--all-text-color);
}

.show-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.show-title {
  font-size: 30px;
  margin: 5px 0;
}

.show-content {
  width: 96%;
  padding: 20px;
  background: var(--header-footer-color);
  color: var(--show-page-text-color);
  box-sizing: border-box;
  font-size: 19px;
  line-height: 31px;
}

.search-container {
  overflow: hidden;
}

.search-main {
  padding: 0 30px;
}

.search-title {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.search-title span {
  color: #FFBB37;
}

.search-game-container {}

.search-game-container a {
  display: inline-block;
}

.category-tag-container {
  padding: 10px 20px;
  box-sizing: border-box;
  display: table;
}

.category-tag-container a {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.category-tag-item {
  height: 55px;
  background: var(--search-item-bg-color);
  color: var(--search-item-text-color);
  padding: 0 10px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.category-tag-item .category-tag-text span {
  margin-right: 5px;
}

.category-tag-icon {
  width: 15px;
  fill: var(--search-item-text-color);
}

.category-container {
  padding: 10px 20px;
  box-sizing: border-box;
}

.category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.category-top .category-title {
  font-size: 24px;
  margin: 10px 0;
}

.category-top .list-switch {
  user-select: none;
  cursor: pointer;
}

.category-tag {
  margin-bottom: 10px;
}

.category-tag a {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.category-tag-div {
  width: 155px;
  height: 55px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--search-item-bg-color);
  color: var(--search-item-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-tag-div:hover {
  color: #57F3F9;
}

.category-tag-active {
  background: #57F3F9 !important;
  color: #fff !important;
}

.list-switch {
  position: relative;
  z-index: 2;
}

.list-container {
  display: none;
  position: absolute;
  width: max-content;
  background: var(--list-switch-bg-color);
  width: 100%;
  border-radius: 8px;
  padding-top: 10px;
  margin-top: -10px;
}

.list-switch-item {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 36px;
  font-size: 14px;
  padding-left: 17px;
}

.list-switch:hover .list-container {
  display: block;
}

.list-switch .list-name {
  width: 135px;
  height: 39px;
  background: var(--index-category-bg-color);
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57F3F9;
  position: relative;
  z-index: 1;
}

.list-name svg {
  width: 30px;
  height: 30px;
}

.list-name svg path {
  stroke: #57F3F9;
}

.error-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-img img {
  width: 370px;
  margin: 80px;
}

.error-text {
  width: 666px;
  font-size: 24px;
}

.text-item {
  margin-bottom: 20px;
}

.banner-container {
  /* background: var(--header-footer-color); */
}

.banner-container .banner img {
  width: 100%;
}

.carousel-bgc {
  margin: 20px 0;
  overflow: hidden;
  margin-left: 20px;
}

.carousel-container {
  width: 1200px;
  width: 100%;
  height: 452px;
  /* height: 100%; */
  /* padding: 10px; */
  /* border: 1px solid #ddd; */
  margin: 0 auto;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  padding-bottom: 30px;
}

.carousel-container .screen {
  /* width: 1200px; */
  width: 100%;
  /* height: 370px; */
  height: 452px;

  /* height: 100%; */
  position: relative;
  /* overflow: hidden; */
}

.carousel-container .screen ul {
  font-size: 0;
  width: 400%;
  /* height: 100%; */
  /* height: 452px; */

  transition: all 0.35s ease-in-out;
  position: relative;
}

.carousel-container .screen ul li {
  display: inline-block;
  /* width: 1200px; */
  width: calc(20% - 20px);
  /* height: 370px; */
  height: 452px;
  /* height: 100%; */
  overflow: hidden;
  border-radius: 6px;
  margin: 0 10px;
  background: var(--header-footer-color);
}

.carousel-container .screen ul li .banner-bg-img {
  width: 100%;
  height: 100%;
  filter: blur(9px) opacity(0.5);
  object-fit: cover;
}


.carousel-container .screen ul li:nth-child(n+5) {
  display: none;
}

.carousel-container ol {
  /* display: none; */
  margin: 0 auto;
  width: fit-content;
}

.carousel-container .screen .banner-a {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}


.carousel-container .screen ol li {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 20px;
  border: 1px solid var(--carousel-anchor-color);
  background: var(--carousel-anchor-color);
  cursor: pointer;
  font-size: 0;
}

.carousel-container .screen ol li.active {
  background: #57F3F9;
  border: 1px solid #57F3F9;
}

.carousel-container .arrow {
  /* position: absolute; */
  top: 50%;
  left: 0;
  transform: translate(0, -222px);
  /* width: 100%; */
  height: 44px;
  line-height: 44px;
  /* padding: 0 15px; */
  /*display: flex;*/
  justify-content: space-between;
  display: none;
  pointer-events: none;
}

.carousel-container .arrow span {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 34px;
  color: #ffffff;
  /* padding: 0 5px 5px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: all;
}

.carousel-container .title-text img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 6px;
}


.carousel2 .swiper-slide {
  overflow: hidden;
  border-radius: 6px;
  /* margin: 0 10px; */
  /* width: calc(100% - 20px); */
}


.carousel2 .video-area {

  width: 100%;
  height: 100%;
}


.carousel2 .video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel2 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  /* bottom: -25px; */
  width: max-content;
}



.carousel2 .swiper-pagination-bullet {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 20px;
  border: 1px solid var(--carousel-anchor-color);
  background: var(--carousel-anchor-color);
  cursor: pointer;
  font-size: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}



.carousel2 .swiper-pagination-bullet-active {
  background: #57F3F9;
  border: 1px solid #57F3F9;
}

@media screen and (min-width: 799px) {
  #banner-bg-container {
    position: relative;
  }

  .carousel2 .swiper-pagination {
    bottom: 5px;
  }
}


.game-top6 {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  width: 100% !important;
  height: auto !important;
}

.game-top6 .test-video {
  width: calc(100% - 10px) !important;
  margin-bottom: 10px !important;
}

.game-top6 .img-container,
.game-top6 .img-container img,
.game-top6 .img-container video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 512/340 !important;
  /* margin-bottom: 5px; */
}

.mobile-layout .search-main {
  padding: 0 10px 0 20px;
}

.mobile-layout .search-game-container {
  padding-left: 0;
}


.mobile-layout .isGame {
  display: none !important;
}

.mobile-layout .game-container,
.mobile-layout .play-game-container {
  margin: 0 !important;
  padding: 0 !important;
}


.mobile-layout .play-game-main {
  height: 555px;
}

@media only screen and (min-height: 800px) {


  .mobile-layout .play-game-main {
    border-radius: 0 !important;
    height: 755px;
  }
}

.mobile-layout .play-game-main .game-bg {
  object-fit: cover;
}


/* 适配代码 */

.game-info .ad-div ,.game-info .ad-div-pc{
  display: none ;
}



@media only screen and (min-width: 799px) {

  .mobile-layout .play-game-main {
    width: 100vw;
  }

  .mobile-layout .game-info-container {
    /* width: calc(100% - 30px); */
  }

  .game-info .ad-div {
    width: 100%;
    height: 90px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* background: violet; */
    margin-bottom: 20px;
  }


  .pc-layout .game-info  {
    position: relative;
  }


  .game-info .ad-div-pc{
    display: flex;
    justify-content: center;
    height: 90px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 300px;
  }

  .mobile-layout .play-game-container .game-info {
    width: calc(100% - 210px);
  }

  .mobile-layout .play-game-right {
    width: fit-content;
    overflow-y: scroll;
    right: 10px;
  }

  .mobile-layout .play-game-right .img-container,
  .mobile-layout .play-game-right .img-container img,
  .mobile-layout .play-game-right .img-container video {
    width: 196px;
    height: 130px;
    margin-bottom: 10px;
  }

}

@media only screen and (min-width: 1299px) {
  .game-info .ad-div-pc{
    width: 728px;
  }
}

.mobile-left {
  display: none;
  transition: all 1s;
}

.mobile-left {
  width: 500px;
}

.mobile-left .left-bar-main {
  /* width: max-content; */
}

.mobile-left .top_search_input {
  margin: 20px;
}

.mobile-left .icon-text {
  display: block;
}

.mobile-left .show-link-container {
  /* margin: 0 auto; */
  margin-left: 30px;
  display: flex;
  width: fit-content;
}

.mobile-left .social-link-container {
  max-width: initial;
  /* display: flex; */
  width: 160px;
  margin: 0 auto;

}

.mobile-left .contact-menu-btn {
  display: flex;
}

.mobile-layout .default-layout {
  margin-left: 0;
}


@media only screen and (max-width: 799px) {

  .header-middle {
    display: none;
  }

  .index-main {
    flex-direction: column;
  }

  .mobile-layout .index-main {
    zoom: 1 !important;
  }


  .carousel-container,
  .carousel-container .screen,
  .carousel-container .screen ul li {
    height: calc(100vw / 512 * 340);
  }


  .carousel-container ol {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  .video-list {
    /* display: none; */
    /* overflow: scroll; */
  }

  #banner-bg-container {
    display: block;
    height: auto;
    aspect-ratio: inherit;
    width: calc(100vw - 20px);
    margin: 10px auto;
  }

  /* .video-container {
    width: fit-content;
    padding: 0;
    margin: 20px;
    height: auto;
  }

  .video-container video {
    width: 90vw;
    height: auto;
  }

  .video-container .video-area:nth-child(n+2) {
    display: flex;
  }

  .video-area {
    width: 100%;
    height: 100%;
  } */

  .carousel-container {
    padding-bottom: 0;
  }

  .carousel-bgc {
    overflow: visible;
    margin: 10px 0;
    margin-left: 0;
  }

  .video-change {
    /* display: none; */
  }

  .main-game-container {
    width: 100%;
    height: auto;
  }

  .mobile-layout .main-game-container {

    padding-left: 10px;
  }

  .main-game-container .test-video {
    width: 100%;
  }

  .main-game-container .img-container,
  .main-game-container .img-container img,
  .main-game-container .img-container video {
    width: 98%;
    height: auto;
    margin-bottom: 5px;
  }

  .recent-game-list {
    width: calc(100vw - 320px);
    overflow-x: scroll;
    overflow-y: auto;
    display: none;
    height: 80px;
    align-items: center;
    margin-top: -12px;
  }

  .game-list-container,
  .test-game-list {
    width: auto;
  }

  .web-text-container {
    flex-direction: column;
  }

  .web-text-container p {
    font-size: 14px;
  }

  .web-text {
    width: auto;
    min-width: auto;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 45px;
  }

  .card-list-container,
  .mobile-layout .card-list-container {
    width: auto;
    margin-left: 0;
  }

  .mobile-layout .play-game-right {
    display: none !important;
  }


  .play-game-main .game-play-container .game-pic-img {
    width: 190px;
    height: 126px;
  }

  .game-control-right {
    position: absolute;
    bottom: 70px;
  }

  .mobile-layout .play-game-main {
    height: 555px;
  }

  .mobile-layout .play-game-main,
  .mobile-layout .play-game-container .game-info,
  .mobile-layout .game-info .game-info-video {
    width: auto;
    /* height: auto; */
  }

  .mobile-layout .game-info-video video {
    border-radius: 6px;
  }


  .game-info .game-info-video {
    height: auto;
  }


  .pc-layout .play-game-main .game-play-container {
    top: 40%;
    zoom: 0.8;
  }


  .game-control-main {
    justify-content: center;
  }

  .mobile-game-ad {
    display: block;
  }


  .tags-nav-container {
    display: none;
  }


  .embed-btn,
  .share-btn {
    position: static;
  }

  .embed-content-item,
  .share-container {
    width: 380px;
  }

  .embed-container {
    width: auto;
  }

  .embed-container,
  .share-container,
  .qrcode-container,
  .control-container {
    right: auto;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 3;
  }

  .embed-container,
  .share-container {
    bottom: 60px;
  }

  .show-content {
    width: 96vw;
    /* margin: 20px; */
  }

  .mobile-game-list .img-container,
  .mobile-game-list .img-container img,
  .mobile-game-list .img-container video {
    width: 130px;
    height: 130px;
  }


  .feedback-container {
    width: 100vw;
    height: 100vh;
    /* padding: 10px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }

  .feedback-title-text {
    font-size: 24px;
  }

  .feedback-text {
    font-size: 16px;
  }

  .feedback-container textarea {

    width: calc(100vw - 40px);
  }

  .feedback-container select,
  .feedback-container input {
    width: calc(100vw - 40px);


  }

  .feedback-container .feedback-input-div,
  .feedback-container .feedback-textarea-div {
    margin-bottom: 10px;
  }

  .feedback-submit {
    width: calc(100vw - 40px);

    height: 48px;
    font-size: 24px;
  }

  .feedback-game-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
    max-height: calc(100vh - 500px);
    overflow: scroll;
    place-items: center;
  }

  .qrcode-container {
    width: 420px;
  }

  .qrcode-title-text {
    font-size: 24px;
    margin: 10px auto;
  }

  .qrcode-content-text {
    font-size: 16px;
  }

  .control-container {
    width: 380px;
  }

  .control-title-text {
    margin: 10px auto;
    font-size: 24px;
  }

  .control-content-text {
    font-size: 16px;
  }

  .embed-container {
    height: 325px;
    width: 420px;
  }

  .embed-switch {
    justify-content: flex-start;
  }

  .embed-switch .embed-switch-item:nth-child(1) {
    margin-right: 30px;
  }

  .embed-switch-item {
    font-size: 16px;
  }

  .embed-content-item {
    height: 50px;
    margin-bottom: 10px;
  }

  .embed-content-btn {
    width: 140px;
    height: 35px;
    font-size: 14px;
  }

  .embed-content2 {
    margin-left: 0;
    width: 650px;
    zoom: 0.6;
  }

  .share-container {
    height: 168px;
  }

  .share-title-text {
    font-size: 24px;
    margin: 10px auto;
  }

  .share-item-container .social-icon {
    width: 40px;
    height: 40px;
  }

  .copy-container {
    margin-top: 10px;
    margin-bottom: 20px;
  }




  .error-text {
    width: 90%;
  }


  .new-game-container {}

  /* .category-game-container a:nth-child(n+7),
  .new-container .new-game-container a:nth-child(n+7) {
    height: 130px;
  }

  .category-game-container a:nth-child(n+7) .img-container,
  .category-game-container a:nth-child(n+7) .img-container img,
  .category-game-container a:nth-child(n+7) .img-container video,
  .new-game-container a:nth-child(n+7) .img-container,
  .new-game-container a:nth-child(n+7) .img-container img,
  .new-game-container a:nth-child(n+7) .img-container video {
    width: 130px;
    height: 130px;
  } */

  .category-tag-div {
    width: 125px;
    height: 50px;
  }

  .ranking-main {
    width: 93vw;
    margin: 0;
  }

  .ranking-container .experience-btn {
    display: none;
  }

  .ranking-top-game {
    padding-bottom: 0;
  }

  .top1-container .img-container,
  .top1-container .img-container img,
  .top1-container .img-container video {
    width: 41vw;
    height: 41vw;
  }

  .top2-container .img-container,
  .top2-container .img-container img,
  .top2-container .img-container video,
  .top3-container .img-container,
  .top3-container .img-container img,
  .top3-container .img-container video {
    width: 26vw;
    height: 26vw;
  }

}

@media only screen and (max-width: 899px) {

  .pc-layout .ranking-main {
    width: calc(100vw - 110px);
    margin: 0;
  }

  .pc-layout .ranking-top-game {
    justify-content: center;
  }

  .pc-layout .ranking-container .experience-btn {
    display: none;
  }

  .pc-layout .ranking-top-game {
    zoom: 0.9;
    padding-bottom: 0;
  }

}


@media only screen and (max-width: 799px) and (min-width: 600px) {}

@media only screen and (max-width: 599px) {



  .categories-show-main {
    display: grid;
    grid-template-columns: 1fr;
  }

  .categories-show-main a {
    width: 100%;
  }

  .error-img img {
    width: 270px;
  }

  .error-text {
    font-size: 18px;
  }

  .mobile-left {
    width: 220px;
  }

  .mobile-left .top_search_input input {
    width: 180px;
  }

  .mobile-left .show-link-container {
    display: block;
  }

  .left-bar-container .show-link-container a {
    text-indent: 0;
  }

  .game-control-main {
    /* justify-content: flex-end; */
  }


  .ranking-game-container .img-container,
  .ranking-game-container .img-container img,
  .ranking-game-container .img-container video {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 599px) and (min-width: 320px) {

  .main-game-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 319px) {

  .main-game-container {
    grid-template-columns: 1fr;
  }
}



/* 游戏列表相关页面适配 （new,hot,search,column等） 

/************ 
mobile端 
≥1080px：  大：2X3，小6X9，每页共60条
481px - 1079px：  大：3X2，小6X9，每页共60条
≤480px： 大：1X6，小3X18，每页共60条
**************/


.mobile-layout .new-container .new-game-container,
.mobile-layout .search-game-container,
.mobile-layout .category-game-container,
.mobile-layout .show-game-container .show-game-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: calc(100vw - 30px);
}

.mobile-layout .search-game-container a,
.mobile-layout .category-game-container a,
.mobile-layout .show-game-main a,
.mobile-layout .new-container .new-game-container a {
  width: calc(100% - 10px);
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 0 5px 0;
}

.mobile-layout .new-container .test-video,
.mobile-layout .category-game-container .test-video,
.mobile-layout .search-game-container .test-video,
.mobile-layout .show-game-container .test-video {
  width: 100%;
}


.mobile-layout .search-game-container a .img-container,
.mobile-layout .search-game-container a .img-container img,
.mobile-layout .search-game-container a .img-container video,
.mobile-layout .show-game-container a .img-container,
.mobile-layout .show-game-container a .img-container img,
.mobile-layout .show-game-container a .img-container video,
.mobile-layout .category-game-container a .img-container,
.mobile-layout .category-game-container a .img-container img,
.mobile-layout .category-game-container a .img-container video,
.mobile-layout .new-game-container a .img-container,
.mobile-layout .new-game-container a .img-container img,
.mobile-layout .new-game-container a .img-container video {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1079px) {

  /* .mobile-layout .search-game-container a,
  .mobile-layout .category-game-container a,
  .mobile-layout .show-game-main a,
  .mobile-layout .new-container .new-game-container a {
    height: 130px;
  }

  .mobile-layout .search-game-container a .img-container,
  .mobile-layout .search-game-container a .img-container img,
  .mobile-layout .search-game-container a .img-container video,
  .mobile-layout .show-game-container a .img-container,
  .mobile-layout .show-game-container a .img-container img,
  .mobile-layout .show-game-container a .img-container video,
  .mobile-layout .category-game-container a .img-container,
  .mobile-layout .category-game-container a .img-container img,
  .mobile-layout .category-game-container a .img-container video,
  .mobile-layout .new-game-container a .img-container,
  .mobile-layout .new-game-container a .img-container img,
  .mobile-layout .new-game-container a .img-container video {
    width: 130px;
    height: 130px;
  } */

}


@media only screen and (max-width: 879px) and (min-width: 381px) {

  .game-top6 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    height: auto !important;
  }

  .mobile-layout .new-container .new-game-container,
  .mobile-layout .search-game-container,
  .mobile-layout .category-game-container,
  .mobile-layout .show-game-container .show-game-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: calc(100vw - 30px);
  }

}

@media only screen and (max-width: 380px) {

  .game-top6 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }


  .game-top6 .img-container,
  .game-top6 .img-container img,
  .game-top6 .img-container video {
    width: 98.5% !important;
    height: auto !important;
    /* margin-bottom: 5px; */
  }

  .mobile-layout .new-container .new-game-container,
  .mobile-layout .search-game-container,
  .mobile-layout .category-game-container,
  .mobile-layout .show-game-container .show-game-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(100vw - 40px);
  }


}


/* 主页适配 */
@media only screen and (min-width: 3000px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-game-container .test-video:nth-child(n+15) {
    display: none;
  }

  .index-main {
    zoom: 0.94;
  }


  .mobile-layout .index-main {
    zoom: 1.02;
  }


  .img-container,
  .img-container img,
  .img-container video {
    width: 300px;
    height: auto;
  }
}



@media only screen and (max-width:2999px) and (min-width: 2100px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;

  }

  .main-game-container .test-video:nth-child(n+13) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 260px;
    height: auto;
  }

  /* .index-main{
    zoom: 0.71;
  } */


}


@media only screen and (max-width:2999px) {
  .index-main {
    zoom: 0.98;
  }

  .mobile-layout .index-main {
    zoom: 1.1;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 330px;
    height: auto;
  }
}


@media only screen and (max-width:2900px) {
  .index-main {
    zoom: 0.98;
  }

  .mobile-layout .index-main {
    zoom: 1.07;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 310px;
    height: auto;
  }
}

@media only screen and (max-width:2800px) {
  .index-main {
    zoom: 0.91;
  }


  .mobile-layout .index-main {
    zoom: 1.03;
  }


  .img-container,
  .img-container img,
  .img-container video {
    width: 300px;
    height: auto;
  }
}

@media only screen and (max-width:2700px) {
  .index-main {
    zoom: 0.88;
  }


  .mobile-layout .index-main {
    zoom: 0.99;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 290px;
    height: auto;
  }
}


@media only screen and (max-width:2600px) {
  .index-main {
    zoom: 0.85;
  }


  .mobile-layout .index-main {
    zoom: 0.95;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 280px;
    height: auto;
  }
}

@media only screen and (max-width:2500px) {
  .index-main {
    zoom: 0.82;
  }

  .mobile-layout .index-main {
    zoom: 0.92;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 270px;
    height: auto;
  }
}


@media only screen and (max-width:2400px) {
  .index-main {
    zoom: 0.79;
  }

  .mobile-layout .index-main {
    zoom: 0.88;
  }


  .img-container,
  .img-container img,
  .img-container video {
    width: 260px;
    height: auto;
  }
}

@media only screen and (max-width:2300px) {
  .index-main {
    zoom: 0.75;
  }

  .mobile-layout .index-main {
    zoom: 0.84;
  }


  .img-container,
  .img-container img,
  .img-container video {
    width: 250px;
    height: auto;
  }
}


@media only screen and (max-width:2200px) {
  .index-main {
    zoom: 0.72;
  }

  .mobile-layout .index-main {
    zoom: 0.8;
  }


  .img-container,
  .img-container img,
  .img-container video {
    width: 240px;
    height: auto;
  }
}


@media only screen and (max-width:2100px) {
  .index-main {
    zoom: 0.88;
  }

  .mobile-layout .index-main {
    zoom: 1;
  }


  .img-container,
  .img-container img,
  .img-container video {
    width: 230px;
    height: auto;
  }
}

@media only screen and (min-width: 1921px) {
  .main-game-container {
    width: auto;
  }
}

@media only screen and (max-width:2099px) and (min-width: 1921px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;

  }

  .main-game-container .test-video:nth-child(n+9) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 250px;
    height: auto;
  }
}

@media only screen and (max-width:2000px) {
  .index-main {
    zoom: 0.84;
  }

  .mobile-layout .index-main {
    zoom: 0.95;
  }


}



@media only screen and (max-width:1920px) {
  .index-main {
    zoom: 0.95;
  }

  .mobile-layout .index-main {
    zoom: 1.02;
  }
}


@media only screen and (max-width:1800px) {
  .index-main {
    zoom: 0.91;
  }

  .mobile-layout .index-main {
    zoom: 0.97;
  }
}

@media only screen and (max-width:1700px) {
  .index-main {
    zoom: 0.85;
  }

  .mobile-layout .index-main {
    zoom: 0.91;
  }
}

@media only screen and (max-width:1920px) and (min-width: 1700px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr;

  }

  .main-game-container .test-video:nth-child(n+7) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 280px;
    height: auto;
  }
}


@media only screen and (max-width:1600px) {
  .index-main {
    zoom: 0.8;
  }

  .mobile-layout .index-main {
    zoom: 0.85;
  }
}


@media only screen and (max-width:1500px) {
  .index-main {
    zoom: 0.75;
  }

  .mobile-layout .index-main {
    zoom: 0.8;
  }
}


@media only screen and (max-width:1699px) and (min-width: 1500px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr;

  }

  .main-game-container .test-video:nth-child(n+7) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 260px;
    height: auto;
  }
}

@media only screen and (max-width:1400px) {
  .index-main {
    zoom: 0.7;
  }

  .mobile-layout .index-main {
    zoom: 0.74;
  }
}


@media only screen and (max-width:1300px) {
  .index-main {
    zoom: 0.65;
  }

  .mobile-layout .index-main {
    zoom: 0.69;
  }
}



@media only screen and (max-width:1499px) and (min-width: 1200px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-game-container .test-video:nth-child(n+7) {
    display: none;
  }
}

@media only screen and (max-width:1200px) {
  .index-main {
    zoom: 0.73;
  }

  .mobile-layout .index-main {
    zoom: 0.77;
  }

  .main-game-container {
    /* padding-left: 20px;
    padding-top: 20px; */
    width: auto;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 220px;
    height: auto;
  }
}

@media only screen and (max-width:1100px) {
  .index-main {
    zoom: 0.67;
  }

  .mobile-layout .index-main {
    zoom: 0.7;
  }
}



@media only screen and (max-width:1000px) {
  .index-main {
    zoom: 0.7;
  }

  .mobile-layout .index-main {
    zoom: 0.8;
  }
}

@media only screen and (max-width:1199px) and (min-width: 1000px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr;
  }

  .main-game-container .test-video:nth-child(n+5) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width:900px) {
  .index-main {
    zoom: 0.65;
  }

  .mobile-layout .index-main {
    zoom: 0.75;
  }
}

@media only screen and (max-width:800px) {
  .index-main {
    zoom: normal;
  }

  .video-list {
    zoom: 0.9;
  }
}

@media only screen and (max-width:700px) {
  .video-list {
    zoom: 0.7;
  }
}

@media only screen and (max-width:600px) {
  .video-list {
    zoom: 0.6;
  }
}

@media only screen and (max-width:500px) {
  .video-list {
    zoom: 0.5;
  }
}

@media only screen and (max-width:999px) and (min-width: 800px) {
  .main-game-container {
    grid-template-columns: 1fr;
  }

  .main-game-container .test-video:nth-child(n+3) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width:799px) and (min-width: 600px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr 1fr;

  }

  .main-game-container .test-video:nth-child(n+7) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 220px;
    height: auto;
  }
}

@media only screen and (max-width:599px) and (min-width: 320px) {
  .main-game-container {
    grid-template-columns: 1fr 1fr;
  }

  .main-game-container .test-video:nth-child(n+7) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width:319px) {
  .main-game-container {
    grid-template-columns: 1fr;

  }

  .main-game-container .test-video:nth-child(n+7) {
    display: none;
  }

  .img-container,
  .img-container img,
  .img-container video {
    width: 300px;
    height: auto;
  }
}




/* 游戏页面适配 */

.pc-layout .play-game-main {
  /* width: calc(100% - 450px); */
  width: auto;
  height: initial;
  aspect-ratio: 512 / 340;

}

@media only screen and (min-width: 1697px) {

  .pc-game {
    position: relative;
  }



  .pc-layout .right-game-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 96%;
    max-height: 100%;
    overflow-y: scroll;
  }


  .pc-layout .right-game-list .test-video {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pc-layout .right-game-list .img-container,
  .pc-layout .right-game-list .img-container img,
  .pc-layout .right-game-list .img-container video {
    width: 170px !important;
  }

  .pc-layout .play-game-container {
    margin-right: 450px;
  }

  .pc-layout .play-game-container .game-info,
  .pc-layout .game-info .game-info-video {
    width: auto;
  }
}

@media only screen and (max-width:1696px) and (min-width: 1540px) {

  .pc-game {
    position: relative;
  }

  .pc-layout .play-game-right {
    right: 30px;
    width: 200px;
    height: auto;
  }

  .pc-layout .play-game-right .ad-div {
    display: none;
  }

  .pc-layout .right-game-list {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    padding: 10px 0;
  }

  .pc-layout .play-game-main {
    /* width: calc(100% - 250px) */
    width: auto;
  }


  .pc-layout .right-game-list .test-video {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pc-layout .right-game-list .img-container,
  .pc-layout .right-game-list .img-container img,
  .pc-layout .right-game-list .img-container video {
    width: 175px !important;
  }

  .pc-layout .play-game-container {
    margin-right: 250px;
  }

  .pc-layout .play-game-container .game-info,
  .pc-layout .game-info .game-info-video {
    width: auto;
  }
}

@media only screen and (max-width:1539px) {
  .pc-layout .play-game-right {
    display: none;
  }

  .pc-layout .play-game-main,
  .pc-layout .game-info-container {
    width: calc(100% - 30px);
    height: initial;
    aspect-ratio: 512/340;
  }

  .pc-layout .play-game-container .game-info {
    width: 100%;
  }

  .pc-layout .game-info .game-info-video {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .pc-layout .game-info-video video {
    border-radius: 6px;

  }
}

@media only screen and (max-width:1539px) and (min-width: 768px) {

  .pc-game {
    position: relative;
  }


}


@media only screen and (max-width: 767px) {

  .pc-game {
    position: relative;
  }

  .play-game-main {
    /* width: 95vw; */
  }

}


/* 高度 */
@media only screen and (max-height: 780px) and (max-width: 780px) {
  .mobile-game .play-game-main {
    height: 92vh;
  }

  .mobile-anchor {
    margin: 20px auto;
    /* display: inline-block; */
    width: fit-content;
    /* display: block; */
  }

  .mobile-anchor svg path {
    fill: var(--all-text-color);
  }
}

@media only screen and (min-height: 781px) and (max-width: 480px) {
  .mobile-game .play-game-main .game-control-container {
    background: none;
  }

  .mobile-game #play-game-iframe {
    /* height: 100%; */
  }

  .mobile-game .game-control-container {
    height: 100%;
    pointer-events: none;
  }


  .mobile-game .game-control-left,
  .mobile-game .game-control-right {
    pointer-events: all;
  }

  .mobile-game .game-control-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #101212;
    padding: 7px;
    box-sizing: border-box;
    width: 100vw;
  }

  .embed-container,
  .share-container {
    position: fixed;
    top: 60px;
    bottom: auto;
  }
}

@media only screen and (min-width: 481px) {}



@media only screen and (max-height: 499px) {
  .mobile-layout .play-game-main {
    height: 100vh;
  }

  .mobile-layout .play-game-main .game-play-container {
    top: 40%;
    zoom: 0.8;
  }
}


.mobile-layout .landscape-screen .play-game-main .game-control-container {
  background: none;
}

.mobile-layout .landscape-screen .game-control-container {
  height: 100%;
  pointer-events: none;
}

.mobile-layout .landscape-screen .game-control-main {

  justify-content: center;
}

.mobile-layout .landscape-screen .game-control-left,
.mobile-layout .landscape-screen .game-control-right {
  pointer-events: all;
}

.mobile-layout .landscape-screen .game-control-left {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #101212;
  padding: 7px;
  box-sizing: border-box;
  width: 100vw;
}

.mobile-layout .landscape-screen .game-control-right {
  position: absolute;
  bottom: 70px;
}

.mobile-layout .landscape-screen .embed-container,
.mobile-layout .landscape-screen .share-container {
  position: fixed;
  left: 10px;
  top: 60px;
  bottom: auto;
}

.mobile-layout .landscape-screen .embed-container,
.mobile-layout .landscape-screen .share-container,
.mobile-layout .landscape-screen .qrcode-container,
.mobile-layout .landscape-screen .control-container {
  right: auto;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 3;
}

.mobile-layout .landscape-screen .feedback-container {
  width: 100vw;
  height: 100vh;
  /* padding: 10px; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}


.mobile-layout .landscape-screen .feedback-container textarea {

  width: calc(100vw - 40px);
}

.mobile-layout .landscape-screen .feedback-container select,
.mobile-layout .landscape-screen .feedback-container input {
  width: calc(100vw - 40px);
}

.mobile-layout .landscape-screen .feedback-game-select {
  height: auto;
  max-height:calc(100vh - 550px);
}


.mobile-layout .landscape-screen .feedback-submit {
  width: calc(100vw - 40px);
  max-width: 320px;
  margin: 0 auto;
  height: 48px;
  font-size: 24px;
}

/* categories tags 适配 */
@media only screen and (min-width: 3575px) {

  /* 10条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 345px;
  }

  .tags-container {
    position: relative;
  }


  .tag-item-container .tag-item {
    width: 345px;
  }

}


@media only screen and (max-width:3574px) and (min-width: 3220px) {

  /* 9条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }


  .tag-item-container .tag-item {
    width: 340px;
  }
}


@media only screen and (max-width:3219px) and (min-width: 2865px) {

  /* 8条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }
}

@media only screen and (max-width:2864px) and (min-width: 2510px) {

  /* 7条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }

  .tag-item-container .tag-item {
    width: 340px;
  }
}

@media only screen and (max-width:2509px) and (min-width: 2155px) {


  /* 6条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }

  .tag-item-container .tag-item {
    width: 340px;
  }
}

@media only screen and (max-width:2154px) and (min-width: 1800px) {

  /* 5条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }

  .tag-item-container .tag-item {
    width: 340px;
  }
}

@media only screen and (max-width:1799px) and (min-width: 1445px) {


  /* 4条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }

  .tag-item-container .tag-item {
    width: 340px;
  }
}

@media only screen and (max-width:1444px) and (min-width: 1085px) {

  /* 3条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }

  .tag-item-container .tag-item {
    width: 340px;
  }
}

@media only screen and (max-width:1084px) and (min-width: 730px) {

  /* 2条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }


  .tag-item-container {
    width: calc(100% - 100px);
    max-width: 100%;
    margin-left: 20px;
  }

  .tag-item-container .tag-item {
    width: 290px;
  }
}

@media only screen and (max-width:729px) {

  /* 1条1行 */
  .categories-container {
    position: relative;
  }

  .categories-show-main .category-item-container {
    width: 340px;
  }

  .tags-container {
    position: relative;
  }

  .tag-item-container .tag-item {
    width: 100%;
  }

  .categories-show-main {
    display: grid;
    grid-template-columns: 1fr;
  }

  .categories-show-main a {

    width: calc(100%);
  }

  .categories-show-main .category-item-container {
    width: 100%;

  }

  .tag-item-container {
    width: 100%;
    max-width: 100%;
    margin-left: 20px;
  }

  .tag-item-container a {
    width: calc(100% - 40px);
  }

  .tag-item-container .tag-item {
    width: auto;
  }
}

.fake-item {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 799px) {
  .main-game-container .fake-item {
    display: none;
  }
}