/*predetermined.css*/

/*背景图片*/
.main_bg2{}
.main_bg3{
	margin-top: 5rem;
}

/*预定服务*/
.predetermined{
	position: absolute;
	top: 7.5rem;
	width: 100%;
}
.predetermined_con{
	margin-top: 0.3rem;
	background-color: rgba(255,255,255,0.5);
	height: 13rem;
	box-shadow: 0px 0px 10px 3px #cfcfcf;
	border-radius: 0.1rem;
	padding: 0.2rem;

	position: relative;
}

/*选项*/
.predetermined_con_head{
	width: 80%;
	margin: 0 auto;
	padding: 0.1rem 0;
}
.predetermined_con_head dl{}
.predetermined_con_head dl dd{
	float: left;
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.predetermined_con_head dl dd span{
	display: inline-block;
	overflow: hidden;
	padding: 0.1rem 0.3rem;
	color: #313131;
	font-size: 0.2062rem;
	background: url('../images/p_service_img3.png') no-repeat;
	background-size: 100% 100%;	
}
.predetermined_con_head dl dd.active span{
	background: url('../images/p_service_img4.png') no-repeat;
	background-size: 100% 100%;	
	color: #ffffff;
}
/*predetermined_con_item1*/
.predetermined_con_item1{
	border: 1px solid #3c3c3c;
	border-radius: 0.05rem;
}
.con_item1_top{
	padding: 0.05rem 0.1rem;
}
.con_item1_top_left{
	width: 15%;
	float: left;
	color: #313131;
	font-size: 0.1687rem;
	padding-top: 0.15rem;
}
.con_item1_top_right{
	width: 85%;
	float: left;
}
.con_item1_top_right span{
	display: inline-block;
	margin: 0.1rem;
	font-size: 0.1687rem;
	cursor: pointer;
	padding: 0.05rem 0.2rem;
	border-radius: 0.05rem;
}
.con_item1_top_right span.active{
	background-color: #f13030;
	color: #ffffff;
}
.con_item1_bottom{
	background-color: #313131;
}
.con_item1_bottom dl{
	margin: 0;
	color: #ffffff;
	padding: 0.1rem 0;
}
.con_item1_bottom dl dd{
	display: inline-block;
	padding: 0 0.1rem;
	border-right: 1px solid #7c7c7c;
}
.con_item1_bottom dl dd span{
	padding: 0.05rem 0.3rem 0.05rem 0.2rem;
	font-size: 0.1687rem;
	cursor: pointer;
}
.con_item1_bottom dl dd:nth-child(1) span,.con_item1_bottom dl dd:nth-child(3) span{
	background-size: 0.1687rem;
	background: url('../images/p_service_icon3.png') no-repeat;
	background-position: 90% center;
}
.con_item1_bottom dl dd:nth-child(2) span{
	background-size: 0.1687rem;
	background: url('../images/p_service_icon1.png') no-repeat;
	background-position: 90% center;
}
.con_item1_bottom dl dd.active span{
	padding: 0.05rem 0.3rem 0.05rem 0.2rem;
	background-color: #ffffff;
	color: #313131;
	border-radius: 0.05rem;
}
.con_item1_bottom dl dd:nth-child(1).active span,.con_item1_bottom dl dd:nth-child(3).active span{
	background-size: 0.1687rem;
	background: #ffffff url('../images/p_service_icon4.png') no-repeat;
	background-position: 90% center;
}
.con_item1_bottom dl dd:nth-child(2).active span{
	background-size: 0.1687rem;
	background: #ffffff url('../images/p_service_icon2.png') no-repeat;
	background-position: 90% center;
}

/*加载的内容*/
.predetermined_con_item2{
	margin-top: 0.3rem;
}
.con_item2_item{
	width: 31.33%;
	height: 3rem;
	background: #eeeeee url('../images/p_service_icon5.png') no-repeat;
	background-position: 95% bottom;
	background-size: 20% 20%;
	border-radius: 0.1rem;
	margin: 0.15rem 1%;
	box-shadow: 1px 1px 10px 2px #cfcfcf;
	padding: 0.15rem;
	float: left;
	text-align: center;
}
.con_item2_item>a{
	text-decoration: none;
	color: black;
	display: block;
	height: 100%;
}
.con_item2_item_img{
	height: 2rem;
	overflow: hidden;
	border-radius: 0.15rem;
}
.con_item2_item_img>img{
	display: block;
	width: 100%;
}
.con_item2_item_span{
	display: block;
	width: 80%;
	height: 2px;
	background-color: #cdcdcd;
	margin: 0.05rem auto 0;
}
.con_item2_item_intro{
	text-align: center;
	line-height: 0.3rem;

	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.con_item2_item_price{
	display: inline-block;
	padding: 0.05rem 0.2rem;
	background: url('../images/p_service_img6.png') no-repeat;
	background-size: 100% 100%;
	color: #fffefe;
	margin: 0 auto;
	font-size: 0.2062rem;
}


/*分页*/
.paging{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}
.paging dl{
	display: inline-block;
	margin: 0 0.1rem 20px;


}
.paging dl dd{
	display: inline-block;

}
.paging dl dd{
	display: inline-block;
	border: 1px solid black;
	text-decoration: none;
	padding: 0.01rem 0.1rem;
	border-radius: 0.05rem;
}
.paging dl dd.active{
	background-color: black;
	color: white;
}