
body{
    font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;margin:0 auto;
    background: #F6F6F6;
    max-width: 750px;
    margin: 0 auto;
}
img {
    vertical-align: top;
    width: 100%;
}
.header {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    width: 100%;
    position: relative;
    z-index: 900;
    box-sizing: border-box;
    background: #fff;
}
.header .logo {
    margin: 0 auto;
    width: 3.62rem;
}
.header .chaxun {
    width: 0.7rem;
    display: block;
    position: absolute;
    right: 0.42rem;
    top: 0.4rem;
}
#main {
}
#main #luck {
    position: relative;
}
#main #luck table {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0.22rem;
    border-collapse: collapse;
}
#main #luck td {
    padding: 0 0.05rem 0.14rem;
    width: 20%;
    border: none;
    text-align: center;
    vertical-align: top;
}
#main #luck td .item {
    padding-top: 0.15rem;
    height: 1.18rem;
    color: #393942;
    font-size: 0.24rem;
    box-sizing: border-box;
    background: url(../images/bg02.png) no-repeat;
    background-size: 100% 100%;
}
#main #luck .active .item {
    color: #fff;
    background-image: url(../images/bg03.png);
}
#main #luck td .item img {
    margin: 0 auto 0.02rem;
    width: auto;
    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.34rem;
    position: relative;
}
#main #luck td .box .img a {
    margin: 0.14rem auto 0;
    padding-left: 0.15rem;
    width: 4.85rem;
    display: block;
}
#main .detailBtn {
    margin: -0.08rem 0 0.47rem;
    text-align: center;
}
#main .detailBtn a {
    color: #b1780c;
    font-size: 0.45rem;
    text-decoration: underline;
}
#main .dateBox {
    margin: 0 auto 0.42rem;
    width: 8.9rem;
    height: 0.8rem;
    background: url(../images/img09.png) no-repeat center top;
    background-size: 100% auto;
}
#main .dateBox .txt {
    padding-left: 1.08rem;
    width: 50%;
    float: left;
    color: #393942;
    font-size: 0.33rem;
    line-height: 0.76rem;
    box-sizing: border-box;
}
#main .dateBox .date {
    width: 50%;
    float: right;
    color: #926206;
    font-size: 0.41rem;
    font-weight: bold;
    line-height: 0.76rem;
    text-align: center;
}
#main .dateBox .date span span {
    color: #ff0000;
}
#main .inputul {
    margin: 0 auto;
    padding: 0 0 0.4rem;
    background: url(../images/bg04.png) no-repeat center 0.14rem;
    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: #161616;font-size: 0.35rem;border-radius: 0.1rem;border: none; text-align: center;background: #fff; box-sizing: border-box; border: 1px solid #E1BA65;}
#main .inputul li input::-webkit-input-placeholder{color:#161616;}
#main .inputul li input::-moz-placeholder{color:#161616;opacity:1;}
#main .inputul li input:-moz-placeholder{color:#161616;opacity:1;}
#main .inputul li .vipbtn {
    border: none;
    background: none;
    border-radius: 0;
}

.footer {
    padding-bottom: 2.25rem;
    overflow: hidden;
    color: #393942;
    font-size: 0.26rem;
    text-align: center;
}

.bottom{height:1.58rem;position:fixed;width: 100%;max-width: 750px;bottom:0;z-index: 900;background-color:#FDC14F;}
.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 #C69435; box-sizing: border-box; padding-top: 0.24rem;}
.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:#8a1e04; font-size:0.32rem;}
.bottom ul li img {
    width: auto;
    height: 0.62rem;
}

.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: 8.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 1000;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.popBox .img {
    padding: 0 0 0.3rem 0.6rem;
    position: relative;
}
.popBox .img p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1rem;
    color: #000;
    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.7rem;
    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: #f3f3f3;
    border: 1px solid #eabd67;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.searchBox .close {
    width: 0.7rem;
    position: absolute;
    right: 0.4rem;
    top: 0.3rem;
}
.searchBox p {
    margin-bottom: 0.3rem;
    color: #b1780c;
    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: #b1780c;
    font-size: 0.35rem;
    line-height: 1.2rem;
    box-sizing: border-box;
    border-radius: 0.6rem;
    border: none;
    border: 1px solid #B1780C;
    background: #fff;
}
.searchBox .search a {
    display: block;
}
.searchBox .search a img {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.searchBox .search input::-webkit-input-placeholder{color:#b1780c;}
.searchBox .search input::-moz-placeholder{color:#b1780c;opacity:1;}
.searchBox .search input:-moz-placeholder{color:#b1780c;opacity:1;}
.searchBox table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #FDC14F;
}
.searchBox th {
    color: #333;
    font-size: 0.35rem;
    line-height: 0.8rem;
    text-align: center;
    background: #FDC14F;
}
.searchBox td {
    padding: 0.2rem;
    color: #333;
    font-size: 0.35rem;
    line-height: 1.7;
    text-align: center;
    border-bottom: 1px solid #FDC14F;
    background: #fff;
}
.searchBox td span {
    color: #FDC14F;
}
.searchBox tr:nth-child(2n+1) td {
    background: #F4F4F4;
}
.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: #6c3114;
    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: 1.15rem;
    left: 50%;
    color:#333;
    margin-left:-3.5rem;
    border: 2px solid #000000;
    border-radius: 22px;
    line-height: 0.5rem;
    text-align: center;
    background-color: #FFF;
    z-index: 999;
    font-size: 0.24rem;
}
.logined div {
    color:#333;
    display: inline-block;
    margin: 0 0.05rem;
}
.logined div:last-child {
    color:#f00;
    cursor: pointer;
}
.quotes {
    text-align: center;
    color:#fff;
    font-size: 0.3rem;
}
.quotes a {
    color:#333;
    margin: 0 0.1rem;
    font-size: 0.3rem;
}
.quotes span {
    margin: 0 0.1rem;
    color:#ffcc00;
    font-size: 0.3rem;
}


.detailBox {
    padding: 0.5rem 0.3rem;
    width: 9rem;
    height: 13rem;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 10000;
    overflow-y: scroll;
    border-radius: 0.3rem;
    background: #F6F6F6;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.detailBox .close {
    width: 0.7rem;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
}
.detailBox .ttl {
    height: 1.2rem;
    overflow: hidden;
}
.detailBox .ttl img {
    width: auto;
    height: 1.5rem;
}
.detailBox dl {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 1.5;
}
.detailBox dt {
    color: #333;
}
.detailBox dd {
    color: #b1780c;
}
.detailBox dd span {
    color: #ffef83;
}
.detailBox table {
    margin-bottom: 0.5rem;
    width: 100%;
    border-collapse: collapse;
}
.detailBox th {
    padding: 0.2rem 0;
    color: #291916;
    font-size: 0.3rem;
    text-align: center;
    background: #FDC14F;
    border: 1px solid #EADFD3;
}
.detailBox td {
    padding: 0.2rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #EADFD3;
    background: #fff;
}
.detailBox td span {
    color: #f7cd45;
}
.detailBox tr:nth-child(2n+1) td {
    background: #F4F4F4;
}
.detailBox .btmTxt {
    margin-bottom: 0.5rem;
    color: #b1780c;
    font-size: 0.3rem;
    line-height: 1.5;
}
.detailBox .btmTxt span {
    color: #ffef83;
}

.startBtn{
    height: 1.08rem;
    background: linear-gradient(#8A7258, #16171A);
    color: #fff;
    font-size: 0.4rem;
    font-weight: bold;
    display: flex;
    column-gap: 0.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
}

.startBtn .startIcon{height: 0.46rem;width: auto;}