﻿.pages{ overflow:hidden; padding-bottom:20px; width:998px; background:#0c122c; margin:0 auto; min-height:400px; position: relative; z-index: 9; }

.lottery{ margin-top: 20px}
.lottery table tr td{ border:1px solid #1f2340; height: 260px; text-align: center; position: relative; vertical-align: top;line-height: 16px}
.lottery table tr td a{ font-size: 12px; font-family: Arial;transition:all 0.3s; height: 260px; display: block; overflow: hidden;color:#fff;}
.lottery table tr td img{ display: block; width: 136px; height: 136px; margin: 0 auto; margin-top: 22px; background: #090b18; border-radius: 136px; transition:all 0.3s;}
.lottery table tr td h2{ height: 35px; line-height: 35px; font-family: "Microsoft Yahei"; font-size: 17px;font-weight:bold; }
.lottery table tr td.upcoming{ background: url(../images/upcoming.png) center center no-repeat;}
.lottery table tr td .rule{ width: 102px; height: 26px; border-radius: 3px; background: #2f3767; font-family: "Microsoft Yahei"; font-size: 12px; display: block; position: absolute; bottom: 20px; left: 48px; line-height: 26px;}
.lottery table tr td a:hover img{ background: #222643}
.lottery table tr td a:hover{ color: #fff100}
.lottery table tr td:hover .rule{ color:#fff} 
.lottery table tr td .rule:hover{ background: #f39800; color: #342101}
 