a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
[hidden],
audio:not([controls]) {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
[hidden],
audio:not([controls]) {
  display: none;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body {
  vertical-align: baseline;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}
tbody {
  vertical-align: baseline;
}
tbody,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}
tfoot {
  vertical-align: baseline;
}
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}
thead,
tr,
tt,
ul,
var {
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
a img {
  border: none;
}
a {
  color: #222;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
[hidden],
audio:not([controls]) {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
[hidden],
audio:not([controls]) {
  display: none;
}
* {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  -webkit-font-smoothing: auto;
  font: 14px -apple-system, BlinkMacSystemFont, "SegoeUI", Roboto, Ubuntu, "HelveticaNeue", Helvetica, Arial, "PingFangSC", "HiraginoSansGB", "MicrosoftYaHeiUI", "MicrosoftYaHei", "SourceHanSansCN", sans-serif;
  background-color: #fff;
  min-height: 100%;
  position: relative;
  color: #222;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
body {
  background-color: #0F0F14;
  width: 7.5rem;
  margin: 0 auto;
  font-family: "Noto Sans SC";
}
.container {
  width: 100%;
  overflow: hidden;
}
.head-img {
  width: 100%;
  height: 1.4rem;
  margin-bottom: 0.3rem;
}
.btn-search,
.btn-home {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.swiper {
  width: 6.94rem;
  height: 5.2rem;
  padding-top: 1.8rem;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-bt {
  width: 6.94rem;
  height: 1.2rem;
  background-color: #1C1D2A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 0.4rem;
}
.swiper-slide a {
  width: 100%;
  display: inline-block;
}
.txt1,
.txts {
  font-size: 0.34rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.icon-play {
  width: 0.6rem;
  height: 0.6rem;
}
.line {
  margin: 0.3rem 0;
  width: 100%;
  height: 0.24rem;
  background-color: #1C1D2A;
}
.title-featured {
  width: 3.2rem;
  margin-bottom: 0.3rem;
}
.popular {
  width: 6.94rem;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 4.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .lt {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.2rem;
  position: relative;
}
.header .lt > a {
  display: block;
}
.header .lt img,
.header .rt img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.header .rt {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 4.5rem;
}
.header .rt .up,
.header .rt .down {
  width: 2.08rem;
  height: 2.08rem;
  position: relative;
  border-radius: 10px;
  flex: 1;
}
.header .rt .up > a,
.header .rt .down > a {
  display: block;
}
.header .rt .down {
  margin-top: 0.32rem;
}
.header p,
.box-game .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header .rt .up p,
.header .rt .down p {
  height: 0.54rem;
}
.header p .txt1 {
  font-size: 0.4rem;
}
.header p .txt2,
.header p .txt3,
.box-game .item p {
  color: #fff;
  font-size: 0.2rem;
}
.box-game .item p > .txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-game {
  width: 100%;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: row;
}
.box-game .item {
  width: 2.1rem;
  height: 2.1rem;
  margin-left: 0.3rem;
  position: relative;
}
.box-game .item:nth-child(1) {
  margin-left: 0;
}
.box-game .item a {
  display: block;
}
.box-game .item a img {
  width: 100%;
  border-radius: 0.3rem;
}
.box-game .item p {
  height: 0.56rem;
}
.new {
  width: 6.94rem;
  margin: 0 auto;
  overflow: hidden;
}
.title-new {
  width: 2.32rem;
  margin-bottom: 0.3rem;
}
.box-game2 {
  width: 6.94rem;
  margin: 0 auto;
}
.box-game2 .swiper-slide {
  width: 3.06rem;
  position: relative;
}
.box-game2 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.05rem;
  background: url("../images/icon_new.png") center center no-repeat;
  background-size: 100%;
  width: 0.72rem;
  height: 0.54rem;
}
.box-game2 .swiper-slide img {
  width: 100%;
  border-radius: 0.3rem;
}
.title-more {
  width: 3.74rem;
}
.more {
  width: 6.94rem;
  margin: 0 auto;
}
.box-game3 {
  width: 6.94rem;
}
.box-game3 > .item {
  width: 100%;
  height: 2.01rem;
  background-color: #1C1D2A;
  margin-top: 0.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.box-game3 > .item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-game3 > .item > img {
  width: 2.01rem;
  height: 2.01rem;
  border-radius: 0.2rem;
}
.box-game3 > .item > .intro {
  width: 100%;
  margin-left: 0.4rem;
}
.box-game3 > .item > .intro > .title {
  color: #fff;
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
}
.box-game3 > .item > .intro > p {
  display: flex;
  align-items: center;
}
.box-game3 > .item > .intro > p > span {
  display: inline-block;
  color: #FF0014;
  font-size: 0.3rem;
}
.box-game3 > .item > .intro > p > img {
  width: 1.84rem;
  height: 0.3rem;
  margin-left: 0.1rem;
}
.box-type {
  width: 6.94rem;
  margin: 0 auto;
}
.box-type .title-series {
  width: 2.78rem;
  margin-bottom: 0.2rem;
}
.box-type .tt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-type .tt > a {
  color: #fff;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.game-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.game-type .item {
  width: 3.36rem;
  height: 1.6rem;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
}
.game-type .item:nth-child(2n) {
  margin-right: 0;
}
.game-type .item > img {
  width: 3.36rem;
  height: 1.6rem;
}
.footer {
  width: 100%;
  margin: 0.3rem auto 0;
  background-color: #0f0f14;
  box-shadow: none;
}
.footer a {
  margin: 0 auto;
  display: flex;
}
.ft-img {
  width: 6.94rem;
  height: 100%;
  margin: 0 auto;
}
.footer .ft-txt {
  width: 100%;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  margin-bottom: 0.2rem;
  display: block;
}
.ft-nav {
  width: 6.94rem;
  height: 1.04rem;
  background-color: #1C1D2A;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0.3rem;
  border-radius: 0.2rem;
}
.ft-nav a {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.ft-nav span {
  width: 0.1rem;
  height: 0.4rem;
  overflow: hidden;
  color: #fff;
}
.empty {
  width: 100%;
  height: 0.4rem;
}
a {
  text-decoration: none;
}
.adv {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adv p {
  width: 100%;
  text-align: center;
  color: #88AF69;
  margin: 0.3rem 0;
  font-size: 0.3rem;
}
