.input-new-tag {
    width: 90px;
}
.input-new-tag input {
    height: 100%;
    border: none;
    padding-left:0px;
}

.tag .layui-btn .tag-close:hover {
    border-radius: 2px;
    background-color: #FF5722;
    color: #fff;
}
.tag .layui-btn .tag-close {
    margin-left: 8px;
    transition: all .2s;
    -webkit-transition: all .2s;
}