.pcStepImg{
  width: 8.04rem;
  margin:0 auto;
}
.signForm{
  margin-top: 1rem;
}
.signLine{
  display: flex;
  align-items: center;
  margin-bottom:0.25rem;
}
.signLable{
  position: relative;
  width: 1.2rem;
  font-size: 0.16rem;
  height:38px;
  line-height: 38px;
  background:#d5d5d5;
}
.requiredClass{
  /*position: absolute;*/
  top: 0.05rem;
  left: -0.1rem;
  color:#ff3838;
  padding:0 0.05rem;
}
.inputBox{
  display: flex;
  align-items: center;
  flex:1;
}
.signInput{
  width: 50%!important;
}
.inputTips{
  flex:1;
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.codeBtn{
  cursor: pointer;
  margin-left: 1.2rem;
  padding:0 0.2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.14rem;
  background-color: #e5e5e5;
  border-radius: 0.06rem;
}
.saveBtn{
  width: 1.5rem;
  height: 0.45rem!important;
  line-height: 0.45rem!important;
  font-size: 0.16rem!important;
  color:#fff;
  border: 0!important;
  margin-left: 1.1rem;
  background-image: linear-gradient(to bottom,#85c0f6,#2d7eed);
}
.otherA{
  font-size: 0.14rem;
  color: #9b9b9b;
  margin-left: 0.25rem;
}