h1,
h2 {
    text-align: center;
}

table {
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}

button {
    cursor: pointer;
}

.time {
    text-align: center;
}

.purchase {
    text-align: center;
    margin-bottom: 25px;
}

.purchase button:not(:last-child) {
    margin-right: 12px;
}


.prize td {
    padding: 30px 50px 25px;
    position: relative;
}

td .txt {
    background-color: yellow;
    border-radius: 6px;
    padding: 2px 4px;
    color: #dc5a5a;
    font-size: 12px;
    font-weight: 500;
}

td .lt-txt {
    position: absolute;
    left: 0;
    top: 0;
}

td .rt-txt {
    position: absolute;
    right: 0;
    top: 0;
}

.center-box {
    position: relative;
    padding: 0 !important;
}

.center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.lottery {
    display: flex;
    margin-top: 20px;
}

.lottery button {
    flex: 1;
    padding: 10px 30px;
}

.lottery button:first-child {
    margin-right: 15px;
}

.balance {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    font-size: 16px;
}

.balance>div:first-child {
    margin-right: 20px;
}

.census {
    margin-top: 25px;
}

.todo {
    cursor: pointer;
    color: #fff;
    background: #f53434;
}

.daoju {
    margin: 30px 0 20px;
    text-align: center;
}

.daoju button {
    padding: 10px 60px;
    font-size: 14px;
}

.daoju button:disabled {
    cursor: not-allowed;
    background-color: gray;
}

.qq_group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qq_group button {
    border: none;
    outline: none;
    margin-left: 10px;
}

.usage {
    margin-top: 25px;
    text-align: center;
}

.disclaimer {
    color: red;
    text-align: center;
}