body {
	background: #f5f7fa;
}

.lineBox {
	width: 4px;
	height: 20px;
	background: #3c78fc;
}

.ttBx {
	width: 80px;
}

.biTian {
	color: #ff0000;
}

.iptBox {
	width: 800px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	background: none;
}

.ipt1Box {
	flex: 1;
	height: 42px;
}

.upBx {
	width: 90px;
	height: 90px;
	border-radius: 4px;
	background: #f8f8f8;
}

.delete {
	width: 28px;
	height: 28px;
	position: absolute;
	top: -14px;
	right: -14px;
	z-index: 1;
}

.upIcon {
	width: 34px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

.iptUpBox {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}

.txtBox {
	width: 800px;
	height: 140px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.confirmbtn {
	padding: 0 40px;
	height: 50px;
	border-radius: 4px;
	background: #3c78fc;
	border: none
}