@charset "utf-8";
/* CSS Document */

.msaward {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 10px auto 0;
    text-align: center; background:url(../images/awardbg1.png) no-repeat center center; padding-top:75px;
}
.msaward_table {
    display: inline-block; border-collapse: separate; border-spacing:3px;
}
/* 设置标识样式 */
.msactive {
    background-color: #feff06 !important; border-radius:5px; text-align:center;
}
.msaward_td {
    width: 60px;
    height: 60px;
    text-align: center; border-radius:5px;
	background-image: linear-gradient(#facd53, #fdb526); text-align:center;
}
.msaward_th {
    cursor: pointer;
    user-select: none; background:#ffffe6; color:#000; border-radius:5px;
}

.awardlist{clear:both; height:80px; padding:15px 0px;}
.awardlist p{font-size:14px; line-height:23px;}
.awardlist p span{color:#c00;}

/* 设置中奖结果 */
.results {
    display: none;
    position: absolute;
    top: 0;
    left: 50px;
    width: 160px;
    height: 75px;
    border: 4px solid #fd3827;
    border-radius: 8px;
    text-align: center;
	font-size:14px;
    line-height: 22px;
    background-color: #ffffe6; color:#c00e17;
	padding:10px 20px;

}
.cell{	
    width: 160px;
    height: 75px;
display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center; 
  -moz-box-align: center;
  
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  
  display: -ms-box;
  -ms-box-orient: horizontal; 
  -ms-box-pack: center;
  -ms-box-align: center;
  
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  }
