.layui-form table td {
    padding: 10px 0;
}
.centercnt{
    padding-top: 20px;
}
#formId {
    min-height: 470px;
    background: #fff;
    padding: 20px 20px 20px 50px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    color: #000;
}

.table_title {
    text-align: right;
    width: 120px;
}

.need_table {
    font-size: 15px;
}

.en-tag {
    color: #EA0000;
}

.box .xm-select-label font {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xm-select-parent .xm-form-select dl {
    z-index: 1000;
}

.xm-select-tips {display:none;}

/*生成标签*/
.settag_box {
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    display: block; /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-block; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.settag_box input {
    line-height: 38px;
    min-height: 38px;
    box-sizing: border-box;
    padding-left: 5px;
    flex: 1;
    min-width: 120px;
    border: none;
    outline: none;
    border-radius: 4px;
    width: 100%;
}

.taglist_box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 2;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 6%);
    border-radius: 4px;
    /*min-height: 100px;*/
    max-height: 300px;
    overflow: auto;
    /*display: none;*/
    text-align: center;
    font-size: 16px;
    color: #666;
    z-index: 1;
}

.settag_boxtop .taglist_box {
    bottom: 100%;
    top: auto;
}

.taglist_box li {
    cursor: pointer;
    text-align: left;
    color: #333;
}

.taglist_box li.activetag {
    background: #e5f7ed;
    color: #00B150;
}

.taglist_box li:hover {
    color: #00B150;
}

.tag_button {
    padding: 4px 20px 4px 4px;
    border: 1px solid #e5f7ed;
    background: #e5f7ed;
    color: #00B150;
    /*height: 30px;*/
    line-height: normal;
    margin: 5px 5px 5px;
    display: block;
    float: left;
    border-radius: 4px;
    position: relative;
}

.tag_button i {
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
