<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%;
    background: #080808;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    font-family: Baloo2-SemiBold !important;
    font-size: 14px;
    -webkit-text-size-adjust: 100%
}

@font-face {
    font-family: baloo2-semibold;
    src: url(../css/Baloo2-SemiBold.ttf)
}

@font-face {
    font-family: baloo2-bold;
    src: url(../css/Baloo2-Bold.ttf)
}

@font-face {
    font-family: baloo2-regular;
    src: url(../css/Baloo2-Regular.ttf)
}

body {
    position: relative
}

ul,
ol {
    list-style: none
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: Baloo2-SemiBold
}

button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.container {
    max-width: 1920px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto
}

img {
    border-style: none
}

input,
textarea {
    font-size: 14px;
    outline: none
}

input[type=submit] {
    -webkit-appearance: none
}

div,
i {
    -webkit-tap-highlight-color: transparent
}

body.act {
    overflow: hidden
}

:root {
    --font-color: #757B87
}

.ad,
.ad1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px 0
}

.ad&gt;p,
.ad1&gt;p {
    font-size: 12px;
    color: #b9bdc6
}

.layui-rate {
    padding: 0;
    margin-bottom: 4px
}

.layui-icon-rate {
    color: #999 !important
}

.layui-icon-rate-solid {
    color: #999 !important
}

.layui-icon-rate-solid:before,
.layui-icon-rate:before {
    content: "îŽ" !important;
    font-family: iconfont
}

header {
    display: none
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px
}

header .container .logo {
    display: block;
    width: 100px;
    height: 40px
}

header .container .logo&gt;img {
    height: 100%
}

header .container&gt;nav&gt;a {
    margin-left: 20px
}

header .container&gt;nav&gt;a .iconfont {
    color: #fff;
    font-size: 20px
}

@media screen and (max-width:1181px) {
    header {
        display: block;
        height: 50px;
        background: #121212
    }
}

.main {
    display: flex;
    justify-content: space-between;
    transition: all .3s;
    position: relative
}

.main .left {
    width: 240px;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll
}

.main .left .box {
    padding: 24px;
    border-radius: 8px;
    background: #121212;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main .left .box .logo {
    display: inline-block;
    height: 50px
}

.main .left .box .logo&gt;img {
    height: 100%
}

@media screen and (max-width:1441px) {
    .main .left .box .logo {
        height: 40px
    }
}

.main .left .box&gt;nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.main .left .box&gt;nav&gt;a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    color: #999;
    border: 2px solid transparent;
    transition: all .3s
}

.main .left .box&gt;nav&gt;a .iconfont {
    font-size: 19px;
    color: #999;
    margin-right: 16px
}

.main .left .box&gt;nav&gt;a.active {
    background: #1b1b1b;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, .7);
    border: 2px solid #4fffeb
}

.main .left .box&gt;nav&gt;a.active .iconfont::before {
    content: "îœ¸"
}

.main .left .box&gt;nav&gt;a.active .iconfont {
    color: #fff
}

@media screen and (min-width:1181px) {
    .main .left .box&gt;nav&gt;a:hover {
        background: #1b1b1b
    }
}

.main .left .box&gt;nav&gt;a+a {
    margin-top: 16px
}

.main .left .box&gt;nav&gt;a+a.active .iconfont::before {
    content: "îœ»"
}

.main .left .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 238px);
    padding: 24px;
    border-radius: 8px;
    background: #121212;
    margin-top: 10px
}

.main .left .box1&gt;ul {
    width: 100%
}

.main .left .box1&gt;ul&gt;li&gt;a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    color: #999;
    border: 2px solid transparent;
    transition: all .3s
}

.main .left .box1&gt;ul&gt;li&gt;a .iconfont {
    font-size: 19px;
    color: #999;
    margin-right: 16px
}

.main .left .box1&gt;ul&gt;li&gt;a.active {
    background: #1b1b1b;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, .7);
    border: 2px solid #4fffeb
}

.main .left .box1&gt;ul&gt;li&gt;a.active .iconfont::before {
    content: "îœ¼"
}

.main .left .box1&gt;ul&gt;li&gt;a.active .iconfont {
    color: #fff
}

@media screen and (min-width:1181px) {
    .main .left .box1&gt;ul&gt;li&gt;a:hover {
        background: #1b1b1b
    }
}

.main .left .box1&gt;ul&gt;li+li {
    margin-top: 16px
}

.main .left .box1&gt;ul&gt;li:nth-child(2)&gt;a.active .iconfont::before {
    content: "îœ¾"
}

.main .left .box1&gt;ul&gt;li:nth-child(3)&gt;a.active .iconfont::before {
    content: "î€"
}

.main .left .box1&gt;ul&gt;li:nth-child(4)&gt;a.active .iconfont::before {
    content: "îƒ"
}

.main .left .box1&gt;ul&gt;li:nth-child(5)&gt;a.active .iconfont::before {
    content: "î…"
}

.main .left .box1 .bot&gt;nav {
    display: flex;
    flex-direction: column
}

.main .left .box1 .bot&gt;nav&gt;a {
    color: #999;
    font-family: Baloo2-Regular;
    margin-top: 11px;
    transition: all .3s
}

@media screen and (min-width:1181px) {
    .main .left .box1 .bot&gt;nav&gt;a:hover {
        color: #fff
    }
}

.main .left .box1 .bot&gt;p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: start
}

.main .left::-webkit-scrollbar {
    margin-right: 10px;
    width: 0;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent
}

.main .left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: transparent
}

.main .right {
    padding-bottom: 6px;
    width: 100%;
    padding-left: 240px
}

.main .right .Rbox {
    max-width: 1480px;
    margin: 24px auto;
    padding: 0 40px
}

.main .right .Rbox h2 {
    color: #fff;
    font-size: 24px
}

@media screen and (max-width:767px) {
    .main .right .Rbox h2 {
        font-size: 20px
    }
}

.main .right .Rbox .title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main .right .Rbox .title&gt;a {
    transition: all .3s;
    color: #999
}

.main .right .Rbox .title&gt;a:hover {
    color: #fff
}

.main .right .Rbox .gameBox {
    margin-top: 24px
}

.main .right .Rbox .gameBox .gamelist {
    margin-top: 8px;
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(10, calc((100% - 180px)/10))
}

.main .right .Rbox .gameBox .gamelist&gt;li {
    width: 100%
}

.main .right .Rbox .gameBox .gamelist&gt;li&gt;a {
    display: block;
    width: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent
}

.main .right .Rbox .gameBox .gamelist&gt;li&gt;a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.main .right .Rbox .gameBox .gamelist&gt;li&gt;a .thumb&gt;img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .gameBox .gamelist&gt;li&gt;a&gt;p {
    position: absolute;
    width: 100%;
    background: rgba(79, 255, 235, .7);
    padding: 3px 10px;
    transition: all .3s;
    bottom: -30px;
    left: 0;
    backdrop-filter: blur(10px)
}

.main .right .Rbox .gameBox .gamelist&gt;li&gt;a&gt;p&gt;span {
    color: #fff;
    font-family: Baloo2-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .gameBox .gamelist&gt;li&gt;a:hover {
        border: 2px solid #4fffeb;
        transform: translateY(-8px)
    }
    .main .right .Rbox .gameBox .gamelist&gt;li&gt;a:hover&gt;p {
        bottom: 0
    }
}

.main .right .Rbox .gameBox .gamelist&gt;li:nth-child(1) {
    grid-row: 2/4;
    grid-column: 1/3
}

.main .right .Rbox .gameBox .gamelist&gt;li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 4/6
}

.main .right .Rbox .gameBox .gamelist&gt;li:nth-child(3) {
    grid-row: 2/4;
    grid-column: 6/8
}

.main .right .Rbox .gameBox .gamelist&gt;li:nth-child(4) {
    grid-row: 1/3;
    grid-column: 9/11
}

@media screen and (max-width:1441px) {
    .main .right .Rbox .gameBox .gamelist {
        grid-gap: 12px 12px;
        grid-template-columns: repeat(10, calc((100% - 108px)/10))
    }
}

@media screen and (max-width:1023px) {
    .main .right .Rbox .gameBox .gamelist {
        grid-gap: 8px 8px;
        grid-template-columns: repeat(10, calc((100% - 72px)/10))
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .gameBox .gamelist {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        grid-gap: 15px 15px
    }
    .main .right .Rbox .gameBox .gamelist&gt;li&gt;a {
        width: 86px;
        overflow: auto;
        border: none
    }
    .main .right .Rbox .gameBox .gamelist&gt;li&gt;a .thumb {
        border-radius: 16px;
        overflow: hidden
    }
    .main .right .Rbox .gameBox .gamelist&gt;li&gt;a&gt;p {
        position: relative;
        bottom: auto;
        background: transparent;
        padding: 3px 0
    }
    .main .right .Rbox .gameBox .gamelist::-webkit-scrollbar {
        margin-right: 10px;
        width: 0;
        height: 10px;
        border-radius: 10px;
        overflow: hidden;
        background: transparent
    }
    .main .right .Rbox .gameBox .gamelist::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: transparent
    }
}

.main .right .Rbox .listBox .gamelist {
    margin-top: 8px;
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(10, calc((100% - 180px)/10))
}

.main .right .Rbox .listBox .gamelist&gt;li {
    width: 100%
}

.main .right .Rbox .listBox .gamelist&gt;li&gt;a {
    display: block;
    width: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent
}

.main .right .Rbox .listBox .gamelist&gt;li&gt;a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.main .right .Rbox .listBox .gamelist&gt;li&gt;a .thumb&gt;img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .listBox .gamelist&gt;li&gt;a&gt;p {
    position: absolute;
    width: 100%;
    background: rgba(79, 255, 235, .7);
    padding: 3px 10px;
    transition: all .3s;
    bottom: -30px;
    left: 0;
    backdrop-filter: blur(10px)
}

.main .right .Rbox .listBox .gamelist&gt;li&gt;a&gt;p&gt;span {
    color: #fff;
    font-family: Baloo2-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .listBox .gamelist&gt;li&gt;a:hover {
        border: 2px solid #4fffeb;
        transform: translateY(-8px)
    }
    .main .right .Rbox .listBox .gamelist&gt;li&gt;a:hover&gt;p {
        bottom: 0
    }
}

@media screen and (max-width:1441px) {
    .main .right .Rbox .listBox .gamelist {
        grid-gap: 12px 12px;
        grid-template-columns: repeat(10, calc((100% - 108px)/10))
    }
}

@media screen and (max-width:1023px) {
    .main .right .Rbox .listBox .gamelist {
        grid-gap: 8px 8px;
        grid-template-columns: repeat(10, calc((100% - 72px)/10))
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .listBox .gamelist {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(3, calc((100% - 30px)/3))
    }
}

.main .right .Rbox .gametop {
    margin-top: 16px
}

.main .right .Rbox .gametop .gamelist {
    display: flex;
    flex-wrap: wrap
}

.main .right .Rbox .gametop .gamelist&gt;li {
    width: calc((100% - 80px)/6);
    margin: 16px 16px 0 0;
    transition: all .3s
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #1b1b1b;
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 24px 16px
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb {
    width: 120px;
    height: 120px;
    position: relative
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb&gt;img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb&gt;p {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 50px;
    height: 50px;
    background: #4fffeb;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb&gt;p .iconfont {
    font-size: 22px;
    color: #111
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a&gt;dl {
    margin-top: 16px
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a&gt;dl&gt;dt {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    text-align: center;
    font-family: Baloo2-Bold
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a&gt;dl&gt;dd {
    text-align: center;
    font-size: 12px;
    color: #999
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a&gt;dl&gt;dd .iconfont {
    font-size: 12px;
    color: #999
}

.main .right .Rbox .gametop .gamelist&gt;li&gt;a&gt;dl&gt;dd&gt;p {
    transition: all .3s;
    width: 110px;
    height: 40px;
    background: #242424;
    border-radius: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    margin: 16px auto 0
}

.main .right .Rbox .gametop .gamelist&gt;li:nth-child(6n) {
    margin-right: 0
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .gametop .gamelist&gt;li:hover&gt;a {
        border: 2px solid #4fffeb
    }
    .main .right .Rbox .gametop .gamelist&gt;li:hover&gt;a&gt;dl&gt;dt {
        color: #4fffeb
    }
    .main .right .Rbox .gametop .gamelist&gt;li:hover&gt;a&gt;dl&gt;dd&gt;p {
        background: #4fffeb;
        color: #111;
        box-shadow: 0 0 6px 0 rgba(79, 255, 235, .7)
    }
}

@media screen and (max-width:1441px) {
    .main .right .Rbox .gametop .gamelist&gt;li {
        width: calc((100% - 60px)/6);
        margin: 12px 12px 0 0
    }
    .main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb {
        width: 70px;
        height: 70px;
        border-radius: 16px
    }
    .main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb&gt;p {
        width: 32px;
        height: 32px;
        top: -10px;
        left: -10px
    }
    .main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb&gt;p .iconfont {
        font-size: 16px
    }
}

@media screen and (max-width:1279px) {
    .main .right .Rbox .gametop .gamelist&gt;li {
        width: calc((100% - 48px)/5)
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(6n) {
        margin-right: 12px
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(5n) {
        margin-right: 0
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(n+11) {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .main .right .Rbox .gametop .gamelist&gt;li {
        width: calc((100% - 36px)/4)
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(5n) {
        margin-right: 12px
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(4n) {
        margin-right: 0
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(n+9) {
        display: none
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .gametop .gamelist&gt;li {
        width: calc((100% - 12px)/2)
    }
    .main .right .Rbox .gametop .gamelist&gt;li&gt;a .thumb {
        width: 70px;
        height: 70px
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(4n) {
        margin-right: 12px
    }
    .main .right .Rbox .gametop .gamelist&gt;li:nth-child(2n) {
        margin-right: 0
    }
}

.main .right .Rbox .seaBox {
    display: flex;
    align-items: center
}

.main .right .Rbox .seaBox .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 368px;
    height: 42px;
    overflow: hidden;
    transition: all .3s;
    position: relative
}

.main .right .Rbox .seaBox .searchBtn&gt;input {
    font-size: 14px;
    text-indent: 12px;
    color: #999;
    -webkit-text-fill-color: #999;
    width: 100%;
    height: 100%;
    background: #121212;
    border-radius: 26px;
    border: 2px solid #fff
}

.main .right .Rbox .seaBox .searchBtn&gt;button {
    background: transparent;
    position: absolute;
    width: 50px;
    height: 32px;
    top: 5px;
    right: 5px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main .right .Rbox .seaBox .searchBtn&gt;button .iconfont {
    font-size: 20px;
    color: #fff
}

.main .right .Rbox .seaBox .searchBtn::before {
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 135px;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.main .right .Rbox .seaBox .searchBtn.act&gt;input {
    border: 2px solid #4fffeb
}

.main .right .Rbox .seaBox .searchBtn.act&gt;button {
    background: #4fffeb
}

.main .right .Rbox .seaBox .searchBtn.act&gt;button .iconfont {
    color: #111
}

.main .right .Rbox .seaBox&gt;a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px
}

.main .right .Rbox .seaBox&gt;a .iconfont {
    color: #999;
    font-size: 16px
}

.main .right .Rbox .seakey {
    margin-top: 24px
}

.main .right .Rbox .seakey nav&gt;a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    padding: 9px 20px;
    border-radius: 26px;
    background: #1b1b1b;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    transition: all .3s
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .seakey nav&gt;a:hover {
        background: #4fffeb;
        color: #111
    }
}

.main .right .Rbox .seaResult {
    margin-top: 24px
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1b1b1b;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    border: 2px solid transparent;
    transition: all .3s
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a .thumb {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    margin-right: 12px;
    overflow: hidden
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl {
    width: calc(100% - 208px)
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl&gt;dt {
    font-size: 16px;
    font-family: Baloo2-Bold;
    color: #fff
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl&gt;dd {
    margin-top: 8px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Baloo2-Regular
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl&gt;dd .iconfont {
    color: #999;
    margin-left: 6px;
    font-size: 12px
}

.main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;p {
    width: 110px;
    height: 40px;
    background: #242424;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 36px;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a .thumb {
        width: 70px;
        height: 70px
    }
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;p {
        width: 80px;
        margin-left: 12px
    }
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl {
        width: calc(100% - 174px)
    }
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl&gt;dt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a&gt;dl&gt;dd {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a:hover {
        border: 2px solid #4fffeb
    }
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a:hover&gt;dl&gt;dt {
        color: #4fffeb
    }
    .main .right .Rbox .seaResult .seaList&gt;li&gt;a:hover&gt;p {
        background: #4fffeb;
        color: #111;
        box-shadow: 0 0 6px 0 rgba(79, 255, 235, .7)
    }
}

.main .right .Rbox .seaResult .pageNum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.main .right .Rbox .seaResult .pageNum&gt;a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666
}

.main .right .Rbox .seaResult .pageNum&gt;a .iconfont {
    font-size: 14px
}

.main .right .Rbox .seaResult .pageNum&gt;a:hover {
    background-color: #4fffeb;
    color: #fff
}

.main .right .Rbox .seaResult .pageNum .pageLi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.main .right .Rbox .seaResult .pageNum .pageLi&gt;li {
    margin: 0 5px
}

.main .right .Rbox .seaResult .pageNum .pageLi&gt;li&gt;a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #121212;
    color: #999;
    font-size: 14px;
    transition: all .3s
}

.main .right .Rbox .seaResult .pageNum .pageLi&gt;li&gt;a.active,
.main .right .Rbox .seaResult .pageNum .pageLi&gt;li&gt;a:hover {
    background-color: #4fffeb;
    color: #111
}

.main .right .Rbox .seaResult .pageNum .disabled {
    cursor: not-allowed;
    transition: all .3s
}

.main .right .Rbox .seaResult .pageNum .disabled:hover {
    background-color: #f2f2f2;
    color: #ccc
}

.main .right .Rbox .swiper_con {
    position: relative
}

.main .right .Rbox .swiper_con .preview1 {
    position: relative
}

.main .right .Rbox .swiper_con .preview1 .swiper-wrapper .swiper-slide {
    width: auto;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden
}

.main .right .Rbox .swiper_con .preview1 .swiper-wrapper .swiper-slide&gt;img {
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .Rbox .swiper_con .sw_btn {
    width: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99
}

.main .right .Rbox .swiper_con .sw_btn .swiper-button-p1,
.main .right .Rbox .swiper_con .sw_btn .swiper-button-n1 {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)
}

.main .right .Rbox .swiper_con .sw_btn .swiper-button-p1&gt;.iconfont,
.main .right .Rbox .swiper_con .sw_btn .swiper-button-n1&gt;.iconfont {
    color: #757b87;
    font-size: 12px
}

.main .right .Rbox .swiper_con .sw_btn .swiper-button-p1:focus,
.main .right .Rbox .swiper_con .sw_btn .swiper-button-n1:focus {
    outline: none
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .swiper_con .sw_btn .swiper-button-p1:hover .iconfont,
    .main .right .Rbox .swiper_con .sw_btn .swiper-button-n1:hover .iconfont {
        color: #4fffeb
    }
}

.main .right .Rbox .categoriesBox .categorieslist {
    display: flex;
    flex-wrap: wrap
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li {
    width: calc((100% - 48px)/4);
    margin: 16px 16px 0 0
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a {
    background: #1b1b1b;
    border-radius: 16px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    transition: all .3s
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a .thumb {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    border: 1px solid #ecedee;
    overflow: hidden
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a&gt;dl {
    padding: 0 12px;
    width: calc(100% - 110px)
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a&gt;dl&gt;dt {
    font-size: 16px;
    font-family: Baloo2-Bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a&gt;dl&gt;dd {
    margin-top: 8px;
    font-size: 12px;
    color: #999
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a&gt;p {
    transition: all .3s;
    width: 40px;
    height: 40px;
    background: #242424;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a&gt;p .iconfont {
    font-size: 15px;
    color: #fff
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a:hover {
        border: 2px solid #4fffeb
    }
    .main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a:hover&gt;p {
        background: #4fffeb;
        box-shadow: 0 0 6px 0 rgba(79, 255, 235, .7)
    }
    .main .right .Rbox .categoriesBox .categorieslist&gt;li&gt;a:hover&gt;p .iconfont {
        color: #111
    }
}

.main .right .Rbox .categoriesBox .categorieslist&gt;li:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width:1180px) {
    .main .right .Rbox .categoriesBox .categorieslist&gt;li {
        width: calc((100% - 32px)/3)
    }
    .main .right .Rbox .categoriesBox .categorieslist&gt;li:nth-child(4n) {
        margin-right: 16px
    }
    .main .right .Rbox .categoriesBox .categorieslist&gt;li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:766px) {
    .main .right .Rbox .categoriesBox .categorieslist&gt;li {
        width: 100%;
        margin: 16px 0 0
    }
    .main .right .Rbox .categoriesBox .categorieslist&gt;li:nth-child(4n) {
        margin-right: 0
    }
    .main .right .Rbox .categoriesBox .categorieslist&gt;li:nth-child(3n) {
        margin-right: 0
    }
}

.main .right .Rbox .comment {
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px
}

.main .right .Rbox .comment .layui-icon-rate-solid:before {
    content: "î" !important;
    font-family: iconfont
}

.main .right .Rbox .comment .layui-icon-rate:before {
    content: "î" !important;
    font-family: iconfont
}

.main .right .Rbox .comment form {
    background: #242424;
    border-radius: 8px;
    padding: 16px
}

.main .right .Rbox .comment form .layui-form .layui-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .right .Rbox .comment form .layui-form .layui-form-item .rateS {
    width: 328px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main .right .Rbox .comment form .layui-form .layui-form-item .rateS&gt;p {
    color: #fff;
    font-size: 18px;
    font-family: Baloo2-Bold;
    margin-bottom: 16px
}

.main .right .Rbox .comment form .layui-form .layui-form-item .rateS .layui-rate {
    display: flex
}

.main .right .Rbox .comment form .layui-form .layui-form-item .rateS .layui-rate li i.layui-icon {
    font-size: 35px;
    margin-right: 10px
}

.main .right .Rbox .comment form .layui-form .layui-form-item .rateS .layui-rate {
    padding: 0
}

.main .right .Rbox .comment form .layui-form .layui-form-item .rateS .layui-inline {
    margin-right: 0
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox {
    width: calc(100% - 344px);
    margin-left: 16px
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox #comcom {
    width: 100%;
    resize: none;
    outline: none;
    color: #999;
    text-indent: 16px;
    padding-top: 16px;
    background: #383838;
    border-radius: 8px;
    border: none
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox #comcom::-webkit-input-placeholder {
    color: #999
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot input {
    width: calc(100% - 146px);
    height: 44px;
    background: #383838;
    border-radius: 8px;
    text-indent: 16px;
    color: #999;
    outline: none;
    border: none
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot input::-webkit-input-placeholder {
    color: #999
}

.main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot&gt;button {
    width: 130px;
    height: 44px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #4fffeb;
    color: #111;
    margin-left: 16px;
    cursor: pointer;
    transition: all .3s
}

@media screen and (max-width:1023px) {
    .main .right .Rbox .comment form .layui-form .layui-form-item {
        flex-direction: column
    }
    .main .right .Rbox .comment form .layui-form .layui-form-item .putBox {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot {
        flex-direction: column
    }
    .main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot&gt;input,
    .main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot button {
        width: 100%
    }
    .main .right .Rbox .comment form .layui-form .layui-form-item .putBox .namecot button {
        margin-left: 0;
        margin-top: 16px
    }
}

.main .right .Rbox .comment .commentList&gt;li {
    padding: 16px 0;
    border-bottom: 1px solid #242424
}

.main .right .Rbox .comment .commentList&gt;li&gt;h3 {
    color: #fff;
    font-family: Baloo2-SemiBold
}

.main .right .Rbox .comment .commentList&gt;li&gt;div .layui-icon {
    font-size: 12px
}

.main .right .Rbox .comment .commentList&gt;li&gt;div time {
    font-size: 12px;
    color: #999;
    font-family: Baloo2-Regular
}

.main .right .Rbox .comment .commentList&gt;li&gt;p {
    color: #ccc;
    font-family: Baloo2-Regular
}

.main .right .Rbox .errorCont,
.main .right .Rbox .nosearch {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px
}

.main .right .Rbox .errorCont&gt;h3,
.main .right .Rbox .nosearch&gt;h3 {
    font-size: 20px;
    color: #fff
}

.main .right .Rbox .errorCont&gt;p,
.main .right .Rbox .nosearch&gt;p {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    font-family: Baloo2-Bold
}

.main .right .Rbox .errorCont&gt;img,
.main .right .Rbox .nosearch&gt;img {
    width: 250px
}

.main .right .Rbox .errorCont {
    min-height: 700px
}

.main .right .Rbox .errorCont&gt;.can {
    width: 120px;
    height: 50px;
    background: #4fffeb;
    border-radius: 28px;
    line-height: 50px;
    text-align: center;
    color: #111;
    font-size: 16px
}

.main .right .Rbox .info1 {
    display: none
}

.main .right .Rbox .info1 .thumb {
    width: 122px;
    height: 122px;
    border-radius: 16px;
    overflow: hidden;
    margin-left: 24px
}

.main .right .Rbox .info1 .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .info1 .con {
    width: calc(100% - 146px)
}

.main .right .Rbox .info1 .con&gt;h4 {
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main .right .Rbox .info1 .con .rate {
    display: flex;
    align-items: center;
    margin: 0 24px;
    position: relative;
    padding: 0 24px
}

.main .right .Rbox .info1 .con .rate&gt;p {
    color: #fff;
    font-size: 16px;
    line-height: 14px
}

.main .right .Rbox .info1 .con .rate .layui-icon {
    font-size: 12px
}

.main .right .Rbox .info1 .con .rate .layui-rate {
    padding: 0;
    margin-bottom: 0;
    margin-top: 12px
}

.main .right .Rbox .info1 .con .rate::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    left: 0;
    top: 8px
}

.main .right .Rbox .info1 .con .rate::after {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    right: 0;
    top: 8px
}

.main .right .Rbox .info1 .con&gt;ul {
    margin-top: 24px;
    display: flex
}

.main .right .Rbox .info1 .con&gt;ul&gt;li {
    display: flex;
    align-items: center;
    flex-direction: column
}

.main .right .Rbox .info1 .con&gt;ul&gt;li&gt;span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px
}

.main .right .Rbox .info1 .con&gt;ul&gt;li&gt;small {
    font-family: Baloo2-Regular;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

@media screen and (max-width:767px) {
    .main .right .Rbox .info1 {
        display: flex;
        flex-direction: row-reverse
    }
    .main .right .Rbox .info1 .thumb {
        margin-right: 12px;
        margin-left: 0;
        width: 93px;
        height: 93px
    }
    .main .right .Rbox .info1 .con {
        width: calc(100% - 105px)
    }
    .main .right .Rbox .info1 .con&gt;h4 {
        font-size: 18px
    }
    .main .right .Rbox .info1 .con&gt;ul {
        margin-top: 10px
    }
    .main .right .Rbox .info1 .con .rate {
        padding: 0 12px
    }
}

.main .right .Rbox .content .platform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main .right .Rbox .content .platform&gt;li {
    width: calc(33% - 8px);
    display: flex;
    border-radius: 10px;
    margin-top: 16px;
    background: #242424;
    padding: 10px 18px
}

.main .right .Rbox .content .platform&gt;li&gt;p {
    width: 24px;
    height: 24px
}

.main .right .Rbox .content .platform&gt;li&gt;p .iconfont {
    font-size: 23px;
    color: #4fffeb
}

.main .right .Rbox .content .platform&gt;li&gt;p+p {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px
}

.main .right .Rbox .content .platform&gt;li&gt;p+p&gt;span {
    color: #fff
}

.main .right .Rbox .content .platform&gt;li&gt;p+p&gt;small {
    font-size: 12px;
    color: #999
}

@media screen and (max-width:1279px) {
    .main .right .Rbox .content .platform&gt;li {
        width: calc(50% - 8px)
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .content .platform&gt;li {
        width: 100%
    }
}

.main .right .Rbox .content .info {
    display: flex
}

.main .right .Rbox .content .info .thumb {
    width: 122px;
    height: 122px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 24px
}

.main .right .Rbox .content .info .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .content .info .con {
    width: calc(100% - 146px)
}

.main .right .Rbox .content .info .con&gt;h4 {
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main .right .Rbox .content .info .con .rate {
    display: flex;
    align-items: center;
    margin: 0 24px;
    position: relative;
    padding: 0 24px
}

.main .right .Rbox .content .info .con .rate&gt;p {
    color: #fff;
    font-size: 16px;
    line-height: 14px
}

.main .right .Rbox .content .info .con .rate .layui-icon {
    font-size: 12px
}

.main .right .Rbox .content .info .con .rate .layui-rate {
    padding: 0;
    margin-bottom: 0;
    margin-top: 12px
}

.main .right .Rbox .content .info .con .rate::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    left: 0;
    top: 8px
}

.main .right .Rbox .content .info .con .rate::after {
    content: "";
    width: 1px;
    height: 24px;
    background: #555;
    position: absolute;
    right: 0;
    top: 8px
}

.main .right .Rbox .content .info .con&gt;ul {
    margin-top: 24px;
    display: flex
}

.main .right .Rbox .content .info .con&gt;ul&gt;li {
    display: flex;
    align-items: center;
    flex-direction: column
}

.main .right .Rbox .content .info .con&gt;ul&gt;li&gt;span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px
}

.main .right .Rbox .content .info .con&gt;ul&gt;li&gt;small {
    font-family: Baloo2-Regular;
    font-size: 12px;
    color: #999
}

@media screen and (max-width:767px) {
    .main .right .Rbox .content .info {
        display: none
    }
}

.main .right .Rbox .getGame {
    margin-top: 24px
}

.main .right .Rbox .getGame .installBtn {
    margin-top: 16px;
    display: flex;
    align-items: center
}

.main .right .Rbox .getGame .installBtn&gt;li {
    width: calc((100% - 32px)/3)
}

.main .right .Rbox .getGame .installBtn&gt;li&gt;a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    width: 100%;
    background: #242424;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .3s
}

.main .right .Rbox .getGame .installBtn&gt;li&gt;a&gt;p {
    display: flex;
    align-items: center;
    color: #fff
}

.main .right .Rbox .getGame .installBtn&gt;li&gt;a&gt;p .iconfont {
    color: #fff;
    font-size: 24px;
    margin-right: 16px
}

.main .right .Rbox .getGame .installBtn&gt;li&gt;a&gt;span {
    color: #999;
    font-size: 12px
}

@media screen and (min-width:1180px) {
    .main .right .Rbox .getGame .installBtn&gt;li&gt;a:hover {
        border: 2px solid #4fffeb
    }
    .main .right .Rbox .getGame .installBtn&gt;li&gt;a:hover&gt;p {
        color: #4fffeb
    }
    .main .right .Rbox .getGame .installBtn&gt;li&gt;a:hover&gt;p .iconfont {
        color: #4fffeb
    }
}

.main .right .Rbox .getGame .installBtn&gt;li+li {
    margin-left: 16px
}

@media screen and (max-width:1279px) {
    .main .right .Rbox .getGame .installBtn {
        width: 100%;
        flex-direction: column
    }
    .main .right .Rbox .getGame .installBtn&gt;li {
        width: 100%
    }
    .main .right .Rbox .getGame .installBtn&gt;li+li {
        margin-left: 0;
        margin-top: 16px
    }
}

.main .right .Rbox .getGame .security {
    border-top: 1px solid #555;
    padding-top: 17px;
    margin-top: 16px;
    display: flex;
    align-items: center
}

.main .right .Rbox .getGame .security&gt;p {
    color: #28c840;
    font-size: 12px
}

.main .right .Rbox .getGame .security&gt;p .iconfont {
    font-size: 16px;
    margin-right: 16px
}

.main .right .Rbox .getGame .security&gt;span {
    margin-left: 16px;
    font-family: Baloo2-Regular;
    font-size: 12px;
    color: #666
}

@media screen and (max-width:1024px) {
    .main .right .Rbox .getGame .security {
        flex-direction: column;
        align-items: start
    }
    .main .right .Rbox .getGame .security&gt;span {
        margin-left: 0;
        margin-top: 7px
    }
}

.main .right .Rbox .module {
    margin: 24px 0;
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px
}

.main .right .Rbox .module .des {
    height: 130px;
    overflow-y: scroll;
    position: relative;
    line-height: 26px;
    padding-right: 20px;
    color: #ccc;
    box-sizing: content-box;
    font-size: 14px;
    font-family: Baloo2-Regular !important
}

.main .right .Rbox .module .des&gt;p,
.main .right .Rbox .module .des&gt;span {
    color: #ccc;
    font-size: 14px;
    font-family: Baloo2-Regular !important;
    line-height: 26px
}

.main .right .Rbox .module .des&gt;p&gt;span,
.main .right .Rbox .module .des&gt;span&gt;span {
    color: #ccc;
    font-size: 14px;
    font-family: Baloo2-Regular !important
}

.main .right .Rbox .module .des::-webkit-scrollbar {
    margin-right: 10px;
    width: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #242424
}

.main .right .Rbox .module .des::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #4fffeb
}

.main .right .Rbox .module.act .des {
    height: 260px
}

.main .right .Rbox .download {
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    background: #f9fafb;
    border-radius: 16px;
    border: 1px solid #ecedee;
    padding: 32px
}

.main .right .Rbox .download&gt;.install {
    width: 779px
}

.main .right .Rbox .download&gt;.install&gt;li {
    border-radius: 25px;
    padding: 0 4px 0 24px;
    height: 50px;
    display: flex;
    align-items: center
}

.main .right .Rbox .download&gt;.install&gt;li:nth-child(1) {
    background: #68cc5b;
    transition: all .3s
}

.main .right .Rbox .download&gt;.install&gt;li:nth-child(1)&gt;a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.main .right .Rbox .download&gt;.install&gt;li:nth-child(1)&gt;a&gt;span {
    font-family: Nunito-Black;
    font-size: 16px
}

.main .right .Rbox .download&gt;.install&gt;li:nth-child(1)&gt;a&gt;p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 42px;
    background: rgba(255, 255, 255, .2);
    border-radius: 30px;
    font-family: Nunito-Black;
    font-size: 16px
}

.main .right .Rbox .download&gt;.install&gt;li:nth-child(1)&gt;a&gt;p .iconfont {
    font-size: 14px;
    margin-right: 9px
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .download&gt;.install&gt;li:nth-child(1):hover {
        box-shadow: 0 4px 8px 0 rgba(104, 204, 91, .5)
    }
}

.main .right .Rbox .download&gt;.install&gt;li+li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e8e9ea;
    margin-top: 16px;
    cursor: pointer
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;span {
    color: #16243e;
    font-family: Nunito-Black;
    font-size: 16px
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav&gt;a {
    position: relative;
    cursor: pointer;
    height: 42px;
    background: #eef1f2;
    border-radius: 30px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    margin-left: 8px
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav&gt;a&gt;span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Nunito-Black;
    color: #16243e
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav&gt;a&gt;span .iconfont {
    color: #16243e;
    font-size: 14px;
    margin-right: 9px
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav&gt;a .code {
    display: none;
    position: absolute;
    top: 58px;
    left: calc(50% - 42px);
    background: #eef1f2;
    border-radius: 10px;
    padding: 4px;
    z-index: 99
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav&gt;a .code:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eef1f2
}

.main .right .Rbox .download&gt;.install&gt;li+li&gt;nav&gt;a .code&gt;img {
    width: 80px
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .download&gt;.install&gt;li+li:hover&gt;nav&gt;a .code {
        display: block
    }
}

.main .right .Rbox .download .security {
    width: calc(100% - 803px)
}

.main .right .Rbox .download .security&gt;h2 {
    color: #16243e;
    font-size: 18px
}

.main .right .Rbox .download .security&gt;h2 .iconfont {
    color: #4fffeb;
    font-size: 18px;
    margin-right: 10px
}

.main .right .Rbox .download .security&gt;p {
    margin-top: 8px;
    padding-left: 33px;
    font-family: Nunito-Bold;
    color: #757b87
}

.main .right .Rbox .download .installBtn {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px
}

.main .right .Rbox .download .installBtn&gt;a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    height: 50px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #e8e9ea
}

.main .right .Rbox .download .installBtn&gt;a .iconfont {
    color: #16243e;
    font-size: 17px;
    margin-right: 8px
}

.main .right .Rbox .download .installBtn&gt;a&gt;span {
    font-family: Nunito-Black;
    font-size: 16px;
    color: #16243e
}

@media screen and (max-width:1441px) {
    .main .right .Rbox .download .install {
        width: 449px
    }
    .main .right .Rbox .download .security {
        width: calc(100% - 478px)
    }
}

@media screen and (max-width:1279px) {
    .main .right .Rbox .download {
        flex-direction: column
    }
    .main .right .Rbox .download .install {
        width: 100%;
        margin-top: 16px
    }
    .main .right .Rbox .download .security {
        width: 100%
    }
}

@media screen and (max-width:1181px) {
    .main .right .Rbox .download .installBtn {
        display: flex
    }
    .main .right .Rbox .download .install&gt;li+li {
        display: none
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .download .install&gt;li:nth-child(1)&gt;a&gt;span {
        display: none
    }
    .main .right .Rbox .download .install&gt;li:nth-child(1)&gt;a&gt;p {
        background: 0 0
    }
    .main .right .Rbox .download .installBtn {
        flex-direction: column
    }
    .main .right .Rbox .download .installBtn&gt;a {
        width: 100%
    }
    .main .right .Rbox .download .installBtn&gt;a+a {
        margin-top: 16px
    }
}

.main .right .Rbox .similar {
    margin: 24px 0
}

.main .right .Rbox .similar .similarBox {
    display: flex;
    flex-wrap: wrap
}

.main .right .Rbox .similar .similarBox&gt;li {
    margin: 16px 16px 0 0;
    width: calc((100% - 114px)/8);
    overflow: hidden
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a {
    display: block;
    width: 100%;
    transition: all .3s;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 16px;
    position: relative
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a .thumb {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a&gt;p {
    height: 38px;
    position: absolute;
    width: 100%;
    line-height: 38px;
    padding: 0 10px;
    transition: all .3s;
    bottom: -38px;
    left: 0;
    background: rgba(255, 255, 103, .8);
    backdrop-filter: blur(10px);
    border-radius: 0 0 15px 15px
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a&gt;p&gt;span {
    color: #333;
    font-family: Baloo2-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a::before {
    content: "";
    width: 53px;
    height: 53px;
    background-image: url(../img/icon.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.main .right .Rbox .similar .similarBox&gt;li&gt;a.onicon::before {
    display: none;
    background-image: url(../img/gameicon.png)
}

@media screen and (min-width:1181px) {
    .main .right .Rbox .similar .similarBox&gt;li&gt;a:hover {
        border: 2px solid #ffff67
    }
    .main .right .Rbox .similar .similarBox&gt;li&gt;a:hover&gt;p {
        bottom: 0
    }
}

.main .right .Rbox .similar .similarBox&gt;li:nth-child(8n) {
    margin-right: 0
}

@media screen and (max-width:1279px) {
    .main .right .Rbox .similar .similarBox&gt;li {
        width: calc((100% - 80px)/6)
    }
    .main .right .Rbox .similar .similarBox&gt;li:nth-child(8n) {
        margin-right: 16px
    }
    .main .right .Rbox .similar .similarBox&gt;li:nth-child(6n) {
        margin-right: 0
    }
    .main .right .Rbox .similar .similarBox&gt;li:nth-child(n+7) {
        display: none
    }
}

@media screen and (max-width:767px) {
    .main .right .Rbox .similar .similarBox&gt;li {
        width: calc((100% - 32px)/3)
    }
    .main .right .Rbox .similar .similarBox&gt;li:nth-child(6n) {
        margin-right: 16px
    }
    .main .right .Rbox .similar .similarBox&gt;li:nth-child(3n) {
        margin-right: 0
    }
}

.main .right .Rbox .company {
    min-height: calc(100% - 140px);
    margin-top: 16px
}

.main .right .Rbox .company&gt;h2 {
    font-size: 24px;
    color: #fff
}

.main .right .Rbox .company .description {
    margin-top: 16px;
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px;
    padding-top: 1px;
    margin-bottom: 16px
}

.main .right .Rbox .company .description h3 {
    font-size: 20px;
    margin: 15px 0;
    color: #fff
}

.main .right .Rbox .company .description p {
    font-size: .9em;
    margin-bottom: 15px;
    line-height: 1.6em;
    color: #999
}

.main .right .Rbox .company form {
    margin-top: 16px;
    background: #1b1b1b;
    border-radius: 8px;
    padding: 16px
}

.main .right .Rbox .company form .formItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative
}

.main .right .Rbox .company form .formItem input {
    width: 100%;
    height: 50px;
    background: #383838;
    border-radius: 8px;
    border: none;
    text-indent: 1em;
    color: #999;
    outline: none
}

.main .right .Rbox .company form .formItem input::-webkit-input-placeholder {
    color: #999
}

.main .right .Rbox .company form .formItem #comcom {
    width: 100%;
    resize: none;
    outline: none;
    color: #999;
    text-indent: 1em;
    padding-top: 15px;
    background: #383838;
    border-radius: 8px;
    border: none
}

.main .right .Rbox .company form .formItem #comcom::-webkit-input-placeholder {
    color: #999
}

.main .right .Rbox .company form input[type=submit] {
    width: 130px;
    height: 44px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #4fffeb;
    color: #111;
    cursor: pointer;
    transition: all .3s;
    font-family: Baloo2-Bold
}

.main .right .problem {
    margin: 24px 0
}

.main .right .problem .problemL&gt;li {
    width: 100%;
    border-bottom: 1px solid #ecedee;
    transition: all .3s;
    padding: 24px 0
}

.main .right .problem .problemL&gt;li .problemt {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.main .right .problem .problemL&gt;li .problemt&gt;p {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.main .right .problem .problemL&gt;li .problemt&gt;p .iconfont::before {
    content: "î˜‘";
    font-family: iconfont;
    font-size: 12px;
    color: #757b87
}

.main .right .problem .problemL&gt;li .problemt&gt;h3 {
    color: #132141;
    width: calc(100% - 50px)
}

.main .right .problem .problemL&gt;li .problemr {
    padding-top: 16px;
    line-height: 24px;
    color: #999;
    font-family: Nunito-Bold;
    display: none
}

.main .right .problem .problemL&gt;li:hover .problemt&gt;p {
    background: #f9fafb;
    border: 1px solid #ecedee
}

.main .right .problem .problemL&gt;li.act .problemt&gt;p {
    background: #f9fafb;
    border: 1px solid #ecedee
}

.main .right .problem .problemL&gt;li.act .problemt&gt;p .iconfont::before {
    content: "î˜Ž"
}

.main .right .problem .problemL&gt;li.act .problemr {
    display: block
}

.main .right .problem .problemL&gt;li:nth-child(1) {
    border-top: 1px solid #ecedee;
    margin-top: 16px
}

.main .right .video {
    margin-top: 16px;
    display: flex;
    justify-content: space-between
}

.main .right .video .playGame {
    width: calc(100% - 316px);
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 16px;
    background: #242424
}

.main .right .video .playGame .playName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #242424
}

.main .right .video .playGame .playName .layui-icon-rate-solid:before {
    content: "î" !important;
    font-family: iconfont
}

.main .right .video .playGame .playName .layui-icon-rate:before {
    content: "î" !important;
    font-family: iconfont
}

.main .right .video .playGame .playName&gt;dl {
    font-size: 24px;
    width: calc(100% - 230px)
}

.main .right .video .playGame .playName&gt;dl&gt;dt {
    font-family: Baloo2-Bold;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main .right .video .playGame .playName&gt;dl&gt;dd&gt;span {
    color: #999;
    font-family: Baloo2-Bold;
    font-size: 16px
}

.main .right .video .playGame .playName&gt;dl&gt;dd .layui-rate {
    margin-bottom: 0;
    padding: 0;
    margin-left: 5px
}

.main .right .video .playGame .playName&gt;dl&gt;dd .layui-rate .layui-icon {
    font-size: 12px
}

.main .right .video .playGame .playName .choice {
    display: flex;
    align-items: center
}

.main .right .video .playGame .playName .choice .zanBox {
    display: flex;
    justify-content: space-between
}

.main .right .video .playGame .playName .choice .zanBox&gt;li {
    display: flex;
    align-items: center
}

.main .right .video .playGame .playName .choice .zanBox&gt;li&gt;a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px
}

.main .right .video .playGame .playName .choice .zanBox&gt;li&gt;a .iconfont {
    font-size: 20px;
    color: #ccc
}

.main .right .video .playGame .playName .choice .zanBox&gt;li&gt;a&gt;span {
    text-align: center;
    margin-left: 8px;
    color: #999;
    font-family: Baloo2-Bold
}

@media(any-hover:hover) {
    .main .right .video .playGame .playName .choice .zanBox&gt;li&gt;a:hover .iconfont {
        color: #4fffeb
    }
}

.main .right .video .playGame .playName .choice .zanBox&gt;li&gt;a.active .iconfont {
    color: #4fffeb
}

.main .right .video .playGame .playName .choice .allScreen {
    padding-left: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    position: relative
}

.main .right .video .playGame .playName .choice .allScreen::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #e8e9ea;
    position: absolute;
    left: 0;
    top: 0
}

.main .right .video .playGame .playName .choice .allScreen .iconfont {
    color: #ccc;
    font-size: 20px
}

@media(any-hover:hover) {
    .main .right .video .playGame .playName .choice .allScreen:hover .iconfont {
        color: #4fffeb
    }
}

.main .right .video .playGame .videoGame {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden
}

.main .right .video .playGame .videoGame .iframe_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.main .right .video .playGame .videoGame .iframe_img .bbc {
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.main .right .video .playGame .videoGame .iframe_img .bbc .thumb {
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    border-radius: 40px;
    overflow: hidden
}

.main .right .video .playGame .videoGame .iframe_img .bbc .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .video .playGame .videoGame .iframe_img .bbc&gt;a,
.main .right .video .playGame .videoGame .iframe_img .bbc .playBtn {
    margin-top: 30px;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #4fffeb;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, .7);
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #111;
    font-family: Baloo2-Bold
}

.main .right .video .playGame .videoGame .iframe_img .bbc .playBtn {
    display: none
}

.main .right .video .playGame .videoGame .iframe_img .bgc {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: rgba(0, 0, 0, .3);
    object-fit: cover;
    object-position: center;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false)
}

.main .right .video .playGame .videoGame .iframe_img.active {
    display: none
}

.main .right .video .playGame .videoGame iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999
}

.main .right .video .playGame .videoGame .back {
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    left: 10px;
    border-radius: 25px;
    background: #2e455f;
    z-index: 999
}

.main .right .video .playGame .videoGame .back .iconfont {
    font-size: 20px;
    color: #fff
}

.main .right .video .ad {
    margin: 0
}

@media screen and (max-width:1024px) {
    .main .right .video .playGame {
        width: 100%
    }
    .main .right .video .ad {
        display: none
    }
}

@media screen and (max-width:767px) {
    .main .right .video .playGame {
        display: flex;
        flex-direction: column-reverse
    }
    .main .right .video .playGame .playName&gt;dl {
        width: calc(100% - 100px)
    }
    .main .right .video .playGame .playName .choice .zanBox&gt;li&gt;a {
        padding-right: 0;
        padding-left: 24px
    }
    .main .right .video .playGame #play_now {
        display: none
    }
    .main .right .video .playGame #playBtn {
        display: block
    }
    .main .right .video .playGame #allScreen {
        display: none
    }
}

.main .right .video.active {
    display: block
}

.main .right .video.active .playGame .videoGame iframe {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main .right .video.active .playGame .videoGame .back {
    display: flex
}

.main .right .ad1 {
    display: none
}

@media screen and (max-width:1024px) {
    .main .right .ad1 {
        display: flex
    }
}

.main .right .extension {
    margin-top: 8px
}

.main .right .extension .extensionBox {
    display: flex;
    flex-wrap: wrap
}

.main .right .extension .extensionBox&gt;li {
    width: calc((100% - 28px)/8);
    margin: 4px 4px 0 0;
    position: relative;
    transition: all .3s
}

.main .right .extension .extensionBox&gt;li&gt;a {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 4px solid transparent
}

.main .right .extension .extensionBox&gt;li&gt;a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 4px);
    position: relative;
    border-radius: 16px;
    border: 2px solid transparent;
    overflow: hidden;
    box-sizing: border-box
}

.main .right .extension .extensionBox&gt;li&gt;a .thumb&gt;img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.main .right .extension .extensionBox&gt;li&gt;a&gt;p {
    transition: all .3s;
    position: absolute;
    left: 2px;
    bottom: -45px;
    width: calc(100% - 4px);
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .4);
    padding: 12px
}

.main .right .extension .extensionBox&gt;li&gt;a&gt;p&gt;span {
    text-align: center;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 16px;
    font-family: Baloo2-Bold
}

.main .right .extension .extensionBox&gt;li:nth-child(8n) {
    margin-right: 0
}

@media screen and (min-width:1181px) {
    .main .right .extension .extensionBox&gt;li:hover {
        transform: scale(1.04)
    }
    .main .right .extension .extensionBox&gt;li:hover&gt;a {
        border: 4px solid rgba(79, 255, 235, .7)
    }
    .main .right .extension .extensionBox&gt;li:hover&gt;a .thumb {
        border: 2px solid #4fffeb
    }
    .main .right .extension .extensionBox&gt;li:hover&gt;a&gt;p {
        bottom: 2px
    }
}

@media screen and (max-width:1279px) {
    .main .right .extension .extensionBox&gt;li {
        width: calc((100% - 20px)/6)
    }
    .main .right .extension .extensionBox&gt;li:nth-child(8n) {
        margin-right: 4px
    }
    .main .right .extension .extensionBox&gt;li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .main .right .extension .extensionBox&gt;li {
        width: calc((100% - 8px)/3)
    }
    .main .right .extension .extensionBox&gt;li:nth-child(6n) {
        margin-right: 4px
    }
    .main .right .extension .extensionBox&gt;li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:1441px) {
    .main .left {
        width: 130px
    }
    .main .left .box {
        padding: 16px
    }
    .main .left .box&gt;nav&gt;a {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 12px;
        height: 70px
    }
    .main .left .box&gt;nav&gt;a .iconfont {
        margin-right: 0;
        margin-bottom: 6px
    }
    .main .left .box1 ul&gt;li&gt;a {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 12px;
        height: 70px
    }
    .main .left .box1 ul&gt;li&gt;a .iconfont {
        margin-right: 0;
        margin-bottom: 6px
    }
    .main .left .box1 {
        height: auto;
        padding: 16px
    }
    .main .left .box1 .bot {
        margin-top: 80px
    }
    .main .right {
        padding-left: 130px
    }
}

@media screen and (max-width:1181px) {
    .main .left {
        display: none
    }
    .main .right {
        width: 100%;
        padding-left: 0
    }
    .main .right .Rbox {
        padding: 0 16px
    }
}

@media screen and (max-width:767px) {
    .main .right header {
        padding: 0 16px
    }
}

#apkBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center
}

#apkBox .dBox {
    width: 480px;
    height: 202px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 15px
}

#apkBox .dBox&gt;h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none
}

#apkBox .dBox&gt;h2&gt;span {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

#apkBox .dBox .Btn&gt;a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #4fffeb;
    border-radius: 10px;
    border: 1px solid #4fffeb;
    transition: all .3s;
    font-family: Baloo2-Bold
}

#apkBox .dBox .Btn&gt;a:hover {
    background: #4fffeb;
    color: #111;
    box-shadow: 0 2px 10px 2px rgba(79, 255, 235, .7)
}

#apkBox .dBox .Btn&gt;a+a {
    background: #4fffeb;
    color: #111;
    margin-left: 15px
}

#apkBox.active {
    display: flex
}

footer {
    display: none;
    padding: 0 16px
}

footer&gt;nav {
    padding-top: 15px;
    border-top: 1px solid #333
}

footer&gt;nav&gt;a {
    color: #999;
    margin-right: 20px;
    line-height: 22px
}

footer&gt;p {
    margin-top: 10px;
    padding-bottom: 20px;
    color: #666;
    font-family: Baloo2-Regular;
    line-height: 18px
}

@media screen and (max-width:1181px) {
    footer {
        display: block
    }
}

.categoryBox {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: none
}

.categoryBox .cont {
    width: 222px;
    background: #242424;
    height: 100%;
    float: right;
    padding: 20px
}

.categoryBox .cont&gt;p {
    display: flex;
    justify-content: right
}

.categoryBox .cont&gt;p .iconfont {
    font-size: 19px;
    color: #fff
}

.categoryBox .cont .category {
    width: 100%
}

.categoryBox .cont .category&gt;li&gt;a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #999
}

.categoryBox .cont .category&gt;li&gt;a .iconfont {
    font-size: 19px;
    color: #999;
    margin-right: 16px
}

.categoryBox .cont .category&gt;li&gt;a.active {
    color: #fff
}

.categoryBox .cont .category&gt;li&gt;a.active .iconfont::before {
    content: "îœ¼"
}

.categoryBox .cont .category&gt;li&gt;a.active .iconfont {
    color: #fff
}

.categoryBox .cont .category&gt;li+li {
    margin-top: 16px
}

.categoryBox .cont .category&gt;li:nth-child(2)&gt;a.active .iconfont::before {
    content: "îœ¾"
}

.categoryBox .cont .category&gt;li:nth-child(3)&gt;a.active .iconfont::before {
    content: "î€"
}

.categoryBox .cont .category&gt;li:nth-child(4)&gt;a.active .iconfont::before {
    content: "îƒ"
}

.categoryBox .cont .category&gt;li:nth-child(5)&gt;a.active .iconfont::before {
    content: "î…"
}

.categoryBox.act {
    display: block
}

.error {
    color: red
}</pre></body></html>