.indexPage {
  background: url(./images/index.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height:56.99rem;
  position: relative;
}

.header {
  width: 18.5rem;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}


.header img {
  width:3.72rem;
  height: 1.96rem;
}



.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: 16rem;
  margin: 6.8rem auto 0;
}

.login{
  text-align: center;
}
.login p{
  font-size: 0.28rem;
  color: #ffffff;
}
.login p a{
  color: #ffe500;
  text-decoration: underline;
  margin: 0 0.05rem;
}
.partOne{
width: 14.67rem;
margin: 2rem auto 0;
height: 13.33rem;
background: url(./images/partOne-bg.png) no-repeat;
background-size: cover;
}
.activeRule{
padding-top: 1.8rem;
    width: 14rem;
    margin: 0 auto;
}
.activeRule p{
color: #4a3f37;
font-size: 0.16rem;
line-height: 0.3rem;
font-family: 'SourceHanSerifSC';
font-weight: bold;
}

.partOne .btn {
    width: 11.52rem;
    margin: 1.05rem auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.partOne .btn .list{
    width: 100%;
    height: 3.15rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.partOne .btn a{
  display: inline-block;
  width: 1.28rem;
  height: 0.51rem;
  background: url(./images/getBtn.png) no-repeat;
  background-size: cover;
      margin-bottom: 0.2rem;
}
.partOne .btn a.geted{
  background-position-y: -0.51rem;
}


.partTwo {
width: 14.67rem;
margin: 0 auto;
height:22.82rem;
background: url(./images/partTwo-bg.png) no-repeat;
background-size: cover;
}

.partTwo .text{
    width: 9.7rem;
    margin: 0.8rem auto 0.13rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partTwo .text p{
  color: #4a3f37;
  font-size: 0.18rem;
  line-height: 0.26rem;
  text-align: center;
}
.partTwo .text p:last-child{
  cursor: pointer;
  text-decoration: underline;
}
.partTwo .btn {
    width: 11.52rem;
    margin: 0 auto ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.partTwo .btn .list{
    width: 100%;
    height: 3.14rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.partTwo .btn .list:last-child{
width: 3.07rem;
}
.partTwo .btn a{
  display: inline-block;
  width: 1.28rem;
  height: 0.51rem;
  background: url(./images/getBtn2.png) no-repeat;
  background-size: cover;
      margin-bottom: 0.2rem;
}
.partTwo .btn a.geted{
  background-position-y: -0.51rem;
}



.partThree {
width: 14.67rem;
margin: 0 auto;
height: 9.45rem;
background: url(./images/partThree-bg.png) no-repeat;
background-size: cover;
}


.partThree .btn{
  text-align: center;
    margin: 4.5rem auto 0;
}

.partThree .btn a{
  display: inline-block;
  width: 1.28rem;
  height: 0.51rem;
  background: url(./images/getBtn.png) no-repeat;
  background-size: cover;
      margin-bottom: 0.2rem;;
}
.partThree .btn a.geted{
  background-position-y: -0.51rem;
}



.dhList {
  width: 11.63rem;
  height:7.73rem;
  background: url(./images/dhList-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.dhList .custom-modal-header {
top: 1.05rem;
    right: 1.65rem;
    opacity: 0;
}
.dhList .custom-modal-content{
  margin: 0;
}

.custom-modal-header {
top: 0.8rem;
    right: 1rem;
    opacity: 0;
}

.record-table-container {
    width: 7.4rem;
    margin: 0rem auto;
    padding-top: 1.9rem;
    height: 4.8rem;
}

.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.16rem;
  color: #4a3f37;
  flex: 1;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
      padding-right: 0.35rem;
}

.page-btn {
    font-size: 0.18rem;
    color: #4a3f37;
    border: none;
    border-radius: 0.05rem;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
}

.page-info  span{
  color: #ff0d0d;
}
.page-info span:last-child{
  color: #0a1f04;
}

.page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-info {
  color: #0a1f04;
  font-size: 0.16rem;
  text-align: center;
  text-decoration: underline;
}


.dhProp{
    width: 6.82rem;
  height:4.18rem;
  background: url(./images/dhProp-bg.png) no-repeat;
  background-size: cover;
      
}
.dhProp .custom-modal-content{
    width: 4.35rem;
    margin: 1.5rem auto 0;
}
.dhProp .custom-modal-content p{
  font-size: 0.2rem;
  color: #4a3f37;
  text-align: center;

}
.dhProp .custom-modal-content .btn{
    width: 4rem;
    margin: 0.5rem auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dhProp .custom-modal-content .btn a{
  display: inline-block;
  width: 1.28rem;
  height: 0.51rem;
  background: url(./images/prop-btn.png) no-repeat;
  background-size: cover;
}
.dhProp .custom-modal-content .btn a:last-child{
  background-position-y: -0.51rem;
}

.baSkin {
    background-image: url(./images/login-BG.png);
}

.login-box_close {
    top: 30px !important;
}
