<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    background: linear-gradient(#cc1c1c, #cc1c1c, #fff, #fff) no-repeat;
    font-family: 'Montserrat', sans-serif;
}

.wellcome {
    text-align: right;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

img {
    width: 100%;
    height: auto;
}

#modal-login .modal-content {
    background: #CA1B1B;
    color: #fff;
}

#modal-login .modal-content .modal-header {
    border-bottom: none;
}

#modal-login .modal-content .modal-body .form-group label {
    margin-bottom: 10px;
}

#modal-login .modal-content .modal-body .form-group {
    margin-bottom: 20px;
}

#modal-login .modal-content .modal-footer button {
    border: 2px solid #FCBA26;
    background: none;
    width: 150px;
    color: #fff;
    padding: 18px 0px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
}

#modal-login .modal-content .modal-footer button.btn-login {
    background: #FCBA26;
    color: #fff;
}

#modal-login .modal-content .modal-footer button:hover {
    opacity: 0.7;
}

#modal-login .modal-content .modal-footer {
    border-top: none;
}

#wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1747px;
}

.wp-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wp-btn .btn-login-register:first-child {
    margin-right: 20px;
}

.btn-login-register {
    border: 3px solid #fff;
    background: none;
    padding: 20px;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    line-height: 14.4px;
    font-weight: 600;
    transition: all .3s linear;
    min-width: 200px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.btn-login-register:hover {
    background-color: #fff;
    color: #cc1c1c;
}

#game {
    min-height: 1780px;
    background: url(../img/main-bg.png) no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

#header {
    margin-top: 70px;
}

#header .container {
    max-width: 1400px;
}

#header .wp-logo {
    position: relative;
    z-index: 100;
}

#header .logo {
    max-width: 200px;
}

#header .wp-title {
    padding-top: 100px;
}

#header .main-title {
    font-size: 90px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    text-align: center;
}



#header .group-coin {
    position: relative;
    width: 100%;
    height: 100%;
}

.group-coin .coin-item {
    position: absolute;
    z-index: 1;
}

.group-coin .coin-item::before {
    content: "";
    width: 2px;
    height: 1000%;
    position: absolute;
    background-color: #FF681E;
    top: -1000%;
    left: 50%;
}

.coin-item.coin-1 {
    width: 100px;
    top: -24%;
    left: -2%;
    z-index: 2;
}

.coin-item.coin-2 {
    width: 125px;
    left: 9%;
    top: 34%;
}

.coin-item.coin-3 {
    width: 80px;
    left: 68%;
    top: 7%;
}

.coin-item.coin-4 {
    width: 98px;
    left: -7%;
    top: -20%;
    z-index: 2;
}

.coin-item.coin-5 {
    width: 110px;
    left: 3%;
    top: 46%;
}

.coin-item.coin-6 {
    width: 83px;
    left: 51%;
    top: -24%;
}

#header .slogan {
    margin: 113px 290px 128px;
}

#about {
    color: #fff;
    text-align: center;
    position: relative;
}

#about .container {
    position: relative;
    z-index: 10;

}

#about .about-title {
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}

#about .row:first-child .col-12:first-child {
    margin-bottom: 45px;
}

#about .row:first-child .col-12:nth-child(2) {
    margin-bottom: 128px;
}

#about .poem {
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
}

#about .poem span {
    display: block;
    margin-bottom: 15px;
}

#about .poem span:last-child {
    margin-bottom: 0;
}

#about .main-bg {
    max-width: 780px;
    margin: 0 auto;
}

#about .row:nth-child(2) {
    margin-bottom: 150px;
}

#about .about-second-title {
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 40px;
}

#about .about-third-title {
    font-size: 35px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 40px;
}

#about p {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;

}

#about .row:last-child {
    max-width: 1016px;
    margin: 90px auto 0;
}

#about .flower {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#about .flower div {
    position: absolute;
}

#about .flower .flower-left {
    left: -19.5%;
    top: 9%;
}

#about .flower .flower-right {
    right: -17.5%;
    top: 8%;
}

#game .container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

#game .game-item {
    max-width: 150px;
    min-width: 70px;
    position: absolute;
    cursor: pointer;
    transition: all .3s linear;
}

#game .game-item:hover {
    animation: baolixi-selected 2s linear infinite;
    transition: all .3s linear;
}

#footer {
    margin-top: 172px;
    text-align: justify;
    color: #cc1c1c;
    margin-bottom: 200px;
    position: relative;
    z-index: 1000;
}

.footer-title {
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.rules {
    font-size: 30px;
    line-height: 46px;
    font-weight: 300;
}

#footer .row:first-child {
    margin-bottom: 125px;
}

.contact {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
    text-align: justify;
}

.contact a {
    text-decoration: none;
    color: #cc1c1c;
    font-weight: bold;
}

.copy-right {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.christmas-snow {
    max-width: 20px;
    font-size: 20px;
    position: absolute;
    top: 0;
    transform: translateY(0);
    transform: rotate(180deg);
    animation: christmas-fall 2s linear forwards;
    z-index: 100;
}


.firework {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 2vmin;
    background-size: 2vmin 2vmin;
    background-repeat: no-repeat;
    aspect-ratio: 1;
}

#modal-gift-confirm .modal-content {
    background: #CA1B1B;
    color: #fff;
    border: 2px solid #FCBA26;
}

#modal-gift-confirm .modal-content .modal-body {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    padding: 20px 30px;
}

#modal-gift-confirm .modal-content .modal-body .wp-btn {
    display: flex;
    justify-content: space-evenly;
}

#modal-gift-confirm .modal-content .modal-body button {
    border: none;
    border-radius: 50px;
    padding: 6px 5px;
    font-size: 15px;
    font-weight: bold;
    color: #271b54;
    display: block;
    width: 150px;
    margin-top: 50px;
}


#modal-gift-confirm .modal-content .modal-body button.btn-confirm {
    background: #FCBA26;
}

#modal-gift-confirm .modal-content .modal-body button.btn-cancel {
    background: #fff;
}

#modal-gift-confirm .modal-content .modal-body button:hover {
    opacity: 0.7;
}

.wp-baolixi {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333333b8;
    z-index: 1000;
    top: 0;
    left: 0;
}

.bao-lixi {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    margin: 0 auto;
    max-width: 141px;
    animation: open-bao-lixi 2s 1 ease-in-out;
}

.bao-lixi .nap-baolixi {
    transform: translate(23px, 54px);
    max-width: 101px;
    position: relative;
    z-index: 10;
    animation: mo-nap-lixi .5s 2s forwards;
}

.bao-lixi .than-baolixi {
    position: relative;
    z-index: 20;
}

.wp-gift {
    display: block;
    background-color: #CA1B1B;
    border: 7px solid #FCBA26;
    color: #fff;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
    padding: 130px 0 34px;
    border-radius: 40px;
    transform: scale(.1) translate(0%, -88%);
    z-index: 1;
    opacity: 0;
    animation: show-popup 1s 1 2.5s linear forwards;
}

.wp-gift .icon {
    max-width: 400px;
    position: absolute;
    top: -24%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.wp-gift .title-popup {
    max-width: 500px;
    margin: 0 auto;
}

.wp-gift .content-gift {
    text-align: center;
}

.wp-gift .content-gift .desc-1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.wp-gift .content-gift .gift-detai {
    font-size: 74px;
    line-height: 90px;
    font-weight: bold;
    margin: 13px 0;
}


.wp-gift .content-gift .desc-2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
}

.wp-btn-ok {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-popup,
.btn-ok {
    display: block;
    background: #FCBA26;
    border: none;
    font-size: 28px;
    font-weight: 600;
    padding: 20px 53px;
    border-radius: 40px;
}

.btn-popup,
.btn-ok:hover {
    opacity: 0.8;
}

.lixi-1 {
    width: 100px;
    left: 0;
    top: 0%;
}

.lixi-2 {
    width: 74px;
    left: 21%;
    top: 2%;
}

.lixi-3 {
    width: 93px;
    left: 60%;
    top: 1%;
}

.lixi-4 {
    width: 98px;
    left: 87%;
    top: 0%;
}

.lixi-5 {
    width: 120px;
    left: 0%;
    top: 5%;
}

.lixi-6 {
    width: 100px;
    left: 23%;
    top: 5%;
}

.lixi-7 {
    width: 200px;
    left: 38%;
    top: 3%;
}

.lixi-8 {
    width: 100px;
    left: 52%;
    top: 4%;
}

.lixi-9 {
    width: 78px;
    left: 75%;
    top: 4%;
}

.lixi-10 {
    width: 200px;
    left: 90%;
    top: 6%;
}

.lixi-11 {
    width: 200px;
    left: 5%;
    top: 9%;
}

.lixi-12 {
    width: 67px;
    left: 33%;
    top: 10%;
}

.lixi-13 {
    width: 200px;
    left: 67%;
    top: 7%;
}

.lixi-14 {
    width: 200px;
    left: 86%;
    top: 10%;
}

.lixi-15 {
    width: 88px;
    left: 0%;
    top: 14%;
}

.lixi-16 {
    width: 130px;
    left: 23%;
    top: 15%;
}

.lixi-17 {
    width: 67px;
    left: 42%;
    top: 13%;
}

.lixi-18 {
    width: 100px;
    left: 60%;
    top: 12.5%;
}

.lixi-19 {
    width: 100px;
    left: 50%;
    top: 8%;
}

.lixi-20 {
    width: 100px;
    left: 78%;
    top: 15%;
}

.content-popup {
    font-size: 20px;
    font-weight: bold;
    padding: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup .modal-content {
    background: #CA1B1B;
    color: #fff;
    border: 5px solid #FCBA26;
    border-radius: 40px;
    padding: 20px 20px;
    text-align: center;
}

.btn-popup {
    display: inline-block;
}</pre></body></html>