/**
 *  个人资料样式
 *  by wang 201906
 */
.profile{
  width:100%;
  padding-top: 2rem;
  padding-left: 3rem;
  box-sizing: border-box;
}
.profile tr td{
  font-size: 1.5rem;
  height:8rem;
  line-height:4rem;
}
.profile tr td:first-child{
  width:8rem;
}
.profile td input[type="text"], .profile td input[type="password"]{
    padding:1rem;
    font-size:1.3rem;
    border:1px solid #e6e6e6;
}
.profile td input[type="radio"]{
    margin-left:1rem;
    margin-right:5rem;
}
.profile button{
  display:block;
  width:15rem;
  height:4rem;
  font-size:1.3rem;
  padding:5px;
  margin-top:2rem;
  margin-bottom:5rem;
  color:#fff;
  border:1px solid #ff6600;
  background-color:#ff6600;
  cursor:pointer;
  border-radius:5px;
}
.info{
  font-size: 1.2rem;
  display: block;
  width:15rem;
  height:2rem;
  line-height:2rem;
  text-align:center;
  color:#f00;
}
