/*旅游产品*/
.tour{
	margin-bottom:75px;
	width:100%;
}
.tour .hd{
	background:#02baf3;
	border-radius:8px;
	margin:15px 10px;
	padding:2px;
}
.tour .hd ul{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.tour .hd ul li{
	background:#fff;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	color:#02baf2;
	font-size:1.6em;
	height:40px;
	line-height:40px;
	margin-left:2px;
	text-align:center;
	vertical-align:top;
}
.tour .hd ul li.current{
	background:#02baf3;
	color:#fff;
}
.tour .hd ul li:first-child{
	border-radius:6px 0 0 6px;
	margin-left:0;
}
.tour .hd ul li:last-child{ border-radius:0 6px 6px 0;}
.tour .bd{
	margin:15px auto 10px;
	overflow:hidden;
}
.wrap_search{
	background:#fff;
	border-bottom:solid 1px #ccc;
	padding:10px 10px 0;
}
.search{
	background:#fe932b;
	border-radius:3px;
	height:41px;
	margin-bottom:15px;
	padding:2px;
}
.search .inner{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;	
}
.search .inner .text_input{
	background:#fff url(../images/icon_search2.jpg) no-repeat 10px center;
	border:none;
	border-radius:2px 0 0 2px;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	display:block;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:41px;
	line-height:normal;
	padding-left:45px;
	vertical-align:middle;
}
.search .inner span{
	display:block;
	color:#fff;
	font-size:2em;
	line-height:41px;
	text-align:center;
	text-shadow:3px 2px 1px #b65a00;
	width:80px;
}
.tour .bd .hot_desti{
	border-bottom:solid 1px #fff;
	margin-bottom:10px;
}
.tour .bd .hot_desti ul{
	border-bottom:solid 1px #dedede;
	overflow:hidden;
	width:100%;
}
.tour .bd .hot_desti ul li{
	float:left;
	width:25%;
}
.tour .bd .hot_desti ul li a{
	background:#fff;
	border:solid 1px #ddd;
	color:#555;
	display:block;
	font-size:1.6em;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 0;
	text-align:center;
}
.tour .bd .hot_desti ul li:nth-child(4n) a{ margin-right:0;}
.tour .bd .hot_desti ul li .more{
	color:#08c;
 	font-family:Arial;
}
.tour .bd .theme_sort{ width:100%;}
.tour .bd .theme_sort .title{
	color:#333;
	font-size:1.8em;
}
.tour .bd .theme_sort ul{ overflow:hidden;}
.tour .bd .theme_sort ul li{
	float:left;
	height:40px;
	line-height:40px;
	margin-top:10px;
	text-align:center;
	vertical-align:top;
	width:33.3%;
}
.tour .bd .theme_sort ul li a{
	background:#f90;
	color:#fff;
	display:block;
	font-family:微软雅黑;
	font-size:14px;
 	margin-right:10px;
	overflow:hidden;
	zoom:1;
}
.tour .bd .theme_sort ul li:nth-child(3n+1) a{ background:#5ec9b3;}
.tour .bd .theme_sort ul li:nth-child(3n+2) a{ background:#faa066;}
.tour .bd .theme_sort ul li:nth-child(3n) a{
	background:#ef88a1;
	margin-right:0px;
}
.tour .bd .theme_sort ul li .more{ font-family:Arial;}
.tour .bd .item{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:5px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.tour .bd .item .pic{ padding:8px 8px 5px 8px;}
.tour .bd .item .pic img{
	height:100%;
	width:100%;
}
.tour .bd .item .word{
	color:#f60;
	font-size:1.8em;
	height:22px;
	line-height:22px;
	overflow:hidden;
	margin-bottom:5px;
	padding:0 8px;
	text-align:center;
}
@media screen and (min-width:320px) and (max-width:359px){
	.tour .bd{ width:300px;}
	.tour .bd .item:nth-child(even){ margin-right:0px;}
	.tour .bd .item .pic{
		height:100px;
		width:127px;
	}
	.tour .bd .item .word{ width:127px;}
	.visa_list .hd{ width:300px;}
	.visa_list .bd{ width:300px;}
	.visa_list .bd .item:nth-child(even){ margin-right:0px;}
	.visa_list .bd .item .pic{
		height:100px;
		width:145px;
	}
	.visa_list .bd .item .word{ width:136px;}
	
	/*线路品牌*/
	.brand{
		margin:20px auto 70px;
		overflow:hidden;
		width:300px;
	}
	.brand .hd{
		background:#eee;
		color:#666;
		font-size:2em;
		height:40px;
		line-height:40px;
		margin-bottom:20px;
		padding-left:10px;
	}
	.brand .hd a{
		color:#666;
		font-size:0.8em;
		float:right;
		margin-right:5px;
	}
	.brand .inner{ width:310px;}
	.brand .item{
		float:left;
		padding-right:10px;
		padding-bottom:20px;
		width:145px;
	}
	.brand .item .pic{
		background:#fff;
		border:solid 1px #ddd;
		height:65px;
		padding:1px;
		width:141px;
	}
	.brand .item .pic img{
		height:100%;
		vertical-align:top;
		width:100%;
	}
	.brand .item .word{
		color:#666;
		font-size:1.6em;
		overflow:hidden;
		padding-top:8px;
		text-align:center;
	}
}
@media screen and (min-width:360px) and (max-width:479px){
	.tour .bd{ width:340px;}
	.tour .bd .item:nth-child(even){ margin-right:0px;}
	.tour .bd .item .pic{
		height:120px;
		width:147px;
	}
	.tour .bd .item .word{ width:147px;}
	.visa_list .hd{ width:340px;}
	.visa_list .bd{ width:340px;}
	.visa_list .bd .item:nth-child(even){ margin-right:0px;}
	.visa_list .bd .item .pic{
		height:114px;
		width:165px;
	}
	.visa_list .bd .item .word{ width:156px;}
	
	/*线路品牌*/
	.brand{
		margin:20px auto 70px;
		overflow:hidden;
		width:340px;
	}
	.brand .hd{
		background:#eee;
		color:#666;
		font-size:2.2em;
		height:40px;
		line-height:40px;
		margin-bottom:20px;
		padding-left:10px;
	}
	.brand .hd a{
		color:#666;
		font-size:0.6em;
		float:right;
		margin-right:5px;
	}
	.brand .inner{ width:350px;}
	.brand .item{
		float:left;
		padding-right:10px;
		padding-bottom:20px;
		width:165px;
	}
	.brand .item .pic{
		background:#fff;
		border:solid 1px #ddd;
		height:65px;
		padding:1px;
		width:161px;
	}
	.brand .item .pic img{
		height:100%;
		vertical-align:top;
		width:100%;
	}
	.brand .item .word{
		color:#666;
		font-size:1.6em;
		overflow:hidden;
		padding-top:8px;
		text-align:center;
	}
}
@media screen and (min-width:480px){
	.tour .bd{ width:458px;}
	.tour .bd .item:nth-child(3n){ margin-right:0px;}
	.tour .bd .item .pic{
		height:117px;
		width:128px;
	}
	.tour .bd .item .word{ width:128px;}
	.visa_list .hd{ width:460px;}
	.visa_list .bd{ width:460px;}
	.visa_list .bd .item:nth-child(even){ margin-right:0px;}
	.visa_list .bd .item .pic{
		height:155px;
		width:225px;
	}
	.visa_list .bd .item .word{ width:217px;}
	
	/*线路品牌*/
	.brand{
		margin:20px auto 70px;
		overflow:hidden;
		width:460px;
	}
	.brand .hd{
		background:#eee;
		color:#666;
		font-size:2.4em;
		height:40px;
		line-height:40px;
		margin-bottom:20px;
		padding-left:10px;
	}
	.brand .hd a{
		color:#666;
		font-size:0.6em;
		float:right;
		margin-right:5px;
	}
	.brand .inner{ width:471px;}
	.brand .item{
		float:left;
		padding-right:11px;
		padding-bottom:20px;
		width:146px;
	}
	.brand .item .pic{
		background:#fff;
		border:solid 1px #ddd;
		height:65px;
		padding:1px;
		width:142px;
	}
	.brand .item .pic img{
		height:100%;
		vertical-align:top;
		width:100%;
	}
	.brand .item .word{
		color:#666;
		font-size:1.6em;
		overflow:hidden;
		padding-top:8px;
		text-align:center;
	}
}

/*旅游产品列表*/
.list_search{
	background:#f0f0f0 url(../images/icon_dw3.png) no-repeat 10px center;
	border-radius:3px;
	margin:15px 10px;
	padding:10px 10px 10px 30px;
}
.list_search span{
	background:url(../images/icon_list2.png) no-repeat right center;
	color:#666;
	display:block;
	font-size:1.6em;
	padding-right:10px;
}
.tour_title{
	border-bottom:solid 1px #d0d4d8;
	padding:0 10px 15px;
}
.tour_title p{
	border-left:solid 4px #00ace6;
	color:#00ace6;
	font-size:1.8em;
	height:20px;
	line-height:20px;
	padding-left:10px;
}
.tour_search{
	padding-bottom:60px;
	position:relative;
	top:-2px;
}
.tour_filter{ background:#ededed;}
.tour_filter ul{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	height:45px;
	line-height:45px;
	width:100%;
}
.tour_filter ul li{
	border-right:solid 1px #d0d4d8;
	border-bottom:solid 1px #d0d4d8;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	color:#333;
	font-size:1.6em;
	text-align:center;
}
.tour_filter ul li:last-child{ border-right:none;}
.tour_filter ul .current{
	background:#fff;
	border-bottom:solid 1px #fff;	
}
.tour_filter ul li .price{
	background:url(../images/icon_arrow2.png) no-repeat right center;
	background-size:20px 13px;
	padding-right:22px;
}
.tour_filter ul li .sort{
	background:url(../images/icon_sort.png) no-repeat right center;
	background-size:17px 14px;
	padding-right:21px;
}
.tour_search .shade{
	background:rgba(0,0,0,0.6);
	bottom:0px;
	display:none;
	font-size:0;
	height:100%;
	position:absolute;
	top:46px;
	width:100%;
	z-index:99999;
}
.ticket_filter{
	background:#b3b2b2;
	border-radius:5px;
	margin:15px 10px;
	padding:1px;
}
.ticket_filter ul{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.ticket_filter ul li{
	background:#fff;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	color:#ff8f32;
	font-size:1.6em;
	height:40px;
	line-height:40px;
	margin-left:1px;
	text-align:center;
	vertical-align:top;
}
.ticket_filter ul li.current{
	background:#f0f0f0;
	color:#666;
}
.ticket_filter ul li:first-child{
	border-radius:4px 0 0 4px;
	margin-left:0;
}
.ticket_filter ul li:last-child{ border-radius:0 4px 4px 0;}
.ticket_filter ul li .price{
	background:url(../images/icon_arrow2.png) no-repeat right center;
	background-size:20px 13px;
	padding-right:25px;
}
.ticket_filter ul li .sort{	
	background:url(../images/icon_sort.png) no-repeat right center;
	background-size:17px 14px;
	padding-right:21px;
}
.ticket_filter2{ margin:15px 10px 0;}
.ticket_filter2 .box{
	background:#fff;
	border:solid 1px #cfcfcf;
	border-top:none;
	height:50px;
	line-height:50px;
	padding:0 10px 0 10px;
}
.ticket_filter2 .box:first-child{
	border-top:solid 1px #cfcfcf;
	border-radius:10px 10px 0 0;
	color:#f60;
	font-size:1.8em;
}
.ticket_filter2 .box:last-child{
	border-bottom:solid 1px #cfcfcf;
	border-radius:0 0 10px 10px;
}
.ticket_filter2 .box .item{	
	color:#666;
	font-size:1.6em;
}
.ticket_filter2 .box .current{
	background:url(../images/icon_okchoose1.png) no-repeat right center;
	background-size:30px 30px;
	color:#f60;
}
.ticket_filter2 .box .item em{ font-family:Arial;}

/*筛选浮层*/
.shaixuan_popup{
	background:#f0f0f0;
	display:none;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:100%;
	z-index:99999;	
}
.shaixuan_popup .inner{
	display:table;
	width:100%;
}
.shaixuan_popup .left{
	display:table-cell;
	width:100px;
}
.shaixuan_popup .left li{
	border-bottom:solid 1px #d9d9d9;
	color:#666;
	font-size:1.6em;
	height:50px;
	line-height:50px;
	text-align:center;
}
.shaixuan_popup .left li.current{
	background:#fff;
	margin-right:-1px;
	position:relative;
}
.shaixuan_popup .right{
	background:#fff;
	border-left:solid 1px #d9d9d9;
	display:table-cell;
	padding-left:10px;
}
.shaixuan_popup .right .box{
	background:#fff;
	border-bottom:solid 1px #ddd;
	height:50px;
	line-height:50px;
	padding:0 10px 0 30px;
}
.shaixuan_popup .right .box:last-child{ border-bottom:none;}
.shaixuan_popup .right .box .item{
	color:#666;
	font-size:1.6em;
}
.shaixuan_popup .right .box .current{
	background:url(../images/icon_okchoose1.png) no-repeat right center;
	background-size:30px 30px;
	color:#f60;
}
.shaixuan_popup .right .box .item em{ font-family:Arial;}
.shaixuan_popup .right h3{
	color:#ff7f00;
	font-size:1.6em;
	line-height:45px;
	padding-left:10px;
}
.shaixuan_popup .right .wrap_input{
	border:solid 1px #e0e0e0;
	border-radius:2px;
	margin:0 20px 10px 10px;
}
.shaixuan_popup .right .wrap_input .text_input{
	background:#fff;
	border:none;
	border-radius:0;
	color:#999;
	font-family:Microsoft YaHei;
	font-size:1.4em;
	height:33px;
	line-height:normal;
	text-indent:10px;
	vertical-align:top;
	width:100%;
}
.filter_popup{
	display:none;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	width:100%;
	z-index:99999;
}
.filter_popup .box{
	background:#fff;
	border-bottom:solid 1px #ddd;
	height:50px;
	line-height:50px;
	padding:0 10px 0 30px;
}
.filter_popup .box .item{
	color:#666;
	font-size:1.6em;
}
.filter_popup .box .current{
	background:url(../images/icon_okchoose1.png) no-repeat right center;
	background-size:30px 30px;
	color:#f60;
}
.filter_popup .box .item em{ font-family:Arial;}
.filter_popup2{	
	display:none;
	margin-left:10px;
	position:absolute;
	top:128px;
	z-index:99999;
}
.filter_popup2 .box{
	background:#fff;
	border:solid 1px #cfcfcf;
	border-top:none;
	height:50px;
	line-height:50px;
	padding:0 10px 0 30px;
}
.filter_popup2 .box:first-child{
	border-top:solid 1px #cfcfcf;
	border-radius:5px 5px 0 0;
}
.filter_popup2 .box:last-child{
	border-bottom:solid 1px #cfcfcf;
	border-radius:0 0 5px 5px;
}
.filter_popup2 .box .item{	
	color:#666;
	font-size:1.6em;
}
.filter_popup2 .box .current{
	background:url(../images/icon_okchoose1.png) no-repeat right center;
	background-size:30px 30px;
	color:#f60;
}
.filter_popup2 .box .item em{ font-family:Arial;}
.tour_list{ padding:10px 10px 15px;}
.tour_list .item{
	border-top:solid 1px #d1d1d1;
	overflow:hidden;
	padding:15px 0;
}
.tour_list .item:first-child{
	border-top:none;
	padding-top:0;
}
.tour_list .item .pic{
	float:left;
	height:100px;
	overflow:hidden;
	position:relative;
	width:125px;
}
.tour_list .item .pic img{
	border-radius:2px;
	height:100%;
	width:100%;
}
.tour_list .item .pic .type{
	background:rgba(0,0,0,0.4);
	color:#fff;
	font-size:1.16em;
	position:absolute;
	left:-25px;
	top:0;
	height:25px;
	line-height:25px;
	text-indent:22px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	width:100px;
}
.tour_list .item .word{
	padding-left:135px;
	text-align:left;
}
.tour_list .item .word .name{
	color:#0053aa;
	font-size:1.4em;
	line-height:20px;
	margin-bottom:5px;
	max-height:40px;
	overflow:hidden;
}
.tour_list .item .word .name i{
	background:#ff7f00;
	border-radius:3px;	
	color:#fff;
	display:inline-block;
	font-style:normal;
	margin-right:5px;
	padding:0 5px;
}
.tour_list .item .word .name strong{ color:#737373;}
.tour_list .item .word .price{
	color:#666;
	font-size:1.4em;
	margin-bottom:5px;
	text-align:right;
	overflow:hidden;
}
.tour_list .item .word .price dfn{
	color:#ff7800;
	font-family:Arial;
	font-size:1.2em;
}
.tour_list .item .word .price strong{
	color:#ff7800;
	font-family:Arial;
	font-size:1.6em;
	padding-right:3px;
}
.tour_list .item .word .price span{
	background:#8ccc33;
	border-radius:3px;
	color:#fff;
	font-size:0.8em;
	float:left;
	margin-top:3px;
	padding:3px 5px;
	text-align:center;
}
.tour_list .item .word .price em{
	color:#666;
	font-size:1em;
	float:left;
	margin-top:3px;
	padding:3px 5px;
	text-align:center;
}
.tour_list .item .word .tag{ overflow:hidden;}
.tour_list .item .word .tag b{
	border-radius:2px;
	color:#fff;
	float:left;
	font-size:1.2em;
	font-weight:normal;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
	margin-right:5px;
	text-align:center;
	width:60px;
}
.tour_list .item .word .tag b:nth-child(1){ background:#ff4c79;}
.tour_list .item .word .tag b:nth-child(2){ background:#ffa200;}
.tour_list .item .word .tag b:nth-child(3){ background:#87d936;}
.tour_list .item .word .tag b:nth-child(4){ background:#33bbff;}
.tour_list .item .word .date{
	color:#666;
	font-size:1.4em;
}
.tour_list .item .word .date a{
	color:#0053aa;
	padding-left:8px;	
}
.tour_list .item .word .date dfn{
	color:#ff7800;
	font-family:Arial;
	font-size:1.2em;
}
.tour_list .item .word .date strong{
	color:#ff7800;
	font-family:Arial;
	font-size:1.6em;
	padding-right:3px;
}
.tour_list .item .word .date span{
	float:left;
	line-height:26px;
}
.tour_list .item p{
	clear:both;
	color:#666;
	font-size:1.2em;
	line-height:20px;
	padding-top:6px;
}

/*暂无产品*/
.no_product{
	display:none;
	text-align:center;
}
.no_product h4{
	color:#666;
	font-size:2.8em;
}
.no_product p{
	color:#f60;
	font-size:1.8em;
	padding-top:15px;
}
.no_product p a{ color:#f60;}

/*线路详细*/
.focus2{
	height:200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	width:320px;
}
.focus2 .wrappic{
	height:100%;
 	width:100%;
	overflow:hidden;
	position:relative;
}
.focus2 ol{	
	left:0;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:9999px;
}
.focus2 ol li{
	float:left;
	height:100%;
	width:100%;
}
.focus2 ol li img{
	height:100%;
	width:100%;
	vertical-align:top;
}
.tour_detail{ padding:0 0 80px;}
.tour_detail .hd{
	background:#fff;
	color:#f60;
	font-size:1.8em;
	line-height:22px;
	padding:10px 10px 0 10px;
}
.tour_detail .hd .inner{
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:8px;
}
.tour_detail .hd i{
	background:#ff7f00;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    font-style:normal;
    margin-left:5px;
    padding:0 5px;
}
.tour_detail .integral_profit{
	background:#fff;
	border-bottom:solid 1px #d9d9d9;
	margin-bottom:15px;
	padding:10px 10px 0;
}
.tour_detail .integral_profit p{
	color:#ff6a00;
	font-size:2.2em;
	font-family:Arial;
	padding-bottom:10px;
	overflow:hidden;
}
.tour_detail .integral_profit p label{
	color:#999;
	display:block;
	float:left;
	font-family:Microsoft YaHei;
	font-size:0.6em;
	height:23px;
	width:80px;
	line-height:23px;
	text-align:right;
}
.tour_detail .integral_profit p span{
	display:block;
	margin-left:80px;
}
.tour_detail .integral_profit p span dfn{ font-size:0.6em;}
.tour_detail .integral_profit p span strong{
	color:#666;
	font-size:0.6em;
}
.tour_detail .integral_profit i{
	color:#999;
	display:inline-block;
	height:23px;
	line-height:23px;
	float:left;
	font-size:0.7em;
	font-style:normal;	
}
.tour_detail .integral_profit p span a{
	border:solid 1px #ff6a00;
	color:#ff6a00;
	display:inline-block;
	font-size:0.6em;
	font-family:Microsoft YaHei;
	height:20px;
	width:60px;
	line-height:20px;
	text-align:center;
	vertical-align:top;
}
.tour_detail .integral_profit p span em{
	color:#f00;
	display:block;
	font-size:0.6em;
	font-family:Microsoft YaHei;
	padding-top:5px;
}
.tour_detail .base_info{
	background:#fff;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	margin:0 auto;
	padding:12px 10px 0;
	margin-bottom:15px;
}
.tour_detail .base_info p{
	color:#999;
 	font-family:Microsoft YaHei;	
	font-size:1.4em;
	padding-bottom:8px;
	overflow:hidden;
}
.tour_detail .base_info p label{
	display:block;
	float:left;
	width:85px;
	text-align:right;	
}
.tour_detail .base_info p strong{
	color:#4c4c4c;
	display:block;
	margin-left:85px;
}
.departure_date{
	background:#fff;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	color:#666;
	font-size:1.4em;
	margin-bottom:15px;
	padding:0 10px 10px;
}
.departure_date p{
	background:url(../images/icon_dateright.png) no-repeat right center;
	border-bottom:1px solid #d9d9d9;
	font-size:1.2em;
	height:50px;
	line-height:50px;
}
.departure_date ul{ padding:0.3em 0;}
.departure_date ul li{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	padding:0.7em 0.25em 0 0.25em;
	width:25%;
}
.departure_date ul li dl{
	background:#f5f5f5;
	border:solid 1px #b3b3b3;
	border-radius: 0.2em;
	color:#838383;
	display:box;
	display:-webkit-box;
	display:-moz-box;
	line-height:18px;
	padding:0.3em 0;
	text-align:center;
}
.departure_date ul li dl dt{
	border-right:1px solid #b3b3b3;
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
}
.departure_date ul li dl dd{
	color:#ff9000;
	width:30%;
}
.departure_date ul li dl span{
	display:block;
	font-size:0.8em;
}
.departure_date ul li dl .date{
	color:#333;
	font-size:0.9em;
}
.departure_date ul li dl .num{ padding-top:0.3em;}
.departure_date ul li.current dl{
	background:#ff9000;
	border:solid 1px #ff9000;
}
.departure_date ul li.current dl dt{ border-right:1px solid #fff;}
.departure_date ul li.current dl span{ color:#fff;}
.departure_date ul li.current dl .date{ font-weight:bold;}
.departure_date ul li .more{
	background:#f5f5f5;
	border:solid 1px #b3b3b3;
	border-radius: 0.2em;
	color:#838383;
	padding:0.3em 0;
	text-align:center;
}
.departure_date ul li .more span{
	display:block;
	line-height:18px;
	width:100%;
}
.departure_date ul li .more span:last-child{ padding-top:0.3em;}
.tour_detail .sign{ margin-bottom:10px;}
.tour_detail .sign .one{
	background:#f80;
	color:#fff;	
	font-size:1.4em;
	margin-right:5px;
	padding:3px 6px;
}
.tour_detail .sign .one em{ font-family:Arial;}
.tour_detail .sign .two{
	background:#32b16c;
	color:#fff;
	font-size:1.4em;
	padding:3px 6px;
}
.tour_detail .menu_detail{
	border-top:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	overflow:hidden;
}
.tour_detail .menu_detail .box{
	background:#f0f0f0;
	border-bottom:solid 1px #d3d3d3;
	color:#666;
	font-size:1.8em;
	height:54px;
	line-height:54px;
	padding:0 10px;
}
.tour_detail .menu_detail .box .item{
	background:url(../images/icon_arrow3.png) no-repeat right center;
	background-size:18px 10px;
	height:55px;
	overflow:hidden;
}
.tour_detail .menu_detail .box .current{
	background:url(../images/icon_arrow4.png) no-repeat right center;
	background-size:18px 10px;
	height:50px;
	overflow:hidden;
}
.tour_detail .menu_detail .box .item .icon1{ background:url(../images/icon_detail.png) no-repeat center -70px;}
.tour_detail .menu_detail .box .item .icon2{ background:url(../images/icon_detail.png) no-repeat center -245px;}
.tour_detail .menu_detail .box .item .icon3{ background:url(../images/icon_detail.png) no-repeat center -105px;}
.tour_detail .menu_detail .box .item .icon4{ background:url(../images/icon_detail.png) no-repeat center -210px;}
.tour_detail .menu_detail .box .item .icon5{ background:url(../images/icon_detail.png) no-repeat center -175px;}
.tour_detail .menu_detail .box .item .icon6{ background:url(../images/icon_detail.png) no-repeat center -280px;}
.tour_detail .menu_detail .box .item .icon7{ background:url(../images/icon_detail.png) no-repeat center -315px;}
.tour_detail .menu_detail .box .item .icon8{ background:url(../images/icon_detail.png) no-repeat center -140px;}
.tour_detail .menu_detail .box .item .icon9{ background:url(../images/icon_detail.png) no-repeat center -350px;}
.tour_detail .menu_detail .box .item span{
	border-radius:50px;
	float:left;
	height:25px;
	margin-top:15px;
	width:25px;
}
.tour_detail .menu_detail .box .item label{	
	float:left;
	line-height:55px;
	padding-left:8px;
}
.tour_detail .menu_detail .box .item strong{
	color:#f60;
	font-family:Arial;
	padding-left:30px;
}
.total{
	bottom:0;
	left:0;
	position:fixed;
	width:100%;
	z-index:99999;
}
.total .inner{
	line-height:50px;
	height:50px;
}
.total .call{
	background:#fff;
	border-top:1px solid #d9d9d9;
	color:#fff;
	float:left;
	font-size:2em;
	text-align:center;
	width:50%;
	height:49px;
}
.total .call strong{
	background:url(../images/icon_tel2.png) no-repeat left 15px;
	color:#f60;
	display:inline-block;
	margin-right:5px;
	padding-left:30px;
}
.total .call strong dfn{ font-size:0.8em;}
.total .btn_buy{
	background:#ff6a00;
	border-radius:0;
	border:none;
	color:#fff;
	cursor:pointer;
	float:right;
	font-family:Microsoft YaHei;
	font-size:2em;
	height:50px;
	line-height:50px;
	width:50%;	
}

/*行程安排*/
.stroke{
	background:#fff;
	border-bottom:solid 1px #d3d3d3;
	color:#555;
	font-size:14px;
	line-height:22px;
	padding:10px;
}
.stroke .day{
	background:#2fc0f1;
	border-radius:20px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	margin-bottom:10px;
	padding:0 15px;
}
.stroke .place{
	color:#404040;
	font-size:1.2em;
	font-family:Microsoft YaHei;
	padding-bottom:5px;	
}
.stroke .day span{
	font-family:Arial;
	padding:0 3px;
}
.stroke ul{
	margin:20px 0 0;
	overflow:hidden;
}
.stroke ul li{
	float:left;
	width:50%;
	margin-bottom:10px;
}
.stroke ul li span{ display:block;}
.stroke ul li:nth-child(2n+1) span{ margin-right:5px;}
.stroke ul li:nth-child(2n+2) span{ margin-left:5px;}
.stroke .title{ border-bottom:solid 2px #d3d3d3;}
.stroke .title span{
	border-bottom:solid 2px #f80;
	bottom:-2px;
	color:#f60;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
.stroke .tip{
	color:#f60;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}
.stroke .tip span{ color:#f00;}
.stroke img{ vertical-align:top;}

/*出发班期*/
.tour_detail .calendar{
	background:#fff;
	border-top:solid 1px #d3d3d3;
}
.tour_detail .calendar .word{
	color:#f00;
	font-size:1.6em;
	padding:10px;
}
.calendar h3{
	background:#e7f5ff;
	border-bottom:solid 1px #d6d6d6;
	color:#333;
	font-size:1.8em;
	height:45px;
	line-height:45px;
	text-align:center;
}
.calendar .sheet{
	padding-bottom:8px;
	width:100%;
}
.tour_detail .calendar .sheet:last-child{ padding-bottom:0;}
.calendar .sheet th{
	background:#eee;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #d6d6d6;
	color:#666;
	font-size:1.6em;
	height:31px;
	line-height:31px;
	text-align:center;
}
.calendar .sheet td{
	background:#eee;
	border:solid 1px #fff;
	color:#666;
	font-family:Arial;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;	
	height:50px;
	line-height:50px;
	vertical-align:top;	
}
.calendar .sheet .end,.calendar .sheet .today{ color:#f60;}
.calendar .sheet .today{
	font-family:Microsoft YaHei;
	font-size:1.4em;
}
.calendar .sheet .ban{ color:#d5d5d5;}
.calendar .sheet td .seat{
	color:#f00;
	font-family:Arial;
	font-size:0.7em;
	font-weight:normal;
	margin-top:-25px;
}
.calendar .sheet td .price{
	color:#f60;
	font-weight:normal;
	text-align:center;
	margin-top:-25px;
	white-space:nowrap;
}
.calendar .sheet td .price dfn{ font-size:0.6em;}
.calendar .sheet td .price strong{ font-size:0.7em;}
.calendar .sheet .current{
	background:#f90;
	color:#fff;
}
.calendar .sheet .current .price{ color:#fff;}

/*订单信息*/
.order_msg{
	background:#fdfdec;
	box-shadow:0 1px 2px 0px rgba(0,0,0,0.3);
}
.order_msg .title{
	color:#333;
	font-size:1.6em;
	line-height:22px;
	padding:10px 10px 5px;
}
.order_msg .price{
	color:#333;	
	font-size:1.6em;
	padding:0 10px 10px;
}
.order_msg .price dfn{
	color:#f60;
	font-family:Arial;
	font-size:1em;
}
.order_msg .price strong{
	color:#f60;
	font-family:Arial;
	font-size:1.2em;
}
.order_msg .price span{ font-size:0.8em;}
.order_msg .item{
	border-top:dotted 1px #ccc;
	overflow:hidden;
	padding:10px;
}
.order_msg .item .left{
	color:#f60;
	float:left;
	line-height:30px;
	font-size:2em;
}
.order_msg .item .right{
	background:url(../images/icon_ljt.png) no-repeat left center;
	background-size:19px 24px;
	color:#068000;
	font-size:1.6em;
	float:right;
	height:30px;
	line-height:30px;
	padding-left:25px;
	width:100px;
}

/*产品信息*/
.product_msg,.tourist_msg,.contacts_msg{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:8px;
	box-shadow:1px 1px 1px 0px #fff;
	margin-left:8px;
	margin-right:8px;
}
.product_msg .title,.tourist_msg .title,.contacts_msg .title{
	background:#f8f8f8;
	border-radius:8px 8px 0 0;
	color:#444;
	font-size:1.8em;
	height:37px;
	line-height:37px;
	text-indent:15px;
}
.product_msg .box{
	border-top:solid 1px #ccc;	
	padding:10px;
}
.product_msg .box .item{
	background:url(../images/entry.png) no-repeat right center;
	background-size:10px;
	overflow:hidden;
}
.product_msg label{
	color:#666;
	font-size:1.6em;
	float:left;
	width:80px;
}
.product_msg .box .item strong{
	color:#f60;
	font-family:Arial;
	font-size:1.6em;
}
.product_msg .person{
	border-top:solid 1px #ccc;
	overflow:hidden;
	padding:10px;
}
.product_msg .person span{
	color:#fff;
	float:left;
	font-family:Arial;
	font-size:2.2em;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	width:26px;
}
.product_msg .person .reduce{ background:#9a9a9a;}
.product_msg .person .plus{ background:#ff9036;}
.product_msg .person .text_input{
	background:#fff;
	border:solid 1px #bbb;
	border-radius:0;
	color:#333;
	float:left;
	font-family:Arial;
	font-size:1.8em;
	height:24px;
	line-height:normal;
	text-align:center;
	margin:0 6px;
	width:60px;
}
.product_msg .place{
	border-top:solid 1px #ccc;
	overflow:hidden;
	padding:10px;
}
.product_msg .place .text_input{
	background:#fff;
	border:solid 1px #bbb;
	border-radius:0;
	color:#333;
	float:left;
	font-family:Arial;
	font-size:1.8em;
	height:24px;
	line-height:normal;
	text-align:center;
	width:70px;
}
.product_msg .place strong{
	color:#f60;
	font-family:Arial;
	font-size:1.6em;
	line-height:26px;
	padding-left:5px;
}
.product_msg .place .choose_select{
	background:url(../images/entry.png) no-repeat right center;
	height:26px;	
	margin-left:80px;
	padding-left:5px;
	padding-right:10px;
}
.product_msg .place .choose_select select{
	background:none;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:100%;
	line-height:normal;
	width:100%;
}

/*游客信息*/
.tourist_msg .title strong{
	color:#f00;
	font-size:0.8em;
	padding-left:8px;
}
.tourist_msg .box{
	border-top:solid 1px #ccc;
	padding:10px;
}
.tourist_msg .box .item{
	background:url(../images/entry.png) no-repeat right center;
	background-size:12px;	
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.tourist_msg .box .item label{	
	color:#808080;
	font-size:1.8em;
	display:block;
	padding-right:15px;
	text-align:right;
	width:50px;
	white-space:nowrap;
}
.tourist_msg .box .item .right{	
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#333;
	font-size:1.6em;
}
.tourist_msg .box .item .right span{
	display:block;
	padding-bottom:3px;
	white-space:nowrap;
}
.tourist_msg .box .item .right span:last-child{ padding-bottom:0px;}
.tourist_msg .box .item .right strong{ font-family:Arial;}

/*预订人信息*/
.ticketman_msg{ margin-bottom:10px;}
.contacts_msg .item{
	border-top:solid 1px #ccc;
	height:45px;
	line-height:45px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.contacts_msg .item label{	
	color:#999;
	display:block;
	font-size:1.6em;
	height:45px;
	line-height:45px;
	margin-left:15px;
	width:80px;
}
.contacts_msg .item .text_input{
	-moz-box-flex:2;
	-webkit-box-flex:2;
	box-flex:2;
	background:#fff;
	border:none;
	color:#555;
	display:block;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:45px;
	line-height:normal;
	text-indent:10px;
	vertical-align:middle;
	margin-right:15px;
}

/*添加游客*/
.visitor{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow:1px 1px 1px 0px #fff;
	margin-left:10px;
	margin-right:10px;
}
.visitor .item{
	border-bottom:solid 1px #ccc;
	height:53px;
	line-height:53px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.visitor .item:last-child{ border-bottom:none;}
.visitor .item label{
	color:#999;
	display:block;
	font-size:1.6em;
	height:53px;
	line-height:53px;
	vertical-align:middle;
	margin-left:18px;
	width:80px;
}
.visitor .item .text_input{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	background:#fff;
	border:none;
	color:#555;
	display:block;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:53px;
	line-height:normal;
	text-indent:10px;
	vertical-align:middle;
	margin-right:15px;
}
.visitor .item .choose_select{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	background:url(../images/entry.png) no-repeat right center;
	height:53px;
	padding-left:5px;
	margin-right:15px;
	padding-right:10px;
}
.visitor .item .choose_select select{
	background:none;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:100%;
	line-height:normal;
	width:100%;
}

/*旅游产品订单*/
.order_list{ padding:10px;}
.order_list .box{	
	background:#fff;
	border:solid 1px #d8d8d8;
	border-radius:8px;
	box-shadow:0 1px 2px 0px #d8d8d8;
	margin-bottom:12px;
}
.order_list .box .title{
	border-bottom:dotted 1px #d8d8d8;
	color:#333;
	font-size:1.4em;
	padding:10px;
}
.order_list .box .item{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.order_list .box .date{
	border-bottom:dotted 1px #d8d8d8;
	color:#888;
	font-size:1.4em;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 10px;
}
.order_list .box .date strong{ font-family:Arial;}
.order_list .box .item .price{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#333;
	font-size:1.4em;
	height:40px;
	line-height:40px;
	padding:0 10px;
}
.order_list .box .item .price dfn{
	color:#f60;
	font-family:Arial;
	font-size:1em;
}
.order_list .box .item .price strong{
	color:#f60;	
	font-family:Arial;
	font-size:1.6em;
}
.order_list .box .item .status{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#666;
	font-size:1.4em;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding:0 10px;
	text-align:right;
}
.order_list .box .item .red{ color:#f00;}
.order_list .box .item .blue{ color:#00a0e9;}
.order_list .box .item .green{ color:#22ac38;}

/*无线路*/
.no_route{
	display:none;
	margin:10px;
	text-align:center;
}
.no_route img{
	height:60px;
	width:60px;
}
.no_route h4{
	color:#c51700;
	font-size:1.8em;
	padding:10px 0;
}

/*旅游产品订单详情*/
.order_status{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff6cc));
	background:-moz-linear-gradient(top, #fff, #fff6cc);
	background:-ms-linear-gradient(top, #fff, #fff6cc);
	background:-o-linear-gradient(top, #fff, #fff6cc);
	border:solid 1px #d6d6d6;
	box-shadow:inset 0px 0px 0px 1px #fff;
	border-radius:10px;
	height:107px;
	margin-left:10px;
	margin-right:10px;
}
.order_status .inner{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.order_status .pic{
	background:url(../images/icon_order.png) no-repeat left 13px;
	background-size:100%;	
	margin-left:5px;
	position:relative;
	width:87px;
}
.order_status .pic span{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,249,222,0.7)), to(rgba(255,246,204,0.7)));
	background:-moz-linear-gradient(top, rgba(255,249,222,0.7), rgba(255,246,204,0.7));
	background:-ms-linear-gradient(top, rgba(255,249,222,0.7), rgba(255,246,204,0.7));
	background:-o-linear-gradient(top, rgba(255,249,222,0.7), rgba(255,246,204,0.7));
	position:absolute;
	bottom:0px;
	height:31px;
	width:100%;
}
.order_status ul{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	padding-top:20px;
}
.order_status ul li{
	color:#808080;
	font-size:1.6em;
	padding-bottom:5px;
	vertical-align:top;
}
.order_status ul li strong{
	color:#f60;
	padding-left:10px;
}
.order_status ul li span{
	color:#333;
	font-family:Arial;
	padding-left:10px;
}
.order_detail{	
	margin-left:10px;
	margin-right:10px;
}
.order_detail .box{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	margin-bottom:10px;
	padding:0 10px;
}
.order_detail .box .name{
	border-bottom:dashed 1px #ccc;
	color:#f60;
	font-size:1.5em;
	padding:10px 0;
}
.order_detail .box .title{
	border-bottom:dashed 1px #ccc;
	color:#f60;
	font-size:1.8em;
	padding:10px 0;
}
.order_detail .box .item{
	border-bottom:dashed 1px #ccc;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	padding:10px 0;
	width:100%;
}
.order_detail .box .item:last-child{ border-bottom:none;}
.order_detail .box .item label{	
	color:#808080;
	font-size:1.8em;
	display:block;
	padding-right:10px;
	text-align:right;
	width:50px;
	white-space:nowrap;
}
.order_detail .box .item .right{	
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#333;
	font-size:1.6em;
}
.order_detail .box .item .right span{
	display:block;
	padding-bottom:3px;
	white-space:nowrap;
}
.order_detail .box .item .right span:last-child{ padding-bottom:0px;}
.order_detail .box .item .right strong{ font-family:Arial;}
.order_detail .box .price{
	color:#333;	
	font-size:1.6em;
	padding:10px 0;
}
.order_detail .box .price dfn{
	color:#f60;
	font-family:Arial;
	font-size:1em;
}
.order_detail .box .price strong{
	color:#f60;
	font-family:Arial;
	font-size:1.4em;
}

/*私人定制*/
.dingzhi .item{
	background:#fff;
	margin-bottom:15px;
}
.dingzhi .item .inner{
	border-bottom:solid 1px #ebebeb;
	overflow:hidden;	
}
.dingzhi .item .inner:last-child{ border-bottom:none;}
.dingzhi .item .inner label{
	color:#404040;
	float:left;
	font-size:1.6em;
	font-family:Microsoft YaHei;
	height:50px;
	line-height:50px;
	text-indent:15px;
	width:100px;
}
.dingzhi .item .inner .wrap_box{ margin:0 10px 0 110px;}
.dingzhi .item .inner .wrap_box .text_input{
	border:none;
	background:#fff;
	color:#404040;
	font-size:1.6em;
	font-family:Microsoft YaHei;
	height:50px;
	width:100%;
}
.dingzhi .item .inner .trave_date{
	background:url(../images/icon_list2.png) no-repeat right center;
	color:#404040;
	font-size:1.6em;
	font-family:Microsoft YaHei;
	height:50px;
	line-height:50px;
}
.dingzhi .item .inner .wrap_box .text_input2{
	border:solid 1px #e6e6e6;
	background:#fff;
	color:#999;
	font-size:1.8em;
	font-family:Arial;
	height:28px;
	width:100px;
	padding:0 4px;
	margin-top:10px;
	text-align:center;
}
.dingzhi .item .inner .wrap_box em{
	color:#999;
	font-size:1.6em;
	height:30px;
	line-height:30px;
	padding-left:10px;
}
.dingzhi .item .inner strong{
	color:#404040;
	display:block;
	font-size:1.6em;
	font-family:Microsoft YaHei;
	height:50px;
	line-height:50px;
	padding-left:15px;
}
.dingzhi .item .inner ul{
	padding-bottom:5px;
	overflow:hidden;
}
.dingzhi .item .inner ul li{
	border:solid 1px #d9d9d9;
	color:#4c4c4c;
	cursor:pointer;
	font-size:1.4em;
	font-family:Microsoft YaHei;
	float:left;	
	padding:6px 15px;
	position:relative;
	margin:0 0 10px 15px;
}
.dingzhi .item .inner ul li span{
	border-right:solid 16px #ff7f00;
	border-top:solid 16px #fff;
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
}
.dingzhi .item .inner ul li i{
	background:url(../images/pitch_on.png) no-repeat center;
	background-size:10px;
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:10px;
}
.dingzhi .item .inner ul .current{ border:solid 1px #ff7f00;}
.dingzhi .item .inner .person{
	height:35px;
	margin:10px 10px 0px 110px;
}
.dingzhi .item .inner .person span{
	color:#fff;
	float:left;
	font-family:Arial;
	font-size:2.4em;
	height:30px;
	line-height:30px;
	text-align:center;
	width:30px;
}
.dingzhi .item .inner .person .reduce{ background:#9a9a9a;}
.dingzhi .item .inner .person .plus{ background:#00cc55;}
.dingzhi .item .inner .person .text_input{
	background:#fff;
	border:solid 1px #bbb;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#999;
	float:left;
	font-family:Arial;
	font-size:1.8em;
	height:28px;
	line-height:normal;
	text-align:center;
	width:50px;
}
.dingzhi .item .inner .person em{
	color:#999;
	float:left;
	font-size:1.6em;
	height:30px;
	line-height:30px;
	padding-left:10px;
}
.dingzhi .item .inner .wrap_input strong{	
	color:#666;
	font-family:Arial;
	font-size:1.6em;
 	position:relative;
}
.dingzhi .item .inner .wrap_input .gou{
	border-bottom:3px solid #00ade6;
    border-right:3px solid #00ade6;
    content:"";
	font-family:Arial;
	font-style:normal;
    height:12px;
    position:absolute;
    right:-20px;
    top:0;
    -webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
    width:6px;
}
.dingzhi .item .inner .wrap_area{
	margin:0 15px 50px;	
}
.dingzhi .item .inner .wrap_area textarea{
	border:none;
	border-radius:2px;
	background:#f5f5f5;
	color:#404040;
	font-size:1.6em;
	font-family:Microsoft YaHei;
	text-indent:5px;
	line-height:25px;
	height:100px;
	width:100%;
}
.dingzhi .btn{
	bottom:0;
	background:#fff;
	position:fixed;
	left:0;
	padding:15px 0;
	width:100%;
}
.dingzhi .btn .btn_input{
	border:none;
	border-radius:2px;
	color:#fff;
	font-size:1.8em;
	font-family:Microsoft YaHei;
	height:45px;
	text-indent:30px;
	width:150px;	
}
.dingzhi .btn .orange{
	background:#ff9326 url(../images/icon_tel4.png) no-repeat 20px center;
	background-size:25px;
	margin-right:10px;
}
.dingzhi .btn .red{
	background:#ff6666 url(../images/icon_xuqiudingzhi.png) no-repeat 20px center;
	background-size:25px;
	margin-left:10px;
}

/*签证*/
.visa{
	background:#fff;
	border-bottom:solid 1px #dedede;
	box-shadow:1px 1px 1px 0px #fff;
	padding-bottom:20px;
}
.visa .inner{ padding:10px 10px 0 10px;}
.visa .item{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	margin-bottom:10px;
	width:100%;
}
.visa .item label{
	color:#999;
	display:block;
	font-size:1.6em;
	height:38px;
	line-height:38px;
	width:80px;
}
.visa .item .text_input{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	background:#fff;
	border:solid 1px #ccc;
	border-radius:0;
	color:#555;
	display:block;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:38px;
	line-height:normal;
	padding-left:10px;
	vertical-align:middle;
}
.visa .item .choose_select{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	border:solid 1px #ccc;
	height:38px;
	padding-right:10px;
}
.visa .wrap_select{
	background:url(../images/entry.png) no-repeat right center;
	height:38px;
	padding-left:10px;
}
.visa .item .choose_select select{
	background:none;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:100%;
	line-height:normal;
	width:100%;
}
.visa .btn_blue{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ff9421), to(#ff6b0d));
	background:-moz-linear-gradient(top, #ff9421, #ff6b0d);
	background:-ms-linear-gradient(top, #ff9421, #ff6b0d);
	background:-o-linear-gradient(top, #ff9421, #ff6b0d);
	border:none;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-family:Microsoft YaHei;
	font-size:1.8em;
	height:40px;
	line-height:40px;
	width:300px;
}
.visa_list{ margin:15px auto 0;}
.visa_list .hd{
	border-bottom:solid 1px #fff;
	height:20px;
	margin:0 auto;
}
.visa_list .hd span{
	border-bottom:solid 1px #dedede;
	display:block;
	height:19px;
}
.visa_list .hd strong{
	background:#f8f8f8;
	color:#666;
	display:block;
	font-family:Microsoft YaHei;
	font-size:1.8em;
	height:36px;
	line-height:36px;
	margin:0 auto;
	text-align:center;
	width:90px;
}
.visa_list .bd{
	margin:20px auto 0;
	overflow:hidden;
}
.visa_list .bd .item{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.visa_list .bd .item .pic img{
	height:100%;
	width:100%;
}
.visa_list .bd .item .word{
	color:#f60;
	font-size:1.6em;
	height:22px;
	line-height:22px;
	margin:5px 0 3px 8px;
	overflow:hidden;
}
.visa_list .bd .item .price{
	color:#ff7800;
	font-family:Arial;
	font-size:2em;
	overflow:hidden;
	padding:0 8px 8px 0;
	text-align:right;
}
.visa_list .bd .item .price dfn{
	font-size:0.8em;
	padding-right:2px;
}

/*接送地点*/
.shuttle{ margin:15px 10px 0;}
.shuttle .box{
	background:#fff;
	border:solid 1px #cfcfcf;
	border-top:none;
	color:#666;
	font-size:1.6em;
	padding:10px;
}
.shuttle .box:first-child{
	background:#fff;
	border:solid 1px #cfcfcf;
	border-radius:10px 10px 0 0;
}
.shuttle .box:last-child{
	border-bottom:solid 1px #cfcfcf;
	border-radius:0 0 10px 10px;
}
.shuttle .current{ color:#f60;}

/*合同条款*/
.read_explain{
	overflow:hidden;
	padding:0 15px;
}
.read_explain label{
	background:url(../images/icon_xuan.jpg) no-repeat left 7px;
	color:#4c4c4c;
	display:inline-block;
	cursor:pointer;
	font-family:微软雅黑;
	font-size:1.4em;
	line-height:30px;
	padding-left:30px;
}
.read_explain .current{ background:url(../images/icon_xuan2.jpg) no-repeat left 4px;}
.read_explain a{
	color:#06c;
	font-family:微软雅黑;
	font-size:1.4em;
	line-height:30px;
	margin-left:5px;
}

/*邮轮*/
.hot_route{ background:#fff;}
.hot_route .hd{
	border-bottom:solid 2px #bfbfbf;
	color:#333;
	font-size:2.2em;
	padding:20px 20px 15px;
}
.hot_route .bd{
	border-bottom:solid 2px #bfbfbf;
	padding:20px 20px;
}
.hot_route .bd ul{
	border-collapse:collapse;
	display:table;
	overflow:hidden;
	width:100%;
}
.hot_route .bd ul li{	
	display:table-cell;
	float:left;
	height:40px;
	line-height:40px;	
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;	
	width:33.33%;
}
.hot_route .bd ul li a{
	color:#fff;
	display:block;
	font-size:14px;
	margin-right:10px;
}
.hot_route .bd ul li:nth-child(3n+1) a{ background:#5ec9b3;}
.hot_route .bd ul li:nth-child(3n+2) a{ background:#faa066;}
.hot_route .bd ul li:nth-child(3n) a{
	background:#ef88a1;
	margin-right:0;
}
.hot_route .bd ul .more{ font-family:Arial;}

/*特别推荐*/
.spcl_commend{ background:#fff;}
.spcl_commend .hd{
	border-bottom:solid 2px #bfbfbf;
	border-top:solid 2px #bfbfbf;
	color:#333;
	font-size:2.2em;
	padding:15px 20px;
}
.spcl_commend .bd .item{
	border-bottom:solid 2px #bfbfbf;
	margin-bottom:10px;
	overflow:hidden;
	padding:20px 10px;
}
.spcl_commend .bd .item .pic{
	float:left;
	height:100px;
	width:125px;
}
.spcl_commend .bd .item .pic img{
	height:100%;
	vertical-align:top;
	width:100%;
}
.spcl_commend .bd .item .word{
	padding-left:135px;
	text-align:left;
}
.spcl_commend .bd .item .word .name{
	color:#0053aa;
	font-size:1.6em;
	line-height:20px;
	margin-bottom:10px;
	max-height:40px;
	overflow:hidden;
}
.spcl_commend .bd .item .word .name i{
	background:#ff7f00;
	border-radius:3px;	
	color:#fff;
	display:inline-block;
	font-style:normal;
	padding:0 5px;
	margin-right:5px;	
}
.spcl_commend .bd .item .word .date{
	color:#666;
	font-size:1.4em;
	padding-bottom:10px;
}
.spcl_commend .bd .item .word .date span{ color:#0053aa;}
.spcl_commend .bd .item .word .price{
	color:#999;
	font-size:1.4em;
	overflow:hidden;
}
.spcl_commend .bd .item .word .price dfn{
	color:#ff9c15;
	font-family:Arial;
	font-size:1.2em;
}
.spcl_commend .bd .item .word .price strong{
	color:#ff9c15;
	font-family:Arial;
	font-size:1.6em;
	padding-right:3px;
}
.spcl_commend .bd .item .word .price span{
	color:#a1a1a1;
	font-size:1.2em;
	padding-left:8px;
}

/*邮轮详细*/
.cruise_detail .hd{ margin:10px;}
.cruise_detail .hd h3{
	border-bottom:solid 1px #d9d9d9;
	box-shadow:0px 1px 0px #efefef;
	color:#404040;
	font-size:2em;
	padding:0 10px 15px;
}
.cruise_detail .hd ul{
	padding:0 10px;
}
.cruise_detail .hd ul li{
	color:#737373;
	font-size:1.6em;
	padding-bottom:8px;
}
.cruise_detail .hd ul li dfn{
	color:#ff9500;
	font-size:1.8em;
}
.cruise_detail .hd ul li strong{
	color:#ff9500;
	font-family:Arial;
	font-size:2.4em;
}
.cruise_detail .hd ul li span{ color:#404040;}
.cruise_detail .menu_detail{
	border-top:solid 1px #d9d9d9;
	overflow:hidden;
}
.cruise_detail .menu_detail .box{
	background:#f4f4f4;
	border-bottom:solid 1px #e6e6e6;	
	height:55px;
	overflow:hidden;
	padding:0 10px;
}
.cruise_detail .menu_detail .box .item{
	background:url(../images/icon_arrow3.png) no-repeat right center;
	background-size:18px 10px;
	height:55px;
	line-height:55px;
}
.cruise_detail .menu_detail .box .current{
	background:url(../images/icon_arrow4.png) no-repeat right center;
	background-size:18px 10px;
}
.cruise_detail .menu_detail .box .item .icon1{ background:url(../images/icon_detail.png) no-repeat 0 0;}
.cruise_detail .menu_detail .box .item .icon2{ background:url(../images/icon_detail.png) no-repeat 0 -35px;}
.cruise_detail .menu_detail .box .item .icon3{ background:url(../images/icon_detail.png) no-repeat 0 -70px;}
.cruise_detail .menu_detail .box .item .icon4{ background:url(../images/icon_detail.png) no-repeat 0 -105px;}
.cruise_detail .menu_detail .box .item .icon5{ background:url(../images/icon_detail.png) no-repeat 0 -140px;}
.cruise_detail .menu_detail .box .item .icon6{ background:url(../images/icon_detail.png) no-repeat 0 -175px;}
.cruise_detail .menu_detail .box .item .icon7{ background:url(../images/icon_detail.png) no-repeat 0 -210px;}
.cruise_detail .menu_detail .box .item span{
	float:left;
	height:25px;
	margin-top:15px;
	width:25px;
}
.cruise_detail .menu_detail .box .item label{
	color:#404040;
	font-size:1.8em;
	float:left;	
	padding-left:8px;
}
.cruise_detail .menu_detail .box .item strong{
	color:#ff9500;
	font-family:Arial;
	font-size:1.8em;
	padding-left:30px;
}
.cruise_detail .calendar .word{
	color:#f00;
	font-size:1.6em;
	padding:10px;
}
.cruise_detail .menu_detail .bd{
	background:#fff;
	padding:10px;
}
.cruise_detail .menu_detail .bd dl{
	border-bottom:solid 1px #e6e6e6;
	padding:10px;
}
.cruise_detail .menu_detail .bd dl:last-child{ border-bottom:none;}
.cruise_detail .menu_detail .bd dl dt{
	background:#2fc0f1;
	border-radius:20px;
	color:#fff;
	font-size:1.6em;
	height:26px;
	line-height:26px;
	text-align:center;
	width:72px;
}
.cruise_detail .menu_detail .bd dl dt span{
	font-family:Arial;
	padding:0 3px;
}
.cruise_detail .menu_detail .bd dl dd{
	color:#737373;
	font-size:1.6em;
	padding-top:5px;
}
.cruise_detail .menu_detail .bd dl .title{
	color:#404040;
	font-size:1.6em;
	padding-top:5px;
}
.cruise_detail .menu_detail .bd dl dd strong{ color:#f00;}
.cruise_detail .menu_detail .bd p{
	color:#404040;
	line-height:22px;
}
.cruise_detail .menu_detail .bd p strong{ font-weight:bold;}
.cruise_detail .menu_detail .bd p em{ font-style:italic;}
.cruise_detail .menu_detail .bd img{
	width:100%;
	vertical-align:top;
}

/*邮轮填写*/
.cruise_show{
	background:#f0f0f0;
	border-bottom:solid 1px #d1d1d1;
}
.cruise_show .title{
	color:#595959;
	font-size:2em;
	padding:20px 10px 15px;
}
.cruise_show .name{
	color:#595959;
	display:inline-block;
	font-size:1.8em;
	margin:15px 0 10px 15px;
	padding-right:18px;
}
.cruise_show .icon_woman{ background:url(../images/icon_woman.png) no-repeat right center;}
.cruise_show .icon_man{ background:url(../images/icon_man.png) no-repeat right center;}
.cruise_show .item{ padding-left:10px;}
.cruise_show .place{
	background:url(../images/icon_place.png) no-repeat left center;
	color:#4c4c4c;
	display:inline-block;
	font-size:1.4em;
	height:20px;
	line-height:20px;
	margin-right:20px;
	padding-left:20px;
}
.cruise_show .type{
	background:url(../images/icon_qi.png) no-repeat left center;
	color:#4c4c4c;
	display:inline-block;
	font-size:1.4em;
	height:20px;
	line-height:20px;
	padding-left:25px;
}
.cruise_show .price{
	clear:both;
	color:#999;
	font-size:1.6em;
	padding:10px 10px 20px;
}
.cruise_show .price dfn{
	color:#ff6a00;
	font-family:Arial;
	font-size:1.2em;
}
.cruise_show .price strong{
	color:#ff6a00;
	font-family:Arial;
	font-size:1.5em;
}

/*产品信息*/
.cruise_book{
	border-bottom:solid 1px #d1d1d1;
	padding:0 15px 20px;
}
.cruise_book .title{
	color:#595959;
	font-size:2em;
	padding:20px 0 10px;
}
.cruise_book .item{
	border:solid 1px #d9d9d9;
	border-bottom:none;
	height:45px;
	line-height:45px;
	overflow:hidden;
}
.cruise_book .item.last{ border-bottom:solid 1px #d9d9d9;}
.cruise_book .item label{
	background:#f0f0f0;
	border-right:solid 1px #d9d9d9;
	color:#666;
	float:left;
	font-size:1.6em;
	text-align:center;
	width:80px;
}
.cruise_book .item .wrap_input{
	background:url(../images/icon_list2.png) no-repeat right center;
	height:45px;
	margin-left:90px;
	margin-right:10px;
}
.cruise_book .item .wrap_input strong{	
	color:#666;
	font-family:Arial;
	font-size:1.8em;
 	position:relative;
}
.cruise_book .item .wrap_input .gou{
	border-bottom:3px solid #00ade6;
    border-right:3px solid #00ade6;
    content:"";
	font-family:Arial;
	font-style:normal;
    height:12px;
    position:absolute;
    right:-20px;
    top:0;
    -webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
    width:6px;
}
.cruise_book .item2{
	background:#f0f0f0;
	border:solid 1px #d9d9d9;
	border-bottom:none;
	line-height:45px;
	min-height:45px;
	overflow:hidden;
}
.cruise_book .item2 label{
	color:#666;
	float:left;
	font-size:1.6em;
	text-align:center;
	width:80px;
}
.cruise_book .item2 .wrap_input{
	background:#fff;
	border-left:solid 1px #d9d9d9;
	color:#666;
	font-size:1.8em;
	min-height:45px;
	margin-left:80px;
	padding-left:10px;
	padding-right:10px;
}
.cruise_book .person{
	height:35px;
	margin-left:90px;
	margin-top:10px;
}
.cruise_book .person span{
	color:#fff;
	float:left;
	font-family:Arial;
	font-size:2.2em;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	width:26px;
}
.cruise_book .person .reduce{ background:#9a9a9a;}
.cruise_book .person .plus{ background:#ff9036;}
.cruise_book .person .text_input{
	background:#fff;
	border:solid 1px #bbb;
	border-radius:0;
	color:#333;
	float:left;
	font-family:Arial;
	font-size:1.8em;
	height:24px;
	line-height:normal;
	text-align:center;
	margin:0 6px;
	width:60px;
}
.cruise_book .person em{
	color:#999;
	float:left;
	font-size:1.4em;
	height:26px;
	line-height:26px;
}
.cruise_book .buy_tip{
	color:#f00;
	font-size:1.6em;
	padding-top:15px;
}
.cruise_book p{
	color:#666;
	font-size:1.4em;
	padding-top:10px;
}
.cruise_book .item .choose_select{
	background:url(../images/icon_list3.png) no-repeat right center;
	height:45px;
	margin-left:100px;
	margin-right:10px;
	padding-right:15px;
}
.cruise_book .item .choose_select select{
	background:none;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:100%;
	line-height:normal;
	width:100%;
}

/*附加费用*/
.affix_cost{
	border-bottom:solid 1px #d1d1d1;
	padding:0 15px 20px;
}
.affix_cost .title{
	color:#595959;
	font-size:2em;
	padding:20px 0 10px;
}
.affix_cost .item{
	border:solid 1px #d9d9d9;
	border-bottom:none;
	height:45px;
	line-height:45px;
}
.affix_cost .item.last{ border-bottom:solid 1px #d9d9d9;}
.affix_cost .item label{
	background:#f0f0f0;
	border-right:solid 1px #d9d9d9;
	color:#666;
	float:left;
	font-size:1.6em;
	text-align:center;
	width:90px;
}
.affix_cost .item .wrap_input{
	height:45px;
	margin-left:100px;
}
.affix_cost .item .wrap_input .text_input{
	background:#fff;
	border:solid 1px #c7c7c7;
	border-radius:0;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:28px;
	line-height:normal;
	margin-top:9px;
	outline:none;
	text-align:center;
	vertical-align:top;
	width:48px;
}
.affix_cost .item .wrap_input span{
	color:#999;
	font-size:1.6em;
	padding-left:5px;
}
.affix_cost .item .wrap_input em{
	color:#ff7f00;
	font-size:1.6em;
	padding-left:5px;
}

/*预订人信息*/
.booker_msg{
	border-bottom:solid 1px #d1d1d1;
	padding:0 15px 20px;
}
.booker_msg .title{
	color:#595959;
	font-size:2em;
	padding:15px 0 10px;
}
.booker_msg .item{
	border:solid 1px #d9d9d9;
	border-bottom:none;
	height:45px;
	line-height:45px;
}
.booker_msg .item.last{ border-bottom:solid 1px #d9d9d9;}
.booker_msg .item label{
	background:#f0f0f0;
	border-right:solid 1px #d9d9d9;
	color:#666;
	float:left;
	font-size:1.6em;
	text-align:center;
	width:90px;
}
.booker_msg .item .wrap_input{
	height:45px;
	margin-left:100px;
}
.booker_msg .item .wrap_input .text_input{
	background:#fff;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:45px;
	line-height:normal;
	outline:none;
	vertical-align:top;
	width:100%;
}
.booker_msg .item .choose_select{
	background:url(../images/icon_list3.png) no-repeat right center;
	height:45px;
	margin-left:100px;
	margin-right:10px;
	padding-right:15px;
}
.booker_msg .item .choose_select select{
	background:none;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:100%;
	line-height:normal;
	width:100%;
}
.booker_msg .xuan{
	background:url(../images/icon_xuan.jpg) no-repeat left 7px;
	color:#4c4c4c;
	cursor:pointer;
	font-family:微软雅黑;
	font-size:1.4em;
	line-height:30px;
	margin-bottom:8px;
	padding-left:30px;
}
.booker_msg .xuan.current{ background:url(../images/icon_xuan2.jpg) no-repeat left 4px;}

/*选择舱房*/
.select_cabin{ padding:0 10px;}
.select_cabin .title{
	color:#595959;
	font-size:1.8em;
	padding:15px 0;
}
.select_cabin .item{ margin-bottom:15px;}
.select_cabin .item .hd{
	border:solid 2px #d9d9d9;
	color:#737373;
	font-size:1.8em;
	padding:10px 10px 10px;
}
.select_cabin .item .hd span{ color:#ff7f00;}
.select_cabin .item .hd dfn{
	font-family:Arial;
	font-size:1em;
}
.select_cabin .item .hd strong{
	font-family:Arial;
	font-size:1.2em;
}
.select_cabin .item.current .hd{
	border:solid 2px #ff7f00;
	position:relative;
}
.select_cabin .item.current .hd .gou{
	background:#ff7f00;
	bottom:0;
	color:#fff;
	font-family:宋体;
	font-size:0.66em;
	font-style:normal;
	height:18px;
	line-height:18px;
	right:0;
	text-align:center;
	position:absolute;
	width:38px;
}
.select_cabin .item .bd{
	border:solid 1px #d9d9d9;
	display:none;
	padding:15px 12px;
}
.select_cabin .item.current .bd{ display:block;}
.select_cabin .item .bd .pic{
	float:left;
	height:95px;
	width:150px;
}
.select_cabin .item .bd .pic img{
	height:100%;
	vertical-align:top;
	width:100%;
}
.select_cabin .item .bd .word{
	color:#666;
	font-size:1.4em;
	line-height:22px;
	margin-left:160px;
}
.select_cabin .item .bd p{
	color:#666;
	clear:both;
	font-size:1.4em;
	padding-top:10px;
}

/*旅游产品填写*/
.travel_show{
	background:#fff9e7;
	border-bottom:solid 1px #d1d1d1;
	padding-bottom:15px;
}
.travel_show .title{
	color:#333;
	font-size:2em;
	padding:20px 0 15px;
	margin:0 15px 10px;
	border-bottom:1px dotted #b3b3b3;
}
.travel_show ul li{
	font-size:1.6em;
	color:#333;
	padding:0 15px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.travel_show ul li .number_type{ float:left;}
.travel_show ul li em{ font-size:0.8em;}
.travel_show ul li .price{
	float:right;
	color:#666;
}
.travel_show ul li .price dfn{
	color:#ff6a00;
	font-family:Arial;
	font-size:1.2em;
}

/*确认出游日期*/
.travel_book{
	border-bottom:solid 1px #d1d1d1;
	padding:0 15px 20px;
}
.travel_book .title{
	color:#333;
	font-size:2em;
	padding:10px 0;
}
.travel_book .title .order_number{
	display:inline-block;
	width:25px;
	height:25px;
	background:#00ace6;
	border-radius:15px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	line-height:25px;
	margin-right:10px;
}
.travel_book .item{
	border:solid 1px #d9d9d9;
	border-bottom:none;
	height:45px;
	line-height:45px;
	overflow:hidden;
}
.travel_book .item label{
	background:#f0f0f0;
	border-right:solid 1px #d9d9d9;
	color:#4c4c4c;
	float:left;
	font-size:1.6em;
	text-align:center;
	width:80px;
}
.travel_book .item .number_type{
	background:#fff;
	width:140px;
	border-right:none;
}
.travel_book .item .wrap_input{
	background:url(../images/icon_list2.png) no-repeat right center;
	height:45px;
	margin-left:90px;
	margin-right:10px;
}
.travel_book .item .wrap_input strong{	
	color:#666;
	font-family:Arial;
	font-size:1.6em;
 	position:relative;
}
.travel_book .item .wrap_input .gou{
	border-bottom:3px solid #00ade6;
    border-right:3px solid #00ade6;
    content:"";
	font-family:Arial;
	font-style:normal;
    height:12px;
    position:absolute;
    right:-20px;
    top:0;
    -webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
    width:6px;
}
.travel_book .person{
	height:35px;
	margin:10px 10px 0px 0;
}
.travel_book .person span{
	color:#fff;
	float:left;
	font-family:Arial;
	font-size:2.2em;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	width:26px;
}
.travel_book .person .reduce{ background:#9a9a9a;}
.travel_book .person .plus{ background:#ff9036;}
.travel_book .person .text_input{
	background:#fff;
	border:solid 1px #bbb;
	border-radius:0;
	color:#333;
	float:left;
	font-family:Arial;
	font-size:1.8em;
	height:24px;
	line-height:normal;
	text-align:center;
	margin:0 6px;
	width:60px;
}
.travel_book .person em{
	color:#999;
	float:left;
	font-size:1.4em;
	height:26px;
	line-height:26px;
}
.travel_book .person .price{
	float:left;
	line-height:26px;
	color:#ff6a00;
	font-size:1.4em;
}
.travel_book .person .price dfn{
	font-size:1.2em;
	font-family:Arial;
	padding-left:10px;
}
.travel_book p{
	color:#666;
	font-size:1.4em;
	padding-top:10px;
}
.travel_book p em{
	color:#ff6a00;
	font-family:Arial;
	padding-right:3px;
}
.travel_book .item .wrap_input .text_input{
	background:#fff;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:45px;
	line-height:normal;
	outline:none;
	vertical-align:top;
	width:100%;
}
.travel_book .item .choose_select{
	background:url(../images/icon_list3.png) no-repeat right center;
	height:45px;
	margin-left:90px;
	margin-right:10px;
	padding-right:15px;
}
.travel_book .item .choose_select select{
	background:none;
	border:none;
	color:#555;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:100%;
	line-height:normal;
	width:100%;
}
.travel_book .item2{
	border:solid 1px #d9d9d9;
	border-bottom:none;
}
.travel_book .item2 .inner{
	background:url(../images/icon_list2.png) no-repeat right center;
	margin:0 10px 0 10px;
	overflow:hidden;
}
.travel_book .item2 .inner .type{
	color:#4c4c4c;
	font-size:1.6em;
	height:45px;
	line-height:45px;
}
.travel_book .item2 .inner .wrap_text{
	color:#666;
	font-size:1.4em;
	line-height:25px;
	padding-bottom:15px;
}
.travel_book .last{ border-bottom:1px solid #d9d9d9;}
.daigou_search{
	background:#e6e6e6;
	padding:10px;
}
.daigou_search .inner{
	background:#fff;
	border-radius:2px;
	height:45px;
	line-height:45px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.daigou_search .inner .text_input{
	-moz-box-flex:2;
	-webkit-box-flex:2;
	box-flex:2;
	background:#fff;
	border:none;
	color:#666;
	display:block;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:45px;
	line-height:normal;
	text-indent:10px;
	vertical-align:middle;
}
.daigou_search .inner span{
	background:url(../images/btn_daigou.png) no-repeat center center;
	background-size:18px 20px;
	color:#555;
	display:block;
	font-family:Microsoft YaHei;
	font-size:1.6em;
	height:45px;
	width:50px;
}

/*切换按钮*/
.tab_list{ background:#fff;}
.tab_list ul{
	border:solid 2px #ffa200;
	border-radius:5px;
	height:36px;
	width:100%;
	overflow:hidden;	
}
.tab_list ul li{
	border-radius:5px;
	background:#fff;
	font-size:1.8em;
	float:left;
	text-align:center;
	line-height:36px;	
	width:50%;
}
.tab_list ul li a{
	color:#666;
	display:block;	
}
.tab_list ul .current{
	border-radius:0;
	background:#ffa200;
	color:#fff;
}

/*特卖汇*/
.tmsale_list .item{
	background:#fff;
	padding:15px 10px;
	margin-top:15px;
	overflow:hidden;
}
.tmsale_list .item .hd{
	border:solid 1px #ff9500;
	border-radius:3px;
	float:right;
	text-align:center;
	height:48px;
	width:50px;
}
.tmsale_list .item .hd p{
	border-radius:3px 3px 0 0;
	background:#fff;
	color:#ff9500;
	font-size:1.4em;
	height:24px;
	line-height:24px;	
}
.tmsale_list .item .hd .number{
	background:#ff9500;
	color:#fff;
	font-size:1.6em;
	height:24px;
	line-height:24px;
}
.tmsale_list .item .bd{ margin-right:57px;}
.tmsale_list .item .bd .name{
	color:#4c4c4c;
	font-size:1.6em;
	max-height:50px;
	line-height:25px;
	margin-bottom:10px;
	overflow:hidden;
}
.tmsale_list .item .bd .name i{
	background:#ffc926;
	color:#997300;
	display:inline-block;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:50px;	
	text-align:center;
	margin-right:5px;
}
.tmsale_list .item .bd .inner{ overflow:hidden;}
.tmsale_list .item .bd .inner .pic{
	float:left;
	height:80px;
	width:85px;	
}
.tmsale_list .item .bd .inner .pic img{
	height:100%;
	width:100%;	
}
.tmsale_list .item .bd .inner .word{ margin-left:95px;}
.tmsale_list .item .bd .inner .word p{
	color:#808080;
	font-size:1.4em;
	margin-bottom:7px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.tmsale_list .item .bd .inner .word p em{ color:#595959;}
.tmsale_list .item .bd .inner .word p a{
	color:#00ace6;
	display:inline-block;
	font-size:1em;
	float:right;
	text-align:right;
	width:30px;
}
.tmsale_list .item .bd .inner .word .price{
	color:#ff7f00;
	font-size:2.6em;
	font-family:Arial;
}
.tmsale_list .item .bd .inner .word .price span{
	font-size:0.8em;
	padding-right:3px;	
}
.tmsale_list .item .bd .inner .word .price em{
	color:#595959;
	font-size:0.6em;
	font-family:Microsoft YaHei;
	padding-left:5px;	
}

/*当地游*/
.search_box{
	background:#fff;
	height:40px;
	margin:15px 10px;
}
.search_box .inner{
	background:#fff url(../images/btn_daigou.png) no-repeat 10px center;
	border-radius:3px;
	padding-left:40px;
}
.search_box .text_input{
	background:none;
	border:none;
	border-radius:3px;
	color:#666;
	font-size:14px;
	height:40px;
	line-height:normal;
	vertical-align:middle;
	width:100%;
}
.pr_place .item .hd{
	height:28px;
	line-height:28px;
	margin:15px 10px;
	overflow:hidden;	
}
.pr_place .item .hd a{
	color:#1944ff;
	font-size:1.4em;
	font-family:宋体;
	float:right;	
}
.pr_place .item .hd .title{
	color:#595959;
	font-size:1.8em;
	font-family:微软雅黑;;	
	overflow:hidden;
}
.pr_place .item .hd .title i{
	border-radius:20px;
	display:inline-block;
	height:28px;
	width:28px;
	float:left;
	margin-right:10px;
}
.pr_place .item .hd .title .icon1{
	background:#4cc3ff url(../images/icon_ditu.png) no-repeat center;
	background-size:22px 18px;
}
.pr_place .item .hd .title .icon2{
	background:#ffbb33 url(../images/icon_ditu_1.png) no-repeat center;
	background-size:22px 22px;
}
.pr_place .item .bd ul{ overflow:hidden;}
.pr_place .item .bd ul li{
	height:45px;
	line-height:45px;
	width:33.333%;
	float:left;
	text-align:center;
}
.pr_place .item .bd ul li a{
	border-top:solid 1px #e6e6e6;
	border-right:solid 1px #e6e6e6;
	background:rgba(255,255,255,1);
	color:#595959;
	display:block;
	font-size:1.6em;	
}
.pr_place .item .bd ul li:nth-child(3n) a{ border-right:none;}
.pr_place .item .bd ul li:nth-child(-n+3) a{ border-top:none;}
.pr_list .hd{
	border-bottom:solid 1px #d9d9d9;
	color:#595959;
	font-size:1.8em;
	font-family:微软雅黑;;
	padding:15px 10px;
}
.pr_list .bd{
	background:#fff;
	padding:5px 0 10px;
}
.pr_list .bd .item{
	border-bottom:solid 1px #e1e1e1;
	margin:0 10px;
	padding:10px 0;
	overflow:hidden;
}
.pr_list .bd .item .pic{
	float:left;
	height:90px;
	width:130px;
}
.pr_list .bd .item .pic img{
	height:100%;
	width:100%;	
}
.pr_list .bd .item .word{
	margin-left:140px;	
}
.pr_list .bd .item .word .name{
	color:#595959;
	font-size:1.6em;
	font-family:微软雅黑;;
	max-height:40px;
	line-height:20px;
	overflow:hidden;
}
.pr_list .bd .item .word .price{
	color:#ff7f00;
	font-size:1.4em;
	font-family:宋体;
	padding-top:5px;
}
.pr_list .bd .item .word .price span{
	font-family:微软雅黑;;
	font-size:1.4em;	
}
.pr_list .bd .item .word .price em{
	font-family:Arial;
	font-size:1.6em;
	padding:0 2px;		
}

/*图片轮播*/
.focus3{
	height:150px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	width:320px;
}
.focus3 .wrappic{
	height:100%;
 	width:100%;
	overflow:hidden;
	position:relative;
}
.focus3 ol{	
	left:0;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:9999px;
}
.focus3 ol li{
	float:left;
	height:100%;
	width:100%;
}
.focus3 ol li img{
	height:100%;
	width:100%;
	vertical-align:top;
}
.focus3 ul{
	right:30px;
	position:absolute;
	bottom:10px;
	z-index:999;
}
.focus3 ul li{
	background:rgba(255,255,255,0.5);
	border-radius:25px;
	cursor:pointer;
	display:inline;
	float:left;
	font-size:0;
	line-height:0;
	height:14px;
	margin-left:8px;
	overflow:hidden;	
	width:14px;
}
.focus3 ul .current{ background:#fff;}

/*详细页产品*/
.pro_recommend{
	background:#fff;
	border-top:solid 1px #d3d3d3;
	padding:0 10px 20px;
}
.pro_recommend .inner{ padding-top:20px;}
.pro_recommend .inner .title{
	border-left:solid 5px #66cc00;
	color:#59b200;
	font-size:1.6em;
	font-family:微软雅黑;;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	padding-left:10px;
	overflow:hidden;	
}
.pro_recommend .inner .title a{
	color:#595959;
	font-size:0.9em;
	float:right;	
}
.pro_recommend .inner .list .item{
	border-bottom:solid 1px #e6e6e6;
	padding:10px 0;
	overflow:hidden;	
}
.pro_recommend .inner:last-child .list .item:last-child{ border-bottom:none;}
.pro_recommend .inner .list .item .pic{
	height:80px;
	width:120px;
	float:left;	
}
.pro_recommend .inner .list .item .pic img{
	height:100%;
	width:100%;	
}
.pro_recommend .inner .list .item .word{
	margin-left:130px;	
}
.pro_recommend .inner .list .item .word .name{
	color:#595959;
	font-size:1.4em;
	max-height:40px;
	line-height:20px;
	overflow:hidden;
}
.pro_recommend .inner .list .item .word .price{
	color:#ff7f00;
	font-size:1.6em;
	font-family:微软雅黑;;
	margin-top:10px;
}
.pro_recommend .inner .list .item .word .price em{
	font-size:1.6em;
	font-family:Arial;
	padding:0 2px;
}
.pro_recommend .inner .list .item .word .price span{
	font-size:0.8em;
}
/*注册*/
.register_header{ background:#fff; padding:15px 0;}
.register_header ul{margin:0 auto; overflow:hidden; width:1000px;}
.register_header ul li{color:#4c4c4c;float:left;font-family:"微软雅黑";font-size:24px;margin-right:20px;}
.register_header ul li img{height:53px;width:193px;}
.register_header .text{border-left:1px solid #e5e5e5;height:47px;line-height:47px;margin-top:3px;padding-left:20px;}
.register{ overflow:hidden;}
.register .hd{ color:#d9d9d9;font-family:微软雅黑; font-size:16px;height:34px;line-height:34px; margin:15px auto;text-align:right;width:1000px;}
.register .hd a{border:2px solid #999a9d;border-radius:3px;color:#fff;font-size:16px;margin-left:15px;padding:3px 30px;text-align:center;}
.register .bd{ background:#fff; border-radius:10px; font-family:"微软雅黑"; margin:0 auto; overflow:hidden; padding-bottom:30px; width:1000px; }
.register .bd .title{background:#1677d9;color:#fff;font-size:24px;height:54px;line-height:54px;position:relative;text-align:center;}
.register .bd .title a{background:url(icon_register.png) no-repeat left center;color:#fff;font-size:18px;left:20px;padding-left:35px;position:absolute;top:0;}
.register .bd .content{ width:930px; margin:0 auto;}
.register .bd .content .text{border-bottom:2px solid #1677d9;color:#808080;font-size:14px;line-height:30px;margin:5px 0 15px 0;}
.register .bd .content .item{ height:34px; overflow:hidden; padding-bottom:14px; vertical-align:top; padding-left:220px;}
.register .bd .content .item span{ float:left; width:85px; height:34px; line-height:34px; font-size:14px; color:#494949; text-align:right; padding-right:5px;}
.register .bd .content .item span font{ padding-right:3px;}
.register .bd .content .item .spacing{ word-spacing:3px;}
.register .bd .content .item .text_input{ float:left; width:230px; padding-left:5px; height:32px; line-height:34px; color:#494949; font-family:微软雅黑; font-size:14px; font-weight:normal; background:#fff; border:solid 1px #dedede;}
.register .bd .content .item .text_correct{ border:solid 1px #53a600;}
.register .bd .content .item .text_error{ border:solid 1px #ff9218;}
.register .bd .content .item .word_tip{ color:#a6a6a6; float:left; height:34px; line-height:34px; padding-left:10px;}
.register .bd .content .item .icon_correct{ background:url(icon_correct.png) no-repeat 10px center; color:#53a600; padding-left:31px;}
.register .bd .content .item .icon_error{ background:url(icon_error.png) no-repeat 10px center; color:#ff1500; padding-left:31px;}
.register .bd .content .item .yzm{ width:150px;}
.register .bd .content .item .wrap_select{ float:left; width:99px; height:28px; border:solid 1px #d5d5d5; position:relative; margin-right:10px; display:inline;}
.register .bd .content .item .wrap_select .select_border{ width:92px; height:17px; overflow:hidden; position:absolute; left:5px; top:6px;}
.register .bd .content .item .wrap_select .select_border select{ width:94px; height:19px; margin:-1px; font-size:12px; font-weight:normal; color:#595959; position:absolute; left:0px; top:0px;}
.register .bd .content .item img{ float:left; margin-left:8px; margin-top:3px; vertical-align:top; height:29px; width:72px;}
.register .bd .content .item a{ float:left; margin-left:5px; height:34px; line-height:34px; color:#1677d9;}
.register .bd .content .item a:hover{ color:#50a800; text-decoration:underline;}
.register .bd .content .btn{ padding:10px 0 0 310px;}
.register .bd .content .btn .btn_register{ background:#ff9218; color:#fff; font-family:"微软雅黑"; font-size:18px; width:230px; height:40px;border:0; cursor:pointer;}