/* 用户绑定弹框 */
.renzheng-toast {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.renzheng-box {
  width: 100%;
  height: 100%;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/renzheng-bg.png)
    no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 1.2rem;
  box-sizing: border-box;
  text-align: center;
  transform: translate(0, 100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  overflow-y: auto;
}
.renzheng-box.go-up {
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.close-rz {
  width: 0.32rem;
  height: 0.32rem;
  background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/nft/images/black_back.png)
    no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.32rem;
  top: 0.32rem;
}
.icon-rz {
  width: 1.08rem;
  height: 1.3rem;
  display: block;
  margin: 0 auto 0.24rem;
}
.rz1 {
  font-size: 0.44rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.26rem;
}
.rz-tip {
  font-size: 0.24rem;
  font-weight: 400;
  color: #343a40;
  margin-bottom: 1.12rem;
}
.shenfen {
  font-size: 0.24rem;
  font-weight: 400;
  color: #343a40;
  margin-bottom: 0.52rem;
  margin-top: 1.12rem;
}
.btn-renzheng,
.btn-submit-info {
  width: 4.3rem;
  height: 0.88rem;
  background: linear-gradient(139deg, #4c8eff 0%, #115ee1 100%);
  border-radius: 0.46rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.disabled {
  opacity: 0.6;
}
.renzheng-box input {
  outline: none;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 0.36rem;
  color: #1575dd;
  text-align: center;
}
.renzheng-box input::-webkit-input-placeholder {
  font-size: 0.32rem;
  font-weight: 400;
  color: #1575dd;
  opacity: 0.6;
}
.input-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 0.32rem 0;
}
.input-line {
  width: 5.82rem;
  height: 0.04rem;
  display: block;
  margin: 0 auto;
}
.line-1 {
  margin-bottom: 0.22rem;
}
.input-sf {
  margin-bottom: 0;
}
.shenfen {
  font-size: .24rem;
  font-weight: 400;
  color: #343A40;
  margin-bottom: .32rem;
  margin-top: 0.42rem;
}
.shenfen-text-title{
  font-size: .24rem;
  font-weight: 400;
  color: #343A40;
  line-height:.36rem;
  margin-top:.4rem;
}
.shenfen-text-content{
  text-align: left;
  font-size: .24rem;
  font-weight: 400;
  color: #343A40;
  line-height:.36rem;
  margin-left:1rem;
}
.tips-err {
  width: 3.58rem;
  height: 2.5rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 4.2rem;
  z-index: 1001;
  display: none;
}
