body{
    margin:0;
}
/*#win_body{
    margin: 0 auto;
    text-align: center; 
    border:0px solid black;
    width: 800px;
    height: 700px;
    background-color: #b21e18;
}*/
#burj { position: relative;
	width: 100%; padding-bottom: 100%;
	vertical-align: middle; margin: 0; overflow: hidden; }

	#burj svg { display: inline-block;
	position: absolute; top: 0; left: 0; }
#win_body{
    margin: 0 auto;
/*    text-align: center; 
    border:0px solid black;
    width: 100%;
    height: 100%;
    height: 700px;
    background-color: #b21e18;
    background:url(imgs/win_bg.jpg);
    background-size: 100% 100%; 
    background-position: center;
    background-attachment: fixed;*/
}
#background{
    position:absolute; 
    width:100%;  
    z-index:-2;
}
#win_background{
    width: 100%;
    height: 100%;
    border:0px solid red;
    background:url(imgs/win_bg.jpg);
    background-size: 100% 100%; 
    background-position: center;
    /*background-attachment: fixed;*/
}
#imgbg{
    width:100%;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    z-index:-1;
}
#downloadbtn_ios{
       position:fixed;  
    /*   width: 40%;  
       height: 60px; */ 
       width:40%;
       height:50px;
       max-height:70px; 
       max-width:270px; 
       /*left: 30%;*/
       margin-left: -70%;
        bottom:20px;
       border: 1px solid #b21e18;  
       /*background: #b21e18;  */
       z-index: 2; 

       /*background-position: center;*/
     /*  background-repeat: no-repeat;
       background-attachment: fixed;*/

       -moz-border-radius: 50px;
       -webkit-border-radius: 50px;
       
       filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);/*ie*/
       -moz-box-shadow: 2px 2px 20px #000000;/*firefox*/
       -webkit-box-shadow: 2px 2px 20px #000000;/*safari或chrome*/
       box-shadow:2px 2px 20px #000000;/*opera或ie9*/ 

}
#downloadbtn_android{
    position:fixed;  
    width: 40%;  
    height: 50px;  
    left: 30%;
    bottom: 20px;
    border: 1px solid #b21e18;  
    background: #b21e18;  
    z-index: 2; 
    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);/*ie*/
    -moz-box-shadow: 2px 2px 20px #000000;/*firefox*/
    -webkit-box-shadow: 2px 2px 20px #000000;/*safari或chrome*/
    box-shadow:2px 2px 20px #000000;/*opera或ie9 */
}

#downloadandroidbtn{
    cursor: pointer;
    position:absolute;  
    width: 23%;  
    height: 7%;  
    margin-left: 53%;
    /*bottom: 60.5%;*/
top:10%;
    border: 1px solid #b21e18;  
    /*background: #b21e18;*/  
    z-index: 2; 
    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);/*ie*/
    -moz-box-shadow: 2px 2px 20px #000000;/*firefox*/
    -webkit-box-shadow: 2px 2px 20px #000000;/*safari或chrome*/
    box-shadow:2px 2px 20px #000000;/*opera或ie9 */
}
#downloadiosbtn{
    cursor: pointer;
    position:fixed;  
    width: 35%;  
    height: 60px;  
    left: 55%;
    bottom: 20px;
    border: 1px solid #b21e18;  
    background: #b21e18;  
    z-index: 2; 
    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=4);ie
    -moz-box-shadow: 2px 2px 20px #000000;/*firefox
    -webkit-box-shadow: 2px 2px 20px #000000;/*safari或chrome*/
    box-shadow:2px 2px 20px #000000;/*opera或ie9 */
}

#title{
    width: 100%;  
    /*height: 25px;*/
    /*line-height: 30px;*/
    height:50px;
    line-height: 50px;
    cursor:pointer;
    text-align: center;
    
    color:white;
    font-style:normal;
    font-weight:blod;
}
#version{
    width: 100%;  
    height: 25px;
    text-align: center;
    line-height: 30px;
    color:white;
    font-style:oblique;
    font-weight:blod;
    cursor:pointer;
}

#style_1{
    background-color: #b21e18;
    color:cyan;
}