<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: baloo2-semibold;
}
@font-face {
    font-family: baloo2-semibold;
    src: url('../iconfont/Baloo2-SemiBold.ttf');
}
html,
body {
    width: 100%;
    height: 100%;
    color: #333;
    scroll-behavior: smooth;
    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;
    font-weight: 600;
    font-family: Baloo2-Bold;
}
button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.container {
    max-width: 900px;
    width: calc(100% - 20px);
    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: #ff313f;
}
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 &gt; img {
    height: 100%;
}
header .container .icon_top,
header .container .icon_sea {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .container .icon_top &gt; .iconfont,
header .container .icon_sea &gt; .iconfont {
    color: #fff;
    font-size: 24px;
}
.layui-rate li i .layui-icon {
    color: #fadb14 !important;
    font-size: 18px !important;
}
.ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}
.ad &gt; p {
    font-size: 12px;
    text-align: center;
    color: #999;
}
.crumb {
    display: flex;
    align-items: center;
}
.crumb &gt; a {
    margin-right: 2px;
    color: #000000;
}
.crumb &gt; a .iconfont {
    font-size: 16px;
}
.crumb &gt; span {
    margin-left: 2px;
    color: #ff313f;
}
.container .playBox {
    margin: 16px 0;
    padding: 24px 30px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.container .playBox &gt; h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.container .playBox h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.container .playBox .thumb {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 2px solid #fff;
    overflow: hidden;
}
.container .playBox .thumb &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.container .playBox .crumb {
    margin-bottom: 16px;
}
.container .playBox .module {
    margin-bottom: 20px;
}
.container .playBox .module &gt; h2 {
    font-size: 16px;
    margin-bottom: 12px;
}
.container .playBox .module &gt; p {
    line-height: 21px;
    font-family: Baloo2-Regular;
}
.container .playBox .moreList {
    margin: 20px 0;
}
.container .playBox .moreList &gt; h2 {
    font-size: 16px;
}
.container .playBox .moreList .moreBox {
    display: flex;
    flex-wrap: wrap;
}
.container .playBox .moreList .moreBox &gt; li &gt; a {
    display: flex;
    padding: 7px 14px;
    border-radius: 17px;
    background: #eee;
    margin: 12px 12px 0 0;
    color: #666;
    cursor: default;
}
.container .playBox .carswiper {
    position: relative;
    margin: 20px 0;
}
.container .playBox .carswiper &gt; 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 &gt; 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 {
    width: 100%;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    height: 246px;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}
.container .decBox .thumb &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.container .video {
    margin: 10px 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 &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 50px;
    background: #ff313f;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 2px solid #fff;
}
.container .video .playGame .bbc &gt; a .iconfont {
    color: #fff;
    font-size: 15px;
    margin-right: 6px;
}
.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 &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 50px;
    overflow: hidden;
    border-radius: 32px;
    background: #ff313f;
    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 &gt; a .iconfont {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
}
.container .video .playGame .videoGame .iframe_img .bbc &gt; 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 .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 .back .iconfont {
    font-size: 20px;
    color: #fff;
}
.container .video.active {
    display: block;
}
.container .video.active .playGame .videoGame iframe {
    display: block;
}
.container .video.active .playGame .videoGame .back {
    display: flex;
}
.container .nameBox &gt; h2 {
    font-size: 18px;
}
.container .nameBox .bbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .nameBox .bbox .sBox {
    margin: 18px 0;
}
.container .nameBox .bbox .sBox .star .layui-rate {
    padding: 0;
    padding-bottom: 3px;
}
.container .nameBox .bbox .sBox .star .layui-icon {
    font-size: 14px;
}
.container .nameBox .bbox .sBox .star .layui-icon-rate::before {
    content: '';
    color: rgba(255, 205, 61, 0.3);
}
.container .nameBox .bbox &gt; .addZ {
    width: 111px;
    height: 50px;
    background: #ffeff0;
    border-radius: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.container .nameBox .bbox &gt; .addZ &gt; p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ff5762;
    border-radius: 20px;
}
.container .nameBox .bbox &gt; .addZ &gt; p .iconfont {
    font-size: 16px;
    color: #fff;
}
.container .nameBox .bbox &gt; .addZ &gt; span {
    font-size: 16px;
    color: #333;
}
.container .btn {
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 36px auto 0;
    width: 300px;
    height: 50px;
    background: #ff313f;
    font-size: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.container .games {
    margin: 12px 0;
}
.container .games &gt; h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}
.container .games &gt; h3 {
    font-size: 12px;
    font-family: Baloo2-Regular;
    margin-bottom: 16px;
}
.container .games &gt; h4 {
    font-size: 16px;
    margin-bottom: 16px;
}
.container .games .navb {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}
.container .games .navb &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    color: #ff313f;
    border-radius: 18px;
}
.container .games .navb &gt; a.active {
    background: #ff313f;
    color: #fff;
}
.container .games .games_list {
    display: grid;
    grid-gap: 12px 12px;
    grid-template-columns: repeat(1, 100%);
    width: 100%;
}
.container .games .games_list &gt; li {
    width: 100%;
}
.container .games .games_list &gt; li &gt; a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 12px;
    padding: 2px;
}
.container .games .games_list &gt; li &gt; a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.container .games .games_list &gt; li &gt; a .thumb &gt; img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .games .games_list &gt; li &gt; a &gt; dl {
    border-radius: 0 0 12px 12px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px;
}
.container .games .games_list &gt; li &gt; a &gt; dl &gt; dt {
    font-size: 16px;
    width: calc(100% - 46px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #ff313f;
}
.container .games .games_list &gt; li &gt; a &gt; dl &gt; dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: linear-gradient(180deg, #70b5ff 0%, #3d7eff 100%);
    border-radius: 8px;
    color: #fff;
    padding: 4px 12px;
}
.container .games .games_list &gt; li &gt; a &gt; dl &gt; dd .iconfont {
    color: #fff;
    font-size: 12px;
}
.container .games .games_list &gt; li &gt; a .hoticon {
    position: absolute;
    left: -4px;
    top: 24px;
    width: 40px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url('../images/Hot.png');
}
@media (orientation: landscape) {
    .container .games .games_list {
        grid-template-columns: repeat(2, calc(50% - 6px));
    }
}
.container .games .searchMain {
    position: relative;
    padding-bottom: 36px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin: 10px 0;
}
.container .games .searchMain &gt; input {
    width: 100%;
    height: 40px;
    outline: none;
    -webkit-appearance: none;
    text-indent: 1em;
    color: #999;
    font-family: Baloo2-Regular;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    border: 1px solid #ff313f;
}
.container .games .searchMain input::-webkit-input-placeholder {
    color: #999;
}
.container .games .searchMain button {
    border: none;
    width: 100%;
    margin-top: 10px;
    height: 38px;
    background: #ff313f;
    border-radius: 19px;
    color: #fff;
}
.container .games .searchMain button &gt; .iconfont {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.container .games .nosearch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
}
.container .games .nosearch &gt; img {
    width: 280px;
    height: 280px;
}
.container .games#gameAd .games_list &gt; li .ad {
    margin: 0;
}
.container .games#gameAd .games_list &gt; li:nth-child(1) {
    grid-row: 2/3;
    grid-column: 1/2;
}
.container .games#gameAd .games_list &gt; li:nth-child(2) {
    grid-row: 4/5;
    grid-column: 1/2;
}
.container .games#gameAd .games_list &gt; li:nth-child(3) {
    grid-row: 6/7;
    grid-column: 1/2;
}
.container .games#gameAd .games_list &gt; li:nth-child(4) {
    grid-row: 8/9;
    grid-column: 1/2;
}
.container .games#gameAd .games_list &gt; li:nth-child(5) {
    grid-row: 10/11;
    grid-column: 1/2;
}
.container .games#gameAd .games_list &gt; li:nth-child(6) {
    grid-row: 12/13;
    grid-column: 1/2;
}
@media (orientation: landscape) {
    .container .games#gameAd .games_list {
        grid-template-columns: repeat(2, calc((100% - 12px) / 2));
    }
    .container .games#gameAd .games_list &gt; li:nth-child(1) {
        grid-row: 2/3;
        grid-column: 1/3;
    }
    .container .games#gameAd .games_list &gt; li:nth-child(2) {
        grid-row: 4/5;
        grid-column: 1/3;
    }
    .container .games#gameAd .games_list &gt; li:nth-child(3) {
        grid-row: 6/7;
        grid-column: 1/3;
    }
    .container .games#gameAd .games_list &gt; li:nth-child(4) {
        grid-row: 8/9;
        grid-column: 1/3;
    }
    .container .games#gameAd .games_list &gt; li:nth-child(5) {
        grid-row: 10/11;
        grid-column: 1/3;
    }
    .container .games#gameAd .games_list &gt; li:nth-child(6) {
        grid-row: 12/13;
        grid-column: 1/3;
    }
}
.container .games .listGame {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    padding: 0 28px;
}
.container .games .listGame &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
}
.container .games .listGame &gt; li &gt; a &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
@media (orientation: landscape) {
    .container .games .listGame {
        grid-template-columns: repeat(6, calc((100% - 80px) / 6));
    }
}
.container .cateB {
    margin: 12px 0;
}
.container .cateB &gt; h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}
.container .cateB .cateList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .cateB .cateList &gt; li {
    width: 100%;
    margin-top: 10px;
}
.container .cateB .cateList &gt; li &gt; a {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ff313f;
    font-size: 16px;
}
@media (orientation: landscape) {
    .container .cateB .cateList &gt; li {
        width: calc(50% - 6px);
    }
}
.container .cateB .cateList &gt; li:nth-child(1) &gt; a,
.container .cateB .cateList &gt; li:nth-child(2) &gt; a {
    color: #3d7eff;
}
.container .cateB .cateList &gt; li:nth-child(1) &gt; a &gt; img,
.container .cateB .cateList &gt; li:nth-child(2) &gt; a &gt; img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.container .company {
    min-height: 600px;
    margin-top: 10px;
}
.container .company &gt; h2 {
    font-size: 28px;
    line-height: 44px;
    text-align: center;
}
.container .company .comCon {
    margin-top: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #fff;
    padding: 24px 30px;
}
.container .company .comCon &gt; h3 {
    font-size: 16px;
}
.container .company .comCon p {
    margin: 10px 0;
    line-height: 21px;
}
.container .company .comCon &gt; form {
    margin-top: 18px;
}
.container .company .comCon &gt; form .formItem {
    width: 100%;
}
.container .company .comCon &gt; form .formItem &gt; input {
    width: 100%;
    height: 48px;
    background: #f8f8fa;
    border-radius: 6px;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    border: none;
    color: #999;
}
.container
.company
.comCon
&gt; form
.formItem
&gt; input::-webkit-input-placeholder {
    color: #999;
}
.container .company .comCon &gt; form .formItem #comcom {
    border: none;
    width: 100%;
    height: 180px;
    resize: none;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 6px;
    background: #f8f8fa;
    color: #999;
}
.container
.company
.comCon
&gt; form
.formItem
#comcom::-webkit-input-placeholder {
    color: #999;
}
.container .company .comCon &gt; form input[type='submit'] {
    width: 130px;
    height: 50px;
    background: #ff313f;
    border-radius: 25px;
    border: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
footer {
    margin-top: 24px;
    background: #ff313f;
    padding-top: 20px;
}
footer .container .logo {
    height: 40px;
    display: flex;
    justify-content: center;
}
footer .container .logo &gt; img {
    height: 100%;
}
footer .container nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 24px;
}
footer .container nav &gt; a {
    color: #fff;
}
footer .container .copy {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 24px 0;
    font-family: Baloo2-Regular;
}

.error {
    color: red;
}
.top_lea {
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    display: none;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 162px;
    z-index: 9;
}
.top_lea .iconfont {
    color: #333;
    font-size: 18px;
}
.adv::before {
    content: 'Advertisement';
    font-size: 12px;
    color: #ff313fff;
    line-height: 20px;
    padding: 10px 0;
}

.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: 1fr 1fr 1fr;
    width: 100%;
}
.container .games .games_list1 &gt; li &gt; a,
.container .games .games_list &gt; li &gt; 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 &gt; li &gt; a .thumb,
.container .games .games_list &gt; li &gt; a .thumb {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.container .games .games_list1 &gt; li &gt; a .thumb &gt; img,
.container .games .games_list &gt; li &gt; a .thumb &gt; img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .games .games_list1 &gt; li &gt; a .gameicon,
.container .games .games_list &gt; li &gt; 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 &gt; li:nth-child(1),
.container .games .games_list &gt; 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(4, calc((100% - 80px) / 4));
    }
    .container .games .games_list1 &gt; li:nth-child(1),
    .container .games .games_list &gt; li:nth-child(1) {
        grid-row: auto;
        grid-column: auto;
    }
}
.container .games .games_list1 &gt; 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 &gt; 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;
}

.adv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    grid-column: 1 / 5;
}
.adv &gt; p:first-child {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 10px 0;
}

@media (max-width: 479px) {
    .container .games .games_list {
        margin-bottom: 16px;
        display: grid;
        grid-gap: 16px 16px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
    .adv {
        grid-column: 1 / 3;
    }
}

.container .cateB .cateList &gt; li &gt; a.cate-a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 8px 24px
}
.container .cateB .cateList &gt; li &gt; a.cate-a &gt; span {
    font-size: 20px;
    color: #ff313f !important;
}
.container .cateB .cateList &gt; li &gt; a.cate-a img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    margin: 0;
}

.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;
}</pre></body></html>