
body{
	font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;margin:0 auto;
	background: black url(../images/bg01.jpg) no-repeat center top;
	background-size: auto 110%;
	color: black;
}
img {
	vertical-align: top;
	width: 100%;
}
.header {
	padding-top: 0.05rem;
	width: 100%;
	height: 1.5rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 900;
	box-sizing: border-box;
	background: #383838;
}
.header .logo {
	margin: 0 auto;
	width: 4.5rem;
}
.header .chaxun {
	width: 0.6rem;
	display: block;
	position: absolute;
	right: 0.4rem;
	top: 0.4rem;
}
#main {
	padding: 1.5rem 0 0;
}
#main #luck {
	padding: 0.25rem 0 0.8rem;
}
#main #luck table {
	width: 100%;
	border-collapse: collapse;
}
#main #luck td {
	padding: 0 0.05rem 0.16rem;
	width: 20%;
	border: none;
	text-align: center;
	vertical-align: top;
}
#main #luck td .item {
	padding-top: 0.2rem;
	height: 1.16rem;
	color: brown;
	font-size: 0.2rem;
	box-sizing: border-box;
	background: url(../images/bg02.png) no-repeat;
	background-size: 100% 100%;
}
#main #luck .active .item {
	background-image: url(../images/bg03.png);
}
#main #luck td .item img {
	margin: 0 auto 0.05rem;
	width: 100%;
	height: 0.5rem;
	display: block;
}
#main #luck td .item span {
	height: 0.4rem;
	display: block;
	overflow: hidden;
}
#main #luck td .box {
	padding: 0.3rem 0 0;
}
#main #luck td .box .img {
	margin: 0 auto;
	width: 5.5rem;
	position: relative;
}
#main #luck td .box .img a {
	margin: 0 auto 0;
	width: 4.3rem;
	display: block;
}
#main .detailLink {
	text-align: center;
}
#main .detailLink a {
	display: inline-block;
	color: #ecd87f;
	font-size: 0.4rem;
	margin-bottom: 0.4rem;
	text-decoration: underline;
}

#main .dateBox {
	margin: 0 auto 0.45rem;
	width: 8.8rem;
	height: 0.8rem;
	background: url(../images/img06.png) no-repeat center top;
	background-size: 100% auto;
}
#main .dateBox .txt {
	padding-left: 1rem;
	width: 50%;
	float: left;
	color: white;
	font-size: 0.33rem;
	font-weight: bold;
	line-height: 0.76rem;
	box-sizing: border-box;
}
#main .dateBox .date {
	width: 50%;
	float: right;
	color: black;
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 0.76rem;
	text-align: center;
}
#main .dateBox .date span span {
	color: brown;
}
#main .inputul {
	margin: 0 auto;
	padding: 0.2rem 0 0.1rem;
	background: url(../images/bg04.png) no-repeat center 11px;
	background-size : 100% auto;
}
#main .inputul li { margin: 0 auto 0.25rem; width: 7.2rem;}
#main .inputul li input{height: 1.08rem;width:7.2rem;color: #333;font-size: 0.35rem;
	border-radius: 0.1rem; text-align: center;background: #fff; box-sizing: border-box;}
#main .inputul li:first-child input{border: 1px solid #DBC9B6; }	
#main .inputul li input::-webkit-input-placeholder{color:#333;}
#main .inputul li input::-moz-placeholder{color:#333;opacity:1;}
#main .inputul li input:-moz-placeholder{color:#333;opacity:1;}

.footer {
	padding-bottom: 2.25rem;
	overflow: hidden;
	color: white;
	font-size: 0.25rem;
	text-align: center;
}

.bottom{ height:1.58rem; position:fixed;bottom:0; width:100%; z-index: 900; border-top: 1px solid #EEEEEE; 
	background-color:#383838;}
.bottom ul li{ float:left; width:25%; text-align:center; padding-top: 1px;}
.bottom ul li a{ display:block; height:1.84rem;position: relative; border-right:1px solid #EEEEEE; 
	box-sizing: border-box; padding-top: 0.26rem;}
.bottom ul li:last-child a { border: none;}
.bottom ul li .iconfont{display: inline-block;font-size:0.54rem;color: #ea9795;margin:0 auto;margin-top:0.15rem}
.bottom ul li p{ line-height:0.6rem; color:#ecd87f; font-size:0.32rem;}
.bottom ul li img {
	width: auto;
	height: 0.55rem;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	background: rgba(0,0,0,0.5);
}
.popBox {
	width: 8rem;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 1000;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.popBox .img {
	margin-bottom: 0.3rem;
	position: relative;
}
.popBox .img p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.5rem;
	color: #333;
	font-size: 0.45rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.popBox .img p span {
	color: #ff0000;
}
.popBox .close {
	margin: 0 auto;
	width: 0.8rem;
	text-align: center;
}

.searchBox {
	padding: 0.3rem;
	width: 9rem;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 10000;
	border-radius: 0.3rem;
	box-sizing: border-box;
	background: #383838;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.searchBox .close {
	position: absolute;
	right: 0.4rem;
	top: 0.4rem;
}
.searchBox p {
	margin-bottom: 0.3rem;
	color: white;
	font-size: 0.5rem;
	font-weight: bold;
	text-align: center;
}
.searchBox .search {
	margin: 0 auto 0.3rem;
	width: 8rem;
	position: relative;
}
.searchBox .search input {
	margin: 0;
	padding: 0 0.5rem;
	width: 100%;
	height: 1.2rem;
	color: black;
	font-size: 0.35rem;
	line-height: 1.2rem;
	box-sizing: border-box;
	border-radius: 0.6rem;
	border: 2px solid #ecd87f;
	background: #fff;
}
.searchBox .search a {
	display: block;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	overflow: hidden;
	zoom: 1;
}
.searchBox .search a img {
	width: auto;
	height: 100%;
	display: block;
	float: right;
}
.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: brown;
	font-size: 0.35rem;
	line-height: 0.8rem;
	text-align: center;
	background: #ecd87f;
	border: 1px solid #EADFD3;
}
.searchBox td {
	padding: 0.2rem;
	color: white;
	font-size: 0.35rem;
	line-height: 1.7;
	text-align: center;
	border: 1px solid #EADFD3;
	background: black;
}
.searchBox td span {
	color: #DCBF9D;
}
.searchBox tr:nth-child(2n+1) td {
	background: #676767;
}
.pop {
	width: 8rem;
	height: 5rem;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	background: url(../images/tclogin.png) no-repeat center top;
	background-size: 100% auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%)
}
.pop .close {
	position: absolute;
	right: -0.35rem;
	top: -0.35rem;
}
.pop .close img {
	width: 0.8rem;
	height: 0.8rem;
}
.pop .user_name {
	margin: 0.85rem auto 0;
	width: 6rem;
	height: 1rem;
	display: block;
	color: brown;
	font-size: 0.4rem;
	line-height: 1rem;
	text-align: center;
	background: #fff4e4;
	border-radius: 0.2rem;
	border: none;
}
.pop .tcsub {
	color: #fff;
    display: block;
    font-size: 0.4rem;
    font-weight: 700;
    height: 1rem;
    line-height: 1rem;
    margin: 1.22rem auto 0;
    text-align: center;
    width: 6rem;
	border-radius: 0.2rem;
	border: none;
	background: #f63d3d;
}
.logined {
    width: 7rem;
    position: absolute;
    top:9.6rem;
    left: 50%;
    margin-left:-3.5rem;
    border: 2px solid #ecd87f;
    border-radius: 25px;
    line-height: 0.6rem;
    text-align: center;
}
.logined div {
    color:white;
    display: inline-block;
    margin: 0 0.1rem;
}
.logined div:last-child {
    color:#ecd87f;
    cursor: pointer;
}
.quotes {
    text-align: center;
    color:white;
    font-size: 0.3rem;
}
.quotes a {
    color:white; 
    margin: 0 0.1rem;
   font-size: 0.3rem;
}
.quotes span {
     margin: 0 0.1rem;
    color:#DCBF9D;
   font-size: 0.3rem;
}
.detailBox {
	display: none;
	padding: 0.3rem;
	width: 9rem;
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 10000;
	border-radius: 0.3rem;
	box-sizing: border-box;
	background: #383838;
	transform: translate(-50%,-20%);
	-webkit-transform: translate(-50%,-20%);	
}
.detailBox .close {
	width: 0.8rem;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}
.detailBox .title {
	margin-bottom: 0.4rem;
}
.detailBox .inner {
	margin: 0 0 0.5rem 0;
}

.detailBox .inner table {
	width: 100%;
	border-collapse: collapse;
}
.detailBox .inner th,
.detailBox .inner td {
	padding: 8px 0 9px;
	width: 25%;
	color: white;
	font-size: 0.35rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #836d3c;
	background: #262626;
}
.detailBox .inner tr:nth-child(2n+1) td {
	background: #6e6e6e;
}
.detailBox .inner th {
	font-weight: bold;
	color: brown;
	line-height: 1.45;
	background: #ecd87f;
}
.detailBox .inner .txtBox .ttl {
	margin-bottom: 45px;
}
.detailBox .inner .txtBox dt {
	color: white;
	font-size: 0.35rem;
	font-weight: bold;
}
.detailBox .inner .txtBox dd {
	margin-bottom: 0.5rem;
	color: #ecd87f;
	font-size: 0.35rem;
	line-height: 2.25;
}
.detailBox .inner .txtBox dd span {
	color: #f7cd45;
}
.detailBox .btmTxt {
	margin-top: 0.5rem;
	color: #ecd87f;
	font-size: 0.35rem;
	line-height: 2.25;
}




