.content-one{
	border-top: 1px solid #9FA0A0;
}
.content-one-head{
	position: relative;
	width: 1337px;
	height: 220px;
	margin: 0 auto 80px auto;
}
.content-two-iframe{
	width: 100%;
	height: 50vw;
	overflow: hidden;
	border: none;
}
.content-two-title{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	width: 100%;
	height: 132px;
	background-color: #383735;
	font-size: 35px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #D4B572;
	line-height: 21px;
}
.content-two-title-icon{
	margin-right: 30px;
}
.content-two-form{
	width: 1337px;
	margin: 0 auto;
}
.content-two-form-base{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 20px;
}
.content-two-form-input{
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items:center;
	width: 648.9px;
	height: 72px;
	background: #EFEFEF;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #9FA0A0;
}
.content-two-form-input>input{
	font-size: 28px;
	margin-left: 48px;
	border: none;
	background-color: transparent;
}
.content-two-form-input>input:focus{
	outline: none;
}
.content-two-form-textarea{
	width: 100%;
	height: 245px;
	background: #EFEFEF;
	margin-bottom: 50px;
}
.content-two-form-textarea>textarea{
	width: 80%;
	height: 80%;
	font-size: 28px;
	margin-top: 28px;
	margin-left: 48px;
	border: none;
	background-color: transparent;
}
.content-two-form-textarea>textarea{
	outline: none;
}
.content-two-form-but{
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items:center;
	width: 466px;
	height: 88px;
	font-size: 42px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #D4B572;
	background-color: #383735;
	margin: 0 auto;
}