/*公用*/
body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"黑体","黑体",Courier New;
    background:
url('https://images.cnblogs.com/cnblogs_com/IUUUUUUUskyyy/1110515/o_%e5%9b%be%e7%89%871.png')repeat;
    min-width:1200px;
background-size:90%;
bottom right fixed;
}
#home {
    opacity: 0.93;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#fff;
    
    border:solid 1px #fff;
}
//
#home {
    opacity: 0.75;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;

#MagicArray{
/* Firefox 4 */
-moz-transition-property:width height bottom right; 
-moz-transition-duration:1s;

/* Safari and Chrome */
-webkit-transition-property:width height bottom right; 
-webkit-transition-duration:1s;

/* Opera */
-o-transition-property:width height bottom right;
-o-transition-duration:1s;

position: fixed;
bottom:107px;
right: 108px;
width: 0px;
height: 0px;
text-align: center;
z-index:2;
}

}