.user-wrap{
  background: #ffff
}
.user-cell{
  padding: .25rem .5rem;
  border-bottom: 1px solid #ededed;
  line-height: .32rem;
  color: #999;
}
.user-cell10{
  padding: .1rem .5rem;
}
.avatarBox{
  position: relative;
  margin: 0 auto;
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/head_photo.png) center no-repeat;
  background-size: 100% 100%;
}
.user-content .user-cell{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.user-cell-con{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.user-cell-con input{
  width: 100%;
  border: none;
  outline: none;
  font-size: .18rem;
}
.avatars{
  overflow: hidden;
  float: left;
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 50%;
  background: url(../img/head_photo.png) center no-repeat;
  background-size: 100% 100%;
}
.user-cell .uid{
  font-size: .2rem;
}
.user-cell img{
  width: 100%;
  height: 100%;
}
.user-cell .icon{
  display: inline-block;
  vertical-align: bottom;
  width: .32rem;
  height: .32rem;
}
.user-cell .arrow{
  float: right;
  text-align: right
}
.user-cell .userMsg{
  background-image: url(../img/icon_userMsg.png);
  background-size: 100% 100%;
}
.user-cell .userGift{
  background-image: url(../img/icon_userGift.png);
  background-size: 100% 100%;
}
.user-cell .userApprove{
  background-image: url(../img/icon_userApprove.png);
  background-size: 100% 100%;
}
.user-cell .userService{
  background-image: url(../img/icon_userService.png);
  background-size: 100% 100%;
}
.user-cell .icon_kefu{
  background-image: url(../img/icon_kefu.png);
  background-size: 100% 100%;
}
.user-cell .icon_qq{
  background-image: url(../img/icon_qq.png);
  background-size: 100% 100%;
}
.user-cell .icon_weixin{
  background-image: url(../img/icon_weixin.png);
  background-size: 100% 100%;
}
.user-cell .icon_youxiang{
  background-image: url(../img/icon_youxiang.png);
  background-size: 100% 100%;
}
.user-cell .icon-man{
  background-image: url(../img/icon_man.png);
  background-size: 100% 100%;
}
.user-cell .icon-women{
  background-image: url(../img/icon_women.png);
  background-size: 100% 100%;
}
.auu-sex.cur .icon-man{
  background-image: url(../img/icon_manCur.png);
  background-size: 100% 100%;
}
.auu-sex.cur .icon-women{
  background-image: url(../img/icon_womenCur.png);
  background-size: 100% 100%;
}
.user-name{
  float: left;
  margin: .3rem .15rem;
  line-height: .32rem;
}
.nickname{
  color: #000;
}
.realnametip{
  margin-top: .2rem;
  text-align: center;
  color: #999;
  line-height: .3rem
}
.user-btn{
  margin: .86rem auto;
  width: 4.38rem;
  height: .82rem;
  line-height: .82rem;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  border-radius: 5px;
  background-color: #f57c10
}

.auu-cell{
  padding: .1rem .15rem;
  border-bottom: 1px solid #ededed
}
.auu-cell-name{
  float: left;
  /* display: inline-block; */
  width: 75%;
}
.auu-cell-btn{
  float: right;
  width: 25%;
}
.auu-cell-name h4{
  color: #666;
}
.auu-cell-name p{
  color: #999;
  font-size: .2rem
}
.auu-cell-btn a{
  display: block;
  width: 85%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  margin-left: 15%;
  margin-top: .1rem;
  background: #5b8efb;
  border-radius: 4px;
  color: #fff;
}

/* 新手礼包 */
.weui-mask{
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
}
.weui-dialog{
  position: fixed;
  display: table;
  z-index: 5000;
  width: 80%;
  max-width: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__hd{
  padding: 1.3em 1.6em .5em;
}
.weui-dialog__bd{
  padding: 0 1.6em .8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #999;
}
.weui-dialog__ft{
  position: relative;
  line-height: 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.weui-dialog__ft:after{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #d5d5d6;
  color: #d5d5d6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.weui-dialog__btn_primary{
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  color: #0bb20c;
}
.weui-dialog__title{
  font-weight: 400;
  font-size: 18px;
}

#change{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.01;
}
.crop-container{
  display: none;
  z-index: 99;
  position: fixed;
  padding-top: 60px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.crop-container .crop-button{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 40px;
  border: none;
  border-radius: 5px;
  background: #fff;
}