@media screen and (min-width: 963px) {
	.container{
		width: 993px;
		margin:0 auto;
		background: #fff;
		font-size:14px;
		line-height:28px;
		position: relative;
		overflow: hidden;
	}
	.container h1{
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 10px;
	}
	.container .banner{
		width: 993px;
		margin:0 auto;
	}
	.container .step h3{
		width:6rem;
		background: #05a448;
		border-radius:.3rem;
		margin:.8rem 0;
		height: 2rem;
		line-height: 2rem;
		font-size:1rem;
		font-weight:bold;
		text-align: center;
		color: #fff;
	}
	.container .step .price span{
		float: left;
		display: block;
		width: 280px;
		color: red;
		font-weight: normal;
	}
	.container .step .price a,.container .step .price .orders{
		float: left;
		margin-left: 100px;
		display: block;
		width: 80px;
		height:30px;
		line-height:30px;
		background: #f9353c;
		color: #fff;
		text-align: center;
		border-radius: 3px;
	}
	.step .dinner span{
		margin-left: 10px;
		float: left;
	}
	.container .step .dinner{
		margin:0 10px 10px;
		overflow: hidden;
		padding-top: 10px;
		background: #f8f8f8;
	}
	.container .step .aoyou span {
		color: orangered;
	}
	.foot{
		border-top:3px solid #f5f5f5;
		padding-top: .8rem;
		padding-bottom: 1rem;
		overflow: hidden;
		background: #fff;
	}

}
@media screen and (min-width: 300px) and (max-width: 960px){
	.container{
		width: 100%;
		overflow: hidden;
		background: #f5f5f5;
		font-size: 14px;
	}
	.container .step{
		width: 100%;
		background: #fff;
		border-bottom:1px solid #e2e2e2;
		margin-bottom:10px;
		overflow: hidden;
	}
	.container .step h3{
		 width:6rem;
		 background: #05a448;
		 border-radius:.3rem;
		 margin:.8rem 0;
		 height: 2rem;
		 line-height: 2rem;
		 font-size:1rem;
		 font-weight:bold;
		 text-align: center;
		 color: #fff;
	 }
	.container .banner img{
		width: 100%;
	}
	.container .step .aoyou{
		color:green;
		font-size: 12px;
	}
	.container .step .aoyou span{
		color: orangered;
		display: block;
	}
	.container .step .price span{
		float: left;
		color: red;
		font-weight: normal;
	}

	.container .step .price a{
		float: right;
		margin-right: 20px;
		display: block;
		width: 80px;
		height:30px;
		line-height:30px;
		background: #f9353c;
		color: #fff;
		text-align: center;
		border-radius: 3px;
	}
	.container .step .price .orders{
		float: right;
		margin-right: 20px;
		display: block;
		width: 80px;
		height:30px;
		line-height:30px;
		background: #f9353c;
		color: #fff;
		text-align: center;
		border-radius: 3px;
	}
	.container .step .dinner{
		margin: 0 10px 10px;
		overflow: hidden;
		padding-top: 10px;
		background: #f8f8f8;
	}
	.foot{
		padding: .8rem 0 1rem 0;
		overflow: hidden;
		background: #fff;
	}
}

.container h1{
	padding-left: 10px;
	text-align: left;
	height:2.5rem;
	line-height: 2.5rem;
	background: #fff;
}
.container .step .desc{
	font-size: 14px;
	color: #666;
	line-height: 22px;

}
.container .step .price{
	width: 100%;
	overflow: hidden;
}
.container .step{
	line-height: 1.5rem;
	padding-bottom: 10px;
}
.container .step h3{
	margin-left: 10px;
}
.container .step p{
	padding: 0 10px 10px 10px;
}
.container .step span{
	color: green;
	font-weight:bold;
}
.container ul.tese{
	padding-left:10px ;
}
.container ul.tese span{
	color: orangered;
	margin-right: 10px;
}
.container ul.tese li{
	height: 2rem;
	line-height: 2rem;
}
.container .step .date{
	font-weight: normal;
	color: orangered;
	border-top: 1px dashed #ccc;
	padding-top:10px;
}
.container .step .date span{
	margin-left:10px;
	color: #1b1a1d;
	font-weight:normal;
}

.container .step .dinner span{
	display: block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
	color: orangered;
}
.container .hotel{

}
.container .hotel .hotelName{
	display: block;
	color: orangered;
	background: #f8f8f8;
	font-weight:normal;
}
.container .hotel .note{
	color: #8F8F8F;
	font-weight:normal;
	font-size: 12px;
}
.container .step .pic{
	width: 100%;
	overflow: hidden;
}
.container .step .pic img{
	height: 6.5rem;
	margin:0 5px
}
.container .share{
	position: absolute;
	left: -999px;
}












.foot img{
	width: 6rem;
}
.foot .weixin{
	width: 45%;
	float: left;
	text-align: center;
	padding: 0 .5rem;
}
.return{
	background: #0f9306;
	padding-left: 1rem;
	height:2rem;
	line-height: 2rem;
}
.return a{
	font-size:1rem;
	color: white;
	text-decoration: underline;
}