/*----全局样式----*/
section,header{ display:block; }
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{ margin:0; padding:0; }
body,button,input,select,textarea{ font:12px/1.5 "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6,button,input,select,textarea{ font-size:100%; }
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{ list-style:none; }
a{ color:#fff; text-decoration:none; }
img{ border:0; }
em{font-style:normal; }
body.overFlow{
    overflow: hidden;
}
table{ border-collapse:collapse; border-spacing:0; }
input::-moz-focus-inner,button::-moz-focus-inner{ border:0;padding:0;outline:0; }
.clear{width: 100%;height: 0;clear: both;}
input::-webkit-input-placeholder {  color: #444; }
html{ color: #fff; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;}
/*page*/
#page { position: relative;  width: 100%;  height: auto;  margin: 0 auto;
    background: url("../images/pagebg.jpg") top center no-repeat;
    background-size: cover;padding-bottom: 15px;
}
.fl{ float: left;}
.rt{ float: right;}
.w1000,.banner { width: 1067px;margin: 0 auto;}
.w1000:after, .nav:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.head { width: 1075px; margin: 0 auto; height: 80px;line-height: 80px;}
.head img{ vertical-align: middle;}
.nav {
    width: 681px;
    height: 71px;
    background: url("../images/nav.png") no-repeat;
    margin-top: 10px;
}
.nav a{
    display: block;
    float: left;
    font-size: 16px;
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    margin-top: 19px;
    transition: all .5s;
}
.nav a:hover{
    color: #ff0a0a;
    background: #fff;
    border-radius: 15px;
    transition: all .5s;
}
.banner {
    position: relative;
    height: 271px;
    z-index: 10;
}
.banner img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -296px;
}
/*main*/
.main{
    position: relative;
    height: 635px;
    width: 1008px;
    margin: 0 auto;
    margin-top: -10px;
    padding: 20px 30px 35px;
    background: linear-gradient(to bottom,#ff6666,#ff3333,#cc3333,#cc0000,#990000);
    background:-webkit-linear-gradient(to bottom,#ff6666,#ff3333,#cc3333,#cc0000,#990000);
    background:-moz-linear-gradient(to bottom,#ff6666,#ff3333,#cc3333,#cc0000,#990000);
    background:-ms-linear-gradient(to bottom,#ff6666,#ff3333,#cc3333,#cc0000,#990000);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
}
.main .conter {
    width: 100%;
    height: 100%;
}
.main .hd{
    position: absolute;
    right: 30px;
    top: 96px;
}
.main .hd p{
    width: 18px;
    text-align: center;
    padding: 16px 14px;
    font-size: 20px;
    color: #0c1923;
    margin-bottom: 25px;
    cursor: pointer;
}
.main .hd p:hover{ color: #ff0a0a}
.main .hd p.active{ color: #ff0a0a }
.main .box{  display: none; width: 100%;height: 100%;  }
.conter .box1{  background: url("../images/con1.png") no-repeat; }
.conter .box2{  background: url("../images/con2.png") no-repeat; }
.conter .box3{  background: url("../images/con3.png") no-repeat; }
.conter .box .box-lt {
    width: 350px;
    height: 530px;
    margin: 56px 0 0 40px;
}

.conter .box .box-rt {
    width: 420px;
    height: 560px;
    margin: 35px 56px 0 0;
}
.conter .box section { height: 170px;}
.conter .box .userName{
    display: block;
    width: 290px;
    height: 50px;
    text-indent: 10px;
    color: #000000;
    font-size: 20px;
    border: 1px solid #ff6666;
    outline: none;
    margin: 10px  auto 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.conter .box .logbutton{
    width: 198px;
    height: 48px;
    display: block;
    margin: 20px auto 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: url("../images/loginBtn.png") no-repeat;
}

.conter .box .sec2,.sec3,.sec4 p{
    font-size: 20px;
    color: #8a2a00;
    padding: 0 12px;
}
.tab{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.tab td{
    padding: 5px 0;
    font-size: 16px;
    color: #000;
    border: 1px solid #ff3300;
}

.box1 .onbtn {
    position: relative;
    width: 390px;
    height: 239px;
    margin: 10px auto;
    background: url("../images/onbtn.png") no-repeat;
}
.box1 .onbtn a{
    position: absolute;
    top: 105px;
    right: 24px;
    width: 194px;
    height: 116px;
}
.winning-Already { margin-top: 10px;}
.winning-Already p{
    line-height: 32px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding-left: 20px;
}
.winning-Already p span{ padding-left: 20px; color: #ff0a0a}

.box2 .box-rt h3{ text-align: center;font-size: 20px;color: #ff0a0a;}
.box2 .box-rt p{
    font-size: 16px;
    line-height: 28px;
    color: #0c1923;
    padding: 0 15px;
}
.box3 .box-lt h3{ margin-top: 25px; text-align: center;font-size: 26px;color: #ff0a0a;}
/*lunbo*/
.box3 .txt-top {
    padding-top: 40px;
    margin-top: 43px;
    height: 257px;
    overflow: hidden;
    background: url(../images/kuang.png) no-repeat;
    background-position: 10px 0;
}
.box3 .txt-top li{
    height: 32px;
    color: #cc6c08;
    font-size: 14px;
    text-align: center;
}
.box3 .txt-top li span { color: #ff0a0a}

.footer{
    width: 100%;height: 50px;line-height: 50px;background: #cc0000;
    text-align: center;color: #ffff00;font-size: 14px;
}

/*弹窗*/
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}
.boxmask {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
    background: url("../images/boxmask.jpg") no-repeat;
    z-index: 1000;
   /* opacity: 0;*/
    transition: all 0.5s;
}
.content1{
    position: relative;
    top: 220px;
    left: 40px;
    width: 67px;
    height: 67px;
    z-index: 10;
}
.content1 #mask_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 67px;
    text-align: center;
    background: #fff;
}
.content1 #mask_text span{
    color: #ff0000;
    font-size: 30px;
    font-weight: bold;
}
.content1 #redux1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.content {
    position: relative;
    top: 238px;
    left: 190px;
    width: 305px;
    height: 154px;
    z-index: 10;
}
.content #mask_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.content #redux{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.content li{
    float: left;
    width: 76px;
    height: 77px;
    line-height: 77px;
    outline: 1px solid #03040d;
    color: #ff0000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.money {
    position: absolute;
    top: 225px;
    left: 331px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    text-align: center;
    font-size: 30px;
    color: #ffff02;
}

/*中奖*/
.wining,.lost{
    position: absolute;
    left: 50%;
    top: 30%;
    width: 239px;
    height: 241px;
    margin-left: -120px;
    z-index: 2000;
    display: none;
}
.wining a,.lost a{
    display: block;
    width: 65px;
    height: 65px;
    margin-top: 142px;
    margin-left: 89px;
    cursor: pointer;
}
.wining { background: url("../images/wining.png") no-repeat;}
.lost { background: url("../images/lost.png") no-repeat;}

/*抽奖数据弹窗*/
#show {width: 100%;height: 100%;position: fixed;background: rgba(0,0,0,0.8);z-index: 999;left: 0;top: 0;display: none;}
#tangchuang {width: 1000px;height: auto;z-index: 1000;position: relative;margin: 10% auto 0;background: #fff;padding-bottom: 20px;}
#tangchuang #close {width: 35px;height: 35px;line-height: 35px;right: 0;top: 0;position: absolute;cursor: pointer;color: #58200d;font-size: 20px;text-align: center;}
#stitle {color: #58200d;height: 35px;background: #d9aa4c;line-height: 35px;text-indent: 20px;font-weight: bold;font-size: 14px;}
#show table{width: 950px;margin: 0 auto;border-collapse: separate;border-spacing: 1px;font-size: 16px;text-align: center;}
#show table th{width: 16%;background: #1c1c1c;color: #fff; height: 40px!important;line-height: 40px;}
#show table th:last-child{width: 20%}
#show table td:last-child{width: 20%}
#show table td{width: 16%;background: #e5e5e5;color: #333;height: 36px!important;line-height: 36px;}
.xiaoyu{width: 100px;height: 40px;line-height: 40px;background: #000000;color: #fff;text-align: center;margin: 20px auto 0;}

#show2 {width: 100%;height: 100%;position: fixed;background: rgba(0,0,0,0.5);z-index: 999;left: 0;top: 0;display: none;}
#tangchuang2 {width: 1100px;height: auto;z-index: 1000;position: relative;margin: 6% auto 0;background: #fff;}
#tangchuang2 #close2 {width: 35px;height: 35px;line-height: 35px;right: 0;top: 0;position: absolute;cursor: pointer;color: #58200d;font-size: 20px;text-align: center;}
#tangchuang2 #close2:hover{color: #ffc107;}
#stitle2 {color: #58200d;height: 35px;background: #d9aa4c;line-height: 35px;text-indent: 20px;font-weight: bold;font-size: 14px;}


#open{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
    z-index: 1000;
}
/*手机页面*/
#ewm img{ margin-top: 22px;}

#ewm {
    position: absolute;
    top: 24px;
    left: -26px;
    width: 150px;
    height: 174px;
    display: none;
    z-index: 100;
    transition: all 0.3s;
}

