.head {
  width: 100%;
  height: 200px;
  position: relative;
}

.head_bg {
  position: absolute;
  top: 0;
  height: 150px;
  width: 100%;
  background-size: cover;
  top: 0;
  background: linear-gradient(0deg, #ffffff 0, #00f9e5 100%);
  /*opacity: 0.4;*/
  /*filter: blur(12px);*/
}

.userinfo {
  width: 92%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 99 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.userinfo_avatar {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  top: 10px;
  bottom: 10px;
  right: 10px;
}

.userinfo_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.niackname_text {
  height: 80px;
  width: 70%;
  position: relative;
  top: 10px;
  left: 8px;
  overflow: hidden;
  color: #444444;
}
.niackname_text1 {
  font-size: 16px;
  width: 100%;
  height: 24px;
  margin-top: 4px;
  text-align: right;
  line-height: 24px;
  font-weight: 800;
}
.niackname_text2 {
  font-size: 12px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: right;
}

.avatar_bg {
  font-size: 0.6rem;
  /* width: 100%; */
  height: 24px;
  line-height: 24px;
  float: right;
  color: white;
  border-radius: 12px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.4);
}

.new_vip_desc {
  width: 92%;
}

.new_vip_desc {
  width: 92%;
  height: 60px;
  margin: 0 auto;
  /* background: -webkit-linear-gradient(left, rgba(246, 213, 155), rgba(223, 170, 110));
	background: -o-linear-gradient(right, rgba(246, 213, 155), rgba(223, 170, 110));
	background: -moz-linear-gradient(right, rgba(246, 213, 155), rgba(223, 170, 110));
	background: linear-gradient(to right, rgba(246, 213, 155), rgba(223, 170, 110)); */
  background: -webkit-linear-gradient(left, #00f9e5, #6772ff);
  background: -o-linear-gradient(right, #00f9e5, #6772ff);
  background: -moz-linear-gradient(right, #00f9e5, #6772ff);
  background: linear-gradient(to right, #00f9e5, #6772ff);
  border-radius: 10px;
  margin-top: 20px;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.new_vip_desc_text {
  font-size: 0.9rem;
  float: right;
  margin-right: 2px;
  color: #ffffff;
}

.new_vip_desc_btn {
  width: 60px;
  height: 30px;
  background: #0da9dd;
  font-size: 12px;
  float: left;
  border-radius: 20px;
  color: white;
  line-height: 28px;
  text-align: center;
  color: #fff6f6;
}

.kapian_desc {
  width: 100%;
  height: 200px;
  background: white;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kapian_desc_item {
  width: 33.3%;
  font-size: 0.7rem;
  text-align: center;
  color: #666;
}
.kapian_desc_item img {
  width: 30px;
  height: 28px;
  margin-top: 15px;
  margin-bottom: 5px;
}
