.layui-table-cell{
	text-align:center;
	height: auto;
	white-space: normal;
}
.layui-table img{
	max-width:300px
}
.imgs-arr{
		display: flex;
		flex-direction: row;
}
.upload-imgs{
	display: flex;
	flex-direction: row;
}
.upload-div{
	position: relative;
 	margin: 0 10px;
}
.upload-img{
	width: 90px;
	height: 90px;
	cursor: pointer;
}
.upload-img-but{
	width: 90px;
	height: 90px;
	cursor: pointer;
}
.upload-delete{
	position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.layui-table-col-special>div{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.layui-table-col-special>div>a{
	margin: 5px 0 !important;
}

form#apps{
	padding: 20px;
}

.dis{
	display: flex;
	justify-content:center;
	align-items: center;
}
.dis_c{
	flex-direction: column;
}
.bor{
	border: 1px solid red;
}
.dis_bet{
	justify-content:space-between;
}
.w_100{
	width:100%;
}
.h_100{
	height:100%;
}

.required_from{
	color: red;
	margin-right:3px;
}

.tips{
  margin-top:3px;
  font-size:10px;
  color: #A1A1A1;
}
.web-reload {
	margin-right: 15px;
}