.header{
  height: 1.2rem;
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.header .back{
  width: 1.2rem;
  height: 1.2rem;
}
.header .back a{
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  color: #333333;
}
.header .back a .iconfont{
  font-size: .4rem;
}
.header h4{
  width: 6rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.2rem;
  font-size: .42rem;
  font-weight: 400;
  text-align: center;
}
.txbox{
  width: 2.2rem;
  height: 2.2rem;
  margin: 1rem auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.txbox .imgbox{
  width: 100%;
  height: 100%;
}
.txbox .imgbox img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.txbox input{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.txbox p{
  width: 100%;
  text-align: center;
  background: rgba(000, 000, 000, .5);
  color: #ffffff;
  line-height: .4rem;
  padding: .1rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .3rem;
}

.item{
  display: flex;
  height: 1rem;
  padding: 0 .4rem;
}
.item .left{
  width: 3rem;
  height: 1rem;
  line-height: 1rem;
  color: #333333;
}
.item .right{
  flex: 1;
  display: flex;
  line-height: 1rem;
}
.item .right input{
  flex: 1;
  text-align: right;
  border: none;
  font-size: .4rem;
  color: #888888;
}
.item .right a{
  display: block;
  flex: 1;
  text-align: right;
  color: #888888;
}
.item .right input::placeholder{
  color: #dddddd;
}
.btn{
  margin: 1rem 0;
  text-align: center;
}
.btn button{
  width: 8rem;
  height: 1.2rem;
  border-radius: .1rem;
  color: #ffffff;
  background: #EA393A;
}
