.layui-form-label.un:after{
	content: "*";
	position: absolute;
	color: red;
	margin-left: 3px;
}

.ym-upload-image{
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px dashed #ccc;
    border-radius: 8px;
    overflow: hidden;

	background: #fff url(../img/add_photo.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
.ym-upload-image .upload-image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    outline: none;
    cursor: pointer;
}
.ym-upload-image img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: none;
}
.ym-upload-image i {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    z-index: 20;
    font-size: 20px;
    color: red;
}