.indexPage {
  background: url(../../../img/activity/8bh43lcy/index.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 45.16rem;
  position: relative;
}

.header {
  width: 18.3rem;
  display: flex;
  margin: 0 auto;
  padding-top: 0.5rem;
  justify-content: space-between;
  align-items: center;
}


.header img {
  width: 2.58rem;
  height: 0.84rem;
}






.header a {
  display: inline-block;
  width:2.77rem;
  height: 0.78rem;
  background: url(../../../img/activity/8bh43lcy/enter.png) center no-repeat;
  background-size: cover;
}



.main {
  width: 15rem;
    margin: 4.5rem auto 0;
}

.activeTime{
  display: flex;
  justify-content: center;
}

.activeTime p{
  width:6.44rem;
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.18rem;
  color: #010510;
  text-align: center;
  background: url(../../../img/activity/8bh43lcy/activeTime-bg.png) no-repeat;
  background-size: cover;
}


.login {
  margin-top: 0.3rem;
  text-align: center;
}

.login p {
  font-size: 0.24rem;
  color: #032436;
}

.login p a {
  color: #ff0000;
}

.partOne {
  width: 14.23rem;
  margin: 0.5rem auto;
  height: 14.56rem;
  background: url(../../../img/activity/8bh43lcy/partOne-bg.png) no-repeat;
  background-size: cover;
}

.partOne .sign {
    width: 9rem;
    padding-top: 1.5rem;
    gap: 1.05rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.partOne .sign a {
  display: inline-block;
  width:4.53rem;
  height: 1.13rem;
  background: url(../../../img/activity/8bh43lcy/partOne-sign-btn.png) no-repeat;
  background-size: cover;
}

.partOne .sign p {
  color: #032436;
  font-size: 0.18rem;
  padding-bottom: 0.1rem;
}

.partOne .btn {
  margin-top: 0.2rem;
}

.partOne .btn .list:first-child {
  width: 10.1rem;

}

.partOne .btn .list {
  width: 13.65rem;
  margin: 0 auto;
  height: 6.35rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.partOne .btn .list a {
  display: inline-block;
  width: 2.96rem;
  height: 0.73rem;
  background: url(../../../img/activity/8bh43lcy/getbtn.png) no-repeat;
  background-size: cover;
  margin-bottom: 0.18rem;
}

.partOne .btn .list a.geted {
  background-position-y: -0.73rem;
}

.partTwo {
  width: 7.51rem;
  height: 5.37rem;
  margin: 1.5rem auto 0;
  background: url(../../../img/activity/8bh43lcy/partTwo-bg.png) no-repeat;
  background-size: cover;
}

.partTwo .btn {
  width: 2.96rem;
  padding-top: 5.6rem;
  margin: 0 auto;
}

.partTwo .btn a {
  display: inline-block;
  width: 2.96rem;
  height: 0.73rem;
  background: url(../../../img/activity/8bh43lcy/getbtn.png) no-repeat;
  background-size: cover;
}

.partTwo .btn a.geted {
  background-position-y: -0.73rem;
}


.partThree {
  width:10.55rem;
  height: 5.36rem;
  margin: 1.7rem auto 0;
  background: url(../../../img/activity/8bh43lcy/partThree-bg.png) no-repeat;
  background-size: cover;
}

.partThree .draw {

  width: 8.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
}

.partThree .draw p {
  font-size: 0.16rem;
  color: #032436;
  cursor: pointer;
}

.partThree .btn {
  padding-top: 3.4rem;
  text-align: center;
}

.partThree .btn p {
  font-size: 0.16rem;
  color: #032436;
  line-height: 0.55rem;
}

.partThree .btn a {
  display: inline-block;
  width: 2.96rem;
  height: 0.73rem;
  background: url(../../../img/activity/8bh43lcy/partThree-btn.png) no-repeat;
  background-size: cover;
}


.activeRule {
  text-align: center;
   
     width: 8.55rem;
      margin: 2rem auto 0;

}
.activeRule img{
  width: 6.61rem;
  height: 1.19rem;
  object-fit: cover;
}


.activeRule p {
  width:8.55rem;
  font-size: 0.18rem;
  color: #1a1a1a;
  line-height: 0.35rem;
  text-align: left;
}

/* 概率详情弹框 */
.gvDetailPage {
    background: url(../../../img/activity/8bh43lcy/gvDetail-bg.png) no-repeat;
    background-size: cover;
}
.gvDetailPage .lay_close {
    font-size: 0.25rem;
    top: 0.2rem;
    right: 0.65rem;
    opacity: 0;
}
/* 概率详情弹框 end*/
/* 抽奖记录弹框*/
.cjRecordPage {
    background-image: url(../../../img/activity/8bh43lcy/cjRecord-bg.png);
    background-size: 100% 100%;
}
.cjRecordPage .lay_content{
    margin-top: 1.43rem;
}
.cjRecordPage .lay_close {
    font-size: 0.25rem;
    top: 0.2rem;
    right: 0.65rem;
    opacity: 0;
}

.tablePages {
    width: 84%;
    margin: 0 auto;
    padding-right: 0.1rem;
    color: #000;
    height: 3.3rem;
    line-height: 0.33rem;
}
.tablePages .itemClass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tablePages .itemClass span {
    width: 50%;
    display: block;
    text-align: center;
	font-size: 14px;
}



#pagings {
    text-align: center;
    width: 5.08rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

#pagings .layui-laypage a{
    background-color:transparent;
    border: none ;
    font-size: 0.14rem;
    color: #1a1a1a !important;
}
#pagings .layui-disabled{
    color: #1a1a1a !important;
}
/* 抽奖记录弹框 end*/
.skin_form .lay_content{
    margin: 0 !important;
}
a.geted {
    pointer-events: none;
}