.indexPage {
  background: url(./images/index.jpg?v=1.0.0) top center no-repeat;
  background-size: cover;
  width: 100%;
  height:46.24rem;
  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.44rem;
  height: 1rem;
}



.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: 8.5rem auto 0;
}

.login{
  text-align: center;
}
.login p{
  font-size: 0.3rem;
  color: #345331;
}
.login p a{
  color: #046b74;
  text-decoration: underline;
}
.partOne{
width: 12rem;
margin: 0.8rem auto 0;
height: 7.22rem;
background: url(./images/partOne-bg.png) no-repeat;
background-size: cover;
}
.activeRule{
  padding-top:1.6rem;
  width: 12rem;
  margin: 0 auto;
}
.activeRule p{
color: #fff;
font-size: 0.2rem;
line-height: 0.36rem;

}

.partOne .btn{
    width: 11.85rem;
    margin: 2.8rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.partOne .btn a{
  display: inline-block;
  width: 1.53rem;
  height: 0.5rem;
  background: url(./images/getBtn.png) no-repeat;
  background-size: cover;
}
.partOne .btn a.geted{
  background-position-y: -0.5rem;
}


.partTwo {
width: 12rem;
margin: 1.2rem auto 0;
height: 6.69rem;
background: url(./images/partTwo-bg.png) no-repeat;
background-size: cover;
}
/* .partTwo .activeRule{
      padding-top: 2.5rem;
} */
.partTwo .text{
    width: 5.6rem;
    margin: 0.15rem auto 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.partTwo .text p{
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
  text-decoration: underline;
}

.partTwo .text p:last-child{
  cursor: pointer;
}

.partTwo .btn{
   width: 11.7rem;
    margin: 3rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partTwo .btn a{
    display: inline-block;
     width: 1.53rem;
  height: 0.5rem;
  background: url(./images/getBtn.png) no-repeat;
   background-size: cover;
}
.partTwo .btn a.geted{
  background-position-y: -0.5rem;
}


.partThree {
width: 11.99rem;
margin: 1.6rem auto 0;
height: 7.91rem;
background: url(./images/partThree-bg.png) no-repeat;
background-size: cover;
}



.partThree .text{
width: 5.5rem;
    margin: 0.25rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partThree .text p{
  font-size: 0.26rem;
  color: #ffff;
  text-decoration: underline;
}
.partThree .btn{
    margin: 3.5rem auto 0;
    text-align: center;
}

.partThree .btn a{
  display: inline-block;
  width: 2.49rem;
  height: 0.81rem;
  background: url(./images/partThree-btn.png) no-repeat;
  background-size: cover;
}
.partThree .text2{
  width: 5.6rem;
  margin: 0.15rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partThree .text2 p{
  font-size: 0.26rem;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}


.dhList {
  width: 9.6rem;
  height:7.25rem;
  background: url(./images/dhList-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.custom-modal-header,.cjList .custom-modal-header  {
      top: 0.75rem;
    right: 0rem;
    opacity: 0;
}
.dhList .custom-modal-content{
  margin: 0;
}
.cjList {
  width: 9.6rem;
  height:7.25rem;
  background: url(./images/cjList-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.cjList .custom-modal-content{
  margin: 0;
}
.record-table-container {
    width: 7.35rem;
    margin: 0rem auto;
    padding-top: 1.72rem;
    height: 4.62rem;
    padding-right: 0.4rem;
}

.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: #246236;
  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: #246236;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.page-info  span{
  color: #ff0d0d;
}
.page-info span:last-child{
  color: #246236;
}

.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:9.6rem;
  height:3.88rem;
  background: url(./images/dhProp-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
      
}
.dhProp .custom-modal-content, .submitInfo .custom-modal-content{
    width: 5.78rem;
    margin: 0.8rem auto 0;
}
.dhProp .custom-modal-content p,.submitInfo .custom-modal-content p{
    font-size: 0.21rem;
    color: #246236;
    text-align: center;

}
.dhProp .custom-modal-content .btn,.submitInfo .custom-modal-content .btn{
  width:4.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.53rem;
  height: 0.5rem;
  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.5rem;
}


.takeAddress {
    width: 9.6rem;
  height:4.38rem;
  background: url(./images/takeAddress-bg.png) no-repeat;
  background-size: cover;
      overflow: hidden;
}
.takeAddress .custom-modal-header,.dhProp .custom-modal-header,.submitInfo .custom-modal-header{
        top: 0rem;
    right: 0rem;
    opacity: 0;
}
.takeAddress .custom-modal-content{
width: 7.7rem;
    margin: 1.2rem auto 0;
}
.takeAddress .custom-modal-content .form-group{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.28rem;
}
.takeAddress .custom-modal-content .form-group .label{
  font-size: 0.21rem;
  color: #246236;
  text-align: right;
  flex: 0.2;
}
.takeAddress .custom-modal-content .form-group input{
  background: #fff;
  flex: 1;
  border: 0.01rem solid #246236;
  border-radius: 0.02rem;
  padding: 0.05rem 0.2rem;
  font-size: 0.14rem;
  color: #246236;
}


.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.53rem;
  height: 0.5rem;
  background: url(./images/submit-info-btn.png) no-repeat;
  background-size: cover;
}

/* 角色列表弹框 end*/
.baSkin {
    background-image: url(./images/login-BG.png);
}
