.indexPage {
  background: url(./images/index.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height:48.18rem;
  position: relative;
}

.header {
  width: 17.5rem;
  display: flex;
  margin: 0 auto;
  padding-top: 0.56rem;
  justify-content: space-between;
  align-items: center;
}


.header img {
  width:2.14rem;
  height: 0.9rem;
}



.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.2rem auto 0;
}

.login{
  text-align: center;
}
.login p{
  font-size: 0.16rem;
  color: #161214;
}
.login p a{
  color: #ff0012;
}
.partOne{
width: 15.16rem;
margin: 4.6rem auto 0;
height: 6.89rem;
background: url(./images/partOne-bg.png) no-repeat;
background-size: cover;
}
.activeRule{
  padding-top:2rem;
  width: 12rem;
  margin: 0 auto;
}
.activeRule p{
color: #042a01;
font-size: 0.14rem;
line-height: 0.24rem;

}
.activeRule p.indent{
text-indent: 5em;
}
.partOne .btn{
    width: 13.1rem;
    margin: 2.3rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.partOne .btn a{
  display: inline-block;
  width: 1.45rem;
  height: 0.47rem;
  background: url(./images/getBtn.png) no-repeat;
  background-size: cover;
}
.partOne .btn a.geted{
  background-position-y: -0.47rem;
}


.partTwo {
width: 15.16rem;
margin: 1rem auto 0;
height: 16.12rem;
background: url(./images/partTwo-bg.png) no-repeat;
background-size: cover;
}
.partTwo .activeRule{
      padding-top: 2.5rem;
}
.partTwo .text{
    width: 12.25rem;
    margin: 0.2rem auto 0.24rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3.7rem;
}
.partTwo .text p:first-child{
  width: 2.87rem;
  height: 0.26rem;
  background: url(./images/partTwo-text-bg.png) no-repeat;
  background-size: cover;
}
.partTwo .text p{
  color: #042a01;
  font-size: 0.14rem;
  line-height: 0.26rem;
  text-align: center;
}
.partTwo .text p:last-child{
  cursor: pointer;
  width: 1.08rem;
  height: 0.25rem;
  border-radius: 0.05rem;
  border: 0.01rem solid #042a01;
}
.partTwo .btn{
   width: 13.1rem;
    margin: 0 auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 0.49rem;
}

.partTwo .btn a{
    display: inline-block;
    width: 1.45rem;
    height: 0.47rem;
    background: url(./images/getBtn2.png) no-repeat;
    background-size: cover;
    margin-top: 2.19rem;
    margin-bottom: 0.13rem;
}
.partTwo .btn a.geted{
  background-position-y: -0.47rem;
}


.partThree {
width: 15.16rem;
margin: 1.2rem auto 0;
height: 9.03rem;
background: url(./images/partThree-bg.png) no-repeat;
background-size: cover;
}

.partThree .activeRule{
      padding-top: 2.6rem;
}

.partThree .text{
  width: 8.2rem;
  margin: 0.15rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partThree .text p{
  font-size: 0.14rem;
  color: #042a01;
  width: 2.87rem;
  height: 0.26rem;
    background: url(./images/partTwo-text-bg.png) no-repeat;
  background-size: cover;
line-height: 0.26rem;
text-align: center;
}
.partThree .btn{
  text-align: center;
    margin: 3.2rem auto 0;
}

.partThree .btn a{
  display: inline-block;
  width: 2.17rem;
  height: 0.68rem;
  background: url(./images/partThree-btn.png) no-repeat;
  background-size: cover;
}
.partThree .text2{
  width: 6.7rem;
  margin: 0.15rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partThree .text2 p{
  font-size: 0.14rem;
  color: #042a01;
  text-decoration: underline;
  cursor: pointer;
}


.dhList {
  width: 8.74rem;
  height:5.44rem;
  background: url(./images/dhList-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.dhList .custom-modal-header {
    top: 0.1rem;
    right: 0.85rem;
    opacity: 0;
}
.dhList .custom-modal-content{
  margin: 0;
}
.cjList {
  width: 8.74rem;
  height:5.44rem;
  background: url(./images/cjList-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.custom-modal-header {
    top: 0.1rem !important;
    right: 0.85rem !important;
    opacity: 0;
}
.cjList .custom-modal-content{
  margin: 0;
}
.record-table-container {
    width: 7.2rem;
    margin: 0rem auto;
    padding-top: 1.18rem;
    height: 3.2rem;
}

.record-table {
  width: 100%;
  border-collapse: collapse;
}




.record-table tbody tr {
  line-height: 0.32rem;
  display: flex;
}

.record-table tbody tr td {
  text-align: center;
  font-size: 0.16rem;
  color: #0a1f04;
  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.16rem;
    color: #0a1f04;
    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,.submitInfo{
    width: 11.26rem;
  height:3.54rem;
  background: url(./images/dhProp-bg.png) no-repeat;
  background-size: cover;
      
}
.dhProp .custom-modal-content, .submitInfo .custom-modal-content{
width: 5.3rem;
    margin: 1.14rem auto 0;
}
.dhProp .custom-modal-content p,.submitInfo .custom-modal-content p{
  font-size: 0.14rem;
  color: #042a01;
  text-align: center;

}
.dhProp .custom-modal-content .btn,.submitInfo .custom-modal-content .btn{
  width: 5.3rem;
  margin: 0.85rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dhProp .custom-modal-content .btn a,.submitInfo .custom-modal-content .btn a{
  display: inline-block;
  width: 1.45rem;
  height: 0.47rem;
  background: url(./images/prop-btn.png) no-repeat;
  background-size: cover;
}
.dhProp .custom-modal-content .btn a:last-child,.submitInfo .custom-modal-content .btn a:last-child{
  background-position-y: -0.47rem;
}


.takeAddress {
    width: 11.26rem;
  height:3.54rem;
  background: url(./images/takeAddress-bg.png) no-repeat;
  background-size: cover;
      overflow: hidden;
}
.takeAddress .custom-modal-content{
width: 5.5rem;
    margin: 1.14rem auto 0;
}
.takeAddress .custom-modal-content .form-group{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.1rem;
}
.takeAddress .custom-modal-content .form-group .label{
  font-size: 0.14rem;
  color: #042a01;
  text-align: right;
  flex: 0.2;
}
.takeAddress .custom-modal-content .form-group input{
  background: #fff;
  flex: 1;
  border: 0.01rem solid #5eac7c;
  border-radius: 0.02rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.14rem;
  color: #042a01;
}


.takeAddress .custom-modal-content .form-group input:hover,
.takeAddress .custom-modal-content .form-group input:focus-visible {
            border: 0.01rem solid #5eac7c !important;
  border-radius: 0.02rem !important;
        }

.takeAddress .custom-modal-content .btn{
  width: 5.3rem;
  margin: 0.35rem auto 0;
  display: flex;
  justify-content:center;
  align-items: center;
}
.takeAddress .custom-modal-content .btn a{
  display: inline-block;
  width: 1.45rem;
  height: 0.47rem;
  background: url(./images/submit-info-btn.png) no-repeat;
  background-size: cover;
}
.baSkin {
    background-image: url(./images/login-BG.png);
}