/*download*/

.wrap1 {
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/web/12.jpg) no-repeat center;
	background-size: cover;
	height: 880px;
}

.wrap1 #formTitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.wrap1 .form {
	width: 760px;
	margin: 0 auto;
}

.wrap1 .form iframe {
	width: 760px;
	height: 720px;
}

@media (max-width: 768px) {
	.wrap1{
		padding-top: 50px;
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflag/img/phone/12.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap1 #formTitle {
		font-size: 16px;
		padding-bottom: 10px;
		letter-spacing: .5px;
	}
	.wrap1 .form {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.wrap1 .form iframe {
		width: 100%;
	}
}