.box-1 {
	position: relative;
}

.box-1 .bg {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	position: relative;
}

.box-1 .form {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 100px;
	left: 0;
	right: 0;
	top: 0;
	height: 520px;
	margin: auto;
	width: max-content;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 620px;
	box-sizing: border-box;
}

.box-1 .form .h {
	font-size: 22px;
}

.box-1 .form .icon {
	width: 30px;
	margin: 20px 0;
}

.box-1 .form .email {
	margin: 20px 0;
}

.box-1 .form .line {
	width: 100%;
	padding: 0.5px 0;
	background-color: #000;
	margin-bottom: 20px;
}

.box-1 .form .code-list {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.box-1 .form .code-list .code img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	margin-bottom: 10px;
}

.box-2 {
	padding: 80px 0;
	background-color: #fafafa;
}

.box-2 .form {
	width: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	padding-bottom: 30px;
}

.box-2 .form .h {
	font-size: 22px;
	text-align: center;
	padding-top: 30px;
}

.box-2 .form .icon {
	margin: 20px auto;
}

.box-2 .form .li,
.box-2 .form .li-tips,
.box-2 .form .textarea {
	width: 690px;
	margin: auto;
}

.box-2 .form .li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.box-2 .form .li input {
	width: 48%;
	border: 0;
	background-color: #f3f2ed;
	outline: none;
	padding: 14px 10px;
	box-sizing: border-box;
}

.box-2 .form .li-tips {
	text-align: left;
	color: #696969;
	padding: 10px 0;
}

.box-2 .form .li select {
	width: 100%;
	background-color: #f3f2ed;
	border: 0;
	outline: none;
	padding: 14px 10px;
	box-sizing: border-box;
}

.box-2 .form .textarea textarea {
	width: 100%;
	padding: 10px;
	background-color: #f3f2ed;
	border: 0;
	outline: none;
	box-sizing: border-box;
	height: 120px;
}

.box-2 .form .tips {
	color: #be2623;
	font-size: 14px;
	text-align: left;
	width: 690px;
	margin: auto;
}

.box-2 .form .btn {
	background-color: #be2623;
	color: #ffffff;
	width: 90px;
	line-height: 1.7;
	margin: auto;
	margin-top: 30px;
	border-radius: 4px;
	border: 0;
}