/* 个人中心头部  */
.user-head {
  width: 100%;
  min-height: 100px;
  position: relative;
  color: #fff;
}

.user-head-bg {
  width: 100%;
  max-height: 160px;
  display: block;
  margin: auto;
}

.user-head-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #FFF;
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.2);
  background-size: cover;
}

.user-head-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.user-head-nickname {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 4px;
}

/* 用户中心,右上角按钮 */
.user-setting {
  position: absolute;
  right: .6em;
  top: .6em;
  color: #f8f8f8;
  display: block;
  font-weight: normal;
  background-color: rgba(0, 0, 0, .3);
  font-size: 14px;
  padding: .2em .6em;
  border-radius: .25em;
}

.user-setting:hover,
.user-setting:active,
.user-setting:focus,
.user-setting:visited {
  color: #f8f8f8;
}

/* 登录页面头部链接  */
.user-nav-actions {
  padding: 6px 15px;
  text-align: right;
}

.mobile-verify-link {
  position: absolute;
  top: 0;
  right: .5em;
  font-size: 14px;
}
.user_bus{
  background: #faf4eb ;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  color: #a78b52;
  font-size: 0.32rem;
}
.user_bus img{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-bottom: 0.15rem;
}
.me_but{
  margin:0 0.3rem ;
  margin-top: -0.7rem;
  border-radius: 0.1rem;
  background: #ffffff;
  padding: 0.3rem;
  font-size: 0.27rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  
}
.me_but>a{
  width: 25%;
  text-align: center;
  color: #a78b52;
}
.me_but p{
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 0.25rem;
}
.me_but img{
  width: 0.9rem;
  height: 0.9rem;
  
}