.head_container {
  background-color: #b54515;
  padding: 15px 15px 7px;
}

.member_info {
  display: flex;

  margin-bottom: 10px;
}

.member_info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
}

.member_info .right {
  color: #fff;
}

.member_info .phone {
  font-size: 0.7rem;
}

.member_info .integration {
  font-size: 0.5rem;
  margin-left: 10px;
}

.member_info .member_level {
  font-size: 0.3rem;
  color: #a1a2a2;
  background-color: #fff;
  width: max-content;
  border-radius: 10px;
  padding: 0 10px;
  margin-top: 4px;
}

.member_type {
  position: relative;

  height: 180px;
  background-image: url(../../../images/mine/member_card_bg.png);
  background-size: 100% 180px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.member_type .title {
  font-size: 0.7rem;
}

.member_type h2 {
  margin: 30px 0;
}

.member_type p {
  font-size: 0.3rem;
}

.member_type .click_buy {
  position: absolute;
  top: 20px;
  right: 0;

  border-radius: 20px 0 0 20px;
  background-color: #fff;
  font-size: 0.3rem;
  padding: 4px 10px;
}

.member_rights {
  background-color: #f6f6f6;
}

.member_rights .title {
  font-size: 0.7rem;
  border-bottom: 1px solid #eee;
  margin: 20px 0 10px 4px;
  padding-bottom: 10px;
}

.member_rights h7 {
  font-size: 0.7rem;
  font-weight: 600;
}

.member_rights p {
  font-size: 0.3rem;
  color: #989898;
}

.member_rights li {
  position: relative;
  border-bottom: none !important;
  background-color: initial !important;
  margin-bottom: 10px;
  padding-left: 30px;
}

.member_rights ul{
  background-color: initial;
}

.member_rights .circle{
  position: absolute;
  top: 20px;
  left: 10px;
  width: 6px ;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
