.form-button-box{
    text-align: center;
}
.font_red{
    color: red;
}
.flr{
    float: right;
}
.fll{
    float: left;
}
.hide{
    display: none;
}
.sort-input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 14px 1px;
    border-radius: 0;
    box-shadow: 1px 1px 20px rgba(0,0,0,.15);
    border: none;
}
.w50{
    width: 50% !important;
}
.upload-imgbox{
    width: 220px;
    height: 112px;
    padding: 5px !important;
    display: inline-block !important;
}
.upload-imgbox img {
    max-width: 100%;
    max-height: 100%;
}
.layui-upload-drag{
    float: left;
}
.img-ext{
    margin-bottom: 0 !important;
}
.img-ext p{
    padding-left: 10px;
    line-height: 29px;
    height: 29px;
    color: red;
}
.img-ext input {
    margin: 9.5px 5px 0px 0;
}
.upload-imgbox span{
    display: none;
}
.upload-imgbox span i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px !important;
    color: red !important;
}
.upload-imgbox:hover span{
    display: block;
}
.layui-table img {
    max-width: 100px;
    max-height: 100%;
}

.div-input-left {
    float: left;
    display: block;
    padding: 9px 10px!important;
    line-height: 20px;
    margin-right: 10px;
    color: #999!important;
}

.div-input-center {
    float: right;
    width: 100%;
    text-align: center;
    display: block;
    padding: 9px 10px!important;
    line-height: 20px;
    margin-right: 10px;
    color: #999!important;
}

.div-input-right {
    float: right;
    display: block;
    padding: 9px 10px!important;
    line-height: 20px;
    margin-right: 10px;
    color: #999!important;
}

.div-input-position-left {
    display: block;
    padding: 9px 10px!important;
    line-height: 20px;
    margin-right: 10px;
    color: #999!important;
    position: absolute;
    top: 0;
    left: 110px;
}

.div-input-position-center {
    float: right;
    width: calc(100% - 110px);
    text-align: center;
    display: block;
    padding: 9px 10px!important;
    line-height: 20px;
    margin-right: 10px;
    color: #999!important;
    position: absolute;
    top: 0;
    left: 110px;
}

.div-input-position-right {
    float: right;
    display: block;
    padding: 9px 10px!important;
    line-height: 20px;
    margin-right: 10px;
    color: #999!important;
    position: absolute;
    top: 0;
    right: 0;
}
