.el-icon-my-phone{
    background: url('../img/login/phone.png') center no-repeat;
}
.el-icon-my-phone:before{
    content: "手机";
    font-size: 16px;
    visibility: hidden;
}
.el-icon-my-phone{
    font-size: 16px;
}
.el-icon-my-phone:before{
    content: "\e611";
}

.el-icon-my-number{
    background: url('../img/login/number.png') center no-repeat;
}
.el-icon-my-number:before{
    content: "手机";
    font-size: 16px;
    visibility: hidden;
}
.el-icon-my-number{
    font-size: 16px;
}
.el-icon-my-number:before{
    content: "\e612";
}

[class^="icon-my-"]:before {
    margin-right: 8px;
    text-align: center;
    font-size: 28px;
    visibility: hidden;
}
[class^="icon-my-"]{
    font-size: 28px;
    margin-right: 12px;
}
.icon-my-homepage{
    background: url('../img/home/homepage.png') center no-repeat;
}
.icon-my-homepage:before{
    content: "\e613";
}
.icon-my-write{
    background: url('../img/home/write.png') center no-repeat;
}
.icon-my-write:before{
    content: "\e614";
}
.icon-my-sub{
    background: url('../img/home/sub.png') center no-repeat;
}
.icon-my-sub:before{
    content: "\e615";
}
.icon-my-return{
    background: url('../img/home/return.png') center no-repeat;
}
.icon-my-return:before{
    content: "\e616";
}
.icon-my-process{
    background: url('../img/home/process.png') center no-repeat;
}
.icon-my-process:before{
    content: "\e617";
}
.icon-my-search{
    background: url('../img/home/search.png') center no-repeat;
}
.icon-my-search:before{
    content: "\e618";
}
.icon-my-notice{
    background: url('../img/home/notice.png') center no-repeat;
}
.icon-my-notice:before{
    content: "\e619";
}

