.selfmenu_block .icon {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.selfmenu_block .icon img {
    width: 48px;
    height: 48px;
	border-radius: 5px;
}
.selfmenu_block .text {
    padding: 2px 4px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.editor-selfmenu .selfmenu-item {
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}
.editor-selfmenu .selfmenu-item .selfmenu-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
    border: 1px solid #ececec;
    text-align: center;
    vertical-align: middle;
    background: #ececec;
}
.editor-selfmenu .selfmenu-item .selfmenu-image .ep-select-image {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 18px;
    line-height: 18px;
}
.editor-selfmenu .selfmenu-item .selfmenu-image img {
    width: 48px;
    height: 48px;
    margin: 1px;
}
.editor-selfmenu .selfmenu-item .selfmenu-params {
    margin-left: 80px;
}



.flex0 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_g0 {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.flex-al1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 20%;
}


.mine_unit {
	padding: 0 15px;
	background-color: #ffffff;
}
.mine_unit .line-grid .fa-toggle-off {
    color: #bdbdbd;
    font-size: 27px;
}
.line-grid {
    color: #494949;
    min-height: 26px;
    padding: 12px 5px;
    font-size: 15px;
}
.line-grid .img {
    min-width: 20px;
    margin-right: 10px;
}
.line-grid + .line-grid {
    border-top: 1px solid #f1f1f1;
}
