.select{position:relative;width:134px;min-width:134px;height:40px;border:1px solid #eee;cursor:pointer; margin-left: 10px}
.select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #666;border-right:5px solid transparent;border-left:5px solid transparent;}
.select .select_text{padding:0 20px 0 10px;height:36px;line-height:36px;}
.select_ul{display:none;position:absolute;top:34px;left:-1px;width:134px;min-width:134px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;}
.select_ul li{line-height:36px;text-indent:10px;}
.select_ul li:hover{color:#fff;background:#6AA7EA;}
.select_ul li.cur{color:#fff;background:#195DA3;}
.el-button {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}
.nd-size{
    padding: 20px;
    width: 450px !important;
}

.modal-dialog-640{
    width: auto !important;
}
.nd-size .dropdown-menu{
    max-width: 120px !important;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.edit-create-btn{
    display: block;
    background: #32adff;
    width: 90%;
    position:absolute;
    bottom: 20px;

}
.list-title {
    font-size: 20px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: left;
}
.el-input-inner{
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    box-sizing: border-box;
    color: #606266;
    width: 120px;
}

.span-icon {
    width: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.input-create{
    display: flex;
    align-items: center;
    padding: 16px 0

}
.createerror-tips{
    color: #de415c;
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px
}

