/* 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;
}
.my_headitemimg{
 margin: 0 0 32rpx 0;
 width:132rpx;
 height: 132rpx;
 border-radius: 50%;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.my_headitemimg image{
 width:100%;
 height: 100%;
 display: block;
}
.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 .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;
}