.container {
    text-align: center;
}

h1,
h2 {
    text-align: center;
}

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

button {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}

button:disabled {
    cursor: not-allowed !important;
    background-color: gray !important;
}

h1 button {
    color: #fff;
    background-color: red;
    font-size: 11px;
    padding: 2px 4px;
    margin-left: 6px;
}


.beta {
    color: #fff;
    padding: 5px 15px;
    background-color: #8745e6;
    margin-bottom: 10px;
}

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

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

.time {
    margin: 10px 0;
    text-align: center;
}

.tips {
    text-align: center;
}


.purchase {
    text-align: center;
    /* margin-bottom: 8px; */
}

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

.buy-tips {
    text-align: center;
}

.news-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-box .item {
    position: relative;
    width: 320px;
    height: 60px;
    line-height: 60px;
    border: 1px solid purple;
    border-radius: 4px;
}

.news-box .item:first-child {
    margin-bottom: 30px;
}

.prize {
    margin-top: 15px;
}

.prize td {
    min-width: 150px;
    position: relative;
    padding: 35px 30px 25px;
}

.prize td .txt {
    position: absolute;
    font-size: 13px;
    padding: 2px 15px;
}

.prize td .lt {
    top: 0;
    left: 0;
    color: #fff;
    background-color: #e19a17;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prize td .rt {
    top: 0;
    right: 0;
    color: #fff;
    background-color: #e19a17;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lottery {
    margin-top: 30px;
    text-align: center;
}

.lottery button {
    width: 180px;
    padding: 10px 30px;
}

.lottery button:not(:last-child) {
    margin-right: 20px;
}


.census-box {
    text-align: center;

}

.zcx-container h2 {
    margin-bottom: 10px;
}

.zcx-container .can-count {
    font-size: 14px;
    margin-bottom: 8px;
}

.zcx-container .store-btn {
    margin-bottom: 12px;
}

.store-btn button {
    color: #fff;
    background-color: #4d69e7;
    border-radius: 4px;
    padding: 6px 32px;
}

.store-btn button:not(:last-child) {
    margin-right: 4px;
}

.census {
    margin-top: 25px;
}

.store {
    text-align: center;
}

/* 暂存箱按钮 */
.todo {
    cursor: pointer;
    color: #fff;
    background: #f53434;
}

.paging {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.page {
    cursor: pointer;
}

.exchange td {
    padding: 15px 30px;
}

.exchange td button {
    outline: none;
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 6px;
    color: #fff;
    background-color: #2f7ae8;
}

/* 十连抽 */
.draws-ten {
    text-align: center;
}

.draws-ten h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.draws-ten .item.highlight {
    color: #e61010;
    font-weight: bold;
}

/* 十连抽 */

/* 中奖信息 */
.win-info {
    text-align: center;
}

.win-info h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
}

.win-info table {
    margin: 0 auto;
    border-collapse: collapse;
}

.win-info td {
    padding: 5px 10px;
}

.win-info td.highlight {
    color: #fff;
    border: 1px solid #dc2f2f;
    background-color: #dc2f2f;
}

/* 中奖信息 end */

.prob {
    margin-top: 20px;
    text-align: center;
}

.prob button {
    color: #fff;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 10px 25px;
    background-color: #507ef1;
}

.prob button:not(:last-child) {
    margin-right: 18px;
}

.points-title {
    margin-bottom: 0;
}

.surplus-points {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
}

.highlight-name {
    color: red;
    font-weight: bold;
}

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

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