.my-tab{
    width: 100%;
    height: 44px;
    font-size: $font_16;
    background: $bg_f7f9fc;
}
.my-list{
    .avatar-wrap{
        padding: 15px 20px;
    }
}
.my-isvip{
    width: 100%;
    height: 43px;
    background-image: url("./image/vip_bg.png"); 
    background-size: cover;               
    background-repeat: no-repeat;
    border-radius: 3px;
}
.my-stu{
    font-size: 12px;
}



// 修改List组件默认样式
.am-list-item{
    padding-left: 22px;
    padding-right: 8px;
}
.am-list-item .am-list-line-multiple{
   padding-right: 0px !important;
}
.am-list-thumb{
    img{
        width: 64px;
        height: 64px;
    }
}
.am-list-brief{
    color: $color_333 !important;
}
.am-list-header{
    padding: 2.5px 0;
    background: $bg_f5f5f5;
}
.am-list-content{
    i{
        vertical-align: middle;
        margin-top: -1px;
        display: inline-block;
        margin-right: 12px;
        margin: 10px 12px 10px 0;
        font-size: 30px !important;
    }
}
.am-list-line-multiple::after{
    background-color: transparent !important;
}
.my-list{
    .am-list-body::after{
        background-color: transparent !important;
    }
}
.am-list-content i{
    margin: 0;
    margin-top: -4px;
    margin-right: 10px;
}
.am-list-body::before{
    background-color: transparent !important;
    height: 0 !important;
}
.am-list-item .am-list-line .am-list-content{
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: $color_333;
}
.am-list-line .am-list-line-multiple .am-list-content{
    flex: 1;
    color: $color_333;
    font-size: $font_18;
    height: auto !important;
    line-height: 1.5 !important;
    text-align: left;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
}