enteryanzheng.wxss 835 字节
.yanzhengma{
  color:#1A1A1A;
  font-size: 28rpx;
  text-align: center;
  margin-top:108rpx;
}

.content{
  display: flex;
  width:570rpx;
  margin:0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 72rpx;
}
.iptbox{
  width: 66rpx;
  height: 80rpx;
  border-bottom:1rpx solid #E81825;
  margin-left:28rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.xieyi{
  color:#E81825;
  font-size: 24rpx;
  width:528rpx;
  text-align: left;
  margin:10rpx auto 0;
}
.ipt{
  width: 0;
  height: 0;
}
.btn-area{
  width: 80%;
  background-color: orange;
  color:white;
}
.daojishi{
  color:#999999;
  font-size: 24rpx;
  text-align: right;
  margin-right:105rpx;
}
.unrigester{
  width:528rpx;
  color:#999999;
  font-size: 24rpx;
  text-align: center;
  margin:59rpx auto 0;

}