﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------reset 此區塊請勿更動*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 1 !important;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------------------------------------*/


body {
	font-family: Verdana, "微軟正黑體";
	margin: 0;
	padding: 0;
}
img {border: 0;}
hr {
	margin: 0;
	padding: 0;
	clear: both;
	visibility:hidden;
}
.hidden/*, h1, h2, h3*/ {display: none;}
a {*cursor: pointer;}

.clearfix:after, .tourin-city-list-main:after, .tourin-city-list-nameblock:after,
.tourin-city-imgpush-pricearea:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}
.colaweb-mainContainer a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	outline: none;
}


/*---------------------------------------------------------------------*/


/*工具按鈕*/
.colaweb-pattern .icon-tool_keep, .colaweb-pattern .icon-tool_compare {
	text-shadow: none;
	color: #c2c2c2;
	cursor: pointer;
}
.colaweb-pattern .icon-tool_keep {font-size: 26px;}
.colaweb-pattern .icon-tool_keep:hover:before {content: "\e922"; color: #33b5e6;}
.colaweb-pattern .active .icon-tool_keep:before {content: "\e921"; color: #d40f7d;}
.colaweb-pattern .icon-tool_compare {font-size: 28px;}
.colaweb-pattern .icon-tool_compare:hover:before {content: "\e918"; color: #33b5e6;}
.colaweb-pattern .active .icon-tool_compare:before {content: "\e917"; color: #33b5e6; font-size: 27px;}


/*工具按鈕_抖抖效果*/
@-webkit-keyframes rotate-z {
	0%, 100% {transform: rotateZ(0deg);}
	20%, 60% {transform: rotateZ(-15deg);}
	40%, 80% {transform: rotateZ(15deg);}
}
@-moz-keyframes rotate-z {
	0%, 100% {transform: rotateZ(0deg);}
	20%, 60% {transform: rotateZ(-15deg);}
	40%, 80% {transform: rotateZ(15deg);}
}
@-ms-keyframes rotate-z {
	0%, 100% {transform: rotateZ(0deg);}
	20%, 60% {transform: rotateZ(-15deg);}
	40%, 80% {transform: rotateZ(15deg);}
}
@keyframes rotate-z {
	0%, 100% {transform: rotateZ(0deg);}
	20%, 60% {transform: rotateZ(-15deg);}
	40%, 80% {transform: rotateZ(15deg);}
}
.colaweb-pattern .active .icon-tool_keep, .colaweb-pattern .active .icon-tool_compare {
	-webkit-animation: "rotate-z" 0.4s ease-in 0s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: "rotate-z" 0.4s ease-in 0s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: "rotate-z" 0.4s ease-in 0s;
	-ms-animation-fill-mode: forwards;
	animation: "rotate-z" 0.4s ease-in 0s;
	animation-fill-mode: forwards;
}


/*---------------------------------------------------------------------*/


/*主結構*/
.colaweb-mainContainer {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-width: 640px;
	max-width: 960px;
	margin: 0 auto;
	padding: 85px 8px 0;
	font-family: verdana,"微軟正黑體" !important;
	color: #333;
	text-shadow: #333 0em 0em 0em;	
}
.colaweb-mainblock {margin-bottom: 30px;}
.tourin_bottom_phonetitle {display: none;}

@media only screen and (min-width:959px) {
	.colaweb-mainContainer{padding: 0;}
}


/*---------------------------------------------------------------------*/


/*麵包屑*/
.colaweb_bread {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1;
}
.colaweb_bread p {
	font-size: 13px;
	line-height: 20px;
	font-family:verdana,"微軟正黑體" !important;
	display: inline-block;
}
.colaweb_bread p a, .colaweb_bread .bread_text {
	color:#333;
	display: inline;
}
.colaweb_bread p a:hover {color:#00a3e0;}
.colaweb_bread .icon-arrow_gray_right1 {
	font-size: 1em;
	color: #d7d7d7;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 4px;
	text-shadow: none;
}


/*選擇國家裡面的區域*/
.tourin-phone-poparea {display: inline;}
.tourin-area {
	display: inline;
	font-size: 14px;
	line-height: 34px;
}
.tourin-area-item {display: inline-block;}
.tourin-area-item a {
	color: #333;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
.tourin-area-item p {
	display: inline;
	vertical-align: middle;
}
.tourin-area-item-icon {
	width: 23px;
	height: 21px;
	display: inline-block;
	background: url(images/radio.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.tourin-area-item a:hover .tourin-area-item-icon {
	background: url(images/radio.png) -26px 0 no-repeat;
}	
.tourin-area-item.active a .tourin-area-item-icon {
	background: url(images/radio.png) -52px 0 no-repeat;
}
.tourin-area-item-icon-nolink .tourin-area-item-icon {
	background: url(images/radio.png) -78px 0 no-repeat;
}
.tourin-area-item-icon-nolink .tourin-area-item-icon ~ p {
	color: #999;
}	
.tourin-area-item.tourin-area-item-icon-nolink a {
	cursor: text;
}
.tourin-area-item.tourin-area-item-icon-nolink a:hover .tourin-area-item-icon {
	background: url(images/radio.png) -78px 0 no-repeat;
}

/*篩選區塊*/
.tourin_filter {
	border: 1px solid #99daf3;
	background-color: #f2fbff;
	margin-top: -1px;
	padding-top: 16px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
}
.tourin_filter_block {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tourin_filter_area {
	margin: 5px 20px 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
}
.tourin_filter_phonetitle {display: none;}
.tourin_filter_list {display: table-row;}
.tourin_filter_title_area {
	display: table-cell;
	width: 105px;
	vertical-align: top;
}
.tourin_filter_item_area {display: table-cell;}
.tourin_filter_list_name {margin-bottom: 16px;}
.tourin_filter_list_name .tourin_filter_title_area {
	vertical-align: middle;
	width: 125px;
}
.tourin_filter_list_name .jqTransformInputWrapper {width: 190% !important;}
.tourin_filter_list input, .tourin_filter_list_name input {background-color: transparent;}


.tourin_filter_title {margin-right: 15px;}
.tourin_filter_check_area, .tourin_filter_check_area li {display: inline-block;}
.tourin_filter_check_area {}
.tourin_filter_item_area .tourin_filter_check_area li {
	margin-left: 15px;
	margin-bottom: 12px;
	line-height: 22px;
}
.tourin_filter_check_area li {
	margin-bottom: 12px;
	line-height: 22px;
	position: relative;
}
.tourin_filter_check_area li .jqTransformCheckboxWrapper {padding-right: 5px;}
.tourin_filter_check_area li a.jqTransformCheckbox {
	position: relative;
	top: 3px;
}
.tourin_filter_check_area li img {margin-bottom: 2px;}
.tourin_filter_checktext {}
.tourin_filter_checktext strong {font-size: 20px; color: #ffc600;}

.tourin_filter_area_clear {
	border-bottom: 0;
	text-align: right;
	background-color: #f2fbff;
    margin-top: -15px;
	margin-bottom: 20px;
}

.tourin_filter_open, .tourin_filter_close {
	width: 100%;
	text-align: center;
	background-color: #ccedf9;
	margin-top: -5px;
	padding: 12px 0;
	border-radius: 0 0 3px 3px;
	cursor: pointer;
}
.tourin_filter_open:hover, .tourin_filter_close:hover {background-color: #b6e7f9;}
.tourin_filter_open p, .tourin_filter_close p {
	color: #00a3e0;
	padding-left: 5px;
	display: inline-block;
}
.tourin_filter_open span, .tourin_filter_close span {
	text-shadow: none;
	font-size: 12px;
	color: #00a3e0;
}
	

.tourin_filter_btn {
	font-size: 14px;
	font-family: verdana, "微軟正黑體";
	text-shadow: #00a3e0 0em 0em 0em !important;
	border: 1px solid #00a3e0;
	color: #00a3e0;
	border-radius: 2px;
	width: 88px;
	width: auto;
	min-width: 88px;
	height:33px;
	height:33px \9;
	line-height:1;
	line-height:27px \9;
	*height:auto;
	cursor:pointer;
	outline:none;
	text-align: center;
	display: inline-block;
	background-color:#f2fbff;
	position: absolute;
	right: 20px;
	top: 0;
}
.tourin_filter_btn:hover {color:#005eb8; border: 1px solid #005eb8;}
.tourin_filter_btn_del {display: none;}

.tourin_filter_pricebar {margin-top: 3px; margin-bottom: 15px;}
.tourin_filter_pricebar p {margin-left: 15px; display: inline-block;}
.tourin_filter_pricebar .jqTransformInputWrapper {
	width: 85px !important;
	margin-left: 3px !important;
}
.tourin_filter_open, .tourin_filter_close {position: relative;}

.tourin_filter_btn_bottom {
	position: inherit;
	margin-left: 10px;
}
.tourin_filter_area_clear .font_link_blue {
	color: #aaa;
	text-shadow: #aaa 0em 0em 0em !important;
	border-bottom-color: #cccccc;
}

	/*篩選區塊-月曆按鈕*/
	.colaweb-pattern .calendar_icon a{
		*display:block;
		display:inline-block;
		text-indent:-9999px;
		margin-left:2px;
		margin-top: -5px;
		background:url(../css/images/calendar_icon_search.png) left top;
		width:18px;
		height:20px;
		vertical-align:middle;
	}
	.colaweb-pattern .calendar_icon a:hover{
		background:url(../css/images/calendar_icon_search.png) right top;
	}
	#ui-datepicker-div {
		margin-top: 5px;
		margin-left: -6px;
	}



/*正在篩選的項目*/
.tourin_filter_point {
	margin: 10px 0 0 0;
	position: relative;
}
.tourin_filter_point_title {
	position: absolute;
	left: 0;
	top: 0;
}
.tourin_filter_point_area {margin-left: 100px;}
.tourin_filter_point_item {
	display: inline-block;
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 0 1px 6px 0;
	padding: 1px 8px;
	min-height: 19px;
	position: relative;
	top: -2px;
}
.tourin_filter_point_item_line {color: #ddd;}
.tourin_filter_point_item_star img {
	width: 16px;
	margin: -2px 0 0 -2px;
}
.tourin_filter_point_item_owl img {
	height: 16px;	
	margin: 0 -2px 0 0;
}



/*下方產品*/
.tourin-cityblock {margin-bottom: 35px;}
.tourin-city-title {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right 2px;
}
.tourin-city-title p, .tourin-city-title h2 {
	font-size: 20px;
	line-height: 30px;
	color: #84329b;
	text-shadow: #84329b 0em 0em 0em;	
	border-bottom: 3px solid #b583c2;
	display: inline-block;
	margin-bottom: -2px;
	padding: 0 10px;
	background-color: white;
}
.tourin-city-A .tourin-city-title {background-image: url(../images/tourin_title_japan.png);}
.tourin-city-B .tourin-city-title {background-image: url(../images/tourin_title_korea.png);}
.tourin-city-H .tourin-city-title {background-image: url(../images/tourin_title_hkmacao.png);}
.tourin-city-G .tourin-city-title {background-image: url(../images/tourin_title_china.png);}
.tourin-city-E .tourin-city-title {background-image: url(../images/tourin_title_bali.png);}
.tourin-city-C .tourin-city-title {background-image: url(../images/tourin_title_thai.png);}
.tourin-city-D .tourin-city-title {background-image: url(../images/tourin_title_singamala.png);}
.tourin-city-F .tourin-city-title {background-image: url(../images/tourin_title_indochina.png);}
.tourin-city-J .tourin-city-title {background-image: url(../images/tourin_title_guam.png);}
.tourin-city-I .tourin-city-title {background-image: url(../images/tourin_title_usacanada.png);}
.tourin-city-L .tourin-city-title {background-image: url(../images/tourin_title_russiaEu.png);}
.tourin-city-K .tourin-city-title {background-image: url(../images/tourin_title_australia.png);}
.tourin-city-M .tourin-city-title {background-image: url(../images/tourin_title_mesAsia.png);}


/*下方產品-條列版*/
.tourin-city-list {margin-bottom: 30px;}
.tourin-city-list-theme {
	margin-bottom: 20px;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}
.tourin-city-list-theme p {
	font-size: 16px;
	color: #84329b;
	text-shadow: #84329b 0em 0em 0em;
	display: inline-block;
	padding-left: 4px;
}
.tourin-city-list-theme p::before {
	content: '';
	border-width: 6px 8px;
    border-style: solid;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-color: transparent transparent transparent #b584c3;	
}
.tourin-city-list-departure {
	border-bottom: 1px dashed #e5e5e5;
	/*margin-bottom: 8px;*/
	padding-bottom: 6px;
}
.tourin-city-list-departure p {
	font-size: 14px;
	color: #333;
	text-shadow: #333 0em 0em 0em;
	vertical-align: middle;
	padding-left: 10px;
}
.tourin-city-list-departure p .icon-tool_location {
	font-size: 16px;
	color: #9d5baf;
	vertical-align: middle;
	margin-bottom: 2px;
	display: inline-block;
}

.tourin-city-list-block {display: table; margin-bottom: 25px;}
.tourin-city-list-block li {display: table-row;}
.tourin-city-list-keep, .tourin-city-list-main, .tourin-city-list-compare {
	display: table-cell;
	border-bottom: 1px dashed #e5e5e5;
	padding: 4px 0;
}

.tourin-city-list-keep {
	width: 40px;
	height: 100%;
	vertical-align: top;
}
.tourin-city-list-keep .icon-tool_keep {
	display: inline-block;
	margin-top: -2px;
	padding: 2px 10px 5px 5px;
	vertical-align: text-top;
}
.tourin-city-list-main {position: relative; vertical-align: middle;}
.tourin-city-list-nameblock {}
.tourin-city-list-nameblock a {
	width: 100%;
	height: 100%;
	display: block;
}
a .tourin-city-list-name {
	float: left;
	width: calc(100% - 105px);
}
a .tourin-city-list-name p,
a .tourin-city-list-name h3 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	display: inline;
	margin-right: 8px;
}
a:hover .tourin-city-list-name p,
a:hover .tourin-city-list-name h3 {
	color: #00a3e0;
	text-shadow: #00a3e0 0em 0em 0em;
}
a .tourin-city-list-name p.tourin-city-list-promo,
a .tourin-city-list-name h3.tourin-city-list-promo {
	color: #009a44;
	text-shadow: #009a44 0em 0em 0em;
	display: inline-block;	
}
.tourin-city-list-price {
	float: right;
	width: 105px;
	text-align: right;
}
.tourin-city-list-price p {
	font-size: 14px;
	line-height: 24px;
	color: #E85B20;
	min-height: 48px;
	text-shadow: #E85B20 0em 0em 0em;
}
.tourin-city-list-dateblock {
    position: absolute;
    right: 0;
	top: 29px;
}
.tourin-city-list-dateblock a, .tourin-city-list-dateblock a:visited {
	color: #999;
	text-shadow: #999 0em 0em 0em;
}
.tourin-city-list-dateblock a:hover {color: #00a3e0;}
.tourin-city-list-date {
	display: inline-block;
}
.tourin-city-list-date li {
	font-size: 13px;
	line-height: 22px;
	display: inline-block;
	margin-right: 10px;
}
.tourin-city-list-date li:nth-child(2), .tourin-city-list-date li:nth-child(3) {
	display: none;
}	
.tourin-city-list-date:after {
	content: 'more';
	font-size: 13px;
	line-height: 22px;
}
.tourin-city-list-compare {
	width: 45px;
	height: 100%;
	vertical-align: top;
}
.tourin-city-list-compare .icon-tool_compare {
	display: inline-block;
	margin-top: -2px;
	padding: 2px 4px 5px 11px;
	vertical-align: text-top;
}

@media only screen and (min-width:767px) {
	.tourin-city-list-dateblock {position: static;}
	.tourin-city-list-nameblock {display: inline-block; float: left; width: calc(100% - 95px);}
	.tourin-city-list-dateblock {display: inline-block; float: right;}
	.tourin-city-list-price p {min-height: auto;}
}	
@media only screen and (min-width:860px) {
	.tourin-city-list-date li:nth-child(2) {display: inline-block;}
	.tourin-city-list-nameblock {width: calc(100% - 150px);}

}


/*(電腦版)右側工具列*/
.tourin_tool {
	font-family: verdana, "微軟正黑體";
	width: 46px;
    height: 100%;
    line-height: 1;
    position: fixed;
    right: 0px;
	top: 0;
	z-index: 2;
	background-color: #e6e6e6;
	border-radius: 15px 0 0 15px;
	display: none;
}
.tourin_tool_area {
	position: fixed;
	right: 0;
	top: 24%;
}
.tourin_tool_area li {
	width: 46px;
	height: 46px;
	display: block;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.tourin_tool_area li:last-child {margin-bottom: 0;}
.tourin_tool_area li span {
	width: 88px;
	height: 31px;
	display: none;
	color: white;
	text-shadow: white 0em 0em 0em;
	background-color: #00a3e0;
	position: absolute;
	left: -88px;
	padding-top: 15px;
	text-align: center;
}
.tourin_tool_area li span:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent #00a3e0;
	content: "";
	position: absolute;
	right: -9px;
	top: 16px;
}
.tourin_tool_area li:hover {background-color: #66c8ec;}
.tourin_tool_area li:hover span {display: inline-block;}

.tourin_tool_area li.tourin_tool_location a, .tourin_tool_area li.tourin_tool_filter a,
.tourin_tool_area li.tourin_tool_search a, .tourin_tool_area li.tourin_tool_pattern a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
}
.tourin_tool_area li.tourin_tool_location a:before,
.tourin_tool_area li.tourin_tool_filter a:before,
.tourin_tool_area li.tourin_tool_pattern a:before,
.tourin_tool_area li.tourin_tool_search a:before,
.tourin_tool_area li.tourin_tool_qa:before,
.tourin_tool_area li.tourin_tool_gotop:before {
	font-family: 'icomoon' !important;
	font-size: 29px;
	line-height: 46px;
	color: #b0b6b9;
	text-shadow: none;
	text-decoration: none;
}
.tourin_tool_area li.tourin_tool_location a:before {content: "\e936";}
.tourin_tool_area li.tourin_tool_filter a:before {content: "\e91d";}
.tourin_tool_area li.tourin_tool_pattern a:before {content: "\e924";}
.tourin_tool_area li.tourin_tool_search a:before {content: "\e929";}
.tourin_tool_area li.tourin_tool_qa:before {content: "\e935"; margin-left: 5px;}
.tourin_tool_area li.tourin_tool_gotop:before {content: "\e91e"; text-indent: 0;}

.tourin_tool_area li.tourin_tool_gotop {text-align: center; text-indent: 0;}
.tourin_tool_area li:hover a:before,
.tourin_tool_area li:hover:before {color: white;}

@media only screen and (min-width: 1060px) {
	.tourin_tool {display: block;}
}


/*(平板)右下浮動工具_線上諮詢*/
.tourin_tool_tablet {
	position: fixed;
    right: 20px;
    bottom: 30px;
	background-color: #ececec;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	box-shadow: 1px 1px 0 #cbcbcb;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.tourin_tool_tablet a {
	width: 100%;
	height: 100%;
	display: block;
}	
.tourin_tool_tablet .icon-tool_qa {
	font-size: 28px;
	color: #b0b6b9;
	display: inline-block;
	margin-top: 10px;
	margin-left: 3px;
}
.tourin_tool_tablet:hover {
	background-color: #4cbee9;
	box-shadow: 1px 1px 0 #0094cb;
	
}
.tourin_tool_tablet:hover .icon-tool_qa {
	color: white;
}

@media only screen and (min-width: 1060px) {
	.tourin_tool_tablet {display: none;}
}



/*(手機版)置底功能四按鈕*/
.tourin-tool-phonedown {display: none;}
	


/*比較功能先拿掉*/
.tourin-city-imgpush-compare {display: none !important;}
.tourin-city-imgpush-tool {width: 30px;}
.tourin-city-imgpush-name p {margin-right: 40px;}
.tourin-city-list-compare {display: none;}
.tourin-city-list-main {padding-right: 5px;}



/*---------------20180903修改 START---------------*/
/*解決綠色促銷字拿掉會縮排跑版的問題*/
.tourin-city-list-block {width: 100%;}

/*收藏功能先拿掉*/
.tourin-city-list-keep {display: none !important;}
.tourin-city-list-departure p {padding-left: 0;}
a .tourin-city-list-name {padding-left: 2px; width: calc(100% - 107px);}

/*新增 篩選條件無結果文字*/
.tour-nodata {width: 100%; background-color: #eeeeee; margin-bottom: 30px; margin-top: -15px;}
.tour-nodata-area {padding: 40px 30px 50px; text-align: center;}
.tour-nodata-area img {margin-bottom: 15px; width: 60px;}
.tour-nodata-area p {font-size: 22px; line-height: 36px;}

/*篩選月曆日期格子拉長*/
.tourin_filter_datebar {margin-top: 3px; margin-bottom: 15px;}
.tourin_filter_datebar p {margin-left: 15px; display: inline-block;}
.tourin_filter_datebar .jqTransformInputWrapper {
	width: 103px !important;
	margin-left: 3px !important;
	margin-right: 5px !important;
}

/*篩選的 input 在 hover 不要有陰影*/
.tourin_filter input[type=text]:focus, .tourin_filter input[type=text]:hover {
	box-shadow: none !important;
}

/*篩選價格input動態預設價格*/
.tourin_filter_pricebar input::placeholder {
	color: #ccc;
	text-shadow: #ccc 0em 0em 0em !important;	
	font-family: verdana, "微軟正黑體" !important;
	font-size: 16px;
}

/*新增 篩選價格拉BAR*/
.tourin_filter_price_sliderbar {display: inline-block; margin: 0 0 12px 20px;}
.tourin_filter_price_sliderbar .theme-green .back-bar,
.tourin_filter_price_sliderbar .theme-green .back-bar .selected-bar,
.tourin_filter_price_sliderbar .theme-green .back-bar .pointer {
	background-image: none;
}
.tourin_filter_price_sliderbar .theme-green .back-bar {background-color: #e6e6e6;}
.tourin_filter_price_sliderbar .theme-green .back-bar .selected-bar {background-color: #33b5e6;}
.tourin_filter_price_sliderbar .theme-green .back-bar .pointer {
	width: 16px;
    height: 16px;
    top: -6px;
	border: 2px solid #33b5e6;
	background-color: white;
	outline: none;
	cursor: pointer;
}
.tourin_filter_price_sliderbar .slider-container .back-bar .pointer-label {
	top: -24px;
	background: #f2fbff;
	font-size: 14px;
	color: #333;
	font-family: Verdana;
}
.tourin_filter_pricebar {
	position: relative;
	margin-top: 28px;
	margin-bottom: 20px;
	z-index: 0;
}
.tourin_filter_title_area_pricebar {vertical-align: middle;}
.tourin_filter_pricebar p {position: relative; top: -12px;}
.tourin_filter_price_sliderbar .slider-container .scale ins {display: none;}

/*限制電腦版文字在一行內*/
@media only screen and (min-width: 950px) {
	a .tourin-city-list-name p,
	a .tourin-city-list-name h3 {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block;
	}
}

/*新增 排序功能*/
.tourin-sort {
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	font-family: verdana, "微軟正黑體" !important;
	min-height: 30px;
}
.tourin-sort p, .tourin-sort li {font-size: 14px;}
.tourin-sort-total {float: left;}
.tourin-sort-total p, .tourin-sort-total h1 {line-height: 30px;}
.tourin-sort-total h1 {
	display: block;
	font-size: 14px;
}
.tourin-sort-num {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}


/*圖片連結改成資訊部的位置*/
.tourin-choose {background-image: url(/C000_Portal/css/Portal/Tour/images/dashed-line.png);}
.tourin-area-item-icon {background-image: url(/C000_Portal/css/Portal/Tour/images/radio.png);}
.tourin-area-item a:hover .tourin-area-item-icon {background-image: url(/C000_Portal/css/Portal/Tour/images/radio.png);}
.tourin-area-item.active a .tourin-area-item-icon {background-image: url(/C000_Portal/css/Portal/Tour/images/radio.png);}
.tourin-area-item-icon-nolink .tourin-area-item-icon {background-image: url(/C000_Portal/css/Portal/Tour/images/radio.png);}
.tourin-area-item.tourin-area-item-icon-nolink a:hover .tourin-area-item-icon {background-image: url(/C000_Portal/css/Portal/Tour/images/radio.png);}
.colaweb-pattern .calendar_icon a {background-image: url(/C000_Portal/css/Portal/Tour/images/calendar_icon_search.png);}
.colaweb-pattern .calendar_icon a:hover {background-image: url(/C000_Portal/css/Portal/Tour/images/calendar_icon_search.png);}
.tourin-city-A .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_japan.png);}
.tourin-city-B .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_korea.png);}
.tourin-city-H .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_hkmacao.png);}
.tourin-city-G .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_china.png);}
.tourin-city-E .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_bali.png);}
.tourin-city-C .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_thai.png);}
.tourin-city-D .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_singamala.png);}
.tourin-city-F .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_indochina.png);}
.tourin-city-J .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_guam.png);}
.tourin-city-I .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_usacanada.png);}
.tourin-city-L .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_russiaEu.png);}
.tourin-city-K .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_australia.png);}
.tourin-city-M .tourin-city-title {background-image: url(/C000_Portal/Images/Portal/TourIn/tourin_title_mesAsia.png);}
.tourin-city-imgpush-img {background-image: url(/C000_Portal/css/Portal/Tour/images/defaultImg.svg);}


/*---------------20180903修改 END---------------*/


/*---------------20180921修改 START---------------*/
/*調整月曆位子*/
.base-demo-wrap {
	top: -33px !important;
	margin-left: -276px !important;
}

/*調整列表行程灰色日期*/
.tourin-city-list-main {padding-right: 0;}
.tourin-city-list-date li {margin-right: 3px; margin-left: 3px;}
.tourin-city-list-date:after {content: '';}
.tourin-city-list-date li:nth-child(3):after {
	content: '…';
	margin-left: 5px;
	font-size: 13px;
    line-height: 22px;
}
.tourin-city-list-date li:nth-child(2), .tourin-city-list-date li:nth-child(3) {
	display: inline-block;
}
.tourin-city-list-price {width: 96px;}
a .tourin-city-list-name {width: calc(100% - 98px);}
@media only screen and (min-width: 767px) {
	.tourin-city-list-dateblock {float: left; margin-left: 5px;}
	.tourin-city-list-nameblock {width: calc(100% - 157px);}
}
@media only screen and (min-width: 860px) {
	.tourin-city-list-nameblock {width: calc(100% - 156px);}
}
@media only screen and (min-width: 950px) {
	a .tourin-city-list-name p.tourin-city-list-promo:before,
	a .tourin-city-list-name h3.tourin-city-list-promo:before {
		content: ' • ';
		margin-left: 8px;
	}
}

/*---------------20180921修改 END---------------*/


/*20181002修正篩選bar價錢數字會疊在一起的問題*/
.tourin_filter_price_sliderbar {margin-left: 35px;}
.tourin_filter_price_sliderbar .slider-container .back-bar .pointer-label.low {margin-left: -25px;}
.tourin_filter_price_sliderbar .slider-container .back-bar .pointer-label.high {margin-left: 30px;}
.tourin-city-popup {min-height: 70px;}


/*20181219修改右側選取國家地區*/
.tourin_tool_area li.tourin_tool_location a:before {content: "\e924";}

.tourin-area-location {display: none;}


/*下方產品條列分類標 拿掉灰底線 換成紫色底線*/
.tourin-city-list-theme {border-bottom: 2px solid #ede0f0;}






/*------------------------Pattern Search(colaweb-pattern)------------------------*/

/*關鍵字搜尋區塊*/
.pattern-area {
	border: 1px solid #d5d5d5;
	padding: 18px 20px 15px;
    font-size: 14px;
}
.pattern-keyword-block {margin-bottom: 20px;}
.pattern-keyword-block > div {display: inline-block; vertical-align: top;}

.pattern-keyword-title {margin-right: 10px;}
.pattern-keyword-title p {line-height: 30px;}

.pattern-keyword-input {width: calc(100% - 162px); margin-right: 10px;}
.pattern-keyword-input input.uniform-input,
.pattern-keyword-input input {
	background: inherit;
	border: solid 1px #d4d4d4;
	/* box-shadow: inset 0px 1px 3px #eeeeee; */
	background-color: #FFFFFF;
	border-radius: 2px;
	line-height: 26px;
	color: #333 !important;
	text-indent: 5px;
	font-family: Verdana;
	padding: 0 2px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	font-family: verdana, "微軟正黑體";

	width: calc(100% - 4px);
	height: 28px;
	cursor: text;
}
.pattern-keyword-input input:hover,
.pattern-keyword-input input:focus {
	border: solid 1px #00a3e0;
	box-shadow: 0px 1px 3px #d4d4d4;
}

.pattern-keyword-btn {width: 90px;}
.pattern-keyword-btn .btn_blue {
	font-size: 15px;
	width: calc(100% - 30px);
	color: white;
	text-shadow: white 0em 0em 0em;
}
.pattern-keyword-btn .btn_blue:hover {color: white;}	
.pattern-keyword-btn .btn_blue img {margin: -2px 0px 0px 6px;}

/*------*/

.pattern-option > div {display: inline-block; vertical-align: top;}

.pattern-option-title {width: 80px;}
.pattern-option-title p {line-height: 33px;}

.pattern-option-area {
	width: calc(100% - 85px);
	background: url(/C000_Portal/css/Portal/Tour/images/dashed-line.png);
}
.pattern-option-area .tourin-area-item a {
	line-height: 30px;
	margin-bottom: 5px;
    margin-top: 1px;
}


/*篩選項目*/
.colaweb-pattern input.uniform-input {box-shadow: none;}
	


/*搜尋結果行程列表*/
.colaweb-pattern .tourin-city-list-departure {margin-bottom: 8px;}

.colaweb-pattern .tourin-city-list-block > li, 
.colaweb-pattern .tourin-city-list-keep,
.colaweb-pattern .tourin-city-list-main,
.colaweb-pattern .tourin-city-list-compare {display: inline-block !important;}
.colaweb-pattern .tourin-city-list-block > li {
	width: 100%;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 8px;
	padding-bottom: 20px;
}
.colaweb-pattern .tourin-city-list-keep,
.colaweb-pattern .tourin-city-list-main,
.colaweb-pattern .tourin-city-list-compare {border-bottom: none;}
.colaweb-pattern .tourin-city-list-main {width: calc(100% - 85px);}
.colaweb-pattern .tourin-city-list-main,
.colaweb-pattern .tourin-city-list-compare {margin-left: -6px;}

.colaweb-pattern .pattern-content {margin: 0 20px;}
.colaweb-pattern .pattern-imgpush {
	width: 140px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.colaweb-pattern .pattern-imgpush img {width: 100%; height: 100%;}
.colaweb-pattern .pattern-text {
	width: calc(100% - 155px);
	display: inline-block;
	margin-top: 20px;
	margin-left: 9px;
}
.colaweb-pattern .pattern-text p {
	font-size: 14px;
	line-height: 27px;
	color: #777;
}
.colaweb-pattern .pattern-text a.pattern-text-link {
	display: none;
}	
.colaweb-pattern .pattern-text p strong {
	color: #fc4c02;
	text-shadow: #fc4c02 0em 0em 0em;
}
.colaweb-pattern .pattern-text-cut {
	height: 55px;
    position: relative;
    overflow: hidden;
}
.colaweb-pattern .pattern-text-cut::after {
	content: "…";
	font-size: 13px;
	line-height: 27px;
    color: #777;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 4px;
    padding-right: 2px;
}

	/*隱藏"收藏" 和 "比較"*/
	.colaweb-pattern .tourin-city-list-keep,
	.colaweb-pattern .tourin-city-list-compare {
		display: none !important;
	}
	.colaweb-pattern .tourin-city-list-main {
		width: 100%;
		margin-left: 0;
	}

	/*增加關鍵字和標題分隔線*/
	.colaweb-pattern .pattern-content {border-top: 1px dashed #ddd;}
	.colaweb-pattern .tourin-city-list-block > li, .tourin-city-list-departure {
		border-bottom: 1px solid #e5e5e5;
	}
	.colaweb-pattern .pattern-imgpush {
		margin-top: -1px;
		background: url("/C000_Portal/css/Portal/Tour/images/defaultImg.svg") 50% 50% no-repeat #f0efed;
		background-size: auto 100%;
	}

	/*圖片 hover 過去標題變色*/
	.pattern-imghover {color: #00a3e0 !important; text-shadow: #00a3e0 0em 0em 0em;}
	

/*關鍵字查無結果*/
.colaweb-pattern .pattern-keyword {margin-top: 15px;}
.colaweb-pattern .pattern-keyword p {display: inline-block; font-size: 18px; margin: 0 5px;}
.colaweb-pattern .pattern-keyword p a {color: #00a3e0; text-shadow: #00a3e0 0em 0em 0em;}
.colaweb-pattern .pattern-keyword p a:hover {color: #005eb8;}	


/*把選擇地區移到總筆數的上方*/
.pattern-keyword-block {margin-bottom: 5px;}
.pattern-option-title {width: 30px;}
/*.pattern-option-title p {text-align: center;}*/
.pattern-option {font-size: 14px; /*margin: 0 18px;*/}
.pattern-option-area {width: calc(100% - 35px); margin-bottom: 20px;}


/*20190510新增熱門關鍵字選項*/
.pattern-area {position: relative;}
.pattern-keyword-choose {
    position: absolute;
	top: 52px;
    left: 76px;
	width: 450px;
    background: #fff;
    z-index: 10000;
	border: 1px solid #00a3e0;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	font-family: verdana, "微軟正黑體";
	text-shadow: #333 0em 0em 0em !important;
}
.pattern-keyword-choose-close {
	position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 42px;
    display: block;
    text-align: left;
    cursor: pointer;
}
.pattern-keyword-choose-close:before {
	font-family: 'icomoon' !important;
    content: "\e931";
    font-size: 12px;
    line-height: 1;
	color: #00a3e0;
    text-shadow: none;
    position: absolute;
    top: 18px;
	right: 10px;
}
	
.pattern-keyword-choose:after, .pattern-keyword-choose:before {
    content: '';
    position: absolute;
	left: 60px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid transparent;
}
.pattern-keyword-choose:before {
	border-bottom: 10px solid #00a3e0;
    bottom: 100%;
    top: -22px;
}
.pattern-keyword-choose:after {
    border-bottom: 10px solid #fff;
    z-index: 2;
    top: -18px;
}

.pattern-keyword-choose a {color: #333;}
.pattern-keyword-choose a:hover {color: #00a3e0;}

.pattern-keyword-choose-area {margin: 18px 0 15px; font-size: 14px;}
.pattern-keyword-choose-title {
	margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}
.pattern-keyword-choose-title p {font-size: 15px; padding: 0 15px;}

.pattern-keyword-choose-block {margin: 0 15px 10px;}
.pattern-keyword-choose-block p {
	float: left;
	color: #00a3e0;
	text-shadow: #00a3e0 0em 0em 0em;
    border-radius: 2px;
    line-height: 1;
    margin-right: 10px;
    padding: 5px 0;
}
.pattern-keyword-choose-block ul {
	float: left;
	width: calc(100% - 68px);
}
.pattern-keyword-choose-block li {
	float: left;
	line-height: 1;
	margin-right: 8px;
    margin-bottom: 8px;
	padding: 4px 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
	cursor: pointer;
}
.pattern-keyword-choose-block li:hover {
	background: #ccedf9;
	border: 1px solid #ccedf9;
}	
	/*修改成無框深藍色字*/
	.pattern-keyword-choose {
		border: 1px solid #d4d4d4;
		box-shadow: 2px 2px 11px #b9b9b9;
	}	
	.pattern-keyword-choose-close:before {color: #aaa;}
	.pattern-keyword-choose:before {border-bottom: 10px solid #d4d4d4;}
	.pattern-keyword-choose-title {margin: 15px 10px;}
	.pattern-keyword-choose-title p {padding: 0 5px;}
	.pattern-keyword-choose-block p {color: #005eb8; text-shadow: #005eb8 0em 0em 0em;}	



/*20191016 新增團名關鍵字標色字*/
a .tourin-city-list-name p strong,
a .tourin-city-list-name h3 strong {
	color: #fc4c02;
    text-shadow: #fc4c02 0em 0em 0em;
}
	
/*20201015 修改篩選第一項寬度不要壓到開始篩選按鈕*/
.tourin_filter_list:first-child{
    display: block;
    width: calc(100% - 94px);
}
