﻿.hw-primary {
    color: #ee5984;
}

.hw-auxiliary {
    color: #689b94;
}

.spinwheel-wrapper {
    position: relative;
    width: 100%;
    height: 1200px;
    border-radius: 0;
    max-height: 1200px;
}

    .spinwheel-wrapper img {
        width: 100%;
    }

    .spinwheel-wrapper .led-panel {
        position: absolute;
        top: 22.7%;
        right: 0;
        bottom: auto;
        left: 0;
    }

    .spinwheel-wrapper .led-panel-img {
        position: relative;
        width: 600px;
        margin: 0 auto;
    }

    .spinwheel-wrapper .led-panel .led-marqee {
        white-space: nowrap;
        text-align: center;
        margin: 0 auto;
        position: inherit;
        top: 40%;
        left: 0;
        right: 0;
        width: 420px;
        color: #ff0;
        font-size: 2.3em;
        overflow: hidden;
        text-shadow: 0 0 .1em yellow,0 0 .1px yellow;
    }

        .spinwheel-wrapper .led-panel .led-marqee .marquee {
            padding: 0;
            width: 80%;
        }

    .spinwheel-wrapper .spinwheel {
        position: absolute;
        top: auto;
        right: 12%;
        bottom: 13%;
        left: auto;
    }

    .spinwheel-wrapper .spinwheel-contain {
        position: relative;
    }

    .spinwheel-wrapper .spinwheel-circle {
        width: 600px;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0 auto;
        z-index: 1;
    }

        .spinwheel-wrapper .spinwheel-circle .pointer {
            position: absolute;
            top: -2%;
            right: 0;
            bottom: auto;
            left: 0;
            width: 9%;
            z-index: 10;
        }

        .spinwheel-wrapper .spinwheel-circle .spinwheel-rotate {
            width: 78%;
            position: absolute;
            top: auto;
            right: 0;
            bottom: auto;
            left: 0;
        }

        .spinwheel-wrapper .spinwheel-circle .start-btn {
            width: 28%;
            position: absolute;
            top: auto;
            right: 0;
            bottom: auto;
            left: 0;
            z-index: 8;
        }

            .spinwheel-wrapper .spinwheel-circle .start-btn :hover {
                cursor: pointer;
            }

        .spinwheel-wrapper .spinwheel-circle .small-bulbs {
            width: 96%;
            position: absolute;
            top: auto;
            right: 0;
            bottom: auto;
            left: 0;
        }

@media screen and (max-width:576px) {
    .spinwheel-wrapper .spinwheel-circle .small-bulbs {
        width: 88%;
    }
}

.spinwheel-wrapper .spinwheel .spinwheel-seat {
    width: 71%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -12%;
    left: 0;
}

.spinwheel-wrapper .small-bulbs, .spinwheel-wrapper .start-btn, .spinwheel-wrapper .spinwheel-rotate, .spinwheel-wrapper .pointer, .spinwheel-wrapper .spinwheel-seat {
    margin: 0 auto;
}

.bulletin-board {
    background: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 20px 110px;
    line-height: 1.5;
}

@media screen and (max-width:412px) {
    .bulletin-board {
        font-size: 12px;
    }
}

.bulletin-board .bulletin-title {
    color: #f8d1dd;
}

.bulletin-board .highlight {
    color: #fee322;
    text-decoration: underline;
}

.gift-box {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 16%;
    left: 15%;
}

    .gift-box .gift-panel {
        position: relative;
        width: 260px;
        height: 180px;
    }

        .gift-box .gift-panel .gift {
            position: absolute;
            bottom: -50%;
            left: -19%;
            width: 150px;
        }

        .gift-box .gift-panel .gift-text {
            width: 84%;
            height: 132px;
            overflow: hidden;
            padding-left: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-bottom: 5%;
            position: absolute;
            top: 12%;
            right: 0;
            bottom: 0;
            left: 0;
            margin: 0 auto;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            color: #689b94;
            z-index: 1;
        }

            .gift-box .gift-panel .gift-text span {
                color: #ee5984;
            }

.rewards-table-wrapper {
    font-size: 15px;
}

    .rewards-table-wrapper .gift {
        width: 20%;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 4%;
        left: 7%;
        z-index: 20;
    }

.rewards-table {
    width: 100%;
    color: #595959;
    text-align: center;
}

    .rewards-table i {
        font-size: 30px;
        color: #ffe9b0;
    }

    .rewards-table th {
        padding: 5px 0;
        font-weight: normal;
        background: #f9898d;
        color: #fff;
    }

        .rewards-table th:nth-child(2) {
            text-align: center;
        }

        .rewards-table th:nth-child(3) {
            padding-left: 40px;
        }

        .rewards-table th:nth-child(4) {
            padding-left: 60px;
        }

    .rewards-table td:nth-child(3) {
        padding-left: 40px;
        text-align: left;
    }

    .rewards-table td:nth-child(4) {
        padding-left: 60px;
        text-align: left;
    }

    .rewards-table td:nth-child(5) {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        color: #ee5984;
    }

    .rewards-table tr {
        border-bottom: 1px solid #fff;
    }

        .rewards-table tr:nth-child(1) {
            background: #ffd0d1;
        }

            .rewards-table tr:nth-child(1) i {
                color: #ffba26;
            }

        .rewards-table tr:nth-child(2) {
            background: #ffe7e8;
        }

            .rewards-table tr:nth-child(2) i {
                color: #ffda32;
            }

        .rewards-table tr:nth-child(3) {
            background: #fff2f2;
        }

            .rewards-table tr:nth-child(3) i {
                color: #ffe673;
            }

        .rewards-table tr:nth-child(4) {
            background: #fff6f6;
        }

        .rewards-table tr:nth-child(5) {
            background: #fff6f6;
        }

        .rewards-table tr:nth-child(6) {
            background: #f9f9f9;
        }

        .rewards-table tr:nth-child(7) {
            background: #f9f9f9;
        }

        .rewards-table tr:nth-child(8) {
            background: #f9f9f9;
        }

        .rewards-table tr:nth-child(9) {
            background: #f9f9f9;
        }

        .rewards-table tr:nth-child(10) {
            background: #f9f9f9;
        }

        .rewards-table tr:nth-child(11) {
            background: #ffff;
        }

.d11-footer {
    padding: 20px;
    background: #595959;
    color: #fff;
}

.rewards-item {
    color: #ee5984;
}

.rewards-img {
    width: 40px;
    padding: 15px 20px;
}

    .rewards-img img {
        float: left;
        display: block;
        width: 20px;
    }

.about-award {
    background: #fff3f6;
    color: #000;
}

.about-award-btn {
    right: 8%;
    position: absolute;
    bottom: 15%;
    border-radius: 50%;
    color: #689b94;
    font-weight: bold;
    animation: up_down 2s infinite;
    text-align: center;
    background: #fff;
    border: 3px solid #689b94;
}

    .about-award-btn:hover, .about-award-btn:focus, .about-award-btn:active {
        color: #428682;
        cursor: pointer;
    }

@keyframes up_down {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

li.event-card {
    position: relative;
}

    li.event-card a {
        border-radius: 10px;
        display: block;
        background-color: #fff;
        box-shadow: 0 2px 14px 0 #737373;
        overflow: hidden;
        border-bottom: 2.5px solid #eaeaea;
        color: #999;
    }

    li.event-card .card-head {
        position: relative;
        width: 100%;
        min-height: 126px;
        height: 100%;
    }

        li.event-card .card-head img {
            width: 100%;
            height: 100%;
            border-radius: 0;
            object-fit: cover;
        }

    li.event-card .card-body {
        border-bottom: 1px solid #eaeaea;
    }

        li.event-card .card-body .event-date {
            height: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            min-height: 40px;
            color: #999;
            word-break: break-word;
        }

        li.event-card .card-body .event-title {
            margin: 0;
            height: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            min-height: 42px;
            font-size: 16px;
            color: #565656;
            font-weight: bold;
        }

    li.event-card .card-footer {
        font-size: 16px;
        color: #2067fb;
        font-weight: bold;
    }

.event-tabs :hover {
    cursor: pointer;
    color: #ee5984;
}

.event-name:before {
    content: " '' ";
    color: #ee5984;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 5px;
    padding-right: 5px;
}

.event-name:after {
    content: " '' ";
    color: #ee5984;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 5px;
}

.event-theme {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .event-theme:hover {
        cursor: pointer;
    }
