.p-des {
    margin-top: .27rem;
    margin-bottom: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #2DAFD7;
    white-space: nowrap;
}
h2.az {
     margin-top: .24rem;
     margin-bottom: .11rem;
     font-family: Microsoft YaHei;
     font-weight: bold;
     font-size: .24rem;
     color: #2DAFD7;
 }
.a-to-z {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: .6rem;
}
.a-to-z a {
    width: .43rem;
    height: .43rem;
    line-height: .43rem;
    text-align: center;
    border-radius: .06rem;
    border: 1px solid #107695;
    margin: 0 10px 10px 0;
    color: #ffffff;
}
.a-to-z a:hover {
    background: #107695;
}
.allgame-list .list-title{
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #FF6C00;
    margin-bottom: .2rem;
}
.lastupdate .list-title{
    text-align: left;
    width: 100%;
}
.allgame-list .list-item {
    margin-bottom: .7rem;
    position: relative;
}
.allgame-list .title-line {
    background: linear-gradient(90deg, #FF6C00 0%, rgba(255,108,0,0) 100%, rgba(255,108,0,0) 100%);
}
.allgame-list .list-box a {
    color: #2DAFD7;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    display: block;
}
.allgame-list .list-left,.allgame-list .list-right, .allgame-list .list-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-left li {
    flex-basis: calc(33.33% - 10px); /* 每个元素占据33.33%，减去列间隙 */
    margin: 5px; /* 控制外边距，模拟列间隙 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}