/*导览购票*/
.route-content>img,.route-text{
	width: 100%;
}
.introduce-content>img{
	padding: 0;
	height: 236px;
}
.route-title{
	padding: 20px 0 10px 0px;
	margin-left: 5%;
}
.route-item{
	width: 90%;
}
.route-item div{
	line-height: 0.4rem;
}
.about-route{
	margin-top: 0;
}

.about-route{
	margin-top: .6rem;
	font-size: .18rem;
	color: #3E3D3D;
}
.route-title{
	font-size: .26rem;
	font-weight: bold;
	color: #292929;
	padding-bottom: .15rem;
	border-bottom: 3px solid #CBBDA8;
	display: inline-block;
	padding-right: 1.28rem;
}
.route-title span{
	color: #5D0B0B
}
.route-content{
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
}
.route-content>img{
	width: 35%;
	height: 750px;
	margin-top: -70px;
}
.route-text{
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center; */
	width: 65%;
}
.route-item{
	/* width: 50%; */
	padding-right: .6rem;
	margin-top: .45rem;
}
.route-item1{
	padding-top: .3rem;
}
.route-item3{
	width: 50%
}
.route-item h3{
	font-size: .24rem;
	display: inline-block;
	padding: .15rem .72rem .15rem .18rem;
	background: #CBBDA8;
	color: #fff;
	border-radius:.05rem;
}
.route-item p{
	padding: .25rem 0 0;
}
.route-item3  div{
	color: #666666;
	font-size: .16rem;
	margin-top: .05rem;
}
#celebrity-box .wapper{
	overflow: hidden;
	position: relative;
}
.guide-title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .38rem;
	color: #3E3D3D;
	font-weight: bold;
	padding-top: 60px;
}
.guide-title img{
	height: .4rem;
	margin: 0 .34rem
}
.guide-message{
	background-image: url(https://xiangyuanhui.oss-cn-hangzhou.aliyuncs.com/fenghuang/background5.png);
	background-size: 100% auto;
	background-position: left bottom;
	padding: 0 0 .6rem;
	margin-top: .45rem;
	line-height: 1.8;
	color: #666666;
	font-size: .16rem;
}

.guide-message .wapper{
	position: relative;
}
.guide-message .wapper div{
	width: 10.2rem
}
.guide-message h3{
	font-size: .22rem;
	color: #3E3D3D;
	padding-top: .6rem;
}
.guide-message h4{
	font-size: .18rem;
	color: #3E3D3D;
}
.guide-message p{
	background:rgba(203,189,168,1);
	border-radius:10px;
	padding: .16rem .09rem;
	display: inline-block;
	color: #fff;
	line-height: normal;
	font-size: .18rem;
	margin: 0.1rem 0
}
.guide-ticket{
	color: #131212;
	font-size: .26rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('https://xiangyuanhui.oss-cn-hangzhou.aliyuncs.com/fenghuang/circle.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 2.03rem;
	height: 2.03rem;
	white-space: pre-line;
	font-weight: bold;
	line-height: normal;
	position: absolute;
	right: 0;
	bottom: 1rem;
	cursor: pointer;
	text-align: center;
}
.guide-map{
	margin-top: .6rem;
	display: block;
}
.guide-map img{
	width: 100%
}
.guide-item{
	font-size: 0.18rem;
	line-height: 1.8;
	color: #3E3D3D;
	padding: .6rem .38rem;
	border:1px solid #AAAAAA;
	margin-top: .45rem;
}
@media only screen and (max-width: 850px){
	.guide-message{
		padding: .38rem;
		box-sizing: border-box;
	}
	.guide-message .wapper {
		width: 100%;
	}
	.guide-message .wapper div{
		width: 100%;
	}
	.guide-ticket{
		position: relative;
		bottom: 0;
		width: 80px;
		height: 80px;
		left: 50%;
		margin-left: -40px;
		text-align: center;
	}
	.guide-title {
		padding-top: .38rem;
		font-size: 0.2rem;
	}
	.about-route {
		width: 100%;
	}
	.about-route .route-content {
		width:  100%;
		display: block;
	}
	.about-route .route-content .route-text {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 0.3rem;
	}
	.about-route .route-content .route-text .route-item {
		width: 100%;
		padding: 0 0.3rem;
	}
	.about-route .route-content .route-text .route-item3 {
		width: 100%;
		padding: 0 0.3rem;
	}
	.about-route .route-content img {
		width: 100%;
	}
	#guide-box {
		width: 100%;
		box-sizing: border-box;
	}
	#guide-box .guide-item {
		width: calc(100% - 0.4rem);
		padding: 0.5rem 0.3rem;
		margin: 0.4rem 0.2rem 0 0.2rem;
		box-sizing: border-box;
	}
	.route-item h3 {
		font-size: 0.2rem;
	}
	.route-title {
		padding-right: 0.8rem;
	}
	.route-title span {
		margin-left: 2px;
	}
}