/* footPrintTripList.css */
.footPrintTripList{
	padding: 0.1rem 0 0.4rem;
	position: relative;

	z-index: 100;
}
.footPrintTripList_main{
	/*position: relative;*/
}
.trip_list_item{
	background-color: #f6f6f6;
	border-radius: 0.1rem;
	padding: 0.1rem;
	margin-top: 0.3rem;
}
.trip_list_item_top{
	text-align: center;
}
.trip_list_item_top h4{
	color: #ef6464;
	font-size: 0.3375rem;
}
.trip_list_item_top p{
	color: #ef6464;
	font-size: 0.1688rem;	
}
.trip_list_item_top p span{
	width: 0.7rem;
	height: 3px;
	background-color: #ef6464;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.1rem;
}

/*不同标题的颜色样式*/
.item1 .trip_list_item_top h4{
	color: #ef6464;
}
.item1 .trip_list_item_top p{
	color: #ef6464;
}
.item1 .trip_list_item_top p span{
	background-color: #ef6464;
}


.item2 .trip_list_item_top h4{
	color: #f7cb6c;
}
.item2 .trip_list_item_top p{
	color: #f7cb6c;
}
.item2 .trip_list_item_top p span{
	background-color: #f7cb6c;
}

.item3 .trip_list_item_top h4{
	color: #8087e3;
}
.item3 .trip_list_item_top p{
	color: #8087e3;
}
.item3 .trip_list_item_top p span{
	background-color: #8087e3;
}

.item4 .trip_list_item_top h4{
	color: #82da8a;
}
.item4 .trip_list_item_top p{
	color: #82da8a;
}
.item4 .trip_list_item_top p span{
	background-color: #82da8a;
}
/*不同标题的颜色样式*/

.trip_list_item_middle{
	padding: 0.1rem 0;
}

.trip_list_item_bottom{
	height: 3rem;
	padding: 0.1rem;
	overflow: hidden;
}
.trip_list_item_bottom img{
	display: block;
	width: 100%;
	min-height: 100%;
}
.item_bottom_left{
	float: left;
	width: 32%;
	height: 100%;
	overflow: hidden;
	border-radius: 0.1rem;
	box-shadow: 0.05rem 0.05rem 10px 2px #d0d0d0;
}
.item_bottom_middle{
	float: left;
	height: 100%;
	width: 32%;
	margin: 0 2%;
	overflow: hidden;
	padding: 0 0.1rem;
}
.item_bottom_middle_top{
	width: 100%;
	height: 46%;
	overflow: hidden;
	border-radius: 0.1rem;
	box-shadow: 0.05rem 0.05rem 10px 2px #d0d0d0;
}
.item_bottom_middle_bottom{
	width: 100%;
	height: 46%;
	margin-top: 4%;
	overflow: hidden;
	border-radius: 0.1rem;
	box-shadow: 0.05rem 0.05rem 10px 2px #d0d0d0;
}
.item_bottom_right{
	float: left;
	width: 32%;
	height: 100%;
	overflow: hidden;
	border-radius: 0.1rem;
	box-shadow: 0.05rem 0.05rem 10px 2px #d0d0d0;
}

/*背景图片*/
.f_p_trip_list_bg1{
	position: absolute;
	width: 100%;
	top: 3rem;
	left: 0;
	z-index: -1;
}
.f_p_trip_list_bg2{
	position: absolute;
	width: 100%;
	top: 6rem;
	left: 0;
	z-index: -1;
}
.f_p_trip_list_bg3{
	position: absolute;
	width: 3rem;
	bottom: 5rem;
	right: 0;
	z-index: -1;
}
.f_p_trip_list_bg4{
	position: absolute;
	width: 80%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
