* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: Fredoka-SemiBold
}

html,
body {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    background: linear-gradient(180deg, #80DDD8 0%, #1EC9BD 100%)
}

body {
    background: linear-gradient(180deg, #80DDD8 0%, #1EC9BD 100%)
}

@font-face {
    font-family: "Fredoka-SemiBold";
    src: url("../css/Fredoka-SemiBold.ttf")
}

@font-face {
    font-family: "Fredoka-Medium";
    src: url("../css/Fredoka-Medium.ttf")
}

@font-face {
    font-family: "Fredoka-Regular";
    src: url("../css/Fredoka-Regular.ttf")
}

body {
    position: relative
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize
}

button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.container {
    max-width: 1840px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

img {
    border-style: none
}

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

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

div,
i {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.act {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0
    }
}

header {
    background: linear-gradient(180deg, #182A3D 0%, #37485E 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    padding: 15px 0
}

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

header .container .branch {
    width: 220px
}

header .container .branch>img {
    width: 100%
}

header .container nav {
    width: calc(100% - 420px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    overflow-y: hidden;
    padding-right: 40px
}

header .container nav>a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    padding: 9px 16px;
    border-radius: 25px;
    border: 2px solid transparent;
    transition: all .3s
}

header .container nav>a>img {
    width: 24px;
    border-radius: 6px
}

header .container nav>a>p {
    color: #fff;
    margin-left: 8px
}

header .container nav #all>p {
    margin-left: 0
}

@media(any-hover: hover) {
    header .container nav>a:hover {
        background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
        border: 2px solid #fff;
        box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, .2)
    }
}

@media screen and (max-width: 1790px) {
    header .container nav {
        padding-right: 20px
    }

    header .container nav>a:nth-last-child(2) {
        display: none
    }

    header .container nav>a:nth-last-child(3) {
        display: none
    }

    header .container nav>a:nth-last-child(4) {
        display: none
    }

    header .container nav>a:nth-last-child(5) {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    header .container nav {
        padding-right: 20px
    }

    header .container nav>a {
        padding: 9px 8px
    }

    header .container nav>a:nth-last-child(6) {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    header .container nav {
        padding-right: 20px
    }

    header .container nav>a {
        padding: 9px 8px
    }

    header .container nav>a:nth-last-child(7) {
        display: none
    }

    header .container nav>a:nth-last-child(8) {
        display: none
    }
}

header .container .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    color: #697d94;
    transition: all .3s;
    position: relative
}

header .container .searchBtn>input {
    width: 100%;
    height: 40px;
    border: none;
    color: #697d94;
    background: #fff;
    text-indent: 15px;
    -webkit-text-fill-color: #697d94
}

header .container .searchBtn>button {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #fff
}

header .container .searchBtn>button .iconfont {
    font-size: 18px;
    color: #697d94
}

header .container .mbtn {
    display: none;
    align-items: center
}

header .container .mbtn>a {
    display: block
}

header .container .mbtn>a .iconfont {
    color: #fff;
    margin: 0 8px;
    font-size: 18px
}

@media screen and (max-width: 900px) {
    header .container .branch {
        width: 150px
    }

    header .container .mbtn {
        display: flex
    }

    header .container nav,
    header .container .searchBtn {
        display: none
    }
}

@media screen and (max-width: 767px) {
    header .container {
        padding: 0 15px
    }
}

header .errorLogo {
    justify-content: center
}

header.active .container .branch,
header.active .container .mbtn {
    display: none
}

header.active .container .searchBtn {
    width: 100%;
    display: block
}

header.active::before {
    display: block
}

header::before {
    position: fixed;
    top: 70px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 999
}

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

.container .layui-icon {
    font-size: 12px !important;
    color: #ff5d00 !important;
    margin-right: 3px !important
}

.container .layui-icon-rate-solid:before,
.container .layui-icon-rate:before {
    content: "?"
}

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

@keyframes mymove {
    from {
        top: 100%;
        left: -140%
    }

    to {
        top: -140%;
        left: 100%
    }
}

.container .gameBox {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(12, calc((100% - 220px)/12))
}

.container .gameBox>li {
    width: 100%;
    position: relative;
    transition: all .3s
}

.container .gameBox>li>a {
    overflow: hidden;
    width: 100%;
    display: flex;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    transition: all .3s;
    border-radius: 15%;
    box-shadow: 0px 4px 10px 0px #64b4b2
}

.container .gameBox>li>a .thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.container .gameBox>li>a .thumb>img {
    transition: all .3s;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.container .gameBox>li>a>p {
    transition: all .3s;
    position: absolute;
    bottom: -50px;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 4px 10px 4px 10px;
    text-align: center;
    font-family: Fredoka-Medium;
    background: linear-gradient(180deg, #182A3D 0%, #37485E 100%)
}

.container .gameBox>li>a>p>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media(any-hover: hover) {
    .container .gameBox>li:hover {
        transform: scale(1.1)
    }

    .container .gameBox>li:hover>a>p {
        bottom: 0
    }
}

.container .gameBox>li .hotIcon,
.container .gameBox>li .newIcon,
.container .gameBox>li .gameIcon {
    position: absolute;
    top: 10px;
    left: -10px;
    display: block;
    background-image: url(".././images/hot.png");
    background-size: 100% 100%;
    width: 56px;
    height: 40px;
    z-index: 99
}

.container .gameBox>li .newIcon {
    background-image: url(".././images/new.png")
}

.container .gameBox>li .gameIcon {
    width: 42px;
    background-image: url(".././images/game.png")
}

@media screen and (max-width: 1690px) {
    .container .gameBox {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(12, calc((100% - 180px)/12))
    }

    .container .gameBox>li>a>p>span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .container .gameBox>li .newIcon,
    .container .gameBox>li .hotIcon {
        left: -6px;
        top: 5px;
        width: 35px;
        height: 25px
    }

    .container .gameBox>li .gameIcon {
        left: -1px;
        top: 5px;
        width: 35px;
        height: 35px
    }
}

@media screen and (max-width: 1024px) {
    .container .gameBox {
        padding: 10px;
        grid-gap: 10px 10px;
        grid-template-columns: repeat(9, calc((100% - 80px)/9))
    }

    .container .gameBox>li:nth-child(1)>a {
        border-radius: 10%
    }

    .container .gameBox>li .newIcon,
    .container .gameBox>li .hotIcon {
        top: 10px
    }
}

@media screen and (max-width: 767px) {
    .container .gameBox {
        grid-template-columns: repeat(6, calc((100% - 50px)/6))
    }
}

@media screen and (max-width: 660px) {
    .container .gameBox {
        grid-template-columns: repeat(3, calc((100% - 20px)/3))
    }
}

.container.main .gameBox {
    padding: 30px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border: 3px solid #fff
}

.container.main .gameBox>li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3
}

@media(any-hover: hover) {
    .container.main .gameBox>li:nth-child(1):hover {
        transform: scale(1.06)
    }
}

.container.main .gameBox>li:nth-child(2) {
    grid-row: 2/4;
    grid-column: 4/6
}

@media(any-hover: hover) {
    .container.main .gameBox>li:nth-child(2):hover {
        transform: scale(1.06)
    }
}

.container.main .gameBox>li:nth-child(3) {
    grid-row: 1/3;
    grid-column: 7/9
}

@media(any-hover: hover) {
    .container.main .gameBox>li:nth-child(3):hover {
        transform: scale(1.06)
    }
}

.container.main .gameBox>li:nth-child(4) {
    grid-row: 2/4;
    grid-column: 10/12
}

@media(any-hover: hover) {
    .container.main .gameBox>li:nth-child(4):hover {
        transform: scale(1.06)
    }
}

@media screen and (max-width: 1024px) {
    .container.main .gameBox>li:nth-child(4) {
        grid-row: 4/6;
        grid-column: 8/10
    }
}

@media screen and (max-width: 767px) {
    .container.main .gameBox {
        padding: 15px;
        box-shadow: none;
        border-radius: 0;
        border: none
    }

    .container.main .gameBox>li:nth-child(2) {
        grid-row: 4/6;
        grid-column: 2/4
    }

    .container.main .gameBox>li:nth-child(3) {
        grid-row: auto;
        grid-column: auto
    }

    .container.main .gameBox>li:nth-child(4) {
        grid-row: auto;
        grid-column: auto
    }
}

.container .listGame {
    padding: 30px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border: 3px solid #fff;
    padding-top: 0
}

.container .listGame .title {
    height: 55px;
    background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
    box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, .2);
    border-radius: 0px 0px 28px 28px;
    border: 3px solid #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
    border-top: none;
    margin-bottom: 20px
}

.container .listGame .title>h2 {
    color: #fff;
    font-size: 24px
}

.container .listGame.searchTitle .title {
    background: linear-gradient(180deg, #A6DC60 0%, #319D18 100%)
}

@media screen and (max-width: 767px) {
    .container .listGame {
        padding: 5px;
        padding-top: 0;
        border: none;
        box-shadow: none;
        border-radius: 0
    }

    .container .listGame .title {
        margin-bottom: 10px
    }
}

.container .ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px
}

.container .ad>p {
    color: #5f7999;
    font-size: 12px;
    margin-top: 2px
}

.container .nosearch {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.container .nosearch>p {
    font-size: 16px;
    font-family: Fredoka-Regular;
    color: #607a98;
    line-height: 24px
}

.container .nosearch .searchBtn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 700px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    color: #697d94;
    transition: all .3s;
    position: relative
}

.container .nosearch .searchBtn>input {
    width: 100%;
    height: 60px;
    border: none;
    color: #697d94;
    background: #fff;
    text-indent: 10px;
    -webkit-text-fill-color: #697d94
}

.container .nosearch .searchBtn>button {
    position: absolute;
    width: 120px;
    height: 50px;
    right: 5px;
    top: 5px;
    background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
    border-radius: 30px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .container .nosearch .searchBtn {
        width: 100%
    }
}

.detailBox {
    display: flex;
    justify-content: space-between
}

.detailBox .leftBox {
    width: calc(100% - 350px)
}

.detailBox .leftBox .centerTop {
    display: flex;
    justify-content: space-between
}

.detailBox .leftBox .centerTop .leftModel {
    width: 445px
}

.detailBox .leftBox .centerTop .leftModel .listGame {
    padding: 0 20px 20px 20px
}

.detailBox .leftBox .centerTop .leftModel .listGame .gameBox {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(4, calc((100% - 45px)/4))
}

.detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(1):hover {
        transform: scale(1.06)
    }
}

.detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(2) {
    grid-row: 4/6;
    grid-column: 2/4
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(2):hover {
        transform: scale(1.06)
    }
}

.detailBox .leftBox .centerTop .leftModel .adx {
    display: none
}

.detailBox .leftBox .centerTop .centerModel {
    width: calc(100% - 455px);
    margin-top: 10px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox {
    display: flex;
    justify-content: space-between
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .ad {
    width: 340px;
    margin: 0;
    padding: 10px 20px 17px 20px;
    border-radius: 20px;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2)
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo {
    background: rgba(255, 255, 255, .6);
    width: calc(100% - 350px);
    padding: 20px;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2)
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop {
    display: flex;
    justify-content: space-between
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName {
    width: calc(100% - 140px);
    display: flex;
    align-items: center
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName .thumb {
    width: 120px;
    margin-right: 20px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName .thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName>dl {
    width: calc(100% - 140px)
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName>dl>dt {
    font-size: 28px;
    color: #182a3d;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName>dl>dd {
    font-size: 16px;
    font-family: Fredoka-Medium;
    margin-top: 10px;
    color: #607a98;
    line-height: 20px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gRate {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gRate>dt {
    font-size: 34px;
    font-family: Fredoka-Medium;
    color: #182a3d;
    line-height: 36px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gRate>dd {
    font-size: 12px;
    font-family: Fredoka-Medium;
    color: #607a98;
    line-height: 16px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .tag {
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 30px;
    overflow: hidden
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .tag>a {
    display: block;
    padding: 4px 10px;
    background: rgba(216, 216, 216, 0);
    border-radius: 12px;
    border: 1px solid #a7cbd3;
    margin-right: 10px;
    font-size: 12px;
    font-family: Fredoka-Regular;
    color: #5f7a99;
    line-height: 16px;
    transition: all .3s;
    margin-top: 3px
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .tag>a:hover {
        color: #fff;
        background: linear-gradient(180deg, #182A3D 0%, #37485E 100%)
    }
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .security {
    display: flex;
    margin-top: 15px;
    align-items: center;
    padding: 16px;
    background: #fff;
    border-radius: 10px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .security .iconfont {
    font-size: 22px;
    color: #118d3f;
    margin-right: 15px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .security>p {
    font-size: 14px;
    font-family: Fredoka-Regular;
    color: #607a98;
    line-height: 18px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame {
    background: rgba(255, 255, 255, .6);
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2);
    overflow: hidden
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .tLeft {
    font-size: 18px;
    color: #30455d
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .tLeft>img {
    width: 40px;
    height: 40px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .allScreen {
    color: #2f455e;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all .3s
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .allScreen .iconfont {
    color: #2f455e;
    font-size: 22px;
    margin-right: 10px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .allScreen:hover {
    background: #fff
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame .iframe_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.detailBox .leftBox .centerTop .centerModel .topInfo .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)
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame .iframe_img .bbc .thumb {
    width: 140px;
    height: 140px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame .iframe_img .bbc .thumb>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame .iframe_img .bbc>a {
    margin-top: 10px;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 20px
}

.detailBox .leftBox .centerTop .centerModel .topInfo .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)
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame .iframe_img.active {
    display: none
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999
}

.detailBox .leftBox .centerTop .centerModel .topInfo .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
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame .back .iconfont {
    font-size: 20px;
    color: #fff
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame.active iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame.active .back {
    display: flex
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    transition: all .3s
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a .iconfont {
    font-size: 24px;
    color: #2e455f
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a:hover {
        background: #8cc73f
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a:hover .iconfont {
        color: #fff
    }
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a.active {
    background: #8cc73f
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a.active .iconfont {
    color: #fff
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a.eBtn:hover {
        background: #e84545
    }
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a.eBtn.active {
    background: #e84545
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox .proges {
    height: 50px;
    margin: 0 10px;
    padding: 0 16px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox .proges .proges_rate {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox .proges .proges_rate>p {
    font-family: Fredoka-Medium;
    color: #2f455e
}

.detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox .proges .proges_bat {
    margin-top: 4px;
    width: 240px
}

.detailBox .leftBox .centerTop .centerModel .botInfo {
    background: rgba(255, 255, 255, .6);
    padding: 20px;
    padding-top: 0;
    border: 3px solid #fff;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2)
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional {
    margin-top: 20px;
    border-bottom: 1px solid rgba(22, 42, 63, .2);
    padding-bottom: 20px;
    margin-bottom: 10px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional>h2 {
    font-size: 16px;
    font-family: Fredoka-Medium;
    color: #172a3e;
    line-height: 20px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional>.addBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional>.addBox>li {
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    color: #5f7a99;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional>.addBox>li>p .iconfont {
    font-size: 20px;
    color: #5f7a99;
    margin-right: 8px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional>.addBox>li>p>span {
    font-size: 16px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .additional>.addBox>li>small {
    font-size: 14px;
    font-weight: 400;
    font-family: Fredoka-Regular
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con {
    border-bottom: 1px solid rgba(22, 42, 63, .2);
    padding-bottom: 20px;
    margin: 20px 0;
    position: relative
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con>h2 {
    text-align: center;
    font-size: 16px;
    font-family: Fredoka-Medium;
    color: #172a3e;
    line-height: 20px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .preview {
    margin-top: 10px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .preview .swiper-wrapper .swiper-slide {
    width: auto;
    height: 208px;
    overflow: hidden;
    border-radius: 10px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .preview .swiper-wrapper .swiper-slide>img {
    height: 100%
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn {
    width: 100%;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-p1,
.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-n1 {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-p1>.layui-icon,
.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-n1>.layui-icon {
    color: #fff !important;
    font-size: 28px !important
}

@media(any-hover: hover) {

    .detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-p1:hover>.layui-icon,
    .detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-n1:hover>.layui-icon {
        color: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%)
    }
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-p1:focus,
.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .sw_btn .swiper-button-n1:focus {
    outline: none
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .swiper-scrollbar {
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, .2);
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #f5f5f5;
    overflow: hidden;
    top: auto
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(0, 0, 0, .2);
    overflow: hidden
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .maskB {
    z-index: 9999999999;
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9)
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .maskB .swiper-slide {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.detailBox .leftBox .centerTop .centerModel .botInfo .swiper_con .maskB .swiper-slide>img {
    height: 100%
}

.detailBox .leftBox .centerTop .centerModel .botInfo .tagGame {
    border-bottom: 1px solid rgba(22, 42, 63, .2);
    padding: 20px 0
}

.detailBox .leftBox .centerTop .centerModel .botInfo .tagGame>h2 {
    font-size: 16px;
    font-family: Fredoka-Medium;
    color: #172a3e;
    line-height: 20px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .tagGame>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.detailBox .leftBox .centerTop .centerModel .botInfo .tagGame>ul>li>a {
    margin-top: 10px;
    display: block;
    padding: 4px 10px;
    margin-right: 10px;
    background: rgba(216, 216, 216, 0);
    border-radius: 12px;
    border: 1px solid #a7cbd3;
    text-transform: capitalize;
    transition: all .3s;
    font-size: 12px;
    font-family: Fredoka-Regular;
    color: #5f7a99;
    line-height: 16px
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .centerModel .botInfo .tagGame>ul>li>a:hover {
        background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
        color: #fff
    }
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get {
    border-bottom: 1px solid rgba(22, 42, 63, .2);
    padding-bottom: 20px;
    margin: 20px 0
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get>h2 {
    text-align: center;
    font-size: 16px;
    font-family: Fredoka-Medium;
    color: #172a3e;
    line-height: 20px;
    margin-bottom: 10px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li {
    position: relative;
    transition: all .3s;
    margin: 10px 10px 0 10px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li>a {
    padding-right: 6px;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #182A3D 0%, #37485E 100%);
    border-radius: 30px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li>a>p {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li>a>p .iconfont {
    color: #fff;
    font-size: 24px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li>a>span {
    color: #fff;
    font-size: 16px;
    padding-left: 16px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li .code {
    display: none;
    position: absolute;
    top: 80px;
    left: 24px;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    z-index: 9
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li .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 #fff
}

.detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li .code>img {
    width: 140px
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li:hover>a {
        background: #118d3f
    }

    .detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li:hover>a>p {
        color: rgba(17, 141, 63, .2)
    }

    .detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li:hover .code {
        display: block
    }
}

.detailBox .leftBox .centerTop .centerModel .botInfo .ad {
    padding-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid rgba(22, 42, 63, .2)
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module {
    margin-top: 20px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module>h2 {
    font-size: 16px;
    font-family: Fredoka-Medium;
    color: #172a3e;
    line-height: 20px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .des {
    width: 100%;
    margin-top: 10px;
    max-height: 240px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: Fredoka-Regular !important;
    color: #607a98
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .des>p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: Fredoka-Regular !important;
    margin: 0 !important;
    color: #607a98
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .des>p>span {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: Fredoka-Regular !important;
    margin: 0 !important;
    color: #607a98
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .showAll {
    max-height: 4500px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .Mbtn {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .Mbtn .moreShow {
    width: 200px;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    border-radius: 20px;
    border: 1px solid #a7cbd3;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    transition: all .3s;
    text-align: center;
    color: #607a98
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .Mbtn .moreShow::before {
    display: block;
    content: " SHOW MORE ";
    font-weight: 600
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerTop .centerModel .botInfo .module .Mbtn .moreShow:hover {
        background: #607a98;
        color: #fff
    }
}

.detailBox .leftBox .centerTop .centerModel .botInfo .module .Mbtn .lessShow::before {
    display: block;
    content: "SHOW LESS";
    font-weight: 600;
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame {
        border: none;
        box-shadow: none;
        border-radius: 0
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .tLeft {
        width: calc(100% - 52px);
        display: flex;
        align-items: center
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .tLeft>span {
        display: block;
        width: calc(100% - 50px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .allScreen {
        padding: 5px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .allScreen .iconfont {
        margin-right: 0
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .title .allScreen>span {
        display: none
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a {
        width: 36px;
        height: 36px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox>a .iconfont {
        font-size: 16px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .zanBox .proges .proges_bat {
        width: 180px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .playGame .videoGame {
        height: 400px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .ad {
        padding: 0;
        border: none;
        background: none;
        box-shadow: none
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo {
        padding: 10px;
        border: none;
        box-shadow: none;
        border-radius: 0
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName {
        width: calc(100% - 100px)
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName .thumb {
        width: 90px;
        height: 90px;
        margin-right: 8px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName>dl {
        width: calc(100% - 98px)
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName>dl>dt {
        font-size: 16px;
        line-height: 20px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gName>dl>dd {
        font-size: 12px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .gTop .gRate {
        width: 90px;
        height: 90px
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .security {
        padding: 10px;
        align-items: flex-start
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo .security .iconfont {
        margin-right: 5px
    }

    .detailBox .leftBox .centerTop .centerModel .botInfo {
        padding: 10px;
        padding-top: 1px;
        border: none;
        box-shadow: none;
        border-radius: 0
    }

    .detailBox .leftBox .centerTop .centerModel .botInfo .additional .addBox>li {
        width: 100%;
        padding: 10px
    }

    .detailBox .leftBox .centerTop .centerModel .botInfo .get .getList {
        flex-direction: column
    }

    .detailBox .leftBox .centerTop .centerModel .botInfo .get .getList>li {
        margin: 10px 0 0 0
    }
}

.detailBox .leftBox .centerBot .listGame .gameBox {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(10, calc((100% - 135px)/10))
}

.detailBox .leftBox .centerBot .listGame .gameBox>li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerBot .listGame .gameBox>li:nth-child(1):hover {
        transform: scale(1.03)
    }
}

.detailBox .leftBox .centerBot .listGame .gameBox>li:nth-child(2) {
    grid-row: 2/4;
    grid-column: 4/6
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerBot .listGame .gameBox>li:nth-child(2):hover {
        transform: scale(1.03)
    }
}

.detailBox .leftBox .centerBot .listGame .gameBox>li:nth-child(3) {
    grid-row: 1/3;
    grid-column: 7/9
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerBot .listGame .gameBox>li:nth-child(3):hover {
        transform: scale(1.03)
    }
}

@media(any-hover: hover) {
    .detailBox .leftBox .centerBot .listGame .gameBox>li:hover {
        transform: scale(1.06)
    }
}

.detailBox .rightBox {
    width: 340px
}

.detailBox .rightBox .listGame {
    padding: 0 20px 20px 20px
}

.detailBox .rightBox .listGame .gameBox {
    grid-gap: 15px 15px;
    grid-template-columns: repeat(3, calc((100% - 30px)/3))
}

.detailBox .rightBox .listGame .gameBox>li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3
}

@media(any-hover: hover) {
    .detailBox .rightBox .listGame .gameBox>li:nth-child(1):hover {
        transform: scale(1.06)
    }
}

.detailBox .rightBox .listGame .gameBox>li:nth-child(2) {
    grid-row: 4/6;
    grid-column: 2/4
}

@media(any-hover: hover) {
    .detailBox .rightBox .listGame .gameBox>li:nth-child(2):hover {
        transform: scale(1.06)
    }
}

@media(any-hover: hover) {
    .detailBox .rightBox .listGame .gameBox>li:hover {
        transform: scale(1.1)
    }
}

@media screen and (min-width: 1681px) {
    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox li:nth-child(n+19) {
        display: none
    }
}

@media screen and (max-width: 1680px) {
    .detailBox .leftBox .centerTop .leftModel {
        width: calc(100% - 890px)
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(3, calc((100% - 30px)/3))
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(n+13) {
        display: none
    }

    .detailBox .leftBox .centerTop .centerModel {
        width: 880px
    }
}

@media screen and (max-width: 1580px) {
    .detailBox .leftBox .centerTop {
        flex-direction: column-reverse
    }

    .detailBox .leftBox .centerTop .leftModel {
        width: 100%
    }

    .detailBox .leftBox .centerTop .leftModel .listGame {
        padding: 30px;
        padding-top: 0
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(10, calc((100% - 135px)/10))
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(1) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(2) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(3) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(n+13) {
        display: block
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-last-child(1) {
        display: none
    }

    .detailBox .leftBox .centerTop .centerModel {
        width: 100%
    }
}

@media screen and (min-width: 1201px) {
    .detailBox .rightBox .adBox {
        position: sticky;
        top: 20px
    }
}

@media screen and (max-width: 1200px) {
    .detailBox {
        flex-direction: column
    }

    .detailBox .leftBox {
        width: 100%
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox {
        flex-direction: column-reverse;
        align-items: center
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .ad,
    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo {
        width: 100%
    }

    .detailBox .leftBox .centerTop .centerModel .topInfo .infoBox .gameInfo {
        margin-bottom: 10px
    }

    .detailBox .rightBox {
        width: 100%;
        display: none;
        flex-direction: column
    }

    .detailBox .rightBox .listGame .gameBox {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(10, calc((100% - 135px)/10))
    }

    .detailBox .rightBox .listGame .gameBox>li:nth-child(2) {
        grid-row: 1/3;
        grid-column: 4/6
    }

    .detailBox .rightBox .listGame .gameBox>li:nth-child(3) {
        grid-row: 1/3;
        grid-column: 7/9
    }

    .detailBox .rightBox .listGame .gameBox>li:nth-last-child(1) {
        display: none
    }
}

@media screen and (max-width: 1025px) {
    .detailBox .leftBox .centerTop .leftModel .listGame {
        padding: 10px;
        padding-top: 0
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox {
        grid-gap: 8px 8px;
        grid-template-columns: repeat(6, calc((100% - 40px)/6))
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(n+13) {
        display: none
    }

    .detailBox .leftBox .centerTop .centerModel {
        width: 100%
    }

    .detailBox .leftBox .centerBot .listGame {
        padding: 10px;
        padding-top: 0
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox {
        grid-gap: 10px 10px;
        grid-template-columns: repeat(7, calc((100% - 60px)/7))
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li .gameIcon {
        width: 30px;
        height: 30px;
        left: -7px
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li:nth-child(3) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li:nth-child(n+16) {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .detailBox .leftBox .centerTop .leftModel .listGame {
        padding: 10px;
        padding-top: 0
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox {
        grid-gap: 8px 8px;
        grid-template-columns: repeat(3, calc((100% - 16px)/3))
    }

    .detailBox .leftBox .centerTop .leftModel .listGame .gameBox>li:nth-child(n+7) {
        display: none
    }

    .detailBox .leftBox .centerTop .leftModel .adx {
        display: flex
    }

    .detailBox .leftBox .centerBot .listGame {
        padding: 10px;
        padding-top: 0
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox {
        grid-gap: 10px 10px;
        grid-template-columns: repeat(3, calc((100% - 20px)/3))
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li .gameIcon {
        width: 30px;
        height: 30px;
        left: -7px
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li:nth-child(1) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li:nth-child(2) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li:nth-child(3) {
        grid-row: auto;
        grid-column: auto
    }

    .detailBox .leftBox .centerBot .listGame>.gameBox>li:nth-child(n+7) {
        display: none
    }
}

.searchBox {
    min-height: calc(100% - 515px)
}

.extension {
    min-height: calc(100% - 515px)
}

.extension .extensionBox1,
.extension .extensionBox {
    padding: 30px;
    margin-top: 20px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border: 3px solid #fff
}

.extension .extensionBox1 .gameBox>li:nth-child(1),
.extension .extensionBox .gameBox>li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3
}

@media(any-hover: hover) {

    .extension .extensionBox1 .gameBox>li:nth-child(1):hover,
    .extension .extensionBox .gameBox>li:nth-child(1):hover {
        transform: scale(1.06)
    }
}

.extension .extensionBox1 .gameBox>li:nth-child(2),
.extension .extensionBox .gameBox>li:nth-child(2) {
    grid-row: 2/4;
    grid-column: 4/6
}

@media(any-hover: hover) {

    .extension .extensionBox1 .gameBox>li:nth-child(2):hover,
    .extension .extensionBox .gameBox>li:nth-child(2):hover {
        transform: scale(1.06)
    }
}

.extension .extensionBox1 .gameBox>li:nth-child(3),
.extension .extensionBox .gameBox>li:nth-child(3) {
    grid-row: 1/3;
    grid-column: 7/9
}

@media(any-hover: hover) {

    .extension .extensionBox1 .gameBox>li:nth-child(3):hover,
    .extension .extensionBox .gameBox>li:nth-child(3):hover {
        transform: scale(1.06)
    }
}

.extension .extensionBox1 .gameBox>li:nth-child(4),
.extension .extensionBox .gameBox>li:nth-child(4) {
    grid-row: 2/4;
    grid-column: 10/12
}

@media(any-hover: hover) {

    .extension .extensionBox1 .gameBox>li:nth-child(4):hover,
    .extension .extensionBox .gameBox>li:nth-child(4):hover {
        transform: scale(1.06)
    }
}

@media screen and (max-width: 1440px) {

    .extension .extensionBox1,
    .extension .extensionBox {
        padding: 15px
    }
}

@media screen and (max-width: 1024px) {

    .extension .extensionBox1,
    .extension .extensionBox {
        padding: 0 0 10px 0
    }

    .extension .extensionBox1 .gameBox>li:nth-child(4),
    .extension .extensionBox .gameBox>li:nth-child(4) {
        grid-row: 4/6;
        grid-column: 8/10
    }

    .extension .extensionBox1 .moreBtn,
    .extension .extensionBox .moreBtn {
        margin: 2px auto 0 auto
    }
}

@media screen and (max-width: 767px) {

    .extension .extensionBox1,
    .extension .extensionBox {
        border-radius: 0;
        box-shadow: none;
        border: none
    }

    .extension .extensionBox1 .gameBox>li:nth-child(2),
    .extension .extensionBox .gameBox>li:nth-child(2) {
        grid-row: 4/6;
        grid-column: 2/4
    }

    .extension .extensionBox1 .gameBox>li:nth-child(3),
    .extension .extensionBox .gameBox>li:nth-child(3) {
        grid-row: auto;
        grid-column: auto
    }

    .extension .extensionBox1 .gameBox>li:nth-child(4),
    .extension .extensionBox .gameBox>li:nth-child(4) {
        grid-row: auto;
        grid-column: auto
    }
}

@media screen and (max-width: 767px) {
    .extension .extensionBox1 {
        margin-top: 0
    }
}

.extension .extensionBox1 .gameBox>li:nth-child(1) {
    box-shadow: 0px 4px 10px 0px #64b4b2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-row: 1/2;
    grid-column: 1/3;
    background: linear-gradient(180deg, #182A3D 0%, #37485E 100%);
    border-radius: 30px;
    padding: 0 15px
}

.extension .extensionBox1 .gameBox>li:nth-child(1)>img {
    width: 100%
}

.extension .extensionBox1 .gameBox>li:nth-child(1):hover {
    transform: scale(1)
}

.extension .extensionBox1 .gameBox>li:nth-child(1) .searchBtn {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    color: #fff;
    position: relative
}

.extension .extensionBox1 .gameBox>li:nth-child(1) .searchBtn>input {
    width: 100%;
    padding: 0 15px;
    height: 36px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    text-indent: 1px;
    -webkit-text-fill-color: #fff
}

.extension .extensionBox1 .gameBox>li:nth-child(1) .searchBtn>button {
    position: absolute;
    right: 15px;
    top: 8px;
    background: transparent
}

.extension .extensionBox1 .gameBox>li:nth-child(1) .searchBtn>button .iconfont {
    font-size: 18px;
    color: #fff
}

@media screen and (max-width: 1690px) {
    .extension .extensionBox1 .gameBox {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(12, calc((100% - 165px)/12))
    }

    .extension .extensionBox1 .gameBox>li>a>p>span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .extension .extensionBox1 .gameBox>li .newIcon,
    .extension .extensionBox1 .gameBox>li .hotIcon {
        left: -6px;
        top: 5px;
        width: 35px;
        height: 25px
    }

    .extension .extensionBox1 .gameBox>li .gameIcon {
        left: -8px;
        top: 5px;
        width: 35px;
        height: 35px
    }
}

@media screen and (max-width: 1440px) {
    .extension .extensionBox1 .gameBox {
        padding: 10px
    }
}

@media screen and (max-width: 1380px) {
    .extension .extensionBox1 .gameBox {
        grid-template-columns: repeat(11, calc((100% - 150px)/11))
    }

    .extension .extensionBox1 .gameBox>li:nth-child(1) {
        border-radius: 22px
    }
}

@media screen and (max-width: 1200px) {
    .extension .extensionBox1 .gameBox {
        padding: 10px;
        grid-gap: 10px 10px;
        grid-template-columns: repeat(9, calc((100% - 80px)/9))
    }

    .extension .extensionBox1 .gameBox>li:nth-child(1)>a {
        border-radius: 10%
    }

    .extension .extensionBox1 .gameBox>li:nth-child(4) {
        grid-row: auto;
        grid-column: auto
    }

    .extension .extensionBox1 .gameBox>li .newIcon,
    .extension .extensionBox1 .gameBox>li .hotIcon {
        top: 10px
    }
}

@media screen and (max-width: 900px) {
    .extension .extensionBox1 .gameBox {
        grid-template-columns: repeat(8, calc((100% - 70px)/8))
    }

    .extension .extensionBox1 .gameBox>li:nth-child(2) {
        grid-column: 3/5;
        grid-row: 3/5
    }

    .extension .extensionBox1 .gameBox>li:nth-child(4) {
        grid-column: auto;
        grid-row: auto
    }
}

@media screen and (max-width: 767px) {
    .extension .extensionBox1 .gameBox {
        grid-template-columns: repeat(6, calc((100% - 50px)/6))
    }

    .extension .extensionBox1 .gameBox>li:nth-child(2) {
        grid-column: auto;
        grid-row: auto
    }

    .extension .extensionBox1 .gameBox>li:nth-child(4) {
        grid-column: auto;
        grid-row: auto
    }
}

@media screen and (max-width: 660px) {
    .extension .extensionBox1 .gameBox {
        grid-template-columns: repeat(3, calc((100% - 20px)/3))
    }
}

.errorBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.errorBox .errorCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 320px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border: 3px solid #fff
}

.errorBox .errorCont>h4 {
    font-size: 48px;
    color: #182a3d;
    line-height: 54px
}

.errorBox .errorCont>p {
    font-size: 22px;
    margin-top: 19px;
    color: #607a98;
    line-height: 26px
}

.errorBox .errorCont .can {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.errorBox .errorCont .can>a {
    background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
    box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    padding: 6px 24px;
    font-size: 20px;
    line-height: 24px
}

.errorBox .errorCont .can>a .iconfont {
    color: #fff
}

footer {
    margin-top: 30px
}

footer .container {
    padding: 0 15px
}

footer .container .description>h2 {
    font-size: 20px;
    color: #fff
}

footer .container .description>p {
    margin-top: 20px;
    font-size: 16px;
    font-family: Fredoka-Medium;
    color: rgba(255, 255, 255, .8);
    line-height: 22px
}

footer .container .footBot {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .container .footBot nav>a {
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    transition: all .3s
}

@media(any-hover: hover) {
    footer .container .footBot nav>a:hover {
        color: #ff5d00
    }
}

footer .container .footBot>p {
    font-size: 12px;
    color: #fff
}

@media screen and (max-width: 767px) {
    footer .container .footBot {
        height: auto;
        flex-direction: column-reverse;
        padding-bottom: 10px
    }

    footer .container .footBot>nav {
        margin: 5px 0
    }
}

.company {
    margin-top: 20px;
    min-height: calc(100% - 515px);
    margin-bottom: 30px
}

.company h2 {
    font-size: 24px;
    color: #172a3e;
    font-weight: bold
}

.company .mainBox {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    border: 3px solid #fff
}

.company .mainBox h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #607a98;
    font-weight: 500
}

.company .mainBox p {
    font-size: .9em;
    margin-bottom: 15px;
    line-height: 1.6em;
    color: #607a98
}

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

.company .mainBox form .formItem input {
    width: 370px;
    height: 60px;
    border-radius: 10px;
    text-indent: 1em;
    color: #666;
    border: none;
    outline: none;
    background: #f8f8f8
}

.company .mainBox form .formItem .why {
    width: 100%
}

.company .mainBox form .formItem #comcom {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    border-radius: 10px;
    color: #666;
    background: #f8f8f8;
    text-indent: 1em;
    padding-top: 15px
}

.company .mainBox form input[type=submit] {
    width: 90px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
    cursor: pointer;
    transition: all .3s
}

@media(any-hover: hover) {
    .company .mainBox form input[type=submit]:hover {
        background-color: rgba(252, 16, 105, .8)
    }
}

@media screen and (max-width: 500px) {
    .company .mainBox form .formItem input {
        width: 100%
    }
}

.company .mainBox .error {
    color: red
}

.error {
    color: red
}

.categoryBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99
}

.categoryBox .close {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 260px;
    top: 20px
}

.categoryBox .close .iconfont {
    font-size: 16px;
    color: #697d94
}

.categoryBox .listNav {
    width: 260px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    overflow-y: scroll;
    background: #f5f5f5 linear-gradient(180deg, #182A3D 0%, #37485E 100%)
}

.categoryBox .listNav>h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative
}

.categoryBox .listNav nav {
    width: 100%
}

.categoryBox .listNav nav>a {
    height: 100%
}

.categoryBox .listNav nav>a>dl {
    transition: all .3s;
    background: rgba(0, 0, 0, .2);
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff
}

.categoryBox .listNav nav>a>dl>dt {
    display: flex;
    align-items: center
}

.categoryBox .listNav nav>a>dl>dt>img {
    width: 18px
}

.categoryBox .listNav nav>a>dl>dt>p {
    color: #fff;
    margin-left: 8px
}

.categoryBox .listNav nav>a>dl>dd {
    color: rgba(255, 255, 255, .6)
}

@media(any-hover: hover) {
    .categoryBox .listNav nav>a>dl:hover {
        background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
        border: 2px solid #fff;
        box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, .2)
    }
}

.categoryBox .listNav nav>a+a {
    margin-top: 16px
}

.categoryBox .listNav nav>a+a>dl {
    margin-top: 16px
}

@media(any-hover: hover) {
    .categoryBox .listNav nav>a:hover {
        background: linear-gradient(180deg, #FF9C6A 0%, #FF5D00 100%);
        border: 2px solid #fff;
        box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, .2)
    }
}

.categoryBox.active {
    display: block
}

#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
}

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

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

#apkBox .dBox .Btn>a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #118d3f;
    border-radius: 10px;
    border: 1px solid #118d3f;
    transition: all .3s
}

#apkBox .dBox .Btn>a:hover {
    background: #118d3f;
    color: #fff;
    box-shadow: 0 2px 10px 2px #118d3f
}

#apkBox .dBox .Btn>a+a {
    background: #118d3f;
    color: #fff;
    margin-left: 15px
}

#apkBox.active {
    display: flex
}

/*# sourceMappingURL=main.css.map */

.footBot nav {
    color: #fff;
}