@charset "UTF-8";

:root {
    --tagcol: #fff;
    --tagbg: #2c6af0;
    /* 购买钥匙 */
    --btnkey: linear-gradient(45deg, #a234dae3 0%, #ee3b3b 51%, #ca4ce3 100%);
    /* 抽奖按钮 */
    --btnlottery: #ff7733;
    --btnbatch: #4a59ef;
    /* 兑换按钮背景色 */
    --exchangeBtnBg: #da1ff8;
}

.container {
    text-align: center;
}

h1 {
    margin-bottom: 12px;
}

h2 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.storage h2,
.exchange h2 {
    margin-bottom: 6px;
}

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;
    font-size: 11px;
    padding: 2px 4px;
    margin-left: 6px;
    background-color: red;
}

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

/* 广告位 */
.ad-item {
    margin: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-item button {
    color: #fff;
    margin-left: 8px;
    padding: 2px 8px;
    background-color: rgb(219, 29, 240);
}

/* 文本高亮显示 */
.highlight-name {
    color: red;
    font-weight: bold;
}

/* 公众号 */
.official {
    margin-bottom: 10px;
}

.official button {
    color: #fff;
    padding: 2px 8px;
    background: #3c60fd;
    vertical-align: top;
}

/* 修改公众号二维码弹窗样式 */
.layui-layer-phimg {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 宣传按钮、底部按钮 公共样式 */

.advert,
.btn-group {
    margin-top: 18px;
}

.advert button,
.btn-group button {
    width: 160px;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}

.advert button:not(:last-child),
.btn-group button:not(:last-child) {
    margin-right: 18px;
}

/* 宣传按钮 */

.advert button {
    background-color: #aa49fa;
}

/* 底部按钮 */

.btn-group button {
    background-color: #507ef1;
}

/* 底部声明 */

footer {
    margin-top: 20px;
}

.disclaimer {
    color: red;
}