/* 
* @Author: xuchen
* @Date:   2015-11-18 09:37:17
* @Last Modified by:   QZY
* @Last Modified time: 2016-12-19 19:40:48
*/

.lttop{ 
    display: -webkit-box;
    -webkit-box-pack: center;
    width: 100%;
    text-align: center;
    margin-top:20px ; 
}
.ltcenter{	
    display: -webkit-box;
    -webkit-box-pack: center;
    width: 100%;
    margin:0 auto; margin-bottom: 15px;
}
.lotcircle{
    position: relative;
    margin:0 auto;
    background: url("../../images/game/circle.png") no-repeat;
    height:260px;
    background-size: 260px;
}
.ltcenter table td{
    width: 70px;
    height: 70px;
    text-align:center;
    vertical-align:middle;
    font-size:24px;
    color:#333;
    background: #fff;
    border-radius: 5px;
    margin: 0 1px 1px;
    display: inline-block;
}
.ltcenter table td a{width:140px;height:140px;line-height:150px;display:block;text-decoration:none;}
.ltcenter table td.active{
    background-color:#E60F0F;
}
.square{
    background: url("../../images/game/square.png") no-repeat ;
    background-size: 70px;
}
.wheel1-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize1.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel2-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize2.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel3-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize3.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel4-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize4.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel5-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize5.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel6-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize6.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel7-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize7.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel8-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize8.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel9-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize9.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel10-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/prize10.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.handshake-icon{
    width: 100px;
    margin:0 auto;
    background-image: url("../../images/game/handshake.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}
.wheel-button-icon{
    margin: 0 auto 0 -4px;
    background-image: url("../../images/game/lotbutton.png");
    width: 147px;
    height: 144px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130px;
    background-color: transparent;
    border: 1px solid transparent;
}

.ltbul{
    margin:0;
    list-style: none;
}

.ltbul li{
    padding-bottom: 5px;
}
.dec{
    margin-left: 9px;
}
.fill{
    height: 100px;
}

.ltbutton{
    position:relative;left:0px;top:-7px;
    width: 140px;
    height: 141px;
}
.hint{
    width: 260px;
    height:200px;
    margin-top: 230px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; 
    position:absolute;
    z-index: 9999;
    display:none;
}
.hintTxt{
    text-align: center;
}
.hide{
    display: none;
}
.modal-backdrop{
    display: none;
}
.lottery-unit div{
    margin-top: 10px;
}