* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%;
    background: #404451;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-size-adjust: 100%
}


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: "Dosis", sans-serif;
}

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 > p,
.ad1 > 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
}


header {
    display: none
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
}

header .container .logo {
    display: block;
    width: 100px;
    height: 40px
}

header .container .logo > img {
    height: 100%
}

header .container > nav > a {
    margin-left: 20px
}

header .container > nav > a .iconfont {
    color: #fff;
    font-size: 20px
}

@media screen and (max-width: 1181px) {
    header {
        display: block;
        background: #121212
    }
}

.main {
    display: flex;
    justify-content: space-between;
    transition: all .3s;
    position: relative;
    width: 100%;
}

.main .left {
    width: 240px;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: 9999;
}

.main .left .box {
    padding: 24px;
    border-radius: 8px;
    background: #22252d;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 2px hsl(0deg 0% 0% / 20%);
}

.main .left .box .logo {
    display: inline-block;
    height: 60px
}

.main .left .box .logo > img {
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1441px) {
    .main .left .box .logo {
        height: 40px
    }
}

.main .left .box > nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px
}

.main .left .box > nav > a {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    color: #ccc;
    border: 2px solid transparent;
    transition: all .3s;
    gap: 12px;
}

.main .left .box > nav > a .iconfont {
    font-size: 19px;
    color: #ccc;
    margin-right: 16px
}

.main .left .box > nav > a.active {
    background: #22252d;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, .7);
    border: 2px solid #4fffeb
}

.main .left .box > nav > a.active .iconfont::before {
    content: ""
}

.main .left .box > nav > a.active .iconfont {
    color: #fff
}

@media screen and (min-width: 1181px) {
    .main .left .box > nav > a:hover {
        background: #22252d
    }
}

.main .left .box > nav > a + a {
    margin-top: 16px
}

.main .left .box > nav > a + a.active .iconfont::before {
    content: ""
}

.main .left .box1 {
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 8px;
    background: #22252d;
    margin-top: 10px;
    height: fit-content;
    box-shadow: 0 1px 2px hsl(0deg 0% 0% / 20%);
}

.main .left .box1 > ul {
    width: 100%
}

.main .left .box1 > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    color: #ccc;
    border: 2px solid transparent;
    transition: all .3s;
    gap: 12px;
    font-weight: 600;
}


.main .left .box1 > ul > li > a.active {
    background: #404451;
    color: #ffa500;
    box-shadow: 0 0 8px 0 rgba(79, 255, 235, .7);
    border: 2px solid #4fffeb
}

.main .left .box1 > ul > li > a.active .iconfont::before {
    content: ""
}

.main .left .box1 > ul > li > a.active .iconfont {
    color: #fff
}

@media screen and (min-width: 1181px) {
    .main .left .box1 > ul > li > a:hover {
        background: #404451
    }
}

.main .left .box1 > ul > li + li {
    margin-top: 16px
}


.main .left .box1 .bot > nav {
    display: flex;
    flex-direction: column
}

.main .left .box1 .bot > nav > a {
    color: #ccc;
    font-family: "Dosis", sans-serif;
    margin-top: 11px;
    transition: all .3s
}

@media screen and (min-width: 1181px) {
    .main .left .box1 .bot > nav > a:hover {
        color: #fff
    }
}

.main .left .box1 .bot > 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 0 40px
}


.main .right .Rbox .title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main .right .Rbox .title > a {
    transition: all .3s;
    color: #999
}

.main .right .Rbox .title > 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 > li {
    width: 100%
}

.main .right .Rbox .gameBox .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent
}

.main .right .Rbox .gameBox .gamelist > li > a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.main .right .Rbox .gameBox .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .gameBox .gamelist > li > a > 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 > li > a > p > span {
    color: #fff;
    font-family: "Dosis", sans-serif;
    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 > li > a:hover {
        border: 2px solid #4fffeb;
        transform: translateY(-8px)
    }

    .main .right .Rbox .gameBox .gamelist > li > a:hover > p {
        bottom: 0
    }
}

.main .right .Rbox .gameBox .gamelist > li:nth-child(1) {
    grid-row: 2/4;
    grid-column: 1/3
}

.main .right .Rbox .gameBox .gamelist > li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 4/6
}

.main .right .Rbox .gameBox .gamelist > li:nth-child(3) {
    grid-row: 2/4;
    grid-column: 6/8
}

.main .right .Rbox .gameBox .gamelist > 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 > li > a {
        width: 86px;
        overflow: auto;
        border: none
    }

    .main .right .Rbox .gameBox .gamelist > li > a .thumb {
        border-radius: 16px;
        overflow: hidden
    }

    .main .right .Rbox .gameBox .gamelist > li > a > 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 > li {
    width: 100%
}

.main .right .Rbox .listBox .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid transparent
}

.main .right .Rbox .listBox .gamelist > li > a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.main .right .Rbox .listBox .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .listBox .gamelist > li > a > 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 > li > a > p > span {
    color: #fff;
    font-family: "Dosis", sans-serif;
    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 > li > a:hover {
        border: 2px solid #4fffeb;
        transform: translateY(-8px)
    }

    .main .right .Rbox .listBox .gamelist > li > a:hover > 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 > li {
    width: calc((100% - 80px) / 6);
    margin: 16px 16px 0 0;
    transition: all .3s
}

.main .right .Rbox .gametop .gamelist > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #22252d;
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 16px;
    box-shadow: 0 1px 2px hsl(0deg 0% 0% / 20%);
}

.main .right .Rbox .gametop .gamelist > li > a .thumb {
     
    position: relative
}

.main .right .Rbox .gametop .gamelist > li > a .thumb > img {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .Rbox .gametop .gamelist > li > a .thumb > 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 > li > a .thumb > p .iconfont {
    font-size: 22px;
    color: #111
}

.main .right .Rbox .gametop .gamelist > li > a > dl {
    margin-top: 16px
}

.main .right .Rbox .gametop .gamelist > li > a > dl > 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: "Dosis", sans-serif;
}

.main .right .Rbox .gametop .gamelist > li > a > dl > dd {
    font-size: 14px;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: normal;
    flex-direction: row-reverse;
}


.main .right .Rbox .gametop .gamelist > li > a > dl > dd > 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 > li:nth-child(6n) {
    margin-right: 0
}

@media screen and (min-width: 1181px) {
    .main .right .Rbox .gametop .gamelist > li:hover > a {
        border: 2px solid #4fffeb
    }

    .main .right .Rbox .gametop .gamelist > li:hover > a > dl > dt {
        color: #FFA500
    }

    .main .right .Rbox .gametop .gamelist > li:hover > a > dl > dd > p {
        background: #FFA500;
        color: #111;
        box-shadow: 0 0 6px 0 rgba(79, 255, 235, .7)
    }
}

@media screen and (max-width: 1441px) {
    .main .right .Rbox .gametop .gamelist > li {
        width: calc((100% - 60px) / 6);
        margin: 12px 12px 0 0
    }

    .main .right .Rbox .gametop .gamelist > li > a .thumb { 
        border-radius: 16px
    }

    .main .right .Rbox .gametop .gamelist > li > a .thumb > p {
        width: 32px;
        height: 32px;
        top: -10px;
        left: -10px
    }

    .main .right .Rbox .gametop .gamelist > li > a .thumb > p .iconfont {
        font-size: 16px
    }
}

@media screen and (max-width: 1279px) {
    .main .right .Rbox .gametop .gamelist > li {
        width: calc((100% - 48px) / 5)
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(6n) {
        margin-right: 12px
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(5n) {
        margin-right: 0
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(n+11) {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .main .right .Rbox .gametop .gamelist > li {
        width: calc((100% - 36px) / 4)
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(5n) {
        margin-right: 12px
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(4n) {
        margin-right: 0
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(n+9) {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main .right .Rbox .gametop .gamelist > li {
        width: calc((100% - 12px) / 2)
    }

    .main .right .Rbox .gametop .gamelist > li > a .thumb {
         
    }

    .main .right .Rbox .gametop .gamelist > li:nth-child(4n) {
        margin-right: 12px
    }

    .main .right .Rbox .gametop .gamelist > 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 > input {
    font-size: 14px;
    text-indent: 12px;
    color: #ccc;
    -webkit-text-fill-color: #ccc;
    width: 100%;
    height: 100%;
    background: #22252d;
    border-radius: 26px;
    border: 2px solid #fff
}

.main .right .Rbox .seaBox .searchBtn > 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 > 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 > input {
    border: 2px solid #4fffeb
}

.main .right .Rbox .seaBox .searchBtn.act > button {
    background: #4fffeb
}

.main .right .Rbox .seaBox .searchBtn.act > button .iconfont {
    color: #111
}

.main .right .Rbox .seaBox > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px
}

.main .right .Rbox .seaBox > a .iconfont {
    color: #ccc;
    font-size: 16px
}

.main .right .Rbox .seakey {
    margin-top: 24px
}

.main .right .Rbox .seakey nav > a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    padding: 9px 20px;
    border-radius: 26px;
    background: #22252d;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    transition: all .3s
}

@media screen and (min-width: 1181px) {
    .main .right .Rbox .seakey nav > a:hover {
        background: #4fffeb;
        color: #111
    }
}

.main .right .Rbox .seaResult {
    margin-top: 24px
}

.main .right .Rbox .seaResult .seaList > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #22252d;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    border: 2px solid transparent;
    transition: all .3s
}

.main .right .Rbox .seaResult .seaList > li > a .thumb {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    margin-right: 12px;
    overflow: hidden
}

.main .right .Rbox .seaResult .seaList > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .Rbox .seaResult .seaList > li > a > dl {
    width: calc(100% - 208px)
}

.main .right .Rbox .seaResult .seaList > li > a > dl > dt {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    color: #fff
}

.main .right .Rbox .seaResult .seaList > li > a > dl > dd {
    margin-top: 8px;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Dosis", sans-serif;
}

.main .right .Rbox .seaResult .seaList > li > a > dl > dd .iconfont {
    color: #ccc;
    margin-left: 6px;
    font-size: 12px
}

.main .right .Rbox .seaResult .seaList > li > a > 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 > li > a .thumb {
        width: 70px;
        height: 70px
    }

    .main .right .Rbox .seaResult .seaList > li > a > p {
        width: 80px;
        margin-left: 12px
    }

    .main .right .Rbox .seaResult .seaList > li > a > dl {
        width: calc(100% - 174px)
    }

    .main .right .Rbox .seaResult .seaList > li > a > dl > dt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .main .right .Rbox .seaResult .seaList > li > a > dl > 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 > li > a:hover {
        border: 2px solid #4fffeb
    }

    .main .right .Rbox .seaResult .seaList > li > a:hover > dl > dt {
        color: #4fffeb
    }

    .main .right .Rbox .seaResult .seaList > li > a:hover > 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 > a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #22252d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666
}

.main .right .Rbox .seaResult .pageNum > a .iconfont {
    font-size: 14px
}

.main .right .Rbox .seaResult .pageNum > 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 > li {
    margin: 0 5px
}

.main .right .Rbox .seaResult .pageNum .pageLi > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #22252d;
    color: #ccc;
    font-size: 14px;
    transition: all .3s
}

.main .right .Rbox .seaResult .pageNum .pageLi > li > a.active,
.main .right .Rbox .seaResult .pageNum .pageLi > li > 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 > 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 > .iconfont,
.main .right .Rbox .swiper_con .sw_btn .swiper-button-n1 > .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 > li {
    width: calc((100% - 48px) / 4);
    margin: 16px 16px 0 0
}

.main .right .Rbox .categoriesBox .categorieslist > li > a {
    background: #22252d;
    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 > li > a .thumb {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    /*border: 1px solid #ecedee;*/
    overflow: hidden
}

.main .right .Rbox .categoriesBox .categorieslist > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .right .Rbox .categoriesBox .categorieslist > li > a > dl {
    padding: 0 12px;
    width: calc(100% - 110px)
}

.main .right .Rbox .categoriesBox .categorieslist > li > a > dl > dt {
    font-size: 16px;
    font-family: "Dosis", sans-serif;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main .right .Rbox .categoriesBox .categorieslist > li > a > dl > dd {
    margin-top: 8px;
    font-size: 12px;
    color: #999
}

.main .right .Rbox .categoriesBox .categorieslist > li > a > 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 > li > a > p .iconfont {
    font-size: 15px;
    color: #fff
}

@media screen and (min-width: 1181px) {
    .main .right .Rbox .categoriesBox .categorieslist > li > a:hover {
        border: 2px solid #4fffeb
    }

    .main .right .Rbox .categoriesBox .categorieslist > li > a:hover > p {
        background: #4fffeb;
        box-shadow: 0 0 6px 0 rgba(79, 255, 235, .7)
    }

    .main .right .Rbox .categoriesBox .categorieslist > li > a:hover > p .iconfont {
        color: #111
    }
}

.main .right .Rbox .categoriesBox .categorieslist > li:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width: 1180px) {
    .main .right .Rbox .categoriesBox .categorieslist > li {
        width: calc((100% - 32px) / 3)
    }

    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(4n) {
        margin-right: 16px
    }

    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 766px) {
    .main .right .Rbox .categoriesBox .categorieslist > li {
        width: 100%;
        margin: 16px 0 0
    }

    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(4n) {
        margin-right: 0
    }

    .main .right .Rbox .categoriesBox .categorieslist > li:nth-child(3n) {
        margin-right: 0
    }
}

.main .right .Rbox .comment {
    background: #22252d;
    border-radius: 8px;
    padding: 16px;
    margin-top: 24px
}


.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 > p {
    color: #fff;
    font-size: 18px;
    font-family: "Dosis", sans-serif;
    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: #ccc;
    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: #ccc;
    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 > 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 > 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 > li {
    padding: 16px 0;
    border-bottom: 1px solid #242424
}

.main .right .Rbox .comment .commentList > li > h3 {
    color: #fff;
    font-family: "Dosis", sans-serif;
}

.main .right .Rbox .comment .commentList > li > div .layui-icon {
    font-size: 12px
}

.main .right .Rbox .comment .commentList > li > div time {
    font-size: 12px;
    color: #ccc;
    font-family: "Dosis", sans-serif;
}

.main .right .Rbox .comment .commentList > li > p {
    color: #ccc;
    font-family: "Dosis", sans-serif;
}

.main .right .Rbox .errorCont,
.main .right .Rbox .nosearch {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px
}

.main .right .Rbox .errorCont > h3,
.main .right .Rbox .nosearch > h3 {
    font-size: 20px;
    color: #fff
}

.main .right .Rbox .errorCont > p,
.main .right .Rbox .nosearch > p {
    margin-top: 8px;
    font-size: 14px;
    color: #ccc;
    font-family: "Dosis", sans-serif;
}

.main .right .Rbox .errorCont > img,
.main .right .Rbox .nosearch > img {
    width: 250px
}

.main .right .Rbox .errorCont {
    min-height: 700px
}

.main .right .Rbox .errorCont > .can {
    width: 120px;
    height: 50px;
    background: #FFA500;
    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 > 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 > 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 > 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 > ul {
    margin-top: 24px;
    display: flex
}

.main .right .Rbox .info1 .con > ul > li {
    display: flex;
    align-items: center;
    flex-direction: column
}

.main .right .Rbox .info1 .con > ul > li > span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px
}

.main .right .Rbox .info1 .con > ul > li > small {
    font-family: "Dosis", sans-serif;
    font-size: 12px;
    color: #ccc;
    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 > h4 {
        font-size: 18px
    }

    .main .right .Rbox .info1 .con > ul {
        margin-top: 10px
    }

    .main .right .Rbox .info1 .con .rate {
        padding: 0 12px
    }
}

.main .right .Rbox .content .platform {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main .right .Rbox .content .platform > li {
    width: calc(33% - 8px);
    display: flex;
    border-radius: 10px;
    margin-top: 16px;
    background: #242424;
    padding: 10px 18px
}

.main .right .Rbox .content .platform > li > p {
    width: 24px;
    height: 24px;
    color: #4fffeb;
}

.main .right .Rbox .content .platform > li > p .iconfont {
    font-size: 23px;
    color: #4fffeb
}

.main .right .Rbox .content .platform > li > p + p {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px
}

.main .right .Rbox .content .platform > li > p + p > span {
    color: #fff
}

.main .right .Rbox .content .platform > li > p + p > small {
    font-size: 12px;
    color: #999
}

@media screen and (max-width: 1279px) {
    .main .right .Rbox .content .platform > li {
        width: calc(50% - 8px)
    }
}

@media screen and (max-width: 767px) {
    .main .right .Rbox .content .platform > 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 > 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 > 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 > 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 > ul {
    margin-top: 24px;
    display: flex
}

.main .right .Rbox .content .info .con > ul > li {
    display: flex;
    align-items: center;
    flex-direction: column
}

.main .right .Rbox .content .info .con > ul > li > span {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 8px
}

.main .right .Rbox .content .info .con > ul > li > small {
    font-family: "Dosis", sans-serif;
    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 > li {
    width: calc((100% - 32px) / 3)
}

.main .right .Rbox .getGame .installBtn > li > 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 > li > a > p {
    display: flex;
    align-items: center;
    color: #fff
}

.main .right .Rbox .getGame .installBtn > li > a > p .iconfont {
    color: #fff;
    font-size: 24px;
    margin-right: 16px
}

.main .right .Rbox .getGame .installBtn > li > a > span {
    color: #ccc;
    font-size: 12px
}

@media screen and (min-width: 1180px) {
    .main .right .Rbox .getGame .installBtn > li > a:hover {
        border: 2px solid #4fffeb
    }

    .main .right .Rbox .getGame .installBtn > li > a:hover > p {
        color: #4fffeb
    }

    .main .right .Rbox .getGame .installBtn > li > a:hover > p .iconfont {
        color: #4fffeb
    }
}

.main .right .Rbox .getGame .installBtn > 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 > li {
        width: 100%
    }

    .main .right .Rbox .getGame .installBtn > 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 > p {
    color: #28c840;
    font-size: 12px
}

.main .right .Rbox .getGame .security > p .iconfont {
    font-size: 16px;
    margin-right: 16px
}

.main .right .Rbox .getGame .security > span {
    margin-left: 16px;
    font-family: "Dosis", sans-serif;
    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 > span {
        margin-left: 0;
        margin-top: 7px
    }
}

.main .right .Rbox .module {
    margin: 24px 0;
    background: #22252d;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 2px hsl(0deg 0% 0% / 20%);
}

.main .right .Rbox .module .des {
    position: relative;
    line-height: 26px;
    color: #ccc;
    box-sizing: content-box;
    font-size: 14px;
    font-family: "Dosis", sans-serif;
}

.main .right .Rbox .module .des > p,
.main .right .Rbox .module .des > span {
    color: #ccc;
    font-size: 14px;
    font-family: "Dosis", sans-serif;
    line-height: 26px
}

.main .right .Rbox .module .des > p > span,
.main .right .Rbox .module .des > span > span {
    color: #ccc;
    font-size: 14px;
    font-family: "Dosis", sans-serif;
}

.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 .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 > .install {
    width: 779px
}

.main .right .Rbox .download > .install > li {
    border-radius: 25px;
    padding: 0 4px 0 24px;
    height: 50px;
    display: flex;
    align-items: center
}

.main .right .Rbox .download > .install > li:nth-child(1) {
    background: #68cc5b;
    transition: all .3s
}

.main .right .Rbox .download > .install > li:nth-child(1) > a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.main .right .Rbox .download > .install > li:nth-child(1) > a > span {
    font-family: "Dosis", sans-serif;
    font-size: 16px
}

.main .right .Rbox .download > .install > li:nth-child(1) > a > p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 42px;
    background: rgba(255, 255, 255, .2);
    border-radius: 30px;
    font-family: "Dosis", sans-serif;
    font-size: 16px
}

.main .right .Rbox .download > .install > li:nth-child(1) > a > p .iconfont {
    font-size: 14px;
    margin-right: 9px
}

@media screen and (min-width: 1181px) {
    .main .right .Rbox .download > .install > li:nth-child(1):hover {
        box-shadow: 0 4px 8px 0 rgba(104, 204, 91, .5)
    }
}

.main .right .Rbox .download > .install > li + li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e8e9ea;
    margin-top: 16px;
    cursor: pointer
}

.main .right .Rbox .download > .install > li + li > span {
    color: #16243e;
    font-family: "Dosis", sans-serif;
    font-size: 16px
}

.main .right .Rbox .download > .install > li + li > nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main .right .Rbox .download > .install > li + li > nav > 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 > .install > li + li > nav > a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Dosis", sans-serif;
    color: #16243e
}

.main .right .Rbox .download > .install > li + li > nav > a > span .iconfont {
    color: #16243e;
    font-size: 14px;
    margin-right: 9px
}

.main .right .Rbox .download > .install > li + li > nav > 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 > .install > li + li > nav > 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 > .install > li + li > nav > a .code > img {
    width: 80px
}

@media screen and (min-width: 1181px) {
    .main .right .Rbox .download > .install > li + li:hover > nav > a .code {
        display: block
    }
}

.main .right .Rbox .download .security {
    width: calc(100% - 803px)
}

.main .right .Rbox .download .security > h2 {
    color: #16243e;
    font-size: 18px
}

.main .right .Rbox .download .security > h2 .iconfont {
    color: #4fffeb;
    font-size: 18px;
    margin-right: 10px
}

.main .right .Rbox .download .security > p {
    margin-top: 8px;
    padding-left: 33px;
    font-family: "Dosis", sans-serif;
    color: #757b87
}

.main .right .Rbox .download .installBtn {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px
}

.main .right .Rbox .download .installBtn > 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 > a .iconfont {
    color: #16243e;
    font-size: 17px;
    margin-right: 8px
}

.main .right .Rbox .download .installBtn > a > span {
    font-family: "Dosis", sans-serif;
    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 > li + li {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main .right .Rbox .download .install > li:nth-child(1) > a > span {
        display: none
    }

    .main .right .Rbox .download .install > li:nth-child(1) > a > p {
        background: 0 0
    }

    .main .right .Rbox .download .installBtn {
        flex-direction: column
    }

    .main .right .Rbox .download .installBtn > a {
        width: 100%
    }

    .main .right .Rbox .download .installBtn > 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 > li {
    margin: 16px 16px 0 0;
    width: calc((100% - 114px) / 8);
}

.main .right .Rbox .similar .similarBox > li > a {
    display: block;
    width: 100%;
    transition: all .3s;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 1px 2px hsl(0deg 0% 0%);
}

.main .right .Rbox .similar .similarBox > li > a .thumb {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.main .right .Rbox .similar .similarBox > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.main .right .Rbox .similar .similarBox > li > a > p {
    position: absolute;
    width: 100%;
    padding: 8px 12px;
    transition: all .3s;
    bottom: -80px;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    border-radius: 0 0 15px 15px
}

.main .right .Rbox .similar .similarBox > li > a > p > span {
    color: #fff;
    font-family: "Dosis", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center
}

.main .right .Rbox .similar .similarBox > li > a::before {
    content: "";
    width: 53px;
    height: 53px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.main .right .Rbox .similar .similarBox > li > a.onicon::before {
    display: none;
}

@media screen and (min-width: 1181px) {
    /*.main .right .Rbox .similar .similarBox > li > a:hover {
        border: 2px solid #2c94ce
    }*/
    .main .right .Rbox .similar .similarBox > li > a:hover > p {
        bottom: 0
    }
}

.main .right .Rbox .similar .similarBox > li:nth-child(8n) {
    margin-right: 0
}

@media screen and (max-width: 1279px) {
    .main .right .Rbox .similar .similarBox > li {
        width: calc((100% - 80px) / 6)
    }

    .main .right .Rbox .similar .similarBox > li:nth-child(8n) {
        margin-right: 16px
    }

    .main .right .Rbox .similar .similarBox > li:nth-child(6n) {
        margin-right: 0
    }

    .main .right .Rbox .similar .similarBox > li:nth-child(n+9) {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main .right .Rbox .similar .similarBox > li {
        width: calc((100% - 32px) / 3)
    }

    .main .right .Rbox .similar .similarBox > li:nth-child(6n) {
        margin-right: 16px
    }

    .main .right .Rbox .similar .similarBox > li:nth-child(3n) {
        margin-right: 0
    }
}

.main .right .Rbox .company {
    min-height: calc(100% - 140px);
    margin-top: 16px
}

.main .right .Rbox .company > h2 {
    font-size: 24px;
    color: #fff
}

.main .right .Rbox .company .description {
    margin-top: 16px;
    background: #22252d;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 20px;
    margin-bottom: 16px;
    color: #ccc
}

.main .right .Rbox .company .description h1 {
    color: #FFA500;
    font-size: 28px;
    font-weight: bold;
}

.main .right .Rbox .company .description h3 {
    font-size: 20px;
    margin: 15px 0;
    color: #FFA500;
    font-weight: 600;
}

.main .right .Rbox .company .description h4 {
    font-size: 20px;
    margin: 15px 0;
    color: #FFA500;
}

.main .right .Rbox .company .description p {
    margin-bottom: 15px;
    color: #ccc
}

.main .right .Rbox .company .description ul {
    padding-left: 24px;
    margin: 0 0 12px;
}

.main .right .Rbox .company .description ul li {
    list-style: disc;
    margin: 0 0 12px;
}

.main .right .Rbox .company .description ul li a {
    color: #FFA500;
}

.main .right .Rbox .company form {
    margin-top: 16px;
    background: #22252d;
    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: #ccc;
    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: #ccc;
    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: "Dosis", sans-serif;
}

.main .right .problem {
    margin: 24px 0
}

.main .right .problem .problemL > li {
    width: 100%;
    border-bottom: 1px solid #ecedee;
    transition: all .3s;
    padding: 24px 0
}

.main .right .problem .problemL > li .problemt {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.main .right .problem .problemL > li .problemt > 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 > li .problemt > h3 {
    color: #132141;
    width: calc(100% - 50px)
}

.main .right .problem .problemL > li .problemr {
    padding-top: 16px;
    line-height: 24px;
    color: #ccc;
    font-family: "Dosis", sans-serif;
    display: none
}

.main .right .problem .problemL > li:hover .problemt > p {
    background: #f9fafb;
    border: 1px solid #ecedee
}

.main .right .problem .problemL > li.act .problemt > p {
    background: #f9fafb;
    border: 1px solid #ecedee
}

.main .right .problem .problemL > li.act .problemt > p .iconfont::before {
    content: ""
}

.main .right .problem .problemL > li.act .problemr {
    display: block
}

.main .right .problem .problemL > 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 > dl {
    font-size: 24px;
    width: calc(100% - 230px)
}

.main .right .video .playGame .playName > dl > dt {
    font-family: "Dosis", sans-serif;
    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 > dl > dd > span {
    color: #ccc;
    font-family: "Dosis", sans-serif;
    font-size: 16px
}

.main .right .video .playGame .playName > dl > dd .layui-rate {
    margin-bottom: 0;
    padding: 0;
    margin-left: 5px
}

.main .right .video .playGame .playName > dl > 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 > li {
    display: flex;
    align-items: center
}

.main .right .video .playGame .playName .choice .zanBox > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px
}

.main .right .video .playGame .playName .choice .zanBox > li > a .iconfont {
    font-size: 20px;
    color: #ccc
}

.main .right .video .playGame .playName .choice .zanBox > li > a > span {
    text-align: center;
    margin-left: 8px;
    color: #ccc;
    font-family: "Dosis", sans-serif;
}

@media (any-hover: hover) {
    .main .right .video .playGame .playName .choice .zanBox > li > a:hover .iconfont {
        color: #4fffeb
    }
}

.main .right .video .playGame .playName .choice .zanBox > li > 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 > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.main .right .video .playGame .videoGame .iframe_img .bbc > 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: "Dosis", sans-serif;
}

.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 > dl {
        width: calc(100% - 100px)
    }

    .main .right .video .playGame .playName .choice .zanBox > li > 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 > li {
    width: calc((100% - 28px) / 8);
    margin: 4px 4px 0 0;
    position: relative;
    transition: all .3s
}

.main .right .extension .extensionBox > li > a {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 4px solid transparent
}

.main .right .extension .extensionBox > li > 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 > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.main .right .extension .extensionBox > li > a > 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 > li > a > p > 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: "Dosis", sans-serif;
}

.main .right .extension .extensionBox > li:nth-child(8n) {
    margin-right: 0
}

@media screen and (min-width: 1181px) {
    .main .right .extension .extensionBox > li:hover {
        transform: scale(1.04)
    }

    .main .right .extension .extensionBox > li:hover > a {
        border: 4px solid rgba(79, 255, 235, .7)
    }

    .main .right .extension .extensionBox > li:hover > a .thumb {
        border: 2px solid #4fffeb
    }

    .main .right .extension .extensionBox > li:hover > a > p {
        bottom: 2px
    }
}

@media screen and (max-width: 1279px) {
    .main .right .extension .extensionBox > li {
        width: calc((100% - 20px) / 6)
    }

    .main .right .extension .extensionBox > li:nth-child(8n) {
        margin-right: 4px
    }

    .main .right .extension .extensionBox > li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .main .right .extension .extensionBox > li {
        width: calc((100% - 8px) / 3)
    }

    .main .right .extension .extensionBox > li:nth-child(6n) {
        margin-right: 4px
    }

    .main .right .extension .extensionBox > li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1441px) {
    .main .left {
        width: 200px
    }

    .main .left .box {
        padding: 16px
    }

    .main .left .box > nav > a { 
        align-items: ce