/* pages/my/my.wxss */

.my_head {
  position: relative;
  height: 268rpx;
  width: 750rpx;
}

.my_head image {
  width: 100%;
  height: 100%;
  display: block;
}

.my_headitem {
  position: absolute;
  left: 50%;
  bottom: -93rpx;
  transform: translateX(-50%);
  color: #5e6661;
  font-weight: bold;
  font-size: 32rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.my_headitemimg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.my_headitem .word {
  width: 100%;
  text-align: center;
  margin-top: 10rpx;
}

.my_itembox {
  margin: 210rpx 0 0 0;
}

.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;
}
.my_itemletf image{
  width: 64rpx;
  height: 64rpx;
  margin-right: 5rpx;
  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;
}
.star_box {
  width: auto;
  height: auto;
  margin-top: 16rpx;
  display: flex;
  justify-content: space-between;
}
.star_box image {
  width: 28rpx;
  height: 26rpx;
  padding-left: 10rpx;
  padding-right: 10rpx;
}