.editBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

@media screen and (min-device-width: 1026px) and (max-device-width: 1920px) {
	.editForm {
		width: 700px;
		height: 460px;
		/* background-color: #fff; */
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -350px;
		margin-top: -230px;
		background: -webkit-linear-gradient(to bottom right, #58D0FE, #0777E5);
		background: linear-gradient(to bottom right, #58D0FE, #0777E5);
		border-radius: 6px;
	}

	.closeForm {
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 5px;
		cursor: pointer;
	}

	.closeForm img {
		width: 28px;
	}

	.editTitle {
		text-align: center;
		padding: 25px 0;
		font-size: 28px;
		color:#fff;
	}

	.editItem {
		width: 430px;
		margin: 20px auto;
		display: flex;
		/* border:1px solid red; */
		align-items: center;
	}

	.editItem>span,
	.messItem>span {
		display: block;
		width: 110px;
		font-weight: bold;
		color: #fff;
		font-size: 18px;
	}

	.editItem input {
		width: 320px;
		line-height: 34px;
		border-radius: 4px;
		outline: none !important;
		border: none;
		text-indent: 10px;
		font-size: 14px;
	}

	#submitInfo {
		display: block;
		text-align: center;
		margin-top: 40px;
		cursor: pointer;
	}

	#submitInfo button {
		width: 220px;
		background: none;
		outline: none;
		border: none;
	}

	#submitInfo img {
		width: 220px;
	}
}

/*手机总体*/
@media screen and (max-device-width: 1025px) {
	.editForm {
		width: 90%;
		height: 460px;
		overflow-y: scroll;
		/* background-color: #fff; */
		position: absolute;
		top: 50%;
		left: 5%;
		margin-top: -230px;
		background: -webkit-linear-gradient(to bottom right, #58D0FE, #0777E5);
		background: linear-gradient(to bottom right, #58D0FE, #0777E5);
		border-radius: 6px;
	}

	.closeForm {
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 5px;
		cursor: pointer;
	}

	.closeForm img {
		width: 28px;
	}

	.editTitle {
		text-align: center;
		padding: 10px 0;
		font-size: 20px;
		color:#fff;
	}

	.editTitle img {
		width: 150px;
	}

	.editItem {
		width: 100%;
		margin: 10px 0;
		padding: 0 5%;
		align-items: center;
	}

	.editItem>span,
	.messItem>span {
		display: block;
		width: 110px;
		font-weight: bold;
		color: #fff;
		font-size: 18px;
		font-size:16px;
	}

	.editItem input {
		width: 100%;
		line-height: 34px;
		border-radius: 4px;
		outline: none !important;
		border: none;
		text-indent: 10px;
		font-size: 14px;
	}
	#submitInfo {
		display: block;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	#submitInfo button {
		width: 50%;
		background: none;
		outline: none;
		border: none;
	}

	#submitInfo img {
		width: 100%;
	}
}
