.personalCenter {
    background-color: #000;
    color: #fff;
    height: 100%;
}
.sex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	
}
.sex label{
	display: inline-flex;
	display: -webkit-inline-flex;
	font-size: 14px;
	margin-right: .4rem;
	align-items: center;
}
.sex input{
	width: 16px;
	height: 16px;
	margin-right: .1rem;
	margin-top: 0 !important;
}

.uc-form{
	background: #222;
}
.blue-btn {
  background: #004578;
  flex-shrink: 0;
  padding: .1rem .14rem;
  border-radius: .06rem;
  line-height: inherit;
  height: auto;
  font-size: 14px;
  width: 33%;
}
.blue-btn.yanzheng{
	    position: absolute;
    right: 5px !important;
    top: 5px !important;
    bottom: 5px !important;
    padding: 0 !important;
}
.process-btn {
  display: inline-block;
      width: 47.5%;
      text-align: center;
  height: 35px;
  line-height:35px;
  background: #937654;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
}
.form-wrap{
	padding: .4rem 0;
	background: #222;
}
.uc-form .form-control {
  width: 100%;
}
.uc-form .form-group {
  display: flex;
}
.uc-form .form-group > label {
  width:75px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
.uc-form .form-group .right-wrap {
  padding-right: .2rem;
  flex: 1;
  font-size:14px;
  min-height:45px;
}
.uc-form .form-group .right-wrap .form-control-static {
  padding-top: .15rem;
  height: .7rem;
  color: #929092;
}
.uc-form .form-group .right-wrap .desc {
  font-size: .16rem;
  color: #858585;
  margin-top: .1rem;
}
.uc-form .form-group.address-group .right-wrap .address-content {
  display: flex;
  margin-bottom: .15rem;
}
.uc-form .form-group.address-group .right-wrap .address-content select + select {
  margin-left: .15rem;
}
.uc-form .form-group.group-avatar .right-wrap {
  display: flex;
  align-items: center;
}
.uc-form .form-group.group-avatar .right-wrap .avatarImg {
  width: 0.5rem;
  height: 0.5rem;
  background-size: cover;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.uc-form .form-group.group-phone .phone {
  position: relative;
}
.uc-form .form-group.group-phone .phone .blue-btn {
  position: absolute;
  right: .1rem;
  top: .1rem;
}
.uc-form .btn-wrap {
  margin-left:85px;
}
.table-list li + li {
  border-top: 1px solid #535353;
}
.table-list .section-top {
  font-size: .28rem;
  margin-bottom: 0;
}
.table-list .section-top .section-more {
  font-size: .2rem;
}
.table-list .section-top .iconfont {
  font-size: .28rem;
}
.table-list li {
  display: flex;
  padding: .34rem 0;
}
.table-list li a.single-link .img-box {
  width: 2.02rem;
  height: 1.36rem;
}
.table-list li .right-wrap {
  padding: .1rem .2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-list li .right-wrap .iconfont {
  font-size: .24rem;
}
.table-list li .right-wrap .title {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  flex-shrink: 0;
}
.table-list li .right-wrap .desc > div {
  display: flex;
  justify-content: space-between;
  font-size: .24rem;
  color: #b8b8b8;
  line-height: 1.2;
}
.table-list.table-list2 li .right-wrap .title {
  -webkit-line-clamp: 1;
}
.table-list.table-list2 .desc div.second.fr {
  justify-content: flex-end;
}
.resetIcon{
  position:absolute;
  top:14px;
  right:25px;
}
.eyesIcon{
  position:absolute;
  top:14px;
  right:25px;
}
.phoneResetIcon{
  right: 100px;
}
 