

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{color:#333; font-size:12px;}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input{ font-size:12px;}
a{ text-decoration:none; }
a:hover{color:#c00; text-decoration:none;}
.clear{clear:both;}

/* 大转盘样式 */
.banner{
    display:block;
    width:360px;
    margin-right:auto;
    margin-bottom: 20px;
    z-index: 2;
    position: absolute;
    left: 100px;
    top:120px;

}
.banner .turnplate {
    display: block;
    width: 360px;
    position: relative;
    background-size: 360px 360px;
}

.banner .turnplate canvas.item{width:360px;}
.banner .turnplate img.pointer{
    position: absolute;
    width: 120px;
    height: 130px;
    left: 121px;
    top: 109px;
}

.chance_left{
    width:360px;
    text-align:center;
    color:#8f6841;
    font-size: 18px;
    z-index:3;
    position: absolute;
    bottom:15px;
    left:100px;
    font-weight: 500;
    height:40px;
    line-height: 40px;
    display: block;
    top: 500px;
}
.chance_left .time{
    font-style: normal;
    color:#ff1e42;
    display: inline-block;
    margin:0 2px;
}

.rule_image{
    width: 1000px;
    margin: 0 auto;
    display: block;
    /*margin-top: 50px;*/
}

.thumb_url{
    width: 50px;
    height: 50px;
    display: none
}

.back{
    width: 1000px;
    height: 600px;
    margin: 0px auto 25px;
    display: block;
    position: relative;
}
.head_image{
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.back_image{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1000px;
}
.prize_list{
    width: 220px;
    height: 380px;
    background: #FFFFFF;
    z-index: 5;
    position: absolute;
    top: 110px;
    left: 650px;
    padding: 10px 15px 15px;
}

.prize_title{
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.title_bg{
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    border-top: 2px solid #f34c49;
}
.title_content{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    background-color: #fff;
    color: #f34c49;
}

.title_2{
    overflow: hidden;
    line-height: 36px;
    margin: 10px 0;
}
.w-th{
    float: left;
    width: 39%;
    padding: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #9d4e21;
}

.name_list{
    position: relative;
    height: 270px;
    margin: 0 5px;
    overflow: hidden;
}

.winner-item{
    line-height: 38px;
    border-top: 1px dashed #d9d8d8;
    overflow: hidden;
}

.w-name{
    float: left;
    width: 39%;
    padding: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    color: #928977;
}
.w_w-prize{
    float: left;
    width: 39%;
    padding: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    color: #f34c49;
}

.no_winner{
    text-align: center;
    line-height: 200px;
    color: #666;
    font-size: 14px
}


