header{
    position: sticky;
    /* left: 0px; */
    top: 0;
    width: 100%;
    background: #212121;
    z-index: 99;
}
.headCenter{
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.headLeft{
    width: 134px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #ffba00;
}
.headLeft img{
    display: block;
}
.headerRight{
    align-items: center;
    height: 100%;
}

.headerRight li{
    position: relative;
    line-height: 80px;
    margin-left: 58px;
}
.headerRight li a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    line-height: 80px;
}
.headerRight li.active a{
    color: #FFBA00;
}
.headerRight li.active::after{
    content:'';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height:11px;
    background: url(../images/head_desc.png) left top no-repeat;
    background-size: 100% 100%;
}
.bannerWrap{
    padding-top:80px ;
}
.bannerWrap img{
    display: block;
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}
.section{
    position: relative;
}
.section .fixedHash{
    position: absolute;
    left: 0;
    top: -78px;
    width: 100%;
    height: 1;
    z-index: -1;

}
.section1{
    padding:80px 0 100px ;
    background: url(../images/bg1.png) left top no-repeat;
    background-size: 100% 100%;
}
.section1 h3{
    line-height: 67px;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #fdb700; 
    padding-bottom: 32px;
}
.sectionContent1{
    align-items: center;
    justify-content: space-between;
}
.sectionContent1>img{
    display: block;
    width: 410px;
    height: 582px;
}
.sc_right{
    position: relative;
    flex: 1;
    height: 582px;
    padding-left: 49px;
    padding-top: 71px;
    box-sizing: border-box;
}
.sc_right::after{
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 50vw - 600px);
    height: 100%;
    background: url(../images/sc_right.png) left top no-repeat;
    background-size: 100% 100%;
}
.sc_right div{
    font-size: 40px;
    line-height: 56px;
    font-weight: 800;
    text-align: left;
    color: #0a0e15; 
    margin-bottom: 27px;
    position: relative;
    z-index: 2;
}
.sc_right ul{
    position: relative;
    z-index: 2;
}
.sc_right li{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #0c1016;
    line-height: 68px;
    padding-left: 40px;
}
.sc_right li::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 18px;
    height: 18px;
    background: #0D1118;
    border-radius: 50%;

}
.sc_right  a{
    display: block;
    position: relative;
    z-index: 2;
    width: 640px;
    line-height: 88px;
    background: linear-gradient(180deg,#2d2d2d, #020202);
    border-radius: 44px;
    border: none;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-top: 70px;
}
.section2_head{
    padding-top: 42px;
    padding-bottom: 69px;
    background: url(../images/desc2.png) left top no-repeat;
    background-size: 100% 100%;
}
.section2_head h3{
    line-height: 67px;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #0b0e15;
    margin-bottom: 16px;
}
.section2_head li{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #0b0e15;
    line-height: 33px;
}
.section2_head li span{
    opacity: 0;
}
.section2_content{
    height: 902px;
    background: url(../images/desc3.png) left top no-repeat;
    background-size: 100% 100%;
}
.sc2{
    position: relative;
    background:#FFFFFF ;
    height: 798px;
    padding: 55px 25px 0;
    box-sizing: border-box;
}
.sqNum{
    align-items:center;
    justify-content: space-between;
}
.sqNum li{
    position: relative;
    width: 50px;
    height: 50px;
    background: #DDDDDD;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #0b0e15;
}
.sqNum li::after{
    content: "";
    position: absolute;
    right: -230px;
    top: 20px;
    width: 230px;
    height: 10px;
    background: #dddddd;
    
}
.sqNum li:last-child::after{
    display: none;
}
.sqNum li.active{
    background: #fcc800;
    color: #0B0E15;
}
.sqNum li.active::after{
    background: #fcc800;
}
.sqTitle{
    height: 230px;
    margin-top: 50px;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.sqAnswer li{
    justify-content: space-between;
    margin-bottom: 30px;
}
.sqAnswer span{
    display: flex;
    width: 510px;
    height: 100px;
    align-items: center;
    background: #eeeeee;
    border-radius: 10px;
    padding:  0 0 0 42px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    cursor: pointer;
    line-height: 33px;
}
.sqAnswer span.disable{
    cursor: not-allowed;
}
.sqAnswer span.active{
    background: #fcc800;  
}
.handleSqBtn{
    position: absolute;
    left: 0px;
    bottom: 0px;
    align-items: center;
    width: 100%;
}
.handleSqBtn span{
    flex: 1;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 115px;
    background: #fcc800;
    cursor: pointer;
}
.handleSqBtn span.disable{
    cursor: not-allowed;
}
.handleSqBtn span:first-child{
    background: #CCCCCC;
    color: #999999;
}
.section3{
    padding-top: 100px;
    height: 1239px;
    background: url(../images/desc4.png) left top no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.prizeArea .prizeAreaTitle{
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #fdb700;
    margin-bottom: 50px;
}
.prizeRule{
    height: 338px;
    background: #fdb700;
    border-radius: 10px;
    padding: 25px 25px 0;
    color: #11151A;
}
.prizeRule div{
    font-size: 27px;
    font-weight: 800;
    text-align: left;
    color: #11151a;
    line-height: 41px;
    margin-bottom: 10px;
}
.prizeRule li{
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    color: #11151a;
    line-height: 32px;
}
.prizeDraw{
    position: relative;
    margin-top: 20px;
}
#qcjArea{
    position: absolute;
    width: 100%;
    height: 1;
    left: 0;
    top: -80px;
}
#prize_area {
    display: flex;
}

#prilist {
    width: 740px !important;
    display: flex;
    flex-wrap: wrap;
    margin-right:20px;
}

#prilist li {
    width: 240px;
    height: 180px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 6px 0px 0px #fdb700; 
    background-size: 100% 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#prilist li.active {
    background: #FDB700;
    background-size: 100% 100%;
}

#prilist li:nth-child(3n) {
    margin: 0;
}

#winner_list {
    flex: 1;
}

.draw-list-item {
    position: relative;
    text-align: center;
}

.draw-list-item p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
}

.draw-list-item img {
    display: block;
    margin: 0 auto;
}
.roll-1 img {
    width: 117px;
    margin: 13px auto 7px;
}

.roll-2 img {
    width: 74px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.roll-3 img,.roll-7 img {
    width: 74px;
    margin-top: 29px;
    margin-bottom: 27px;
}

.roll-4 img {
    width: 123px;
    margin-top: 25px;
    margin-bottom: 26px;
}
.roll-8 img{
    width: 100px;
    margin-top: 32px;
    margin-bottom: 13px;
}
.roll-6 img {
    width: 96px;
    margin-top: 29px;
    margin-bottom: 14px;
}
.roll-5 img {
    width: 117px;
    margin: 11px auto 7px;
}

#prilist .draw-list-click {
    display: block;
    background:#FDB700;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 6px 0px 0px #d19700; 
}
#prilist .draw-list-click::after{
    display: none;
}
#prilist .draw-list-click div{
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #0A0E15;
    line-height: 34px;
    margin-top: 70px;
    margin-bottom: 8px;
}
#prilist .draw-list-click span{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #0A0E15;
    line-height: 20px;
}
.draw-winlist-box {
    background: #f2f7ff;
    border-radius: 8px;
}

.draw-winlist-box>b {
    display: block;
    text-align: center;
    color: #ffffff;
    height: 50px;
    background: #fdb700;
    border-radius: 8px 8px 0px 0px;
    padding-left: 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #0e1219;
}
#jq_marquee_box {
    overflow: hidden;
    height: 505px;
    background: #2B303A;
    padding-left: 60px;
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
}
.draw-winlist-item {
    display: flex;
    align-items: center;
}
.draw-winlist-item .lt,
.draw-winlist-item .ct,
.draw-winlist-item .gt {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.draw-winlist-item .lt {
    width: 82px;
    color: #FDB700;
}

.draw-winlist-item .ct {
    width: 150px;
    color: #999999;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 112px;
    color: #FFFFFF
}
.section4{
    background: #1b1b1d;
}
.section4_desc span{
    flex: 1;
    height:30px;
    background: #fdb700; 
}
.section4_desc span:first-child{
    background: #5b5a5b;
}
.about{
    padding-top: 53px;
    padding-bottom: 65px;
}
.about h3{
    font-size: 48px;
    font-weight: 800;
    line-height: 67px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 28px;
}
.about div{
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 40px; 
}
.popBg{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.formContent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    height: 972px;
    background: #ffffff;
    border-radius: 30px;  
    max-height: 80%;
}
.closePop{
    cursor: pointer;
    background: url(../images/close.png) left top no-repeat;
    background-size: 100% 100%;
}
.closePop1{
    position: absolute;
    top: 37px;
    right: 27px;
    width: 36px;
    height: 36px;
}
.formContent h3{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 37px;
    padding: 22px 0 37px;
    border-bottom:  1px solid #e1e1e1;
}
.form-tips{
  padding-top: 30px;
  padding-bottom: 58px;
  font-size: 36px;
  font-weight: 400;
  text-align:center;
  color: #000000;
  line-height: 50px;
}
#submit_form {
    padding: 0 70px;
    height: 65%;
    overflow: auto;
}
.form-main dd{
    justify-content: space-between;
    margin-bottom: 30px;
}
.form-main dd>div{
    width: 510px;
    height: 70px;
    background: #eeeeee;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    color: #000000;
    padding:0  0 0 42px;
    display: flex;
}
.form-main dd>div span{
    margin-right: 10px;
}
#address_select{
    flex: 1;
}
.form-main dd>div input,
.form-main dd select{
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    color: #000000;
    padding-left: 10px;
    background: none;
    border: none;
}
.form-main dd p{
    width: 510px;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 70px;
}
.form-main dd p a{
    text-decoration: underline;
}
.formContent button.submitBtn{
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 400px;
    height: 80px;
    transform: translate(-50%,0);
    background: #000000;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}
/**** 弹窗样式 start *****/
.boxlayer .vlm-wrap {
    font-size: 0;
}
.boxlayer.show {
    display: block;
}

.boxlayer-bg.show {
    display: block;
}
.layer-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.layer-title img {
    vertical-align: middle;
}

.layer-red {
    color: #FCC800;
    font-size: 24px;
    margin-bottom: 25px;

}

.layer-subtitle {
    font-size: 16px;
    padding-top: 10px;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 19px;
}

.layer-success,
.layer-warn,
.layer-noimg,
.layer-img,
.layer-nogift,
.layer-gift-jf,
.layer-gift,
.layer-answer {
    width: 360px;
    height: 260px;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
}

.boxlayer  .layer-success img {
    display: block;
    margin: 0 auto 20px;
    padding-top: 80px;
    width: 48px!important;
    height: 48px;
}
.boxlayer  .layer-success p{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 33px;
    margin-top: 0px;
}
.layer-gift,
.layer-gift-jf {
    height: 390px;
    border-radius: 8px;
    padding-top: 50px;
    box-sizing: border-box;
    background: linear-gradient(180deg,rgba(252,200,0,0.2), rgba(255,254,254,0.2));
}

.layer-gift .layer-title,
.layer-gift-jf .layer-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
}

.layer-gift-jf h6,
.layer-gift h6 {
    font-size: 18px;
    color: #FF7200!important;
    text-align: center;
    font-weight: 700;
    line-height: 33px;
    padding-bottom: 16px;
    padding-top: 10px;
}

.layer-gift p,.layer-gift p strong,.layer-gift-jf p ,.layer-gift-jf  p strong{
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 27px;
}
.layer-zero{
    width: 360px;
    height: 260px;
    padding: 32px 18px 0;
    background: none;
}
.boxlayer .layer-zero .bqCls{
    width: 100px;
}
.layer-zero p{
    text-align: center;
}
.layer-pro .layer-subtitle {
    font-size: 18px;
    padding-bottom: 24px;
}

.layer-pro .btn {
    width: 170px;
    background-color: #e90029;
}

.layer-pro .btn:hover {
    background-color: #d1082b;
}

.layer-btn {
    padding-top: 40px;
}

.layer-table {
    width: 506px;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-align: center;
}

.layer-table th {
    background-color: #f4f4f4;
}

.layer-table th,
.layer-table td {
    padding: 12px 20px;
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
}

.boxlayer {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 4px;
    /* padding:0 20px;*/
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 600;
    display: none;
}

.boxlayer .vlm-wrap {
    font-size: 0;
}

.boxlayer .vlm {
    max-width: 99%;
    display: block;
}

.boxlayer .close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.boxlayer .close img {
    width: 16px;
    height: 16px;
}

.boxlayer .layercontent {
    display: none;
}

.boxlayer.show {
    display: block;
}

.boxlayer-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 598;
    display: none;
}
.boxlayer .layercontent img{
    width: 100px;
}
.layer-noimg{
    padding-top: 40px;
}
.layer-noimg img{
    width: 100px!important;
    height: 100px;
}
.layercontent  h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 25px;
    margin-top: 20px;
}
.layer-subtitle{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
}
.layer-nogift img{
    padding-top: 48px;
}
.layer-warn .bqCls{
    margin-top: 30px;
}
.layer-gift-jf .layer-title{
    padding-top: 30px;
    padding-bottom: 4px;
}
.layer-gift-jf .layer-red{
    width: 124px;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #ff9812;
    line-height: 33px;
}
.boxlayer  .layer-gift-jf  .bqCls{
    width: 142px;
}
.layer-gift-jf h6{
    padding-bottom:0px;
}
.layer-gift-jf h6 .layer-red{
    padding-bottom:16px
}
.getChangePop{
    padding-top: 32px;
}
.getChangePop a{
    display: block;
    width: 120px;
    background: #fcc800;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 40px;
    margin: 20px auto 0;
}
.layer-gift-jf2{
    width: 360px;
    height:260px ;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    box-sizing: border-box;
}
.layer-gift-jf2 p{
    font-size: 12px;
    color: #333;
    line-height: 16px;
    margin-top: 6px;
}
/**** 弹窗样式 end *****/