#transactionBill .ModelList li {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
}
.transactionBillTitle {
    display: flex;
    line-height: 45px;
    background-color: #f0f3f5;
    align-items: center;
    font-size: 16px;
}
.transactionBillTitle > div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#billList li {
    height: 66px;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#billList li > div:last-child {
    height: 100%;
    padding-right: 15px;
    margin-left: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.billDefault {
    justify-content: center;
    align-items: center;
    border: 1px solid #e3e5e8;
}
#transaction .ModelList li {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
}
#gameRecordTable li {
    display: flex;
    height: 68px;
}
#gameRecordTable li div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gameRecordTableTitle {
    display: flex;
    line-height: 45px;
    background-color: #f0f3f5;
    color: var(--text-color--grey);
}
.gameRecordTableTitle > div {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gameRecordTable li:nth-child(even) {
    background: #f0f3f5;
}

.recordgameTilte {
    height: 82px;
    background-color: #fff;
    align-items: center;
    box-sizing: border-box;
    padding-left: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 15px;
}
.recordDeteilTilte {
    padding: 0 15px;
    height: 67px;
    background-color: #fff;
    align-items: center;
    box-sizing: border-box;
}
.recordDeteilContent {
    margin-top: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 15px;
    box-sizing: border-box;
}
.recordContent {
    margin-top: 8px;
    height: 82px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.winDeteil {
    text-align: right;
    border: 1px solid #e3e5e8;
    border-radius: 5px;
    height: 27px;
    line-height: 27px;
    padding: 0 6px;
}
