.indexPage {
  background: url(./images/index.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 82.33rem;
  position: relative;
}

.header {
  width: 18.8rem;
  display: flex;
  margin: 0 auto;
  padding-top: 0.56rem;
  justify-content: space-between;
  align-items: center;
}


.header img {
  width:3.13rem;
  height: 1.47rem;
}



.header .enter {


}

.header .enter a {
  display: inline-block;
  width: 3.16rem;
  height: 0.85rem;
  background: url(./images/enter.png) center no-repeat;
  background-size: cover;
}



.main {
  width: 12rem;
  margin: 7.4rem auto 0;
}

.login{
  text-align: center;
}
.login p{
  font-size: 0.3rem;
  color: #fff;
}
.login p a{
  color: #ffd677;
}
.partOne{
width: 11.99rem;
margin: 2.2rem auto 0;
height: 10.06rem;
background: url(./images/partOne-bg.png) no-repeat;
background-size: cover;
}
.activeRule{
  padding-top: 1.3rem;
}
.activeRule p{
color: #8e0f00;
font-size: 0.22rem;
}
.partOne .btn{
    width: 11.13rem;
    margin: 0.6rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.partOne .btn a{
  display: inline-block;
  width: 1.52rem;
  height: 0.45rem;
  background: url(./images/getBtn.png) no-repeat;
  background-size: cover;
      margin-top: 2.53rem;
}
.partOne .btn a.geted{
  background-position-y: -0.45rem;
}


.partTwo {
width: 11.99rem;
margin: 4.2rem auto 0;
height: 15.21rem;
background: url(./images/partTwo-bg.png) no-repeat;
background-size: cover;
}

.partTwo .text{
width: 11.25rem;
margin: 0.7rem auto 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.partTwo .text p{
  color: #8e0f00;
  font-size: 0.23rem;
  font-weight: bold;
  text-decoration: underline;
}
.partTwo .text p:last-child{
  cursor: pointer;
}
.partTwo .btn{
    margin-top: 0.75rem;
}
.partTwo .btn .list:first-child{
    width: 6.9rem;
}
.partTwo .btn .list{
   width: 10.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
        height: 3.1rem;
}

.partTwo .btn a{
  display: inline-block;
  width: 1.52rem;
  height: 0.45rem;
  background: url(./images/getBtn2.png) no-repeat;
  background-size: cover;
      margin-bottom: 0.3rem;
}
.partTwo .btn a.geted{
  background-position-y: -0.45rem;
}


.partThree {
width: 11.99rem;
margin: 4.2rem auto 0;
height: 12.08rem;
background: url(./images/partThree-bg.png?v=1.0.1) no-repeat;
background-size: cover;
}



.partThree .btn{
    padding-top: 3rem;
}
.partThree .btn .list:last-child{
    width: 7.9rem;
}
.partThree .btn .list{
   width: 11.07rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
        height: 2.83rem;
}

.partThree .btn a{
  display: inline-block;
  width: 1.52rem;
  height: 0.45rem;
  background: url(./images/getBtn2.png) no-repeat;
  background-size: cover;
      margin-bottom: 0.35rem;
}
.partThree .btn a.geted{
  background-position-y: -0.45rem;
}


.partFour {
width: 11.99rem;
margin: 4.2rem auto 0;
height: 9.44rem;
background: url(./images/partFour-bg.png) no-repeat;
background-size: cover;
}
.partFour .activeRule{
  padding-top: 1.4rem;
}

.partFour .text{
    width: 10rem;
    margin: 1.6rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partFour .text p{
  color: #9f1f13;
  font-size: 0.22rem;
  font-weight: bold;
}

.partFour .btn{
width: 10.5rem;
    margin: 2.7rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partFour .btn .list{
  text-align: center;
}
.partFour .btn a{
  display: inline-block;
  width: 1.52rem;
  height: 0.45rem;
  background: url(./images/getBtn.png) no-repeat;
  background-size: cover;
}
.partFour .btn a.geted{
  background-position-y: -0.45rem;
}
.partFour .btn .list p{
  font-size: 0.21rem;
  color: #363576;
}


.dhList {
  width: 9.61rem;
  height: 7.44rem;
  background: url(./images/dhList-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.dhList .custom-modal-header {
  top: 1.02rem;
  right: 0;
  opacity: 0;
}
.dhList .custom-modal-content{
  margin: 0;
}

.record-table-container {
    width: 7.35rem;
    margin: 0rem auto;
    padding-top: 2.03rem;
    padding-right: 0.35rem;
    height: 4.6rem;
}

.record-table {
  width: 100%;
  border-collapse: collapse;
}




.record-table tbody tr {
  line-height: 0.46rem;
  display: flex;
}

.record-table tbody tr td {
  text-align: center;
  font-size: 0.18rem;
  color: #fff6c2;
  flex: 1;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
  margin-top: 0.2rem;
      padding-right: 0.35rem;
}

.page-btn {
  font-size: 0.18rem;
  color: #fff6c2;
  border: none;
  border-radius: 0.05rem;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
}

.page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-info {
  color: #fff6c2;
  font-size: 0.18rem;
  text-align: center;
  text-decoration: underline;
}
.baSkin {
    background-image: url(./images/login-BG.png);
}