@charset "UTF-8";
.row-no-gutter {
	margin: 0px;
	padding: 0px;
	float: none;
}
.top-menu > div{
	width:100%
}
*{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.select_board,.daterangepicker *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p{margin:0;}

.ui-datepicker-month, .ui-datepicker-year{
	height: 17px !important;
	padding: 0px 6px !important;
}
.hidden, h1, h2, h3 {
	display: none;
}
.footer_group_content h2{
	display: block;
}

#search_body_header div,#advance_btn,.airline,.airline_airline,.airline_airline_icon{
	cursor: pointer;
}
/* 搜尋框 */
#search_banner_wrapper{
	width:100%;
	height: 318px;
	margin: 0px auto 0 auto;
	/* position: relative; */
	z-index: 21;
	background: #f7f7f7;
	background: url(../images/search_bgv2.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	/* padding: 53px 0; */
}
.search_title{
	margin-top:14px;
	margin-left:24px;
}
.search_body_box_title{
	position: absolute;
	top: 53px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 2px 5px rgba(35, 40, 49, 0.45);
	display: inline-block;
	margin: 0;
}
#search_body_box{
	/* position: absolute; */
	z-index: 1;
	/* top:200px; */
	/* left:75px; */
	width: 1100px;
	height: 318px;
	margin: 0 auto;
	position: relative;
}

/*skyscanner_search*/
.skyscanner_iframe{
	width:851px;
	height:494px;
	overflow:hidden;
	background: #032335;
	border: 0;
}
#skyscanner_search{
	/*height:373px;*/
	/* position:absolute; */
	/* z-index: 2000; */
	/* left: -70px; */
	/* background-color:white; */
	/* display: none; */
	position: absolute;
	top: 148px;
	/* left: 37px; */
	width: 100%;
	height: 150px;
}
.skyscanner_left{
	width:35px;
	height:373px;
	background: url(../images/skyscaner_orange_bar.jpg) no-repeat;
	background-position:0px 0px;
	float:left;
	cursor:pointer;
}
.skyscanner_left:hover{
	background-position:0px -373px;
}
.skyscanner_content{
	width:851px;
	height:210px;
	float:left;
	/*border-top: solid #FF9e00 4px;
	border-bottom: solid #FF9e00 4px;*/
	/*display:none;*/
	padding: 22px 0;
	background: #032335;
}
.skyscanner_search_box{
	margin: 28px 20px 0 10px;
}
.skyscanner_right{
	width:35px;
	height:373px;
	background: url(../images/skyscaner_green_bar.jpg) no-repeat;
	background-position:0px 0px;
	float:left;
	cursor:pointer;
}
.skyscanner_right:hover{
	background-position:0px -373px;
}
.js-white-label-selector{
	display:none;
}
.orange_title{
	width:477px;
	height:24px;
	background: url(../images/ornge_bar.png) no-repeat;
}
.orange_hr {
	width: 97px;
	border-bottom: solid 5px #ff9e00;
	margin-top: 14px;
}

/**********************FROM RESULT**********************/

#search_board{
	width:1100px;
	background:url(../images/search_background.png);
	height:156px;
	
	border-radius: 5px;
	position:absolute;
	top:0px;
	left:0px;
/*	padding:10px 11px 9px 9px;*/
}
#search_board.closed{
	height:93px !important;
}
#search_board.closed #search_type{
	display:none !important;
}
#search_board.closed > .basic_search {
	margin: 21px auto !important;
}
#search_board.closed .basic_search_btn{
	color:var(--funtime-color) !important;
	background:white !important;
	padding-left:38px !important;
}
#search_board.closed > .cheap_date_label{
	display:none;
}
#search_board.closed .change{
	display:block;
}
#search_board.closed .search{
	display:none;
}
#search_type{
	height: 24px;
	/* padding-top:16px; */
	/* padding-left:31px; */
	display: table;
	position: absolute;
	top: 101px;
	left: 36px;
}
#search_type > *{
	display: inline-block;
	position: relative;
}
#search_type span{
	margin: 0 17px;
	color: #ebebeb;
	font-size: 18px;
	line-height: 24px;
}
.type_box{
	height: 24px;
	font-size: 18px;
	color: white;   
	/*border-bottom: solid 2px #ebebeb;*/
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	position:relative;
}

.type_box:hover,.type_box.now{
	font-weight: 900;   
	text-shadow: 0 1px 1px #000;
	color: #ffffff;
	border-bottom: solid 2px #ffffff;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
}
.type_box.now:after{
	content:"";
	border: 3px solid transparent;
	border-top-color: white;
	z-index: 100;
	position: absolute;
	bottom: -8px;
	left: calc( 50% - 3px );
}
.skyscanner.type_box.now:after{
	left: 32px;
}
.clearfix:before,  .clearfix:after {
	/* content:""; */
	display:table;
}
.clearfix:after {
	clear:both;
	overflow:hidden;
}
.clearfix {
	zoom:1; /* IE < 8 */
}
.basic_search{
	width: 1100px;
	height: 77px;
	margin: 3px auto 0;
	position: absolute;
	top: 148px;
	border-radius: 37px;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.3);
}
.basic_search>div{
	float:left;
	background:white;
	height: 58px;
	font-size: 18px;
	line-height: 29px;
	position: relative;
	padding:9px 0 9px;
}
.basic_search>div>span{
	width:100%;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
#btn_fromcity img ,#btn_RCC img,.basic_search_date img,.basic_search_people img{
	padding-left: 9px;
}
#btn_fromcity>p>img ,#btn_RCC>p>img,.basic_search_date >img {
	margin-bottom: 4px;
}

.basic_search_people img{
	padding-bottom: 4px;
}
div.basic_search_from_city {
	width: 181px;
	border-radius: 40px 0 0 40px;
	padding-left: 56px;
	cursor:pointer;
}
.basic_search_from_city p,.basic_search_RCC p,div.basic_search_date,.basic_search_people p{
	font-size: 16px;
	color: #aaaaaa;
}
.basic_search_date span{
	font-size: 18px;
	color: #333;
}
div.basic_search_block {
	width: 22px;
	line-height: 59px !important;
}
#go_change_btn,#back_change_btn{
	width:22px;
	height:24px;
	cursor:pointer;
	background-image:url(../images/icon_change_default.svg);
	background-size:100% 100%;
	vertical-align: middle;
	display: inline-block;
}
#go_change_btn:hover,#back_change_btn:hover{
	background-image:url(../images/icon_change_hover.svg);
}

div.basic_search_RCC {
	width: 186px;
	padding-left: 16px;
	cursor:pointer;
}

div.basic_search_date {
	width: 204px;
	margin-left:2px;
	padding-left: 15px;
	cursor:pointer;
}
.backdate_wording{
	display:inline-block;
}
div.basic_search_people{
	width: 235px;
	margin-left:2px;
	padding-left: 14px;
	cursor:pointer;
}
div.basic_search_btn {
	width: 142px;
	margin-left:2px;
	color:white;
   
	border-radius: 0px 40px 40px 0px;
	padding-left: 23px;
	font-weight:900;
	cursor:pointer;
	box-shadow: 0 3px 6px 0 rgba(43, 48, 54, 0.18);
	background-image: linear-gradient(to right, var(--funtime-color), #f57300);
}
.search{
	line-height: 58px;
	letter-spacing: 1.3px;
	font-size:  20px !important;
}

.basic_search_btn > .search >img{
	margin-left: 8px;
	margin-bottom: 3px;
}
.basic_search_btn > .change >img{
	margin-left:27px;
	margin-bottom: 3px;
}
#search_board .change{
	display:none;
}
.cheap_date_label,.forward_label,.openlcc_label{
	font-weight:normal;
	color:white;
	font-size: 15px;
	/* margin-left: 461px; */
	margin-top: 12px;
	position: absolute;
	top: 231px;
	left: 480px;
}
.forward_label{
	left: 699px;
}
.openlcc_label{
	left:833px;
}
.cheap_date_label > input[type="checkbox"],.forward_label > input[type="checkbox"],.openlcc_label > input[type="checkbox"]{
	display:none;
}
.cheap_date_label > input[type="checkbox"] + span,.forward_label > input[type="checkbox"] + span,.openlcc_label > input[type="checkbox"] + span{
	background: url('../images/checkbox_off.svg') no-repeat 0 0px;
	padding-left: 29px;
	cursor: pointer;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.cheap_date_label > input[type="checkbox"]:checked +span,.forward_label > input[type="checkbox"]:checked +span,.openlcc_label > input[type="checkbox"]:checked +span{
	background: url('../images/checkbox_on.svg') no-repeat 0 0px;
}

.block{
	position: absolute !important;
	float: none !important;
	width: 474px;
	height: 51px;
	cursor: default;
	background: transparent !important;
	top: 0;
	left: 429px;
	z-index: 1000;
	display:none;
}
.block2{
	position: absolute !important;
	float: none !important;
	width: 131px;
	height: 51px;
	cursor: default;
	background: transparent !important;
	top: 89px;
	left: 689px;
	z-index: 1000;
	display:block;
	display:none;
}
/*搜尋框下拉選單 st*/
.select {
	position: absolute;
	top: calc( 100% + 10px);
	z-index: 10000;
}
.select:before {
	content: '';
	border: 5px solid transparent;
	border-width: 10px 6.5px;
	border-bottom-color: #fff;
	z-index: 100;
	position: absolute;
	top: -20px;
	left: 17px;
}
.select_board{
	background: white;
	border-radius: 3px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
	padding: 22px 22px 0;
	/* border: solid 1px black; */
	min-width: 161px;
	max-width: 1000px;
	height: 221px;
	overflow: auto;
	/* display: table; */
	overflow-x: hidden;
}
.select_board hr {
	float: left;
	width: 100%;
	border-top: 1px solid #dedede;
	margin-top: 1px;
}
.option_block{
	width:171px;
	float:left;
}
.option{
	width:100%;
	height: 39px;
	font-size:16px;
	line-height: 16px;
	cursor:pointer;
	color:#333333;
}
.option:hover,.option.active{
	color:var(--funtime-color);
}
.select_back {
	height: 39px;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	color: #333333;
}
.select_back span {
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 6px;
	font-weight: bold;
}
.select_back span img {
	margin-right: 11px;
	padding-left: 0px !important;
}

.daterangepicker {
	margin-top:15px !important;
}
.daterangepicker td.in-range {
	background-color: #ededed;
	color#767676;
}
.daterangepicker .calendar th{
	color:#333333;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color:var(--funtime-color);
}
.daterangepicker td, .daterangepicker th {
	height:36px;
}

.people_select{
	background: white;
	padding: 22px;
	height: 158px;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
}
.people_select_board{
	height: 82px;
}
.select_people_bar{
	width:190px;
	height:30px;
}
.people_bar_w{
	width:119px;
	height:30px;
	float:left;
	line-height:30px;
	font-size:16px;
	color:black;
}
.people_bar_w span{
	color:#757575;
	font-size:13px;
}
.people_cut{
	width:22px;
	height:22px;
	background:url(../images/icon_adt_cut.svg);
	cursor:pointer;
	float:left;
	margin-top: 4px;
}
.people_cut.gray{
	background:url(../images/icon_adt_cut-1.svg);
	cursor: default;
}
.people_add{
	width:22px;
	height:22px;
	background:url(../images/icon_adt_add-1.svg);
	cursor:pointer;
	float:left;
	margin-top: 4px;
}
.people_add.gray{
	background:url(../images/icon_adt_add.svg);
	cursor: default;
}
.people_adt,.people_chd{
	float:left;
	line-height:30px;
	height:30px;
	width:27px;
	text-align: center;
	font-size: 16px;	
}
.people_alert{
	color:#f24125;
	font-size:13px;
	/* text-align:right; */
	height: 13px;
	line-height: 13px;
	display:none;
	position:  absolute;
	top: 53px;
	left: 22px;
/*	width: calc( 100% - 162px);*/
	-webkit-user-select: none;
}
.inf_alert {
	font-size: 13px;
	color: #a5a5a5;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: solid 1px #a5a5a5;
	-webkit-user-select: none;
}
.bclass_show {
	width: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right:50px;
	background: url(../images/icon_arrow_small_down_black.svg) no-repeat 50px 10px;
	font-size: 16px;
	margin-top: 8px;
}
.bclass_box{
	position:absolute;
	top: 180px;
	left:20px;
	background:#fff;
	width:192px;
	padding:  5px 5px 0;
	display:  none;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
}
.bclass_box p{
	margin-bottom: 5px;
	padding-left:15px;
	font-size:16px;
	line-height: 2.2;
	color: #000;
}

.bclass_box :checked+p{
	background:var(--funtime-color);
	color:#fff;
}
/*搜尋框下拉選單 ed*/

/* autocomplete st*/

.ui-autocomplete-box:before,.select:before {
	content: '';
	width: 0;
	border: 5px solid transparent;
	border-width: 10px 6.5px;
	border-bottom-color: #fff;
	z-index: 100;
	position: absolute;
	top: -20px;
	left: 17px;
	margin:0 auto;
}

.ui-autocomplete-box {
	position: absolute;
	top: calc( 100% + 10px);
	z-index: 10000;
	left:0px;
	width: 478px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
	display:none;
}
.ui-autocomplete-box ul.ui-autocomplete.ui-menu {
	position: initial !important;
	width: calc(100% - 28px) !important;
	border: none;
	padding: 10px 14px;
}
.ui-autocomplete-box li.ui-menu-item{
	width: 100% !important;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0px !important;
}
.ui-autocomplete-box li.ui-menu-item a{
	position:relative;
	background: #fff;
	border: none;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration:0s;
}
.ui-autocomplete-box li.ui-menu-item:hover a{
	color: var(--funtime-color);
}
.ui-autocomplete-box li.ui-menu-item a:before{
	position: absolute;
	top: 9px;
	left: 6px;
	content:'';
	width: 21px;
	height: 21px;
	display: inline-block;
	background:url('../images/icon_pin_c.svg');
}
.ui-autocomplete-box li.ui-menu-item:hover a:before{
	background:url('../images/icon_pin_c_orange.svg');
}

.ui-autocomplete-box li.ui-menu-item a span{
	font-weight:bold;
	float:right;
}

input.search_text {
	box-shadow: none !important;
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	width: 100%;
	padding: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333333;
	line-height:20px;
}
input.search_text::placeholder {
	color:var(--funtime-color) !important;
	font-weight:normal !important;
	font-family: "微軟正黑體" !important;
}
.region_board{
	height:303px;
	width:502px;
}
.region_board_none_TW{
	height:303px;
	width:398px;
}
.region_board .option_block ,.region_board_none_TW .option_block{
	width: 104px;
}
.region_board .option_block.TW:nth-child(4){
	margin-right:24px;
}
.region_board_none_TW  .option_block.TW:nth-child(4){
	margin-right:0px;
}
.region_board_none_TW  .option_block.TW:nth-child(3){
	margin-right:24px;
}
.select_back_left{
	height: 39px;
	font-size: 14px;
	line-height: 16px;
	float:left;
	width:208px;
	margin-right:24px;
	color:#999999;
}
.region_board_none_TW .select_back_left{
	width:104px;
}
.select_back_right{
	height: 39px;
	font-size: 14px;
	line-height: 16px;
	float:left;
	width:208px;
	color:#999999;
}
.select_back_left span,.select_back_right span{
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 6px;
	display: block;
}


.basic_search_RCC_back,.basic_search_block_back,.basic_search_from_city_back{
	display:none;
}
.ROUD .basic_search_from_city p, .ROUD .basic_search_RCC p{
	display:none;
}
.ROUD .basic_search_from_city {
	height: 32px;
	border-radius: 66px 0 0 0px;
	line-height:32px;
	width:220px;
	font-size:16px;
	padding: 2.5px 0 2.5px 29px;
}
.ROUD .basic_search_from_city:before {
	content:"去程";
	position: absolute;
	color: #a3a3a3;
	font-size: 14px;
}
.ROUD .basic_search_from_city> input{
	margin-left: 42px;
	width: calc( 100% - 42px );
}

.ROUD .basic_search_block {
	height: 37px;
	line-height: 37px !important;
	padding: 0 0 0;
	width: 19px;

}
.ROUD #go_change_btn,.ROUD #back_change_btn{
	width:19px;
	height:20.7px;
}
.ROUD .basic_search_RCC {
	height: 32px;
	line-height:32px;
	width:178px;
	padding: 2.5px 0 2.5px 15px;
	font-size:16px;
}
.ROUD .basic_search_RCC_back{
	height: 32px;
	width: 220px;
	position: absolute;
	left: 0px;
	bottom: 1px;
	border-radius: 0 0 0 66px;
	display: block;
	font-size: 16px;
	padding: 2.5px 0 2.5px 29px;
	line-height: 32px;
	cursor: pointer;
}
.ROUD .basic_search_RCC_back:before {
	content:"回程";
	position: absolute;
	color: #a3a3a3;
	font-size: 14px;
}
.ROUD .basic_search_RCC_back>input{
	margin-left: 42px;
	width: calc( 100% - 42px );
}
.ROUD .search_text_1, .ROUD .search_text_3 {
	left: 65px;
}
.ROUD .basic_search_block_back{
	height: 37px;
	background: white;
	position: absolute;
	left: 248px;
	bottom: 1px;
	padding: 0px 0 0;
	width: 20px;
	display: block;
	line-height: 37px;
}
.ROUD .basic_search_from_city_back{
	height: 32px;
	line-height:32px;
	width:178px;
	padding-left:15px;
	font-size:16px;
	display: block;
	position: absolute;
	left: 268px;
	bottom: 1px;
	cursor: pointer;
	padding: 2.5px 0 2.5px 15px;
}
.ROUD input.search_text {
	height: 29px;
	margin-top: -3px;
}
.ROUD .btn_RCC_back_select.select {
	left: 71px;
}
.ROUD .btn_fromcity_select.select {
	left: 71px;
}

/* autocomplete ed*/






a:hover{
	text-decoration: none;
}
.color_bg{
	background:#f6f7f9;
	padding-bottom:96px;
}
#footer_wrapper1{
	margin-top:0 !important;
}
/* index_show 精選城市 超值機票 */
#index_show,#blackboard{
	width: 1106px;
	margin:0 auto;
	font-size:0px;
}
.index_show_title{
	margin:31px auto 28px;
	height:39px;
	width: 217px;
	line-height:39px;
	color: #333333;
	font-size: 24px;
	text-align: left;
	letter-spacing: 1.5px;
	display:inline-block;
	font-weight: bold;
	
}
.index_show_title.blackboard{
	width: 243px;
	margin-bottom:20px;
}
.index_show_underline{
	width: 860px;
	height:4px;
	border-bottom: 1px dashed #d2d2d2;
	display:inline-block;
	
}

.index_show_content{
	width: 1106px;
	/* height: 551px; */
	position: relative;
	font-size: 0px;
}

.index_show_underline.blackboard{
	width: 835px;
}
.index_title_icon{
	 margin-bottom: 8px;
}
.gap{
	width: 20px;
	display:inline-block;
}
.index_show{
	width:260px;
	height:340px;
	display:inline-block;
	margin-bottom: 15px;
	position:relative;
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0 rgba(43, 48, 54, 0.18);
	vertical-align: top;

}
.index_show_top {
	height: 77px;
	padding-left: 14px;
	padding-top: 16px;
}

.wording_1 {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
}
.wording_2 {
	font-size:18px;
	line-height: 24px;
	color:#333;
	margin-top:7px;
}
.wording_3{
	color:white;
	text-align:center;
	text-shadow: 0 0 23px rgba(0, 0, 0, 0.87);
	line-height:38px;
	font-size:26px;
	letter-spacing:0.78px;
	padding-top:151px;
	font-weight: bold;
}
.wording_4{
	color:white;
	text-align:center;
	line-height:24px;
	font-size:18px;
	letter-spacing:3.24px;
	margin-top:4px;
}
.index_show_bottom{
	height:247px;
	border-radius: 0px 0px 5px 5px;
}
.index_show:hover{
	box-shadow: 0px 15px 20px 0 rgba(43, 48, 54, 0.28);
}
.price_box {
	position:absolute;
	left:-8px;
	height:49px;
	background:url(../images/focus_tag.svg);
	font-size:16px;

	top: 99px;
	width: 193px;
	line-height: 45px;
	padding-left: 18px;

}
.price_box > div{
	display:inline-block;
	color:#fff;
}
.price_2 ,.price{
	
}
.price{
	font-size:33px;
	font-weight:bold;
}
.price_box img {
	margin-bottom: 12px;
}
/*20171206版 熱門機票 比價最低*/
#index_middle{
	width: 1106px;
	margin:0 auto;
	font-size:0px
	/* background: #f7f7f7; */
}
.index_middle_topbar{
	width:100%;
	height:61px;
}
.new_index_middle_topbar{
	width:100%;
	height:39px;
	line-height:39px;
}
.cheap_map_title{
	padding-top: 12px;
	padding-bottom:24px;
	font-size: 24px;
	color: #343434;
	text-align:center;
	/* font-weight:bold; */
}
	/*new_index_middle_topbar  ST*/
	.new_index_middle_topbar{
		color: #333333;
		font-size: 24px;
		text-align: left;
		font-weight: bold;
		letter-spacing: 1.5px;
		width: 217px;
		display:inline-block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.new_index_middle_topbar_underline{
		width: 860px;
		height:4px;
		border-bottom: 1px dashed #d2d2d2;
		display:inline-block;
	}
	.new_index_middle_topbar_right_text{
		text-align: right;
		padding-right: 13px;
		color: #adadad;
		font-size:15px;
		line-height:15px;
		position:absolute;
		bottom:45px;
		width: 100%;
	}
	/*new_index_middle_topbar  ED*/
	
	/*index_middle_content  ST*/
	.index_middle_content{
		width: 1106px;
		height: 551px;
		background: url(../images/index_middle_bg.png);
		position: relative;
	}
	.cheap_map_block{
		position: absolute;
		top:77px;
		width: 172px;
	}
	.cheap_map_block_0{
		left:48px;
	}
	.cheap_map_block_1{
		left: 325px;
	}
	.cheap_map_block_2{
		left: 605px;
	}
	.cheap_map_block_3{
		left: 898px;
	}
		/*程式價格區  ST*/
		.new_cheap_map_cheap_map_city{
			width: 174px;
			border-bottom: 1px solid rgba(0,0,0,0);
			margin-bottom: 17px;
		}
		.new_cheap_map_cheap_map_city:hover{	
			border-color:#000000;
		}
		.new_cheap_map_cheap_map_city.green:hover{	
			border-color:var(--funtime-color);
		}
		
		.new_cheap_map_cheap_map_city > a{
			text-decoration: none;
			text-align: center;
			color: #000!important;
		}
		.new_cheap_map_cheap_map_city > a.green{
			text-decoration: none;
			/* font-size: 17px; */
			text-align: center;
			color: var(--funtime-color) !important;
			font-weight:bold;
		}
		.new_cheap_map_cheap_map_city_textL{
			position:relative;
			float:left;
			text-align: left;
			width: 84px;
			font-size: 16px;
			line-height: 25px;
			/* margin-left:14px; */
			/* margin-bottom: 25px; */
		}
		.new_cheap_map_cheap_map_city_textR{
			position:relative;
			float:left;
			width: 90px;
			/* margin-right:14px; */
			/* margin-bottom: 25px; */
			text-align: right;
			font-size: 18px;
		}
		.new_cheap_map_cheap_map_city_textR img {
			margin-bottom: 4px;
		}
		/*程式價格區  ED*/
	/*index_middle_content  ED*/
	
	/*new_cheap_text2_bar 看全部城市 ST*/
	.new_cheap_text2_bar{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		bottom: 8px;
	}
	.new_cheap_text2{
		/*position:relative;
		left:460px;*/
		text-align:center;
		font-size:17px;
		background-color:var(--funtime-color);
		border-radius:2px;
		width: 163px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		color: #fff;
		border-radius: 39px;
		background-image: linear-gradient(to right, var(--funtime-color), #f57300);
		position: relative;
	}
	.new_cheap_text2 a{
		color:white;
		text-decoration: none;
	}
.new_cheap_text2 img{
	position: absolute;
	right: 12px;
	top: 0px;
	bottom: 0;
	margin: auto;
}
	/*new_cheap_text2_bar 看全部城市 ED*/
	
#other_city{
	font-size: 16px;
	color: #333333;
	width: 1100px;
	/* padding: 32px 34px 30px; */
	/* background: #f7f7f7; */
	margin: 32px auto 75px;
	line-height:2.5;
	text-align: center;
}
#other_city a{
	color: #555555 !important;
	text-decoration:none;
}
#other_city a:hover{
	border-bottom: 1px solid #555555;
}


/*黑板*/
#blackboard_box{
	position:relative;
}
.blackboard_top{
	width:1100px;
	height:18px;
	background: url(../images/blackboard_top.png?);
}
.blackboard_bottom{
	width:1100px;
	height:14px;
	background: url(../images/blackboard_bottom.png?);
}
.blackboard_spotlight{
	width: 1100px;
	height: 573px;
	position: absolute;
	background: url(../images/spotlight.png);
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
}
#blackboard_box:hover .blackboard_spotlight{
	display:none;
}
.blackboard_mid{
	width:1056px;
	padding:1px 22px;
	background: url(../images/blackboard_mid.png?);
}
.blackboard_city_box{
	width:1056px;
	height:165px;
	margin-bottom:10px;
}
.blackboard_city_box:last-child{
	margin-bottom:1px;
}
.blackboard_city_left{
	float:left;
	width: 114px;
	height: 165px;
	border-radius: 3px;
	box-shadow: 0px 2px 3px 0 #000000;
	background-image: linear-gradient(to top, #1a1a1a, #3a3a3b);
	position: relative;
}
.blackboard_city_left img {
	position: absolute;
	top: 40px;
	left: 48px;
}
.blackboard_city_left>div {
	/* margin-bottom: 8px; */
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2.1px;
	color: white;
	text-align: center;
	position: absolute;
	top: 73px;
	height: 21px;
	line-height: 21px;
	width: 114px;
}
.blackboard_city_right{
	margin-left:9px;
	width:933px;
	height:165px;
	float:left;
}
.blackboard_menu{
	width:933px;
	height:29px;
}
.blackboard_tab {
	float: left;
	margin-right: 10px;
	height: 29px;
	background: #4a4a4a;
	color: #b5b5b5;
	border-radius: 5px 5px 0 0;
	text-align: center;
	line-height: 29px;
	letter-spacing: 1.8px;
	font-size: 16px;
	cursor: pointer;
	width:153px;
}
.blackboard_tab.now {
	background: #1a1a1a;
	color: white;
	font-weight: bold;
}
.blackboard_tab img {
	 margin-right: 7px;
	margin-bottom: 4px;
	display:none;
}
.blackboard_tab.now img{
	display:unset;
}
.blackboard_content{
	width: 933px;
	height: 136px;
	box-shadow: 0px 2px 3px 0 #000000;
	background-color: #1a1a1a;
	display:none;
}
.blackboard_content.now {
	display:block;
	
}
.blackboard_header{
	height:31px;
	width:933px;
	font-size:13px;
	color:#7a7a7a;
	line-height: 31px;
	
}
.blackboard_header>div{
	text-align:left;
	float:left;
}
.blackboard_h_date_st {
	margin-left: 16px;
}

.blackboard_h_date_ed {
	margin-left: 88px;
}

.blackboard_h_airline {
	margin-left: 52px;
}

.blackboard_h_transfer {
	margin-left: 157px;
}

.blackboard_h_price {
	margin-left: 50px;
}

.blackboard_h_seate {
	margin-left: 59px;
}

.blackboard_h_remark {
	margin-left: 47px;
}

.blackboard_row{
	height:33px;
	width:933px;
	background: url(../images/click_bg.png?);
	font-size: 17px;
	font-weight: bold;
	color:white;
	line-height:33px;
	position:relative;
}
.blackboard_row:hover{
	background: url(../images/click_hover.png?1);
}
.blackboard_date_st_y{
	width:32px;
	text-align:center;
	margin-left:16px;
	float:left;
	color: #949494;
	font-size:12px;
}
.blackboard_date_st_m{
	width:29px;
	text-align:center;
	margin-left:8px;
	float:left;
}
.blackboard_date_st_d{
	width:29px;
	text-align:center;
	margin-left:8px;
	float:left;
}
.blackboard_date_ed_m{
	width:29px;
	text-align:center;
	margin-left:22px;
	float:left;
}
.blackboard_date_ed_d{
	width:29px;
	text-align:center;
	margin-left:8px;
	float:left;
}
.blackboard_airline_logo{
	width:29px;
	text-align:center;
	margin-left:24px;
	float:left;
}
.blackboard_airline_logo img{
	width: 25px;
	height: 25px;
	margin-bottom: 2px;
}
.blackboard_airline_logo.hint--bottom:before {
	border-bottom-color: white;

}
.blackboard_airline_logo.hint--bottom:after {
	background: white;
	color:black;
	text-shadow:none;
}
.blackboard_airline{
	width:28px;
	text-align:center;
	margin-left:6px;
	float:left;
	font-size: 13px;
	font-weight: normal;
	color:#ababab;
	margin-right:39px;
}
.blackboard_airline.hint--bottom:before {
	border-bottom-color: white;
}
.blackboard_airline.hint--bottom:after {
	background: white;
	color:black;
	text-shadow:none;
}
.blackboard_price{
	width:27px;
	text-align:center;
	margin-right:6px;
	float:left;
	color: #f8e94d;
	font-size:19px;
	font-weight:900;
	height:33px;
}
.blackboard_transfer{
	width:28px;
	text-align:center;
	margin-right:6px;
	float:left;
	height:33px;
}
.blackboard_transfer.first{
	margin-left:17px;
}
.blackboard_seat{
	width:28px;
	text-align:center;
	margin-right:6px;
	float:left;
	height:33px;
}
.blackboard_full{
	position:absolute;
	width:162px;
	height:29px;
	background: url(../images/soldout.png);
	top:2px;
	left:335px;
}
.blackboard_seat.first{
	margin-left:18px;
}
.blackboard_remark{
	width:29px;
	text-align:center;
	margin-right:4px;
	float:left;
	height:33px;
}
.blackboard_remark.first{
	margin-left:18px;
}
.blackboard_facebook{
	width:1100px;
	height:64px;
	background: url(../images/blackboard_fb.png);
	line-height:58px;
	font-size:18px;
	font-weight:900;
	color:white;
	letter-spacing:1.08px;
	text-align: center;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
	position:relative;
}
.blackboard_facebook img{
	position:absolute;
	top:21px;
	left:725px;
}
.blackboard_facebook a{
	display:block;
	color:white;
}

/*瀏覽紀錄*/
#by_ot_click_log{
	display:none;
	width: 1172px;
	margin:0 auto;
	font-size:0px;
}
.index_show_title.click_log{
	width:120px;
	height:32px;
	letter-spacing: 0;
	margin-top: 36px;
	margin-bottom: 25px;
}
.index_show_underline.click_log{
	width:953px;
}
.click_log_left{
	width: 16px;
	height: 27px;
	background:url(../images/click_log/left.svg);
	margin-right:17px;
	cursor:pointer;
	float:left;
	margin-top: 167px;
}
.click_log_block{
	position:relative;
	width:1100px;
	float:left;
	overflow:hidden;
	height: 210px;
}
.click_log_right{
	width: 16px;
	height: 27px;
	background:url(../images/click_log/right.svg);
	margin-left:17px;
	cursor:pointer;
	float:left;
	margin-top: 74px;
}
.click_log_left.none{
	background: none;
	cursor: default;
}
.click_log_right.none{
	display:none;
}
.click_log_area{
	height:210px;
	position:absolute;
}
.click_log_area a{
	text-decoration:none !important;
}
.click_log_box{
	width:300px;
	height:174px;
	box-sizing:border-box;
	padding:18px 25px;
	border-radius:8px;
	box-shadow:0 3px 10px 0 rgba(43, 48, 54, 0.1);
	background-color:white;
	float:left;
	margin:5px 13px 0 2px;
	position:relative;
}
.click_log_del{
	position: absolute;
	top: 0;
	right: 0;
}
.delete{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.click_log_date{
	margin-bottom:14px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#f58900;
	height:24px;
}
.click_log_calendar{
	float:left;
	margin-right:15px;
}
.click_log_arrow{
	margin: 0 10px 4px;
}
.click_log_go, .click_log_back{
	margin-bottom:14px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#333333;
	height:21px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.click_log_back{
	margin-bottom:16px;
}
.click_log_go img, .click_log_back img{
	float:left;
	margin-top:2px;
	margin-right:15px;
}
.click_log_bottom{
	width:255px;
	height:36px;
	position:absolute;
	bottom:18px;
}
.air_img{
	width: 36px;
	height: 36px;
	margin-right: 25px;
	float: left;
}
.click_log_btn{
	width: 194px;
	height: 36px;
	border-radius: 18px;
	background-image: linear-gradient(to right, #f58900 10%, #f58900 39%, #f57300 113%);
	float:left;
	font-size:28px;
	font-weight:bold;
	color:white;
	line-height:36px;
	text-align:center;
}
.click_log_btn span{
	font-size:15px;
	font-weight:bold;
	color:white;
	margin-right:5px;
}
.look_time{
	width:300px;
	height:21px;
	position:absolute;
	bottom:-29px;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#cccccc;
	text-align:right;
}
.look_time img{
	margin-bottom: 3.5px;
}
.more{
	float:left;
	width:194px;
	height:174px;
}
.more_text{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	width: 108px;
	height: 52px;
	margin: 22px auto 3px;
	text-align: center;
}
.more img{
	margin-left: 76px;
	margin-bottom: 6px;
}
.click_log_btn.c_more{
	font-size:23px;
	line-height:1.5;
}

/* 2022 移殖自廉價航空 */
/* lcc_info */
.lcc_info {
	width: 1100px;
	margin: 0 auto 32px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	position: relative;
}
.lcc_info_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 15px;
	background: url(/airline/images/lcc_info.png) no-repeat;
	color: #ffffff;
}
.lcc_info_box {
	position: absolute;
	top: 0;
	left: 156px;
	right: 0;
}
.lcc_info_wording{
	width: 100%;
	color: #666666;
	position: relative;
	display: block;
}
.lcc_info_wording div{
	width: calc( 100% - 45px);
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lcc_info_wording:after{
	content:'';
	background:url(/airline/images/icon_arrow.png);
	background-size:10px 17px;
	width: 10px;
	height: 17px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto;
}
