/*旅游产品*/
.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{ margin:15px 15px 0 15px;}
.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(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;
	}
}
@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;
	}
}
@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;
	}
}

/*旅游产品列表*/
.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(icon_arrow2.png) no-repeat right center;
	background-size:20px 13px;
	padding-right:22px;
}
.tour_filter ul li .sort{
	background:url(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;
	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 i{
	background:url(icon_arrow2.png) no-repeat right center;
	background-size:20px 13px;
	padding-right:25px;
}
.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(icon_okchoose1.png) no-repeat right center;
	background-size:30px 30px;
	color:#f60;
}
.ticket_filter2 .box .item em{ font-family:Arial;}

/*筛选浮层*/
.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(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:15px;
	position:absolute;
	top:100px;
	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(icon_okchoose1.png) no-repeat right center;
	background-size:30px 30px;
	color:#f60;
}
.filter_popup2 .box .item em{ font-family:Arial;}
.tour_list{ margin:15px 10px;}
.tour_list .item{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px 10px;
	position:relative;
}
.tour_list .item .icon{
	background:url(icon_remai2.png) no-repeat;
	background-size:100% 100%;
	left:-1px;
	position:absolute;
	top:-1px;
	height:50px;
	width:50px;
	z-index:999;
}
.tour_list .item .pic{
	float:left;
	height:100px;
	width:125px;
}
.tour_list .item .pic img{
	border-radius:5px;
	height:100%;
	width:100%;
}
.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 .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:#9fdb37;
	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 .date{
	color:#666;
	font-size:1.4em;
}
.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:10px 10px 80px;}
.tour_detail .hd{
	border-bottom:dashed 1px #ccc;
	color:#f60;
	font-size:1.8em;
	line-height:22px;
	margin:0 auto;
	padding-bottom:8px;
}
.tour_detail .base_info{
	margin:0 auto;
	padding-top:12px;
}
.tour_detail .base_info p{
	color:#888;
 	font-family:宋体;	
	font-size:1.2em;
	padding-bottom:8px;
}
.tour_detail .base_info p span{ padding-right:20px;}
.tour_detail .base_info p strong{ color:#333;}
.tour_detail .base_info p em{
	color:#f60;
	font-family:Arial;
	font-size:1.2em;
}
.tour_detail .base_info .sheet{ width:100%;}
.tour_detail .base_info .sheet th{
	color:#888;
 	font-family:宋体;
	font-size:1.2em;
	line-height:20px;
	padding-bottom:5px;
	text-align:right;
	vertical-align:top;
	width:75px;
}
.tour_detail .base_info .sheet td{
	color:#888;
 	font-family:宋体;
	font-size:1.2em;
	line-height:20px;
	padding-bottom:5px;
	vertical-align:top;
}
.tour_detail .sign{ margin-top: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:solid 1px #d3d3d3;
	border-radius:5px;
	margin:10px 0;
	overflow:hidden;
}
.tour_detail .menu_detail .box{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f6f6f6));
	background:-moz-linear-gradient(top, #ffffff, #f6f6f6);
	background:-ms-linear-gradient(top, #ffffff, #f6f6f6);
	background:-o-linear-gradient(top, #ffffff, #f6f6f6);
	border-bottom:solid 1px #d3d3d3;
	color:#666;
	font-size:1.8em;
	height:50px;
	line-height:50px;
	padding:0 10px;
}
.tour_detail .menu_detail .box .item{
	background:url(icon_arrow3.png) no-repeat right center;
	background-size:18px 10px;
	height:50px;
	overflow:hidden;
}
.tour_detail .menu_detail .box .current{
	background:url(icon_arrow4.png) no-repeat right center;
	background-size:18px 10px;
	height:50px;
	overflow:hidden;
}
.tour_detail .menu_detail .box .item .one{
	background:#fff url(icon_tour1.png) no-repeat center center;
	background-size:21px 22px;
}
.tour_detail .menu_detail .box .item .two{
	background:url(icon_tour2.png) no-repeat center center;
	background-size:28px 20px;
}
.tour_detail .menu_detail .box .item .three{
	background:url(icon_tour3.png) no-repeat center center;
	background-size:21px 18px;
}
.tour_detail .menu_detail .box .item .four{
	background:url(icon_tour4.png) no-repeat center center;
	background-size:20px 25px;
}
.tour_detail .menu_detail .box .item .five{
	background:url(icon_tour5.png) no-repeat center center;
	background-size:20px 26px;	
}
.tour_detail .menu_detail .box .item span{
	border:solid 1px #ddd;
	border-radius:50px;
	box-shadow:0px 0px 0px 1px rgba(255,255,255,1);
	float:left;
	height:30px;
	margin-top:10px;
	width:30px;
}
.tour_detail .menu_detail .box .item label{	
	float:left;
	line-height:50px;
	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{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#262626));
	background:-moz-linear-gradient(top, #404040, #262626);
	background:-ms-linear-gradient(top, #404040, #262626);
	background:-o-linear-gradient(top, #404040, #262626);
	border:solid 1px #333;
	border-bottom:none;
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.18);
	height:65px;
}
.total .price{
	color:#fff;
	float:left;
	font-size:1.6em;
	padding-left:5px;
}
.total .price strong{
	color:#f60;
	display:inline-block;
	font-family:Arial;
	font-size:1.8em;
	margin-top:15px;
	margin-right:5px;
}
.total .price strong dfn{ font-size:0.8em;}
.total .btn_buy{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#feb900), to(#f37800));
	background:-moz-linear-gradient(top, #feb900, #f37800);
	background:-ms-linear-gradient(top, #feb900, #f37800);
	background:-o-linear-gradient(top, #feb900, #f37800);
	box-shadow:inset -1px 2px 2px 0px rgba(255,255,255,0.75);
	border:solid 1px #cca352;	
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	float:right;
	font-family:Microsoft YaHei;
	font-size:2.4em;
	height:48px;
	line-height:48px;
	margin-right:8px;
	margin-top:9px;	
	text-shadow:-1px -1px 0px rgba(0,0,0,0.7);
	width:150px;	
}

/*行程安排*/
.stroke{
	background:#fff;
	border-bottom:solid 1px #d3d3d3;
	padding:10px;
}
.stroke .day{
	background:url(daybg.png) no-repeat;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	height:26px;
	line-height:26px;
	width:72px;
	padding-left:18px;
}
.stroke .day span{
	font-family:Arial;
	padding:0 3px;
}
.stroke .title{ border-bottom:solid 2px #d3d3d3;}
.stroke .title span{
	border-bottom:solid 2px #f80;
	bottom:-2px;
	color:#f60;
	display:inline-block;
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
.stroke .tip{
	color:#f60;
	font-size:1.4em;
	line-height:20px;
	padding-bottom:10px;
}
.stroke .tip span{ color:#f00;}
.stroke p{
	color:#555;
	font-size:1.4em;
	line-height:22px;
	padding:10px 0;
}
.stroke img{
	width:100%;
	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;}

/*未选择出发班期提示*/
.nofill_popup{
	display:none;
	position:absolute;
	text-align:center;
	width:84%;
	z-index:99999;
}
.nofill_popup .title{
	background:rgba(255,127,0,0.8);
	border-radius:8px 8px 0 0;
	border-bottom:solid 1px #ddd;
	color:#fff;
	font-size:1.6em;
	height:35px;
	line-height:35px;
	text-align:center;
}
.nofill_popup .word{
	background:#fff;
	color:#333;
	font-size:1.6em;
	padding:10px 15px;
}
.nofill_popup .btn{
	background:#f5f5f5;
	border-top:solid 1px #ddd;
	border-radius:0 0 8px 8px;
	padding:10px 0;
}
.nofill_popup .btn span{
	background:#ff8533;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-size:1.6em;
	display:inline-block;
	line-height:30px;
	padding:0 30px;	
}

/*订单信息*/
.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(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(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(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(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;}

/*预订人信息*/
.contacts_msg{ margin-bottom:75px;}
.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(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(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{
	background:#fff;
	border:solid 1px #ddd;
	border-radius:10px;
	margin:20px 10px 0;
}
.dingzhi .hd{ padding:2px;}
.dingzhi .hd img{
	border-radius:8px 8px 0 0;
	vertical-align:top;
	width:100%;
}
.dingzhi .bd{ padding:20px 15px 20px;}
.dingzhi .bd .sheet{ width:100%;}
.dingzhi .bd .sheet th{
	color:#333;
	font-size:1.6em;	
	padding-top:12px;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
	width:80px;
}
.dingzhi .bd .sheet td{
	padding-bottom:10px;
	text-align:left;
	white-space:nowrap;
}
.dingzhi .bd .sheet td .text_input{
	background:#f5f5f5;
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	border:solid 1px #bfbfbf;
	border-radius:5px;
	color:#333;
	font-family:Microsoft YaHei;
	font-size:1.4em;
	height:40px;
	line-height:normal;
	text-indent:10px;
	vertical-align:middle;
	padding:1px;
	width:100%;
}
.dingzhi .bd .sheet td .text_input:focus{
	border:solid 2px #369ae8;
	padding:0;
}
.dingzhi .bd .sheet td .text_area{
	background:#f5f5f5;
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	border:solid 1px #bfbfbf;
	border-radius:5px;
	color:#333;
	font-family:Microsoft YaHei;
	font-size:1.4em;
	line-height:normal;
	vertical-align:middle;
	padding:1px;
	width:100%;
}
.dingzhi .bd .sheet td .text_area:focus{
	border:solid 2px #369ae8;
	padding:0;
}

/*签证*/
.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(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;
	overflow:hidden;
	padding:5px 0 3px 8px;
}

.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 10px;
}
.read_explain label{
	background:url(icon_xuan.jpg) no-repeat left 7px;
	color:#4c4c4c;
	cursor:pointer;
	float:left;
	font-family:微软雅黑;
	font-size:1.4em;
	line-height:30px;
	padding-left:30px;
}
.read_explain .current{ background:url(icon_xuan2.jpg) no-repeat left 4px;}
.read_explain a{
	color:#06c;
	float:left;
	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 .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(icon_arrow3.png) no-repeat right center;
	background-size:18px 10px;
	height:55px;
	line-height:55px;
}
.cruise_detail .menu_detail .box .current{
	background:url(icon_arrow4.png) no-repeat right center;
	background-size:18px 10px;
}
.cruise_detail .menu_detail .box .item .icon1{ background:url(icon_detail.png) no-repeat 0 0;}
.cruise_detail .menu_detail .box .item .icon2{ background:url(icon_detail.png) no-repeat 0 -35px;}
.cruise_detail .menu_detail .box .item .icon3{ background:url(icon_detail.png) no-repeat 0 -70px;}
.cruise_detail .menu_detail .box .item .icon4{ background:url(icon_detail.png) no-repeat 0 -105px;}
.cruise_detail .menu_detail .box .item .icon5{ background:url(icon_detail.png) no-repeat 0 -140px;}
.cruise_detail .menu_detail .box .item .icon6{ background:url(icon_detail.png) no-repeat 0 -175px;}
.cruise_detail .menu_detail .box .item .icon7{ background:url(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 .price{
	color:#999;
	font-size:1.6em;
	padding:0 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(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 .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;
}

/*附加费用*/
.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(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%;
}
.order_total{
	border-bottom:solid 1px #d1d1d1;
	color:#ff7f00;
	font-size:1.6em;
	padding:15px;
}
.order_total dfn{
	color:#ff7f00;
	font-family:Arial;
	font-size:1.2em;
}
.order_total strong{
	color:#ff7f00;
	font-family:Arial;
	font-size:1.6em;
}

/*选择舱房*/
.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;}
.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(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(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(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;}
.travel_book ol li{
	border-bottom:1px dotted #b3b3b3;
	height:45px;
	line-height:45px;
	overflow:hidden;
}
.travel_book ol li label{
	float:left;
	font-size:1.6em;
	color:#333;
}
.travel_book ol li .price{
	float:right;
	color:#ff7f00;
	font-size:2.2em;
	font-family:Arial;
}
.travel_book ol li .price dfn{
	font-size:0.7em;
	padding-right:3px;
}
.travel_book ol .amount{ border-bottom:none;}
.travel_book ol .amount label{
	color:#ff5500;
	font-size:2em;
}
.travel_book ol .amount .price{
	color:#ff5500;
	font-size:3em;
}