body{
    margin: 0 auto;
    min-width: 1300px;
  }
.hidden{display: none;}
.btn{
    border:none;
    outline:none;
    cursor:pointer;
    background: none
  }
  .wrap{
    position: relative;
    overflow: hidden;
    margin:0 auto;
    width:1300px;
    height: 100%;
    
    
  }
  .banner{
    height:1761px;
    background: url(../img/bg2.png) center 0 no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .recharge{
      text-indent: -99999px;
      position: absolute;
      font-size: 17px;
      margin: 60px 0 0 155px;
      top: 663px;
      right: 400px;
      color: red;
      width: 151px;
      height: 50px;
      cursor: pointer;
     

  }
  
  .mask{
    position: relative;
    margin: 60px 0 0 155px;
    /* width: 699px; */
    height: 721px;
    background: url(../img/dial-bg.png) center 0 no-repeat;
    background-position: center;
    background-size: auto 100%;
    transform: scale(.5);
    top: 102px;
    left: 105px;
    
   
}
.mask .box{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 223px;
    left: 443px;
}
#startWrap{
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 56px;
    left: 23px;
    z-index: 9999;
}
.start-btn{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99999;
   

}

#startWrap:after {
    content: "";
    position: absolute;
    background: url(../img/jt.png) no-repeat 50%;
    background-size: auto 100%;
    width: 95px;
    height: 86px;
    top: -66px;
    z-index: -999;
    left: 55px;
}
.sfxl_txt{
    position: absolute;
    margin: 100px 0 0 100px;
    width: 1000px;
    left: 50px;
    height: 200px;
    bottom: 50px;
    
}
.sfxl_txt .info{
    position: absolute;
    left: 196px;
    top: 45px;
    color: #884e47;
    line-height: 26px;
}
.xl-middle{
    position: absolute;
    margin: 100px 0 0 100px;
    width: 1000px;
    left: 50px;
    height: 500px;
} 
/* 我的礼包 */
.getGift{
    position: absolute;
    top: 0;
    right: 28px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    color: yellow;
    text-indent: -99999px;


}
/* 签到 */
.sign{
    position: absolute;
    left: 28px;
    top: 30px;
    height: 450px;
    width: 216px;
    margin:0 auto;

}
.signDay{
    position: absolute;
    top: 123px;
    left: 97px;
    color: #fff;
    font-size: 58px;
}
.signIn{
    position: absolute;
    bottom: 10px;
    left: 34px;
    width: 146px;
    height: 48px;
    text-indent: -99999px;
}
.lingqu{
    position: absolute;
    left: 252px;
    top: 26px;
    height: 461px;
    width: 719px;
    
}
.lq-top{
    position: absolute;
    right: 104px;
    top: 69px;
    width: 146px;
    height: 48px;
    text-indent: -9999px;
    
}
.lq-left{
    position: absolute;
    left: 105px;
    bottom: 19px;
    width: 146px;
    height: 48px;
    text-indent: -9999px;
    
}
.lq-right{
    position: absolute;
    right: 104px;
    bottom: 12px;
    width: 146px;
    height: 48px;
    text-indent: -9999px;
    

}
.layer{width: 355px;text-align: center;margin: 50px 0 0;display: none;}
/* 登录 */
.log_wrap{
    position: absolute;
    left: 28px;
    top: 0;
    /* border: 1px solid red; */
    border-radius: 10px;
    width: 324px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    height: 24px;
    line-height:24px;
  }
  .login{
      position:absolute;
      left:7px;
  }
 

  .log_wrap .login span{
    display:inline-block;
    color:#ffc300;
    cursor: pointer;
   
  }
  .log_wrap .logout a{
    display:inline-block;
    padding:0 10px;
    color:#ffc300;
   
  }


  