.edit {
	width: 90%;
	height: 100%;
	padding: 0 5%;
	margin: 0 auto;
}
.title {
	display: flex;
	align-items: center;
}
.tipsIcon {
	font-size: 30px;
	cursor: pointer;
	color: #909399;
	margin-left: 10px;
}
.homeIcon {
	color: #409eff;
}
.imgBox0 {
	width: 1240px;
	height: 720px;
}
.imgBox0,
.imgBox1 {
	position: relative;
	background: #c4bebe;
	color: #fff;
}
.imgBox1 {
	width: 720px;
	height: 1240px;
}
.imgCut1 {
	width: 1240px;
	height: 720px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgCut0 {
	width: 720px;
	height: 1240px;
}
.saveImg {
	width: 100%;
}
.dateValue {
	font-size: 32px;
}
.dingIcon {
	width: 40px;
}
.empty {
	width: 10px;
}
.timeValue {
	width: 300px;
	bottom: 13%;
	margin-left: -150px;
	font-size: 125px;
	font-weight: 400;
	letter-spacing: 2px;
}
.details,
.timeValue {
	position: absolute;
	left: 50%;
	text-shadow: 3px 3px 3px #807f7f;
}
.details {
	width: 600px;
	margin-left: -320px;
	bottom: 9%;
	font-size: 30px;
	display: flex;
	justify-content: center;
}
.logo {
	position: absolute;
	height: 50px;
	right: 10px;
	bottom: 10px;
}
.infoEdit {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.infoEditItem {
	width: 200px !important;
}
.upload-demo {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.nextStepBox,
.uploadBox {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.nextStepBtn,
.uploadBtn {
	width: 200px;
	height: 50px;
}
.el-dialog {
	border-radius: 20px !important;
	margin-top: 30vh !important;
}
.el-dialog__title {
	font-weight: 600;
	font-size: 24px !important;
}
.el-dialog__body {
	font-size: 18px !important;
	line-height: 3em;
}
