<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: gmae-logo;
    src: url(../font/font.ttf) format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    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
}

html, body {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    background: #fff
}

ul, ol {
    list-style: none
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

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

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

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

body.act {
    overflow: hidden
}

header {
    background-color: #31cdf7;
    width: 100%
}

header &gt; .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px
}

header &gt; .container &gt; .logo {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    font-family: gmae-logo;
}

header &gt; .container .logo_dao .iconfont {
    color: #fff;

    font-size: 22px
}

.ad {
    width: 100%
}

.ad .adbox {
    width: 100%;
    display: flex;
    justify-content: center
}

.ad &gt; p {
    color: #ccc;
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
    font-weight: 600
}

.container .hot_game &gt; h2 {
    color: #333;
    font-size: 20px
}

.container .hot_game .slide_top {
    margin-top: 10px
}

.container .hot_game .slide_top .swiper-wrapper .swiper-slide {
    width: calc(50% - 5px);
    border-radius: 10px;
    overflow: hidden;
    background-color: #eafafe
}

.container .hot_game .slide_top .swiper-wrapper .swiper-slide .hot_img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden
}

.container .hot_game .slide_top .swiper-wrapper .swiper-slide .hot_img &gt; img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.container .hot_game .slide_top .swiper-wrapper .swiper-slide &gt; p {
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center
}

@media (orientation: landscape) {
    .container .hot_game .slide_top .swiper-wrapper .swiper-slide {
        width: calc((100% - 30px) / 4)
    }

    .container .hot_game .slide_top .swiper-wrapper .swiper-slide:nth-child(4) {
        margin-right: 0 !important
    }
}

@media screen and (min-width: 767px) {
    .container .hot_game .slide_top .swiper-wrapper .swiper-slide {
        width: calc((100% - 30px) / 4)
    }

    .container .hot_game .slide_top .swiper-wrapper .swiper-slide:nth-child(4) {
        margin-right: 0 !important
    }
}

.container .hot_game .hot_list {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.container .hot_game .hot_list &gt; a {
    width: calc((100% - 30px) / 4);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #eafafe;
    margin-bottom: 10px
}

.container .hot_game .hot_list &gt; a .hot_img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden
}

.container .hot_game .hot_list &gt; a .hot_img &gt; img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.container .hot_game .hot_list &gt; a &gt; p {
    width: 100%;
    height: 27px;
    padding: 0 5px;
    line-height: 27px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.container .hot_game .hot_list &gt; a:nth-child(4n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .container .hot_game .hot_list &gt; a {
        width: calc((100% - 70px) / 8)
    }

    .container .hot_game .hot_list &gt; a:nth-child(4n) {
        margin-right: 10px
    }

    .container .hot_game .hot_list &gt; a:nth-child(8n) {
        margin-right: 0
    }
}

@media screen and (min-width: 767px) {
    .container .hot_game .hot_list &gt; a {
        width: calc((100% - 70px) / 8)
    }

    .container .hot_game .hot_list &gt; a:nth-child(4n) {
        margin-right: 10px
    }

    .container .hot_game .hot_list &gt; a:nth-child(8n) {
        margin-right: 0
    }
}

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

.container .offers .title &gt; h2 {
    color: #333;
    font-size: 20px
}

.container .offers .title &gt; .title_r {
    font-size: 14px;
    font-weight: 600;
    color: #999
}

.container .offers .offers_list {
    margin-top: 10px;
    padding-bottom: 5px
}

.container .offers .offers_list &gt; li {
    width: 100%;
    margin-bottom: 10px
}

.container .offers .offers_list &gt; li &gt; a {
    width: 100%;
    display: flex;
    align-items: center
}

.container .offers .offers_list &gt; li &gt; a .thumb {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

.container .offers .offers_list &gt; li &gt; a .thumb &gt; img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.container .offers .offers_list &gt; li &gt; a &gt; dl {
    width: calc(100% - 140px)
}

.container .offers .offers_list &gt; li &gt; a &gt; dl &gt; dt {
    font-weight: 600;
    color: #222;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.container .offers .offers_list &gt; li &gt; a &gt; dl &gt; dd {
    font-weight: 600;
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.container .offers .offers_list &gt; li &gt; a &gt; p {
    margin-left: 10px;
    background-color: #31cdf7;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600
}

@media (orientation: landscape) {
    .container .offers .offers_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .container .offers .offers_list &gt; li {
        width: calc(50% - 5px)
    }
}

@media screen and (min-width: 767px) {
    .container .offers .offers_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .container .offers .offers_list &gt; li {
        width: calc(50% - 5px)
    }
}

.container .more_box {
    margin-top: 10px
}

.container .more_box &gt; h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.container .more_box .more_list {
    margin-top: 15px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.container .more_box .more_list &gt; a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 12px;
    background: #eafafe;
    border-radius: 25px;
    width: calc((100% - 9px) / 2);
    margin-bottom: 10px;
    margin-right: 9px
}

.container .more_box .more_list &gt; a &gt; .more_img {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px
}

.container .more_box .more_list &gt; a &gt; .more_img &gt; img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.container .more_box .more_list &gt; a &gt; p {
    display: inline-block;
    width: calc(100% - 58px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: 500;
    font-size: 14px
}

.container .more_box .more_list &gt; a &gt; span {
    margin-left: 5px;
    width: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #78b7c8
}

.container .more_box .more_list &gt; a:nth-child(2n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .container .more_box .more_list &gt; a {
        width: calc((100% - 18px) / 3)
    }

    .container .more_box .more_list &gt; a:nth-child(2n) {
        margin-right: 9px
    }

    .container .more_box .more_list &gt; a:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 767px) {
    .container .more_box .more_list &gt; a {
        width: calc((100% - 27px) / 4)
    }

    .container .more_box .more_list &gt; a:nth-child(2n) {
        margin-right: 9px
    }

    .container .more_box .more_list &gt; a:nth-child(3n) {
        margin-right: 9px
    }

    .container .more_box .more_list &gt; a:nth-child(4n) {
        margin-right: 0
    }
}

.container .no_result {
    margin-top: 40px
}

.container .no_result &gt; h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #333
}

.container .no_result &gt; p {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.container .no_result .search_box {
    margin-top: 40px;
    background: #eafafe;
    border-radius: 15px;
    padding: 15px
}

.container .no_result .search_box &gt; form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden
}

.container .no_result .search_box &gt; form &gt; input[type=text] {
    width: calc(100% - 70px);
    height: 40px;
    text-indent: 14px;
    outline: none;
    border: none;
    background-color: #fff;
    font-size: 14px
}

.container .no_result .search_box &gt; form button {
    border-radius: 25px;
    width: 70px;
    height: 40px;
    outline: none;
    border: none;
    background-color: #31cdf7;
    color: #fff;
    font-size: 18px
}

.container .no_result .search_box .commend_list {
    display: flex;
    flex-wrap: wrap
}

.container .no_result .search_box .commend_list &gt; a {
    height: 30px;
    line-height: 28px;
    background: transparent;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #31cdf7;
    color: #31cdf7;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 600
}

.error {
    min-height: calc(100% - 330px)
}

.error .error_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.error .error_img &gt; img {
    width: 145px
}

.error .error_cont {
    margin: 20px 0
}

.error .error_cont &gt; h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    text-align: center
}

.error .error_cont &gt; p {
    font-weight: 400;
    color: #666;
    line-height: 20px;
    text-align: center
}

.list {
    min-height: calc(100% - 430px)
}

.list .more_game {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #31cdf7;
    font-size: 16px;
    border-radius: 20px;
    background: #eafafe;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.banner_list {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    transition: all .1s;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99
}

.banner_list .banner_cont {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.banner_list .banner_cont .banner_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.banner_list .banner_cont .banner_box &gt; a {
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    border-radius: 25px;
    background: #eafafe;
    width: calc((100% - 9px) / 2);
    margin-bottom: 10px;
    margin-right: 9px
}

.banner_list .banner_cont .banner_box &gt; a &gt; .list_img {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 8px
}

.banner_list .banner_cont .banner_box &gt; a &gt; .list_img &gt; img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.banner_list .banner_cont .banner_box &gt; a &gt; p {
    display: inline-block;
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-weight: 500;
    font-size: 14px
}

.banner_list .banner_cont .banner_box &gt; a:nth-child(2n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .banner_list .banner_cont .banner_box &gt; a {
        width: calc((100% - 27px) / 4)
    }

    .banner_list .banner_cont .banner_box &gt; a:nth-child(2n) {
        margin-right: 9px
    }

    .banner_list .banner_cont .banner_box &gt; a:nth-child(4n) {
        margin-right: 0
    }
}

.banner_list .banner_cont .more_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #eafafe;
    border-radius: 25px;
    color: #31cdf7;
    font-weight: 600;
    font-size: 16px
}

.banner_list .banner_cont &gt; form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

.banner_list .banner_cont &gt; form &gt; input[type=text] {
    width: calc(100% - 30px);
    height: 40px;
    text-indent: 5px;
    outline: none;
    border: none;
    font-size: 14px
}

.banner_list .banner_cont &gt; form button {
    width: 30px;
    height: 40px;
    outline: none;
    border: none;
    color: #666;
    background-color: #fff;
    font-size: 18px
}

.banner_list .banner_cont .close {
    margin-top: 15px;
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    background-color: #31cdf7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px
}

.banner_list .banner_cont .close .iconfont {
    color: #fff;
    font-size: 30px
}

.banner_list.active {
    visibility: visible;
    opacity: 1
}

.banner_list.fixed_d {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: none
}

.top_lea {
    box-shadow: 0 4px 10px 0 rgba(255, 194, 0, .5);
    display: none;
    width: 50px;
    height: 50px;
    background: #ffc108;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 120px;
    z-index: 9
}

.top_lea .iconfont {
    color: #fff;
    font-size: 20px
}

.search_main {
    min-height: calc(100% - 315px)
}

.search_main &gt; h3 {
    margin-top: 8px;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #31cdf7;
    font-size: 18px;
    background: #eafafe;
    border-radius: 15px
}

.detail .top_score {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.detail .top_score .thumbs {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

.detail .top_score .thumbs &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.detail .top_score .game_name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.detail .top_score .score {
    margin-left: 10px;
    background: rgba(49, 205, 247, .1);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.detail .top_score .score &gt; p, .detail .top_score .score &gt; span {
    font-size: 12px;
    font-weight: 600;
    color: #31cdf7;
    line-height: 12px
}

.detail .top_score .score &gt; p {
    font-size: 24px;
    line-height: 24px
}

.detail .module {
    width: 100%;
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.detail .module &gt; h2 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-weight: 600
}

.detail .module .des {
    max-height: 7.5em;
    min-height: 4.5em;
    overflow: hidden;
    position: relative;
    color: #666;
    box-sizing: content-box
}

.detail .module .des &gt; p {
    color: #666;
    font-weight: 500;
    margin: 0 !important;
    line-height: 1.5em !important;
    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 !important
}

.detail .module .des &gt; p &gt; span {
    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 !important
}

.detail .module .showAll {
    max-height: 750em
}

.detail .module .more {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eafafe;
    border-radius: 15px;
    height: 40px
}

.detail .module .more .moreShow {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #31cdf7
}

.detail .module .more .moreShow::before {
    content: "Show All";
    font-weight: 500
}

.detail .module .more .lessShow::before {
    content: "Show LESS";
    font-weight: 500
}

.detail .game_image {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.detail .game_image img {
    width: 300px;
}

.detail .infos {
    margin-bottom: 6px;
}

.detail .infos .label {
    width: 120px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 600;
}

.detail .tag {
    padding: 2px 5px;
    background: #ff6266;
    color: #fff;
    border-radius: 5px;
    margin-right: 2px;
}

.detail .video {
    position: relative
}

.detail .video .swiper-container .swiper-wrapper .swiper-slide {
    width: 260px
}

.detail .video .swiper-container .swiper-wrapper .swiper-slide &gt; img {
    width: 100%
}

.detail .video .sw_btn {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 77
}

.detail .video .sw_btn .swiper-button-p1, .detail .video .sw_btn .swiper-button-n1 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .8);
    cursor: none !important
}

.detail .video .sw_btn .swiper-button-p1:focus, .detail .video .sw_btn .swiper-button-n1:focus {
    outline: none !important
}

.detail .video .sw_btn .swiper-button-p1 &gt; .iconfont, .detail .video .sw_btn .swiper-button-n1 &gt; .iconfont {
    color: #fff;
    font-size: 18px
}

.detail .video .sw_btn .swiper-button-disabled {
    background-color: rgba(0, 0, 0, .4)
}

.detail .download &gt; .download_btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #31cdf7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 15px
}

.detail .download .similar &gt; h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.detail .download .similar .hot_list {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.detail .download .similar .hot_list &gt; a {
    width: calc((100% - 30px) / 4);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #eafafe;
    margin-bottom: 10px
}

.detail .download .similar .hot_list &gt; a .hot_img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden
}

.detail .download .similar .hot_list &gt; a .hot_img &gt; img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.detail .download .similar .hot_list &gt; a &gt; p {
    width: 100%;
    height: 27px;
    padding: 0 5px;
    line-height: 27px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.detail .download .similar .hot_list &gt; a:nth-child(4n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .detail .download .similar .hot_list &gt; a {
        width: calc((100% - 70px) / 8)
    }

    .detail .download .similar .hot_list &gt; a:nth-child(4n) {
        margin-right: 10px
    }

    .detail .download .similar .hot_list &gt; a:nth-child(8n) {
        margin-right: 0
    }
}

@media screen and (min-width: 767px) {
    .detail .download .similar .hot_list &gt; a {
        width: calc((100% - 70px) / 8)
    }

    .detail .download .similar .hot_list &gt; a:nth-child(4n) {
        margin-right: 10px
    }

    .detail .download .similar .hot_list &gt; a:nth-child(8n) {
        margin-right: 0
    }
}

.detail_leader {
    display: none;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 111
}

.detail_leader &gt; .leader_dao, .detail_leader &gt; .home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background-color: #31cdf7;
    box-shadow: 0 4px 10px 0 rgba(49, 205, 247, .5);
    border-radius: 0 100px 100px 0
}

.detail_leader &gt; .leader_dao &gt; .iconfont, .detail_leader &gt; .home &gt; .iconfont {
    color: #fff;
    font-size: 23px;
    font-weight: 600
}

.detail_leader .leader_dao {
    margin-top: 10px
}

.detail_leader.display {
    display: block
}

.download_box .info &gt; h2 {
    font-weight: 600;
    font-size: 18px;
    color: #333
}

.download_box .info .rate_tab {
    margin-top: 10px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f5f7f8
}

.download_box .info .rate_tab &gt; p {
    font-weight: 600;
    color: #516375;
    line-height: 16px;
    font-size: 12px
}

.download_box .info .rate_tab .show_tab {
    height: 26px;
    display: flex;
    align-items: center
}

.download_box .info .rate_tab .show_tab &gt; a {
    font-size: 12px;
    background: #f5f7f8;
    border-radius: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #333;
    padding: 0 15px;
    line-height: 100%
}

.download_box .info .rate_tab .show_tab &gt; a + a {
    margin-left: 10px
}

.download_box .info .rate_tab .show_tab &gt; a.active {
    background-color: #31cdf7;
    color: #fff
}

.download_box .info .inf-inform .add_ifr {
    display: none
}

.download_box .info .inf-inform .add_ifr &gt; li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f5f7f8
}

.download_box .info .inf-inform .add_ifr &gt; li &gt; h3 {
    font-size: 12px;
    color: #516375;
    font-weight: 600;
    width: 120px
}

.download_box .info .inf-inform .add_ifr &gt; li &gt; p {
    font-weight: 600;
    color: #333
}

.download_box .info .inf-inform .add_ifr.active {
    display: block
}

.download_box .info .reference {
    margin-top: 10px;
    background: #eafafe;
    border-radius: 15px;
    padding: 15px
}

.download_box .info .reference &gt; p {
    font-weight: 600;
    color: #31cdf7;
    font-size: .9em;
    line-height: 16px;
    text-align: center
}

.download_box .info .user_download {
    margin-top: 10px
}

.download_box .info .user_download &gt; li &gt; a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #31cdf7;
    padding: 11px 0;
    border-radius: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.download_box .info .user_download &gt; li &gt; a &gt; .iconfont {
    color: #fff;
    font-size: 18px;
    margin-right: 8px
}

.download_box .similar &gt; h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.download_box .similar .hot_list {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.download_box .similar .hot_list &gt; a {
    width: calc((100% - 30px) / 4);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #eafafe;
    margin-bottom: 10px
}

.download_box .similar .hot_list &gt; a .hot_img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden
}

.download_box .similar .hot_list &gt; a .hot_img &gt; img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.download_box .similar .hot_list &gt; a &gt; p {
    width: 100%;
    height: 27px;
    padding: 0 5px;
    line-height: 27px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.download_box .similar .hot_list &gt; a:nth-child(4n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .download_box .similar .hot_list &gt; a {
        width: calc((100% - 70px) / 8)
    }

    .download_box .similar .hot_list &gt; a:nth-child(4n) {
        margin-right: 10px
    }

    .download_box .similar .hot_list &gt; a:nth-child(8n) {
        margin-right: 0
    }
}

@media screen and (min-width: 767px) {
    .download_box .similar .hot_list &gt; a {
        width: calc((100% - 70px) / 8)
    }

    .download_box .similar .hot_list &gt; a:nth-child(4n) {
        margin-right: 10px
    }

    .download_box .similar .hot_list &gt; a:nth-child(8n) {
        margin-right: 0
    }
}

.company {
    margin-top: 15px;
    min-height: calc(100% - 200px)
}

.company h2 {
    font-size: 1.2em;
    color: #333;
    font-weight: 600
}

.company .mainBox {
    margin-top: 20px
}

.company .mainBox h3 {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #31cdf7;
    font-weight: 600
}

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

.tuiguang {
    margin-top: 15px;
    min-height: calc(100% - 300px)
}

.tuiguang .tu_games {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 30px) / 4));
    grid-gap: 10px;
    grid-auto-flow: row dense
}

.tuiguang .tu_games &gt; li {
    width: 100%
}

.tuiguang .tu_games &gt; li &gt; a {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #eafafe;
    border-radius: 10px;
    overflow: hidden
}

.tuiguang .tu_games &gt; li &gt; a .tui_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 10px;
    display: inline-block
}

.tuiguang .tu_games &gt; li &gt; a .tui_img &gt; img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center
}

.tuiguang .tu_games &gt; li &gt; a &gt; p {
    width: 100%;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.tuiguang .tu_games &gt; li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3
}

.tuiguang .tu_games &gt; li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 3/5
}

.tuiguang .tu_games &gt; li:nth-child(3) {
    grid-row: 5/7;
    grid-column: 1/3
}

.tuiguang .tu_games &gt; li:nth-child(4) {
    grid-row: 5/7;
    grid-column: 3/5
}

@media (orientation: landscape) {
    .tuiguang .tu_games {
        grid-template-columns:repeat(8, calc((100% - 70px) / 8))
    }

    .tuiguang .tu_games &gt; li:nth-child(3) {
        grid-row: 4/6;
        grid-column: 1/3
    }

    .tuiguang .tu_games &gt; li:nth-child(4) {
        grid-row: 4/6;
        grid-column: 3/5
    }

    .tuiguang .tu_games &gt; li:nth-child(5) {
        grid-row: 1/3;
        grid-column: 5/7
    }

    .tuiguang .tu_games &gt; li:nth-child(6) {
        grid-row: 1/3;
        grid-column: 7/9
    }

    .tuiguang .tu_games &gt; li:nth-child(7) {
        grid-row: 4/6;
        grid-column: 5/7
    }

    .tuiguang .tu_games &gt; li:nth-child(8) {
        grid-row: 4/6;
        grid-column: 7/9
    }
}

@media screen and (min-width: 767px) {
    .tuiguang .tu_games {
        grid-template-columns:repeat(8, calc((100% - 70px) / 8))
    }

    .tuiguang .tu_games &gt; li:nth-child(3) {
        grid-row: 4/6;
        grid-column: 1/3
    }

    .tuiguang .tu_games &gt; li:nth-child(4) {
        grid-row: 4/6;
        grid-column: 3/5
    }

    .tuiguang .tu_games &gt; li:nth-child(5) {
        grid-row: 1/3;
        grid-column: 5/7
    }

    .tuiguang .tu_games &gt; li:nth-child(6) {
        grid-row: 1/3;
        grid-column: 7/9
    }

    .tuiguang .tu_games &gt; li:nth-child(7) {
        grid-row: 4/6;
        grid-column: 5/7
    }

    .tuiguang .tu_games &gt; li:nth-child(8) {
        grid-row: 4/6;
        grid-column: 7/9
    }
}

.tuiguang .more_show {
    display: flex;
    justify-content: center
}

.tuiguang .more_show .more {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background-color: #eafafe;
    color: #31cdf7;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600
}

footer {
    margin-top: 20px;
    background-color: #31cdf7;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .f_logo {
    width: 200px;
    height: 34px
}

footer .f_logo &gt; img {
    width: 100%;
    height: 100%
}

footer .f_cont {
    margin-top: 10px;
    width: 100%;
    background: rgba(255, 255, 255, .15);
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 16px
}

footer .links {
    display: flex;
    justify-content: center;
}

footer .link {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 10px 5px;
}

footer &gt; p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 16px
}

@media screen and (min-width: 767px) {
    .more .more_box .more_list &gt; a {
        width: calc((100% - 27px) / 4)
    }

    .more .more_box .more_list &gt; a:nth-child(2n) {
        margin-right: 9px
    }

    .more .more_box .more_list &gt; a:nth-child(4n) {
        margin-right: 0
    }
}
</pre></body></html>