/*表单中提示语*/
.layui-input-block {
    margin-right: 10px;
}

.jucheng-color {
    color: red;
}

.jucheng-center {
    text-align: center;
}

.jucheng-circle {
    margin: 0px auto;
    text-align: center;
}

.jucheng-circle img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.jucheng-text-right {
    text-align: right;
}

/*图片上传删除按钮样式*/
.image-upload-div {
    position: relative;
    display: inline-flex;
}

.image-delete-button {
    position: absolute;
    right: 0;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
}

.layui-upload-img {
    width: 92px;
    height: 92px;
    margin: 0 10px 10px 0;
}

/*表单必填 * 颜色*/
.required {
    margin-left: 20px;
    color: red !important;
}


.layui-table-handel {
    display: flex;
    flex-wrap: wrap;
}

.layui-table-handel > .layui-btn {
    margin-top: 10px;
}
