body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
blockquote,
button,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: Arial, sans-serif, serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  overflow-y: scroll;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  *zoom: 1;
  display: inline-block;
  *display: inline;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  to {
    left: 100%;
  }
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  to {
    top: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  to {
    right: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  to {
    bottom: 100%;
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
  }
  17% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  33% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
  }
  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes around {
  0% {
    left: 16%;
  }
  50%,
  to {
    left: 20%;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(50deg);
  }
}
@keyframes load {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 810px) {
  body {
    background-color: #ebc8a8;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0;
    height: 100%;
    margin: 0;
  }
  body #header {
    align-items: center;
    background-color: #f5ecf1;
    border-radius: 2px;
    box-shadow: 0 0 2px #13131d;
    display: flex;
    height: 64px;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  body #header .middle-header-btn {
    background-color: #0287ff;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 18px;
    height: 44px;
    left: 40%;
    line-height: 44px;
    margin: 10px auto;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 176px;
    z-index: 2;
  }
  body #header .middle-header-btn:hover {
    outline: none;
    text-decoration: none;
    transition: 0.5s;
  }
  body #header .middle-header-btn:hover div {
    position: absolute;
  }
  body #header .middle-header-btn:hover div:first-child {
    animation: animate1 1s linear infinite;
    background: linear-gradient(90deg, transparent, #f9ca32);
    height: 4px;
    left: -100%;
    top: 0;
    width: 100%;
  }
  body #header .middle-header-btn:hover div:nth-child(2) {
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
    background: linear-gradient(180deg, transparent, #f9ca32);
    height: 100%;
    right: 0;
    top: -100%;
    width: 4px;
  }
  body #header .middle-header-btn:hover div:nth-child(3) {
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
    background: linear-gradient(270deg, transparent, #f9ca32);
    bottom: 0;
    height: 4px;
    right: -100%;
    width: 100%;
  }
  body #header .middle-header-btn:hover div:nth-child(4) {
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
    background: linear-gradient(0deg, transparent, #f9ca32);
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 4px;
  }
  body #header #header-left {
    align-items: center;
    display: flex;
  }
  body #header #header-left #tags {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-left: 14px;
    margin-right: 26px;
    outline: none;
    text-decoration: none;
  }
  body #header #header-left #tags i {
    transform: scale(0.7);
  }
  body #header #header-left #tags span {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
  }
  body #header #header-left .header-logo-a {
    cursor: pointer;
    height: 30px;
    margin-right: 26px;
    outline: none;
    width: 173px;
  }
  body #header #header-left .header-logo-a .header-logo {
    height: 30px;
    position: absolute;
    width: 173px;
  }
  body #header #header-left .header-btn {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-right: 20px;
    outline: none;
    text-decoration: none;
    width: 120px;
  }
  body #header #header-left .header-btn:hover {
    outline: none;
    text-decoration: none;
    transition: 0.5s;
  }
  body #header #header-left .header-btn:hover div {
    position: absolute;
  }
  body #header #header-left .header-btn:hover div:first-child {
    animation: animate1 1s linear infinite;
    background: linear-gradient(90deg, transparent, #8743ff);
    height: 2px;
    left: -100%;
    top: 0;
    width: 100%;
  }
  body #header #header-left .header-btn:hover div:nth-child(2) {
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
    background: linear-gradient(180deg, transparent, #8743ff);
    height: 100%;
    right: 0;
    top: -100%;
    width: 2px;
  }
  body #header #header-left .header-btn:hover div:nth-child(3) {
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
    background: linear-gradient(270deg, transparent, #8743ff);
    bottom: 0;
    height: 2px;
    right: -100%;
    width: 100%;
  }
  body #header #header-left .header-btn:hover div:nth-child(4) {
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
    background: linear-gradient(0deg, transparent, #8743ff);
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 2px;
  }
  body #header #header-left .header-btn:active {
    background-color: #8743ff;
    box-shadow: 0 0 5px #8743ff, 0 0 20px #8743ff, 0 0 4px #8743ff,
      0 0 1px #8743ff;
    filter: brightness(1.2);
  }
  body #header #header-left .header-btn .header-btn-span {
    color: #fff;
    font-size: 14px;
  }
  body #header #header-left .header-random {
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  body #header #header-left .header-random i {
    margin-right: 10px;
    transform: scale(0.6);
  }
  body #header #header-left .header-random span {
    color: #fff;
    font-size: 14px;
  }
  body #header #header-left .header-subscribe {
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  body #header #header-left .header-subscribe i {
    margin-right: 10px;
    transform: scale(0.6);
  }
  body #header #header-left .header-install {
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: relative;
  }
  body #header #header-left .header-install i {
    margin-right: 16px;
  }
  body #header #header-right {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 20px;
  }
  body #header #header-right #header-search {
    align-items: center;
    display: flex;
    margin-right: 26px;
  }
  body #header #header-right #header-search.header-search-zh {
    display: none;
  }
  body #header #header-right #header-search .search {
    background-color: #10101a;
    border: none;
    border-radius: 50px 0 0 50px;
    color: #fff;
    font-size: 14px;
    height: 44px;
    outline: none;
    padding: 0 20px;
    width: 360px;
  }
  body #header #header-right #header-search .search-icon {
    background-color: #0a0a15;
    border-radius: 0 50px 50px 0;
    height: 44px;
    margin: auto;
    position: relative;
    width: 56px;
  }
  body #header #header-right #header-search .search-icon i {
    cursor: pointer;
    left: 15%;
    position: absolute;
    top: 10%;
    transform: scale(0.6);
  }
  body #header #header-right #header-search .search-icon .search-div {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;
    position: absolute;
    top: 20%;
  }
  body #header #header-right #header-search .search-icon::input-placeholder {
    color: #88888b;
    font-size: 14px;
  }
  body
    #header
    #header-right
    #header-search
    .search-icon::-webkit-input-placeholder {
    color: #88888b;
    font-size: 14px;
  }
  body #header #header-right #header-search .search-icon::-moz-placeholder {
    color: #88888b;
    font-size: 14px;
  }
  body
    #header
    #header-right
    #header-search
    .search-icon::-ms-input-placeholder {
    color: #88888b;
    font-size: 14px;
  }
  body #header #header-right #header-clock {
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 120px;
  }
  body #header #header-right #header-clock i {
    margin-right: 2px;
    transform: scale(0.5);
  }
  body #header #header-right #header-clock span {
    color: #fff;
    font-size: 14px;
  }
  body #header #header-right .header-logo-a {
    display: none;
  }
  body #header #header-right #header-question {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-left: 20px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 84px;
  }
  body #header #header-right #header-question i {
    margin-right: 2px;
    transform: scale(0.5);
  }
  body #header #header-right #header-question span {
    color: #fff;
    font-size: 14px;
  }
  body #header #header-right #header-clock:hover,
  body #header #header-right #header-question:hover {
    outline: none;
    text-decoration: none;
    transition: 0.5s;
  }
  body #header #header-right #header-clock:hover div,
  body #header #header-right #header-question:hover div {
    position: absolute;
  }
  body #header #header-right #header-clock:hover div:first-child,
  body #header #header-right #header-question:hover div:first-child {
    animation: animate1 1s linear infinite;
    background: linear-gradient(90deg, transparent, #8743ff);
    height: 2px;
    left: -100%;
    top: 0;
    width: 100%;
  }
  body #header #header-right #header-clock:hover div:nth-child(2),
  body #header #header-right #header-question:hover div:nth-child(2) {
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
    background: linear-gradient(180deg, transparent, #8743ff);
    height: 100%;
    right: 0;
    top: -100%;
    width: 2px;
  }
  body #header #header-right #header-clock:hover div:nth-child(3),
  body #header #header-right #header-question:hover div:nth-child(3) {
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
    background: linear-gradient(270deg, transparent, #8743ff);
    bottom: 0;
    height: 2px;
    right: -100%;
    width: 100%;
  }
  body #header #header-right #header-clock:hover div:nth-child(4),
  body #header #header-right #header-question:hover div:nth-child(4) {
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
    background: linear-gradient(0deg, transparent, #8743ff);
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 2px;
  }
  body #header #header-right #header-clock:active,
  body #header #header-right #header-question:active {
    background-color: #8743ff;
    box-shadow: 0 0 5px #8743ff, 0 0 20px #8743ff, 0 0 4px #8743ff,
      0 0 1px #8743ff;
    filter: brightness(1.2);
  }
  body #header .search-div {
    background-color: #f5ecf1;
    border-radius: 2px;
    box-shadow: 0 0 2px #13131d;
    display: none;
    left: 0;
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 1;
  }
  body #header .search-div span {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 26px;
    margin-top: 26px;
    text-align: center;
  }
  body #header .search-div .search-div-search {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  body #header .search-div .search-div-search .search {
    background-color: #10101a;
    border: none;
    border-radius: 50px 0 0 50px;
    color: #fff;
    font-size: 14px;
    height: 44px;
    outline: none;
    padding-left: 18px;
    width: 360px;
  }
  body #header .search-div .search-div-search .search-icon {
    background-color: #0a0a15;
    border-radius: 0 50px 50px 0;
    height: 46px;
    position: relative;
    width: 56px;
  }
  body #header .search-div .search-div-search .search-icon i {
    cursor: pointer;
    left: 15%;
    position: absolute;
    top: 10%;
    transform: scale(0.6);
  }
  body #header .pwaDiv {
    align-items: center;
    background-color: #ebc8a8;
    display: none;
    height: calc(100vh - 60px);
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 10000;
  }
  body #header .pwaDiv .box {
    display: none;
  }
  body #header .pwaDiv .pwaClose {
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  body #header .pwaDiv .pwaContent {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAf8AAAFGCAYAAABkNJYDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ4QkZCQzJFRUQ4MDExRURCOUNFRTlEOTg4NUQ3NDhBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ4QkZCQzJGRUQ4MDExRURCOUNFRTlEOTg4NUQ3NDhBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDhCRkJDMkNFRDgwMTFFREI5Q0VFOUQ5ODg1RDc0OEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDhCRkJDMkRFRDgwMTFFREI5Q0VFOUQ5ODg1RDc0OEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7gWxTPAAAZ10lEQVR42uzd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);
    background-repeat: no-repeat;
    height: 326px;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 511px;
  }
  body #header .pwaDiv .pwaContent .gameImg {
    border-radius: 4px;
    bottom: 34%;
    height: 40px;
    left: 20%;
    position: absolute;
    width: 40px;
  }
  body #header .pwaDiv .pwaContent .pwaLeft {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 15%;
    top: 26%;
    width: 270px;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .header {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .middle2 {
    display: none;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .middle {
    background-color: #fce331;
    border-radius: 10px;
    color: #f5ecf1;
    cursor: pointer;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto 20px;
    text-align: center;
    width: 164px;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .middle:hover {
    background-color: #fad12e;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .footer {
    color: #c9c9c9;
    font-size: 12px;
    text-align: center;
  }
  body #header .pwaDiv.pwaFixed {
    background-color: unset;
    bottom: 10px;
    display: block;
    height: unset;
    position: fixed;
    right: 5px;
    top: unset;
    width: unset;
  }
  body #header .pwaDiv.pwaFixed .pwaClose {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 3;
  }
  body #header .pwaDiv.pwaFixed .pwaContent {
    background-repeat: no-repeat;
    height: 326px;
    left: unset;
    position: relative;
    top: unset;
    transform: unset;
    width: 511px;
  }
  body #header .pwaDiv.pwaFixed .pwaContent .gameImg {
    border-radius: 4px;
    bottom: 34%;
    height: 40px;
    left: 20%;
    position: absolute;
    width: 40px;
  }
  body #header .pwaDiv.pwaFixed .pwaContent .pwaLeft {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 15%;
    top: 26%;
    width: 270px;
  }
  body #header .pwaDiv.pwaFixed .pwaContent .pwaLeft .header {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  body #header .pwaDiv.pwaFixed .pwaContent .pwaLeft .middle {
    border-radius: 10px;
    color: #f5ecf1;
    cursor: pointer;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto 20px;
    text-align: center;
    width: 164px;
  }
  body #header .pwaDiv.pwaFixed .pwaContent .pwaLeft .footer {
    font-size: 12px;
    text-align: center;
  }
  body #header .pwaDiv.pwaFixed .pwaContent .pwaLeft .middle2 {
    display: none;
  }
  body #app {
    background-color: unset;
    filter: brightness();
    height: 100%;
    width: 100%;
  }
  body #app #footer {
    background-color: #f5ecf1;
    border-radius: 10px;
    box-shadow: 0 0 2px #13131d;
    margin: 40px 16px 0;
    padding-bottom: 24px;
    padding-top: 40px;
  }
  body #app #footer .footer-div {
    margin-left: 36px;
    margin-right: 36px;
  }
  body #app #footer .footer-div.footer-div-vid {
    margin-left: 0;
    margin-right: 0;
    padding: 36px;
  }
  body #app #footer .footer-div.footer-div-vid .footer-content p {
    font-size: 18px;
  }
  body #app #footer .footer-div .footer-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
  body #app #footer .footer-div .footer-title .div1 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin-right: 16px;
    width: 16px;
  }
  body #app #footer .footer-div .footer-title .div1 .div2 {
    background-color: #878789;
    border-radius: 50%;
    height: 12px;
    margin-left: 7px;
    margin-top: 7px;
    width: 12px;
  }
  body #app #footer .footer-div .footer-title .div3 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin-right: 16px;
    vertical-align: middle;
    width: 12px;
  }
  body #app #footer .footer-div .footer-box {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body #app #footer .footer-div .footer-box .propmt {
    height: 150px;
    width: 150px;
  }
  body #app #footer .footer-div .footer-box #qrcode img {
    border: 15px solid #fff;
  }
  body #app #footer .footer-div .footer-box .text {
    margin-left: 10px;
  }
  body #app #footer .footer-div .footer-box .text p:first-child {
    color: #c9c9c9;
    font-size: 20px;
    margin-bottom: 18px;
  }
  body #app #footer .footer-div .footer-box .text p:last-child {
    color: #a0a0a2;
    font-size: 16px;
  }
  body #app #footer .footer-div .footer-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body #app #footer .footer-div .footer-flex .footer-flex-div {
    margin-right: 112px;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-header {
    align-items: center;
    display: flex;
    margin-bottom: 22px;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-header
    div {
    background-color: #fff;
    border-radius: 50%;
    height: 16px;
    margin-right: 16px;
    width: 16px;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-header
    div
    div {
    background-color: #878789;
    border-radius: 50%;
    height: 12px;
    margin-left: 7px;
    margin-top: 7px;
    width: 12px;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-header
    span {
    color: #fff;
    font-size: 24px;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-content {
    color: silver;
    font-size: 16px;
    font-weight: 600;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-content
    a {
    color: #c9c9c9;
    cursor: pointer;
    display: block;
    margin-bottom: 16px;
    outline: none;
    text-decoration: none;
  }
  body
    #app
    #footer
    .footer-div
    .footer-flex
    .footer-flex-div
    .footer-flex-div-content
    a:hover
    span {
    color: #fce331;
  }
  body #app #footer .footer-div .footer-content {
    color: #c9c9c9;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body #app #footer .footer-div .footer-content .content-btns a {
    background-color: unset;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 15px;
    outline: none;
    padding: 0 10px;
    text-decoration: none;
  }
  body #app #footer .footer-div .footer-content .content-btns a:hover {
    border: 1px solid #fce331;
    color: #fce331;
  }
  body #app #footer .footer-div .footer-content p {
    line-height: 1.5;
    margin-bottom: 12px;
  }
  body #app #footer .footer-div .footer-content p a {
    color: #c9c9c9;
    cursor: pointer;
    outline: none;
    text-decoration: none;
  }
  body #app #footer .footer-div .footer-content p .showColor,
  body #app #footer .footer-div .footer-content p a:hover {
    color: #fce331;
  }
  body #app #footer .footer-div .footer-content p:last-of-type {
    margin-bottom: 14px;
  }
  body #app #footer .footer-div .footer-content p .propmt:first-of-type {
    color: #ff3b3b;
  }
  body #app #footer .footer-div .footer-content p .propmt:last-of-type {
    color: #65ffef;
  }
  body #app #footer .footer-div .footer-content.footer-content-tag p {
    margin-bottom: 12px;
  }
  body
    #app
    #footer
    .footer-div
    .footer-content.footer-content-tag
    p:last-of-type {
    margin-bottom: 0;
  }
  body #app #bottom-bar {
    align-items: center;
    background-color: #f5ecf1;
    display: flex;
    height: 64px;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
  body #app #bottom-bar #bottom-left {
    align-items: center;
    display: flex;
    margin-left: 20px;
  }
  body #app #bottom-bar #bottom-left a {
    outline: none;
  }
  body #app #bottom-bar #bottom-left img {
    height: 26px;
    margin-right: 20px;
    width: 150px;
  }
  body #app #bottom-bar #bottom-left #bottom-left-span {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    position: relative;
    width: 166px;
  }
  body #app #bottom-bar #bottom-left #bottom-left-span span:first-child {
    color: #98ffff;
    left: -1px;
    position: absolute;
    top: -1px;
  }
  body #app #bottom-bar #bottom-left #bottom-left-span span:nth-child(2) {
    color: #fe398a;
    left: 1px;
    position: absolute;
    top: 1px;
  }
  body #app #bottom-bar #bottom-left #bottom-left-span span:nth-child(3) {
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
  }
  body #app #bottom-bar #bottom-right {
    align-items: center;
    display: flex;
    margin-right: 20px;
  }
  body #app #bottom-bar #bottom-right .link-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body #app #bottom-bar #bottom-right .bottom-contact {
    color: #c9c9c9;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 24px;
    outline: none;
    text-decoration: none;
  }
  body #app #bottom-bar #bottom-right .bottom-contact:hover {
    color: #fce331;
  }
  body #app #bottom-bar #bottom-right .bottom-lab {
    color: #c9c9c9;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 24px;
    outline: none;
    text-decoration: none;
  }
  body #app #bottom-bar #bottom-right .bottom-lab:hover {
    color: #fce331;
  }
  body #app #bottom-bar #bottom-right .bottom-lab.multiLanguageRight {
    margin-right: 0;
  }
  body #app #bottom-bar #bottom-right .bottom-select {
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px #13131d;
    color: #fff;
    cursor: pointer;
    height: 44px;
    margin-left: 24px;
    position: relative;
    width: 166px;
  }
  body #app #bottom-bar #bottom-right .bottom-select.bottom-select-active {
    border: 1px solid #fce331;
  }
  body #app #bottom-bar #bottom-right .bottom-select.bottom-select-zh {
    display: none;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 44px;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select .select-val {
    color: #fff;
    font-size: 16px;
    margin-right: 50px;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select i {
    transform: scale(0.8);
  }
  body #app #bottom-bar #bottom-right .bottom-select .select-list {
    background-color: #242432;
    border: 1px solid #6868d9;
    bottom: 58px;
    display: none;
    line-height: 42px;
    max-height: 520px;
    overflow-y: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 127px;
    z-index: 1;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list::-webkit-scrollbar {
    width: 2px;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list::-webkit-scrollbar-track {
    background-color: #b7b4b43d;
    border-radius: 5px;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select-list a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 42px;
    outline: none;
    text-decoration: none;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list
    a:first-child {
    margin-top: -15px;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select-list a:last-child {
    margin-bottom: -15px;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list,
  body #app #bottom-bar #bottom-right #bottom-logo {
    display: none;
  }
  body #app #bottom-prompt {
    background-color: #f5ecf1;
    color: #c9c9c9;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  body #app #bottom-prompt a {
    outline: none;
    text-decoration: none;
  }
  body #app #bottom-prompt .showColor {
    color: #fce331;
  }
  body #recent {
    background-color: #ebc8a8;
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 379px;
    z-index: 2;
  }
  body #recent #recent-close {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 58px;
    line-height: 58px;
    margin-right: 10px;
    text-align: right;
  }
  body #recent iframe,
  body .pic {
    height: 100%;
    width: 100%;
  }
  body .pic {
    display: block;
    filter: brightness(110%) contrast(110%);
  }
  body::-webkit-scrollbar {
    background-color: #353545;
    height: 6px;
    width: 6px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #fce331;
    border-radius: 10px;
  }
  body::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media screen and (min-width: 810px) {
  #root {
    background-color: #ebc8a8;
    position: relative;
  }
  #root .grid-games {
    display: grid;
    gap: 23px;
    grid-auto-flow: row dense;
    grid-auto-rows: 120px;
    grid-template-columns: repeat(12, 120px);
    grid-template-rows: repeat(auto-fill, 120px);
    justify-content: center;
  }
  #root .grid-games .grid-nav {
    background-color: #f5ecf1;
    border-radius: 10px;
    box-shadow: 0 0 8px #36365c;
    grid-area: nav;
    min-height: 380px;
    padding: 10px 10px 16px;
    position: relative;
    width: 244px;
  }
  #root .grid-games .grid-nav .subscript {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #root .grid-games .grid-nav .subscript .triangle {
    border-bottom-right-radius: 10px;
    border-left: 44px solid #0c0c18;
    border-top: 44px solid #0c0c18;
    border-color: transparent #0c0c18 #0c0c18 transparent;
    border-style: solid;
    border-width: 44px;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  #root .grid-games .grid-nav .gm1 {
    background-color: #ebc8a8;
    border-radius: 10px;
    display: flex;
    height: 244px;
    position: relative;
    width: 244px;
    will-change: transform;
  }
  #root .grid-games .grid-nav .gm1 video {
    left: 0;
    position: absolute;
    top: 0;
  }
  #root .grid-games .grid-nav .gm1 .grid-video {
    background-color: #fff;
    border-radius: 10px 0;
    bottom: 0;
    height: 42px;
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 2;
  }
  #root .grid-games .grid-nav .gm1 .grid-video i {
    margin: 9px;
    position: absolute;
  }
  #root .grid-games .grid-nav .gm1 .grid-game-new {
    align-items: center;
    background-color: #9349ff;
    border-radius: 4px;
    display: flex;
    height: 26px;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 72px;
    z-index: 3;
  }
  #root .grid-games .grid-nav .gm1 .grid-game-new i {
    transform: scale(0.5);
  }
  #root .grid-games .grid-nav .gm1 .grid-game-new span {
    color: #fff;
    font-size: 16px;
    margin-left: 0;
  }
  #root .grid-games .grid-nav .gm1 .name {
    font-size: 20px;
  }
  #root .grid-games .grid-nav .gm1.multi:hover {
    transform: scale(1) !important;
  }
  #root .grid-games .grid-nav .gm1.multi:hover video {
    z-index: 1;
  }
  #root .grid-games .grid-nav #grid-introduce {
    margin-top: 14px;
    position: absolute;
  }
  #root .grid-games .grid-nav #grid-introduce span {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 16px;
    width: 100%;
  }
  #root .grid-games .grid-nav #grid-introduce div {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6a6a80;
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #root .grid-games .grid-nav #grid-introduce .grid-nav-play {
    background-color: #0287ff;
    border-radius: 6px;
    display: block;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 16px 22px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 200px;
  }
  #root
    .grid-games
    .grid-nav
    #grid-introduce
    .grid-nav-play
    .grid-nav-playname {
    color: #fff;
    font-size: 26px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #root .grid-games .grid-nav #grid-introduce .grid-nav-play:hover {
    outline: none;
    text-decoration: none;
    transition: 0.5s;
  }
  #root .grid-games .grid-nav #grid-introduce .grid-nav-play:hover div {
    position: absolute;
  }
  #root
    .grid-games
    .grid-nav
    #grid-introduce
    .grid-nav-play:hover
    div:first-child {
    animation: animate1 1s linear infinite;
    background: linear-gradient(90deg, transparent, #f9ca32);
    height: 4px;
    left: -100%;
    top: -10px;
    width: 100%;
  }
  #root
    .grid-games
    .grid-nav
    #grid-introduce
    .grid-nav-play:hover
    div:nth-child(2) {
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
    background: linear-gradient(180deg, transparent, #f9ca32);
    height: 100%;
    right: 0;
    top: -200%;
    width: 4px;
  }
  #root
    .grid-games
    .grid-nav
    #grid-introduce
    .grid-nav-play:hover
    div:nth-child(3) {
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
    background: linear-gradient(270deg, transparent, #f9ca32);
    bottom: 0;
    height: 4px;
    right: -100%;
    width: 100%;
  }
  #root
    .grid-games
    .grid-nav
    #grid-introduce
    .grid-nav-play:hover
    div:nth-child(4) {
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
    background: linear-gradient(0deg, transparent, #f9ca32);
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 4px;
  }
  #root .grid-games .grid-game {
    height: 120px;
    position: relative;
    width: 120px;
  }
  #root .grid-games .grid-game,
  #root .grid-games .grid-game .grid-game-3d {
    border-radius: 10px;
    overflow: hidden;
  }
  #root .grid-games .grid-game .grid-game-3d .btn,
  #root .grid-games .grid-game .grid-game-3d .name {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.1s;
    width: 100%;
  }
  #root .grid-games .grid-game .grid-game-3d .btn span,
  #root .grid-games .grid-game .grid-game-3d .name span {
    background-color: #573e83;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 80px;
    z-index: 1;
  }
  #root .grid-games .grid-game .grid-game-3d .obscuration {
    background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.05) 40%
    );
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #root .grid-games .grid-game .grid-game-3d .grid-game-new {
    align-items: center;
    animation: heartbeat 1.5s linear infinite;
    background-color: #9349ff;
    border-radius: 4px;
    display: flex;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 56px;
    z-index: 3;
  }
  #root .grid-games .grid-game .grid-game-3d .grid-game-new i {
    margin-left: -7px;
    transform: scale(0.5);
  }
  #root .grid-games .grid-game .grid-game-3d .grid-game-new span {
    color: #fff;
    font-size: 14px;
    margin-left: -4px;
  }
  #root .grid-games .grid-game .grid-game-3d .name {
    align-items: flex-end;
  }
  #root .grid-games .grid-game .grid-game-3d .name span {
    background-color: unset;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: unset;
  }
  #root .grid-games .grid-game:hover {
    transform: scale(1.5);
    transition: all 0.2s ease-out;
    z-index: 999;
  }
  #root .grid-games .grid-game:hover .grid-game-3d .btn,
  #root .grid-games .grid-game:hover .grid-game-3d .name {
    opacity: 1;
    transition: all 0.1s;
  }
  #root .grid-games .grid-game:hover .grid-game-3d .obscuration {
    opacity: 1;
    transition: all 0.2s;
  }
  #root .grid-games .grid-game:hover .grid-game-3d .grid-game-new {
    display: none;
  }
  #root .grid-games .grid-best-games {
    background-color: #982dd5;
    border-radius: 10px;
    grid-area: newGames;
    height: 120px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px;
  }
  #root .grid-games .grid-best-games .grid-best-games-icon {
    display: flex;
    height: 40px;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #root .grid-games .grid-best-games .grid-best-games-icon.zh {
    align-items: center;
    margin-top: 20px;
  }
  #root .grid-games .grid-best-games i {
    transform: scale(0.5);
  }
  #root .grid-games .grid-best-games span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    width: 48px;
  }
  #root .grid-games .grid-best-games span.zh {
    width: unset;
  }
  #root .grid-games .grid-best-games:hover {
    background-color: #9026cd;
    z-index: 1;
  }
  #root .grid-games .grid-latest-games {
    background-color: #2f2f43;
    border-radius: 10px;
    height: 120px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px;
  }
  #root .grid-games .grid-latest-games .grid-latest-games-icon {
    display: flex;
    height: 35px;
    justify-content: center;
    margin-top: 20px;
  }
  #root .grid-games .grid-latest-games span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    width: 48px;
  }
  #root .grid-games .grid-ranking-games {
    background-color: #451f73;
    border-radius: 10px;
    height: 120px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px;
  }
  #root .grid-games .grid-ranking-games .grid-ranking-games-icon {
    display: flex;
    height: 35px;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  #root .grid-games .grid-ranking-games i {
    transform: scale(0.6);
  }
  #root .grid-games .grid-ranking-games span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    width: 54px;
  }
  #root .grid-games .grid-popular-games {
    background-color: #412ac7;
    border-radius: 10px;
    grid-area: popularGames;
    height: 120px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px;
  }
  #root .grid-games .grid-popular-games .grid-popular-games-icon {
    display: flex;
    height: 55px;
    justify-content: center;
  }
  #root .grid-games .grid-popular-games .grid-popular-games-icon.zh {
    align-items: center;
    margin-top: 15px;
  }
  #root .grid-games .grid-popular-games i {
    transform: scale(0.5);
  }
  #root .grid-games .grid-popular-games span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    width: 52px;
  }
  #root .grid-games .grid-popular-games span.zh {
    width: unset;
  }
  #root .grid-games .grid-popular-games:hover {
    background-color: #352ac7;
    z-index: 1;
  }
  #root .grid-games .gm2,
  #root .grid-games .gm3,
  #root .grid-games .gm4,
  #root .grid-games .gm5 {
    border-radius: 10px;
    height: 264px;
    position: relative;
    width: 264px;
  }
  #root .grid-games .gm2 .grid-game-3d,
  #root .grid-games .gm3 .grid-game-3d,
  #root .grid-games .gm4 .grid-game-3d,
  #root .grid-games .gm5 .grid-game-3d {
    border-radius: 10px;
    overflow: hidden;
  }
  #root .grid-games .gm2 .grid-game-3d .grid-video,
  #root .grid-games .gm3 .grid-game-3d .grid-video,
  #root .grid-games .gm4 .grid-game-3d .grid-video,
  #root .grid-games .gm5 .grid-game-3d .grid-video {
    background-color: #fff;
    border-radius: 10px 0;
    bottom: 0;
    height: 44px;
    position: absolute;
    right: 0;
    width: 52px;
    z-index: 2;
  }
  #root .grid-games .gm2 .grid-game-3d .grid-video i,
  #root .grid-games .gm3 .grid-game-3d .grid-video i,
  #root .grid-games .gm4 .grid-game-3d .grid-video i,
  #root .grid-games .gm5 .grid-game-3d .grid-video i {
    margin: 10px;
    position: absolute;
  }
  #root .grid-games .gm2 .grid-game-3d video,
  #root .grid-games .gm3 .grid-game-3d video,
  #root .grid-games .gm4 .grid-game-3d video,
  #root .grid-games .gm5 .grid-game-3d video {
    left: 0;
    position: absolute;
    top: 0;
  }
  #root .grid-games .gm2 .grid-game-3d .btn,
  #root .grid-games .gm2 .grid-game-3d .name,
  #root .grid-games .gm3 .grid-game-3d .btn,
  #root .grid-games .gm3 .grid-game-3d .name,
  #root .grid-games .gm4 .grid-game-3d .btn,
  #root .grid-games .gm4 .grid-game-3d .name,
  #root .grid-games .gm5 .grid-game-3d .btn,
  #root .grid-games .gm5 .grid-game-3d .name {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.1s;
    width: 100%;
  }
  #root .grid-games .gm2 .grid-game-3d .btn span,
  #root .grid-games .gm2 .grid-game-3d .name span,
  #root .grid-games .gm3 .grid-game-3d .btn span,
  #root .grid-games .gm3 .grid-game-3d .name span,
  #root .grid-games .gm4 .grid-game-3d .btn span,
  #root .grid-games .gm4 .grid-game-3d .name span,
  #root .grid-games .gm5 .grid-game-3d .btn span,
  #root .grid-games .gm5 .grid-game-3d .name span {
    background-color: #573e83;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    width: 160px;
    z-index: 1;
  }
  #root .grid-games .gm2 .grid-game-3d .obscuration,
  #root .grid-games .gm3 .grid-game-3d .obscuration,
  #root .grid-games .gm4 .grid-game-3d .obscuration,
  #root .grid-games .gm5 .grid-game-3d .obscuration {
    background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.05) 40%
    );
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #root .grid-games .gm2 .grid-game-3d .name,
  #root .grid-games .gm3 .grid-game-3d .name,
  #root .grid-games .gm4 .grid-game-3d .name,
  #root .grid-games .gm5 .grid-game-3d .name {
    align-items: flex-end;
  }
  #root .grid-games .gm2 .grid-game-3d .name span,
  #root .grid-games .gm3 .grid-game-3d .name span,
  #root .grid-games .gm4 .grid-game-3d .name span,
  #root .grid-games .gm5 .grid-game-3d .name span {
    background-color: unset;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: unset;
  }
  #root .grid-games .gm2:hover,
  #root .grid-games .gm3:hover,
  #root .grid-games .gm4:hover,
  #root .grid-games .gm5:hover {
    transform: scale(1.5);
    transition: all 0.2s ease-out;
    z-index: 999;
  }
  #root .grid-games .gm2:hover .grid-game-3d .btn,
  #root .grid-games .gm2:hover .grid-game-3d .name,
  #root .grid-games .gm3:hover .grid-game-3d .btn,
  #root .grid-games .gm3:hover .grid-game-3d .name,
  #root .grid-games .gm4:hover .grid-game-3d .btn,
  #root .grid-games .gm4:hover .grid-game-3d .name,
  #root .grid-games .gm5:hover .grid-game-3d .btn,
  #root .grid-games .gm5:hover .grid-game-3d .name {
    font-size: 18px;
    opacity: 1;
    transition: all 0.1s;
  }
  #root .grid-games .gm2:hover .grid-game-3d .obscuration,
  #root .grid-games .gm3:hover .grid-game-3d .obscuration,
  #root .grid-games .gm4:hover .grid-game-3d .obscuration,
  #root .grid-games .gm5:hover .grid-game-3d .obscuration {
    opacity: 1;
    transition: all 0.2s;
  }
  #root .grid-games .gm2:hover .grid-game-3d .grid-game-new,
  #root .grid-games .gm3:hover .grid-game-3d .grid-game-new,
  #root .grid-games .gm4:hover .grid-game-3d .grid-game-new,
  #root .grid-games .gm5:hover .grid-game-3d .grid-game-new {
    display: none;
  }
  #root .grid-games .gm2.multi:hover,
  #root .grid-games .gm3.multi:hover,
  #root .grid-games .gm4.multi:hover,
  #root .grid-games .gm5.multi:hover {
    transform: scale(1);
  }
  #root .grid-games .gm2.multi:hover video,
  #root .grid-games .gm3.multi:hover video,
  #root .grid-games .gm4.multi:hover video,
  #root .grid-games .gm5.multi:hover video {
    z-index: 1;
  }
  #root .grid-games .gm2 {
    grid-area: gm2;
  }
  #root .grid-games .gm3 {
    grid-area: gm3;
  }
  #root .grid-games .gm4 {
    grid-area: gm4;
  }
  #root .grid-games .gm5 {
    grid-area: gm5;
  }
  #root .grid-games .ads-1 {
    background-color: #07070e;
    display: none;
    height: 270px;
    margin-left: 52px;
    margin-top: -5px;
    width: 300px;
  }
  #root .grid-games .ads-1 .ads-title {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
  #root .grid-games .ads-1 .ads-wrapper {
    background-color: #fff;
    height: 544px;
    width: 100%;
  }
  #root .grid-games .ads-1 .ads-wrapper .ads-container {
    height: 100%;
  }
  #root .grid-games .ads-1 {
    grid-area: ads1;
  }
  #root #pageDiv {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 26px auto 38px;
  }
  #root #pageDiv a,
  #root #pageDiv div {
    background-color: #2d2d3f;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 50px;
  }
  #root #pageDiv a i,
  #root #pageDiv div i {
    display: block;
    margin: 10px auto;
    transform: scale(0.6);
  }
  #root #pageDiv .normal:hover {
    background-color: #fad12e;
  }
  #root #pageDiv .endgreyClass,
  #root #pageDiv .point,
  #root #pageDiv .startgreyClass {
    cursor: not-allowed;
    opacity: 0.5;
  }
  #root #pageDiv .yellowClass {
    background-color: #fce331;
    color: #f5ecf1;
  }
  .icon-tags {
    background-position: -210px -76px;
    height: 16px;
    width: 16px;
  }
  .icon-random {
    background-position: -38px -39px;
    height: 28px;
    width: 28px;
  }
  .icon-subscribe {
    background-position: -210px -39px;
    height: 21px;
    width: 31px;
  }
  .icon-install {
    background-position: -285px -39px;
    height: 20px;
    width: 20px;
  }
  .icon-search {
    background-position: -255px -76px;
    height: 36px;
    width: 36px;
  }
  .icon-clock {
    background-position: 0 0;
    height: 34px;
    width: 34px;
  }
  .icon-question {
    background-position: -38px 0;
    height: 34px;
    width: 34px;
  }
  .icon-triangle {
    background-position: -285px 0;
    height: 17px;
    width: 23px;
  }
  .icon-play {
    background-position: -255px 0;
    height: 26px;
    width: 26px;
  }
  .icon-video {
    background-position: -145px -76px;
    height: 24px;
    width: 33px;
  }
  .icon-new {
    background-position: -255px -39px;
    height: 28px;
    width: 28px;
  }
  .icon-bestGames {
    background-position: -76px 0;
    height: 50px;
    width: 65px;
  }
  .icon-latestGames,
  .icon-rankingGames {
    background-position: 0 -76px;
    height: 32px;
    width: 32px;
  }
  .icon-rankingGames {
    background-position: -38px -76px;
    height: 35px;
    width: 43px;
  }
  .icon-popularGames {
    background-position: -145px 0;
    height: 69px;
    width: 61px;
  }
  .icon-leftArrow {
    background-position: -232px 0;
    height: 29px;
    width: 18px;
  }
  .icon-rightArrow {
    background-position: -210px 0;
    height: 29px;
    width: 18px;
  }
  .icon-moviesPlay {
    background-position: -312px -76px;
    height: 16px;
    width: 16px;
  }
}
@media screen and (min-width: 1730px) {
  body #app #root {
    margin: 88px 19px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	.	.	gm2	gm2	gm3	gm3	.	.	." "nav nav	.	.	.	gm2	gm2	gm3	gm3	.	.	." "nav nav	.	.	.	.	.	.	.	.	gm4	gm4" ".	.	.	ads1 ads1 ads1	.	.	.	.	gm4	gm4" "gm5	gm5	.	ads1 ads1 ads1	.	.	.	.	.	." "gm5	gm5	.	.	.	.	.	.	.	.	.	." ". newGames . . . . . . . . . ." ". . . . . . . . . . . ." ". . . . . . . . . . . ." ". . popularGames . . . . . . . . .";
    grid-template-columns: repeat(12, 120px);
  }
  body #app #footer {
    margin: 40px 19px 0;
  }
}
@media screen and (min-width: 1586px) and (max-width: 1729px) {
  body #app #root {
    margin: 88px 18px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	.	.	gm2	gm2	gm3	gm3	.	.	" "nav nav	.	.	.	gm2	gm2	gm3	gm3	.	.	" "nav nav	.	.	.	.	.	.	.	gm4	gm4" ".	.	.	ads1 ads1 ads1	.	.	.	gm4	gm4" "gm5	gm5	.	ads1 ads1 ads1	.	.	.	.	.	" "gm5	gm5	.	.	.	.	.	.	.	.	.	" ". newGames . . . . . . . . . " ". . . . . . . . . . . " ". . . . . . . . . . . " ". . popularGames . . . . . . . . ";
    grid-template-columns: repeat(11, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 1375px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(6, 210px);
  }
  body #app #footer {
    margin: 40px 18px 0;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1585px) {
  body #app #root {
    margin: 88px 22px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	.	.	gm2	gm2	gm3	gm3	.	" "nav nav	.	.	.	gm2	gm2	gm3	gm3	.	" "nav nav	.	.	.	.	.	.	gm4	gm4" ".	.	.	ads1 ads1 ads1	.	.	gm4	gm4" "gm5	gm5	.	ads1 ads1 ads1	.	.	.	.	" "gm5	gm5	.	.	.	.	.	.	.	.	" ". newGames . . . . . . . . " ". . . . . . . . . . " ". . . . . . . . . . " ". . popularGames . . . . . . . ";
    grid-template-columns: repeat(10, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 1375px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(6, 210px);
  }
  body #app #footer {
    margin: 40px 22px 0;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1449px) {
  body #header #header-right #header-search .search {
    width: 238px;
  }
  body #app #root {
    margin: 88px 18px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	.	.	gm2	gm2	gm3	gm3	" "nav nav	.	.	.	gm2	gm2	gm3	gm3	" "nav nav	.	.	.	.	.	gm4	gm4" ".	.	.	ads1 ads1 ads1	.	gm4	gm4" "gm5	gm5	.	ads1 ads1 ads1	.	.	.	" "gm5	gm5	.	.	.	.	.	.	.	" ". newGames . . . . . . . " ". . . . . . . . . " ". . . . . . . . . " ". . popularGames . . . . . . ";
    grid-template-columns: repeat(9, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 1142px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(5, 210px);
  }
  body #app #footer {
    margin: 40px 18px 0;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1299px) {
  body #header #header-left #tags,
  body #header #header-left .header-logo {
    margin-right: 12px;
  }
  body #header #header-left .header-btn {
    margin-right: 8px;
  }
  body #header #header-right #header-search {
    margin-right: 10px;
  }
  body #header #header-right #header-search .search {
    width: 130px;
  }
  body #header #header-right #header-question {
    margin-left: 10px;
  }
  body #app #root {
    margin: 88px 18px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	.	gm2	gm2	gm3	gm3	" "nav nav	.	.	gm2	gm2	gm3	gm3	" "nav nav	.	.	.	.	gm4	gm4" ".	.	.	ads1 ads1 ads1 gm4	gm4" "gm5	gm5	.	ads1 ads1 ads1	.	.	" "gm5	gm5	.	.	.	.	.	.	" ". newGames . . . . . . " ". . . . . . . . " ". . . . . . . . " ". . popularGames . . . . . ";
    grid-template-columns: repeat(8, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 909px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(4, 210px);
  }
  body #app #footer {
    margin: 40px 18px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1159px) {
  body #header #header-left #tags {
    margin-right: 10px;
  }
  body #header #header-left .header-logo-a {
    margin-left: 12px;
  }
  body #header #header-left .header-btn {
    margin-right: 12px;
  }
  body #header #header-left .header-btn.header-random {
    width: 90px;
  }
  body #header #header-left .header-btn.header-random i {
    margin-right: -2px;
    transform: scale(0.5);
  }
  body #header #header-left .header-btn.header-subscribe {
    width: 100px;
  }
  body #header #header-left .header-btn.header-subscribe i {
    margin-left: -6px;
    margin-right: 0;
    transform: scale(0.5);
  }
  body #header #header-left .header-btn.header-install {
    width: 84px;
  }
  body #header #header-left .header-btn.header-install i {
    margin-right: 5px;
    transform: scale(0.9);
  }
  body #header #header-left .header-logo {
    margin-right: 8px;
  }
  body #header #header-left .header-btn {
    margin-right: 4px;
  }
  body #header #header-right {
    right: 10px;
  }
  body #header #header-right #header-search {
    margin-right: 10px;
  }
  body #header #header-right #header-search .search {
    width: 126px;
  }
  body #header #header-right #header-clock {
    width: 90px;
  }
  body #header #header-right #header-clock i {
    margin-left: -8px;
    margin-right: -5px;
    transform: scale(0.4);
  }
  body #header #header-right #header-question {
    margin-left: 10px;
    width: 76px;
  }
  body #header #header-right #header-question i {
    margin-left: -11px;
    margin-right: -5px;
    transform: scale(0.4);
  }
  body #app #root {
    margin: 88px 18px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	gm2	gm2	gm3	gm3	" "nav nav	.	gm2	gm2	gm3	gm3	" "nav nav	.	.	.	. ." ".	.	. ads1 ads1 ads1 . " "gm4	gm4	.	ads1 ads1 ads1 ." "gm4	gm4	.	.	.	.	.	" ". .	.	.	gm5	gm5	.	" ". .	.	.	gm5	gm5	.	" ". newGames . . . . . " ". . . . . . . " ". . . . . . . " ". . popularGames . . . . ";
    grid-template-columns: repeat(7, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 909px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(4, 210px);
  }
  body #app #footer {
    margin: 40px 18px 0;
  }
}
@media screen and (min-width: 920px) and (max-width: 1023px) {
  body #header #header-left #tags,
  body #header #header-left .header-btn {
    margin-right: 8px;
  }
  body #header #header-left .header-btn.header-random {
    width: 90px;
  }
  body #header #header-left .header-btn.header-random i {
    margin-right: -2px;
    transform: scale(0.5);
  }
  body #header #header-left .header-btn.header-subscribe {
    width: 100px;
  }
  body #header #header-left .header-btn.header-subscribe i {
    margin-left: -6px;
    margin-right: 0;
    transform: scale(0.5);
  }
  body #header #header-left .header-btn.header-install {
    width: 84px;
  }
  body #header #header-left .header-btn.header-install i {
    margin-right: 5px;
    transform: scale(0.9);
  }
  body #header #header-left .header-logo {
    margin-left: 10px;
  }
  body #header #header-left .header-btn {
    margin-right: 4px;
  }
  body #header #header-right {
    right: 10px;
  }
  body #header #header-right #header-search {
    margin-right: 5px;
  }
  body #header #header-right #header-search .search {
    width: 80px;
  }
  body #header #header-right #header-clock {
    width: 90px;
  }
  body #header #header-right #header-clock i {
    margin-left: -8px;
    margin-right: -5px;
    transform: scale(0.4);
  }
  body #header #header-right #header-question {
    margin-left: 4px;
    width: 76px;
  }
  body #header #header-right #header-question i {
    margin-left: -11px;
    margin-right: -5px;
    transform: scale(0.4);
  }
  body #app #root {
    margin: 88px 16px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	gm2	gm2	." "nav nav	.	gm2	gm2	." "nav nav	.	.	.	. " ".	.	ads1 ads1 ads1 ." "gm3	gm3	ads1 ads1 ads1 ." "gm3	gm3	.	.	.	.	" ". gm4 gm4 . gm5	gm5" ". gm4 gm4 . gm5	gm5" ". newGames . . . . " ". . . . . . " ". . . . . . " ". . popularGames . . . ";
    grid-template-columns: repeat(6, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 676px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(3, 210px);
  }
  body #app #footer {
    margin: 40px 16px 0;
  }
  body #app #bottom-bar #bottom-left {
    margin-left: 9px;
  }
  body #app #bottom-bar #bottom-left img {
    margin-right: 20px;
  }
  body #app #bottom-bar #bottom-right {
    margin-right: 9px;
  }
  body #app #bottom-bar #bottom-right .bottom-contact,
  body #app #bottom-bar #bottom-right .bottom-lab {
    margin-left: 35px;
  }
}
@media screen and (min-width: 810px) and (max-width: 919px) {
  body #header #header-left #tags {
    margin-right: 24px;
  }
  body #header #header-left .header-btn {
    margin-right: 8px;
  }
  body #header #header-left .header-btn.header-random {
    width: 90px;
  }
  body #header #header-left .header-btn.header-random i {
    margin-right: -2px;
    transform: scale(0.5);
  }
  body #header #header-left .header-btn.header-subscribe {
    width: 100px;
  }
  body #header #header-left .header-btn.header-subscribe i {
    margin-left: -6px;
    margin-right: 0;
    transform: scale(0.5);
  }
  body #header #header-left .header-btn.header-install {
    width: 84px;
  }
  body #header #header-left .header-btn.header-install i {
    margin-right: 5px;
    transform: scale(0.9);
  }
  body #header #header-right {
    right: 45px;
  }
  body #header #header-right #header-search {
    position: absolute;
    right: -80px;
    z-index: 1;
  }
  body #header #header-right #header-search .search {
    display: none;
  }
  body #header #header-right #header-search .search-icon {
    background-color: unset !important;
  }
  body #header #header-right #header-clock {
    width: 90px;
  }
  body #header #header-right #header-clock i {
    margin-left: -8px;
    margin-right: -5px;
    transform: scale(0.4);
  }
  body #header #header-right #header-question {
    margin-left: 8px;
    width: 76px;
  }
  body #header #header-right #header-question i {
    margin-left: -11px;
    margin-right: -5px;
    transform: scale(0.4);
  }
  body #app #root {
    margin: 88px 57px 0;
  }
  body #app #root .grid-games {
    grid-template-areas: "nav nav	.	gm2	gm2	" "nav nav	.	gm2	gm2	" "nav nav	.	.	.	" ".	.	ads1 ads1 ads1 " "gm3	gm3	ads1 ads1 ads1" "gm3	gm3	.	.	.	" ". gm4 gm4 gm5	gm5	" ". gm4 gm4 gm5	gm5	" ". newGames . . . " ". . . . . " ". . . . . " ". . popularGames . . ";
    grid-template-columns: repeat(5, 120px);
  }
  body #app #root #tag #tag-lab,
  body #app #root #tag #video-lab,
  body #app #root #video #tag-lab,
  body #app #root #video #video-lab {
    width: 676px;
  }
  body #app #root #tag #tag-list,
  body #app #root #tag #video-list,
  body #app #root #video #tag-list,
  body #app #root #video #video-list {
    grid-template-columns: repeat(3, 210px);
  }
  body #app #footer {
    margin: 40px 57px 0;
  }
  body #app #bottom-bar #bottom-left img {
    margin-right: 8px;
  }
  body #app #bottom-bar #bottom-right .bottom-contact,
  body #app #bottom-bar #bottom-right .bottom-lab {
    margin-left: 9px;
  }
}
@media screen and (max-width: 809px) {
  body,
  html {
    height: unset !important;
  }
  body {
    background-color: #ebc8a8;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0;
    margin: 0;
  }
  body #header {
    align-items: center;
    background-color: #f5ecf1;
    border-radius: 0.02rem;
    box-shadow: 0 0 0.02rem #13131d;
    display: flex;
    height: 0.8rem;
    width: 100%;
  }
  body #header #header-left {
    display: none;
  }
  body #header #header-right {
    align-items: center;
    border-radius: 0.02rem;
    display: flex;
    height: 0.8rem;
    width: 100%;
  }
  body #header #header-right #header-search .search {
    display: none;
  }
  body #header #header-right #header-search .search-icon .search-div {
    color: #fff;
    display: none;
    font-size: 0.32rem;
    height: unset;
    position: fixed;
    right: 0.3rem;
    width: unset;
    z-index: 5;
  }
  body #header #header-right .header-logo-a {
    display: flex;
    margin: 0 auto;
  }
  body #header #header-right .header-logo-a .header-logo {
    cursor: pointer;
    height: 0.4rem;
    margin: 0 auto;
    width: 2.24rem;
  }
  body #header #header-right #header-clock {
    cursor: pointer;
    display: flex;
    margin-left: 0.12rem;
  }
  body #header #header-right #header-question {
    display: flex;
    margin-right: 0.2rem;
  }
  body #header .search-div {
    background-color: #1e1e27;
    display: none;
    height: 100vh;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    z-index: 4;
  }
  body #header .search-div span {
    display: none;
  }
  body #header .search-div .close {
    color: #fff;
    font-size: 0.32rem;
    position: fixed;
    right: 0.2rem;
    top: 0.8rem;
  }
  body #header .search-div .search-div-search {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 1.14rem;
  }
  body #header .search-div .search-div-search input {
    background-color: #10101a;
    border: none;
    border-radius: 50px 0 0 50px;
    color: #fff;
    font-size: 0.24rem;
    height: 0.82rem;
    outline: none;
    padding: 0 0 0 0.22rem;
    width: 3.6rem;
  }
  body #header .search-div .search-div-search .search-icon {
    background-color: #0a0a15;
    border-radius: 0 50px 50px 0;
    height: 0.82rem;
    width: 0.8rem;
  }
  body #header .search-div .search-div-search .search-icon i {
    display: block;
    margin: 0.2rem;
  }
  body #header .pwaDiv {
    align-items: center;
    background-color: #f5ecf1;
    display: none !important;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  body #header .pwaDiv .pwaClose {
    color: #fff;
    cursor: pointer;
    font-size: 0.6rem;
    position: absolute;
    right: 0.7rem;
    top: 0.5rem;
  }
  body #header .pwaDiv .pwaContent {
    background-color: #1e1e2f;
    border: 0.02rem solid #fff;
    height: calc(100vh - 1.9rem);
    margin: 0.5rem 0.32rem;
    padding-top: 0.8rem;
  }
  body #header .pwaDiv .pwaContent .content {
    display: grid;
    gap: 0.32rem;
    grid-template-columns: repeat(3, 1.1rem);
    grid-template-rows: repeat(auto-fill, 1.1rem);
    justify-content: center;
  }
  body #header .pwaDiv .pwaContent .content .box,
  body #header .pwaDiv .pwaContent .content .gameImg {
    background-color: #2b2b3d;
    border-radius: 0.1rem;
    height: 1.1rem;
    width: 1.1rem;
  }
  body #header .pwaDiv .pwaContent .pwaLeft {
    color: #fff;
    margin-top: 0.22rem;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .header {
    color: #fff;
    font-size: 0.26rem;
    margin-bottom: 0.26rem;
    text-align: center;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .middle {
    display: none;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .middle2 {
    background-color: #fce331;
    border-radius: 0.1rem;
    color: #f5ecf1;
    cursor: pointer;
    font-size: 0.36rem;
    height: 0.92rem;
    line-height: 0.92rem;
    margin: 0.22rem 0.46rem;
    text-align: center;
    width: 4.6rem;
  }
  body #header .pwaDiv .pwaContent .pwaLeft .footer {
    color: #c9c9c9;
    font-size: 0.24rem;
    margin-bottom: 0.22rem;
    text-align: center;
  }
  body #header .pwaDiv.pwaFixed {
    display: block;
  }
  body #app #footer {
    background-color: #f5ecf1;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.02rem #13131d;
    margin: 0.36rem 0.2rem 0;
  }
  body #app #footer .footer-div {
    padding: 0.36rem 0.2rem;
  }
  body #app #footer .footer-div .footer-title {
    color: #fff;
    font-size: 0.42rem;
  }
  body #app #footer .footer-div .footer-title .div1 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 0.3rem;
    margin-right: 0.2rem;
    width: 0.3rem;
  }
  body #app #footer .footer-div .footer-title .div1 .div2 {
    background-color: #878789;
    border-radius: 50%;
    height: 0.22rem;
    margin-left: 0.13rem;
    margin-top: 0.13rem;
    width: 0.22rem;
  }
  body #app #footer .footer-div .footer-title .div3 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 0.22rem;
    vertical-align: middle;
    width: 0.22rem;
  }
  body #app #footer .footer-div .footer-box {
    display: none;
  }
  body #app #footer .footer-div .footer-content {
    color: #c9c9c9;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  body #app #footer .footer-div .footer-content p {
    line-height: 1.5;
    margin-bottom: 0.24rem;
  }
  body #app #footer .footer-div .footer-content p a {
    color: #fce331;
    outline: none;
    text-decoration: none;
  }
  body #app #footer .footer-div .footer-content p .propmt:first-of-type {
    color: #ff3b3b;
  }
  body #app #footer .footer-div .footer-content p .propmt:last-of-type {
    color: #65ffef;
  }
  body #app #footer .footer-div .footer-content p:last-of-type {
    margin-bottom: 0;
  }
  body #app #footer .footer-div .footer-content span {
    color: #fce331;
  }
  body #app #footer .footer-div .footer-content li {
    list-style: none;
    margin-bottom: 0.42rem;
  }
  body #app #footer .footer-div .footer-content li:last-child {
    margin-bottom: 0;
  }
  body #app #footer .footer-div .footer-content .content-btns {
    margin-top: 0.46rem;
  }
  body #app #footer .footer-div .footer-content .content-btns button {
    background-color: unset;
    border: 0.01rem solid #c9c9c9;
    border-radius: 0.1rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.26rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    padding: 0 0.1rem;
  }
  body
    #app
    #footer
    .footer-div
    .footer-content
    .content-btns
    button:nth-child(2) {
    display: none;
  }
  body #app #footer .footer-div .footer-content .content-btns button:hover {
    border: 0.01rem solid #fce331;
    color: #fce331;
  }
  body #app #footer .footer-div .footer-content.footer-content-tag p {
    margin-bottom: 0.12rem;
  }
  body
    #app
    #footer
    .footer-div
    .footer-content.footer-content-tag
    p:first-of-type {
    margin-top: 0.12rem;
  }
  body
    #app
    #footer
    .footer-div
    .footer-content.footer-content-tag
    p:last-of-type {
    margin-bottom: 0;
  }
  body #app #footer .footer-div ul p {
    line-height: unset !important;
    margin-bottom: 0.26rem;
  }
  body #app #footer .footer-div-tag {
    padding: 0.36rem 0.2rem;
  }
  body #app #footer .footer-div-tag .footer-title {
    color: #fff;
    font-size: 0.32rem;
    margin-bottom: 0.14rem;
  }
  body #app #footer .footer-div-tag .footer-title .div1 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 0.3rem;
    margin-right: 0.2rem;
    width: 0.3rem;
  }
  body #app #footer .footer-div-tag .footer-title .div1 .div2 {
    background-color: #878789;
    border-radius: 50%;
    height: 0.22rem;
    margin-left: 0.13rem;
    margin-top: 0.13rem;
    width: 0.22rem;
  }
  body #app #footer .footer-div-tag .footer-title .div3 {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 0.22rem;
    vertical-align: middle;
    width: 0.22rem;
  }
  body #app #footer .footer-div-tag .footer-content {
    color: #c9c9c9;
    font-size: 0.24rem;
  }
  body #app #footer .footer-div-tag .footer-content p {
    line-height: 1.5;
  }
  body #app #footer .footer-div-tag .footer-content p a {
    color: #c9c9c9;
    outline: none;
    text-decoration: none;
  }
  body #app #footer .footer-div-tag .footer-content span {
    color: #fce331;
  }
  body #app #footer .footer-div-tag .footer-content li {
    list-style: none;
    margin-bottom: 0.42rem;
  }
  body #app #footer .footer-div-tag .footer-content li:last-child {
    margin-bottom: 0;
  }
  body #app #footer .footer-div-tag .footer-content .content-btns {
    margin-top: 0.46rem;
  }
  body #app #footer .footer-div-tag .footer-content .content-btns button {
    background-color: unset;
    border: 0.01rem solid #c9c9c9;
    border-radius: 0.1rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.26rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    padding: 0 0.1rem;
  }
  body
    #app
    #footer
    .footer-div-tag
    .footer-content
    .content-btns
    button:nth-child(2) {
    display: none;
  }
  body #app #footer .footer-div-tag .footer-content .content-btns button:hover {
    border: 0.01rem solid #fce331;
    color: #fce331;
  }
  body #app #bottom-bar #bottom-left {
    display: none;
  }
  body #app #bottom-bar #bottom-right .bottom-prompt {
    color: #c9c9c9;
    font-size: 0.24rem;
    margin: 0.3rem 0.4rem 0;
    text-align: center;
  }
  body #app #bottom-bar #bottom-right .bottom-prompt a {
    outline: none;
    text-decoration: none;
  }
  body #app #bottom-bar #bottom-right .bottom-prompt .line {
    display: none;
  }
  body #app #bottom-bar #bottom-right .bottom-prompt .showColor {
    color: #fce331;
  }
  body #app #bottom-bar #bottom-right .bottom-prompt .propmt,
  body #app #bottom-bar #bottom-right .bottom-prompt .showColor {
    display: block;
    margin-bottom: 0.24rem;
    width: 100%;
  }
  body #app #bottom-bar #bottom-right .bottom-contact {
    color: #c9c9c9;
    display: block;
    font-size: 0.26rem;
    margin-top: 0.46rem;
    outline: none;
    text-align: center;
    text-decoration: none;
  }
  body #app #bottom-bar #bottom-right .bottom-lab {
    color: #c9c9c9;
    display: block;
    font-size: 0.26rem;
    margin-top: 0.42rem;
    outline: none;
    text-align: center;
    text-decoration: none;
  }
  body #app #bottom-bar #bottom-right #bottom-logo {
    align-items: center;
    display: flex;
    margin: 0.42rem auto;
    width: 4.4rem;
  }
  body #app #bottom-bar #bottom-right #bottom-logo img {
    height: 0.3rem;
    margin-right: 0.36rem;
    width: 1.84rem;
  }
  body #app #bottom-bar #bottom-right #bottom-logo #bottom-span {
    font-size: 0.26rem;
    height: 0.3rem;
    position: relative;
    width: 2.1rem;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    #bottom-logo
    #bottom-span
    span:first-child {
    color: #98ffff;
    left: -0.01rem;
    position: absolute;
    top: -0.01rem;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    #bottom-logo
    #bottom-span
    span:nth-child(2) {
    color: #fe398a;
    left: 0.01rem;
    position: absolute;
    top: 0.01rem;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    #bottom-logo
    #bottom-span
    span:nth-child(3) {
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
  }
  body #app #bottom-bar #bottom-right #bottom-logo.multiLanguageBottom {
    margin-bottom: 1.44rem;
  }
  body #app #bottom-bar #bottom-right .bottom-select {
    border: 0.01rem solid #fff;
    height: 0.64rem;
    margin: 0 auto 1.44rem;
    position: relative;
    width: 2.6rem;
  }
  body #app #bottom-bar #bottom-right .bottom-select.bottom-select-active {
    border: 0.01rem solid #fce331;
  }
  body #app #bottom-bar #bottom-right .bottom-select.bottom-select-zh {
    border: none;
    height: 0;
    width: 0;
  }
  body #app #bottom-bar #bottom-right .bottom-select.bottom-select-zh .select {
    display: none;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select .select-val {
    color: #fff;
    font-size: 0.26rem;
    margin-right: 1.04rem;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select-list {
    background-color: #242432;
    border: 0.01rem solid #6868d9;
    bottom: 0.8rem;
    display: none;
    max-height: 5.46rem;
    overflow-y: auto;
    padding: 0.25rem 0.24rem;
    position: absolute;
    right: 0;
    width: 2.12rem;
    z-index: 1;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list::-webkit-scrollbar {
    width: 0.02rem;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0.02rem;
    box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.1);
    width: 0.02rem;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list::-webkit-scrollbar-track {
    background-color: #b7b4b43d;
    border-radius: 0.05rem;
    width: 0.02rem;
  }
  body #app #bottom-bar #bottom-right .bottom-select .select-list a {
    color: #fff;
    display: block;
    font-size: 0.24rem;
    margin-top: 0.38rem;
    outline: none;
    text-decoration: none;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    .bottom-select
    .select-list
    a:first-child {
    margin-top: 0;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list {
    align-items: center;
    border-radius: 0.5rem;
    bottom: 0;
    display: flex;
    height: 1rem;
    justify-content: center;
    left: 0;
    margin-bottom: 0.12rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 3;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a,
  body #app #bottom-bar #bottom-right #bottom-btn-list div {
    align-items: center;
    background-color: #10101a;
    box-shadow: 0 0 0.02rem #13131d;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    outline: none;
    text-decoration: none;
    width: 20%;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .icon-home,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .icon-home {
    margin-top: 0.05rem;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .home,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .home {
    margin-top: 0.12rem;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .icon-subscribe,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .icon-subscribe {
    margin-top: 0.09rem;
    transform: scale(1.1);
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .subscribe,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .subscribe {
    margin-top: 0.16rem;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .icon-search,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .icon-search {
    margin-bottom: -0.07rem;
    transform: scale(0.85);
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .icon-browse,
  body #app #bottom-bar #bottom-right #bottom-btn-list a .icon-random,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .icon-browse,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .icon-random {
    margin-top: 0.05rem;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a .browse,
  body #app #bottom-bar #bottom-right #bottom-btn-list a .random,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .browse,
  body #app #bottom-bar #bottom-right #bottom-btn-list div .random {
    margin-top: 0.11rem;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list a span,
  body #app #bottom-bar #bottom-right #bottom-btn-list div span {
    color: #707387;
    font-size: 0.2rem;
    font-weight: 600;
    margin-top: 0.16rem;
  }
  body
    #app
    #bottom-bar
    #bottom-right
    #bottom-btn-list.bottom-btn-listzh
    .bottom-search {
    display: none;
  }
  body #app #bottom-bar #bottom-right #bottom-btn-list.bottom-btn-listzh a,
  body #app #bottom-bar #bottom-right #bottom-btn-list.bottom-btn-listzh div {
    width: 33.3%;
  }
  body #app #bottom-prompt {
    display: none;
  }
  body #recent {
    background-color: #1e1e18;
    color: #fff;
    display: none;
    font-size: 0.32rem;
    height: 100%;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    z-index: 3;
  }
  body #recent #recent-close {
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    right: 0.18rem;
    top: 0.1rem;
  }
  body #recent iframe,
  body .pic {
    height: 100%;
    width: 100%;
  }
  body .pic {
    display: block;
    filter: brightness(110%) contrast(110%);
  }
  body ::-webkit-scrollbar {
    background-color: #191923;
    height: 0.06rem;
    width: 0.06rem;
  }
  body ::-webkit-scrollbar-thumb {
    background-color: #262637;
    border-radius: 0.1rem;
  }
  body ::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media screen and (max-width: 809px) {
  #app #root {
    background-color: #ebc8a8;
    margin: 0.2rem 0.2rem 0;
    min-height: 5rem;
    position: relative;
  }
  #app #root .grid-games {
    display: grid;
    gap: 0.19rem;
    grid-auto-flow: row dense;
    grid-auto-rows: 1.88rem;
    grid-template-areas: "gm2 gm2 . " "gm2 gm2 . " ". . . " ". . . " ". . . " ". . . " ". newGames  . " ". . . " ". . . " ". .  popularGames ";
    grid-template-columns: repeat(3, 1.88rem);
    grid-template-rows: repeat(auto-fill, 1.88rem);
    justify-content: center;
  }
  #app #root .grid-games .grid-nav {
    display: none;
  }
  #app #root .grid-games .grid-game {
    background-color: #000;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.08rem #36365c;
    height: 1.88rem;
    outline: none;
    position: relative;
    text-decoration: none;
    width: 1.88rem;
  }
  #app #root .grid-games .grid-game.m-hide {
    display: none;
  }
  #app #root .grid-games .grid-game img {
    border-radius: 0.1rem;
  }
  #app #root .grid-games .grid-game .grid-video,
  #app #root .grid-games .grid-game video {
    display: none;
  }
  #app #root .grid-games .grid-game .grid-game-new {
    align-items: center;
    animation: heartbeat 1.5s linear infinite;
    background-color: #9349ff;
    border-radius: 0.04rem;
    display: flex;
    height: 0.3rem;
    justify-content: center;
    position: absolute;
    right: 0.06rem;
    top: 0.06rem;
    transform: translateZ(0);
    width: 0.76rem;
    will-change: transform;
    z-index: 1;
  }
  #app #root .grid-games .grid-game .grid-game-new i {
    margin-left: -0.05rem;
    transform: scale(0.7);
  }
  #app #root .grid-games .grid-game .grid-game-new span {
    color: #fff;
    font-size: 0.2rem;
  }
  #app #root .grid-games .grid-game .name {
    display: none;
  }
  #app #root .grid-games .grid-best-games {
    background-color: #982dd5;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.08rem #36365c;
    grid-area: newGames;
    outline: none;
    text-decoration: none;
  }
  #app #root .grid-games .grid-best-games .grid-best-games-icon {
    display: flex;
    height: 0.4rem;
    justify-content: center;
    margin-bottom: 0.21rem;
    margin-top: 0.19rem;
  }
  #app #root .grid-games .grid-best-games .grid-best-games-icon.zh {
    align-items: center;
    margin-top: 0.4rem;
  }
  #app #root .grid-games .grid-best-games span {
    color: #fff;
    display: block;
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.48rem;
    margin: 0 auto;
    text-align: center;
    width: 1.46rem;
  }
  #app #root .grid-games .grid-popular-games {
    background-color: #412ac7;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.08rem #36365c;
    grid-area: popularGames;
    outline: none;
    text-decoration: none;
  }
  #app #root .grid-games .grid-popular-games .grid-popular-games-icon {
    display: flex;
    height: 0.55rem;
    justify-content: center;
    margin-bottom: 0.17rem;
    margin-top: 0.1rem;
  }
  #app #root .grid-games .grid-popular-games .grid-popular-games-icon.zh {
    align-items: center;
    margin-top: 0.35rem;
  }
  #app #root .grid-games .grid-popular-games span {
    color: #fff;
    display: block;
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.48rem;
    margin: 0 auto;
    text-align: center;
    width: 1.52rem;
  }
  #app #root .grid-games .gm2,
  #app #root .grid-games .gm3,
  #app #root .grid-games .gm4,
  #app #root .grid-games .gm5 {
    background-color: #fff;
    border-radius: 0.1rem;
    height: 3.94rem;
    width: 3.94rem;
  }
  #app #root .grid-games .gm2 .grid-game-new,
  #app #root .grid-games .gm3 .grid-game-new,
  #app #root .grid-games .gm4 .grid-game-new,
  #app #root .grid-games .gm5 .grid-game-new {
    align-items: center;
    background-color: #9349ff;
    border-radius: 0.04rem;
    display: flex;
    height: 0.44rem;
    justify-content: center;
    position: absolute;
    right: 0.04rem;
    top: 0.04rem;
    width: 1.2rem;
  }
  #app #root .grid-games .gm2 .grid-game-new i,
  #app #root .grid-games .gm3 .grid-game-new i,
  #app #root .grid-games .gm4 .grid-game-new i,
  #app #root .grid-games .gm5 .grid-game-new i {
    margin-right: 0.1rem;
    transform: scale(1);
  }
  #app #root .grid-games .gm2 .grid-game-new span,
  #app #root .grid-games .gm3 .grid-game-new span,
  #app #root .grid-games .gm4 .grid-game-new span,
  #app #root .grid-games .gm5 .grid-game-new span {
    color: #fff;
    font-family: DIN-Medium;
    font-size: 0.27rem;
  }
  #app #root .grid-games .gm2 {
    grid-area: gm2;
  }
  #app #root .grid-games .gm3,
  #app #root .grid-games .gm4,
  #app #root .grid-games .gm5 {
    display: none;
  }
  #app #root #pageDiv {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0.5rem auto 0.72rem;
  }
  #app #root #pageDiv a,
  #app #root #pageDiv div {
    background-color: #2d2d3f;
    border-radius: 0.1rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.26rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-right: 0.2rem;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 0.7rem;
  }
  #app #root #pageDiv a i,
  #app #root #pageDiv div i {
    display: block;
    margin: 0.2rem auto;
  }
  #app #root #pageDiv .endgreyClass,
  #app #root #pageDiv .point,
  #app #root #pageDiv .startgreyClass {
    cursor: not-allowed;
    opacity: 0.5;
  }
  #app #root #pageDiv .yellowClass {
    background-color: #fce331;
    color: #f5ecf1;
    font-weight: 600;
  }
  .icon {
    background-size: 3.62rem 1.23rem;
  }
  .icon-tags {
    background-position: -2.1rem -0.76rem;
    height: 0.16rem;
    width: 0.16rem;
  }
  .icon-random {
    background-position: -0.38rem -0.39rem;
    height: 0.28rem;
    width: 0.28rem;
  }
  .icon-install {
    background-position: -2.85rem -0.39rem;
    height: 0.2rem;
    width: 0.2rem;
  }
  .icon-search {
    background-position: -2.55rem -0.76rem;
    height: 0.36rem;
    width: 0.36rem;
  }
  .icon-clock {
    background-position: 0 0;
    height: 0.34rem;
    width: 0.34rem;
  }
  .icon-question {
    background-position: -0.38rem 0;
    height: 0.34rem;
    width: 0.34rem;
  }
  .icon-triangle {
    background-position: -2.85rem 0;
    height: 0.17rem;
    width: 0.23rem;
  }
  .icon-home {
    background-position: -3.12rem 0;
    height: 0.29rem;
    width: 0.29rem;
  }
  .icon-browse {
    background-position: 0 -0.39rem;
    height: 0.28rem;
    width: 0.28rem;
  }
  .icon-subscribe {
    background-position: -2.1rem -0.39rem;
    height: 0.21rem;
    width: 0.31rem;
  }
  .icon-new {
    background-position: -2.55rem -0.39rem;
    height: 0.28rem;
    width: 0.28rem;
  }
  .icon-bestGames {
    background-position: -0.76rem 0;
    height: 0.5rem;
    width: 0.65rem;
  }
  .icon-popularGames {
    background-position: -1.45rem 0;
    height: 0.69rem;
    width: 0.61rem;
  }
  .icon-large {
    background-position: -2.1rem 0;
  }
  .icon-large,
  .icon-small {
    height: 0.19rem;
    width: 0.18rem;
  }
  .icon-small {
    background-position: -2.32rem 0;
  }
  .icon-latestGames {
    background-position: 0 -0.76rem;
    height: 0.32rem;
    width: 0.32rem;
  }
  .icon-rankingGames {
    background-position: -0.38rem -0.76rem;
    height: 0.35rem;
    width: 0.43rem;
  }
  .icon-play {
    background-position: -2.55rem 0;
    height: 0.26rem;
    width: 0.26rem;
  }
  .icon-leftArrow {
    background-position: -2.32rem 0;
    height: 0.29rem;
    width: 0.18rem;
  }
  .icon-rightArrow {
    background-position: -2.1rem 0;
    height: 0.29rem;
    width: 0.18rem;
  }
  .icon-moviesPlay {
    background-position: -3.12rem -0.76rem;
    height: 0.16rem;
    width: 0.16rem;
  }
}
@media screen and (min-width: 810px) {
  #root #tag #tag-lab {
    margin: 30px auto 16px;
    position: relative;
    width: 1608px;
  }
  #root #tag #tag-lab,
  #root #tag #tag-lab label {
    align-items: center;
    display: flex;
  }
  #root #tag #tag-lab div {
    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    margin-right: 14px;
    width: 20px;
  }
  #root #tag #tag-lab div div {
    background-color: #878789;
    height: 16px;
    margin-left: 7px;
    margin-top: 7px;
    width: 16px;
  }
  #root #tag #tag-lab span {
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
  }
  #root #tag #tag-lab a {
    color: #fce331;
    float: right;
    font-size: 24px;
    outline: none;
    position: absolute;
    right: 0;
    text-decoration: none;
  }
  #root #tag #tag-lab a:hover {
    color: #fcc031;
  }
  #root #tag #tag-list {
    display: grid;
    gap: 23px;
    grid-auto-columns: 210px;
    grid-auto-flow: row dense;
    grid-auto-rows: 100px;
    grid-template-columns: repeat(7, 210px);
    grid-template-rows: repeat(auto-fill, 100px);
    justify-content: center;
  }
  #root #tag #tag-list .grid-tag {
    align-items: center;
    background-color: #f4f2fb;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #36365c;
    display: flex;
    height: 100px;
    justify-content: center;
    outline: none;
    text-decoration: none;
    width: 206px;
  }
  #root #tag #tag-list .grid-tag img {
    background-color: #000;
    border-radius: 10px;
    filter: unset;
    height: 90px;
    margin-left: 3px;
    overflow: hidden;
    width: 90px;
  }
  #root #tag #tag-list .grid-tag span {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #171721;
    display: inline-block;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 9px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 100px;
  }
  #root #tag #tag-list .grid-tag-text {
    align-items: center;
    background-color: #38384f;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #31314f;
    display: flex;
    height: 100px;
    justify-content: center;
    outline: none;
    text-decoration: none;
    width: 206px;
  }
  #root #tag #tag-list .grid-tag-text span {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 24px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
  }
  #root #tag #tag-list .grid-tag-text:hover {
    background-color: #2d2d44;
  }
  #root #video #video-lab {
    margin: 30px auto 16px;
    position: relative;
    width: 1608px;
  }
  #root #video #video-lab,
  #root #video #video-lab label {
    align-items: center;
    display: flex;
  }
  #root #video #video-lab .video-lab-play {
    background-color: #0f0f17;
    border-radius: 50%;
    height: 40px;
    margin-right: 12px;
    position: relative;
    width: 40px;
  }
  #root #video #video-lab .video-lab-play i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
  }
  #root #video #video-lab span {
    color: #fff;
    font-size: 24px;
  }
  #root #video #video-lab a {
    color: #fce331;
    float: right;
    font-size: 24px;
    outline: none;
    position: absolute;
    right: 0;
    text-decoration: none;
  }
  #root #video #video-lab a:hover {
    color: #fcc031;
  }
  #root #video #video-list {
    display: grid;
    gap: 23px;
    grid-auto-columns: 210px;
    grid-auto-flow: row dense;
    grid-auto-rows: 160px;
    grid-template-columns: repeat(7, 210px);
    grid-template-rows: repeat(auto-fill, 160px);
    justify-content: center;
  }
  #root #video #video-list .grid-video-list {
    background-color: #f5ecf1;
    border-radius: 10px;
    box-shadow: 0 0 0.08rem #2d2d46;
    height: 160px;
    width: 210px;
  }
  #root #video #video-list .grid-video-list .grid-movies {
    display: block;
    height: 111px;
    margin: 6px 6px 14px;
    outline: none;
    position: relative;
    text-decoration: none;
    width: 198px;
  }
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-time {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    bottom: 4px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    right: 4px;
    text-align: center;
    z-index: 1;
  }
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-load {
    -o-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    border: 6px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border-right-color: #fff;
    display: none;
    height: 42px;
    left: 35%;
    position: absolute;
    top: 25%;
    width: 42px;
  }
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-play {
    background-color: red;
    border-radius: 50%;
    display: none;
    height: 48px;
    left: 35%;
    position: absolute;
    top: 25%;
    width: 48px;
    z-index: 1;
  }
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-play i {
    left: 35%;
    position: absolute;
    top: 33%;
  }
  #root
    #video
    #video-list
    .grid-video-list
    .grid-movies
    .grid-movies-play:hover {
    background-color: #ef2b1d;
  }
  #root #video #video-list .grid-video-list .grid-movies img {
    border-radius: 10px;
  }
  #root #video #video-list .grid-video-list span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 180px;
  }
}
@media screen and (max-width: 809px) {
  #root #tag #tag-lab {
    margin-bottom: 0.2rem;
    position: relative;
  }
  #root #tag #tag-lab,
  #root #tag #tag-lab label {
    align-items: center;
    display: flex;
  }
  #root #tag #tag-lab div {
    background-color: #fff;
    border-radius: 50%;
    height: 0.22rem;
    margin-right: 0.2rem;
    width: 0.22rem;
  }
  #root #tag #tag-lab div div {
    background-color: #878789;
    border-radius: 50%;
    height: 0.16rem;
    margin-left: 0.12rem;
    margin-top: 0.12rem;
    width: 0.16rem;
  }
  #root #tag #tag-lab span {
    color: #fff;
    font-size: 0.28rem;
    margin-top: 0.05rem;
  }
  #root #tag #tag-lab a {
    color: #fce331;
    float: right;
    font-size: 0.26rem;
    outline: none;
    position: absolute;
    right: 0;
    text-decoration: none;
  }
  #root #tag #tag-list {
    display: grid;
    gap: 0.16rem;
    grid-auto-columns: 2.92rem;
    grid-auto-flow: row dense;
    grid-auto-rows: 1.38rem;
    grid-template-columns: repeat(2, 2.92rem);
    grid-template-rows: repeat(auto-fill, 1.38rem);
    justify-content: center;
  }
  #root #tag #tag-list .grid-tag {
    align-items: center;
    background-color: #ecfcff;
    border: 0.02rem solid #fff;
    border-radius: 0.12rem;
    box-shadow: 0 0 0.08rem #31314f;
    display: flex;
    height: 1.38rem;
    outline: none;
    text-decoration: none;
    width: 2.92rem;
  }
  #root #tag #tag-list .grid-tag img {
    border-radius: 0.12rem;
    filter: unset;
    height: 1.28rem;
    margin-left: 0.03rem;
    margin-right: 0.03rem;
    width: 1.28rem;
  }
  #root #tag #tag-list .grid-tag span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #171721;
    display: inline-block;
    display: -webkit-box;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 0.09rem;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
  }
  #root #tag #tag-list .grid-tag-text {
    align-items: center;
    background-color: #38384f;
    border: 0.02rem solid #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.08rem #31314f;
    display: flex;
    height: 1.38rem;
    justify-content: center;
    outline: none;
    text-decoration: none;
    width: 2.92rem;
  }
  #root #tag #tag-list .grid-tag-text .name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0.26rem;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
  }
  #root #video #video-lab {
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
    position: relative;
  }
  #root #video #video-lab,
  #root #video #video-lab label {
    align-items: center;
    display: flex;
  }
  #root #video #video-lab .video-lab-play {
    background-color: #0f0f17;
    border-radius: 50%;
    height: 0.46rem;
    margin-right: 0.2rem;
    position: relative;
    width: 0.46rem;
  }
  #root #video #video-lab .video-lab-play i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #root #video #video-lab span {
    color: #fff;
    font-size: 0.28rem;
  }
  #root #video #video-lab a {
    color: #fce331;
    float: right;
    font-size: 0.26rem;
    outline: none;
    position: absolute;
    right: 0;
    text-decoration: none;
  }
  #root #video #video-list {
    display: grid;
    gap: 0.18rem;
    grid-auto-columns: 2.9rem;
    grid-auto-flow: row dense;
    grid-auto-rows: 2.22rem;
    grid-template-columns: repeat(2, 2.9rem);
    grid-template-rows: repeat(auto-fill, 2.22rem);
    justify-content: center;
  }
  #root #video #video-list .grid-video-list {
    background-color: #f5ecf1;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.08rem #2d2d46;
    height: 2.22rem;
    width: 2.9rem;
  }
  #root #video #video-list .grid-video-list .grid-movies {
    display: block;
    height: 1.6rem;
    margin: 0.09rem;
    outline: none;
    position: relative;
    text-decoration: none;
    width: 2.7rem;
  }
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-time {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.18rem;
    bottom: 0.08rem;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.05rem;
    position: absolute;
    right: 0.08rem;
    text-align: center;
    z-index: 1;
  }
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-load,
  #root #video #video-list .grid-video-list .grid-movies .grid-movies-play {
    display: none;
  }
  #root #video #video-list .grid-video-list .grid-movies img {
    border-radius: 0.1rem;
  }
  #root #video #video-list .grid-video-list span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    display: block;
    display: -webkit-box;
    font-size: 0.24rem;
    margin: auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: 2.5rem;
  }
}
.icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWoAAAB7CAYAAABdJcppAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplYzE5NzIyYy04MWUzLTJmNDQtYmU0NC0xMTA0YmUzYzJmOTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzJGQTNFOEE4RDdFMTFFREJGNjZGM0FFMTQyRDg5RTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzJGQTNFODk4RDdFMTFFREJGNjZGM0FFMTQyRDg5RTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N2VmYWRhYTctYzM5Mi0yOTQxLTlmNzctNDZmYmZlNjhhNzdjIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmVjMTk3MjJjLTgxZTMtMmY0NC1iZTQ0LTExMDRiZTNjMmY5OCIv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);
}
