.my-header {
    /*background: url('../../../image/mybg.png') no-repeat;*!*/
    background-size: cover;
    min-height: 180px;
    position: relative;
    color: white;
}
.my-info {
    position: relative;
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    vertical-align: center;
}
.my-info img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;  /*居中*/
}
.my-info p.nickname {
    margin-top: 5px;
    color: #ffffff;
    font-size: 18px;
}
.my-menu {
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #ffffff;
    filter:Alpha(opacity=50);
    background:rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
    color: #ffffff;
    font-size: 14px;
}
.my-menu .aui-col-xs-3 {
    border-right: 1px solid #9bd6d5;
}
.my-menu .aui-col-xs-3:last-child {
    border-right: none;
}
.my-menu > div:active {
    background: #ffffff;
    filter:Alpha(opacity=50);
    background:rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
}
.aui-list-view-cell {
    line-height: 26px;
}

.aui-list-view .aui-img-object {
    max-width: 80px;
    height: 80px;
    line-height: 80px;
}
.image-list {
    padding-top: 10px;
}
.image-list img {
    width: 100%;
}
.image-list > div {
    padding-right: 5px;
}
.aui-line-x:after {
    border-color: #eee;
}
.other-info .aui-line-x {
    margin: 5px 0;
}
.other-info p {
    color: #999;
    font-size: 0.75em;
}

.aui-list-view-cell{
    position: relative;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-touch-callout: none;
}