.live {
	display: block;
	width: 75%;
	background: #1E1E1E;
	height: 70%;
	border-radius: 10px;
	margin-top: 1.3%;
	float: left;
	overflow: hidden;
}

.live span {
	display: block;
	color: #898888;
	font-size: 23px;
	margin-top: 20px;
	margin-left: 20px;
}

.list {
	display: block;
	width: 75%;
	height: 25%;
	background: #ffffff;
	margin-top: 1%;
	border-radius: 10px;
	float: left;
	overflow-x: auto;
	/* 允许横向滚动 */
	white-space: nowrap;
	/* 防止文本换行 */
}

.item {
	display: block;
	height: 6%;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.item span {
	display: block;
	color: #1E1E1E;
	font-size: 14px;
	width: 30%;
	height: 100%;
	line-height: 3rem;
	float: left;
}

.item .contr {
	display: block;
	float: right;
	width: 70%;
	height: 100%;
	line-height: 3rem;
}

.item select {
	display: block;
	width: 100%;
	font-size: 13px;
	border-radius: 6px;
}

.save_btn {
	display: block;
	width: 80%;
	left: 11%;
	bottom: 40px;
	height: 40px;
	line-height: 40px;
	background: #129ABD;
	color: white;
	border: none;
	border-radius: 10px;
	position: absolute;
}

.filePrew {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 53px;
	height: 53px;
	opacity: 0;
}

.contolle {
	display: block;
	width: 20%;
	height: 97%;
	background: #ffffff;
	position: absolute;
	border-radius: 10px;
	right: 4%;
	top: 3%;
}

.list_img {
	display: block;
	position: relative;
	width: 130px;
	height: 130px;
	margin-top: 25px;
	margin-left: 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #EBEAEA;
	float: left;
	white-space: nowrap;
}

.close {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}

.list_img_item {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 长边裁剪，短边对齐 */
}