header{
  background: #ff6e8d;
}
header a{
  z-index: 1;
  padding-top: 1vw;
}
header a .icon-zuo{
  color: #fff;
}
header h4{
  font-size: 4.2vw;
  height: 8vw;
  width: 94vw;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  line-height: 8vw;
  color: #fff;
  font-weight: 400;
}
.height{
  height: 12vw;
}
.content{
  background: #fff;
  padding: 4vw;
  margin-bottom: 2vw;
}
.content .pic{
  width: 100%;
  height: 20vw;
  display: flex;
}
.content .pic .imgbox{
  width: 20vw;
  height: 20vw;
  
}
.content .pic .imgbox img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.content .pic .det{
  flex: 1;
  padding-left: 3vw;
}
.content .pic .det p{
  font-size: 4.6vw;
  color: #ff6e8d;
}
.content .pic .signs{
  font-size: 3vw;
  color: #333;
  padding: 1vw 0;
}
.content .pic .tag{
  display: flex;
}
.content .pic .tag span{
  border-radius: 100px;
  border: 1px solid #ff6e8d;
  color: #ff6e8d;
  background: #fff4f8;
  font-size: 3vw;
  padding: .6vw 1.5vw;
  margin-right: 1vw;
}
.usernav,.item{
  width: 92%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  margin-top: 2vw;
}
.item ul{
  width: 100%;
  height: 100%;
  padding: 3vw 0;
}
.item ul li{
  width: 100%;
  height: 12vw;
}
.item ul li a{
  display: flex;
  width: 90%;
  height: 100%;
  padding: 0 5vw;
  justify-content: space-between;
}
.item ul li a .left{
  display: flex;
}
.item ul li a .right .icon-you{
  line-height: 12vw;
}
.item ul li a .left p{
  line-height: 12vw;
  margin-left: 2vw;
  font-size: 4vw;
  color: #333;
}
.item ul li a .icon{
  padding: 3vw 0;
  width: 6vw;
  height: 6vw;
}
.item ul li a .icon img{
  width: 6vw;
  height: 6vw;
  vertical-align: middle;
}

.usernav ul{
  width: 100%;
  display: flex;
  padding: 5vw;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.usernav ul li{
  width: 20vw;
  height: 22vw;
  margin-right: .5vw;
}
.usernav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.usernav ul li a img{
  width: 76%;
  height: auto;
  margin: 0 auto;
}
.usernav ul li a span{
  font-size: 3.8vw;
  color: #333;
}