body{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	line-height: 1.5;
	color: #333333;
	font-size: 14px;
}
ul,li,a,h3,h4,p{
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.gp_content{
	max-width: 750px;
	margin: auto;
	padding-bottom: 80px;
	position: relative;
}
.gp_infoList>li{
	overflow: hidden;
	border-bottom: 1px dashed #d9d9d9;
	padding: 0 10px;
}
.gp_infoList>li:last-child{
	border: 0;
}
.gpl_left{
	display: block;
	float: left;
	color: #808080;
	line-height: 60px;
}
.gpl_right{
	margin-left: 80px;
}
.gpl_name{
	font-size: 18px;
	line-height: 60px;
}
.gpl_price{
	line-height: 60px;
	color: #f02f22;
	font-size: 18px
}
.gpl_time{
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 5px;
}
.gpl_time li{
	float: left;
	line-height: 28px;
	padding: 0 4px;
	background-color: #f5f5f5;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
	/*border:1px solid #F5F5F5;*/
}
.gpl_time li i{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/gp_icons.png) 0 0 no-repeat;
	display: none;
}
.gp_title{
	width: 100%;
	background-color: #f0f0f0;
}
.gp_title span{
	display: block;
	padding: 0 10px;
	line-height: 50px;
}
.gp_detail{
	padding: 20px 10px;
	line-height: 2;
	font-size: 16px;
}
.gp_remind{
	padding: 0 10px;
	margin-bottom: 20px;
}
.gp_addr{
	padding: 20px 10px;
}
.gp_addr li{
	overflow: hidden;
	padding: 10px 0;
}
.gpa_left{
	display: block;
	float: left;
	color: #808080;
	line-height: 40px;
	
}
.gpa_right{
	margin-left: 80px;
	background-color: #F5F5F5;
	height: 40px;
	position: relative;
}
.gpa_right input{
	/*display: block;*/
	border: none;
	height: 40px;
	width: 100%;
	padding: 0;
	background-color: #F5F5F5;
}
.gpa_right input.gp_phone{
	width: 100px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #5fc2d1;
	font-size: 16px;
	color: #FFFFFF;
	border-left: 4px solid #FFFFFF;
}
.gp_pay li{
	overflow: hidden;
	padding: 20px 10px;
	border-bottom: 1px dashed #d9d9d9;
	line-height: 26px;
	position: relative;
}
.gp_pay li:last-child{
	border: 0;
}
.gp_pay li i{
	display: block;
	float: left;
	width: 40px;
	height: 28px;
	background-image: url(../img/gp_icons.png);
	background-repeat: no-repeat;
	background-position: 0 -18px;
}
.gp_pay li input{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 21px;
}
.gp_total{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #D9D9D9;
	background-color: #FFFFFF;
	/*margin-bottom:46px;*/
}
.gp_total span,.gp_total strong{
	display: block;
	float: left;
	line-height: 40px;
}
.gp_total span{
	margin-left: 10px;
}
.gp_total strong{
	font-size: 18px;
	color: #F02F22;
}
.gp_total input{
	display: block;
	float: right;
	padding: 0 30px;
	height: 40px;
	background-color: #cc372d;
	color: #FFFFFF;
	font-size: 18px;
	border: none;
}
.liClass, liClass1
{
border: #f52648 1px solid;
    margin-right: 5px;
    background-color: red;
}

.liClass
{
	border: 1px solid red;
}
.liClass1
{
	border: 1px solid red;
}
.gpl_time li
{
	cursor:pointer;
}

