.flex-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.flex-box, .flex-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex-box, .flex-center, .flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}
.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}
.iconfont {
    font-family: iconfont !important;
    font-size: 16px !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.el-input__prefix .iconfont {
    font-size: 22px
}

.icon-font-20 {
    font-size: 20px;
}

.icon-danxuanweixuan:before {
    content: "\E83D"
}



.imb {
    font-weight: 600
}
.font-14-20 {
    font-size: 14px;
    line-height: 20px
}

.status_tag {
    padding: 0 4px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    color: #FFFFFF !important;
    display: inline-block
}

.status_tag.green_bg {
    background-color: #22ab82
}

.status_tag.blue_bg {
    background-color: #3d61f2
}

.status_tag.theme_bg {
    background-color: #f2573d
}

.status_tag.grey_bg {
    background-color: #707070
}

.m-r10 {
    margin-right: 10px
}

.green-bg {
    background-color: #2ecc71;
}
.blue_bg {
    background-color: #3d61f2
}
.theme_bg {
    background-color: #f2573d
}
.warning_bg {
    background-color: orange;
}
.grey_bg {
    background-color: #707070
}

.m-t16 {
    margin-top: 16px
}
.input-backgraound-hui {
    background:#CCCCCC !important;
}