a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	/* color: #fff; */
	background: #241F46 url(../images/bg01.jpg) no-repeat center top;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
.header {
	margin: 0 auto;
	padding: 34px 0 7px;
	width: 1200px;
}
.header .logo {
	float: left;
}
.header ul {
	margin: 32px 60px 0 0;
	float: right;
}
.header li {
	margin-left: 20px;
	width: 127px;
	float: left;
}
.header li:hover {
}
.header li a {
	padding-bottom: 4px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.header li a:hover {
	color: #292148;
	background: url(../images/bg05.png) no-repeat;
}
.header li a span {
	padding-left: 27px;
	display: inline-block;
	background: url(../images/navi_img01.png) no-repeat left center;
}
.header li a:hover span {
	background-image: url(../images/navi_img01_on.png);
}
.header li.li02 a span {
	background-image: url(../images/navi_img02.png);
}
.header li.li02 a:hover span {
	background-image: url(../images/navi_img02_on.png);
}
.header li.li03 a span {
	background-image: url(../images/navi_img03.png);
}
.header li.li03 a:hover span {
	background-image: url(../images/navi_img03_on.png);
}
.header li.li04 a span {
	background-image: url(../images/navi_img04.png);
}
.header li.li04 a:hover span {
	background-image: url(../images/navi_img04_on.png);
}
.header li.li05 a span {
	background-image: url(../images/navi_img05.png);
}
.header li.li05 a:hover span {
	background-image: url(../images/navi_img05_on.png);
}

#main {
	margin: 0 auto;
	padding: 33px 0 50px;
	width: 1200px;
}
#luck {
	margin: 0 0 25px;
	box-sizing: border-box;
}
#main #luck table {
	width: 100%;
	border-collapse: collapse;
}
#main #luck td {
	padding: 0 12px 13px 0;
	border: none;
	text-align: center;
	vertical-align: top;
}
#main #luck td .item {
	padding-top: 19px;
	width: 190px;
	height: 120px;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	background: url(../images/bg02.png) no-repeat;
}
#main #luck .active .item {
	background-image: url(../images/bg03.png);
}
#main #luck td .item img {
	margin: 0 auto 2px;
	display: block;
}
#main #luck td .box {
	padding: 10px 0 0;
}
#main #luck td .box .img {
	position: relative;
}
#main #luck td .box .img a {
	display: block;
	position: absolute;
	left: 198px;
	bottom: -151px;
}
#main .dateBox {
	margin: 0 auto 30px;
	width: 882px;
	position: relative;
	text-align: center;
}
#main .dateBox .date {
	height: 75px;
	position: absolute;
	right: 47px;
	top: 25px;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	background: url(../images/bg04.png) no-repeat center top;
}
#main .dateBox .date > span {
	margin: 0 8px 0 7px;
	width: 75px;
	display: inline-block;
}
#main .dateBox .date span span {
	display: block;
	color: #fffc53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	font-weight: bold;
}
.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	background: rgba(0,0,0,0.5);
}
.popBox {
	margin: -320px 0 0 -215px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 1000;
}
.popBox .img {
	margin-bottom: 19px;
	position: relative;
}
.popBox .img p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 108px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
}
.popBox .img p span {
	display: block;
	color: #fff100;
	font-size: 50px;
}
.popBox .img p .txt02 {
	font-size: 36px;
}
.popBox .close {
	text-align: center;
}

#main .inner {
	margin: 0 3px 50px 0;
}
#main .inner .tableBox {
	margin-top: 2px;
	width: 597px;
	float: right;
}
#main .inner table {
	width: 100%;
	border-collapse: collapse;
}
#main .inner th,
#main .inner td {
	padding: 8px 0 9px;
	width: 25%;
	color: #dbdaf3;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #605BA2;
	background: #292457;
}
#main .inner tr:nth-child(2n+1) td {
	background: #3B376B;
}
#main .inner th {
	font-weight: bold;
	color: #272553;
	line-height: 1.45;
	background: #ff5662;
}
#main .inner .txtBox {
	width: 569px;
	float: left;
}
#main .inner .txtBox .ttl {
	margin-bottom: 45px;
}
#main .inner .txtBox dt {
	color: #ffe081;
	font-size: 20px;
	font-weight: bold;
}
#main .inner .txtBox dd {
	margin-bottom: 40px;
	color: #dbdaf3;
	font-size: 16px;
	line-height: 2.25;
}
#main .inner .txtBox dd.style {
	margin-bottom: 35px;
}
#main .inner .txtBox dd span {
	color: #ffe081;
}
#main .btmTxt {
	margin-top: 39px;
	color: #dbdaf3;
	font-size: 16px;
	line-height: 2.25;
}
.footer {
	overflow: hidden;
	background: #19173A;
}
.footer p {
	color: #dbdaf3;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

.searchBox {
	padding: 21px 50px 50px;
	width: 720px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 10000;
	border-radius: 20px;
	box-sizing: border-box;
	background: #241F46;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.searchBox .close {
	position: absolute;
	right: 18px;
	top: 18px;
}
.searchBox p {
	margin-bottom: 24px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.searchBox .search {
	margin: 0 auto 32px;
	width: 510px;
	position: relative;
}
.searchBox .search input {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	color: #161616;
	font-size: 18px;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	border: none;
	background: #fff;
}
.searchBox .search a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.searchBox .search input::-webkit-input-placeholder{color:#161616;}
.searchBox .search input::-moz-placeholder{color:#161616;opacity:1;}
.searchBox .search input:-moz-placeholder{color:#161616;opacity:1;}
.searchBox table {
	width: 100%;
	border-collapse: collapse;
}
.searchBox th {
	color: #272553;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background: #FFDF70;
	border: 1px solid #605BA2;
}
.searchBox td {
	padding: 7px 10px;
	color: #dbdaf3;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	border: 1px solid #605BA2;
}
.searchBox td span {
	color: #fff21c;
}
.searchBox tr:nth-child(2n+1) td {
	background: #3B376B;
}

.pop {
	margin: -158px 0 0 -282px;
	width: 564px;
	height: 317px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	background: url(../images/tclogin.png) no-repeat center top;
}
.pop .close {
	position: absolute;
	right: -24px;
	top: -24px;
}
.pop .user_name {
	margin: 68px auto 0;
	width: 350px;
	height: 80px;
	display: block;
	color: #6c3114;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	background: #fff4e4;
	border-radius: 20px;
	border: none;
}
.pop .tcsub {
	color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin: 68px auto 0;
    text-align: center;
    width: 350px;
	border-radius: 20px;
	border: none;
	background: #f63d3d;
}