* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.mian {
	width: 100%;
	font-family: HarmonyOS_Sans_SC;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.box1 {
	position: relative;
	width: 100%;
}

.box1-prc img {
	width: 100%;
	min-height: 100vh;
	vertical-align: middle;
	object-fit: cover;
}

.box1-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.box1-box-cen {
	background: #ffffff;
	position: relative;
	display: flex;
	border-radius: 18px;
	width: 500px;
}

.gb {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.gb .iconfontb {
	font-size: 25px;
}

.box1-right {
	width: 100%;
	padding: 40px 50px 60px;
}

.box1-right>p {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 35px;
}

.box1-iput {
	width: 100%;
}

.form-group {
	margin-bottom: 15px;
}

.form-group .layui-input,
.form-group .layui-select {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #dadada;
	font-size: 14px;
	line-height: 40px;
}

.application-info {
	margin-bottom: 25px;
}

.application-info p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.application-info .layui-form-item {
	margin: 0;
}

.application-info .layui-form-item .layui-input {
	width: 200px;
	display: inline-block;
	margin-left: 10px;
}

.submit-btn {
	width: 100%;
	height: 45px;
	border-radius: 3px;
	background: #4a4a4a;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.submit-btn:hover {
	background: #333;
}

.box1-right>h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
	color: #333;
}

.box1-b {
	display: flex;
	align-items: center;
}

.box1-b>a {
	color: #a0a0a0;
	font-size: 16px;
}

.box1-b>p {
	color: #a0a0a0;
	font-size: 16px;
	margin-left: 5px;
}

.box1-b>p a {
	font-size: 16px;
	color: #2e89ea;
}