ul.draw {
    width: 800px;
    height: 410px;
    position: absolute;
    top:140px;
    left:26px;
}

ul.draw li {
    list-style: none;
    width: 184px;
    height: 120px;
    position: absolute;
}

ul.draw li.draw {
    background: cadetblue;
    text-align: center;
    color: #FFF;
    width: 184px;
    height: 120px;
    overflow: hidden;
}

ul.draw li.draw1 {
    top: 0;
    left: 0;
}

ul.draw li.draw2 {
    top: 0;
    left: 200px;
}

ul.draw li.draw3 {
    top: 0;
    left: 400px;
}

ul.draw li.draw4 {
    top: 0;
    left: 600px;
}

ul.draw li.draw5 {
    top: 138px;
    left: 600px;
}

ul.draw li.draw6 {
    top: 278px;
    left: 600px;
}

ul.draw li.draw7 {
    top: 278px;
    left: 400px;
}

ul.draw li.draw8 {
    top: 278px;
    left: 200px;
}

ul.draw li.draw9 {
    top: 278px;
    left: 0;
}

ul.draw li.draw10 {
    top: 138px;
    left: 0;
}
ul.draw li .jiangxiang_text{
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    line-height:30px;
    background: url("images/alpha.png") repeat;
}

.choujiang_result{
    width: 286px;
    height:187px;
    color: #FFF;
    background-color: #FFF;
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:4;
    margin:auto;
    display: none;
}

.choujiang_title{
    background: url("images/huojiang_title_bg.png") no-repeat;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.choujiang_title .choujiang_close{
    display: block;
    width:40px;
    height:40px;
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.choujian_text{
    margin:30px 0 0;
    background: url("images/huojiang_text.png") no-repeat center 0;
    padding:60px 0 0;
    color: #000;
    text-align: center;
}
.choujian_text em{
    color: #ff0000;
}

ul.draw li.draw_start {
    top: 146px;
    left: 200px;
    width: 247px;
    height: 30px;
    color: #9d8c77;
    letter-spacing: 0.1em;
    padding: 75px 0 0;
    text-align: center;
    cursor: pointer;
}
ul.draw li.draw_start.click_on{
    background: url("images/btn_lcqyz_on2.png") no-repeat;
}
ul.draw li.draw_start.click_off{
    background: url("images/btn_lcqyz_off2.png") no-repeat;
}

ul.draw li.cj_all{
    top: 146px;
    right: 216px;
    width: 119px;
    height: 30px;
    color: #9d8c77;
    letter-spacing: 0.1em;
    padding: 75px 0 0;
    text-align: center;
    cursor: pointer;
}
ul.draw li.cj_all.click_on{
    background: url("images/btn_yjcj_on.png") no-repeat;
}
ul.draw li.cj_all.click_off{
    background: url("images/btn_yjcj_off.png") no-repeat;
}

ul.draw li div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
    height: 122px;
    background: #fbd729;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}