body{
	background: #f4f4f4;
}
.main{
	padding:0;
}
.order-m ul li span{
	display: inline-block;
	padding: 0px;
}
.order-m ul li span.t1, .order-m ul li span.t2, .order-m ul li span.t3, .order-m ul li span.t4, .order-m ul li span.long_name{
	color:#333;
	display: inline;
}
.plr10{
	padding:0 10px;
}
.order-tit-x{
	font-size: 16px;
	padding:10px 0px;
	margin-bottom: 0px;
}
.order-tit-x i{
	background:#0e9ee8;
	width:20px;
	height:20px;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	color:#fff;
	line-height: 20px;
	margin-right:5px;
	font-style: normal;
}
.order-m{
	background-color: #fff;
	position:relative;
	border-bottom: 1px solid #ddd;
}
.order-m ul li{
	width:auto;
	border-bottom: none;
	padding: 0;
	padding-left: 15px;
}
.order-m ul li>a, .order-m .diy_con_from, .diy_con_to, .diy_ok_menu{
	display: block;
	width:100%;
	border-bottom:1px solid #dfdfdf;
	overflow: hidden;
	padding:10px 0px;
	position:relative;
}
.order-m ul li label{
	display: inline-block;
	text-align: left;
	color:#777;
	font-size:14px;

}
.order-m ul li label.label_hd{
	position: relative;
	top:1px;
	left:0px;
}
.order-m ul li span.long_name{
	display: inline-block;
	position: absolute;
	top:6px;
	right:0px;
	width:150px;
	height:40px;
	font-size: 12px;
	word-wrap: break-word;
	vertical-align: middle;
	margin-right: 15px;
	text-align: right;
}
.order-m ul li span.long_name span{
	text-align: left;
	font-size: 12px;
	height:40px;
	-webkit-line-clamp:2;
}
.order-m ul li span.t1, .or_menu_d{
	position:absolute;
	font-size: 14px;
	display: inline-block;
	right:17px;
}
.order-m ul li span.link-icon{
	background: url(../../images/m/index_icons2.png) no-repeat;
	display: inline-block;
	width:9px;
	height:15px;
	background-size: 500px 500px;
	right:3px;
	top:14px;
	position:absolute;
	background-position: -85px -173px;
}
.order-m ul li span.t2{
	font-size: 14px;
	color:#555;
}
.order-m ul li span.t3{
	position:absolute;
	right:18px;
	top:3px;
}
.order-txt{
	width:100%;
}
.order-m ul li span#adult_num, .order-m ul li span#child_num{
	width: auto;
	margin-top: 6px;
}
.order-btn{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width:30px;
	height:27px;
	top:-2px;
	background:url(/static/images/m/index_icons2.png);
	background-size: 500px 500px;
}
.minus-active,.minus-active2{
	background-color: #0e9ee8;
	background-position: -110px -229px;
}

.order-m ul li span input.order-txt-n{
	font-size: 14px;
	border:1px solid #dfdfdf;
	display: inline-block;
	width:30px;
	height:25px;
	text-align: center;
	position: relative;
	top:-1px;
	left:0px;
	margin:auto -5px;
	border-radius: 0px;
	
}
.plus-active,.plus-active2{
	background-color: #0e9ee8;
	background-position: -58px -229px;
}
.minus-disabled{
	background-color: #dfdfdf;
	background-position: -10px -229px;
}
.order-m ul li:last-child a{
	border:none;
}
input[type = 'text'] {
	border:none;
	outline: none;
}
.order-txt{
	border:0px;
	color:#333;
	width:100%;
	font-size: 14px;
	font-family: tahoma,arial;
	position: absolute;
}
.btn{
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
	min-width: 130px;
	overflow: hidden;
	padding: 7px 14px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 2px;
}
.btn-block{
	display: block;
	width:100%;
}
.btn_1{
	background:#ff9100;
}
.mt10{
	margin-top: 10px;
}
.price{
	margin-top:0px;
}
.error_tip,.tourist_error_box{
	font-size: 12px;
	color: #fc413d;
	background-color: #f5dbce;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	border: solid 1px #ffa576;
	display: none;
}