<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "SFUI";
}
html,body {
    /* background-color: #191919; */
}
[v-cloak] {
    display: none;
}

.header {
    height: 80px;
    width: 100%;
    background-color: #4906f6;
    position: fixed;
    top: 0;
    z-index: 999;
}
.header-box {
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-box div {
    width: 40px;
}
.header-box span{
   color:  #22bbff;
   font-size: 32px;
   font-weight: bold;
}
.header-icon {
    width: 40px;

}

.main {
    /* max-width: 1200px; */
    margin: 100px auto;
}
.recommend{
    /* padding: 0 10px; */
    /* padding: 0 40px; */
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-grow: 1;
}
.recommend h2 {
    font-size: 24px;
    /* color: #ffffff; */
    color: #000;
}
.gameTitle{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    background-color: #34495e;
    color: #fff;
    
}
.recommend-box {
    /* margin: 20px 0; */
    display: flex;
    justify-content: space-between;
}
.recommend-container {
    /* width: calc(100% - 120px); */
    display: flex;
    /* justify-content: space-between; */
}

.recommend-content {
    /* box-shadow: 0px 2px 4px 0px 
        rgba(41, 42, 62, 0.3);
    border-radius: 20px;
    border: solid 1px #919192; */
    /* width: 350px; */
    /* height: 200px; */
    /* padding: 50px 20px; */
}
.info {
    display: flex;
    width: 100%;
    height: 100%;
}
.info img{
    /* width: 100px; */
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /* margin-right: 10px; */
}
.text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.info-name {
    font-size: 20px;
    color: #fff;
}
.info-play {
    color: #ffffff;
}
.info-button {
    width: 70px;
    height: 30px;
    background-color: #22bbff;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
}

.category {
    border: solid 1px #22bbff;
    display: flex;
}
.mask {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(33, 33, 33, 0.5); 
}
.sidebar {
    border: solid 1px #22bbff;
    width: 365px;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    overflow: auto;
    background-color: #191919;
}
.sidebar-title {
    height: 80px;
    font-size: 24px;
    color: #ffffff;
    line-height: 80px;
    padding-left: 40px;
}
.sidebar-item {
    height: 80px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 20px 0;
    background-color: #1d1d1f;
}
.sidebar-item:hover {
    background-color: #22bbff;
    color: #191919;
    transition: none;
}
.sidebar-item img {
    margin: 0 20px 0 40px;
    width: 40px;
    height: 40px;
}
.box {
    width: 100%;
    padding: 0 10px;
    /* padding: 0 40px; */
    /* border: solid 1px #22bbff; */
    margin: 40px 0;
}
.title {
    /* border-bottom: solid 1px #22bbff; */
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    /* color: #ffffff; */
    color: #000;
    line-height: 80px;
    text-align: left;
}
.container {
    /* padding: 30px; */


    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content {
    width: 300px;
    margin-bottom: 30px;
    border: 2px solid #ebebeb;
    border-color: #00c6e6;
    padding: 9px;
    /* margin-right: 30px; */
}
.content img {
    width: 300px;
    height: 300px;
}
.name {
    margin: 10px;
    font-size: 18px;
    /* color: #ffffff; */
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.play {
    font-size: 18px;
    /* color: #ffffff; */
    text-align: center;
}



.share {
    position: fixed;
    width: 150px;
    height: calc(100% - 80px);
    top: 80px;
    right: 0;
    background-color: #191919;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.sidebar-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}


.footer {
    height: 120px;
	background-color: #4906f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #22bbff;
}
.footer a {
    color: #22bbff;
}



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

    .recommend-icon {
        width: 16px;
        height: 80px;
        margin: auto 2px;
    }
    .recommend-container {
        width: 100%;
        overflow: auto;
        display: flex;
  flex-wrap: wrap;
    }
    .recommend-content {
        padding: 4px;
        /* width: calc(33.3% - 8px);
        height: 140px;
        display: flex; */
        flex: 1 1 33.333%; /* 罸鋇��弱�����1/3��絎遵墾 */
        max-width: 33.333%; /* ��紊у�綺����� */
        box-sizing: border-box; /* ����padding��border������絎遵墾莅∞� */
        
    }
    /* .recommend-content:nth-child(n+3) {
        display: none;
    } */
    .recommend-content img {
        /* width: 120px; */
        height: auto;
        margin: auto 0;
        /* margin-right: 5px; */
    
    }
    .info {
        margin: auto 0;
        position: relative;
    }
    .rowNameDiv{
        position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    }
    .content1{
        padding: 4px;
    }
    .info-name {
        white-space: nowrap;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        text-align: left;
    }
    .info-play {
        font-size: 12px;
    }
    .info-button {
        width: 55px;
        margin: 0;
    }

    /* .sidebar {
        width: 140px;
    }
    .sidebar-title {
        padding-left: 10px;
    }


    .sidebar-item img {
        margin: 5px;
    } */
    .box {
        margin: 30px 5px;
        width: calc(100% - 10px)
    }
    .container {
        padding: 10px;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .content {
        width: 48%;
        margin-right: 10px;
    }
    .content p{
        font-size: 14px;
    }
    .content img {
        width: 120px;
        height: auto;
    }

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