<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #EFF2F5;
}
.footer{
    background-color: #fff;
}
.content-box{
    padding: 5px 0;
    padding-top: 0px;
}
.content-box a{
    text-decoration: none;
}
.content-box &gt; div{
    padding: 16px 12px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 45, 100, 0.08);
    border-radius: 4px;
}
.ellipsis-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.desc{
    color: #c4c4c4;
    font-size: 10px;
    margin-bottom: 12px;
}
.nav-scroll{
    overflow-x: auto;
}
.nav-scroll::-webkit-scrollbar{
    /* display: none; */
}

.self-drop{
    padding: 8px 16px;
    color:#FFFFFF;
    background-color: #63666D;
    background-image: linear-gradient(to top, #2E3234, #63666D);
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}
.dropdown-icon{
    background-image: url("../png/nav-whitearrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
    background-position: center;
    margin-left: 2px;
}
.scroll-content{
    margin-bottom: 7px;
}
.scroll-content .sub-category{
    margin-left: 8px;
    flex-shrink: 0;
}
.scroll-content .sub-category{
    color: #505050;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 0;
}

/* ä¸‹æ‹‰æ¡†æ&nbsp;·å¼ */
.scroll-content .sub-category[data-bs-toggle="dropdown"]{
    padding: 6px 8px;
    border-radius: 100px;
    border: 1px solid #fff;
    width: 7.8rem;
    align-items: center;
    align-content: center;
}

.scroll-content .sub-category.zh-HK[data-bs-toggle="dropdown"]{
    width: 5rem;
}

.scroll-content .sub-category[data-bs-toggle="dropdown"]&gt;img{
    height: 16px;
    /* transition: transform .2s ease-in-out; */
}


.scroll-content .sub-category.active{
    padding: 6px 8px;
    border-radius: 16px;
    border: 1px solid #505050;
}

.scroll-content .sub-category[aria-expanded="true"]{
    padding: 6px 8px;
    border-radius: 16px 16px 0 0;
    border: 1px solid #505050;
}
.scroll-content .sub-category[aria-expanded="true"]&gt;img{
    transform: rotate(180deg);
}

.dropdown-menu[aria-labelledby="dropdown-menu-popular"]{
    border-radius: 0 0 16px 16px;
    border: 1px solid #505050;
    margin-top: -4px !important;
    min-width: 7.8rem;
    user-select: none;
    overflow: hidden;
}

.dropdown-menu.zh-HK[aria-labelledby="dropdown-menu-popular"]{
    min-width: 5rem;
}

.dropdown-menu[aria-labelledby="dropdown-menu-popular"] a{
    font-size: 14px;
    padding: 3px 12px;
}

.game-list{
    padding-top: 24px;
    min-height: 660px;
}
.game-list &gt; div &gt; a{
    margin-bottom: 20px;
}

.game-list .icon{
    width: 64px;
    height: 64px;
    margin-right: 8px;
}
.game-list .icon &gt; img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.game-list .name{
    font-size: 16px;
    color: #000;
    display: block;
}

.game-list .name{
    font-size: 16px;
    color: #333;
    display: block;
    /* ç§»åŠ¨ç«¯ä¸€è¡Œè¶…å‡ºéšè— */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    margin: 0;
}
.game-list .download{
    padding-left: 20px;
    font-size: 14px;
    background-image: url('../png/download-grey-2.png');
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: auto 13px;
    color: #6c757d;
    /* margin-top: 8px; */
}

.game-list .tools{
    padding-left: 20px;
    font-size: 14px;
    background-image: url('../png/tool-grey-2.png');
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: auto 13px;
    color: #6c757d;
    /* margin-top: 8px; */
}
.dropdown-items{
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin:0 0 0 0;
    display:none
}
.dropdown-items.show{
    display: flex;
}

.m-showIcon{
    width: 12px;
    height: 12px;
    background-image: url('../png/arrow-down-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.m-showIcon.open{
    background-image: url('../png/arrow-up-2.png');
}
.category-content{
    padding: 8px;
    align-items: flex-start;
    align-content: flex-start;
}
.category-content.open{
    max-height: initial;
}

.category-content h2{
    font-size: 15px;
    margin-bottom: 16px;
}

.category-content .sub-container{
    margin-right: -12px;
    flex-wrap: wrap;
}

.category-content .sub-title{
    padding: 0 12px 0 0;
    margin-bottom: 12px;
}

.category-content .sub-title &gt; a{
    color: #333;
    display: block;
    font-size: 13px;
    padding: 4px 12px;
    background-color: #EFF2F5;
    text-align: center;
    border-radius: 100px;
}

.category-content .sub-title &gt; a:hover{
    color: #fff;
    background-color: #2E3234;
}

.dropdown-items .category-header.active{
    background-color: #EAF5FF;
}

.dropdown-items .sub-title.active &gt; a{
    color: #fff;
    background-color: #2E3234;
}

.category-header{
    padding: 8px 12px;
    background-color: #F8F9FB ;
}
.category-header .category-icon{
    width: 20px;
    height: 20px;
}
.category-header .category-goDetail{
    width: 12px;
    height: 12px;
}
.category-header .category-title{
    color: #323232;
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
}
.category-header .category-title&gt;a{
    color: #323232;
}

@media (min-width: 0px) { 
    
}

@media (min-width: 576px) { 
    
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    .content-box{
        padding: 24px 0 40px 0;
    }
    .content-box &gt; div{
        padding: 40px;
        margin: 0 auto 40px auto;
    }
    .title{
        color: #000;
        font-size: 24px;
        margin-bottom: 4px;
    }
    .desc{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .self-drop{
        padding: 9px 59px ;
        font-size: 16px;
    }
    .self-drop .dropdown-icon{
        width: 16px;
        height: 16px;
    }

    .self-drop.open .dropdown-icon{
        transform: rotate(180deg);
    }

    .scroll-content .sub-category{
        margin-left: 32px;
    }
    .scroll-content .sub-category{
        color: #505050;
        font-weight: 600;
        font-size: 16px;
        padding: 9px 0;
        cursor: pointer;
    } 

    /* ä¸‹æ‹‰æ¡†æ&nbsp;·å¼ */
    .scroll-content .sub-category[data-bs-toggle="dropdown"]{
        padding: 9px 24px;
        border-radius: 100px;
        border-width: 2px;
        width: 12rem;
        align-items: center;
	    align-content: center;
    }

    .scroll-content .sub-category.zh-HK[data-bs-toggle="dropdown"]{
        width: 8rem;
    }
    
    .scroll-content .sub-category.active{
        padding: 9px 24px;
        border-radius: 24px;
        border-width: 2px;
    }

    .scroll-content .sub-category[aria-expanded="true"]{
        padding: 9px 24px;
        border-width: 2px;
        border-radius: 24px 24px 0 0;
        border: 2px solid #505050;
    }

    .dropdown-menu[aria-labelledby="dropdown-menu-popular"]{
        border-radius: 0 0 24px 24px;
        border: 2px solid #505050;
        margin-top: -4px !important;
        min-width: 12rem;
    }

    .dropdown-menu.zh-HK[aria-labelledby="dropdown-menu-popular"]{
        min-width: 8rem;
    }

    .dropdown-menu[aria-labelledby="dropdown-menu-popular"] a{
        font-size: 16px;
        padding: 6px 24px;
    }

    .game-list{
        padding-top: 40px;
        margin-right: -24px;
        min-height: 360px;
    }
    .game-list&gt;div&gt;a{
        padding-right: 24px;
        margin-bottom: 36px;
    }
    
    .category-header{
        padding: 8px;
    }
    .dropdown-items{
        padding: 12px 24px;
    }
    .dropdown-items .category-item{
        margin:0 8px 8px 0;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .dropdown-items .category-item.active{
        border-color: #0089FF;
        overflow: hidden;
    }
    .dropdown-items .category-header.active{
        background-color: #EAF5FF;
    }
    .dropdown-items .category-header.active a{
        color: #0089FF;
    }
    
    .category-content{
        overflow: auto;
        max-height: initial;
        padding: 8px;
    }
    .category-content &gt;a{
        padding: 4px 8px;
        margin-bottom: 0;
    }

    .category-content h2{
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    
}

@media (min-width: 1400px) {

}</pre></body></html>