﻿body{background:#fff}
.page-lixi {
    --bg: #0b1220;
    --card: #101a33;
    --text: #000;
    --muted: #aab3c5;
    --accent: #7c3aed;
    color: var(--text);
    min-height: 100vh;
    background:#fff
}

    .page-lixi * {
        box-sizing: border-box
    }

    .page-lixi h1 {
        font-size: 20px;
        margin-bottom: 10px
    }

.banner-top {
    background: #FFFCF5;
    padding-bottom:30px
}
.vong-quay {
    padding: 30px 0;
    background: linear-gradient(180deg, #271B6B 18.27%, #4A3BA1 61.54%, #8672F6 100%);
    background: url(https://i-vn.joboko.com/images/bg-spin.svg) center no-repeat;
    background-size: cover;
}

.vong-quay-tit {
    margin-top: 50px
}

    .vong-quay-tit img {
        display: block;
        margin: 0 auto
    }

.vong-quay-spin {
    text-align: center;
    margin-bottom: 50px
}

.page-lixi canvas {
    border-radius: 16px;
    display: block;
    margin: 0 auto 30px
}

.page-lixi .pointer {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #f54247;
    margin: -50px auto 5px auto;
}

.page-lixi button {
    cursor: pointer;
    border: 0;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 700;
    color: white;
    background: #DD0D24;
    background: linear-gradient(180deg, #f35062 0%, #DD0D24 100%);
    font-size: 24px;
    min-width: 260px
}
    .page-lixi button:hover {
        background: linear-gradient(180deg, #DD0D24 0%,#f35062 100%);
    }
    .page-lixi button:disabled {
        opacity: .6
    }

.page-lixi .pill {
    padding: 7px 15px;
    border-radius: 999px;
    background: rgb(255 236 191);
    font-size: 13px;
    display: inline-block;
    margin: 5px 0;min-width:120px;
}

.page-lixi h3.tit1 {
    color: #814A0A;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;line-height:1.3
}

.page-lixi table.list-prizes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 30px;
}

.page-lixi th {
    color: #814A0A;
    font-size: 16px;
    background: #FFECBF;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left
}

.page-lixi th:nth-child(2) {
    text-align: center
}

.page-lixi td {
    padding: 10px 20px;
    border-bottom: 1px dashed #D0B46C;
    min-width: 80px;
    background: #fff
}

.page-lixi td:first-child {
    background: #FFF9EB;
    width: 25%;
    font-weight: 500
}

.page-lixi td:nth-child(2) {
    background: #FFFCF5;
    width: 15%;
    font-weight: 500;
    text-align: center
}

@media (max-width: 768px) {
    .page-lixi table.list-prizes thead {
        display: none;
    }

    .page-lixi table.list-prizes,
    .page-lixi table.list-prizes tbody,
    .page-lixi table.list-prizes tr,
    .page-lixi table.list-prizes td {
        display: block;
        width: 100%;
    }

    .page-lixi table.list-prizes tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 2px;
    }

    .page-lixi table.list-prizes td {
        text-align: left;
        padding-left: 27%;
        position: relative;
    }

    .page-lixi table.list-prizes td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 25%;
        text-align: left;
        font-weight: bold;
    }
    .page-lixi table.list-prizes td:last-child{
        border-bottom:none
    }
}

.page-lixi table.list-prizes .price{
    font-weight:400;margin-top:5px;font-size:14px
}

.page-lixi .toast {
    margin-top: 10px;
    padding: 8px 10px;
    background: rgba(0,0,0,.3);
    border-radius: 8px;
}

.page-lixi h3.tit2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.page-lixi ul.rules li {
    margin-bottom: 10px
}

.page-lixi .page-lixi-history {
    max-width: 600px;
    margin: 0 auto;
}

.page-lixi .page-lixi-history .tit {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align:center;
    color:#fff
}

.page-lixi .history-box {
    margin-top: 10px;
    background: #fff9eb;
    border-radius: 12px;
    padding: 10px;
    max-height: 220px;
    overflow: auto;
}

.page-lixi .history-item {
    padding: 8px 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.page-lixi .history-item b:before {
    content: '🎁';
    margin-right: 5px;
}

.page-lixi .history-item:last-child {
    border-bottom: none;
}

.page-lixi .history-time {
}

.page-lixi .content {
    line-height: 1.5rem;
    margin: 30px 0;
}

.text-center {
    text-align: center
}
@media screen and (min-width:1200px) {
    .page-lixi ul.rules {
        column-count: 2;
        column-gap: 25px
    }
}