* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: montserrat-semibold;
}
@font-face {
    font-family: montserrat-semibold;
    src: url('../iconfont/Montserrat-Regular.ttf');
}
html,
body {
    width: 100%;
    height: 100%;
    color: #fff;
    scroll-behavior: smooth;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    color: #fff;
}
button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.container {
    max-width: 900px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
input,
textarea {
    font-size: 16px;
}
input[type='submit'] {
    -webkit-appearance: none;
}
div,
i {
    -webkit-tap-highlight-color: transparent;
}
body::before {
    position: fixed;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/back.png');
    background-size: 100%;
    width: 100%;
    height: 100%;
    filter: blur(4px);
}
body.act {
    overflow: hidden;
}
header {
    width: 100%;
    background: #0362f1;
}
header .container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .container .logo {
    height: 40px;
}
header .container .logo > img {
    height: 100%;
}
header .container .icon_top,
header .container .icon_sea {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .container .icon_top > .iconfont,
header .container .icon_sea > .iconfont {
    color: #fff;
    font-size: 24px;
}
.layui-rate li i .layui-icon {
    color: #fadb14 !important;
    font-size: 18px !important;
}
.adv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}
.adv > p:first-child {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 10px 0;
}
.crumb {
    display: flex;
    align-items: center;
    color: #95bfff;
}
.crumb > a {
    margin-right: 2px;
    color: #95bfff;
}
.crumb > span {
    margin-left: 2px;
    color: #95bfff;
}
.container .playBox {
    margin: 16px 0;
    padding: 16px;
    background: #1d4188;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.container .playBox > h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.container .playBox .sBox {
    margin: 12px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.container .playBox .sBox .star .layui-rate {
    padding: 0;
    padding-bottom: 3px;
}
.container .playBox .sBox .star .layui-icon {
    font-size: 14px;
}
.container .playBox .sBox .star .layui-icon-rate {
    color: rgba(255, 205, 61, 0.5);
}
.container .playBox .sBox .star .layui-icon-rate::before {
    content: '';
}
.container .playBox .sBox span {
    color: #95bfff;
}
.container .playBox .module {
    margin-bottom: 20px;
}
.container .playBox .module > h2 {
    font-size: 16px;
    margin-bottom: 12px;
}
.container .playBox .module > p {
    line-height: 21px;
    font-family: Montserrat-Regular;
    color: #95bfff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.container .playBox .moreList {
    margin: 20px 0;
}
.container .playBox .moreList > h2 {
    font-size: 16px;
}
.container .playBox .moreList .moreBox {
    display: flex;
    flex-wrap: wrap;
}
.container .playBox .moreList .moreBox > li > a {
    display: flex;
    padding: 4px 8px;
    border-radius: 4px;
    background: #0362f1;
    margin: 8px 8px 0 0;
    color: #fff;
    font-size: 12px;
    cursor: default;
}
.container .playBox .carswiper {
    position: relative;
    margin: 20px 0;
}
.container .playBox .carswiper > h2 {
    font-size: 16px;
    font-weight: 600;
}
.container .playBox .carswiper .swiperBox {
    margin-top: 10px;
}
.container .playBox .carswiper .swiperBox .swiper-wrapper .swiper-slide {
    width: auto;
    height: 181px;
}
.container .playBox .carswiper .swiperBox .swiper-wrapper .swiper-slide > img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.container .playBox .carswiper .sw_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.container .playBox .carswiper .sw_btn .swiper-button-p1,
.container .playBox .carswiper .sw_btn .swiper-button-n1 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    width: 42px;
    height: 42px;
    background: rgba(51, 51, 51, 0.49);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}
.container .playBox .carswiper .sw_btn .swiper-button-p1 .iconfont,
.container .playBox .carswiper .sw_btn .swiper-button-n1 .iconfont {
    color: #fff;
}
.container .decBox {
    width: 100%;
    margin-top: 12px;
}
.container .decBox .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .decBox .thumb > img {
    max-width: 400px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.container .video {
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
}
.container .video .playGame {
    width: 100%;
}
.container .video .playGame .bbc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .video .playGame .bbc > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: 1px solid #86d8ff;
}
.container .video .playGame .bbc > a > p {
    width: 122px;
    line-height: 40px;
    text-align: center;
    height: 42px;
    background: linear-gradient(
            180deg,
            #8fedff 0%,
            #3bc9ff 32%,
            #0682ff 72%,
            #508aff 100%
    );
    box-shadow: 0 3px 4px 2px #4c31ff, inset 0 -1px 5px 0 rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid #3bc9ff;
    color: #fff;
}
.container .video .playGame .videoGame {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.container .video .playGame .videoGame .iframe_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container .video .playGame .videoGame .iframe_img .bbc {
    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, 0.3);
}
.container .video .playGame .videoGame .iframe_img .bbc > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 50px;
    overflow: hidden;
    border-radius: 32px;
    background: #0362f1;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    font-family: G8321-Bold;
}
.container .video .playGame .videoGame .iframe_img .bbc > a .iconfont {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
}
.container .video .playGame .videoGame .iframe_img .bbc > span {
    color: #fff;
    font-size: 26px;
    font-family: G8321-Bold;
    margin-bottom: 8px;
}
.container .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, 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);
}
.container .video .playGame .videoGame .iframe_img.active {
    display: none;
}
.container .video .playGame .videoGame iframe {
    display: none;
    border: 0;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container .video .playGame .videoGame .play-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;
}
.container .video .playGame .videoGame .play-back .iconfont {
    font-size: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: -2px;
    margin-top: -2px;
}
.container .video.active {
    display: block;
}
.container .video.active .playGame .videoGame iframe {
    display: block;
}
.container .video.active .playGame .videoGame .play-back {
    display: flex;
}
.container .nameBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d4188;
    padding: 7px 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.container .nameBox .nameL {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
}
.container .nameBox .nameL > img {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    object-position: center;
    object-fit: cover;
    overflow: hidden;
    margin-right: 12px;
}
.container .nameBox .nameL > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
    width: calc(100% - 58px);
}
.container .nameBox > .addZ .iconfont {
    font-size: 16px;
    color: #fff;
}
.container .nameBox > .addZ > span {
    color: #fff;
}
.container .nameBox > .addZ.active .iconfont,
.container .nameBox > .addZ.active > span {
    color: #0362f1;
}
.container .top {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-top: 24px;
}
.container .top .crumb {
    margin-top: 0;
}
.container .top .playBox {
    margin-top: 0;
    padding-top: 0;
}
.container .top .playBox .carswiper {
    margin-top: 0;
}
.container .btn {
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 16px auto 0;
    width: 300px;
    height: 50px;
    background: #0362f1;
    font-size: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.container .games {
    margin: 24px 0;
}
.container .games > h2 {
    font-size: 20px;
    margin-bottom: 16px;
}
.container .games > h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}
.container .games > h4 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Montserrat-Regular;
    margin-bottom: 16px;
}
.container .games > p {
    color: #95bfff;
    line-height: 21px;
    font-family: Montserrat-Regular;
    margin-bottom: 16px;
}
.container .games > p.desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}
.container .games .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
}
.container .games .title > h2 {
    font-size: 20px;
    font-family: Montserrat-Bold;
}
.container .games .title::before,
.container .games .title::after {
    content: '';
    position: absolute;
    width: calc((100% - 224px) / 2);
    height: 1px;
    background: #fff;
}
.container .games .title::before {
    left: 0;
}
.container .games .title::after {
    right: 0;
}
.container .games .games_list {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    width: 100%;
}
.container .games .games_list > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
}
.container .games .games_list > li > a .thumb {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.container .games .games_list > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .games .games_list > li > a .new {
    width: 42px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: -6px;
    background-size: 100% 100%;
    background-image: url('../images/New.png');
}
.container .games #gameIndex {
    grid-template-columns: repeat(3, calc((100% - 10px) / 3));
}
.container .games #gameIndex > li > a .thumb {
    padding-bottom: 56%;
}
.container .games #gameIndex > li .adv {
    margin: 0;
}
.container .games #gameIndex > li:nth-child(1) {
    grid-row: 2/3;
    grid-column: 1/3;
}
.container .games #gameIndex > li:nth-child(2) {
    grid-row: 4/5;
    grid-column: 1/3;
}
.container .games #gameIndex > li:nth-child(3) {
    grid-row: 6/7;
    grid-column: 1/3;
}
.container .games #gameIndex > li:nth-child(4) {
    grid-row: 8/9;
    grid-column: 1/3;
}
.container .games #gameIndex > li:nth-child(5) {
    grid-row: 10/11;
    grid-column: 1/3;
}
.container .games #gameIndex > li:nth-child(6) {
    grid-row: 12/13;
    grid-column: 1/3;
}
.container .games > .searchMain {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: transparent;
    margin: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.container .games > .searchMain > input {
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-appearance: none;
    text-indent: 1em;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    background: transparent;
    font-family: Montserrat-Regular;
    font-size: 12px;
    border: none;
}
.container .games > .searchMain input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.container .games > .searchMain button {
    position: absolute;
    border: none;
    right: 5px;
    bottom: 5px;
    width: 16px;
    height: 16px;
    background: transparent;
}
.container .games > .searchMain button > .iconfont {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.container .games .nosearch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background: #16397e;
    box-shadow: 0 2px 4px 0 transparent;
    border-radius: 10px;
    margin: 0 auto;
}
.container .games .nosearch > img {
    width: 280px;
    height: 280px;
}
.container .cateB {
    margin: 16px 0;
}
.container .cateB .listCat {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .cateB .listCat > li {
    width: 100%;
    margin-top: 10px;
}
.container .cateB .listCat > li > a {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .cateB .listCat > li > a .thumb {
    width: 116px;
    height: 70px;
}
.container .cateB .listCat > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.container .cateB .listCat > li > a > p {
    padding-left: 16px;
}
@media (orientation: landscape) {
    .container .cateB .listCat > li {
        width: calc(50% - 5px);
    }
}
.container .company {
    margin-top: 24px;
}
.container .company > h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.container .company .comCon {
    margin-top: 24px;
    padding: 16px 18px;
    background: #1d4188;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin-bottom: 24px;
}
.container .company .comCon > h3 {
    font-size: 16px;
    margin-top: 18px;
}
.container .company .comCon p {
    margin: 10px 0;
    line-height: 21px;
    color: #95bfff;
}
.container .company .comCon > form .formItem {
    width: 100%;
}
.container .company .comCon > form .formItem > input {
    width: 100%;
    height: 48px;
    background: #133474;
    border-radius: 6px;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    border: #fff;
    color: #999;
    font-family: Montserrat-Regular;
    font-weight: 300;
}
.container
.company
.comCon
> form
.formItem
> input::-webkit-input-placeholder {
    color: #fff;
}
.container .company .comCon > form .formItem #comcom {
    border: none;
    width: 100%;
    height: 180px;
    resize: none;
    outline: none;
    font-family: Montserrat-Regular;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 6px;
    background: #133474;
    color: #fff;
}
.container
.company
.comCon
> form
.formItem
#comcom::-webkit-input-placeholder {
    color: #fff;
}
.container .company .comCon > form input[type='submit'] {
    width: 130px;
    height: 50px;
    background: #0362f1;
    border-radius: 6px;
    border: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.container .dec {
    margin-bottom: 20px;
}
.container .dec > p {
    line-height: 20px;
    color: #fff;
    font-family: Montserrat-Regular;
}
footer {
    margin-top: 24px;
    background: #0362f1;
}
footer .container {
    padding-top: 24px;
}
footer .container nav {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
footer .container nav > a {
    color: #fff;
    font-family: Montserrat-Regular;
}
footer .container .copy {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    padding: 12px 0 24px 0;
    font-family: Montserrat-Regular;
}
.searchBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: linear-gradient(
            180deg,
            rgba(29, 65, 136, 0.9) 0%,
            rgba(102, 219, 255, 0.9) 100%
    );
    display: none;
}
.searchBox .comMain {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.searchBox .comMain > .back {
    margin-top: 16px;
    display: flex;
    justify-content: end;
}
.searchBox .comMain > .back .iconfont {
    font-size: 18px;
    color: #fff;
}
.searchBox .comMain h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 24px;
}
.searchBox .comMain > .searchMain {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: transparent;
    margin: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.searchBox .comMain > .searchMain > input {
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-appearance: none;
    text-indent: 1em;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    background: transparent;
    font-family: Montserrat-Regular;
    font-size: 12px;
    border: none;
}
.searchBox .comMain > .searchMain input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.searchBox .comMain > .searchMain button {
    position: absolute;
    border: none;
    right: 5px;
    bottom: 5px;
    width: 16px;
    height: 16px;
    background: transparent;
}
.searchBox .comMain > .searchMain button > .iconfont {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.searchBox .comMain > h3 {
    margin-top: 40px;
    font-size: 20px;
}
.searchBox .comMain .games_list {
    margin-top: 16px;
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
    width: 100%;
}
.searchBox .comMain .games_list > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.searchBox .comMain .games_list > li > a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    position: relative;
}
.searchBox .comMain .games_list > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.searchBox .comMain .games_list > li > a .thumb .new {
    width: 46px;
    height: 20px;
    background: #3d7eff;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: calc(50% - 23px);
    bottom: -10px;
}
.searchBox .comMain .games_list > li > a > p {
    padding: 15px 10px 10px;
}
.searchBox .comMain .games_list > li > a > p > span {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
@media (orientation: landscape) {
    .searchBox .comMain .games_list {
        grid-template-columns: repeat(4, calc((100% - 30px) / 4));
    }
}
.searchBox.act {
    display: block;
}
.categoryBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(29, 65, 136, 1) 0%,
            rgba(102, 219, 255, 1) 100%
    );
    overflow-y: scroll;
    display: none;
    padding-bottom: 24px;
}
.categoryBox .box > .back {
    margin-top: 16px;
    display: flex;
    justify-content: end;
}
.categoryBox .box > .back .iconfont {
    font-size: 18px;
    color: #fff;
}
.categoryBox .box .catB > nav {
    display: flex;
    flex-direction: column;
    position: relative;
}
.categoryBox .box .catB > nav > a {
    width: 100%;
    color: #fff;
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.categoryBox .box .catB > nav > a > p {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 6px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.categoryBox .box .catB > nav > a > p .iconfont {
    color: #0362f1;
}
.categoryBox .box .catB > nav > a > p::before {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #80aff8;
    position: absolute;
}
.categoryBox .box .catB > nav > a span {
    font-size: 16px;
    font-weight: bold;
}
.categoryBox .box .catB > nav > a:nth-child(2) > p .iconfont {
    color: #ff791b;
}
.categoryBox .box .catB > nav > a:nth-child(2) > p::before {
    border: 1px solid #ffbc8d;
}
.categoryBox .box .catB > nav > a:nth-child(3) > p .iconfont {
    color: #ff5252;
}
.categoryBox .box .catB > nav > a:nth-child(3) > p::before {
    border: 1px solid #ffa8a8;
}
.categoryBox .box .catB .cateList {
    margin-top: 24px;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.categoryBox .box .catB .cateList > li {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.categoryBox .box .catB .cateList > li > a {
    display: flex;
    align-items: center;
    color: #FFF;
}
.categoryBox .box .catB .cateList > li > a .thumb {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-right: 12px;
}
.categoryBox .box .catB .cateList > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.categoryBox .box .catB .cateList > li > a > span {
    color: #fff;
}
.categoryBox .box .catB .cateList > li > a p {
    font-size: 16px;
    font-weight: bold;
}
.categoryBox.act {
    display: block;
}
.error {
    color: red;
}
.top_lea {
    cursor: pointer;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    display: none;
    width: 50px;
    height: 50px;
    background: #0362f1;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 162px;
    z-index: 9999;
}
.top_lea .iconfont {
    color: #fff;
    font-size: 18px;
}

.container .games {
    margin-top: 20px;
}
.container .games .games_list1,
.container .games .games_list {
    margin-bottom: 16px;
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    width: 100%;
}
.container .games .games_list1 > li > a,
.container .games .games_list > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    background: transparent;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}
.container .games .games_list1 > li > a .thumb,
.container .games .games_list > li > a .thumb {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.container .games .games_list1 > li > a .thumb > img,
.container .games .games_list > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .games .games_list1 > li > a .gameicon,
.container .games .games_list > li > a .gameicon {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url('../images/gamicon.png');
}
.container .games .games_list1 > li:nth-child(1),
.container .games .games_list > li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}
@media (orientation: landscape) {
    .ad-middle {
        grid-column-end: 7 !important;
    }
    .container .games .games_list1,
    .container .games .games_list {
        grid-template-columns: repeat(6, calc((100% - 80px) / 6));
    }
    .container .games .games_list1 > li:nth-child(1),
    .container .games .games_list > li:nth-child(1) {
        grid-row: auto;
        grid-column: auto;
    }
}
.container .games .games_list1 > li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 2/4;
}
@media (orientation: landscape) {
    .container .games .games_list1 {
        grid-template-columns: repeat(6, calc((100% - 80px) / 6));
    }
    .container .games .games_list1 > li:nth-child(1) {
        grid-row: auto;
        grid-column: auto;
    }
}

.hidden {
    display: none !important;
}
.game_type_xx {
    width: auto!important;
    left: 0!important;
}
.empty_star {
    display:none;
}
.over-hidden {
    overflow: hidden;
}

.logo-a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.site-name {
    font-size: 24px;
    color: white;
    margin-left: 14px;
    text-transform: uppercase;
}