body {
    margin: 0;
    padding: 0;
}

#gameFrame {
    border: 0;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index: 100;
}

#log_url {
    position:fixed;
    top:0;
    left:0;
    z-index:300;
    display: none;
}

/* 下注記錄 */
#betRecord {
    width: 48px;
    height: 48px;
    background: url(../images/BetRecord.png) 0 -48px;
}

#betRecord:hover {
    background-position: 0 0;
}

.wallet-title {
    font-size: 16;
    font-weight: bolder;
    font-family: STHeiti, Microsoft YaHei;
    color: #000;
    text-align: center;
}
.wallet_ys-btn{
    height: 5%;
    font-size: 16;
    color: #fff;
    background-color: #59BAFC !important;
    border-color: #59BAFC !important;
    width: 45%;
}
.wallet_no-btn{
    height: 5%;
    font-size: 16;
    color: #000;
    background-color: #fff !important;
    border-color: #BFBFBF !important;
    width: 45%;
}