page {

  background-color: #F2F3F5;
}

.my_head {
  position: relative;
  height: 268rpx;
  /* width: 750rpx; */
  padding: 32rpx;
}

.my_head image {
  width: 100%;
  height: 365rpx;
  /* display: block; */
}

.my_headitem {
  position: absolute;
  left: 36%;
  bottom: 137rpx;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 32rpx;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* align-items: center; */
}

.my_headitemtop {
  display: flex;

}

.my_headitemimg {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16rpx;
}

.my_headitemname {
  width: 260rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.my_headitemimg image,
.my_headitemimg .avator {
  width: 132rpx;
  height: 132rpx;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}


.my_headitem .word {
  width: 100%;
  /* text-align: center; */
  /* margin-top: 10rpx; */
  font-size: 32rpx;
  font-weight: bold;

}

.word1 {
  font-size: 28rpx;
}

.word1 image {
  width: 12rpx;
  height: 20rpx;
  margin-left: 9rpx;
}

.my_activebox {
  padding: 0 80rpx;
  display: flex;
  justify-content: space-between;
  font-size: 36rpx;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 32rpx;
  right: 32rpx;
  bottom: 0;
}

.my_active :nth-child(2) {

  font-size: 24rpx;
  margin-top: 8rpx;
}
.star_box {
  width: auto;
  height: auto;
  margin-top: 16rpx;
  display: flex;
  /* justify-content: space-between; */
}

.star_box image {
  width: 20rpx;
  height: 20rpx;
  padding-left: 10rpx;
  padding-right: 10rpx;
}

/* 我的活动 */
.my_actives_box {

  padding: 0 32rpx;

}

.my_actives {
  padding: 0 26rpx;
  height: 206rpx;
  font-size: 28rpx;
  color: #66696e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95rpx;
  text-align: center;
  background-color: #ffffff;
  border-radius: 7px;

}

.my_actives image {
  width: 80rpx;
  height: 80rpx;
}

/*  */
.my_itembox {
  margin: 32rpx 32rpx;
  border-radius: 7px;
  background-color: #ffffff;
}

.my_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 32rpx;
  padding: 30rpx 32rpx;
  /* border-bottom: 1px solid #e6e6e6; */
}

/* .my_item .iconfont { */
  /* color: #ccc;
  font-size: 32rpx; */
/* } */

.my_itemletf {
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #333;
  font-size: 32rpx; */
  color: #323233;
  font-size: 28rpx;
}

.my_itemletf image {
  width: 40rpx;
  height: 40rpx;
  margin-right: 10rpx;
  position: relative;
  /* left: -10rpx;
  top: 0; */
}

.my_itemletf .time {
  width: 34rpx;
  height: 32rpx;
  margin-right: 30rpx;
  left: 0;
}

/* .my_itemletf .iconfont { */
  /* font-size: 40rpx;
  color: #fa8286; */
  /* margin: 0 32rpx 0 0; */
/* } */

.my_itemletf .icon-chakanshenqing {
  color: #68a6ff;
}

.my_itemletf .icon-renyuanxiaozu {
  color: #f9a949;
}

.my_itemletf .icon-gongzhang {
  color: #44cbee;
}