body {
    background-color: #fbfbfb
}

.headerbar {
    box-shadow: inset 0 0 0 1px #ebebf0,0 2px 12px 0 rgba(0,0,0,.1)
}

.gameList {
    padding: 10px
}

.gameList li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 11px 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px
}

.gameList li a:nth-child(1) {
    display: flex;
    width: calc(100% - 65px);
    justify-content: flex-start;
    align-items: center
}

.gameList li a:nth-child(1) img {
    width: 60px;
    border-radius: 10px;
    margin-right: 10px
}

.gameList li a:nth-child(1) dl {
    width: calc(100% - 100px)
}

.gameList li a:nth-child(1) dl dt {
    font-size: 16px;
    color: #000;
    line-height: 20px
}

.gameList li a:nth-child(1) dl dd {
    font-size: 12px;
    color: #9d9d9d;
    line-height: 20px
}

.gameList li a:nth-child(1) dl dd span {
    color: #f99d00
}

.gameList li a:nth-child(2) {
    display: block;
    color: #fff;
    background-color: #e00a0a;
    width: 63px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 26px
}
