header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    line-height: 50px
}

header .btn span {
    color: #000;
    font-size: 23px;
    font-width: 600
}

header h1 {
    font-size: 20px;
    color: #333
}

header #shareBtn span {
    font-size: 22px
}

#allGame {
    margin-top: 20px;
    padding: 0 15px
}

#allGame li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

#allGame li a:nth-child(1) {
    display: flex;
    width: calc(100% - 82px);
    align-items: center
}

#allGame li a:nth-child(1) .thum {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

#allGame li a:nth-child(1) .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#allGame li a:nth-child(1) dl {
    width: calc(100% - 80px)
}

#allGame li a:nth-child(1) dl dt {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#allGame li a:nth-child(1) dl dd {
    font-size: 12px;
    color: #999
}

#allGame li a:nth-child(1) dl dd span {
    color: #f99d01
}

#allGame li a:nth-child(2) {
    display: block;
    width: 75px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #fc2745;
    border-radius: 14px;
    color: #fff;
    font-size: 14px
}

#notice {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 25px 0
}

/*# sourceMappingURL=more.css.map */
