﻿@charset "utf-8";
/* noltour */

html {
	height:100%;
	overflow-x:hidden;
}
body {
	line-height:1.8em;
	color:#666;
	min-height:100%;
	position:relative;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#efefef;
	font-size:1.6em;
	overflow:hidden;
	overflow-y:inherit;
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-smooth:always;
	font-weight:normal;
	letter-spacing:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
a:focus, a:hover {
	text-decoration:none;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input:focus, textarea:focus, select:focus {
	outline:none;
}
select, input {
	vertical-align:middle;
}
select::-ms-expand {
display:none
}
legend {
	color:#000;
}
.clean:before,.clean:after,.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}
.clean:after,.clearfix:after {
	clear:both;
}
.clean,.clearfix {
	zoom:1;
}
.clear {
	clear:both;
}
img {
	vertical-align:text-top;
	border:0px;
}
li {
	list-style:none;
}
.mainbox,.centerbox {
	width:95%;
	margin:0 auto;
	max-width:1200px;
}
.red {
	color:#F00
}
.red2 {
	color:#ff7301;
	font-size:18px;
}
.ord_check span.red2 {
	color:#ffeb3b;
	font-weight:800;
}
.gray {
	color:#969696
}
.orange {
	color:#ff8400
}
.pink {
	color:#e41152
}
.peach {
	color:#fe006c
}
.index_goback {
	float:left;
	width:100%;
	padding:0;
}
.index_goback li {
	float:left;
	text-align:left;
	width:auto;
	min-width:60px;
}
/*radio_style*/	

.checkbox-btn,.radio-btn {
	position:relative;
	padding-left:20px;
}
.checkbox-btn input[type="checkbox"],.checkbox-btn input[type="radio"],.radio-btn input[type="checkbox"],.radio-btn input[type="radio"] {
	position:absolute;
	opacity:0;
}
.checkbox-btn label,.radio-btn label {
	display:inline-block;
	line-height:23px;
	vertical-align:middle;
	position:relative;
	padding-left:4px;
	cursor:pointer;
	user-select:none;
	color:#454158;
	padding-right:12px;
}
.checkbox-btn label::after,.radio-btn label::after {
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	left:0;
	top:1px;
	margin-left:-20px;
	background-color:white;
	border:1px solid #999999;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-clip:padding-box;
	cursor:pointer
}
.checkbox-btn label::before,.radio-btn label::before {
	position:absolute;
	content:"";
	width:10px;
	height:5px;
	top:6px;
	left:6px;
	margin-left:-20px;
	border:1px solid #999999;
	border-top:none;
	border-right:none;
	background:transparent;
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	opacity:0;
	-webkit-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
	z-index:1
}
.checkbox-btn label:active::before,.radio-btn label:active::before {
	opacity:0.3
}
.checkbox-btn input[type="checkbox"]:checked+label,.checkbox-btn input[type="radio"]:checked+label,.radio-btn input[type="checkbox"]:checked+label,.radio-btn input[type="radio"]:checked+label {
	color:#353146;
}
.checkbox-btn input[type="checkbox"]:checked+label::after,.checkbox-btn input[type="radio"]:checked+label::after,.radio-btn input[type="checkbox"]:checked+label::after,.radio-btn input[type="radio"]:checked+label::after {
	border:1px solid #999999;
}
.checkbox-btn input[type="checkbox"]:checked+label::before,.checkbox-btn input[type="radio"]:checked+label::before,.radio-btn input[type="checkbox"]:checked+label::before,.radio-btn input[type="radio"]:checked+label::before {
	opacity:1
}
.checkbox-btn input[type="checkbox"]:disabled+label,.checkbox-btn input[type="radio"]:disabled+label,.radio-btn input[type="checkbox"]:disabled+label,.radio-btn input[type="radio"]:disabled+label {
	color:#787878;
	cursor:default
}
.checkbox-btn input[type="checkbox"]:disabled+label::after,.checkbox-btn input[type="radio"]:disabled+label::after,.radio-btn input[type="checkbox"]:disabled+label::after,.radio-btn input[type="radio"]:disabled+label::after {
	border:1px solid #787878;
	background-color:#ffffff
}
.checkbox-btn input[type="checkbox"]:disabled+label::before,.checkbox-btn input[type="radio"]:disabled+label::before,.radio-btn input[type="checkbox"]:disabled+label::before,.radio-btn input[type="radio"]:disabled+label::before {
	display:none
}
.radio-btn label::after {
	-webkit-border-radius:50%;
	border-radius:50%;
	background-clip:padding-box
}
.radio-btn label::before {
	width:10px;
	height:10px;
	border:none;
	top:6px;
	left:5px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-clip:padding-box;
	background-color:#ff7301;
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	border:1px solid #ddd;
}
.goback {
	width:90%;
	display:table;
	padding:15px 10px;
	float:left;
}
.gobox {
	width:48%;
	float:left;
	position:relative;
	padding-right:3px;
	z-index:80;
	background-color:#fff;
}
.modes {
	display:block;
}
.icon_change {
	width:20px;
	height:70px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}
.icon_changes {
	width:8px;
	height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}
.form-control {
	padding:6px 5px;
	border-radius:2px;
	border:1px solid #ccc;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:35px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	color:#454158;
	font-weight:500;
	font-size:14px;
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
	font-weight:normal;
}
.co_gray {
	color:#ffffff;
	width:100%;
}
label {
	font-weight:normal;
	font-size:15px;
}
.ind_date {
	float:left;
	width:50%;
}
.ind_date div {
	padding-left:0;
	/* padding-right:10px; */
	position:relative;
}
.ind_peo {
	float:left;
	width:50%;
	margin-right:-15px;
	/* max-width:266px; */
	padding-right:0;
}
.ind_peo div {
	padding-left:0;
	/* padding-right:10px; */
	position:relative;
}
.ind_chbo {
	float:left;
	width:46%;
	padding-right:0;/* margin-left:17px; */
}
.ind_chbodiv {
	padding-left:0;
	position:relative;
}
.ind_flyc {
	width:89%;
	margin-top:0;
	padding:0;
}
.aspbox .ind_flyc {
	width:100%;
}
.popsear {
	padding:0;
	width:100%;
	margin:0 auto;
}
.popsear input {
	width:100%;
	margin:0;
	padding:0 6px;
	border:2px solid #e6e6e6;
*/;
}
.pop_indtab2 {
	padding:0;
	margin:0;
	width:100%;
	border:1px solid #ccc;
}
.search_form_suggest .btn_inclose {
	cursor:pointer;
	float:right;
	background-color:#32A2E3;
	color:#FFF;
	width:25px;
	height:25px;
	border-radius:99em;
	text-align:center;
	line-height:23px;
	padding:0;
	font-size:12px;
	position:absolute;
	right:-12px;
	top:-13px;
	border:2px solid #fff;
	z-index:1000;
	box-shadow:0 2px 3px #363636;
	text-align:center;
}
.search_form_suggest .btn_inclose:hover {
	background-color:#0779BC;
}
.search_form_suggest .btn_inclose:active {
	background-color:#0067A3;
}
.goaree span {
	margin:0 15px 0 5px;
fo;
	font-size:16px;
	color:#454158;
	font-weight:500;
}
.icon_upn {
	background-image:url(../img/icon_upn2.png);
	width:31px;
	height:15px;
	background-repeat:no-repeat;
	border:none;
	position:absolute;
	top:-17px;
	left:45%;
}
.int_goa {
	width:100%;
	margin:0;
	padding:0;
	background-color:white;
}
.int_goa li {
	color:#292929;
	padding:9px 10px;
	border-radius:0;
	border:none;
	border-bottom:1px dashed #85d1f5;
	line-height:20px;
	font-size:15px;
	cursor:pointer;
	/* text-indent:12px; */
	padding-left:22px;
}
.custom-dropdown {
	position:absolute;
	padding:15px 15px;
	width:300px;
	right:-4px;
	box-shadow:rgba(0, 0, 0, 0.27) 0px 1px 7px;
	top:58px;
	border-radius:5px;
	z-index:10;
	display:none;
	border-top:4px solid #32a2e3;
	position:absolute;
	top:77px;
	/* left:8px; */
	z-index:978;
	padding:0;
	background:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	box-shadow:0 3px 6px #666;
	padding:0 10px;
}
.room-container {
	margin-bottom:20px;
}
.pop_leftti {
	color:black;
	width:71%;
	margin-right:3%;
	float:left;/* padding-top:7px; */
}
.adult-count {
	float:right;
	border:1px solid #efefef;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:26%;
}
.addChildage {
	float:right;
	border:1px solid #efefef;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:26%;
}
.flys {
	float:right;
	border:2px solid #ddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:75%;
	margin:0;
	float:left;
	padding:0 5px;
}
.room-container .label-input {
	margin-bottom:10px
}
.aretitle {
	position:absolute;
	left:13px;
	z-index:888;
	line-height:40px;
	color:#adadad;
	font-size:15px;
	font-weight:300;
}
.search_city_result {
	text-indent:40px;
	font-size:14px;
	font-weight:bold;
}
.control {
	display:block;
	position:relative;
	padding-left:35px;
	margin-bottom:10px;
	cursor:pointer;
	color:#666;
	/* font-weight:600; */
	float:left;
}
.control input {
	position:absolute;
	z-index:-1;
	opacity:0;
}
.control__indicator {
	position:absolute;
	top:12px;
	left:0;
	background:#e6e6e6;
	border:1px solid #ccc;
	width:19px;
	height:19px;
	background-color:white;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
[type="checkbox"], [type="radio"] {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
input {
	overflow:visible;
	font:inherit;
	margin:0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,.control input:checked:focus ~ .control__indicator {
	background:#fff;
}
.control input:checked ~ .control__indicator {
	background:#fff;
}
.control:hover input ~ .control__indicator,.control input:focus ~ .control__indicator {
	background:#fff;
}
.control input:checked ~ .control__indicator:after {
	display:block;
	left:2px;
	top:-3px;
}
.checkbox3 .control input:checked ~ .control__indicator:after {
    display:block;
    left:2px;
    top:-13px;
}
.goback .control_checkbox .control__indicator:after {
    left:2px;
    top:-8px;
    width:7px;
    height:12px;
}
.ind_flyc .control__indicator {
	width:22px;
	height:22px;
}
.ind_flyc .control_checkbox .control__indicator:after {
	left:3px;
	top:-5px;
	width:7px;
	height:12px;
}
.control_checkbox .control__indicator:after {
	left:2px;
	top:-13px;
	width:7px;
	height:12px;
}
.control__indicator:after {
	content:'';
	position:absolute;
	display:none;
	content:url(../img/icon_chc.png);
	background-color:transparent;
}
.checkbox2 {
	padding-left:25px;
}
.checkbox2 .control__indicator {
	/* width:20px; */
	/* height:20px; */
	top:2px;
}
.checkbox2.control_checkbox .control__indicator:after {
	left:2px;
	top:-4px;
	width:12px;
	height:11px;
}
.chebox hr {
	border-top:1px dashed #ccc;
	margin:0 0 15px 0;
}
.ind_check .btn_yell {
	max-width:150px;
	float:right;
}
.ind_check a {
	text-decoration:none;
}

.btn_yell {
	position:relative;
	background-color:#ffac07;
	color:#fff;
	font-size:17px;
	padding:7px 10px;
	 transition:all .15s ease-in-out;
}
.btn_yell:hover,.btn_yell:focus {
	color:#fff;
	background-color:#ff7e07;	
    transition:all .15s ease-in-out;
}
.btn_yell:active,.btn_yell:focus {
	top:3px;	
    transition:all .15s ease-in-out;
}

.btn_green {
	position:relative;
	display:block;
	background:#7fb70a;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 auto;
	cursor:pointer;
	-webkit-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	height:50px;
	line-height:48px;
	padding:0;
	font-size:18px;
}
.btn_green:hover {
	text-decoration:none;
	background-color:#6c9f01;
	color:#fff;
}
.btn_green:active,.btn_green:focus {
	top:4px;
	background:#6c9f01;
	color:#fff;
	text-decoration:none;
	text-decoration:none;
}
.cut_mem p.btn.btn_beige {
	color:#27233d;
font-sizeL14px;
	height:45px;
	line-height:45px;
	padding:0;
}
.cut_mem p.btn.btn_beige span {
	padding-right:14px;
}
.btn_beige {
	background-color:#fff6ce;
	text-align:center;
	color:#27233d;
	margin:0 auto;
}
.btn_blue2 {
	position:relative;
	display:block;
	width:100%;
	background:#1FA1E6;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 auto;
	cursor:pointer;
	-webkit-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	height:45px;
	line-height:38px;
	padding:0;
	font-size:18px;
}
.btn_blue2:hover {
	text-decoration:none;
	background-color:#0D8BCE;
	color:#fff;/* border-bottom:4px solid #0064c7; */
}
.btn_blue2:active,.btn_blue2:focus {
	top:4px;
	background:#008AD4;
	color:#fff;
	text-decoration:none;
	text-decoration:none;/* border-bottom:4px solid #0064c7; */
}
.btn_blue3 {
	position:relative;
	/* display:block; */
	width:auto;
	background:#187bc8;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 auto;
	cursor:pointer;
	-webkit-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	/* height:45px; */
	/* line-height:38px; */
	padding:0;
	font-size:18px;
	padding:10px 20px;
}
.btn_blue3:hover {
	text-decoration:none;
	background-color:#0064B9;
	color:#fff;/* border-bottom:4px solid #0064c7; */
}
.btn_blue3:active,.btn_blue2:focus {
	top:4px;
	background:#0064B9;
	color:#fff;
	text-decoration:none;
	text-decoration:none;/* border-bottom:4px solid #0064c7; */
}
.btn_blue4 {
	position:relative;
	/* display:block; */
	width:auto;
	background:#3d78c9;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 auto;
	cursor:pointer;
	-webkit-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	/* height:45px; */
/* line-height:38px; */
	padding:0;
	font-size:15px;
	padding:4px 15px;
	margin:10px auto;
}
.btn_blue4:hover {
	text-decoration:none;
	background-color:#2464BC;
	color:#fff;
}
.btn_blue4:active,.btn_blue2:focus {
	top:4px;
	background:#2464BC;
	color:#fff;
	text-decoration:none;
	text-decoration:none;
}
.ind_check {
	float:right;
	padding:0;
	margin-bottom:0!important;
	margin-top:-8px;
}
.mbnone {
	margin-bottom:0!important;
}
.form-group {
	margin-bottom:15px;
	position:relative;
}
.chdesb input {
	background-color:#efefef
}
.gobox2 {
	width:34%;
	float:left;
	position:relative;
}
.datbox {
	width:20%;
	float:left;
	margin:0 10px;
}
.open_dat {
	width:22%;
	margin-right:4px;
}
.icon_change2 {
	background-image:url(../img/icon_change2.png);
	width:8%;
	height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
}
.deletebox {
	width:5%;
	float:left;
	color:#bdbacb;
	font-size:28px;
	font-family:arivl;
	font-weight:bold;
	line-height:40px;
	font-family:Gadget, sans-serif;
	text-align:center;
	margin-right:-15px;
	cursor:pointer;
}
.deletebox:hover {
	color:#353247
}
.ui-widget.ui-widget-content {
	z-index:999!important
}
.newgot {
	margin:0;
	padding-left:0;
	padding-right:0;
}
.pop_rightcon {
	float:left;
	background-color:transparent;
	border:2px solid #ddd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:38px;
	width:50%;
	/* max-width:117px; */
/* margin-top:-4px; */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.pop_rightcon select.form-control {
	border:none;
	height:100%;
	line-height:normal
}
.pop_losnum {
	width:30%;
	float:left;
	background-color:transparent;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:100%;
	background-image:url(../img/icon_losnum.png);
	background-repeat:no-repeat;
	background-position:center;/* max-width:32px; */
}
.pop_losnum:hover {
	background-color:#7FB70A;
	background-image:url(../img/icon_losnum2.png);
}
.pop_losnum:active {
}
.pop_addnum {
	width:30%;
	float:left;
	background-color:transparent;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:100%;
	background-image:url(../img/icon_addnum.png);
	background-repeat:no-repeat;
	background-position:center;/* max-width:32px; */
}
.pop_addnum:hover {
	background-color:#7FB70A;
	background-image:url(../img/icon_addnum2.png);
}
.pop_addnum:active {
}
.pop_shownum {
	float:left;
	/* height:35px; */
	text-align:center;
	vertical-align:middle;
	line-height:26px;
	width:40%;
	font-size:17px;
	font-weight:bold;
	font-family:sans-serif;
	color:#666;
	padding:0;
	height:100%;
	line-height:35px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.index_addf span {
	margin:0 5px 0 0;
}
.btn_blue {
	position:relative;
	background-color:#ff6e6e;
	color:#fff;
	font-size:17px;
	padding:7px 10px;
	 transition:all .15s ease-in-out;
}
.btn_blue:hover,.btn_blue:focus {
	color:#fff;
	background-color:#ff4701;	
    transition:all .15s ease-in-out;
}
.btn_blue:active,.btn_blue:focus {
	top:3px;	
    transition:all .15s ease-in-out;
}
.openjaw {
	display:none
}
.indmt60 {
	margin-top:40px
}
.contop_sea {
	width:100%;	
	background-color:#278ccc;
	display:table;
	padding:0px 0px 10px 0px;
    /*margin-top:70px;*/
    margin-bottom:5px;
}
.contbg {
	background-color:#fff;
	-moz-box-shadow:0px 2px 3px 0px #d9d9d9;
	-webkit-box-shadow:0px 2px 3px 0px #d9d9d9;
	box-shadow:0px 2px 3px 0px #d9d9d9;
}
.npading {
	padding:0;
	/*margin-top:80px;*/
}
.main_left {
	float:left;
	width:25%;
	display:block;
	padding:0;
	margin:25px 10px 0 0;
}
.main_right {
	float:right;
	width:73.5%;
	position:relative;
	margin:25px 0 0 0;
}
.cust_left {
	position:relative;
	width:66.5%;
	float:right;
	margin-left:12px;
	margin-top:20px;
}
.cust_right {
	margin-left:0;
	float:left;
	width:32%;
	margin-top:20px;
}
.cust_left .contbg {
	padding:20px;
	display:table;
	margin:0 auto;
	width:100%;
}
.cust_right .contbg {
	padding:5px 6px;
}
.cust_right .tag-fly {
	color:#206AB2;
    background-color:#ffeb3bc4;
    font-size:15px;
    display:inline-block;
    padding:0px 5px;
	min-width:50px;
    text-align:center;
	height:24px;
    line-height:24px;
    border-radius:3px;
    letter-spacing:-0.2px;
}
.filters {
	margin:5px 0px;
	padding:8px 15px 0px 15px;
	width:100%;
	display:table;
}
.filters li {
	margin:0;
	border-bottom:1px dashed #278ccc50;
	width:100%;
	float:left;
	margin-bottom:9px;
	padding:5px;
}
.filters h4 {
	color:#278ccc;
	font-size:15px;
	font-weight:normal;
	width:100%;
	text-align:left;
	display:table;
	margin:0 0 10px 0;
}
.filters h5 {
	color:#000000;
	font-weight:normal;
	margin-bottom:10px;
	line-height:22px;
}
.prcbox {
	margin:0 0 15px 0;
	width:100%;
	position:relative;
	max-width:260px;
}
.are_nav {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	display:table;
}
.are_nav li {
	border:none;
	float:left;
	padding:0;
	margin:0;
	width:100%;
	color:#292929;
	line-height:22px;
	margin:4px 0;
}
.aipotp .are_nav p {
	width:89%;
}
.are_nav p {
	float:left;
	padding-bottom:5px;
	margin:0;
	width:61%;
	margin-right:1%;
	font-size:15px;
	letter-spacing:0.5px;
}
.are_nav .plan_price {
	color:#FF5722;
	text-align:right;
	float:right;
	font-size:14px;
	vertical-align:top;
	width:24%;
	font-family:sans-serif;
	letter-spacing:0.5px;
	font-weight:600;
}
.fltime {
	font-size:12px;
	width:50%;
	font-family:Arial, Helvetica, sans-serif;
	color:#a5a5a5;
	position:absolute;
	margin-bottom:-15px;
	float:left;
}
.gotime {
	text-align:left;
	left:0;
}
.arrtime {
	text-align:right;
	right:0;
}
.fly_calendar {
	width:100%;
	margin:0 auto;
	display:table;
	position:relative;
	padding:0;
	background-color:#ffffff;
	border-bottom:2px solid #278ccc;
}
.fly_calendar ul {
	float:left;
	width:90%;/* width:92%; */
	padding:0;
	margin:0;
}
.fly_calendar li {
	float:left;
	width:13.4%;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	height:75px;
	border-top:2px solid #ffffff;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
}
.fly_calendar li p {
	font-weight:400;
	text-align:center;
	font-size:14px;
	color:#585858;
	line-height:10px;
	/* border-right:1px solid #9DDA1F; */
	padding:10px 4px 0px 4px;
}
.fly_calendar li p.big {
	font-size:13px;
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
	padding-bottom:5px;
}

.fly_calendar li p.big span {
	color:#f0495b;
	font-size:15px;
	font-weight:700;
	font-family:sans-serif;
	padding-right:2px;
	line-height:18px;
}
.bestp {
	background-image:url(../img/icon_bestp.png);
    background-repeat:no-repeat;
    position:absolute;
    width:28px;
    height:28px;
    top:0;
    left:0;
    color:#f0495b;
    font-size:13px;
    line-height:17px;
    text-align:left;
    text-indent:2px;
    background-size:100%;
}
.fly_calendar li:hover,.fly_calendar li.active {
	background-color:#ffffff;	
	border-top:2px solid #278ccc;
    border-left:2px solid #278ccc;
    border-right:2px solid #278ccc;
}
.fly_calendar li.active {
	margin:0px -2px;
    z-index:9;
}
.pric_out {
	padding:0px;
	float:right;
	width:10%;
	height:75px;
	border-top:none;
	/* width:8%; */
	margin:0;
	opacity:0.5;
	background-color:#ffffff;
}
.pric_out .pric_debox {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-image:url(../img/icon_datepc.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-position:center 12px;
	letter-spacing:0px;
}
.pric_none {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65;
}
.pric_none:hover {
	background-color:#90CA18;
}
.pric_out:hover {
	opacity:1;
	background-color:#ffffff;
}
.pric_out:hover .opendate {
	background-color:#2a2a2a;
}
.pric_out .pric_debox p {
	text-align:center;
	line-height:18px;
	color:#278ccc;
	padding-top:48px;
	font-size:15px;
    font-weight:400;
	text-decoration:none;
	border-right:none;
}
.opendate {
	background-color:#278ccc;
	position:relative;
	padding:0px 2px 2px 2px;
	margin-left:0px;
	margin-right:0px;
}
.table_opd {
	background-color:#fff;
	font-size:12px;
	text-align:center
}
.table_opd th {
	color:#454158;
	border:1px solid #efefef;
	text-align:center;
	line-height:26px;
	height:30px;
	font-family:微軟正黑體;
	font-size:12px;
}
.table_opd td {
	border:1px solid #efefef;
	text-align:center;
	vertical-align:middle;
	height:34px;
	font-size:12px;
}
.table_opd td:hover {
	background-color:#FFEB3B;
}
.table_opd td img {
	float:left;
	vertical-align:middle;
	width:auto;
	height:auto;
	max-height:20px;
	max-width:20px;
	margin:13px 7px 0 0;
}
.table_opd td p {
	float:left;
	line-height:34px;
	color:#DA0000;
	font-weight:600;
	font-size:14px;
}
.table_opd td div {
	float:none;
	margin:0 auto;
	display:table;
	vertical-align:middle;
	height:100%;
}
.table_lefda {
	font-family:微軟正黑體;
	font-size:12px;
}
.table_opd th.active {
	background-color:#dcf4ff;
	border:1px solid #e2ebef;
}
.prifocus {
	background-color:#FFF8B6;
}
.table_opd td .pestp {
/* color:#7FB70A; */
}
.pactive {
	background-color:#FFEB3B;
}
.table_opd td.pactive p {/* color:#fff */
}
.table_close {
	color:#a6cfe9;
    font-size:18px;
    font-weight:bold;
    width:10%;
    height:36px;
    position:absolute;
    right:0px;
    top:0px;
    padding:5px;
    text-align:center;
}
.table_close:hover {
	color:#ffffff;
	/* background-image:url(../img/icon_close2.png);*/
}
.table_close2 {
	margin-top:1px;
	margin-right:19px;
	right:-11px;
	top:-1px;
}
.sele_btn {
	padding:0
}
.sele_btn .btn {
	height:40px;
	line-height:36px;
}
.hasDatepicker {
	background-image:url(../img/icon_date.png);
	background-repeat:no-repeat;
	background-position:95% center;
}
.sele_goco {
}
.sele_goco select {
}
.flybox {
	position:relative;
	height:100%;
	padding:15px 0 0 0;
	display:table;
	width:100%;
	background-color:#ffffff;
	margin:0 0 15px 0;
	-moz-box-shadow:0px 5px 10px -6px #9c9c9c;
	-webkit-box-shadow:0px 5px 10px -6px #9c9c9c;
	box-shadow:0px 5px 10px -6px #9c9c9c;
}
.flybox:hover {
	-moz-box-shadow:0px 5px 15px -5px #373737;
	-webkit-box-shadow:0px 5px 15px -5px #373737;
	box-shadow:0px 5px 15px -5px #373737;
}
.fldata {
    width:70%;
    float:left;
    margin:8px 0%;
    padding:0;
}
.fllogo {
	width:22%;
	float:left;
	margin:8px 0% 8px 4%;
}
.fllogo .panel-group {
	margin-bottom:0
}
.fllogo div {
	text-align:center;
	padding:5px 10px 10px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.fllogo .img {
	width:76px;
	height:auto;
	max-height:80px;
	margin:0 auto;
	overflow:hidden;
}
.fllogo .img img {
	width:100%;
	height:auto;
	max-width:100%;
	vertical-align:top;
}
.fllogo h6 {
	font-size:15px;
	color:#524c61;
	/* height:30px; */
	font-weight:normal;
}
.fllogo div .panel-group .panel-title {
	font-size:15px;
	color:#0097df;
	font-weight:500;
}
.fly-tit-box {
	width:96%;
	display:inline-block;
	padding:2px 10px 5px 10px;
    border-bottom:1px dashed #eeeeee;
}
.fly-tit-box .night,.fly-info .leg-time,.fly-info .leg-stop,.leg-stop-list .leg-round {	
	font-size:13px;
	line-height:15px;
}
.fly-tit-box .night {
	position:absolute;
	right:10px;
	top:-10px;
	color:red;
}
.go-station {
	width:28%;
	float:left;
	text-align:center;
	position:relative;
}
.go-station .time {
	font-size:24px;
	font-weight:700;
	letter-spacing:-0.3px;
}
.go-station .are-station {
	color:#747774;
	font-size:15px;
	line-height:17px;
}
.go-station .time,.flisty td,.flisty div.fonb,.ticnot th,.table_bag th,.table_bag .gary_bg  {
	color:#000000;
}
.go-station .are-station,.fly-info,.fly-info .leg-time,.fly-info .leg-stop,.leg-stop-list .leg-round,.flisty span,.mo_lem td {
    color:#ababab;
}
.flisty span,.flisty td.fly_times {
    color:#ababab;
}
.fly_icon {
    position:absolute;
    top:-2px;
    right:6px;
}
.fly_icon .glyphicon {
    color:#ababab;
    font-size:15px;
    transition:all .25s ease-in-out;
}
.fly_icon .glyphicon:hover {
    color:#278ccc;
    font-size:18px;
    transition:all .15s ease-in-out;
}
.fly-info {
	width:44%;
	float:left;
	text-align:center;
	margin-top:-3px;
	padding:0px 5px;
}
.fly-info .leg-time {
	padding:0px 0px 10px 0px;
	word-break:break-all;
}
.fly-info .leg-stop {
	padding:10px 0px 0px 0px;
	word-break:break-all;
}

.fly-info .leg-stop-list {
	border-top:1px solid #ababab;
	position:relative;
	display:flex;
	height:0px;
}
.leg-stop-list .leg-round {
	top:-1px;
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	min-width:48%;
	height:18px;
	border-radius:10px;
	margin:0 auto;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #ababab;
}
.fllcheck {
	padding:15px;
	float:left;
	text-align:center;
	width:16%;
	margin-right:2%;
}
.fllcheck div {
	margin-bottom:0;
}
.fllcheck p {
	color:#666;
	font-size:12px;
	text-align:right;
	line-height:20px;
	margin-bottom:7px;
	margin-right:20px;
}
.fllcheck p.fly_price {
	color:#FF5722;
	text-align:right;
	text-indent:0;
	margin-bottom:0;
	line-height:17px;
	margin-right:20px;
}
.fllcheck p.fly_price span {
	font-size:22px;
	padding-left:5px;
	font-family:sans-serif;
}
.fllcheck .btn {
	height:35px;
	line-height:30px;
}
.table_flytime {
	width:100%;
}
.table_flytime td {
	position:relative
}
.fly_number {/* min-width:142px; */
}
.table_flytime .mode_tab {
	vertical-align:top;
	text-align:left;
}
.table_flytime div {
	font-size:14px;
	color:#999;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	word-break:break-all;
	-webkit-line-clamp:1;
	letter-spacing:-0.5px;
	/* padding:0 15px; */
/* text-align:left; */
	font-family:微軟正黑體;
	font-weight:600;
}
.table_flytime span {
	color:#999;
	font-size:13px;
	padding-right:8px;
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
	font-weight:normal;
	line-height:normal;
	margin-left:5px;
	color:#454158;
}
.table_flytime span.red {
	color:#E91E63;
	font-size:16px;
	cursor:pointer;
	font-family:sans-serif;
	vertical-align:middle;
	font-weight:600;
	position:absolute;
	top:5px;
	padding-left:2px;
	line-height:20px;
	min-width:38px;
	padding-right:0;
}
.table_flytime div.fob {
	font-size:20px;
	color:#000000;
	font-family:sans-serif;
}
.table_flytime tr {
}
.table_line hr {
	margin:10px 15px;
	border-top:1px solid #efefef;/* padding:0 57px; *//* width:90%; */
}
.fly_open {
	width:100%;
	float:left;
	padding:0;
	position:relative;
	margin:0 auto;
}
.gofly {
	display:table;
	width:100%;
    padding:0px 0px 10px 0px;
	border-top:1px dashed #278ccc;
}
.tab-content {
	padding:10px 0px;
}
.flpaddi .tab-content {
	margin-bottom:0px;
	padding:15px 10px 0px 10px;
	background-color:#fff;
	border-left:2px solid #278ccc;
    border-right:2px solid #278ccc;
    border-bottom:2px solid #278ccc;
}
.left_bag,.flisty th span {
	color:#206AB2;
	font-size:15px;
	letter-spacing:-0.3px;
}
.flisty th span.totalflytime {
	float:right;
    padding:0px 0px;
}
.left_bag {
	min-width:11%;
	float:left;
	font-weight:600;
}
.left_bag li {
	float:left;
	font-size:15px;
	color:#5C5C5C;
	font-weight:600;
}
.left_bag li span {
	font-weight:normal;
	display:table;
}
.right_not {
	float:left;
	width:100%;
	padding:0;
}
.icon_fline {
	background-image:url(../img/icon_flin.png);
	width:48px;
	height:24px;
	background-repeat:no-repeat;
}
.icon_fline2 {
	background-image:url(../img/icon_flin2.png);
	width:48px;
	height:24px;
	background-repeat:no-repeat;
}
.flisty {
	width:100%;
	color:#524c61;
	line-height:25px;
	text-align:left;
}
.flisty th {
	font-size:15px;
	color:#206ab2;
	padding:2px 5px;
	background-color:#e5f5ff;
}
.flisty td {
	vertical-align:top;
	font-size:15px;
	font-weight:400;
	padding:3px 5px;
	line-height:26px;
	word-break:normal;
	word-wrap:break-word;
	width:inherit;
	letter-spacing:-0.3px;
}
.flisty td.fly_times {
	font-size:15px;
	float:right;
}
.flisty .mo_timt2 th,.flisty .mo_timt2 .trafly {
	padding:0px 5px;
	color:#FF5722;
}
.flisty .mo_timt2 td,.flisty .mo_lem2 td {
	width:auto!important;
}
.flisty .mo_timt2 .fly_times {
	float:right;
}

#T1 {
border-right:15px solid white;
border-left:15px solid white;
border-bottom:25px solid blue;
display:inline-block;
}


.mo_lem {
	background-color:#f6f6f6;
}
.mo_lem td,.mo_lem2 td {
	font-size:15px;
	color:#f44336;
}
.mo_lem td.modes {
	display:table-cell;
}
.flisty td.mo_icon {
	vertical-align:middle;
}
.icon_fly {
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../img/icon_fly2.png);
	width:19px;
	height:18px;
	text-align:center;
	float:left;
	vertical-align:top;
}
.flisty span {
	padding:0px 16px 0px 0px;
	white-space:nowrap;
}
.flisty div.fonb {
	font-size:15px;
	float:left;
	font-weight:500;
	padding:0px 0px;
	word-break:normal;
	margin-right:17px;
}
.fly_airpe {
	width:100%;
	display:inline-block;
}
.tooltip-inner {
    max-width:100%;
    padding:5px 8px;
}
.ttipdiv {
	display:inline-block;
}
.ttipdiv:hover {
	cursor:help;
}
.ttipdiv2 {
	display:inline-block;
}
.ttipt-1,.fly_time .ttipt-1 {
	font-size:15px;
	line-height:18px;
	color:#ffffff;
	font-weight:400;
	display:contents;
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
	white-space:nowrap;
	text-align:center;
	letter-spacing:0px;
}
.fly_time .ttipdiv,.fly_time .ttipdiv2 {
	font-size:20px;
    font-weight:800;
    color:#333333;
    letter-spacing:0px;
    line-height:20px;
	display:inline-block;
}
.icon_change3 {
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../img/icon_change3.png);
	width:14px;
	height:15px;
	float:left;
	text-align:center;
	margin-left:4px;
}
.fonb {
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.icon_go {
	background-image:url(../img/icon_go.png);
	width:24PX;
	height:18PX;
	background-position:left center;
	background-repeat:no-repeat;
	margin-right:15px;
}
.flisty p {
	font-size:15px;
	color:#206AB2;
}
.flisty p.trafly {
	color:#FF5722;
	margin-left:-5px;
	line-height:normal;
}
.left_bag .tag-fly {
	margin-left:-5px;
	font-weight:400;
    padding:3px 6px 4px 6px;
    background-color:#ffeb3bc4;
}
.bortm {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/* height:55px; */
	line-height:40px;
	border-width:thin;
}
/*.icon_sky img {
margin:0 15px 0 0;
border:none;
max-height:13px;
width:auto
}*/
.backtop {
	height:10px;
	padding:0;
	margin:0;
}
.flpaddi {
	padding:0;
}
.navs {
	width:auto;
	display:table;
	float:none;
	margin:0 auto;
	text-align:center;
}
.navs .pagination {
	float:right;
	font-size:14px;
	color:#5C5C5C;
	margin:15px auto;
}
.navs .pagination .dosh {
	position:relative;
	float:left;
	padding:6px;
	line-height:1.42857143;
	text-decoration:none;
}
.navs .pagination li a {
	background-color:#fff;
	margin:5px;
	border-radius:99em;
	border:none;
	color:#5b5b5b;
	font-family:sans-serif;
	line-height:30px;
	padding-top:0;
	padding-bottom:0;
	line-height:33px;
	height:30px;
	font-size:12px;
	width:30px;
	text-align:center;
	padding:0;
}
.navs .pagination li a:hover {
	color:#FFFFFF;
	background-color:#7FB70A;
}
.navs .pagination li a span {
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
	line-height:30px;
}
.navs .pagination li a:active {
	background-color:#1a9ef3;
	color:#fff
}
.navs .pagination li.active a {
	background-color:#7FB70A;
	color:#fff;
}
.fly_drop {
	float:right;
	margin:0 0 -10px 0;
	/* width:100%; */
	text-align:right;
	display:table-column-group;
}
.fly_drop .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	background-color:#dcf4ff;
}
.fly_drop .dropdown-menu>li>a {
	padding:6px 20px;
}
.fly_drop label {
	float:left;
	color:#454158;
	font-size:14px;
	margin:0 10px 0 0;
}
.fly_drop .btn {
	color:#454158;
	border:none;
	padding:6px 21px;
}
.fly_calendar li.norlin p {
	border-right:none
}
.intopw {
	min-width:263px;
}
.intopw .flys {
	width:70%;
}
.open_search {
	display:none
}
.moshow {
	display:none
}
.sbtn {
	width:auto;
	font-size:14px;/* min-width:auto; */
	max-width:auto;
	float:right;
	padding:0 15px;
	height:30px;
	line-height:25px;
}
.btn_cle {
	border:1px solid #aab0b9;
	color:#454158;
	float:right;
	padding:2px 12px;
	margin:-4px -7px 0 0;
}
.in_btnbox {
	display:none
}
.top {
	margin:40px 0;
	display:table;
	width:100%;
}
.nt {
	background-repeat:no-repeat;
	width:676px;
	height:45px;
	background-position:center center;
	float:none;
	margin:0 auto;
}
.blue_title {
	color:#278ccc;
	font-size:19px;
	border-bottom:1px solid #278ccc;
	padding-bottom:10px;
	margin:15px 0px;
	line-height:24px;
}
.cut_mem {
	padding:0 15px;
}
.cut_mem p {
	color:#5c5c5c;
	font-size:14px;
	font-weight:600;
	margin-bottom:30px;
}
.graybg {
	background-color:#f0f0f3;
	display:table;
	width:100%;
}
.cut_mem .graybg {
	padding:10px 0;
}
.cut_mem .graybg div {
	padding-right:8px;
	margin:0 -37px 0 0;
	padding-left:10px;
	letter-spacing:0.5px;
}
.cut_mem .graybg div.col-md-2 {
	margin:0 0 0 -15px;
	padding:0;
}
.cut_mem .graybg label {
	line-height:44px;
	width:auto;
	padding-right:0;
	margin:0 5px 0 0;
}
.cut_mem .graybg .btn {
	height:39px;
	line-height:30px;
	margin-top:3px;
}
.cut_mem .graybg .form-control {
	margin-top:3px;
}
.cust_box {
	font-size:14px;
	width:100%;
	margin:10px 0px;
	display:table;
}
.blue_tag {
	/* border-bottom:2px solid #18b0f5; */
	display:table;
	width:100%;
	margin-bottom:8px;
	padding-bottom:0;
}
.blue_tag .title {
	/* background-color:#7FB70A; */
	color:#fff;
	padding:0;
	display:table;
	float:left;
	line-height:26px;
	height:100%;
	height:36px;
	min-width:100px;
	text-align:left;
	font-size:15px;
	color:#666;
	font-weight:600;
}
.blue_tag .title span {
	padding:0 10px
}
.add_cus {
	color:#0097df;
	float:right;
	font-weight:600;
	margin:0 15px;
	padding-bottom:0;
	line-height:42px;
	margin-bottom:-7px;/* display:table; */
}
.add_cus span {
	color:#0097df;
	font-family:Biryani;
	font-weight:600;
	font-size:26px;
	line-height:31px;
	margin:0;
	padding:0 4px 0 0;
	vertical-align:bottom;
}
.cus_sel {
	min-width:120px;
	float:left;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0 22px;
}
.cus_sel select {
	height:30px;
	padding-top:0;
	padding-bottom:0;
}
.cust_left .cus_form {
	border-bottom:1px dashed #dcdcdc;
    margin-bottom:15px;
    padding-bottom:10px;
}
.cus_form {
	display:table;
	width:100%;
}
.cus_form label {
	padding-right:0;
	line-height:42px;
	float:left;
	letter-spacing:-1px;
	text-align:right;
}
.cus_form .form-group3 {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:2px;
	display:inline-block;
}
.form-group3 .col-md-8,.form-group3 .col-md-6,.form-group3 .col-md-4,.form-group3 .col-md-2,
.form-group3 .col-xs-12,.form-group3 .col-xs-7,.form-group3 .col-xs-6,.form-group3 .col-xs-5 {
	padding-left:3px;
	padding-right:3px;
}
.form-group3 .btn-default {
	padding:6px 6px;
}
.form-group3 .inpuare {
	margin-top:0px;
}
.form-group3 span.checkbox3 {
	display:inline-block;
	margin-top:10px;
	padding:0px 3px;
}
.nextbox .btn_rech,.nextbox .btn_yell,.nextbox .btn_blue,.nextbox .btn_green {
	min-width:200px;
}
#contDataObj_custService {
	width:18px;
    height:18px;
    margin:0px 8px 0px 0px;
    padding:0px;
}
#contDataObj_custServiceCode {
    display:inline-block;
    width:auto;
    margin-left:15px;
}
#paymentDesc {
    padding:20px 10px;
    text-align:justify;
    text-justify:inter-ideograph;
}
@media screen and (max-width:991px) and (min-width:956px) {
    .cus_form .form-group3 label {
	text-align:left;
	line-height:22px;
	margin-bottom:0px;
}
}
@media screen and (max-width:990px) and (min-width:300px) {
.form-group3 .inpuare {
    margin-top:8px;
}
}
.cus_form .form-group {
	padding-left:0;
	padding-right:10px;
	display:table;
	width:100%;
	margin-bottom:15px;/* margin-left:-10px; */
}
.cus_form .form-group div {
	padding-left:10px;
	padding-right:10px;
}
.cus_form .price span {
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding:0;
}
.inpuare {
	width:100%;
	margin-top:10px;
	display:table;
}
.autow {
	width:auto;
	float:left;
	min-width:150px;
}
.autow select {
	padding:0 0 0 10px;
}
.compt {
	width:20px;
	display:table;
	height:40px;
	float:left;
	padding:0;
	margin:0;
}
.tr_note {
	width:100%;
	border:1px solid #d4d4d4;
	color:#666;
	font-size:15px;
	line-height:24px;
	padding:8px 15px;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:auto;
	overflow-y:scroll;
	background-color:#fff;
	max-height:250px;
	text-align:left;
	text-align:justify;
　	text-justify:inter-ideograph;
}
.tr_note2 {
	width:100%;
	border:1px solid #d4d4d4;
	color:#666;
	font-size:15px;
	line-height:24px;
	padding:8px 15px;
	margin-top:10px;
	margin-bottom:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:auto;
	overflow-y:scroll;
	background-color:#fff;
	max-height:250px;
	text-align:left;
	text-align:justify;
　	text-justify:inter-ideograph;
}
.tr_note2 p {
	text-indent:-1em;
    margin-left:1em;
}
.scrollbar2:hover::-webkit-scrollbar-track {
background-color:#ccc;
width:6px;
}
.scrollbar2::-webkit-scrollbar {
width:6px;
background-color:#F5F5F5;
}
.scrollbar2::-webkit-scrollbar-thumb {
background-color:#666;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px
}
.notch {
}
.notch {
	padding-left:30px;
	margin:15px 20px;
}
.notch a {
	text-decoration:underline
}
.notch .control__indicator {
	width:20px;
	height:20px;
	border:1px solid #999;
	top:0px;
}
.notch.control_checkbox .control__indicator:after {
	left:5px;
	top:2px;
	width:5px;
	height:8px;
}
.contbg .notch.control_checkbox .control__indicator:after {
	left:3px;
	top:-2px;
}
.btn_rech {
	position:relative;
	display:block;
	width:100%;
	background:#ccc;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 auto;
	cursor:pointer;
	-webkit-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	height:45px;
	line-height:38px;
	padding:0;
	font-size:18px;
	width:auto;
}
.btn_rech:hover {
	text-decoration:none;
	background-color:#666;
	color:#fff;
}
.btn_rech:active,.btn_rech:focus {
	top:4px;
	background:#f0f0f3;
	color:#454158;
	text-decoration:none;
}
.btn_rech i {
	background-image:url(../img/icon_btn_rech.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:16px;
	height:11px;
}
.nextbox {
	display:table;
	/* width:100%; */
/* float:right; */
	margin:25px auto;
}
.nextbox .btn {
	width:auto;
	float:right;
	padding:10px 40px;
	margin:15px 10px;
	line-height:43px;
}
.data_logo {
	width:100%;
	height:auto;
}
.data_logo .img {
	width:50px;
	height:auto;
	/* max-height:50px; */
	margin:0 10px 6px 0;
	float:left;
	max-width:50px;
	overflow:hidden;
}
.nextbox .btn_yell {
	line-height:43px;
	height:45px;
}
.nextbox .btn_yell i {
	margin-left:25px;
	background-image:url(../img/icon_btny.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:11px;
	height:16px;
	margin-top:15px;
}
.data_logo .img img {
	width:100%;
	height:auto;
}
.data_logo h6 {
	font-size:16px;
	color:#454158;
	/* height:30px; */
	float:left;
	line-height:60px;
}
.cut_top {
	display:none
}
.cut_top i {
	display:none
}
.mo_clear {
	display:none
}
.blue {
	color:#3F51B5;
}
.texunli {
	text-decoration:underline
}
.pribox {
	color:#454158;
	max-width:60%;
	font-size:15px;
	margin:10px 0 0 15px;
	float:left;
	font-weight:600;
}
.pribox span {
	color:#f26862;
	font-size:18px;
	padding:0 5px;
}
.table_flyinfo {
	color:#454158;
	font-size:14px;
	width:100%;
	letter-spacing:-0.5px;
	margin:8px auto 8px auto;
}
.table_flyinfo .mob_flsty {
	border:2px solid #278ccc;
	margin-top:7px;
    padding:0px 0px 3px 0px;
    display:inline-block;
	position:relative;
}
.fly_time div {
	font-size:13px;
	color:#585858;
	font-weight:400;
	letter-spacing:0px;
	line-height:18px;
}
.fly_time {
	line-height:24px;
	padding-left:0px;
	margin-top:3px;
	margin-bottom:6px;
}
.fly_time span {
	color:#278ccc;
	font-size:20px;
	font-weight:600;
	width:100%;
	display:table;
	margin-top:2px;
	margin-bottom:2px;
}
.icon_flyc {
	background-image:url(../img/icon_flyc.png);
	width:54px;
	height:19px;
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:8px;
}
.table_flyinfo .price {
	font-size:16px;
	font-weight:400;
	letter-spacing:0px;
	text-align:right;
}
.table_flyinfo .price span {
	display:block;
	float:right;
	color:#ababab;
	font-size:14px;
	font-weight:400;
	padding-left:3px;
}
.table_flyinfo .dish {
	height:10px;
	width:100%;
	margin-bottom:0px;
}
.table_flyinfo td {
	padding:0px 5px;
	font-size:15px;
	vertical-align:middle;/* text-align:center; */
}
.table_flyinfo .peop {
}
.table_flyinfo .gray_prcie td {
	line-height:28px;
	font-size:18px;
	padding:6px 0px 6px 5px;
	font-weight:500;
}
.table_flyinfo .peop td {
	padding:2px 5px 5px 5px;
	vertical-align:top;
	font-size:15px;
}
.gray_prcie {
	background-color:#efefef;
}
.gray_prcie b {
	color:#ff7301;
	font-weight:800;
	font-size:22px;
	margin-left:10px;
	margin-right:5px;
}
.gray_prcie td {
	padding:5px 0;
}
.empt {
	border-top:1px dashed #ddd;
	height:10px;
    margin-top:2px;
}
.pcdes {
	display:none
}
.price {
	color:#ff7301;
}
.fop {
	font-size:20px;
	font-weight:bold;
}
.pay_not {
	/* border-top:2px dotted #bdbacb; */
	padding:0;
}
.pay_not ul {
	padding:0 15px;
}
.pay_not li {
	font-size:15px;
	list-style-type:disc;
	line-height:34px;
}
.pay_not img {
	max-width:100%
}
.bill_box {
	margin:15px -15px 10px -15px;
	padding:0;
}
.bill_box .form-group {
	margin-bottom:10px;
}
.graybox {
	display:none
}
.mlosb {
	padding-bottom:100px;
}
.finlbox {
	margin:39px auto 24px auto;
	border:2px solid #618F00;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.finlbox .flybox {
	border:none;
	background-color:#fff;/* padding:25px 0 0 0; */
}
.icon_good {
	background-image:url(../img/icon_good.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:29px;
	color:#454158;
	margin:0 auto;
	min-width:180px;
	height:150px;
	padding-top:120px;
	text-align:center;
	font-weight:bold;
	width:auto;
}
.ord_check {
	margin:0 auto 25px auto;
	width:auto;
	width:100%;
	font-size:16px;
	background-color:#278ccc;
	color:#fff;
	padding:8px;
	background-image:url(../img/icon_ordcheck.png);
	background-repeat:no-repeat;
	background-position:18px 18%;
}
.ord_check div {
    margin-left:62px;
}
.ord_check li {
	line-height:30px;
	font-weight:400;
}
.chlos8 {
	max-width:100%;
	margin:25px auto;
}
.chlos8 .red2 {
	font-weight:bold;
	padding:0 9px;
	width:inherit;
	min-width:150px;
	display:initial;/* color:#000000; */
}
.chlos8 .contbg {
	padding:23px 30px
}
.chlos8 .fllogo {
	width:12%;
	float:left;
	margin:0 2%;
	padding:0 10px;
}
.chlos8 .fldata {
	width:55%;
	float:left;
	margin:0 2%;
	padding:0 10px;
}
.cost_blue {
	width:25%;
	font-size:15px;
	line-height:40px;
	float:right;
	padding:0 10px;
	margin:0;
}
.cost_blue div {
	float:left;
	margin-right:15px;
}
.cost_blue div.flr {
	width:100%
}
.cost_blue .btn {
	padding:0 16px;
	height:30px;
	line-height:30px;
	margin-bottom:2px;
}
.opebox {
	width:100%;
	display:table;/* margin-bottom:0; */
}
.fllogo .glyphicon-chevron-up:before {
	content:"\e114";
}
.fllogo .glyphicon-chevron-down:before {
	content:"\e113";
}
.flyst .panel-info {
	border:none;
}

.flyst {
	margin:0;
	height:0;
}
.mosd {
	display:none
}
.caret2 {
	background-image:url(../img/icon_caret2.png);
	background-repeat:no-repeat;
	width:23px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	background-position:right 3px;
}
/*.icon_flcent {
background-image:url(../img/icon_flcent.png);
width:25px;
height:12px;
background-repeat:no-repeat;

position:absolute;
top:-1px;
left:50%;
}*/
.boxSearch span {
	color:#000000;
	font-weight:400;
	font-size:15px;
	margin:0 auto;
	padding:0 0 0 5px!important;
	width:44%;
	float:left;/* text-align:center; */
}
.chebox2 {
	padding:10px 12px;
	margin:0;
}
.chebox2 .control_checkbox {
	width:100%;
	margin:0 0 3px 0;
	color:#666;
}
.ui-widget {
	z-index:999
}
.fly_menu {
	background-color:#278ccc;
	font-size:15px;
	height:40px;
	padding:0px 0px 0px 2px;
	border-bottom:0px solid #278ccc;
	border-top:2px solid #278ccc;
	margin-top:-2px;
}

.cust_right .fly_menu {
	margin-top:20px;
}
.tickbox .fly_menu li {
	float:left;
	width:33.333%;
	padding:0;
	height:38px;
	border:none;
	background-color:transparent;
}

.tickbox .fly_menu li:hover {
	background:none;
}
.fly_menu.nav-tabs>li.active>a {
    color:#278ccc;
    height:40px;
    background-color:#ffffff;
    font-weight:500;
    border:0px solid #ddd;
}
.fly_menu.nav-tabs>li>a:hover {
	color:#278ccc;
    height:38px;
    background-color:#ffffff;
}
.fly_menu.nav-tabs>li>a {
	color:#ffffff;
	line-height:16px;
	font-size:15px;
	text-align:center;
	padding:10px 25px;
	border-radius:0;
	border:none;
}
.table_bag {
	border:1px solid #BEBEBE;
	margin:0px 0px 15px 0px;
	font-size:14px;	
	border-collapse:inherit;
	line-height:24px;
}
.table_bag th {
	font-size:15px;
	text-align:center;
	background-color:#d4efff;
	border-collapse:inherit;
	padding:4px 0px;
}
.bag_not {
	width:100%;
	margin:0 auto;
	font-size:13px;
    line-height:20px;
}
.w80 {
	width:100%;
}
.ticnot {
	width:100%;
	float:left;
}
.ticnot td {
	border:none;
	padding:1px;
}
.ticnot th,.flpaddi .table_bag td {
    font-size:15px;
    line-height:20px;
    padding:5px 4px;
}
.ticnot th {
	font-weight:500;
	border:none;
}
.table_bag td.fob {
	font-weight:400;
}
.tiall {
}
.bortop {
	border-top:1px solid #bdbacb;
}
.ticnot .bortop {
	width:98%;
	margin:3px auto 0 auto;
}
.table_bag .gary_bg {
	background-color:#e5f5ff;
	padding:3px 9px;
	border-right:1px solid #BEBEBE;/* border-bottom:1px solid #BEBEBE; */
}
.table_bag tr td span {
	white-space:nowrap;
}
.ticdis td {
	border-bottom:1px solid #BEBEBE;
}
.ticdis td.pads {
	font-size:13px;
    line-height:20px;
}
.btn_cle {
	display:none
}
.mem_pop {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	z-index:9999;
	background:rgba(0, 0, 0, 0.7);
	max-height:none;
	display:block;
	left:0;
}
.icon_close {
	display:none
}
.contactper {
	float:left;
	width:auto;
	/* margin:-13px 0 15px 0; */
	font-size:15px;/* width:100%; */
}
.contactper .control {
	margin:0;
	padding-left:30px;
	line-height:30px;
	width:100%;
}
.contactper .control__indicator {
	top:5px;
}
.contactper .checkbox2.control_checkbox .control__indicator:after {
	left:2px;
	top:-8px;
}
.marb {
	margin-bottom:55px
}
.autot {
	width:auto;
}
.btn-file {
	position:relative;
	overflow:hidden;
	color:#FFF;
	background-color:#195DBE;
	border-color:#FFFFFF;
	margin-top:2px;
}
.btn-file:hover {
	color:#FFF;
	background-color:#0A599D;
	border-color:#FFFFFF;
}
.btn-file:active {
	color:#FFF;
	background-color:#0A599D;
	border-color:#FFFFFF;
}
.btn-file:focus {
	color:#FFF;
	background-color:#0A599D;
	border-color:#FFFFFF;
}
.btn-file:active:hover {
	color:#FFF;
	background-color:#004784;
	border-color:#FFFFFF;
}
.btn-file input[type=file] {
	position:absolute;
	top:0;
	right:0;
	min-width:100%;
	min-height:100%;
	font-size:100px;
	text-align:right;
	filter:alpha(opacity=0);
	opacity:0;
	outline:none;
	background:white;
	cursor:inherit;
	display:block;
}
.index_goback li.ind_ws {
	width:22px;
	display:table;
	height:15px;
	min-width:auto;
}
.chani_t.icon_date {
	bottom:12px;
}
.icon_date {
	background-image:url(../img/icon_date.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	right:10px;
	bottom:16%;
}
.icon_sele {
	background-image:url(../img/icon_sele.png);
	width:23px;
	height:30px;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	right:6px;
	bottom:4px;
	background-color:#fff;
	background-position:right center;
}
.icon_search {
	background-image:url(../img/icon_search.png);
	width:19px;
	height:30px;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	right:6px;
	bottom:4px;
	background-color:#fff;
	background-position:right center;
}
.ind_new {
	background-color:#038dd6;
	color:#fff;
	font-size:15px;
	padding:0;
	background-image:url(../img/icon_news.png);
	background-repeat:no-repeat;
	background-position:13px 16px;
	height:51px;
	overflow:hidden;
}
.ind_new a {
	float:left;
	width:100%;
	color:#fff;/* background-image:url(../img/icon_news.png); *//* background-repeat:no-repeat; */
	text-indent:50px;/* line-height:43px; *//* margin-bottom:25px; */
}
.ind_new span {
	padding-right:15px
}
.ind_new marquee {
	height:100%;
	font-size:14px;
	font-family:Noto Sans TC, sans-serif, 微軟正黑體;
}
div#abgne_marquee {
	position:relative;
	overflow:hidden;/* 超出範圍的部份要隱藏 */
	width:100%;
	height:25px;
	margin-top:13px;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin:0;
	padding:0;
	list-style:none;
}
div#abgne_marquee ul {
	position:absolute;
}
div#abgne_marquee ul li a {
	display:block;
	overflow:hidden;
	font-size:15px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-size:16px;
	width:95%;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	word-break:break-all;
	-webkit-line-clamp:1;
}
div#abgne_marquee ul li a:hover {
	color:yellow;
}
.cd-top {
	display:inline-block;
	height:50px;
	width:50px;
	position:fixed;
	bottom:40px;
	right:5%;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../img/sbtn2.png);
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .3s 0s, visibility 0s .3s;
	-moz-transition:opacity .3s 0s, visibility 0s .3s;
	transition:opacity .3s 0s, visibility 0s .3s;
	z-index:990;
}
.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch .cd-top:hover {
	-webkit-transition:opacity .3s 0s, visibility 0s 0s;
	-moz-transition:opacity .3s 0s, visibility 0s 0s;
	transition:opacity .3s 0s, visibility 0s 0s;
	opacity:1;
}
.cd-top.cd-is-visible {
	visibility:visible;
	opacity:1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity:1;
}
.index_addf {
	color:#FF7301;
	line-height:35px;
	cursor:pointer;
}
.index_addf span {
	width:35px;
	height:35px;
	border-radius:99em;
	background-color:#FF7301;
	display:block;
	color:#fff;
	text-align:center;
	font-size:28px;
	line-height:35px;
	font-weight:bold;
	padding:0;
	float:left;
	margin-right:15px;
}
.glyphicon-chevron-down:before {
	content:url(../img/icon_opd.png);
}
.glyphicon-chevron-up:before {
	content:url(../img/icon_opf.png);
}
.con_topd div {
	float:left;
	position:relative;
	margin:0 5px;
}
.con_topd .con_topairl {
	width:auto;
max-height;
}
.con_topd div.con_topgb {
	width:9%;
	min-width:82px;
}
.con_topare {
	width:38%;
	min-width:456px;
}
.con_topare p {
	width:50%;
	float:left;
	padding:0 10px 0 0;
}
.con_topd div.con_toptim {
	width:22%;
	min-width:240px;
	margin-right:0;
}
.multop .con_toptim p,.mulbox .con_topd .con_toptim p {
/* width:120px; */
}
.con_toptim p {
	width:50%;
	float:left;
	padding:0 10px 0 0;
}
.con_topd div.con_topbtn {
	width:7%;
	margin-left:10px
}
.con_topbtn .btn {
	height:35px;
	line-height:28px;
	font-size:16px;
}
.con_tlin {
    text-align:right;
    font-size:15px;
    color:#ffeb3b;
    padding:5px 1.5% 10px 0px;
    float:right;
    position:relative;
    z-index:9;
}
.con_tlinbox {
	position:relative;
    margin-top:0px;
	margin-bottom:20px;
	display:inline-block;
}
.con_tlin a {
	color:#ffeb3b;
}
.con_tlin:hover {
	color:#ffeb3b;
	text-decoration:underline;
}
.con_tlin:focus {
	color:#ffeb3b;
}
.con_topd div.con_seardet {
	width:100%;
	clear:both;
	margin:10px 0;
	padding:0;
}
.con_topd div.con_topeo {
	width:10%;
}
.con_seardet .con_topeo {
	margin-left:10px;
}
.con_topd div .con_topcab {
	width:10%;
	margin-left:10px;
}
.con_topairl {
	width:15%;
}
.con_topiden {
}
.con_nmbs {
	margin-bottom:35px;
	min-height:75px;
}
.setitl {
	width:50%;
	float:left;
	background-color:#278ccc;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-right:-1px;
	padding-right:1px;
}
.setitl p {
	color:#ffffff;
	background-color:#278ccc;
	text-align:center;
	display:inline-block;
	font-size:18px;
	line-height:40px;
	padding-left:20px;
}
.setitl_delete {
	width:50%;
	float:right;
	background-color:#278ccc;
	text-align:right;
	font-size:14px;
	cursor:pointer;
	vertical-align:bottom;
	padding-right:20px;
	font-weight:400;
}
.setitl_delete a {
	color:#a6cfe9;
}
.setitl_delete p {
	width:100%;
	text-align:right;
	display:inline-block;
	font-size:15px;
	line-height:40px;
}
.setitl_delete a:hover {
	color:#ffffff;
    text-decoration:none;
}
.trend {
	background-image:url(../img/trendbg.gif);
	width:100%;
	height:75px;
	background-repeat:no-repeat;
	display:inline-block;
	/* margin-bottom:15px; */
	border:1px solid #ccc;
	background-position:bottom center;
}
.trend p {
	text-align:center;
	color:#fff;
	background-color:#008CD6;
	filter:Alpha(opacity=80);
	opacity:0.8;
	width:150px;
	padding:0 15px;
	margin:22px auto;
	height:30px;
	line-height:30px;
	font-size:15px;
}
.trend:hover p {
	background-color:#03A8FF;
}
.trend p:hover {
	background-color:#03A8FF;
}
.close2 {
	background-image:url(../img/icon_close.png);
	background-repeat:no-repeat;
	width:38px;
	height:35px;
	position:absolute;
	right:-15px;
	top:-15px;
	z-index:999;
}
.close2:hover {
	background-image:url(../img/icon_close2.png);
}
.modal-header {
	min-height:40px;
	padding:0 15px 15px 0;
	border-bottom:1px solid #e5e5e5;
	line-height:28px;
	background-color:#7DB110;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	text-indent:15px;
	color:#FFFFFF;
	font-size:22px;
	margin:0;
	padding:0;
	font-family:"微軟正黑體";
	font-weight:600;
	line-height:40px;
}
.modal-title {
	height:100%;
	line-height:45px;
	font-size:17px;
	font-weight:600;
	padding-right:42px;
	padding-left:19px;
	text-indent:0;
}
.modal-header .close2 {
	/* background-image:url(../img/icon_close2.png); */
	right:1px;
	top:1px;
}
.modal-header font {
	line-height:40px;
}
.modal-dialog {
	width:95%;
	margin:30px auto;
	max-width:900px;
}
.fly_calendar i {
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:3.1%;
	height:75px;/* display:inline-table; */
	background-position:center center;
	background-size:inherit;
	min-height:23px;
	margin-top:0;
	opacity:0.30;
}
.fly_calendar i:hover {
	opacity:1;
}
.icon_calelef {
	background-image:url(../img/icon_calelef.png);
	float:left;
}
.icon_calerig {
	background-image:url(../img/icon_calerig.png);
	float:right;
}
.main_right h3 {
	float:left;
	width:55%;
	color:#278ccc;
	line-height:40px;
}
.fly_selebox {
	width:45%;
	float:right;/* background-color:#fff; */
}
.fly_selebox ul {
	width:100%;
	display:table;
	float:right;/* border:1px solid #ccc; */
}
.fly_selebox li {
	width:20%;
	float:left;
	border:1px solid #ccc;
	padding:3px 10px;
	font-size:14px;
	letter-spacing:-0.5px;
	cursor:pointer;
	background-color:#fff;
	text-align:center;
	border-bottom:none;
}
.fly_selebox li.active {
	background-color:#7FB70A;
	color:#fff;
	border-left:1px solid #7FB70A;
}
.fly_selebox li:hover {
	background-color:#7FB70A;
	color:#fff;
	border-left:1px solid #7FB70A;
}
.fly_selebox label {
	display:none
}
.fly_selebox span {
	display:none
}
.min_pri {
	color:#797979;
	font-size:13px;
	float:left;
	margin-top:-15px;
	letter-spacing:0px;
}
.max_pri {
	color:#797979;
	font-size:13px;
	float:right;
	margin-top:-15px;
	letter-spacing:0px;
}
.tickbox {
	width:100%;
	display:table;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.tickbox li {
	width:100%;
	float:left;
	border-bottom:1px dashed #ccc;
	background-color:#f6f6f6;
	padding:11px 15px 9px 15px;
}
.tickbox li:hover {
	background:#EFEDED;/* border:none; */
}
.tickbox li h5,.tickbox li p {
	width:15%;
	float:left;
	font-size:15px;
	line-height:30px;
	font-weight:400;
	padding:2px 0px;
	margin:7px 7px;
}
.tickbox li h5 {
	color:#585858;
	letter-spacing:1px;
	text-align:center;
}
.tickbox li p.flydel {
	text-align:center;
    border-radius:3px;
}
.tickbox li p.flydel:hover {
	background:#ffffff;
}
.refundbg {
	background-color:#42caa5;
	text-align:center;
	color:#fff;
	padding:0 9px;
	letter-spacing:1.5px;
	min-width:73px;
	font-size:14px;
}
.noneref {
	background-color:#ababab;
	text-align:center;
	color:#fff;
	padding:0 9px;
	letter-spacing:-0.5px;
	min-width:73px;
	font-size:14px;
}
.tick_detail {
	color:#7FB70A;
}
.prci_box {
	float:right;
	width:60%;
	margin-right:1%;
	padding:2px 0px;
}
.prci_box div {
	float:right;
	margin-right:4%;
	text-align:right;
	color:#FF7301;
}
.prci_box button {
	float:right;
    width:55%;
    height:40px;
    line-height:38px;
    margin-top:2px;
    max-width:140px;
}
.flydel a {
	color:#278ccc;
	display:inline-block;
	position:absolute;
}
.flydel a:hover {
	color:#278ccc;
}
.flydel i {
	margin-left:60px;
}
.tickbox li .prci_box p {
	width:100%;
	line-height:15px;
	font-size:13px;
	font-weight:500;
	text-align:right;
	margin:0;
	padding:0px 2px;
	float:none;
	color:#585858;
	margin-top:-2px;
}
.tickbox li .prci_box p span.refundbg,.tickbox li .prci_box p span.noneref {
	font-size:13px;
	line-height:15px;
    padding:1px 7px;
    margin:0px 4px;
    border-radius:3px;
	color:#fff;
	letter-spacing:0px;
	position:relative;
    top:-1px;
}
.tickbox li .prci_box p span.refundbg {
	background-color:#42caa5;
}
.tickbox li .prci_box p span.noneref {
	background-color:#ababab;
}


.prci_box span {
	font-size:26px;
    font-weight:700;
	font-family:sans-serif;
	line-height:normal;
	letter-spacing:-0.3px;
}
.flydel i {
	vertical-align:text-bottom;
	padding-left:8px;
}
.martb {
	margin-top:25px
}
.martb .form-group {
	display:inline-block;
    width:30%;
    float:right;
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	display:none;
	padding:5px;
	background-color:transparent;
	box-shadow:none;
	border:none;
	width:auto;
}
.popover.top .arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #206AB9;
}
.popover-inner {
	padding:3px;
	width:auto;
	overflow:hidden;
	background:#000000;
	background:#206AB9;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3);
	font-size:14px;
	font-family:"微軟正黑體";
	font-weight:600;
}
.popover-title {
	padding:9px 15px;
	line-height:1;
	background-color:#f5f5f5;
	border-bottom:1px solid #eee;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	display:table-column;
}
.popover-content {
	padding:4px 6px;
	background-color:#ffffff;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.popover.top>.arrow:after {
	bottom:-3px;
	margin-left:-10px;
	content:" ";
	border-top-color:#206AB9!important;
	border-bottom-width:0;
}
.loadingp {
	background-image:url(../img/icon_loadingp.gif);
	background-repeat:no-repeat;
	width:130px;
	height:44px;
	margin:40px auto;
	text-align:center;
	color:#FC6604;
	padding-top:55px;
	font-size:14px;
	background-position:top center;/* color:#515567; */
}
.modal-body {
	max-width:100%;
	overflow:hidden;
}
.cus_btn {
	width:80px;
	float:left;
}
.cus_btn .btn {
	height:30px;
	line-height:22px;
	font-size:15px;
	margin:3px 0 0 0
}
.updok {
	color:#05f;
    padding:0px 0px 0px 0px;
}
.upderr {
	color:#f00;
	padding:0px 0px 0px 0px;
}
.ui-widget.ui-widget-content {
	font-family:微軟正黑體;
}
.ui-datepicker td span,.ui-datepicker td a {
	padding:0;
	text-align:center;
}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
	border:1px solid #FF4301;
	background:#ff7301;
	color:#FFFFFF;
}
.ui-datepicker th {
	padding:5px .3em;
}
.table_check {
	border:none;
	margin-bottom:25px;
	border-bottom:1px solid #BEBEBE;
	border-right:1px solid #BEBEBE;
	transition:all .2s ease-in-out;
}
.table_check th {
	color:#000000;
	border:1px solid #CECECE;
	border-bottom:none;
}
.table_check td {
	padding:6px 0px;
	border:1px solid #CECECE;
	line-height:21px;
	font-size:15px;
	color:#666;
}
.table_flight td {
/* border-bottom:none; */
/* border-right:none; */
}
.table_flight th {
	border-right:none;
}
.table_flight {
/* border-bottom:1px solid #BEBEBE; */
/* border-right:1px solid #BEBEBE; */
}
.table_flight hr {
	margin:0 auto;
	border-top:1px dashed #ccc;
}
.table_check td span {
	width:100%;
	/*float:right;
	display:table;*/
}
.table_check td span.fli,.fly_time span.fli {
	color:#E91E63;
	font-size:16px;
	cursor:pointer;
	font-family:sans-serif;
	vertical-align:middle;
	font-weight:600;
	top:5px;
	padding-left:2px;
	line-height:20px;
	/* min-width:38px; */
	padding-right:0;
	width:auto;
	display:inline-block;
}
.fly_time span.fli {
	margin-top:5px
}
.okbox {
	padding:15px 20px;
	position:relative;
	margin:40px 0px;
	display:table;
	width:100%;
	font-size:15px;
}
.ticydes {
	margin-top:-40px;
	text-align:right;
}
.ticydes a {
	color:#3A4EBE;
	text-decoration:underline;
	font-size:15px;
}
.ticydes a:hover {
	color:#425EFB;
}
.nocon {
	text-align:left;
	font-size:14px;
	color:#666;
	line-height:27px;
	margin:0 auto;
	background-color:antiquewhite;
	padding:5px 10px;
}
.table_check td:before {
	display:none;
}
.table_check th,.table_check td {
	display:table-cell;
	/* padding:0.25em 0.5em; */
	border-bottom:none;
	border-right:none;
}
.table_check th:first-child,.table_check td:first-child {/* padding-left:0; */
}
.table_check th:last-child,.table_check td:last-child {
	padding-right:0;
}
.popblabg {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.ad_loading {
	margin:10px auto;
	max-width:500px;
	text-align:center;
	width:auto;
}
.ad_loading img {
	width:inherit;
	height:auto;
	max-width:100%;
}
.popload {
	max-width:650px;
}
.loadingbox ul {
	width:100%;
	display:table;
	margin:0 auto;
	padding:0 15px;
}
.loadingbox li.fontb {
	font-weight:600;
	font-size:18px;
	line-height:30px;
}
.loadingbox li {
	float:left;
	color:#0068c9;
	width:100%;
	/* display:table; */
	font-size:16px;
}
.icon_seato {
}
.unpay {
	background-color:#df3e3e;
}
.popfb {
	font-size:17px;
	color:#666;
	text-align:center;
	line-height:30px;
	padding-top:10px;
	font-weight:normal;
}
.chechbox2 {
	margin:25px auto;
	width:auto;
	display:table;
	text-align:center;
}
.mo_btnb {
	display:none;
}
.search_form_suggest {
	position:absolute!important;
	top:34px;
	z-index:978;
	padding:0;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:100%;
	padding:6px 0;
	border:2px solid #e6e6e6;
	/* top:0; */
	display:table;
	height:100%;
}
.pop_numbox {
	padding:0;
	width:100%;
	display:table;
	margin:0;
}
.pop_indtab .pop_numbox .form-group {
	padding:0;
	margin:10px 0;
}
.pop_numbox .pop_leftti {
	color:black;
	width:19%;
	margin-right:3%;
	float:left;
	padding-top:1px;
	min-width:44px;
	font-size:14px;
	padding-left:5px;
}
.pop_rightcon {
	float:left;
	background-color:transparent;
	border:1px solid #CCCCCC;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	height:35px;
	width:100%;
	/* max-width:117px; */
/* margin-top:-4px; */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.pop_indtab .pop_numbox .form-group {
	padding:0;
	margin:0;
	border-bottom:1px dashed #ccc;
	/* border-style:dashed; */
	padding:0 5px 15px 5px;
}
.topnav {
	margin:25px auto 20px auto;
	background-repeat:no-repeat;
	background-position:center top;
	height:52px;
	padding:43px 7% 0 7%;
	font-size:15px;
	background-size:100%;
	width:100%;
}
.nav1 {
	background-image:url(../img/nav_1.png)
}
.nav2 {
	background-image:url(../img/nav_2.png)
}
.nav3 {
	background-image:url(../img/nav_3.png)
}
.topnav p {
	width:33.3%;
	float:left;
	text-align:center
}
.topnav p.nav {
	color:#6C9E00;
	font-weight:600;
}
.topstep {
    margin-top:20px;
    height:75px;
}
.topstep p {
	text-align:center;
}
.step1,.step2 {
	text-align:center;
    height:40px;
    width:40px;
	color:#ffffff;
    font-size:22px;
    line-height:34px;
    font-weight:700;
    background-color:#278ccc;
    border:3px solid #278ccc;
    margin:0 auto;
    margin-bottom:5px;
    border-radius:30px;
}
.step1 {
	color:#ffffff;
	background-color:#278ccc;
    border:3px solid #278ccc;
}
.step2 {
	color:#ababab;
	background-color:#efefef;
    border:3px solid #ababab;
}
.stepok {
	color:#278ccc;
    font-size:15px;
    line-height:20px;
}
.stepno {
	color:#ababab;
    font-size:15px;
    line-height:20px;
}
.stepline1 {
	border:2px solid #585858;
    position:relative;
    top:23px;
    width:100%;
    z-index:-1;
    background-color:#278ccc;
    border:2px solid transparent;
    border-image:linear-gradient(to right, rgb(39 140 204) 33%, rgb(171 171 171) 33%);
    border-image-slice:1;
}
.stepline2 {
	border:2px solid #585858;
    position:relative;
    top:23px;
    width:100%;
    z-index:-1;
    background-color:#278ccc;
    border:2px solid transparent;
    border-image:linear-gradient(to right, rgb(39 140 204) 66%, rgb(171 171 171) 66%);
    border-image-slice:1;
}
.stepline3 {
	border:2px solid #585858;
    position:relative;
    top:23px;
    width:100%;
    z-index:-1;
    background-color:#278ccc;
    border:2px solid transparent;
    border-image:linear-gradient(to right, rgb(39 140 204) 100%, rgb(171 171 171) 100%);
    border-image-slice:1;
}

.stepline1a {
    border: 2px solid #585858;
    position: relative;
    top: 23px;
    width: 100%;
    z-index: -1;
    background-color: #278ccc;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, rgb(39 140 204) 50%, rgb(171 171 171) 50%);
    border-image-slice: 1;
}

.stepline2a {
    border: 2px solid #585858;
    position: relative;
    top: 23px;
    width: 100%;
    z-index: -1;
    background-color: #278ccc;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, rgb(39 140 204) 100%, rgb(171 171 171) 100%);
    border-image-slice: 1;
}

.grline {
	display:table;
	width:100%;
	border-top:1px solid #CCC;
}
.notbox {
	width:100%;
	margin:0 auto 25px auto;
	font-size:14px;
	text-align:left;
	line-height:26px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.notbox p {
	margin-bottom:25px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.okbox .stexri {
	margin-top:-8px;
}
.stexri {
	float:right;
	font-size:13px;
	color:#666;
	line-height:23px
}
.travbox .panel-default {
	/* border:1px solid #8EC5DC; */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.travbox .panel-default>.panel-heading {
	color:#3F51B5;
	padding:0 10px;
	color:#666;
}
.travbox .panel-default>.panel-heading:hover {
	background-color:#038dd6;
	border-color:#ddd;
	color:white;
}
.travbox .panel-default>.panel-heading:hover .panel-title span {
	color:#fff
}
.travbox .panel-title span {
	color:#666;
	float:right;
	font-size:12px;
	line-height:normal;
	vertical-align:-webkit-baseline-middle;
	text-align:right;
	line-height:30px;
}
.travbox .panel-default>.panel-heading+.panel-collapse>.panel-body {
	color:#333;
	padding:10px 15px;
	font-size:15px;
}
.travbox .panel-body table td {
	border:1px solid #000;
}
.travbox .panel-heading a {
	width:auto;
	padding:5px 0;
	line-height:26px;
	font-size:15px;
	float:left;
}
.panel-title {
    display:table;
    width:100%;
    color:#585858;
    font-size:16px;;
    padding:18px 0px;;
    font-family:Noto Sans TC, sans-serif, 微軟正黑體;
}
.speofbox {
	width:46%;
	float:left;
	height:160px;
	max-height:160px;
	overflow:hidden;
	margin-bottom:15px;
	/* border-bottom:1px dashed #ccc; */
	margin-right:2%;
	margin-left:2%;
}
.speofbox .img {
	width:40%;
	float:left;
	padding:15px 0 10px 10px;
	height:auto;
	max-height:350px;
	overflow:hidden;
}
.speofbox .img img {
	width:auto;
	height:auto;
	vertical-align:top;
	max-width:100%;
}
.speofbox .contbox {
	width:60%;
	float:left;
	padding:10px 15px;
}
.speofbox .date {
	font-size:15px;
	color:#666;
	line-height:normal;/* color:#673AB7; */
}
.speofbox h4 {
	line-height:27px;
	color:#673AB7;
	/* margin:15px 0; */
	font-size:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	word-break:break-all;
	-webkit-line-clamp:2;
	margin-bottom:10px;
}
.desbox {
	font-size:14px;
	line-height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	word-break:break-all;
	-webkit-line-clamp:2;/* margin-top:13px; */
}
.popimg {
	width:auto;
	max-width:750px;
	min-width:0;
}
.popimg img {
	text-align:center;
	margin:0 auto;
}
.popimg .speofbox .contbox {
	padding:5px 0 0 0;
	width:100%;
}
.popimg .speofbox .img {
	padding-top:0;
	max-height:550px;
	padding-left:0;
	width:100%;
	text-align:center;
}
.popimg .speofbox {
	width:auto;
	height:100%;
	max-height:inherit;
	margin-bottom:0;
	border:none;
	padding-bottom:0;
}
.popimg .desbox {
	font-size:15px;
	/* margin-bottom:15px; */
	-webkit-line-clamp:inherit;
}
.fllogo div .flytem {
	background-repeat:no-repeat;
	width:50px;
	height:auto;
	background-position:center top;
	margin:19px auto 7px auto;
	padding:0;
	height:50px;
}
.skyteam {
	background-image:url(../img/Logo_SkyTeam.png);
}
.staralliance {
	background-image:url(../img/Logo_StarAlliance.png);
}
.oneworld {
	background-image:url(../img/logo_Oneworld.png);
}
.wauto {
	width:auto;
}
.wauto select {
	width:auto;
	padding-right:25px;
}
.wauto input {
	width:auto;
	padding-right:25px;
}
span.red {/* line-height:normal; */
	vertical-align:middle;
	padding-right:2px;
}
#protebox {
	width:100%;
	height:auto;
	margin:0 auto;
}
#protebox div {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 15px;
}
#protebox div h1 {
	font-size:21px;
	color:#3F51B5;
	margin-bottom:15px;
}
#protebox div img {
	width:auto;
	text-align:center;
	margin:10px auto 50px auto;
	height:auto;
	max-width:100%
}
#protebox div h1 span {
	font-family:sans-serif;
	font-weight:bold;
	font-size:24px;
	letter-spacing:0.5px;
}
#protebox div li {
	font-size:15px;
	list-style:inherit;
	color:#666;
	line-height:29px;
	list-style:upper-latin;
}
.blue2 {
	color:rgb(0, 112, 192)
}
.table_flight th {
	font-weight:600;
	color:#333;
}
.table_flight div {
	display:inline-table;
	vertical-align:middle;
	margin:5px auto;
	width:25%;
	background-position:center center;
}
.table_flight div b {
	color:#333;
	font-size:20px;
}
.table_flight div p {
	color:#666;
	font-size:14px;
	margin:0;
}
.table_flight div.icon_fline {
	width:14%;
}
.olst {
	margin-bottom:15px;
	font-size:14px
}
.olst li {
	text-indent:-0.5em;
	padding-left:1.5em;
	line-height:30px;
}
.olst li.titlen {
	font-weight:500;
	font-size:16px;/* text-indent:-3.5em; */
	margin-bottom:5px;
}
.olst li.titlen img {
	margin-right:5px;
}
.section-content .olst img {
	margin:auto;
	text-align:left;
	display:-webkit-inline-box;
	/* margin:0 5px 0 0; */
	vertical-align:middle;
}
.table_schedule {
	border:1px solid #CECECE;
}
.table_schedule th {
	border:none;
	padding:5px;
}
.table_schedule td {
	border:none;
	border-bottom:1px solid #CECECE;
}
.bluelin {
	text-align:left;
	color:#206ab2
}
.bluelin a {
	text-align:left;
	color:#206ab2
}
.bluelin a:hover {
	color:#FF7301;
	text-decoration:underline
}
.table_schedule .btn {
	margin:5px auto;
	width:65px;
	padding:2px 5px;
	height:inherit;
	float:none;
	font-size:15px;
	line-height:normal;
}
.table_schedule td.scprice {
	color:#FF7301;
	font-weight:600;
}
.table_schedule tr:hover {
	background:#F9F8F8;
}
.flor {
	float:right;
	margin-bottom:10px;
}
.grobox {
	color:#333;
	font-weight:600
}
.leftbanox {
	float:left;
	width:55%;
	display:table;
	position:relative;/* width:auto; */
}
.gronot {
	float:left;
	width:45%;
	display:table;
	padding-left:23px;/* width:auto; */
	font-size:14px;
	line-height:26px;
}
.groupobox {
	width:100%;
	display:table;
	margin-bottom:15px
}
.groupobox h4 {
	width:100%;
	margin-bottom:20px;
	color:#333;
	line-height:26px;
}
.bannerbox {
	width:100%;
	;
	height:100%;
	margin:0;
	position:relative;
}
.bannerbox .btn {
	position:absolute;
	width:15px;
	height:70px;
	top:336px;
	cursor:pointer;
	z-index:99;
	font-size:50px;
	font-weight:bold;
}
.bannerbox .prev {
	left:0;
	background:url(../img/prevBtn.png) no-repeat;
}
.bannerbox #prevTop,.bannerbox #nextTop {
	top:170px;
	width:34px;
	height:61px;
	;
}
.bannerbox #prevTop {
	opacity:0.5
}
.bannerbox #nextTop {
	opacity:0.5
}
.bannerbox #prevTop:hover {
	opacity:1
}
.bannerbox #nextTop:hover {
	opacity:1
}
.bannerbox #prevTop {
	background:url(../img/prevBtnTop.png) -1px 0 no-repeat;
}
.bannerbox #nextTop {
	background:url(../img/nextBtnTop.png) 0 0 no-repeat;
}
.bannerbox .next {
	right:0;
	background:url(../img/nextBtn.png) no-repeat;
}
.bannerbox li {
	float:left;
}
.bannerbox .cf li {
	position:relative;
	color:#fff;
}
.bannerbox .cf a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	color:#fff;
}
.bannerbox .cf a img {
	width:100%;
	height:auto;
	min-height:350px;
	vertical-align:top;
}
.bannerbox .cf li span {
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px 20px;
	line-height:22px;
	text-align:left;
	background:rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = "#60000000", endColorstr = "#60000000");
}
.bannerbox .picBox {
	height:350px;
	position:relative;
	overflow:hidden;
	background-image:url(../img/nobg.gif);
	background-repeat:no-repeat;
	background-position:center center
}
.bannerbox .picBox ul {
	height:350px;
	position:absolute;
}
.bannerbox .picBox li {
	width:638px;
	height:100%;
}
.bannerbox .listBox {
	width:100%;
	height:75px;
	margin:0 auto;
	position:relative;
	padding:0;
	overflow:hidden;
	background-color:#000;
}
.bannerbox .listBox ul {
	height:100%;
	position:absolute;
}
.bannerbox .listBox li {
	width:128px;/* height:70px; */
	cursor:pointer;
	position:relative;
	padding:5px 10px;
	height:70px;
}
.bannerbox .listBox li i {
	display:none;
}
.bannerbox .listBox li a {
	display:block;
	width:124px;
	height:70px;
}
.bannerbox .listBox li img {
	width:100%;
	height:100%;
	opacity:0.5;
}
.bannerbox .listBox li img:hover {
	opacity:1
}
.bannerbox .listBox .on img {
	width:100%;
	height:100%;
	opacity:1;
}
.bannerbox .listBox .on i {
	display:block;
}
.gronot ul i {
	background-repeat:no-repeat;
	width:29px;
	height:27px;
	background-position:center center;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.gronot ul li {/* text-indent:35px; */
	color:#666;
	margin:0 0 10px 0;
	font-size:15px;
}
.gronot ul li .price {
	font-weight:600;
	font-size:24px;
}
.icon_gr01 {
	background-image:url(../img/icon_01.png);
}
.icon_gr02 {
	background-image:url(../img/icon_02.png);
}
.icon_gr03 {
	background-image:url(../img/icon_03.png);
}
.icon_gr04 {
	background-image:url(../img/icon_04.png);
}
.icon_gr05 {
	background-image:url(../img/icon_05.png);
}
.blue_pro {
	color:#008cd6;
	border-bottom:2px solid #e5e5e5;
	line-height:23px;
}
.blue_pro b {
	border-bottom:2px solid #008cd6;
	line-height:23px;
	font-size:16px;
}
.gronot table td {
	border-right:1px solid #ccc
}
.gronot table th {
	border-right:1px solid #ccc
}
.gronot table {
	border-right:none
}
.scradbox {
	width:100%;
	display:table;
	line-height:35px;
	margin:5px 0;
}
.scradbox p {
	color:#0157af;
	font-size:14px;
	float:left;
}
.scradbox i {
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	display:table;
	float:right;
	margin:0 5px;
}
.icon_scrd01 {
	background-image:url(../img/icon_09.png)
}
.icon_scrd01:hover {
	background-image:url(../img/icon_09_hover.png)
}
.icon_scrd02 {
	background-image:url(../img/icon_08.png)
}
.icon_scrd02:hover {
	background-image:url(../img/icon_08_hover.png)
}
.icon_scrd03 {
	background-image:url(../img/icon_07.png)
}
.icon_scrd03:hover {
	background-image:url(../img/icon_07_hover.png)
}
.icon_scrd04 {
	background-image:url(../img/icon_06.png)
}
.icon_scrd04:hover {
	background-image:url(../img/icon_06_hover.png)
}
.gronot .btn {
	width:165px;
	float:right;
	margin:16px 0 0 0;
}
.features {
	width:100%;
	position:relative;
	padding:0 20px;
}
.grdat {
	color:#333;
	font-size:19px;
	font-weight:500;
	margin:15px;
}
.grdat div {
	font-size:24px;
	color:#333;
	font-weight:600;
	font-family:sans-serif;
	float:left;
	min-width:67px;
	margin-right:10px;
}
.grdat span {
	border-left:1px solid #ccc;
	margin:0 0 0 16px;
	padding-left:16px;
	display:-webkit-box;
}
.section-content {
	margin-top:25px;
	font-size:15px
}
.section-content img {
	width:auto;
	max-width:100%;
	text-align:center;
	display:-webkit-box;
	margin:0 auto;
}
.section-content p {
	margin-bottom:10px;
	padding:5px 0;
}
.nav-height {
	position:relative;/* height:50px; */
}
.nav-wrap {
	width:100%;/* height:50px; */
	background:#fff;
	background-color:#b5dc65;
	display:table;
	width:100%;
	border-top:3px solid #7fb70a;
}
.nav-wrap.navFix {
	position:fixed;
	top:0;
	left:0;
	box-shadow:0 0 5px rgba(0,0,0, 0.2);
	border-bottom:1px solid #e3e3e3\9;
	z-index:99999;
}
.nav-wrap ul {
	padding:0;
	margin:0 auto;
	width:100%;
	display:block;/* background-color:#b5dc65; */
	display:table;
	width:100%;/* border-top:3px solid #7fb70a; */
	font-size:18px;
}
.nav-wrap.navFix ul {
	border-bottom:0;
	margin:0 auto;
	width:1200px;
}
.nav-wrap li {
	display:inline-block;
	text-align:left;
	line-height:normal;
	color:#496b00;
	float:left;
	padding:0;
	text-align:center;
	margin:0;
}
.nav-wrap li a {
	color:#496b00;
	padding:4px 29px;
	line-height:35px;/* height:40px; */
}
.nav-wrap li a:hover {
	background-color:#fff;
	color:#333;
	border-top:3px solid #689900;
}
.nav-wrap li a.active {
	background-color:#fff;
	color:#333;
	border-top:3px solid #689900;
	vertical-align:top;
}
.nav-wrap li a.active li {
	background-color:#fff;
}
.nav-mobile {
	display:none;
	font-weight:bold;
	width:100%;
}
.click-me {
	width:150px;
	height:30px;
	background:#4680d1;
	color:white;
	text-align:center;
	line-height:30px;
}
.click-me a {
	display:block;
	color:white;
}
.table_grcotn {
	margin:10px 0 40px 0;
	font-size:16px;
	line-height:28px;
}
.table_grcotn tr {
}
.table_grcotn td {
	padding:16px 0 0 0;
}
.table_grcotn i {
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	display:-webkit-inline-box;
	vertical-align:top;
}
.icon_10 {
	background-image:url(../img/icon_10.png)
}
.icon_11 {
	background-image:url(../img/icon_11.png)
}
.icon_12 {
	background-image:url(../img/icon_12.png)
}
.icon_13 {
	background-image:url(../img/icon_13.png);
	width:26px;
	height:13px;
	background-repeat:no-repeat;
	display:-webkit-inline-box;
	margin:0 10px;
}
.table_grcotn td.grcolei {
	background-image:url(../img/icon_grcolei.png);
	background-repeat:repeat-y;
	background-position:top center;
	padding:10px 0 0 0;
}
.great div {
	width:30%;
	float:left;
	margin-right:3%;
	text-indent:-3em;
	padding-left:3em;
}
.table_grocda {
}
.table_grocda a {
	color:#7FB70A;
	font-weight:500;
	width:100px;
	display:inline-block;
	position:absolute;
	font-size:15px;
}
.table_grocda a:hover {
	text-decoration:underline;
}
.table_grocda i {
	margin-left:60px;
	vertical-align:text-bottom;
	padding-left:5px;
}
.icon_point {
	background-image:url(../img/icon_point.png);
	width:15px;
	height:15px;
	background-repeat:no-repeat
}
.table_grpri {
	font-size:15px;
}
.table_grpri .modes2 {
	font-size:13px;
	color:#A5A5A5;
	font-weight:normal;
}
.table_grpri th.modes2 {
	color:#333;
	font-size:16px;
}
.table_grpri th {
	background-color:#efefef;
	border-bottom:1px solid #cecece;
	line-height:40px;
	height:40px;
	text-align:center;
	color:#333;
	font-size:16px;
}
.table_grpri .control {
	padding-left:30px;
	margin:5px 15px;
	line-height:26px;
}
.table_grpri .control_checkbox .control__indicator:after {
	top:-5px;
}
.table_grpri tr {
	border-bottom:1px solid #ccc;
	line-height:40px;
	min-height:40px;
}
.table_grpri select {
	min-width:inherit;
	text-align:center;
	margin:10px auto;
	width:80px;
}
.table_grpri b {
	font-size:18px;
	font-family:sans-serif;
	font-weight:500;
	letter-spacing:0.5px;
}
.mtbs {
	margin:15px 0 25px 0;
	width:100%;
	display:table;
}
.mtbs textarea {
	min-height:150px
}
.mempbox {
	padding:0 10px;
	display:table;
	width:100%;
}
.mempbox h3 {
	font-size:22px;
	padding:0 15px;
	margin-bottom:10px;
}
.mempbox p {
	font-size:15px;
}
.borletitle {
	border-left:5px solid#008cd6;
	background-color:#F3F3F3;
	color:#333;
	line-height:40px;
	height:40px;
	text-indent:15px;
	margin:25px 0 15px 0;
	font-size:17px;
	width:100%;
	display:table;
}
.olsty {
}
.olsty li {
	line-height:30px;
	list-style-position:inside;
	list-style-type:disc;
}
ul.olsty li {
	list-style-type:none;
	list-style-type:decimal;/* padding-left:2em; *//* text-indent:-2em; */
}
.mempbox .ml34 {
	margin:0 0 15px 20px;
	font-size:16px;
}
.mempbox p.ml34 {
	margin:0 0 0 30px;
}
.serbox {
	padding:66px 5px 0 7%;
	line-height:30px;
}
.serbox2 {
	padding:15px 15px;
	line-height:30px;
	margin-bottom:15px;
}
.serbox b {
	font-size:16px;
	font-weight:600;
	color:#1a1a1a;
}
.serbox .col-md-12 {
	padding:0;
}
.serifra {
	border:1px solid #b28600;
	padding:0;
	margin:11px 0 35px 0;
}
.preimg {
	float:right;
	margin:35px 29px 0 0;
}
.flodata {
	max-width:700px;
	float:left;
	display:table;
	min-width:70%;
}
.mempbox p {
	padding:0 15px;
}
.table_pr td {
	padding-right:10px!important;
	padding-left:10px!important;
}
.iframe_pay {
	height:310px;
}
.iframe_paybox {
}
.boxSearch .goaree {
	background-image:url(../img/icon_sele.png);
	background-repeat:no-repeat;
	background-position:95% center;
}
.pro_not .okbox {
	margin-top:16px;
}
.pop_purbox .img {
	margin:0 auto 10px auto;
	text-align:center;
	width:auto;
	max-width:100%;
}
.table_purch {
	max-width:1118px;
}
.mordate {
	background-image:none;
}
.mordate .ui-widget.ui-widget-content {
	width:96%!important;
	margin:65px auto 15px auto;
}
.mordate .ui-widget-header {
	border:1px solid #ddd;
	background:#8ec31f;
	color:#fff;
	font-size:18px
}
.mordate .ui-state-default,.mordate .ui-widget-content .ui-state-default {
	border:none
}
.mordate .ui-datepicker td {
	padding:5px
}
.mordate .ui-icon,.mordate .ui-widget-content .ui-icon {
	background-image:url(../img/icon_darl.png)
}
.mordate .ui-datepicker .ui-datepicker-prev,.mordate .ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:-59px;
}
.mordate .ui-datepicker .ui-datepicker-prev,.mordate .ui-datepicker .ui-datepicker-next {
	width:2.8em;
	height:1.8em;/* background-color:aqua; */
}
.mordate .ui-icon {
	width:39px;
	height:40px;
	cursor:pointer
}
.mordate .ui-icon-circle-triangle-w {
	background-position:-37px 0;
}
.mordate .ui-icon-circle-triangle-e {
	background-position:0 0;
}
.mordate .ui-state-hover,.mordate .ui-widget-content .ui-state-hover,.mordate .ui-widget-header .ui-state-hover,.mordate .ui-state-focus,.mordate .ui-widget-content .ui-state-focus,.mordate .ui-widget-header .ui-state-focus,.mordate .ui-button:hover,.mordate .ui-button:focus {
	border:none;
	background:none;
}
.mordate .ui-state-hover,.mordate .ui-widget-content .ui-state-hover {
	background:#ff7301;
	color:#FFFFFF;
}
.mordate .ui-icon-circle-triangle-w:hover {
	background-position:-36px -39px;
}
.mordate .ui-icon-circle-triangle-e:hover {
	background-position:0 -39px;
}
.mordate .ui-datepicker .ui-datepicker-prev,.mordate .ui-datepicker .ui-datepicker-next {
	background:none;
	border:none
}
.table_addp tr {
	line-height:26px
}
.table_addp select.form-control {
	float:left;
	margin-left:36px;
}
.addpr {
	float:left;
	vertical-align:middle;
	margin:17px 0 10px 7px;
	font-weight:500;
	font-size:16px;
	font-family:sans-serif;
	letter-spacing:0.5px;
}
.mulbox {
	padding-left:118px;
	margin-top:15px;
	display:table;
	width:100%
}
.con_topd .removeclass {
	background-image:url(../img/removeclass.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	background-position:left center;
	margin-top:7px;
	margin-left:0;
}
.newbg {
	background-color:#777;
	color:#fff!important;
}
.table_check b {
	font-size:16px;
	font-weight:500;
	color:#ff7301;
}
.pop_loading {
	margin:0;
}
.ui-datepicker .ui-datepicker-header {
	background-color:#4190D3!important;
	color:#fff
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active, a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	border:1px solid #FF7301;
	background:#FF7301;
}
.icon_pofly {
	background-image:url(../img/icon_fly.png);
	width:33px;
	height:22px;
	display:-webkit-inline-box;
	background-repeat:no-repeat;
	vertical-align:middle;
	background-position-x:left;
}
#modalBudget .close {
	font-size:40px;
	color:#FFF;
}
 #modalBudget :hover::-webkit-scrollbar-track {
background-color:#ccc;
width:8px;
}
#modalBudget ::-webkit-scrollbar {
width:8px;
background-color:#F5F5F5;
}
#modalBudget ::-webkit-scrollbar-thumb {
background-color:#666;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px
}
.budgetContent table {
	width:100%;
}
.budgetContent table td {
	padding-bottom:15px;
	font-size:17px;
}
.budgetContent .btn {
	height:40px;
	line-height:40px;
	width:100px;
	margin:0 auto;
}
.budgetContent table .table_prb {
	font-size:12px
}
/* Order Search */
.g-recaptcha,.g-recaptcha div {
	padding:0 !important;
	margin:0 !important;
}
.fc-captcha-img {
	vertical-align:middle !important;
}
.ui-datepicker-title select {
	color:#4190D3;
}
.nextbox .btn_green,.nextbox .btn_blue,.nextbox .btn_yell {
	padding:0px 15px;
	line-height:43px;
	height:45px;
}
.pric_pan {
}

.pric_pan .panel-title a {
	font-size:15px;
	color:#008cd7;
	text-decoration:underline;
	letter-spacing:0.5px;
	margin:0;
	padding:0 5px;
	line-height:inherit;
}
.price_open ul {
    width:100%;
    margin:-10px auto;
    display:inline-table;
}
.price_open ul li {
	line-height:20px;
	font-size:15px;
	padding:0 0 5px 0;
}
.price_open ul li span {
	color:#ff7301;
	padding:0 5px;
	font-weight:600;
}

.table_flyinfo .mo_timt2,.table_flyinfo .mo_lem2 {
	width:100%;	
    display:inline-table;
}
.table_flyinfo .mo_lem2 {
	background-color:#f6f6f6;
}
.table_flyinfo .mo_timt2 p {
	color:#333333;
}


#cami_patrol_tool{
    right:15px;
    width:150px;
    left:inherit!important;margin-top:450px;
}
#cami_patrol_tool img{width:100%}


.btn_skype { background-color:#077db4; color:#fff; font-size:16px; padding:5px 15px ; line-height:18px;-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;}

.btn_skype:hover,.btn_skype:active,.btn_skype:focus{    color:#fff ;
    background-color:#066896;}



.btn_call{ background-color:#00aeef; color:#fff; font-size:16px; padding:5px 15px ; line-height:18px;-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;}

.btn_call:hover,.btn_call:active,.btn_call:focus{    color:#fff ;
    background-color:#009ee5;}






.k-line9-1 {
	animation:k-loadingC .6s .4s linear infinite;
	background-color:#FF5722
}
.k-line9-2 {
	animation:k-loadingC .6s .3s linear infinite;
	background-color:#F4511E
}
.k-line9-3 {
	animation:k-loadingC .6s .2s linear infinite;
	background-color:#E64A19
}
.k-line9-4 {
	animation:k-loadingC .6s .1s linear infinite;
	background-color:#D84315
}
.k-line {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:99em;
	background-color:rgb(255, 255, 255);
	margin-right:4px;
}
@keyframes k-loadingC {
0 {
transform:translate(0, 2px)
}
50% {
transform:translate(0, 10px)
}
100% {
transform:translate(0, 0)
}



 @media only screen and (max-width:1366px) {
.pro_not {
	width:86%;
	margin-left:15px;
}
}
}
@media only screen and (max-width:1280px) {
.fly_drop .dropdown-menu {
	margin-left:-45px
}
.mobbotm {
	min-width:163px;
}
.cd-top {
	right:1%;
}
.icon_changes {
	height:54px;
}
/*.tab-content {
	padding:10px
}*/
#sepbox {
	width:30px;
	right:10px;
}
}
@media only screen and (max-width:1180px) {
.icon_change {
}
.flys {
	width:70%;
}
.cust_right .contbg {
	padding:10px 5px;
}
.goback {
	padding:15px 0 0 0;
}
}
@media only screen and (max-width:1109px) {
.icon_change {
	margin:0;
}
.cut_mem .graybg div {
	margin:0 -16px 0 0;
}
}
@media only screen and (max-width:1024px) {
.are_nav p {
	width:55%;
}
.aipotp .are_nav p {
	width:86%;
	margin-right:0;
}
.main_left {
	padding:0;
}
.mainbox,.centerbox {
	width:98%;
	max-width:100%;
}
.cust_right {
	width:32%;
}
.cus_form label.mo_md3 {
	min-width:115px;
}
.gobox {
	width:49%;
	padding-right:5px;
}
.icon_change {
	width:10px;
}
.ind_date {
	width:51%;
}
.icon_changes {
	width:0;
}
.ind_peo {
	width:51%;
}
.cust_left .contbg {
	padding:20px 15px;
}
.fly_time span {
	margin-right:4px;
}
.table_flyinfo td {
	padding:0 5px;
}
.table_flyinfo .peop td {
	font-size:14px;
}
.table_flyinfo .gray_prcie td {
}
.table_flyinfo .gray_prcie b {
	margin-left:0;
}
.cut_mem .graybg div {
	padding-right:8px;
	padding-left:10px;
	letter-spacing:0.5px;
}
index_goback li.ind_ws {
	width:30px;
}
div#abgne_marquee ul li a {
	font-size:14px
}
.con_topd div.con_toptim {
	width:24%;
}
.filters li {
	padding:5px 0;
}
.filters li p {
	font-size:14px
}
.are_nav li {
	padding:0
}
.ind_imgbox {
	background-size:89%;
}
.table_bag {
	font-size:13px;
	line-height:20px;
}
.ticdis td {
	line-height:22px;
	padding:2px 5px;
}
.main_right h3 {
	font-size:20px;
}
.fly_selebox li {
	padding:0;
}
.prci_box span {
	font-size:24px;
}
.flisty div.fonb {
	width:100%;
}
.con_topd div .con_topcab {
	width:12%;
}
.index_goback li.ind_ws {
	width:20px;
}
label {
	font-size:14px;
}
.cd-top {
	height:40px;
	width:40px;
	background-size:100%;
}
.prcbox {
	max-width:215px;
}
.bannerbox .picBox li {
	width:519px;
}
.bannerbox .picBox {
	height:285px;
}
.bannerbox .listBox li {
	width:104px;
	height:57px;
}
.bannerbox .listBox {
	height:62px;
}
.bannerbox #prevTop,.bannerbox #nextTop {
	top:110px;
}
.gronot {
	line-height:23px;
}
.gronot ol li {
	margin:0 0 4px 0;
}
.gronot ol i {
	background-size:95%;
}
.nav-wrap.navFix ul {
	width:942px;
}
.serbox {
	padding:60px 0 0 30px;
}
.serbox2 {
	padding:0 25px;
}
.speofbox {
	width:48%;
	margin-right:1%;
	margin-left:1%;
}
.indmt60 {
	margin-top:25px;
}
.iframe_paybox .cus_form label {
	width:16.66666667%;
	text-align:right;
	padding-right:0;
	line-height:34px;
	float:left;
}
.iframe_paybox .cus_form .form-group div {
	float:left;
}
.iframe_paybox .col-md-2 {
	width:16.66666667%;
}
.iframe_paybox .col-md-4 {
	width:33.33333333%;/* max-width:310px; */
}
.iframe_paybox .col-md-5 {
	width:41.66666667%;
}
.iframe_paybox .col-md-12 {
	width:100%;
}
.pro_not {
	width:84%;
	margin-left:15px;
}
.table_addp select.form-control {
	margin-left:20px;
	width:65px;
}
.mulbox {
	padding-left:97px;
}
.con_topare {
	min-width:353px
}
.mulbox .con_topare {
	min-width:374px;
}
.multop .con_toptim p,.mulbox .con_toptim p {
/* width:150px; */
}
}
@media only screen and (max-width:1020px) {
.mainbox,.centerbox {
	width:100%;
}
.index_goback li.ind_ws {
	width:10%;
}
}
@media only screen and (max-width:955px) {
.w80 {
	width:100%;
}
.bag_not {
	width:100%;
}
.ticnot {
	width:100%;
}
.cus_form .form-group .empt2 {
	float:left;
	width:20%;
	margin-bottom:15px;
	padding:0;
	font-size:14px;
	max-width:100px;
	display:none;/* height:0; */
}
.gobox {
	width:49%;
}
.icon_change {
	width:10px;
}
.con_topd div {
	min-height:45px;
}
.con_topd div .icon_search {
	bottom:13px;
}
.con_topare {
	width:55%;
}
.con_topd div.con_topgb {
	width:12%;
}
.con_topd div.con_toptim {
	width:30%;
}
.con_topd div.con_topeo {
	width:12%;
}
.con_topd div.con_topbtn {
	width:11%;
}
.con_topd div .con_topcab {
	width:13%;
}
.con_topairl {
	width:25%;
}
.trend {
	width:100%;
	height:100%;
	margin-bottom:0;
}
.fly_calendar i {
	/* display:none;
	width:0; */
}
.fly_calendar li {
	letter-spacing:-0.5px;
}
.fly_calendar li p {
    font-size:15px;
    padding:8px 0px 3px 0px;
}
.pric_out .pric_debox p {
	font-size:13px;
}
.fly_calendar li p.big {
	font-size:13px
}
.main_right h3 {
	font-size:22px;
	width:100%;
	line-height:30px;
}
.martb .form-group {
    width:100%;
    margin-top:15px;
}
.fly_selebox {
	width:auto;
}
.fly_selebox li {
	/* padding:2px 10px; */
	font-size:15px;
	padding:3px 15px;
}
.main_left {
	width:100%;
	display:none;
}
.main_right {
	width:100%;
	box-shadow:none;
	margin:15px auto 0 auto;
	padding:10px;
}
.cus_form label {
	float:left;
	width:100%;
	margin-bottom:2px;
	padding:0;
	font-size:14px;
	/* max-width:100px; */
	text-align:left;
	line-height:normal;
}
.checkbox3 {
	margin-top:22px;
	width:100%;
	display:table;
}
.checkbox3 div {
	width:20px!important;
	margin-top:15px;
	margin-top:-10px!important;
}
.checkbox3 control__indicator {
	float:left
}
.checkbox3 .control input {
	float:left;
}
.checkbox3 .control_checkbox .control__indicator:after {
	top:-2px;
}
.checkbox3 label {
	padding-left:35px!important
}
}
@media only screen and (max-width:800px) {
.mo_clear {
	clear:both;
}
.mainbox,.centerbox {
	width:100%;
}
.fldata {
	width:100%;
	margin:0 auto 15px auto;
	padding:0;
}
.fllogo {
	width:100%;
	padding:0 15px 15px 15px;
	margin:0;
}
.fllcheck {
	width:50%;
	float:right;
	position:relative;
}
.open_search {
	display:block;
	width:auto;
	float:left;
	color:#454158;
	border:none;
	background-color:#278ccc;
	height:42px;
	line-height:42px;
	border-radius:3px;
}
.mo_blubg {
    width:20%;
    padding:15px 0px 0px 0px;
    position:absolute;
    right:10px;
    z-index:99;
}
.panel-heading {
	padding:0;
	margin:0;
}
.panel-heading a {
	width:100%;
	display:table;
	margin:0 auto;
	float:none;
}
.panel-heading a .btn {
	width:100%;
	height:40px;
	margin:0px 0px 10px 0px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	line-height:40px;
	padding:0;
}
.panel-heading a .btn.active {
	background:#278ccc;
	color:#ffffff;
	moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	margin:0;
}
.panel-heading .btn:active {
	background-color:#618F00;
	background:#618F00;
	color:#ffffff;
	moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	margin:0;
	height:40px;
}
.mo_blubg .btn:active {
	position:relative;
	top:1px;
}
.panel-heading .open_search:active {
	background:#0a639b;
	background-color:#0a639b;
	height:40px;
	line-height:40px;
}
.fly_drop {
	margin:0;
	width:48%;
}
.fly_drop .btn {
	width:100%;
}
.mob_flsty td.mo_icent {
	vertical-align:middle;
	padding:0 5px 0 0;
}
.moshow {
	display:block;
}
btn_cle .btn:active {
	border-bottom:none
}
.fly_calendar {
	display:none;
}
.table_flytime td.table_line {
	line-height:17px;
	height:20px;
}
.fllcheck {
	float:right;
	width:auto;
	min-width:100%;
	padding-right:0;
	right:0;
	padding:0;
	margin:0 auto;
}
.fllcheck div {
	margin-right:0;
	display:table;
	/* float:none; */
	width:100%;
	margin:0 auto;
}
.fllcheck .btn {
	float:right;
	width:45%;
}
.fllogo .img {
	float:left;
	margin-right:10px;
	overflow:hidden;
	/* max-height:50px; */
	max-width:56px;
	padding:0;
}
.fllogo .img img {
	max-width:100%;
	height:auto;
}
.fllogo div .flytem {
	margin:5px 30px;
	float:left;
}
.fllogo h6 {
	float:left;
	text-align:left;
	line-height:50px;
}
.fllogo div .panel-group .panel-title {
	/* color:#fff; */
	text-indent:0;
	margin-top:13px;
	font-size:10px;
}
.fllogo div .panel-group .panel-title a {
	float:left;
	color:transparent;
	margin-top:-5px;
	margin:-158px 0;
	width:737px;
	height:150px;
}
.fllogo div .panel-group .panel-title i {
	font-size:15px;
	color:transparent;/* font-weight:500; *//* margin-left:-2em; *//* float:left; */
}
.fllcheck p {
	float:left;
	font-size:14px;
	line-height:50px;
}
.fllcheck p.fly_price {
	float:left;
	display:block;
	text-align:left;
	line-height:50px;
}
.fllcheck p.fly_price span {
	float:left;
}
.goaree span {
	color:#454158;
	font-size:15px;
	padding:0 15px 0 0;
	text-indent:0;
	margin:0;
}
.sele_btn {
	width:100%;
	margin:6px auto;
	padding:0 40px;
}
.indmt60 {
	margin-top:0;
}
.goback {
/* padding:15px; */
}
.gobox {
	width:100%;
	margin-bottom:15px;
	padding-right:0;
}
.ind_peo div {
	padding-right:0;
	padding-right:8px;
}
.index_goback li {
	padding:0 15px 0 0;
}
.ind_date {
	width:inherit;
	margin-right:0;
	min-width:100%;
}
.ind_date .goare {
	width:100%;
	max-width:inherit;
	padding-right:0;
}
.ind_date div {
	width:50%;
	float:left;
}
.ind_date div.return {
	padding-right:0;
}
.ind_peo div.mo_ri0 {
	padding-right:0;
}
.ind_peo div.mo_ri0 div {
	padding-right:0
}
.ind_peo {
	width:100%;
	/* margin:0 0 15px 0; */
	padding:0;
}
.ind_check {
	width:100%;
	margin:0 auto;
	float:none
}
.ind_check .btn_yell {
	width:100%;
	margin:25px auto;
	max-width:100%;
	float:none;
	height:55px;
	line-height:55px;
}
.fly_open {
	padding:0;
}
.fly_menu {
	margin:0;
}
.left_bag ul {
	display:none
}
.right_not {
}
.left_bag div {
	margin-bottom:20px
}
.mo_icon {
	vertical-align:top;
	padding:5px;
}
.mob_flsty tr {
	display:inherit;
	vertical-align:top;
}
.mob_flsty tr.bortm {
	display:inline-table;
	width:100%;
}
.flisty th {
	padding:0 10px;
}
.mob_flsty td {
	vertical-align:top;
	text-align:left;
	display:inline-block;
	height:auto;
	width:auto;
	padding:0px 6px;
	line-height:24px;
	float:left;
	max-width:470px;
}
.flisty td {
	min-width:auto;
}
.mob_flsty .mo_lem {
	width:100%;
	display:inline-block;
}
.mob_flsty td.modes {
	display:none;
}
.icon_go {
	margin-top:5px
}
.in_btnbox {
	margin:0 auto;
	text-align:center
}
.in_btnbox .btn {
	width:46%;
	margin:25px 2%;
	float:left;
}
.table_opcl {
	border:1px solid #1a9ef3;
	color:#1a9ef3;
	float:left;
	height:44px;
	line-height:44px;
	padding:0;
	font-size:18px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.navs {
	float:none;
	margin:0 auto
}
.navs .pagination {
	float:none;
	margin:15px auto;
	text-align:center;
	padding:0;
	text-align:center;
	display:table;
}
.sr-only {
	background-color:transparent
}
.navs .pagination li a.mo_nobg {
	background-color:transparent
}
.in_btnbox {
	display:block
}
.modes {
	display:none;
	height:0;
}
.modes2 {
	display:none!important;
}
.cut_top {
	border-bottom:1px solid #d6d6d6;
	-moz-box-shadow:inset 0px -3px 7px 0px #f0f0f0;
	-webkit-box-shadow:inset 0px -3px 7px 0px #f0f0f0;
	box-shadow:inset 0px -3px 7px 0px #f0f0f0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	background-color:#ffffff;
	color:#5c5c5c;
	display:inline-block;
	text-align:center;
	height:50px;
	line-height:50px;
	width:100%;
	font-weight:bold;
}
.cut_top span {
	font-weight:normal;
	margin:0 15px;
}
.cut_top i {
	background-image:url(../img/icon_motop.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:15px;
	height:23px;
	z-index:999;
	float:left;
	left:15px;
	top:14px;
	position:absolute;
}
.cust_left {
	width:100%;
	float:none;
	padding:0;
	display:table;
	margin:30px auto 0 auto;
}
.cust_right {
	width:100%;
	padding:0;
	margin-top:10px;
	margin-bottom:20px;
}
.cus_sel {
	/* display:none */
	float:right;
	margin:0;
}
.add_cus {
	display:none
}
.cus_form .form-group div {
	float:left;
	width:100%;
	margin:3px 0 20px 0;
	padding:0;
}
.wauto select {
	width:100%;
	padding-right:0;
	background-position:98% center;
}
.cus_form .form-group div.cus_btn {
	width:20%
}
.compt {
	display:none;
}
.cus_form label.mo_md3 {
	width:30%;
}
.cus_form .form-group div.mo_md2 {
	width:25%;
	margin-right:5%;
}
.cus_form .form-group div.mo_md3 {
	max-width:49%;
	width:inherit;
}
.cus_form .form-group div.mo_md7 {
	width:69%;
}
.notch {
	margin:0 15px;
	margin:0;
}
.cust_box {
	margin:15px 0 25px 0;
	display:table;
}
.nextbox {
	display:table;
	width:initial;
	/*float:right; */
	margin:0 0 10px 0;
	/*background-color:#fff; 
	border-top:1px solid #b3b3b3;*/
	padding:0 25px;
}
.cus_form .form-group {
	padding:0;
}
.nextbox .btn.mocen {
	text-indent:0;
	/* margin:9px auto 26px auto;
	text-align:center;
	float:none;
	width:80%;
	max-width:200px;
	min-width:200px;
	width:40%;
	float:right;
	margin:0 15px;*/
}
.nextbox .btn.mocen .pcdes {
	display:block;
	display:-webkit-inline-box;
}
.fixed-bar {
	display:none
}
.pcdes {
	display:block;
}
.graybox {
	background-color:#efefef;
	color:#454158;
	padding:10px 15px;
	font-weight:600;
	font-size:16px;
	display:block;
	margin-bottom:19px;
}
.nobr {
	/*border:none;
	margin:20px auto;*/
	text-align:center;
	padding:0;	
}
.bill_box .graybox {
	margin:0 -15px 25px -15px;
	font-size:15px;
}
.gray_prcie {
	background-color:#fff6cd;/* width:100%; */
}
.table_flyinfo .gray_prcie td {
	font-size:15px;
}
.table_flyinfo .gray_prcie b {
	padding-right:25px;
}
.bill_box .cus_form label {
	min-width:100%;
	text-align:left;
	margin-bottom:0;
	line-height:26px;
}
.bill_box .cus_form .form-group div {
	width:100%;
}
.bill_box .cus_form .form-group div.mow5 {
	width:45%;
	margin-right:5%
}
.bill_box .cus_form .form-group div.mow5r {
	width:45%;
	margin-right:0;
	float:right;
}
.mofl label {
	width:auto;
	min-width:inherit!important;
	margin-top:5px;
	padding-right:5px;
}
.bill_box .cus_form .mofl.form-group div {
	width:auto!important
}
.cust_right .contbg {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.icon_good {
	background-color:#fff;
	text-align:left;
	color:#ea4f47;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	margin:20px 0 0 0;
}
.finlbox {
	/* margin:0; */
	width:100%;
}
.ord_check .fonb {
	font-weight:normal
}
.chlos8 .fllogo {
	width:100%;
}
.chlos8 .fldata {
	width:100%;
	margin:0 auto;
}
.chlos8 .table_flytime div.fob {
	float:left;
	margin:0 4px 0 0;
	width:40%;
	font-size:16px;
	font-weight:bold;
}
.chlos8 .table_flytime p {
	line-height:25px
}
.chlos8 .table_flytime div {
	color:#000000;
	float:left;
	font-weight:normal;
	width:55%;
	font-size:13px;
}
.chlos8 .table_flytime div.icon_fline {
	margin:19px 0 0 9px;
	width:40px;
	background-size:100%;
}
.table_flytime div.fob {
	margin-right:10px;
	line-height:31px;
}
.table_flytime div {
	/* float:left; */
	font-size:14px;
}
.table_flytime p {
	color:#adadad;
	text-align:left;
	font-size:12px;
	line-height:initial;
}
.table_flytime td {
	height:56px;
	line-height:20px;
	text-align:left;
	vertical-align:bottom;
	padding:0 15px;
}
.table_flytime td.fly_number {
	padding:0
}
.table_flytime td.mode_tab {
	display:none
}
.table_flytime div.icon_fline {
	margin:0 10px 0 0;
	float:none;
}
.finlbox .flybox {
	/* padding:10px; */
/* background-color:#f5f5f6; */
	padding:0;
}
.chlos8 {
	margin:25px 15px;
}
.chlos8 .cost_blue {
	/* background-color:transparent; */
	padding:0;
	border-top:1px dashed #9d9d9d;
	width:100%;
	padding:0 10px;
}
.chlos8 .cost_blue div {
	margin-right:0;
	color:#454158;
	/* font-weight:600; */
/* min-width:24%; */
	font-size:14px;
	width:auto;
}
.chlos8 .cost_blue div.flr {
	float:right;/* margin-right:15px; */
}
.mowl {
	width:100%;
}
.gobox2 {
	width:32%;
	margin-right:20px;
}
#modes {
	display:none
}
.cust_left .contbg {
	width:100%;

	border:none;
	padding:15px 10px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.cus_form .form-group div.mo_w2 select {
	width:100px;
}
.navs .pagination li a {
	background-color:#f0f0f0;
	padding:0 10px;
	font-size:12px;
}
.navs .pagination span {
	letter-spacing:-0.5px;
	font-size:12px
}
.mlosb {
	padding-bottom:5px;
}
.filters h4 .btn_yell {
	margin-top:-10px;
	border-bottom:none;
	padding:0 20px;
}
.filters h4 {
	margin:0 0 25px 0
}
.btn_cle {
	padding:5px 20px;
	display:block;
}
.gofly {
	background-color:transparent;
	margin-left:-5px;
	margin-right:-5px;
	width:inherit;
}
.flyst .panel-info {
	border:none;
}
.flyst.panel-group .panel+.panel {
	margin-top:0;
}
.flyst {
	margin:0;
	height:100%;
	padding:0px 6px;
}
#mo_accordion {
	margin-top:65px;
}
.mosd {
	display:block;
	position:absolute;
	left:11px;
	top:6px;
	font-size:14px;
}
.open_search .caret2 {
	float:right;
	margin-top:5px;/* background-position:60% 3px; */
}
.panel-heading a .btn.active.open_search .caret2 {
	background-image:url(../img/icon_caret2_w.png);
}
.fllogo div {
	padding:5px 0;
}
.cut_mem .graybg label {
}
.cut_mem .graybg {
	padding:0 15px;
	display:none;
}
.cut_mem .graybg div {
	padding:0;
	width:100%;
	float:left;
}
.cut_mem .graybg .form-control {
	background-color:transparent;
	font-size:16px;
}
.cut_mem .graybg .col-md-5 {
	padding:0;
	width:100%;
	display:table;
	color:white;
	margin:0 0 25px 0;
}
.cut_mem .graybg .col-md-5 label {
	font-size:15px;
	text-indent:0;
	margin:0;
	padding:0;
	line-height:29px;
}
.cut_mem .graybg .btn {
	border-bottom:none;
	margin:15px auto;
	background:#18b0f5;
	font-size:16px;
}
.cut_mem .graybg div.col-md-2 {
	margin:0 auto;
	padding:0;
	float:none;
	display:table;
}
.letb {
	color:#fff;
	font-size:18px;
	letter-spacing:1em;
	text-align:center;
	margin:0 auto;
	text-indent:1em;
	padding:0;
}
.pay_not {
	padding:0
}
.icon_flcent {
	display:none
}
.w80 {
	width:100%;
	font-size:13px;
}
.w80 td {
	min-width:97px;
}
.bag_not {
	width:100%;
	font-size:13px;
	margin-bottom:5px;
	line-height:25px;
}
.ticnot {
	width:100%;
	font-size:13px;
}
.table_bag {
	font-size:13px;
}
/*.tab-content {
	padding:10px;
	margin-bottom:-15px;
}*/
.w80 span {
	display:none
}
.ticdis td {
	display:block;
	width:100%;
	padding:5px 15px;
}
.ticdis td.pads {
	padding:5px 15px;
	font-size:13px
}
.cut_mem p.btn {
	color:#fff;
	font-weight:300;
	/* width:80%; */
	max-width:350px;
}
.cut_mem .graybg div.pop_membox {
	position:relative;
	width:80%;
	height:auto;
	top:12%;
	margin:0 auto;
	padding:0;
	margin:0 auto;
	float:initial;
}
.btn_yell {
	border:none;
	line-height:45px;
}
.mo_graybg {
	background-color:#efefef;
	color:#454158;
	padding:5px 15px;/* margin:15px -15px; */
	font-size:14px;
}
.form-control {
	font-size:14px
}
.meopen {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	z-index:9999;
	background:rgba(0, 0, 0, 0.7);
	max-height:none;
	left:0;
	border:none;
}
.mo_pop2 {
	display:none;
	text-align:center;
	margin:0 auto;
}
.mo_pop2 .icon_close {
	top:3%;
	right:6%;
	z-index:99;
}
.tr_note {
    position:relative;
    width:90%;
    max-height:80%;
    top:7%;
    margin:0 auto;
    padding:0;
    margin:0 auto;
    float:initial;
    padding:10px 15px;
    height:auto;
    max-height:80vh;
}
.table_flyinfo .peop td.price {
	text-align:right;
	padding-right:25px;
	/* min-width:142px; */

	font-size:15px;
}
.table_flyinfo .price span {
	padding-left:10px;
}
.icon_flyc {
	float:left;
	margin-right:15px;
}
.icon_close {
	position:absolute;
	display:block;
	width:33px;
	height:33px;
	top:-19px;
	right:-20px;
	background-color:#000;
	color:rgb(255, 255, 255);
	font-family:文泉驛正黑, 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', Meiryo, 微軟正黑體, 'Microsoft JhengHei', sans-serif;
	text-align:center;
	line-height:31px;
	border-radius:99em;
	margin:0;
	font-size:20px;
	font-weight:bold;
	border:2px solid #fff;
}
.mobw .col-md-4 {
	width:auto;/* max-width:70%; *//* margin-left:15px; */
}
.ind_chbo {
	margin-left:0;
	width:100%;
}
.icon_sele {
	right:10px;
}
.icon_search {
	right:10px;
}
.table_close2 {
	right:-11px;
	top:0px;
}
.fllcheck div .panel-group .panel-title {
	margin:15px auto 25px auto;
	font-size:17px;
}
.ind_graybox {
	height:100%
}
.ind_imgbox {
	background-image:url(../img/ind_imgbox_m.gif);
	height:270px;
	text-align:center;
	background-size:contain;
}
.con_topd {
	padding:0 10px
}
.con_topd div.con_topgb {
	width:19%;
}
.con_topd div {
	min-height:40px;
}
.con_topairl {
	width:25%;
}
.con_topd div .form-control {
	font-size:13px;
	height:35px;
	line-height:initial;
	padding:0 3px;
}
.con_topd div .select2-container .select2-choice > .select2-chosen {
	font-size:13px;
	height:30px;
	line-height:30px;
	padding:0 5p
}
.con_topare {
	width:78%;
}
.con_topd div.con_topeo {
	width:19%;
}
.con_topd div.con_toptim {
	width:41%;
}
.setitl span {
	margin-right:15px
}
.con_topd div.con_topbtn {
	width:35%;
	max-width:84px;
}
.con_topd div .icon_search {
	bottom:17px;
	height:19px;
	background-size:100%;
}
.table_flytime span.red {
	top:11px;
	padding-left:5px;
}
.flybox {
	padding:5px 0 0 0;
}
.hasDatepicker {
	background-position:97% center;
}
.autow select.form-control {
	background-position:98% center;
}
.blue_tag .title {
	text-align:left;
}
.table_check tr:nth-of-type(2n) {
}
.table_check {
	min-width:100%;
}
.table_check th {
	display:none;
}
.table_check td {
	display:block;
	display:table;
}
.table_check td:before {
	content:attr(data-th) "： ";
	font-weight:normal;
	width:auto;
	display:inline-block;
	/* border-right:1px solid #ccc; */
	text-align:left;
}
.table_schedule td.scrnpo {
	padding-top:0;
}
.table_schedule td.scrnpo:before {
	content:" "
}
.table_check td.flgo_bg:before {
	content:attr(data-th) " ";
}
.table_check th,.table_check td {
	text-align:left;
}
.table_check th,.table_check td:before {
	color:#666;
}
.flgo_bg {
	color:#FFF;
	background-color:#d4efff;
	border-top:1px solid #cecece!important;
}
.table_check th {
	background-color:#ff467f;
	color:#FFF;
	text-align:center
}
.table_check th,.table_check td {
	width:100%;
}
.table_check td span {
	width:auto;
	display:-webkit-inline-box;
	padding-left:15px;
}
.table_check td span.fli {
	font-size:14px;
}
.table_check td span.modes {
	display:none
}
.filters .irs-with-grid .irs-grid {
	display:none
}
.index_addf {
	margin-top:5px
}
.topnav {
	background-size:100%;
	height:47px;
	margin:20px auto 0 auto;/* background-size:100%; */
	background-size:contain;
	padding:31px 7% 0 7%;
}
.nextbox.bbtn {
	padding:0;
	width:80%;/* margin:20px auto; */
}
.nextbox.bbtn .btn {
	width:44%;
	min-width:45%;
	max-width:45%;
}
.main_right {
	margin:20px auto 0 auto;
	padding:0px 5px;
}
.cd-top {
	right:5%;
}
.okbox {
	margin-top:25px;
}
.travbox .panel-default>.panel-heading {
/* padding:0 15px; */

}
.nav-wrap li a {
	padding:4px 27px;
	line-height:30px;
}
.navFix .nav-wrap li a {
	padding:4px 20px;
}
.nav-wrap.navFix ul {
	width:100%;
}
.bannerbox .picBox li {
	width:400px;
}
.bannerbox .picBox {
	height:219px;
}
.bannerbox .picBox ul {
	height:219px;
}
.bannerbox #prevTop,.bannerbox #nextTop {
	top:135px;
}
.bannerbox .listBox li {
	width:80px;
	height:44px;
}
.bannerbox .listBox {
	height:50px;
}
.gronot {
	padding-left:13px;
	font-size:13px;
}
.gronot ul li {
	font-size:14px;
	margin:0 0 6px 0;
}
.gronot ul i {
	background-size:100%;
	width:25px;
	height:23px;
}
.nav-wrap ul {
	font-size:16px;
}
.flor select {
	padding-right:25px
}
.table_schedule .btn {
	margin-top:-25px;
	min-width:200px;
	padding:10px;
	font-size:18px;
}
.table_schedule td {
	border:none;
}
.great div {
	width:100%;
	margin:0 0 11px 0;
}
.table_grcotn td.grcolei {
	padding:12px 0 0 0;
	width:9%;
}
.grdat div {
	font-size:20px;
	min-width:55px
}
.grdat {
	font-size:16px;
	margin:15px 15px 0 0;
}
.grdat span {
	padding-left:14px;
}
.table_grcotn {
	margin:0 0 40px 0;
	font-size:15px;
	line-height:23px;
}
.scradbox {
	margin:8px 0 0 0;
}
.scradbox i {
	width:30px;
	height:30px;
	background-size:100%;
}
.table_flight td:before {
	content:attr(data-th) " ";
	/* background-color:#666; */
/* color:#FFF; */
/* height:100%; */
	vertical-align:bottom;
	line-height:28px;
	padding:0 10px;
	width:100%;
	/* float:left; */
	text-align:center;
	background:#EFEFEF;
}
.table_flight td {
	padding:0;
}
.table_flight div {
	margin-bottom:0;
	width:28%;
	text-align:center;
	font-size:13px;
}
.table_flight hr {
	width:95%;
}
.table_flight div.icon_fline {
/* min-width:auto; */
}
.nav-height {
	margin:0 -20px;
}
.features {
	padding:0;
}
.section-content {
	font-size:15px;
}
.bannerbox .cf a img {
	min-height:100%;
}
.modtlo {
	margin-top:0
}
.icon_point {
	display:inline-block;
	margin-left:5px;
}
.table_grpri td {
	width:33%
}
.table_grpri select {
	max-width:80px;
	min-width:inherit
}
.travbox .panel-heading a {
	font-size:14px
}
.okbox {
	font-size:14px
}
.preimg {
	margin:35px 0 0 0;
	display:none;
}
.mempbox p.ml34 {
	margin:0 0 15px 25px;
}
.serbox {
	padding:0 15px;
}
.serifra {
	margin:10px 15px 35px 15px;
}
.pay_not li {
	font-size:14px;
}
.serbox2 {
	padding:0 15px;
}
.serifra {
	margin:10px 15px 35px 15px;
}
.mempbox p {
	font-size:14px;
	padding:0 15px;
}
.speofbox {
	width:100%;
	margin:0 0 18px 0;
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
	height:100%;
	max-height:inherit;
}
select.form-control {
	background-position:97% center;
}
.boxSearch .goaree {
	background-position:97% center;
}
.iframe_pay {
	height:550px;
}
.pro_not {
	width:88%;
}
.table_flight div b {
	font-size:16px;
}
.gronot ul li .price {
	font-size:20px;
}
.con_topare {
	min-width:inherit;
}
.left_bag .tag-fly {
    margin-left:-10px;
    padding:1px 6px 2px 6px;
	margin-right:6px;
}
.tr_note2 {	
    font-size:13px;
    line-height:20px;
	padding:10px 10px;
	max-height:200px;
	margin-top:15px;
    margin-bottom:10px;
}
}
@media only screen and (max-width:750px) {
.fllogo div .panel-group .panel-title a {
	width:700px;
}
.mo_btnb {
	display:block
}
@media only screen and (max-width:650px) {
.fllogo div .panel-group .panel-title a {
	width:600px;
}
.leftbanox {
	width:100%;
}
.gronot {
	width:100%;
	padding:0;
}
.scradbox {
	line-height:23px;
}
.groupobox h4 {
	margin-bottom:10px;
}
.gronot .btn {
	margin:25px auto 10px auto;
	text-align:center;
	float:none;
}
.bannerbox .picBox li {
	width:610px;
}
.bannerbox .listBox li {
	width:122px;
	height:65px;
}
.bannerbox .listBox {
	height:70px;
}
.nav-wrap li a {
	padding:4px 17px;
}
.mempbox .ml34 {
	margin:0 auto;
	clear:both;
	width:100%;
}
button.btn.btn_blue3.ml34 {
}
.mempbox p.ml34 {
	margin:0 15px;
}
.serbox {
	padding:0;
}
.preimg {
	display:none
}
.mempbox h3 {
	padding:0;
	font-size:18px;
}
.mempbox p {
	padding:0;
}
.serifra {
	margin:10px 0 35px 0;
}
.speofbox .img {
	width:100%;
	padding:0 15px;
	padding:0 10px;
}
.speofbox .contbox {
	width:100%;
	padding:10px;
}
.flybox {
    padding:2% 0 0 0;
}
.fllogo {
    padding:0px 0px 5px 4%;
}
.fllogo .img {
	max-width:40px;
}
.fllogo h6 {
    line-height:40px;
}
.fldata {
    width:100%;
    margin:0 auto 0px auto;
}
.fly-tit-box {
    width:100%;
    display:inline-block;
    padding:5px 1%;
}
.leg-stop-list .leg-round {
	min-width:66%;
}
.ord_check .red2 {
    display:block;
	font-size:22px;
    padding:5px 0px;
}

@media only screen and (max-width:600px) {
.gobox2 {
	width:30%;
}
.datbox {
	width:22%;
}
.table_flytime div.fob {
	margin-right:5px;
	/* font-size:14px; */
	line-height:19px;
	margin-bottom:5px;
}
.table_flytime div {
	display:inline-table;
	text-align:left;
	width:100%;
}
.fllogo div .panel-group .panel-title a {
	width:560px;
}
.con_topare {
	width:75%;
}
.seats.ind_peo div {
	margin-bottom:24px;
	margin-top:8px;
}
.ind_peo div {
	padding-right:0;
}
.loadingbox ul {
	padding:0
}
.hasDatepicker {
	background-position:96% center;
}
.tickbox li {
	padding:6px 12px 9px 12px;
}
.tickbox li h5,.tickbox li p {
	width:50%;
	margin:2px 0px;
}
.tickbox li p.flydel {
    text-align:center;
}
.tickbox li .prci_box p {
	text-align:center;
	padding:2px 0px 0px 0px;
}
.tickbox li .prci_box p span.refundbg,.tickbox li .prci_box p span.noneref {
	padding:2px 4px;
    margin:0px 2px 0px 0px;
}
.prci_box {
    width:100%;
    margin-right:0%;
}
.prci_box div {
    width:46%;
    margin-right:2.5%;
    text-align:center;
    position:relative;
    top:-2px;
}
.prci_box button {
    width:50%;
    max-width:none;
}




@media only screen and (max-width:550px) {
.fllogo div .panel-group .panel-title a {
	width:500px;
}
.nextbox.bbtn .btn {
	width:100%;
	margin:15px auto;
	text-align:center;
	float:inherit;
	max-width:inherit;
}
}
@media only screen and (max-width:500px) {
.gobox2 {
	width:100%;
	margin-bottom:15px;
}
.icon_change2 {
	display:none
}
.datbox {
	width:100%;
	margin:0;
}
.deletebox {
	margin-left:15px
}
.opebox {
	border-bottom:1px solid #ccc;
	/* margin-bottom:25px; */
	padding-bottom:10px;
}
.indap {
	padding:0 20px;
}
.fllogo div .panel-group .panel-title a {
	width:460px;
}
.flyg {
	max-width:50%;
	width:inherit;
}
.mob_flsty tr {
	vertical-align:top;
}
.mob_flsty .mo_lem,.mob_flsty .mo_lem2 {
	padding-left:0;
	position:relative;
	margin-bottom:5px;
	padding:2px 0;
	margin:5px 0%;
    width:100%;
}
.mob_flsty .mo_lem .fly_times {
	float:right;
}
.mob_flsty .mo_lem td {
	padding-bottom:0;
}
.mobbotm {
	display:-webkit-inline-box;
	float:left;
	width:100%;
}
.flyg {
	/* padding-left:6%; */
	max-width:50%;
	width:inherit;
}
.flyg {
	/* padding-left:6%; */

	max-width:50%;
	width:inherit;
}
.con_topare {
	width:inherit;
}
.mulbox .con_topare {
	width:inherit;
	min-width:inherit;
}
.con_topd div.con_toptim {
	width:100%;
}
.con_topd div.con_topeo {
	width:29%;
	position:absolute;
	left:34%;
}
.con_topairl {
/* width:63%; */
}
.con_topd div.mo_conto {
	position:relative;
	left:inherit;
}
.con_topare p {
/* margin-left:-5px; */
  /* margin-right:5px; */
  /* width:40%; */
}
.con_topd div.con_topgb {
	width:29%;
}
.con_topd div.con_topcab {
	width:30%;
	min-width:96px;
	margin-left:4px;
}
.fly_selebox {
	width:100%
}
.fly_selebox li {
	padding:5px 0;
	text-align:center;
	font-size:14px;/* background-color:#7FB70A; */
}
.table_flytime td {
	display:-webkit-inline-box;
	height:auto;
	vertical-align:top;
}
.table_flytime td.modwb {
	width:43%;
	margin-bottom:5px;
}
.table_flytime td.modwm {
	width:14%;
	padding:0;
}
.table_flytime td.modws {
	width:auto;
	padding-right:0;
}
.tickbox li {
	position:relative
}

.prci_box p {
	/* display:-webkit-inline-box; */
	min-width:65px;
}
.flisty div.fonb {
	width:100%;
}
.flisty td.fly_times {
	font-size:14px;
	min-width:inherit;
	float:left;
}
.flisty .mo_lem2 .fly_times {
	font-size:14px;
	min-width:inherit;
	float:right;
}
.table_flytime span.red {
	top:2px;
}
.ord_check {
	background-position:14px 10%;
	text-indent:0;
	font-size:14px;
	letter-spacing:-0.3px;
}
.modal-title {
	line-height:40px;
	font-size:15px;
	font-weight:normal;
}
.loadingbox li.fontb {
	font-size:15px;
	line-height:normal;
}
.loadingbox li {
	font-size:14px;
	line-height:normal;
}
.mo_btnb .btn {
	height:30px;
	line-height:28px;
	font-size:16px;
	width:70px
}
.topnav {
	height:43px;
	margin:20px auto 0 auto;
}
.nav1 {
	background-image:url(../img/nav_1_m.png)
}
.nav2 {
	background-image:url(../img/nav_2_m.png)
}
.nav3 {
	background-image:url(../img/nav_3_m.png)
}
.topnav p {
	display:none
}
.okbox {
	margin-top:10px;
}
.table_flight div.sairbox p {
	width:auto;
	display:inline;
	padding:0 15px;
}
.table_flight td {
	height:100%;
	padding:0;
}
.table_flight td {
	display:table
}
.olst li {
	text-indent:-10px;
	padding-left:5px
}
.table_schedule .btn {
	margin-top:-11px;
}
.flisty span {
	min-width:60px;
	padding:0px 6px 0px 0px;
}
}
@media only screen and (max-width:414px) {
.navs .pagination li a {
	padding:0 7px;
}
.fllogo div .panel-group .panel-title a {
	width:390px;
}
.fly_menu.nav-tabs>li>a {
	padding:10px 0px;
}
.table_close {
	padding:8px 0px;
}
.mob_flsty tr.bortm td {
	line-height:initial;
	line-height:27px;
}
.table_flytime div.icon_fline {
	width:40px;
	background-size:100%;
}
.table_flyinfo .peop td.price {
	padding-right:15px;
}
.table_flyinfo .gray_prcie b {
	padding-right:15px;
}
.modal-dialog {
	margin:25px 15px;
	margin:25px auto;
}
.bannerbox .picBox li {
	width:374px;
}
.bannerbox .picBox {
	height:205px;
}
.bannerbox .picBox ul {
	height:205px;
}
.bannerbox .listBox li {
	width:75px;
	height:42px;
}
.bannerbox .listBox {
	height:50px;
}
.nav-wrap li a {
	padding:4px 12px;
	letter-spacing:-1px;
	line-height:26px;
}
.nav-wrap ul {
	font-size:14px;
}
.table_grcotn {
	font-size:14px;
}
.section-content {
	font-size:14px;
}
.section-content .pink {
	font-size:15px;
	margin-top:5px
}
.grdat div {
	font-size:16px;
	min-width:50px;
	margin-right:0;
}
.grdat {
	font-size:14px;
}
.grdat span {
	padding-left:14px;
	width:100%;
	background-image:url(../img/icon_grcolei.png);
	background-repeat:repeat-y;
	background-position:top left;
	border:none;
}
.table_grcotn i {
	width:30px;
	height:30px;
	background-size:100%;
}
.bannerbox #prevTop,.bannerbox #nextTop {
	top:80px;
}
}
@media only screen and (max-width:390px) {
.fllogo div .panel-group .panel-title a {
	width:350px;
}
}
@media only screen and (max-width:375px) {
.nextbox .btn_yell i {
	margin-left:5px;
}
.pribox {
	max-width:50%;
	margin:10px 0
}
.cus_form .form-group div.mo_md7 {
	width:65%;
}
.fllogo div .panel-group .panel-title a {
	width:340px;
}
.mobw .col-md-4 {
/* max-width:65%; */
}
.bannerbox .picBox li {
	width:335px;
}
.bannerbox .picBox {
	height:287px;
}
.bannerbox .listBox li {
	width:67px;
	height:37px;
}
.bannerbox .listBox {
	height:44px;
}
.bannerbox .picBox {
	height:184px;
}
.bannerbox .picBox ul {
	height:184px;
}
.nav-wrap li a {
	padding:4px 8px;
}
.grdat span {
	margin:0 0 0 14px;
}
.iframe_paybox .mofl label {
	width:25%;
}
}
@media only screen and (max-width:360px) {
.goback {
	padding:15px 10px;
}
.cus_form .form-group div.mo_md7 {
	width:64%;
}
.cust_box .form-control {
/* padding:6px 5px; */
}
.fllogo div .panel-group .panel-title a {
	width:320px;
}
.fly_menu.nav-tabs>li>a {
	padding:10px 0px;
}
.icon_flyc {
	margin-right:0;
}
.topnav {
	height:30px;
}
.bannerbox #prevTop,.bannerbox #nextTop {
	top:70px;
}
.bannerbox .picBox li {
	width:320px;
}
.bannerbox .picBox {
	height:287px;
}
.bannerbox .listBox li {
	width:64px;
	height:36px;
}
.bannerbox .listBox {
	height:41px;
}
.bannerbox .picBox {
	height:176px;
}
.bannerbox .picBox ul {
	height:176px;
}
.nav-wrap li a {
	padding:4px 7px;
}
}
@media only screen and (max-width:340px) {
.cus_form .form-group div.mo_md7 {
	width:61%;
}
.fllogo div .panel-group .panel-title a {
	width:310px;
}
}
@media only screen and (max-width:320px) {
.goback {
	padding:15px 5px;
}
.control {
	font-size:14px
}
.goaree span {
	font-size:14px;
}
.cus_form .form-group div {
/* width:75%; */
}
.cus_form .form-group div.mo_md7 {
	width:55%;
}
.nextbox .btn {
	max-width:135px;
	text-indent:-11px;
}
/*.nobr .btn {
	max-width:inherit;
	margin:0 auto;
	float:none;
	padding:0;
	font-size:16px;
}*/
.mosd {
	display:none
}
.cus_form .form-group div.mo_md3 {
	max-width:45%;
}
.navs .pagination li a {
	background-color:#f0f0f0;
	font-size:12px;
	padding:0 8px;
	margin-left:2px;
	margin-right:2px;
}
.fllogo div .panel-group .panel-title a {
	width:285px;
}
.cus_sel {
	margin:0 10px 0 0;
}
.main_right {
	padding:10px 2px;
}
.fly_selebox li {
	font-size:12px;
}
.con_topd div.con_topgb {
	width:28%;
}
.con_topd div.con_topeo {
	width:28%;
}
.con_topairl {
	width:59%;
}
.topnav {
	height:30px;
}
.modal-title {
	line-height:26px
}
.nav-wrap li a {
	padding:4px 20px;
}
.nav-wrap li {
	padding-bottom:10px
}
.nav-wrap li a.active {
	border-top:none;
}
.nav-wrap li a:hover {
	border-top:none;
}
.bannerbox .picBox li {
	width:280px;
}
.bannerbox .picBox {
	height:287px;
}
.bannerbox .listBox li {
	width:56px;
	height:31px;
}
.bannerbox .listBox {
	height:36px;
}
.bannerbox .picBox {
	height:154px;
}
.bannerbox .picBox ul {
	height:154px;
}
.nav-wrap ul {
	font-size:15px;
}
}
.flexDir {
	height:17px;
	line-height:17px;
	font-size:11px;
	color:#FFF;
}
.flexDep {
	background-color:#4FCC00;
	padding-left:20px;
	text-align:left;
}
.flexDep:before {
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-top-color:#FFF;
	border-width:4px;
	margin-left:-10px;
	margin-top:8px;
}
.flexRet {
	background-color:#47B401;
	text-align:right;
	padding-right:10px;
}
.flexRet:after {
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-left-color:#FFF;
	border-width:4px;
	margin-top:5px;
}
}
@media screen and (max-width:700px) and (min-width:414px) {
.nextbox .btn {
    margin:15px 5px;
}
.nextbox .btn_yell,.nextbox .btn_blue,.nextbox .btn_green {
	min-width:100px;
	padding:0px 10px;
}
}
@media screen and (max-width:413px) and (min-width:300px) {
.nextbox .btn {
    margin:15px 3px;
}
.nextbox .btn_yell,.nextbox .btn_blue,.nextbox .btn_green {
	min-width:auto;
	padding:0px 8px;
}
}
