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-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 7.5rem;
    margin: 0 auto;
    font-family: "Noto Sans SC"
}

.container {
    width: 100%;
    overflow-x: hidden;
}

.header-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.nav {
    width: 8rem;
    height: 1.3rem;
    background-color: rgba(255, 255, 255, 0.70);
    position: fixed;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    border-radius: 0.2rem;
    box-shadow: 0px 2px 5px 0px rgba(0, 255, 247, 0.80);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-item>img {
    margin: .2rem 1.3rem;
    width: .5rem;
    height: .5rem;
}

.nav-title {
    font-size: .6rem;
    font-weight: bold;
    margin-left: .3rem;
    color: white
}

.header-top>img {
    margin: .2rem .4rem;
    /* width: 1rem; */
    height: 1rem;
}

.header-top>a>img {
    width: 88%;
    /* height: 1rem; */
    color: #fff;
    font-weight: bold;
    /* margin: 11px 0 16px 28px;  */
    margin-top: .1rem;
}

.head-img {
    width: 6.94rem;
    height: 1.38rem;
}

.title {
    width: 7rem;
    height: 0.8rem;
    background-color: #764ba2;
    margin: 0.3rem auto;
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
    padding-right: 0.2rem;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 0.28rem;
    display: flex;
    justify-content: space-between;
}

.title a span {
    color: #fff;
}

.t-left {
    display: flex;
    align-items: center;
}

.t-left span {
    color: #fff;
}

.t-left>img {
    margin-right: 0.2rem;
}

.title a {
    display: flex;
    align-items: center;
    color: #764ba2;
}

.title .icon {
    width: 0.42rem;
    height: 0.42rem;
}

.title>span {
    color: #fff;
    font-size: 0.28rem;
}

.arrow {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: .1rem;
}

.box-list1,
.box-list2,
.box-list3,
.box-list4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box1 .title,
.box3 .title,
.box4 .title {
    margin-top: 0;
}

.box-list1 .items,
.box-list2 .items,
.box-list3 .items {
    width: 3.34rem;
    margin-bottom: 0.3rem;
    margin-left: 0.3rem;
}

.box-list1 .items>img {
    width: 3.34rem;
    /*height: 2rem;*/
    border-radius: 0.2rem;
}

.box-list1 .items>p,
.box-list2 .items>p {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.box-list2 .items {
    width: 2.12rem;
}

.box-list2 .items>img {
    width: 2.12rem;
    height: 2.12rem;
    border-radius: 0.2rem;
    box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}

.box-list3 .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 0.14rem;
    box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.box-list3 .items>img {
    width: 1.4rem;
    height: 1.4rem;
    ;
}

.box-list3 .items>.info {
    display: flex;
    flex-direction: column;
    margin-left: 0.18rem;
}

.box-list3 .items>.info>img {
    width: 90%;
    margin-bottom: 0.1rem;
}

.box-list3 .items>.info>.txt {
    width: 100%;
    font-size: 0.2rem;
    height: 0.6rem;
    font-weight: 500;
    color: #764ba2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-list4 .items {
    width: 6.94rem;
    margin: 0 auto;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
    ;
}

.box-list4 .items>img {
    width: 6.94rem;
    /*height: 4.16rem;*/
    border-radius: 0.2rem;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6.94rem;
    padding: 0 0.3rem;
    border-radius: 0.2rem;
    margin: 0 auto 0.2rem;
}

.footer>p:nth-child(1) {
    color: #764ba2;
    font-size: 0.5rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.footer>p {
    width: 100%;
    color: #fff;
    line-height: 21px;
    margin-top: 0.2rem;
}

.footer h2 {
    width: 100%;
    color: #fff;
    margin: 0.2rem 0;
    font-weight: bold;
}

.ft-img {
    width: 4.68rem;
    height: 0.64rem;
    margin: 0.3rem auto 0;
}

.items {
    position: relative;
}

.items>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-bt {
    width: 100%;
    margin: 0 auto 0.2rem;
}

.footer-bt a {
    display: block;
    width: 6.94rem;
    margin: 0 auto;
}

.ft-img {
    width: 6.94rem;
    height: 100%;
    margin: 0 auto;
}

.footer-bt .txts {
    width: 100%;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    margin-bottom: 0.2rem;
    display: block;
    margin-top: 0.2rem;
}

.ft-nav {
    width: 6.94rem;
    height: 0.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background: #764ba2;
    border-radius: 0.2rem;
}

.ft-nav a {
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
}

.ft-nav span {
    color: #fff;
}

.empty {
    width: 100%;
    height: 0.4rem;
}

.form-search {
    width: 6.94rem;
    height: 0.9rem;
    border: 1px solid #fff;
    /* background-color:#fff; */
    border-radius: 0.14rem;
    margin: 0.15rem auto 0;
    position: relative;
}

.ipt-search {
    width: 100%;
    height: 0.8rem;
    background-color: #764ba2;
    color: #fff;
    font-size: 0.28rem;
    outline: none;
    border: 0;
    border-radius: 0.14rem;
    padding: 0 0.8rem 0 0.4rem;
    font-weight: bold;
}

::placeholder {
    color: #fff;
}

.icon-search {
    width: 0.4rem;
    height: 0.4rem;
}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-search {
    width: 100%;
    text-align: center;
    height: 2.72rem;
    line-height: 2.72rem;
}

.game-type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0.3rem;
}

.game-type .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.92rem;
    margin-right: 0.57rem;
    margin-top: 0.3rem;
}

.game-type .item:nth-child(5n) {
    margin-right: 0;
}

.game-type .item>span {
    display: block;
    color: #764ba2;
    font-size: 0.2rem;
    font-weight: bold;
    margin-top: 0.2rem;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.game-type .item>img {
    width: 0.92rem;
    height: 0.92rem;
}

.more-box .recent-list {
    width: 6.94rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.54rem 1.54rem 1.54rem 1.54rem;
    grid-gap: 0.24rem 0.24rem;
    color: #764ba2;
    margin-bottom: .3rem;
}

.more-box .more-list .item,
.more-box .recent-list .item {
    position: relative;
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 0.2rem;
}

.more-box .more-list .item>a,
.more-box .recent-list .item>a {
    display: inline-block
}

.more-box .more-list .item .game-info,
.more-box .recent-list .item .game-info {
    color: #fff
}

.more-box .more-list .item .game-info>span {
    font-size: .32rem
}

.more-box .more-list .item .game-info>span:nth-child(1) {
    margin-right: .66667rem
}

.more-box .more-list .item .game-img,
.more-box .recent-list .item .game-img {
    width: 100%;
    height: 100%;
    border-radius: .26667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(9, 11, 86, .3);
    box-shadow: 0 5px 10px 0 rgba(9, 11, 86, .3) */
}

.more-box .more-list .item .game-img>img,
.more-box .recent-list .item .game-img>img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.adv {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex
}

.adv p {
    text-align: center;
    color: #88af69;
    width: 100%;
    margin: 20px 0;
    font-size: 20px
}