@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
body{
    height:3000px;  
    margin:0;
    padding:0;
    background:#E1FFEC;
}
.buy-btn{
    display:block;
    width:127px;
    height:36px;
    outline:none;
    overflow:hidden;
    margin:10px auto 0;
    text-indent:-999px;
    background:url(../images/gm.png) 0 0;
}

