body,
html {
  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 none;
}
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;
}
.text-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  width: 0;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
}
img {
  color: #000;
  font-size: 0;
}
@media screen and (min-width: 828px) {
  .header {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(19, 37, 160, 0.36);
    display: flex;
    height: 50px;
  }
  .header .icon-mnav {
    display: none;
  }
  .header .nav {
    cursor: pointer;
    margin-left: 20px;
  }
  .header .logo {
    height: 90%;
    margin-left: 26px;
    width: auto;
  }
  .header .buttons {
    display: flex;
    margin-left: 16px;
  }
  .header .buttons .appsbtn,
  .header .buttons .gamebtn,
  .header .buttons .quizbtn {
    background-color: #7863fb;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease-out;
    width: 80px;
  }
  .header .buttons .appsbtn {
    background-color: #31bacd;
    margin-left: 16px;
  }
  .header .buttons .quizbtn {
    background-color: #358fff;
    margin-left: 16px;
  }
  .header .buttons .appsbtn:hover,
  .header .buttons .gamebtn:hover,
  .header .buttons .quizbtn:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
  .header .install {
    align-items: center;
    background: linear-gradient(
      267deg,
      #5bd8f9 14.4%,
      #5786fb 52.49%,
      #c776fd 84.72%
    );
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    display: none;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    padding: 0 12px 0 10px;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease-out;
  }
  .header .install:hover {
    transform: scale(1.1);
  }
  .content,
  .main {
    position: relative;
  }
  .content .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ads10 {
    margin: 16px 100px;
  }
  .ads10 .ads-title {
    color: #536bc2;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .ads10 .ads-10 {
    background-color: #fff;
    height: 300px;
  }
  .infotop {
    display: flex;
    display: none;
  }
  .infotop .topgame {
    display: block;
    margin-right: 16px;
    position: relative;
    width: 260px;
  }
  .infotop .topgame .icon-hots {
    left: -15px;
    position: absolute;
    top: 16px;
    z-index: 10;
  }
  .infotop .topgame .picbox {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(50, 36, 152, 0.36);
    height: 260px;
    overflow: hidden;
  }
  .infotop .topgame .name {
    color: #040914;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 16px;
    padding: 0 12px;
    text-align: center;
  }
  .infotop .topgame:last-of-type {
    margin-right: 0;
  }
  .topgame:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
  .infocenter {
    display: grid;
    display: none;
    gap: 16px;
    grid-template-areas: "g1 g1 . g2 g2 . . g3 g3 . g4 g4" "g1 g1 . g2 g2 . . g3 g3 . g4 g4";
    grid-template-columns: repeat(12, 122px);
    grid-template-rows: repeat(auto-fill, 122px);
    margin-top: 16px;
  }
  .infocenter .cgame {
    position: relative;
  }
  .infocenter .cgame .picbox {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(50, 36, 152, 0.36);
    overflow: hidden;
    position: relative;
  }
  .infocenter .cgame .picbox .name {
    background-color: #7863fb;
    border-radius: 20px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 26px;
    left: 50%;
    line-height: 26px;
    padding: 0 12px;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transform: translate(-50%) rotateY(90deg);
    transition: all 0.6s ease-out;
    width: 80px;
  }
  .infocenter .cgame .icon-news {
    left: -17px;
    position: absolute;
    top: -17px;
    z-index: 10;
  }
  .infocenter .cgame:hover .name {
    transform: translate(-50%) rotateY(0deg);
  }
  .infocenter .gl .picbox .name {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 200px;
  }
  .infocenter .gl-1 {
    grid-area: g1;
  }
  .infocenter .gl-2 {
    grid-area: g2;
  }
  .infocenter .gl-3 {
    grid-area: g3;
  }
  .infocenter .gl-4 {
    grid-area: g4;
  }
  .infofooter {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(10, 148px);
    grid-template-rows: repeat(auto-fill, 148px);
    margin-top: 5px;
  }
  .infofooter .fgame {
    display: none;
  }
  .infofooter .fgame .picbox {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(50, 36, 152, 0.36);
    overflow: hidden;
    position: relative;
  }
  .infofooter .fgame .picbox .name {
    background-color: #7863fb;
    border-radius: 20px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 26px;
    left: 50%;
    line-height: 26px;
    padding: 0 12px;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transform: translate(-50%) rotateY(90deg);
    transition: all 0.6s ease-out;
    width: 80px;
  }
  .infofooter .fgame:hover .name {
    transform: translate(-50%) rotateY(0deg);
  }
  .infofooter .moregame {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(50, 36, 152, 0.36);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .infofooter .moregame .loadbox {
    height: 34px;
    margin-top: 20px;
    width: auto;
  }
  .infofooter .moregame span {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #c776fd 0, #5776fb 52%, #5bd8f9);
    color: transparent;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 50%;
  }
  .loading {
    animation: loading-animation 0.3s linear 0.3s infinite alternate;
    color: #ddd;
    display: inline-block;
    height: 20px;
    position: relative;
  }
  .loading,
  .loading:after,
  .loading:before {
    background: linear-gradient(180deg, #c776fd 0, #5776fb 52%, #5bd8f9);
    border-radius: 3px;
    width: 6px;
  }
  .loading:after,
  .loading:before {
    animation: loading-animation 0.3s linear 0.45s infinite alternate;
    content: "";
    height: 30px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .loading:before {
    animation-delay: 0s;
    height: 10px;
    left: -20px;
  }
  @keyframes loading-animation {
    0% {
      height: 34px;
    }
    to {
      height: 4.8px;
    }
  }
  .footer {
    background-color: #2e49fc;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: 30px;
    padding-top: 40px;
    position: relative;
  }
  .footer .about {
    margin: 0 200px;
    position: relative;
  }
  .footer .about .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
  }
  .footer .about .info {
    margin-top: 30px;
  }
  .footer .about .info .infoname {
    color: #d8ddff;
    font-size: 24px;
    font-weight: 500;
  }
  .footer .about .info .text {
    color: #96a4ff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 28px;
  }
  .footer .about:before {
    background-color: #96a4ff;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .footer:before {
    background-image: url(data:image/png;base64,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);
    background-size: 600px 400px;
    height: 400px;
    left: 20px;
    top: 0;
    width: 600px;
  }
  .footer:after,
  .footer:before {
    background-position: 0 0;
    content: "";
    position: absolute;
  }
  .footer:after {
    background-image: url(data:image/png;base64,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);
    background-size: 471px 280px;
    bottom: 60px;
    height: 280px;
    right: 40px;
    width: 471px;
  }
  .top {
    align-items: center;
    background-color: #fff;
    border: 1px solid #040914;
    border-radius: 10px;
    bottom: 10px;
    box-shadow: 0 2px 0 #0c22b9, inset 0 -4px 0 #2e49fc;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 48px;
    z-index: 10;
  }
  .top:hover {
    transform: scale(1.1);
    transition: all 1s ease-out;
  }
  .bottom-navbar {
    font-size: 0;
    height: 40px;
    margin-top: 36px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .bottom-navbar > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    text-decoration: none;
  }
  .bottom-navbar > a:not(:last-child) {
    margin-right: 30px;
  }
  .bottom-navbar > a:not(:last-child):before {
    background-color: #fff;
    content: "";
    height: 13px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .bottom-navbar > a:hover {
    color: #e4ff00;
  }
  .icon-home {
    background-position: 0 -67px;
    height: 26px;
    transform: scale(0.8);
    width: 24px;
  }
  .icon-quiz {
    fill: #4285f4;
  }
  .icon-new,
  .icon-quiz {
    height: 27px;
    transform: scale(0.8);
    width: 27px;
  }
  .icon-new {
    background-position: -36px -67px;
  }
  .icon-po {
    background-position: -74px -67px;
    height: 26px;
    transform: scale(0.8);
    width: 25px;
  }
  .icon-hot {
    background-position: -112px -67px;
  }
  .icon-hot,
  .icon-reup {
    height: 26px;
    transform: scale(0.8);
    width: 26px;
  }
  .icon-reup {
    background-position: -140px -67px;
  }
  .icon-re {
    background-position: -152px -130px;
    width: 28px;
  }
  .icon-re,
  .icon-shooting {
    height: 28px;
    transform: scale(0.8);
  }
  .icon-shooting {
    background-position: -180px -67px;
    width: 22px;
  }
  .icon-car {
    background-position: 0 -103px;
    height: 17px;
  }
  .icon-adcen,
  .icon-car {
    transform: scale(0.8);
    width: 22px;
  }
  .icon-adcen {
    background-position: -36px -103px;
    height: 21px;
  }
  .icon-drive {
    background-position: -74px -103px;
  }
  .icon-drive,
  .icon-fps {
    height: 22px;
    transform: scale(0.8);
    width: 22px;
  }
  .icon-fps {
    background-position: -112px -103px;
  }
  .icon-horror {
    background-position: -140px -103px;
    height: 22px;
  }
  .icon-arcade,
  .icon-horror {
    transform: scale(0.8);
    width: 22px;
  }
  .icon-arcade {
    background-position: -180px -103px;
    height: 16px;
  }
  .icon-girl {
    background-position: 0 -130px;
    height: 22px;
    transform: scale(0.8);
    width: 20px;
  }
  .icon-moto {
    background-position: -36px -130px;
  }
  .icon-card,
  .icon-moto {
    height: 22px;
    transform: scale(0.8);
    width: 22px;
  }
  .icon-card {
    background-position: -74px -130px;
  }
  .icon-random {
    background-position: -197px 0;
    background-position: -112px 0;
    height: 18px;
    transform: scale(0.9);
    width: 20px;
  }
  .icon-re {
    background-position: -209px -103px;
  }
  .icon-navshow {
    background-position: -36px 0;
    height: 28px;
    width: 34px;
  }
  .icon-navhide {
    background-position: -76px 0;
    height: 28px;
    width: 34px;
  }
  .icon-down {
    background-position: 0 0;
    height: 30px;
    margin-right: 3px;
    transform: scale(0.6);
    width: 32px;
  }
  .icon-hots {
    background-position: -140px 0;
    height: 46px;
    transform: scale(0.8);
    width: 60px;
  }
  .icon-news {
    background-position: -209px 0;
    height: 88px;
    transform: scale(0.6);
    width: 88px;
  }
  .icon-top {
    background-position: -152px -130px;
    height: 20px;
    margin-top: -4px;
    transform: scale(0.6);
    width: 34px;
  }
  .side {
    background-color: #f9faff;
    box-shadow: 4px 0 0 #bec7ff;
    height: 100vh;
    left: -224px;
    overflow-y: auto;
    position: relative;
    position: fixed;
    top: 0;
    transition: all 0.6s ease-out;
    width: 200px;
    z-index: 11;
  }
  .side .close {
    background-color: #fe4358;
    border: 1px solid #feedd4;
    border-radius: 50%;
    color: #f9faff;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 12px;
    width: 30px;
  }
  .side .sidetitle {
    color: #040914;
    font-size: 16px;
    font-weight: 700;
    margin: 36px 0 0 20px;
  }
  .side .moApp {
    display: none;
  }
  .side .sidenav {
    margin-top: 16px;
  }
  .side .sidenav .nav {
    align-items: center;
    display: flex;
    height: 46px;
    padding-left: 20px;
    position: relative;
  }
  .side .sidenav .nav .navname {
    color: #040914;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
  }
  .side .sidenav .nav.active {
    background-color: #fff11f;
  }
  .side .sidenav .nav:after {
    background-color: #e1e5ff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .side .sidenav .nav:hover {
    background-color: #e4e8fe;
  }
  .side .random {
    align-items: center;
    background-color: #636dfb;
    border-radius: 10px;
    box-shadow: 0 3px 0 #1f2795, inset 0 -3px #333dd0;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 26px auto 0;
    text-indent: 10px;
    width: 152px;
  }
  .side .random .randomtext {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .side .random:hover {
    background-color: #505cff;
    transform: scale(1.1);
  }
  .side::-webkit-scrollbar {
    height: 0.12rem;
    margin-right: 0.24rem;
    width: 1px;
  }
  .side::-webkit-scrollbar-thumb,
  .side::-webkit-scrollbar-track {
    background-color: #f9faff;
    border-radius: 1px;
  }
  .mouse {
    border-radius: 50%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
  }
  .mouse-inner {
    background: #98c8df;
    height: 8px;
    margin-left: -5px;
    margin-top: -5px;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
      margin 0.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 8px;
    z-index: 1000;
  }
  .mouse-inner.mouse-hover {
    opacity: 0;
  }
  .mouse-outer {
    border: 2px solid #c8e2ff;
    box-sizing: border-box;
    height: 40px;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0.5;
    transition: all 0.2s ease-out;
    width: 40px;
    z-index: 10000;
    z-index: 1000;
  }
  .mouse-outer.mouse-hover {
    background-color: #98c8df;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0.3;
    width: 80px;
  }
  .bg1 {
    left: 20px;
    top: 80px;
  }
  .bg1,
  .bg2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAALQCAMAAAAgrIv3AAAAflBMVEUAAABgsv//e1z3/1lfz0j4/1n/e13+e13+eVr3/1n2/Vr/e134/1n/elz/el1gsv/3/1nOPshg0En/el1f0Ulgsv/4/1nOPslfsv9fs///fF37flr4/1n4/1rze2Fhsv/NP8nWbVLOPsj3/1lgz0f/e11gsv/3/1lg0EnOPsgSkF0BAAAAJXRSTlMAv8HwPSGnLRuIVvG4dmDr0+zf28O3rKGOfnFsZ0dDQj0QjHtwnJCEbAAAAxVJREFUeNrs2L1q40AUBeBrjAoJg9Q42GDjwiC9/xuuJs6SXRwVIUVOyPd1UnWYO3936ht0w33oKlTXH/ZLsz/0iSEv++Xd/lJhupe3wfs7jC9Zgzi0VNPQvU3EqWUdKkfX8vX1rm8Jg8Zwre90rX9dp7XKleKyjte1/ndd/6WslFbg/ulvn1PkNcpUz6YWO8JhWYZ6NizLoSKsFe7qWbfWuBK0IFvBIyZhK+VW6SM26/uy9FuL514B4kcwfg7Gr+L8fTD+JIk/i+NvM/n3wfwbdXxPkt/V5ffFP+BlIf9tBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4Nc6j+O5gh3n1bFi3eZXt0p1egQ8VardI+CuUgko4Cf9noC30+7V+Ag4Pr5OMfvhcf5A0JlynjdlnMvjvGmsBPEB40scv0jyt5n8jVpAAVPEB4xvmuLbzvjGPf/pAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4uj/t2F1r4kAUBuAhhCiECH6AoCC1NJD+/z+4RNbVlaZd6EVet89zm5vDe2ZOZmZ5bKpt226r5rgseQ5Vf6c6lCyLqn9QLUqQrv9AV1Jc46u60+J8Xpy6KivEVX/RLO/2S9NfrEqART9qVw9Vt/0oIcPqPr7HEKsyu26ylauInbK45Fc+1CQ0eWxwu5z4tbTzN/lwa/BUkw9lTtV0g0fN3BEux4iWX36fz/GW0HTCxzKf5qtB0l2WwHzGgE7lE6eZF+H2Nuimx+S2zGccdOfyifM4Jsu/+3EFxrc4fpPEj5n4QR3/q4s/LOQft+IPrPlH/vhLU/61M//iHv/0kf94lP/89gQPmPlPwE/wiA4AAAAAAAAAAAAAAAAAAAAAAAAAAPz36t2wq0uwzTAMm5KrHkbBESrwW+q6fhtGb3UdWGO9Ge5t4krcDX/blTDDoxImPsH4NRi/i59gDirwJ5xm8s+DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPzxsl+v9y8l1uv7xWsJ9fL+W2qG+2uB+5JpfS1wXTLFFxjf4vhNEj9mvj2ofwGrzaM1Q6NI1gAAAABJRU5ErkJggg==);
    height: 720px;
    position: absolute;
    width: 160px;
    z-index: -1;
  }
  .bg2 {
    bottom: 0;
    right: 20px;
  }
}
@media screen and (min-width: 1512px) and (max-width: 1666px) {
  .infotop .topgame:last-of-type {
    display: none;
  }
  .infotop .topgame:nth-child(5) {
    margin-right: 0;
  }
  .infotop .topgame {
    margin-right: 47px;
  }
  .infocenter {
    grid-template-areas: "g1 g1 . g2 g2 . . g3 g3 g4 g4" "g1 g1 . g2 g2 . . g3 g3 g4 g4";
    grid-template-columns: repeat(11, 122px);
  }
  .infocenter .cgame:nth-last-child(-n + 2) {
    display: none;
  }
  .infofooter {
    grid-template-columns: repeat(9, 148px);
  }
}
@media screen and (min-width: 1324px) and (max-width: 1511px) {
  .infotop {
    justify-content: center;
    width: 100%;
  }
  .infotop .topgame:nth-last-of-type(-n + 1) {
    display: none;
  }
  .infotop .topgame:nth-child(5) {
    margin-right: 0;
  }
  .infotop .topgame {
    width: 240px;
  }
  .infotop .topgame .picbox {
    height: 240px;
  }
  .infocenter {
    gap: 16px 26px;
    grid-template-areas: "g1 g1 . g2 g2 . . g3 g3" "g1 g1 . g2 g2 . . g3 g3";
    grid-template-columns: repeat(9, 122px);
  }
  .infocenter .cgame:nth-last-child(-n + 2),
  .infocenter .gl-4 {
    display: none;
  }
  .infofooter {
    grid-template-columns: repeat(8, 148px);
  }
}
@media screen and (min-width: 1160px) and (max-width: 1323px) {
  .infotop {
    justify-content: center;
    width: 100%;
  }
  .infotop .topgame:nth-last-of-type(-n + 2) {
    display: none;
  }
  .infotop .topgame:nth-child(4) {
    margin-right: 0;
  }
  .infocenter {
    gap: 16px 22px;
    grid-template-areas: "g1 g1 . g2 g2 . g3 g3" "g1 g1 . g2 g2 . g3 g3";
    grid-template-columns: repeat(8, 122px);
  }
  .infocenter .cgame:nth-last-child(-n + 4),
  .infocenter .gl-4 {
    display: none;
  }
  .infofooter {
    grid-template-columns: repeat(7, 148px);
  }
}
@media screen and (min-width: 994px) and (max-width: 1159px) {
  .infotop {
    justify-content: center;
    width: 100%;
  }
  .infotop .topgame:nth-last-of-type(-n + 2) {
    display: none;
  }
  .infotop .topgame:nth-child(5) {
    margin-right: 0;
  }
  .infotop .topgame {
    width: 220px;
  }
  .infotop .topgame .picbox {
    height: 220px;
  }
  .infotop .topgame {
    margin-right: 24px;
  }
  .infocenter {
    grid-template-areas: "g1 g1 . g2 g2 g3 g3" "g1 g1 . g2 g2 g3 g3";
    grid-template-columns: repeat(7, 122px);
  }
  .infocenter .cgame:nth-last-child(-n + 6),
  .infocenter .gl-4 {
    display: none;
  }
  .infofooter {
    grid-template-columns: repeat(6, 148px);
  }
  .footer .about {
    margin: 0 100px;
  }
}
@media screen and (min-width: 828px) and (max-width: 993px) {
  .infotop {
    justify-content: center;
  }
  .infotop .topgame:nth-last-of-type(-n + 3) {
    display: none;
  }
  .infotop .topgame:nth-child(3) {
    margin-right: 0;
  }
  .infocenter {
    grid-template-areas: "g1 g1 g2 g2 g3 g3" "g1 g1 g2 g2 g3 g3";
    grid-template-columns: repeat(6, 122px);
  }
  .infocenter .cgame:nth-last-child(-n + 8),
  .infocenter .gl-4 {
    display: none;
  }
  .infofooter {
    grid-template-columns: repeat(5, 148px);
  }
  .footer .about {
    margin: 0 100px;
  }
}
@media screen and (max-width: 827px) {
  .header {
    background-color: #fff;
    box-shadow: 0 0.03rem 0.03rem rgba(19, 37, 160, 0.36);
    display: flex;
    height: 0.92rem;
    position: relative;
  }
  .header .icon-navhide,
  .header .icon-navshow {
    display: none;
  }
  .header .nav {
    align-items: center;
    background-color: #16243e;
    border: 0.01rem solid #feedd4;
    border-radius: 50%;
    display: flex;
    height: 0.72rem;
    justify-content: center;
    left: 0.16rem;
    position: absolute;
    top: 0.1rem;
    width: 0.72rem;
  }
  .header .logo {
    margin: 0 auto;
  }
  .header .logo img {
    transform: scale(0.6);
  }
  .header .buttons {
    display: none;
  }
  .header .install {
    align-items: center;
    background: linear-gradient(
      267deg,
      #5bd8f9 14.4%,
      #5786fb 52.49%,
      #c776fd 84.72%
    );
    border-radius: 50%;
    display: flex;
    display: none;
    height: 0.72rem;
    justify-content: center;
    position: absolute;
    right: 0.16rem;
    top: 0.1rem;
    width: 0.72rem;
  }
  .main {
    position: relative;
  }
  .main .content {
    margin: 0.3rem 0.2rem;
  }
  .ads10 {
    margin: 0.3rem -0.2rem 0;
  }
  .ads10 .ads-title {
    color: #536bc2;
    font-size: 0.2rem;
    line-height: 0.22rem;
    text-align: center;
  }
  .ads10 .ads-10 {
    background-color: #fff;
  }
  .infotop {
    display: flex;
    justify-content: center;
  }
  .infotop .topgame {
    height: 2.9rem;
    position: relative;
    width: 2.9rem;
  }
  .infotop .topgame .picbox {
    border-radius: 0.1rem;
    box-shadow: 0 0.02rem 0.1rem rgba(50, 36, 152, 0.36);
    overflow: hidden;
  }
  .infotop .topgame .icon-hots {
    left: -0.09rem;
    position: absolute;
    top: 0.25rem;
    z-index: 2;
  }
  .infotop .topgame:first-child {
    margin-right: 0.16rem;
  }
  .infotop .topgame:nth-last-of-type(-n + 4) {
    display: none;
  }
  .infocenter {
    display: flex;
    margin-top: 0.26rem;
  }
  .infocenter .cgame {
    display: none;
    position: relative;
    width: 2.9rem;
  }
  .infocenter .cgame .icon-news {
    left: 0.01rem;
    position: absolute;
    top: 0.01rem;
    z-index: 2;
  }
  .infocenter .cgame .picbox {
    border-radius: 0.1rem;
    box-shadow: 0 0.02rem 0.1rem rgba(50, 36, 152, 0.36);
    height: 2.9rem;
    overflow: hidden;
  }
  .infocenter .cgame .picbox .name {
    display: none;
  }
  .infocenter .cgame:nth-child(-n + 2) {
    display: block;
  }
  .infocenter .gl-1 {
    margin-right: 0.16rem;
  }
  .infofooter {
    display: grid;
    gap: 0.16rem;
    grid-template-columns: repeat(3, 1.9rem);
    grid-template-rows: repeat(auto-fill, 1.9rem);
    margin-top: 0.26rem;
  }
  .infofooter .fgame {
    display: none;
  }
  .infofooter .fgame .picbox {
    border-radius: 0.1rem;
    box-shadow: 0 0.02rem 0.1rem rgba(50, 36, 152, 0.36);
    height: 1.9rem;
    overflow: hidden;
  }
  .infofooter .fgame .picbox .name {
    display: none;
  }
  .infofooter .center-game,
  .infofooter .top-game {
    display: none !important;
  }
  .moregame {
    align-items: center;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.02rem 0.1rem rgba(50, 36, 152, 0.36);
    display: flex;
    flex-direction: column;
    height: 1.9rem;
    justify-content: center;
  }
  .moregame .loadbox {
    height: 0.34rem;
    margin-top: 0.1rem;
    width: auto;
  }
  .moregame span {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #c776fd 0, #5776fb 52%, #5bd8f9);
    color: transparent;
    display: block;
    font-size: 0.3rem;
    font-weight: 600;
    margin-top: 0.2rem;
    text-align: center;
    width: 64%;
  }
  .loading {
    animation: loading-animation 0.3s linear 0.3s infinite alternate;
    color: #ddd;
    display: inline-block;
    height: 0.34rem;
    position: relative;
  }
  .loading,
  .loading:after,
  .loading:before {
    background: linear-gradient(180deg, #c776fd 0, #5776fb 52%, #5bd8f9);
    border-radius: 0.06rem;
    width: 0.12rem;
  }
  .loading:after,
  .loading:before {
    animation: loading-animation 0.3s linear 0.45s infinite alternate;
    content: "";
    height: 0.54rem;
    left: 0.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .loading:before {
    animation-delay: 0s;
    height: 0.1rem;
    left: -0.2rem;
  }
  @keyframes loading-animation {
    0% {
      height: 0.54rem;
    }
    to {
      height: 0.05rem;
    }
  }
  .bottom-navbar {
    font-size: 0;
    height: 0.72rem;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .bottom-navbar > a {
    color: #fff;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.72rem;
    position: relative;
    text-decoration: none;
  }
  .bottom-navbar > a:not(:last-child) {
    margin-right: 0.3rem;
  }
  .bottom-navbar > a:not(:last-child):before {
    background-color: #fff;
    content: "";
    height: 0.13rem;
    position: absolute;
    right: -0.16rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
  }
  .bottom-navbar > a:hover {
    color: #e4ff00;
  }
  .footer {
    background-color: #2e49fc;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    margin-top: 0.04rem;
    padding: 0.6rem 0.3rem 0;
    position: relative;
  }
  .footer .about {
    padding-bottom: 0.85rem;
    position: relative;
  }
  .footer .about .title {
    color: #fff;
    font-size: 0.4rem;
    font-weight: 700;
  }
  .footer .about .info {
    margin-top: 0.36rem;
  }
  .footer .about .info .infoname {
    color: #d8ddff;
    font-size: 0.3rem;
    font-weight: 500;
  }
  .footer .about .info .text {
    color: #96a4ff;
    font-size: 0.22rem;
    line-height: 1.5;
    margin-top: 0.26rem;
  }
  .footer .about:after {
    background-color: #96a4ff;
    bottom: 0;
    content: "";
    height: 0.01rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .footer:before {
    background-image: url(data:image/png;base64,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);
    background-size: 6rem 4rem;
    left: 0.2rem;
    top: 0;
    width: 6rem;
  }
  .footer:after,
  .footer:before {
    background-position: 0 0;
    content: "";
    height: 4rem;
    position: absolute;
  }
  .footer:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgoAAAEPBAMAAADRyvFIAAAALVBMVEUAAAD///////////////////////////////+kqeKUmtybod+Zn96cot+Xnd2i2CV4AAAAD3RSTlMADhELBhQIGBYZGQ4TBwmjTGUfAAAIGUlEQVR42uzcvVLbQBSG4c+ypFDayWRwaTxxoHSK/JSCDBNK4yDk0ikYaCEhR6VJbHQuO4bMhAA2rLRarSyd5wIY5uPVatUA4/x3/YQWePQhQE19i+g/owFqaDeiB84nqBl3k5Z4C0t2d+ivwwmK00hoqXPY0IzozmGAguzRKpcTFO493RMPUIh9Wi0ufIbHz2YXKvRHKNEMm0Q2ZnDoaZcBCvSRlmnBsCbdsX9E7tsJ0o3oWdfQpP8nuYBRm6Sgi4JEtMoMBnmkIg5QiANabQJj3ISUfEcRfI1fQftELs0zcUpPacEQh1Rdwjzf0qsqImVTGHdKZCMGj26V5IB0LR1OEaUwg2Eb9JwABnhEZYohsvNURkQliqFh54j2KJ0YRn2hheLPx21KaQiTEnreD6jSL9DKF03Dzq3llFJrwZwXpGKCfLkJpfYTevSfzyny5XEGMMYlsvFV1+EkNR7CFIeUxMiVzwmn9xumbLCaQd4PRJIeBzCkY6XGDsecwRCGsKIZcuQyc5yBqUfC51jNFXLkcBxzid4SDiuaI0dnzJxkwC0YscE2TqbxzQ/MYgojDhIu/iXR5KyuYERHuYVu3hfHEh0MO6otJNM8j4XMWjCB2cKrcsw3SnQwsLLrXG8Lt0pzibZxMDmc3RwGuDZW2GANAQCLK/xCXj4xl+t49G202A81DAFUYoVwrOEY+fMtXFiaoY4R8te0sIITzjWEyJ8fqkNOvFBLYGKFuTLk5GSsIxxgYf1beB1q6QKoQAt9vRaGWFj/FkI9RwDWvwU31PMVwPq34Id6DgGsfwuNMCzbtclCC06oSVaozAqerCAryAqywgPeSE9FVpAWytpCX5m0IC1IC9KCtGDya6qnCcD6t+D09fQAacFICz11FW6hN1ImLUgL0oK0IC0sU+UVpAVpQVaQFWQFWUFWkBWe5soKllbY0lORFaSFsrbwUpm0IC1IC9KCoRYabU1ABVpovNTTBiAtmFihra7CLbS3lEkL0oK0IC1IC8tUeQVpQVrQX+Fzn26NBvVdwd+mfy4mNV1hj+55U8sVTuiB4xqucEaPHNVuhX1aoluzFRq01KBeK0Ra/8G88UpPSVY4oxVmNWqhSStN1raFP+ydu2rDQBBFx8hSHQiBlEogfYyJSelCeZR5LbgMOOgHXDhlIH7sZ9uNwdXqipUQM3vPJ5w96sSdCUzztbBVMi2M1gHuU2kheDhulUgL2TrIdxotvIQtbNJoYR99cySbRjK8hdw3UDZbmMTRh4WWb/Dof8PsVLYwvYTBxnITaOG49d+Av7DfAjDqvbHfwgKYCjbfQuEB5tZbyD1Aab2FVw/wp9ECjsi1B/i3bmHhAbbGLRQOYm7bwshhU8W2LeQOorRt4cltEd5sW3hwEF+2LVw5iE/bFu4cxLttC91MFWezOJRYcApbWMLAFtiCyhakTQsfGPpaELbAFoZroagjERnSQkctFMs4+rBQ48gtiL4W6hZvgE6MsQWlLcxg2AJbOIFaYAtsQbMFtkALtEALERZuMIxbYAtsgS2cId38rj2uIhEZ1EI3MxHj5zj6sFDhGG6hwrHcwg8MW2jzRbAFtsAW2MKBXTtmcSIIwwD8Fdskm03jLxHh6hTBQsRfIQH/jYUI7xolhU3mcrLtqhy2m1NJYXOnwrXx/BHOqAfH5OWYbG7J7uR7mkCKkHnzzreBGU1BUzjQFO6FiTwF7YJ2QbtwgzwIFHcK98NEnsIddWFUk/0Kf1/EOtwuXH0+JV3IPpwKcXW22iaFJNieu/AdwJfNFCrgjWy4APIou1ACmH7zUxjAuhRPBiCfRdiFJ3Ce+imUsJ6L5WdjFq2ejuNaHsN566cwh/VKPOdAbkyruzBO6ngE54WfAmgKa8AYc9niLtTUg/NaPHCm4imRtz2FpA4ZgE4AgO8IY62kAfvtQgrnk3gq2pBebixpxFGYXbvAZaDPxHOaTWqsdxJuFGwPXfDX+1J8QzIWrKVNoZB/YuqCZBWmZKf/AMhyh8Z8lQi7kIj8lDaYBGqmC4k0aBQs9J7sRJqQyHUcezYJcyRRC+5C1CZhNAVNQVPQFDQFTeFAUxgHkqhpCs7DMJGnoF3QLmgXNAVNQVPQFDQFTeEOT/ljTyFMIjvKKhSy6SOOZVM6X6zIRyzpAd1vc9aZLpTsWFYG7OBesjk9p3xPry8M7LsnHZkLKT2Mlwrs3lofVkGOKdl6l8aSbuiBrXcIut6SRtY3bL2ZcQrphDUcsiGsWdhdlgvD7rKkxpnJbpIwu48FZ8UaAn6jZ0rGAhkMg/8pdMIzmkJ/mxR+8RS61IU1nMB7TfNtdkSXutCjP292y3Sc0em46PR0HPInZemyoU/KvKDrPaH/IhbSEWsyFkRSsiGsOXAswgYD+Qj77p927h4FYSAIw/C0ZhPP6LUCXsA1gq1/YGsQSSVo8ADGSxjF8lXczpHvKUMI7GTYFPtltubFcjyCqy0GtoY1/gmxrqjz2/3BRERERERERERERERE5KVojFwSbi7o5l/5Yf0rAQdR2ZvJA3joFmKkKFgdq8ac2NHhtJ1LKk6IPVouFSd7TujwIZS43knZM0wq8ESSKae7nDTD4EOKY44Lm3G6C5Jvfg6tr5jo4XSXxYcpJ3oaz7mmRUquKT5Uf5ju4irkKVXo/FfhlJLuqnEyE+8LwdO+kGFszbBDrMPXm2OH2KtDfMBt0K5Ym5w/ftz6nad0V4Yx9+EE51MtMeae43ILP0G/3nHVUI5rhc182xho8REFPCLRHYqsCvOiGMqhAAAAAElFTkSuQmCC);
    background-size: 5rem 4rem;
    bottom: 0;
    right: 0.2rem;
    width: 5rem;
  }
  .top {
    align-items: center;
    background-color: #fff;
    border-radius: 0.1rem;
    bottom: 1rem;
    box-shadow: 0 0.02rem 0 #0c22b9, inset 0 -0.04rem 0 #2e49fc;
    display: flex;
    flex-direction: column;
    height: 0.72rem;
    justify-content: center;
    position: absolute;
    right: 0.25rem;
    width: 0.72rem;
  }
  .side {
    background-color: #f9faff;
    box-shadow: 0.04rem 0 0 #bec7ff;
    left: -2.6rem;
    max-height: 100vh;
    overflow-y: auto;
    padding: 0 0.2rem;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-out;
    width: 2.16rem;
    z-index: 11;
  }
  .side .close {
    background-color: #fe4358;
    border: 0.01rem solid #feedd4;
    border-radius: 50%;
    color: #f9faff;
    font-size: 0.24rem;
    font-weight: 500;
    height: 0.36rem;
    line-height: 0.36rem;
    position: absolute;
    right: 0.1rem;
    text-align: center;
    top: 0.1rem;
    width: 0.36rem;
  }
  .side .sidetitle {
    display: none;
  }
  .side .sidenav {
    margin-top: 0.26rem;
  }
  .side .sidenav .nav {
    align-items: center;
    background-color: #f2f4ff;
    border-radius: 10px;
    display: flex;
    height: 0.42rem;
    margin-bottom: 16px;
    padding: 0.06rem 0 0.1rem 0.06rem;
  }
  .side .sidenav .nav .navname {
    color: #040914;
    font-size: 0.2rem;
    line-height: 1.5;
    margin-left: 0.16rem;
  }
  .side .sidenav .nav.active {
    background-color: #fff11f;
  }
  .side .sidenav .nav .icon-quiz {
    fill: #4285f4;
  }
  .side .moApp,
  .side .moGame,
  .side .random {
    align-items: center;
    background-color: #636dfb;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0 #1f2795, inset 0 -0.03rem #333dd0;
    color: #fff;
    display: flex;
    font-size: 0.2rem;
    height: 0.5rem;
    justify-content: center;
    margin: 0 auto 0.2rem;
    text-indent: 0.12rem;
    width: 1.8rem;
  }
  .side .moApp,
  .side .moGame {
    text-indent: 0;
  }
  .side .moGame {
    margin-top: 0.8rem;
  }
  .icon {
    background-size: 3rem 1.6rem;
  }
  .icon-home {
    background-position: 0 -0.67rem;
    height: 0.26rem;
    margin-right: 0.06rem;
    width: 0.24rem;
  }
  .icon-quiz {
    fill: #4285f4;
    height: 0.27rem;
    width: 0.27rem;
  }
  .icon-quiz svg {
    height: 100%;
    width: 100%;
  }
  .icon-new {
    background-position: -0.36rem -0.67rem;
    height: 0.27rem;
    width: 0.27rem;
  }
  .icon-po {
    background-position: -0.74rem -0.67rem;
    height: 0.26rem;
    width: 0.25rem;
  }
  .icon-hot {
    background-position: -1.12rem -0.67rem;
  }
  .icon-hot,
  .icon-reup {
    height: 0.26rem;
    width: 0.26rem;
  }
  .icon-reup {
    background-position: -1.4rem -0.67rem;
  }
  .icon-re {
    background-position: -1.52rem -1.3rem;
    height: 0.28rem;
    width: 0.28rem;
  }
  .icon-shooting {
    background-position: -1.8rem -0.67rem;
    height: 0.28rem;
    margin-bottom: -0.1rem;
    width: 0.22rem;
  }
  .icon-car {
    background-position: 0 -1.03rem;
    height: 0.17rem;
    width: 0.22rem;
  }
  .icon-adcen {
    background-position: -0.36rem -1.03rem;
    height: 0.21rem;
    width: 0.22rem;
  }
  .icon-drive {
    background-position: -0.74rem -1.03rem;
  }
  .icon-drive,
  .icon-fps {
    height: 0.22rem;
    width: 0.22rem;
  }
  .icon-fps {
    background-position: -1.12rem -1.03rem;
  }
  .icon-horror {
    background-position: -1.4rem -1.03rem;
    height: 0.22rem;
    width: 0.22rem;
  }
  .icon-arcade {
    background-position: -1.8rem -1.03rem;
    height: 0.16rem;
    width: 0.22rem;
  }
  .icon-girl {
    background-position: 0 -1.3rem;
    height: 0.22rem;
    width: 0.2rem;
  }
  .icon-moto {
    background-position: -0.36rem -1.3rem;
  }
  .icon-card,
  .icon-moto {
    height: 0.22rem;
    width: 0.22rem;
  }
  .icon-card {
    background-position: -0.74rem -1.3rem;
  }
  .icon-random {
    background-position: -1.97rem 0;
    height: 0.18rem;
    margin-top: -0.05rem;
    width: 0.2rem;
  }
  .icon-mnav {
    background-position: -2.49rem -1.03rem;
    height: 0.28rem;
    width: 0.34rem;
  }
  .icon-down {
    background-position: 0 0;
    height: 0.3rem;
    width: 0.32rem;
  }
  .icon-random {
    background-position: -1.12rem 0;
  }
  .icon-re {
    background-position: -2.09rem -1.03rem;
  }
  .icon-hots {
    background-position: -1.4rem 0;
    height: 0.46rem;
    width: 0.6rem;
  }
  .icon-news {
    background-position: -2.09rem 0;
    height: 0.88rem;
    width: 0.88rem;
  }
  .icon-top {
    background-position: -1.53rem -1.3rem;
    height: 0.2rem;
    margin-top: -0.04rem;
    width: 0.34rem;
  }
  .bg1 {
    left: 0;
    top: 1rem;
    z-index: -1;
  }
  .bg1,
  .bg2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAALQCAMAAAAgrIv3AAAAflBMVEUAAABgsv//e1z3/1lfz0j4/1n/e13+e13+eVr3/1n2/Vr/e134/1n/elz/el1gsv/3/1nOPshg0En/el1f0Ulgsv/4/1nOPslfsv9fs///fF37flr4/1n4/1rze2Fhsv/NP8nWbVLOPsj3/1lgz0f/e11gsv/3/1lg0EnOPsgSkF0BAAAAJXRSTlMAv8HwPSGnLRuIVvG4dmDr0+zf28O3rKGOfnFsZ0dDQj0QjHtwnJCEbAAAAxVJREFUeNrs2L1q40AUBeBrjAoJg9Q42GDjwiC9/xuuJs6SXRwVIUVOyPd1UnWYO3936ht0w33oKlTXH/ZLsz/0iSEv++Xd/lJhupe3wfs7jC9Zgzi0VNPQvU3EqWUdKkfX8vX1rm8Jg8Zwre90rX9dp7XKleKyjte1/ndd/6WslFbg/ulvn1PkNcpUz6YWO8JhWYZ6NizLoSKsFe7qWbfWuBK0IFvBIyZhK+VW6SM26/uy9FuL514B4kcwfg7Gr+L8fTD+JIk/i+NvM/n3wfwbdXxPkt/V5ffFP+BlIf9tBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4Nc6j+O5gh3n1bFi3eZXt0p1egQ8VardI+CuUgko4Cf9noC30+7V+Ag4Pr5OMfvhcf5A0JlynjdlnMvjvGmsBPEB40scv0jyt5n8jVpAAVPEB4xvmuLbzvjGPf/pAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4uj/t2F1r4kAUBuAhhCiECH6AoCC1NJD+/z+4RNbVlaZd6EVet89zm5vDe2ZOZmZ5bKpt226r5rgseQ5Vf6c6lCyLqn9QLUqQrv9AV1Jc46u60+J8Xpy6KivEVX/RLO/2S9NfrEqART9qVw9Vt/0oIcPqPr7HEKsyu26ylauInbK45Fc+1CQ0eWxwu5z4tbTzN/lwa/BUkw9lTtV0g0fN3BEux4iWX36fz/GW0HTCxzKf5qtB0l2WwHzGgE7lE6eZF+H2Nuimx+S2zGccdOfyifM4Jsu/+3EFxrc4fpPEj5n4QR3/q4s/LOQft+IPrPlH/vhLU/61M//iHv/0kf94lP/89gQPmPlPwE/wiA4AAAAAAAAAAAAAAAAAAAAAAAAAAPz36t2wq0uwzTAMm5KrHkbBESrwW+q6fhtGb3UdWGO9Ge5t4krcDX/blTDDoxImPsH4NRi/i59gDirwJ5xm8s+DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPzxsl+v9y8l1uv7xWsJ9fL+W2qG+2uB+5JpfS1wXTLFFxjf4vhNEj9mvj2ofwGrzaM1Q6NI1gAAAABJRU5ErkJggg==);
    background-size: 1.6rem 7.2rem;
    height: 7.2rem;
    position: absolute;
    width: 1.6rem;
  }
  .bg2 {
    bottom: 0;
    right: 0;
    z-index: -2;
  }
}
body {
  background-color: #f4f9ff;
  font-size: 0;
  margin: 0 auto;
}
img {
  display: block;
  filter: brightness(110%);
  height: 100%;
  width: 100%;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon {
  background-image: url("../images/icons/7b04aaf94bb846b69afbc18fb5e3af97.png");
  background-repeat: no-repeat;
  display: block;
}
.hide {
  display: none;
}
.fontover {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
img {
  transition: all 0.3s ease-out;
}
