.poster{
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	padding-top: 46.77%;
	background-color: #D9D9D9;
	position: relative;
}
.poster img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.content{
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 120px;
}
.content h1{
	margin-top: 100px;
	text-align: center;
	font-size: 46px;
}
.content dl{
	display: flex;
	flex-direction: row;
	margin-top: 100px;
}
.content dl dt{
	flex: 1;
	margin-right: 30px;
	overflow: hidden;
	margin-top: 50px;
}
.content dl dt>div{
	border-radius: 20px;
	overflow: hidden;
}
.content dl dt img{
	width: 100%;
	display: block;
}
.content dl dd{
	flex: 1;
	margin-left: 30px;
}
.content dl dd ul li{
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.content dl dd ul li label{
	text-align: center;
	font-size: 18px;
	line-height:40px;
}
.content dl dd ul li input{
	outline: none;
	border: 1px solid #E5E5E5;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 10px;
	padding: 0 10px;
}
.content dl dd ul li .booking{
	height: 64px;
	background: #285BDC;
	border-radius: 32px;
	margin-top: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
/* 自适应样式 */
@media screen and (max-width:1024px){
	.content h1{
		margin-top: 60px;
		font-size: 36px;
	}
	.content dl{
		margin-top: 60px;
	}
	.content{
		padding-bottom: 80px;
	}
	.content dl dd ul li .booking{
		font-size: 20px;
		height: 54px;
		border-radius: 27px;
	}
	.content dl dd ul li label{
		font-size: 16px;
	}
	.content dl dd ul li input{
		font-size: 14px;
	}
	.content dl dt{
		margin-right: 15px;
	}
	.content dl dd{
		margin-left: 15px;
	}
}
@media screen and (max-width:768px){
	.content h1{
		margin-top: 30px;
		font-size: 26px;
	}
	.content dl{
		flex-direction: column;
		margin-top: 30px;
	}
	.content dl dt{
		margin-right: 0px;
		margin-top: 0;
	}
	.content dl dd{
		margin-left: 0px;
		margin-top: 30px;
	}
}