<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
*/
.clearfix {
    display:inline-block;
}
/*
.clearfix:after {
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*/
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
.brand-logo {
    display: block;
    width: 200px;
}
.luck-banner{
    background:url(../images/luck_banner_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
}

.dwn-bit, .dwn-bit&gt;a {
    color:#3fee97;
}
.btn-stl&gt;a {
    background-image: linear-gradient(to right,  #3bf5bb, #3fee97);    
    border-radius: 25px; 
    padding: 8px 18px;  
    text-align: center;
    color: 	#FFFFFF;
    text-decoration: none;
    display: inline-block;
}

.btn-stl&gt;a:hover{
    box-shadow:3px 3px 5px #ccc;
}

.fw600{
    font-weight: 600;
}
.fs15{
    font-size: 15px;
}
#home-btn {
    float: right; 
    margin: 14px;
}
.prodDownbtnsml {
    font-size: 8px; 
    font-weight: 400;
    margin: 0;
}
.prodDownbtnWin {
    background: url(https://www.manageengine.cn/images/win-lin.png) no-repeat -6px -5px;
    display: inline-block;
    height: 29px;
    width: 28px;
}
.pos-right{
}
.fl {
    float: left;
}
.ft-bg{
	background:url(../images/index_footer_bg.jpg);    
    background-size: cover;
    background-position: center;
}
.ly-plate{
	background:url(../images/luck_bg.png);    
    background-size: cover;
    background-position: center;
    min-height: 100vh;  
}

.rotate-bg{
	width:300px;
	height:300px;  
}
.lottery-star{
	background:url(../images/luck_Button.png);
    width: 147px;
    height: 147px;
    margin-top: 32px; 
}
.lottery-popup{
	background:url(../images/luck_Popup.png);
    width: 300px;
    margin-top: 25px;
}

.pop-size{
    width: 300px;
}
.ft-bar-bg {
    background-image: linear-gradient(to left,  #3bf5bb, #3fee97); 
    width:100%; 
    text-align: center; 
    padding:10px;
}
.pos-center {
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.pop-win {
    margin-top: -30px    
}
/*
@media screen and (max-width:1366px){
  .ly-plate{min-height: 200vh;}  
  .luck-banner{min-height: 50vh; }
  .lottery-star { margin-top: 36px;}
}
*/

@media screen and (max-width:1024px){
  .ly-plate{min-height: 90vh;}
  .luck-banner{min-height: 65vh; }
  .lottery-star {margin-top: 32px;} 
}
@media screen and (max-width:812px){
  .ly-plate{min-height: 50vh;}
  .luck-banner{ min-height: 50vh;  }
  .pop-size{ width: 100px }
  .lottery-star {margin-top: 22px;}
  .pop-win {margin-top: 0}  
}
@media screen and (max-width:500px){
  .ly-plate{min-height: 30vh;}
  .luck-banner{ min-height: 30vh;  }
  .pop-size{ width: 100px }
  .lottery-star {margin-top: 22px;}
  #home-btn {display: none;}
  .pop-win {margin-top: 0}
}</pre></body></html>