<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0px;
    margin: 0px;
    background: url('../images/bg.jpg') top center no-repeat #420007;
    background-size: cover;
    background-attachment: fixed;
    font: 18px/1.8 Microsoft Yahei,Arial,Helvetica,sans-serif;
    height: 100vh;
    overflow: hidden;
}
.mob-view {
    display: none;
}
button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}
.bgBox {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
    height: 100vh;
}

a, input, textarea, button {
    outline: none;
    text-decoration: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.btn{
    cursor: pointer;
}
.headFixdClick {
    height: 35px;
    border-bottom: 3px solid #8c1428;
}
.absolute{
    position: absolute !important;
}

.clear{
    clear: both;
}

.snowflakeList{
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
}
.snowflakeList a {
    position: absolute;
    z-index: 999;
    width: 120px;
}
.snowflakeList a img {
    width: 100%;
    height: auto;
}
/*æ–°å‹•ç•«*/
@keyframes lrmoving {
    0% {
        margin-left: -50px;
    }

    10% {
        margin-left: 50px;
    }

    20% {
        margin-left: -50px;
    }

    30% {
        margin-left: 50px;
    }

    40% {
        margin-left: -50px;
    }

    50% {
        margin-left: 50px;
    }

    60% {
        margin-left: -50px;
    }

    70% {
        margin-left: 50px;
    }

    80% {
        margin-left: -50px;
    }

    90% {
        margin-left: 50px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes udmoving2 {
    0% {
        transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

    100% {
        transform: translateY(120vh);
        -ms-transform: translateY(120vh);
        -webkit-transform: translateY(120vh);
    }
}
@keyframes udmoving {
    0% {
        transform: translateY(-400px);
        -ms-transform: translateY(-400px);
        -webkit-transform: translateY(-400px);
    }

    100% {
        transform: translateY(120vh);
        -ms-transform: translateY(120vh);
        -webkit-transform: translateY(120vh);
    }
}
/*çº¢åŒ…åŠ¨ç”»*/
@keyframes xuehua
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:980px;
    }
}
@-moz-keyframes xuehua /* Firefox */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:980px;
    }
}
@-webkit-keyframes xuehua /* Safari å’Œ Chrome */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:980px;
    }
}
@-o-keyframes xuehua /* Opera */
{
    0%   {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);		/* IE 9 */
        -webkit-transform: rotate(0deg);	/* Safari and Chrome */
        -o-transform: rotate(0deg);		/* Opera */
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);		/* IE 9 */
        -webkit-transform: rotate(360deg);	/* Safari and Chrome */
        -o-transform: rotate(360deg);		/* Opera */
        -moz-transform: rotate(360deg);
        top:980px;
    }
}
/*éŽå&nbsp;´å‹•ç•«*/
.loadingBlack{
    background:rgba(0,0,0,.8);
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 98;
    display:block;
}
.loading{
    background:url(../images/loading.png) no-repeat;
    width:580px;
    height:580px;
    position:absolute;
    top: 100px;
    left:50%;
    margin-left:-290px;
    z-index:99;
    animation: play .5s steps(6) infinite; 
}  
@keyframes play {   
   100% { background-position: -3480px; }   
} 
.loadingImg {
    width: 100%;
    height: auto;
    animation: scaleBig 2s linear;
}
@keyframes scaleBig {   
    0% { transform: scale(.8); opacity: .5; } 
    40% { opacity: 1 ; filter: blur(0px);}
    60% { opacity: 1 ; filter: blur(1px);}
    70% { transform: scale(2.5); opacity: .8; filter: blur(5px);}  
    80% { opacity: .7; filter: blur(8px);} 
 } 
/*è´éŒ¢æ™‚*/
.win {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
}
.winPic {
    background: url(../images/win2.png) no-repeat;
    width: 580px;
    height: 580px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -290px;
    animation: play1 .8s steps(3) infinite;
    text-align: center;
}
@keyframes play1 {   
   100% { background-position: -1740px; }   
} 
.win .money,
.notwin  .money{
    margin: 407px 0 0;
    display: block;
    font-size: 60px;
    font-family: arial;
    color: #feff83;
    font-weight: bold;
    text-shadow: 0 5px 5px rgba(0,0,0,.5);
}
.win .winTx,
.notwin  .winTx{
    text-align:center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fcf0c0;
    width: 100%;
    max-width: 1000px;
    padding: 0 16px;
    margin: 0 auto;
    margin-top:600px;
    text-shadow: 5px 5px 50px rgb(255, 247, 176,5);
    box-sizing: border-box;
}
.winTx &gt;h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 0;
    color: #fcf16d;
}
.winTx &gt;p {
    margin:0 auto;
}
.winTx &gt;p .pointTxt {
    font-size: 40px;
    color: #fcf16d;
}
.winTx &gt;p.smallWinTxt {
    font-size: 20px;
    padding-bottom: 8px;
}
.winGoBton {
    background-image: url(../images/go-b-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 224px;
    height: 75px;
    color: #fcf16d;
    font-weight: bold;
    font-size: 42px;
    display: block;
    margin: 16px auto;
    text-shadow: 2px 2px 9px rgba(0,0,0,.8);
}
.black{
    background:rgba(0,0,0,.8);
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 98;
    display:none;
}
/*æ²’è´éŒ¢æ™‚*/
.notwin {
    background: url(../images/notwin.png) top center no-repeat;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -290px;
    z-index: 99;
    width: 740px;
    height: 670px;
    top: 8%;
    left: 50%;
    margin-left: -370px;
    text-align: center;
    display: none;
}
.notwin .winTx {
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #fcf0c0;
    margin-top: 645px;
    text-shadow: 5px 5px 50px rgba(0,67,100,1);
}
/*æ˜Ÿæ˜Ÿ*/
#starshine {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    pointer-events: none;
}

.shine {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    color: tansparent;
    -moz-opacity: 0.0;
    opacity: 0.0;
    animation: glitter 3s linear -3s infinite normal;
    -webkit-animation: glitter 3s linear -3s infinite normal;
    -moz-animation: glitter 3s linear -3s infinite normal;
    -ms-animation: glitter 3s linear -3s infinite normal;
    -o-animation: glitter 3s linear -3s infinite normal;
}

.shine.small {
    width: 20px;
    height: 20px;
}

.shine.medium {
    width: 50px;
    height: 50px;
}

.shine.large {
    width: 100px;
    height: 100px;
}

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}


main {
    padding-top: 20px;
}
/*ä¸­çŽåå–®*/
.newsBox{
    width: 100%;
    background-color: rgba(164,28,4,.59);
    color: #ffd4ab;
    text-align: center;
}
.news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%;
    max-width: 1280px;
    margin: 0px auto 0;
    height: 40px;
}
.newsTit {
    color: #fece00;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 10px;
}
marquee.lunbo {
    width: calc( 100% - 160px);
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*å…§æ–‡*/
.titleBg {
    width: 100%;
    max-width: 1329px;
    margin-top: -60px;
    margin-left: -13%;
}
.titleBg img{
    width: 100%;
    max-width: 1329px;
}
/*éŠæˆ²äººæ•¸+é‡‘é¡*/
.TextBox {
    margin: 0 auto;
    color:#ffc791;
    display: table;
    margin-top: -3vw;
}
.Text {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
}
.textInfoBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    box-sizing: border-box;
}


.number{
    font-size: 25px; 
    font-weight: bold; 
    color: #fff; 
    padding: 0 8px;
}


/*å®ç®±*/
.eventWay {
    position:absolute;
    top: 23%;
    right: -15%;
    width: 100%;
    max-width: 467px;
}
.eventWay a{
    display: block;
}
.eventWay img{
    width: 100%;
    max-width: 467px;
}

/*å€’è®¡æ—¶*/
.Countdown {
    position: relative;
    text-align: center;
    background: url(../images/infoBg.png) no-repeat;
    width: 100%;
    max-width: 751px;
    margin: 0 auto;
    padding-top: 150px;
    min-height: 528px;
    box-sizing: border-box;
}

.txt {
    color: #fcf16d;
    font-size: 30px;
    font-weight: bold;
}
.tle {
    display: inline-block;
    line-height: 56px;
    font-size: 30px;
    color: #fbf16d;
}
.HotDate{
    line-height:1.5em;
    padding-bottom: 5px;
}
.HotDate&gt;span{
    display: inline-block;
    margin:0 0;
    font-size: 30px;
    color: #fbf16d;
}
.HotDate&gt;span em {
    text-align: center;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-family: Arial;
    color: #fff;
    margin-right: 5px;
}
.Btn {
    margin: 5px auto;
    width: 129px;
    height: 44px;
    cursor: pointer;
}
.playbtn2 {
    position: relative;
    z-index: 2;
}

.playbtn2:hover img {
    opacity:.9;
}

/*é–ƒçˆç«*/
.object {
    animation: MoveScale -.5s 3s linear infinite;
    position: absolute;
    left: 0;
    top:-5px;
    z-index: 3;
}
@keyframes MoveUpDown {
    0%, 100% {
        top: 25px;
    }
    50% {
        top:35px;
    }
}
@keyframes MoveScale {
    0%, 100% {
        transform: scale(.8) translateY(-2px);
        opacity: .9;
    }
    20%, 60% {
        transform: scale(.9) translateY(-4px);
        opacity: 1;
    }
    30%, 80% {
        transform: scale(1) translateY(-5px);
        opacity: .9;
    }
    50% {
        transform: scale(1) translateY(-5px);
        opacity: 1;
    }
}

@media screen and (max-width: 1329px){
    .titleBg {
        margin-left: -10%;
    }
}

@media screen and (max-width: 990px){
    * {
        box-sizing: border-box;
    }
    .mob-view {
        display: block;
    }
    .web-view {
        display: none;
    }
    body {
        overflow-y: auto;
    }
    .snowflakeList a img {
        width: 90px;
    }
    .titleBg {
        margin: 0 auto;
    }
    
    .titleBg img {
        max-width: 500px;
        margin: 0 auto;
    }
    .eventWay {
        position: relative;
        right: initial;
        margin: 0 auto;
        top: -68px;
    }
    .Countdown {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 100px;
        background-position: top center;
    }
}

@media screen and (max-width: 600px){
    .newsTit {
        font-size: 16px;
    }
    marquee.lunbo {
        width: calc( 100% - 140px);
        font-size: 16px;
    }
    .TextBox {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .Text {
        line-height: 30px;
        letter-spacing: 0;
        font-size: 20px;
    }
    .Text img{
        width: 60px;
    }
    .number {
        font-size: 20px;
    }

    .win .winTx, .notwin .winTx {
        margin-top:460px;
    }
    .winPic {
        transform: scale(.8) translateY(-20%);
    }
    .winTx &gt;h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .winTx &gt;p .pointTxt {
        font-size: 32px;
    }
    .winTx &gt;p.smallWinTxt {
        font-size: 18px;
        padding-bottom: 8px;
        line-height: 24px;
    }
    
    
}
@media screen and (max-width: 480px){
    .eventWay {
        top: -38px;
    }
    .Text {
        align-items: flex-start;
    }
}
</pre></body></html>